
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #043F2E;
    --theme2: #f74f22;
    --header: #241442;
    --title: #111111;
    --orange: #F74F22;
    --text: #525252;
    --border: #BABBC1;
    --border-2: #D4DCED;
    --bg: #EAECF3;
    --bg2: #EBEDE2;
    --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06)
}
  
body {
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0
}

input:focus {
    color: var(--text);
    outline: 1px solid #767771;
}

input::-moz-placeholder {
    color: #767771
}

input::placeholder {
    color: #767771
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica', sans-serif;
    margin: 0px;
    padding: 0;
    color: rgb(0 0 0 / 90%);
    text-transform: capitalize;
    transition: all .4s ease-in-out
}

h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 120%
}

h2 {
    font-size: 40px;
    line-height: 145%;
    font-weight: 700
}

@media(max-width: 767px) {
    h2 {
        font-size: 34px
    }
}

@media(max-width: 575px) {
    h2 {
        font-size: 28px
    }
}

h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px
}

@media(max-width: 767px) {
    h3 {
        font-size: 16px
    }
}

h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%
}

h5 {
    font-size: 17px;
    font-weight: 700
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 145%
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all .4s ease-in-out
}

a:hover {
    color: var(--orange) !important
}

p {
    margin: 0px;
    transition: all .4s ease-in-out
}

span {
    margin: 0px;
    transition: all .4s ease-in-out
}
.sevas_telugu_names, .telugu_font{
 font-family: 'Ramabhadra'!important;
}
.theme-btn {
    /* display: inline-block; */
    display: block;
    position: relative;
    padding: 13px 24px;
    gap: 10px;
    color: #000000;
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    background: #ffc107;
    z-index: 1;
    line-height: 1;
    overflow: hidden;
    border: none;
    transition: all .3s ease-in-out;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.theme-btn:before {
    content: "";
    background-color: #ec782d;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.theme-btn:after {
    content: "";
    background-color: #ec782d;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.theme-btn i {
    margin-left: 10px
}

.theme-btn:hover {
    background-color: #ec782d;
    color: #fff !important;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px
}

.theme-btn:hover::before,
.theme-btn:hover::after {
    width: 100%
}

.theme-btn.style2 {
    padding: 20px 155px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.theme-btn.style2:hover {
    color: #fff !important;
}

@media(max-width: 767px) {
    .theme-btn.style2 {
        padding: 21px 80px
    }
}

.theme-btn.style3 {
    background: #f8b238;
    color: #000000;
}

.theme-btn.style3:before {
    content: "";
    background-color: #ec782d;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.theme-btn.style3:after {
    content: "";
    background-color: #ec782d;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.theme-btn.style3:hover {
    background: #ec782d;
    color: var(--white) !important
}

.theme-btn.style3:hover::before,
.theme-btn.style3:hover::after {
    width: 100%
}

@media(max-width: 767px) {
    .theme-btn {
        padding: 18px 24px
    }
}

@media(max-width: 575px) {
    .theme-btn {
        padding: 12px 30px;
        font-size: 16px;
        white-space:nowrap;
    }
}

.arrow-btn {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -38px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    /* background: #ffc107; */
    color: #000000;
    margin-top: -0.4em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .4s ease-in-out;
}

.arrow-btn:hover {
    /* background: var(--theme2); */
    color: var(--title)
}

.arrow-btn.style2 {
    background: #f8b238;
    color: #000000;
}

.arrow-btn.style2:hover {
    background: var(--theme);
    color: var(--white)
}

.btn-wrapper {
    position: relative;
    max-width: 146px;
    margin-top: 6px;
}

.btn-wrapper:hover .arrow-btn {
    background: #ec782d;
    color: #ffffff;
}

.btn-wrapper:hover .theme-btn {
    background-color: #ec782d;
    color: var(--title)
}

.btn-wrapper:hover .arrow-btn.style2 {
    background: #ec782d;
    color: var(--white)
}

.btn-wrapper:hover .theme-btn.style3 {
    background-color: #ec782d;
    color: var(--white)
}

.link-btn {
    display: inline-block;
    color: var(--text);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

.link-btn i {
    margin-left: 10px;
    transform: rotate(-40deg);
    transition: all .4s ease-in-out
}

.link-btn:hover {
    color: var(--theme2)
}

.link-btn:hover i {
    margin-left: 10px;
    transform: rotate(0)
}

@media(min-width: 1600px) {
    .gx-40 {
        --bs-gutter-x: 40px
    }

    .gx-60 {
        --bs-gutter-x: 60px
    }

    .gx-80 {
        --bs-gutter-x: 80px
    }

    .gx-134 {
        --bs-gutter-x: 134px
    }

    .gx-165 {
        --bs-gutter-x: 165px
    }
}

.gx-0 {
    --bs-gutter-x: 0px
}

@media(min-width: 1400px) {
    .causes-wrapper.style1 .container {
        max-width: 1352px
    }

    .header-section-2 .container,
    .header-2 .container {
        max-width: 1352px
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes tpswing {
    0% {
        transform: rotate(20deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes width {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg)
    }
}

.cir37 {
    animation: cir36 20s linear infinite;
    -webkit-animation: cir36 20s linear infinite
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg)
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-30px)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(-30px)
    }
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes float-bob-x {
    0% {
        transform: translateX(30px)
    }

    50% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(30px)
    }
}

@keyframes bounce-x {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(30px)
    }

    100% {
        transform: translateX(0)
    }
}

.bounce-x {
    animation: bounce-x 7s infinite linear
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        left: 50%;
        width: 375px;
        height: 375px
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px
    }
}

@keyframes rotated2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes wave {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-25%)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }

    100% {
        width: var(--progress-width)
    }
}

.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden
}

.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left
}

.image-anime {
    position: relative;
    overflow: hidden
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: rgba(0, 0, 0, 0)
}

@keyframes scalein {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
        visibility: hidden
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 1.3s;
    animation-delay: .3s;
    transition: .4s all ease-in-out
}

.swiper-slide-active .slideindown {
    animation-name: slideindown;
    opacity: 1
}

.swiper-slide-active .scalein {
    animation-name: scalein;
    opacity: 1
}

.splt-txt .whitespace {
    width: 8px
}

.splt-txt.animated .char {
    animation: fadeInRight .4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(30ms*var(--char-index))
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

::-webkit-scrollbar {
    width: 8px;
    height: 4px
}

/* ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--orange)
} */

::-webkit-scrollbar-thumb {
    background: var(--orange);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.fix {
    overflow: hidden
}

.ralt {
    position: relative
}

.ripple {
    position: relative
}

.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(4, 63, 46, .5);
    animation: rippleOne 3s infinite
}

.ripple::before {
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0
}

.ripple::after {
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0
}

.mega-hover {
    position: relative;
    overflow: hidden;
    z-index: 2
}

.mega-hover:after,
.mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: -1
}

.mega-hover:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, .2)
}

.mega-hover:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(245, 255, 255, .3)
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear
}

@media(max-width: 767px) {
    br {
        display: none
    }
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center
}

.bg-cover-2 {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    width: 100%;
    height: 100%
}

.page-nav-wrap ul li {
    display: inline-block;
    text-align: center
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0);
    font-weight: 600;
    transition: all .3s ease-in-out;
    margin: 0 2px;
    border: 1px solid #e3e3e3;
    color: var(--header)
}

.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme);
    color: var(--white)
}

@media(max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px
}

.page-nav-wrap ul li .page-numbers.icon {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: var(--theme)
}

.page-nav-wrap ul li .page-numbers.icon:hover {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: var(--theme)
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid rgba(0, 0, 0, 0)
}

.box-shadow {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, .06)
}

.pt-100 {
    padding-top: 100px
}

@media(max-width: 991px) {
    .pt-100 {
        padding-top: 80px
    }
}

.pt-110 {
    padding-top: 110px
}

@media(max-width: 991px) {
    .pt-110 {
        padding-top: 80px
    }
}

.pb-100 {
    padding-bottom: 100px
}

@media(max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px
    }
}

.pb-110 {
    padding-bottom: 110px
}

@media(max-width: 991px) {
    .pb-110 {
        padding-bottom: 80px
    }
}

.pb-30 {
    padding-bottom: 30px
}

.pt-30 {
    padding-top: 30px
}

.margin-top-10 {
    margin-top: -10px
}

.margin-top-5 {
    margin-top: -5px
}

.margin-top-60 {
    margin-top: -65px
}

@media(max-width: 1399px) {
    .margin-top-60 {
        margin-top: -25px
    }
}

@media(max-width: 1199px) {
    .margin-top-60 {
        margin-top: -27px
    }
}

@media(max-width: 991px) {
    .margin-top-60 {
        margin-top: -75px
    }
}

@media(max-width: 767px) {
    .margin-top-60 {
        margin-top: -65px
    }
}

.margin-top-8 {
    margin-top: -10px
}

.mt-n30 {
    margin-top: -30px !important
}

.mt-n50 {
    margin-top: -50px !important
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mr-7 {
    margin-right: 7px
}

.mb-20 {
    margin-bottom: 20px
}

.mr-44 {
    margin-right: 44px
}

.mb-40 {
    margin-bottom: 40px
}

@media(max-width: 767px) {
    .mb-40 {
        margin-bottom: 35px
    }
}

@media(max-width: 575px) {
    .mb-40 {
        margin-bottom: 25px
    }
}

.ml-50 {
    margin-left: 50px
}

@media(max-width: 1199px) {
    .ml-50 {
        margin-left: 0
    }
}

.mt-10 {
    margin-top: 10px
}

.mt-60 {
    margin-top: 55px
}

.mb-40 {
    margin-bottom: 40px
}

.center {
    text-align: center;
    margin: 0 auto
}

.bg-theme {
    background-color: var(--theme)
}

.bg-theme2 {
    background-color: var(--theme2)
}

.bg-orange {
    background-color: var(--orange) !important
}

.bg-color2 {
    background-color: #f4eae0;
}

.bg-title {
    background-color: #f6dec6;
}

.text-dark2 {
    color: #838387 !important
}

.text-bg-color2 {
    color: var(--bg2) !important
}

.text-theme-color {
    color: var(--theme) !important
}

.text-theme-color2 {
    color: var(--theme2) !important
}

.text-orange-color {
    color: var(--orange) !important
}

.form-control:focus {
    /* border-color: inherit; */
    outline: 0;
    box-shadow: none
}

.mean-container a.meanmenu-reveal {
    display: none
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important
}

.mean-container .mean-nav>ul .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between
}

/* my css */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #dc5736 !important;
}
/* book-seva */
/* Hide number input arrows for Chrome, Safari, Edge */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide number input arrows for Firefox */
/* input[type=number] {
            -moz-appearance: textfield;
        } */

/* donation details checkbox */
.simple-tile {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    height: 100%;
    transition: 0.2s ease;
    flex-direction: column;
    text-align: center;
}

.simple-tile-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.simple-tile img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 0.25rem;
}

.image-title {
    font-size: 0.85rem;
    margin-top: 0.5rem;
    color: #333;
}

/* Scoped scrollbar styling only for .donor-scroll */
.donor-scroll {
    height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #dc5736;
    /* Firefox track and thumb */
}

/* WebKit (Chrome, Edge, Safari) */
.donor-scroll::-webkit-scrollbar {
    width: 8px;
}

.donor-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.donor-scroll::-webkit-scrollbar-thumb {
    background: #0d6efd;
    border-radius: 10px;
}

.donor-scroll::-webkit-scrollbar-thumb:hover {
    background: #0b5ed7;
}

.social-profile {
    position: relative;
    display: inline-block;
}

.social-profile ul {
    list-style: none;
    padding: 8px 12px;
    margin: 0;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 12px;
    display: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.social-profile ul li {
    display: inline-block;
    margin: 0 6px;
}

.social-profile ul li a {
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #555;
    /* Default background */
    transition: background 0.3s ease;
    text-decoration: none;
}

.social-profile ul li a:hover {
    background-color: #333;
}

/* Specific platform colors (optional) */
.social-profile ul li a.facebook {
    background: #3b5998;
}

.social-profile ul li a.twitter {
    background: #1da1f2;
}

.social-profile ul li a.linkedin {
    background: #0077b5;
}

/* Keep popover visible when hovering */
.social-profile:hover ul {
    display: flex;
}

.plus-btn {
    display: inline-block;
    cursor: pointer;
   font-size: 16px;
    padding: 10px;
    text-align: center;
    background: #dc5736;
    line-height: 12px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.plus-btn:hover {
    background: #f8b238;
}

/* end */

/* punyaprasadham */
.causes-image {
    position: relative;
    overflow: hidden;
}

.title-on-image {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /* or top: 10px for top */
    left: 50%;
    transform: translateX(-50%);
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent); */
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 2;

    background-color: #d98b18;
    opacity: .9;
    /* border-radius: 6px; */

    border-radius: 8px 8px 0px 0px
}

.title-on-image a {
    text-decoration: none;
    color: white;
}

.contact_details a {
    font-size: 16px !important;
}

@media(max-width: 1199px) {
    .mean-container .mean-nav>ul .homemenu-items {
        flex-wrap: wrap
    }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
    position: relative
}

@media(max-width: 1199px) {
    .mean-container .mean-nav>ul .homemenu-items .homemenu {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid var(--border);
        padding: 10px
    }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
    position: relative
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    margin-top: 20px
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 12px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 16px;
    text-align: center;
    border-radius: 0
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before {
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    content: ""
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%)
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px
}

.mean-container a.meanmenu-reveal {
    display: none !important
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #f74f22 !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid var(--border) !important;
    border: none
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme)
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme2)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important
}

/* .mean-container .mean-nav ul li>a>i {
    display: none
} */

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    font-size: 18px
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all .4s ease-in-out
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px
}

.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    font-size: .7rem;
}

.preloader .animation-preloader {
    z-index: 1000
}

.preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .2);
    border-top-color: var(--theme);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em
}

@media(max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto
    }
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "helvetica", sans-serif, "helvetica", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 1.5em
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: #dc5736;
    position: relative
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: .2s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: .4s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: .6s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: .8s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s
}

/* .preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: #dc5736;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "helvetica", sans-serif;
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg)
} */

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #f8b238;
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none
}

.preloader .loader .row {
    height: 100%
}

.preloader .loader .loader-section {
    padding: 0px
}

.preloader .loader .loader-section .bg {
    background-color: #fff5f3;
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1)
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

.preloader.loaded .loader-section .bg {
    width: 0;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s
}
/* Decrease preloader font size on large screens (e.g., above laptop size) */
@media (min-width: 1024px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2em; /* previously 5em, decrease as needed */
    }

    .preloader p {
        font-size: 12px;
        letter-spacing: 5px;
    }

    .preloader i.fas {
        font-size: 2rem; /* Reduce icon size if needed */
    }
}

/* .back-to-top {
    border-radius: 12px;
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 99;
    right: 30px;
    bottom: 30px;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px)
}

.back-to-top:hover {
    background-color: var(--header)
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0)
} */

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 25px
}

.section-title .subtitle {
    color: rgb(0 0 0 / 90%);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.section-title h2 {
    color: rgb(0 0 0 / 90%);
    font-family: "helvetica", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.blog-volunteer-section h2,
.blog-volunteer-section h2 span {

    font-size: 28px !important;

}

@media(max-width: 991px) {
    .section-title h2 {
        font-size: 38px
    }
}

@media(max-width: 767px) {
    .section-title h2 {
        font-size: 36px
    }
}

@media(max-width: 575px) {
    .section-title h2 {
        font-size: 32px
    }
}

@media(max-width: 450px) {
    .section-title h2 {
        font-size: 28px;
        line-height: 38px
    }
}

.section-title h2 .color-text {
    color: var(--orange);
    font-family: "helvetica", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* text-decoration-line: underline */
}

@media(max-width: 450px) {
    .section-title h2 .color-text {
        font-size: 28px;
        line-height: 110%
    }
}

.section-title p {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-align: start;
    margin-top: 15px
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5
}

@media(max-width: 991px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px
    }
}

@media(max-width: 450px) {
    .section-title-area {
        gap: 20px
    }
}

.fancy-box.style1 {
    display: flex;
    align-items: center;
    gap: 12px;
    /* margin-bottom: 20px */
}

@media(max-width: 450px) {
    .fancy-box.style1 {
        flex-wrap: wrap
    }
}

.fancy-box.style1 .item .icon {
    padding: 30px 20px;
    border-radius: 12px;
    border: 1px solid var(--border);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

@media(max-width: 450px) {
    .fancy-box.style1 .item .icon {
        padding: 16px 20px
    }
}

.fancy-box.style1 .item .icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.fancy-box.style1 .item h5 {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: start
}

.fancy-box.style1 .item p {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-top: 10px
}

.fancy-box.style2 {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3
}

.fancy-box.style2 .item img {
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.fancy-box.style2 .item h4 {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-right: 30px
}

@media(max-width: 450px) {
    .fancy-box.style2 .item h4 {
        margin-right: 0;
        font-size: 18px
    }
}

.fancy-box.style2 .item span {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-right: 5px
}

.fancy-box.style2 .item i {
    padding: 12px 0px 12px 30px;
    text-align: center;
    color: var(--theme);
    border-left: 2px solid var(--border)
}

.fancy-box.style3 .item img {
    margin-bottom: 15px
}

.fancy-box.style3 .item h6 {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 5px
}

.fancy-box.style3 .item span {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%
}
/* 
.social-profile {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-height: 380px;
    content: "";
    transition: all .4s ease-in-out;
    z-index: 2;
    display: inline-block;
    z-index: 9;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.social-profile ul {
    position: absolute;
    bottom: 80px;
    right: 10px;
    max-width: 50px;
    padding: 5px;
    margin: 0 auto;
    background-color: var(--white);
    transform: translateY(100px);
    transition: all .6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-radius: 144px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-border-radius: 144px;
    -moz-border-radius: 144px;
    -ms-border-radius: 144px;
    -o-border-radius: 144px
}

.social-profile ul li {
    margin-bottom: 8px;
    display: block;
    text-align: center
}

.social-profile ul li:last-child {
    margin-bottom: 0px
}

.social-profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    background: var(--theme);
    color: var(--white);
    transition: all .4s ease-in-out;
    border-radius: 50%;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

@media(max-width: 767px) {
    .social-profile ul {
        bottom: 130px;
        right: 20px
    }
}

@media(max-width: 440px) {
    .social-profile ul {
        bottom: 100px;
        right: 10px
    }
}

@media(max-width: 360px) {
    .social-profile ul {
        bottom: 90px;
        right: 10px
    }
}

.social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    background-color: var(--bg);
    color: var(--title);
    transition: all .4s ease-in-out;
    border-radius: 50%
}

@media(max-width: 1399px) {
    .social-profile .plus-btn {
        width: 40px;
        height: 40px;
        line-height: 30px
    }
}

@media(max-width: 1199px) {
    .social-profile .plus-btn {
        width: 40px;
        height: 40px;
        line-height: 30px
    }
}

@media(max-width: 991px) {
    .social-profile .plus-btn {
        width: 76px;
        height: 76px;
        line-height: 76px
    }
}

@media(max-width: 767px) {
    .social-profile .plus-btn {
        width: 105px;
        height: 105px;
        line-height: 105px
    }
}

@media(max-width: 575px) {
    .social-profile .plus-btn {
        width: 95px;
        height: 95px;
        line-height: 95px
    }
}

@media(max-width: 440px) {
    .social-profile .plus-btn {
        width: 75px;
        height: 75px;
        line-height: 75px
    }
}

@media(max-width: 400px) {
    .social-profile .plus-btn {
        width: 70px;
        height: 70px;
        line-height: 70px
    }
}

@media(max-width: 360px) {
    .social-profile .plus-btn {
        width: 66px;
        height: 66px;
        line-height: 66px
    }
}

.social-profile:hover ul {
    transform: translateY(-10%);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%)
} */

.star ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px
}

.star ul li i {
    color: var(--orange)
}

.progress-wrap {
    margin-bottom: 15px
}

.progress-wrap .progress-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px
}

.progress-wrap .progress-meta .title {
    color: var(--theme);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.progress-wrap .progress-meta .percentage {
    color: var(--theme);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

@media(max-width: 500px) {
    .progress-wrap .progress-meta {
        gap: 210px
    }
}

@media(max-width: 470px) {
    .progress-wrap .progress-meta {
        gap: 150px
    }
}

.progress-wrap .progress-container {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #b2b2b2 !important;
    border-radius: 10px;
    overflow: visible
}

.progress-wrap .progress-container .progress-bar {
    height: 5px;
    background-color: var(--theme);
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    z-index: 1
}

@media(max-width: 575px) {
    .progress-wrap .progress-container {
        width: 85%
    }
}

.progress-wrap .progress-container:before,
.progress-wrap .progress-container:after {
    position: absolute;
    top: -4px;
    content: "";
    width: 8px;
    height: 12px;
    background-color: var(--theme);
    z-index: 3;
    border-radius: 2px
}

.progress-wrap .progress-container:before {
    left: 0
}

.progress-wrap .progress-container:after {
    right: 30%
}

.progress-wrap .progress-container.style2:before,
.progress-wrap .progress-container.style2:after {
    background-color: var(--orange)
}

.arrow-button {
    position: absolute;
    z-index: 9
}

.arrow-button .arrow-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 8px;
    background-color: var(--white);
    color: var(--title);
    border: 1px solid var(--title);
    border-radius: 50%;
    transition: all .4s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.arrow-button .arrow-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color:#dc5736;
    color: #ffffff;
    border: 1px solid #dc5736;
    border-radius: 50%;
    transition: all .4s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.arrow-button .arrow-next:hover,
.arrow-button .arrow-prev:hover {
    background-color: #f8b238;
    color: var(--white);
    border: 1px solid #f8b238;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--orange);
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: var(--orange);
    opacity: .3
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--orange);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    transition: all .08s ease-out
}

.cursor-outer.cursor-hover {
    opacity: 0
}

.section-padding {
    padding: 90px 0px 100px;
}

@media(max-width: 1199px) {
    .section-padding {
        padding: 70px 0
    }
}

@media(max-width: 991px) {
    .section-padding {
        padding: 60px 0
    }
}

.section-padding1 {
    padding: 110px 0 60px
}

@media(max-width: 1199px) {
    .section-padding1 {
        padding: 40px 0 90px
    }
}

@media(max-width: 991px) {
    .section-padding1 {
        padding: 140px 0 80px
    }
}

.section-padding2 {
    padding: 110px 0 270px
}

@media(max-width: 1199px) {
    .section-padding2 {
        padding: 90px 0 240px
    }
}

@media(max-width: 991px) {
    .section-padding2 {
        padding: 80px 0 230px
    }
}

@media(max-width: 767px) {
    .section-padding2 {
        padding: 80px 0 190px
    }
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.mask-content {
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center center;
    -webkit-mask-position: center center;
    width: 100%
}

.modal {
    display: none;
    position: fixed;
    z-index: 2050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(118, 118, 118, .5)
}

.modal .modal-content {
    position: relative;
    margin-top: 20px
}

.modal .modal-content .modal-header .btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    opacity: 1;
    text-align: center;
    background-color: var(--title);
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    color: var(--white);
    top: -18px;
    left: 100%;
    border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.scroll-down {
    transform: rotate(-90deg);
    transform-origin: left;
    position: absolute;
    right: -25px;
    bottom: 195px;
    z-index: 1;
    height: 50px
}

.scroll-down .hero-scroll-wrap {
    color: var(--white);
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    height: 50px
}

.scroll-down .hero-scroll-wrap i {
    font-size: 36px
}

@media(max-width: 1500px) {
    .scroll-down {
        right: -34px
    }
}

@media(max-width: 1399px) {
    .scroll-down {
        right: -43px
    }

    .scroll-down .hero-scroll-wrap i {
        font-size: 24px;
        margin-bottom: 0px
    }
}

@media(max-width: 991px) {
    .scroll-down {
        display: none
    }
}

.header-section-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    border-bottom: 1px solid #babbc1;
    background: url(../img/bg-header.png) repeat 0 100%, linear-gradient(90deg, #ff9d02 0%, #d70706 123.82%);
    /* background: url(../img/bg-header.png) repeat 0 50%, -webkit-gradient(linear, 33% 3%, 108% 100%, from(#e5ac1b), to(#FE2E3B)); */
    
    /* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff3200), to(#ca8113)); */
    /* background: url(../img/banner/banner-bg-1.jpg) repeat-x 0 100%; */
    /* background: url(../img/bg-header.png) repeat 0 100%, linear-gradient(to right, #ff0000, #ff6666, #ff0000); */
    /* background: linear-gradient(to right, #8c0000, #d90706, #8c0000); */
    /* background: linear-gradient(90deg, #ff9d02 0%, #d70706 123.82%); */
     /* background: url(../img/bg-header.png) repeat 0 100%; */

}

.toranam {
    background-color: transparent;
    background-image: url(../img/mavidaku.png);
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    height: 34px;
    position: absolute;
    bottom: -34px;
    left: 0px;
    z-index: 1;
}

/* .header-section-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    border-bottom: 1px solid #babbc1;
    background-color:#043f2e;
} */

.main-header-wrapper {
    display: flex;
    align-items: center;
    gap: 100px
}

@media(max-width: 1899px) {
    .main-header-wrapper {
        gap: 70px
    }
}

@media(max-width: 1600px) {
    .main-header-wrapper {
        gap: 40px
    }
}

@media(max-width: 1199px) {
    .main-header-wrapper {
        padding: 15px 0
    }
}

.main-header-wrapper .main-header-items {
    width: 100%
}

.main-header-wrapper .main-header-items .header-contact-info-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    border: 1px solid #d4dced
}

@media(max-width: 1600px) {
    .main-header-wrapper .main-header-items .header-contact-info-area {
        padding: 0 30px
    }
}

@media(max-width: 1199px) {
    .main-header-wrapper .main-header-items .header-contact-info-area {
        display: none
    }
}

@media(max-width: 575px) {
    .main-header-wrapper .main-header-items .header-contact-info-area {
        gap: 30px
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    position: relative;
    padding: 30px 0;
    border-right: 1px solid #d4dced;
    padding-right: 50px
}

@media(max-width: 1399px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items {
        border-right: none;
        padding-right: 0
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    background-color: var(--white);
    border-radius: 50%;
    color: var(--theme);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, .06);
    position: relative
}

@media(max-width: 1399px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid rgba(30, 32, 35, .1);
    transform: translate(-50%, -50%)
}

@media(max-width: 1399px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before {
        width: 54px;
        height: 54px
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content p {
    color: var(--text);
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    opacity: .7
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 {
    font-size: 20px;
    color: var(--header);
    text-transform: initial
}

@media(max-width: 1600px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 {
        font-size: 18px
    }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 a {
    color: var(--header)
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items.style-2 {
    border: none;
    padding-right: 0
}

@media(max-width: 1600px) {
    .main-header-wrapper .main-header-items .header-contact-info-area .header-button .theme-btn {
        font-size: 14px;
        padding: 24px 27px
    }
}

.header-1 {
    background-color: rgba(0, 0, 0, 0)
}

.header-1 .mega-menu-wrapper {
    position: relative;
    z-index: 1
}

@media(max-width: 470px) {
    .header-1 .mega-menu-wrapper {
        padding: 0 15px
    }
}

@media(max-width: 450px) {
    .header-1 .mega-menu-wrapper {
        padding: 0
    }
}

@media(max-width: 1399px) {
    .header-1 .mega-menu-wrapper .header-main {
        gap: 30px
    }
}

@media(max-width: 450px) {
    .header-1 .mega-menu-wrapper .header-main {
        gap: 0
    }
    .header-logo img{
    width: 250px !important;
}
}
@media(min-width: 451px) and (max-width: 1099px) {
   .header-logo img{
    width: 260px !important;
    }
}
@media(min-width: 1100px) and (max-width:1300px){
    .header-logo img{
    width: 220px !important;
    }
}
@media(min-width: 1301px) and (max-width:1500px){
    .header-logo img{
    width: 290px !important;
    }
}
@media(min-width: 1401px){
    .header-logo img{
    width: 300px !important;
    }
}
@media(max-width: 1299px) {
    .header-1 .mega-menu-wrapper .header-main .main-menu ul li {
        margin-inline-end: 25px
    }

    .header-1 .mega-menu-wrapper .header-main .main-menu ul li a {
        font-size: 14px
    }
    .contact_details a {
    font-size: 13px !important;
}

}

@media(max-width: 1899px) {
    .header-1 .mega-menu-wrapper .header-main .main-menu ul li .has-homemenu {
        left: -50px
    }
}

.header-1 .header-right {
    gap: 50px !important
}

@media(max-width: 1399px) {
    .header-1 .header-right {
        gap: 30px !important
    }
}

@media(max-width: 450px) {
    .header-1 .header-right {
        gap: 15px !important
    }
}

.header-1 .header-right .header-button {
    margin-left: 50px
}

@media(max-width: 1899px) {
    .header-1 .header-right .header-button {
        display: none
    }
}

.header-1 .header-right .sidebar__toggle {
    color: var(--white);
    margin-left: 30px
}

@media(max-width: 1399px) {
    .header-1 .header-right .sidebar__toggle {
        color: var(--white)
    }
}

@media(max-width: 1199px) {
    .menu-thumb {
        display: none !important
    }
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0
}

.header-main .main-menu ul {
    margin-bottom: 0
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 30px
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    padding: 20px 0;
    text-align: left;
    position: relative;
    /* text-transform: capitalize; */
    transition: all .4s ease-in-out
}

.header-main .main-menu ul li a i {
    margin-left: 4px
}

.header-main .main-menu ul li a:hover,
.header-main .main-menu ul li a.active {
     color: #f8b238 !important;
     text-shadow:  1px 1px 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
                        
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 240px;
    background: #f7e9cf;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    transition: all .4s ease-in-out;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px)
}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0
}

.header-main .main-menu ul li .submenu li a {
    position: relative;
    white-space: nowrap;
    z-index: 11;
    font-size: 17px;
    font-weight: 400;
    color: var(--header);
    padding: 0 15px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #f6af9d
}

.header-main .main-menu ul li .submenu li a.active,
.header-main .main-menu ul li .submenu li a:hover {
    background-color: var(--theme2);
    color: var(--title) !important
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.header-main .main-menu ul li .submenu li:hover>a {
    background: var(--theme2);
    color: #ffffff !important;
    /* padding: 11px 35px */
}

.header-main .main-menu ul li .submenu li:hover>a::after {
    color: var(--theme2)
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
    visibility: visible;
    opacity: 1
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    transform: translateY(-50%);
    color: var(--theme)
}

.header-main .main-menu ul li .has-homemenu {
    width: 270px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: -100px;
    visibility: hidden;
    padding: 30px 30px 10px 30px
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between
}

@media(max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    position: relative
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    margin-top: 20px
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
    border-radius: 0px !important;
    background-color: var(--theme)
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--title) !important
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover::before {
    background-color: var(--theme2)
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    content: ""
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%)
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px
}

/* .header-main .main-menu ul li:hover>a {
    color: var(--theme2)
}

.header-main .main-menu ul li:hover>a::after {
    color: var(--theme)
} */

.header-main .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px)
}

.header-main .header-right {
    gap: 30px
}

@media(max-width: 1399px) {
    .header-main .header-right {
        gap: 20px
    }
}

.header-main .header-right .search-icon {
    color: var(--header);
    font-size: 18px
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--header)
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all .9s;
    /* background-color: var(--theme); */
    /* background: url(../img/bg-header.png) repeat 0 100%, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#004e2a), to(#004425)); */
     background: url(../img/bg-header.png) repeat 0 100%, linear-gradient(90deg, #ff9d02 0%, #d70706 123.82%);
    /* background: linear-gradient(to right, #8c0000, #d90706, #8c0000); */
    /* background: linear-gradient(90deg, #ff9d02 0%, #d70706 123.82%); */
    box-shadow: var(--box-shadow);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}

.sticky.header-1 {
    padding: 0 10px
}

.sticky.header-1 .logo {
    display: block
}
.header-logo img{
    width:280px;
}
@media(max-width:767px){
   .header-logo img{
    width:200px;
} 
}
@media(max-width: 450px) {
    .sticky.header-1 {
        padding: 0
    }
}

.offcanvas__info {
    /* background: linear-gradient(to bottom, #8c0000, #d90706, #8c0000); */
    background: #ffebd9 none repeat scroll 0 0;
    border-left: 2px solid #f8b238;
    position: fixed;
    right: 0;
    top: 0;
    width: 360px;
    height: 100%;
    transform: translateX(calc(100% + 80px));
    transition: transform .45s ease-in-out, opacity .45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none
}

.offcanvas__info::-webkit-scrollbar {
    display: none
}

.offcanvas__info.info-open {
    opacity: 1;
    transform: translateX(0)
}

.offcanvas__logo a img {
    width: 200px
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
    background-color: (#003c20, #4d6c04);
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--white)
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffc107;
    position: relative;
    z-index: 9;
    cursor: pointer
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white)
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 30px
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
    color: #fefffb;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 20px
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--white)
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 15px
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 20px
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme2)
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 16px 40px;
    text-transform: capitalize !important
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 20px;
    gap: 10px
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: #f44336;
    color: var(--white);
    border-radius: 50%;
    transition: all .4s ease-in-out;
    text-align: center;
    /* border: 1px solid #ffc107; */
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    background-color: #ffc107;
    color: #ffffff !important;
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0
}

.offcanvas__overlay.overlay-open {
    opacity: .8;
    visibility: visible
}

@media(max-width: 450px) {
    .offcanvas__info {
        width: 300px
    }
}

@media(max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px
    }
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding-top: 200px;
    padding-bottom: 50px
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: #f8b238;
}

.breadcrumb-wrapper .shape-image {
    position: absolute;
    right: 0;
    bottom: 10%
}

@media(max-width: 991px) {
    .breadcrumb-wrapper .shape-image {
        display: none
    }
    .breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding-top: 140px;
    padding-bottom: 30px
}
}

.breadcrumb-wrapper .page-heading {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between
}

.breadcrumb-wrapper .page-heading .shape {
    position: absolute;
    top: -5px;
    right: 230px;
    /* animation: float-bob-x 5s linear infinite;
    -webkit-animation: float-bob-x 5s linear infinite */
}

.breadcrumb-wrapper .page-heading .title .title-heading {
     display: none;
    /* display: inline-block; */
    padding: 8px 24px;
    background-color: var(--theme2);
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
    border-radius: 60px;
    transform: rotate(-20deg);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg)
}

.breadcrumb-wrapper .page-heading h1 {
    color: var(--white);
    color: var(--bg2);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: 528px
}

@media(max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 36px
    }
}

@media(max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 28px
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px
}

@media(max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items {
        margin-top: 15px
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: var(--white);
    transition: all .4s ease-in-out
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
    color: var(--theme)
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    color: var(--white);
    opacity: .8
}

@media(max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        display: block
    }

    .breadcrumb-wrapper .page-heading h1 {
        max-width: 100%
    }
}

.breadcrumb-wrapper .breadcrumb-wrapper-items {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 991px) {
    .breadcrumb-wrapper .breadcrumb-wrapper-items {
        flex-wrap: wrap
    }
}

.breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image {
    position: relative;
    height: 380px;
    margin-bottom: -50px
}

@media(max-width: 991px) {
    .breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image {
        margin-bottom: 0
    }

    .breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image img {
        width: 100%;
        height: 100%
    }
}

.breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image .bar-shape {
    position: absolute;
    top: -60px;
    bottom: 0;
    left: -27%;
    z-index: -1
}

@media(max-width: 991px) {
    .breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image .bar-shape {
        display: none
    }
}

.breadcrumb-wrapper .breadcrumb-wrapper-items .breadcrumb-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.error-wrapper {
    position: relative
}

.error-wrapper .shape1 {
    position: absolute;
    top: 60%;
    left: 10%;
    z-index: 1
}

.error-wrapper .shape2 {
    position: absolute;
    top: 10%;
    right: 8%;
    z-index: 1
}

.error-wrapper .error-items h1 {
    color: var(--title);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 15px;
    margin-bottom: 15px
}

@media(max-width: 767px) {
    .error-wrapper .error-items h1 {
        font-size: 32px
    }
}

.error-wrapper .error-items p {
    color: var(--text);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 30px
}

.error-wrapper .error-items .btn-wrapper {
    text-align: center;
    max-width: 160px;
    margin: 0 auto
}
/* footer toranam */
   .toranam_footer {
    background-color: transparent;
    background-image: url(../img/mavidaku-footer.png);
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    height: 34px;
    position: absolute;
    top:-14px;
    left: 0px;
    z-index: 5;
}
/* end footer toranam */
.footer-widgets-wrapper {
    padding: 54px 0 63px;
    position: relative;
    z-index: 9
}

.footer-widgets-wrapper .plane-shape {
    position: absolute;
    bottom: 5%;
    left: 0
}

@media(max-width: 1199px) {
    .footer-widgets-wrapper .plane-shape {
        display: none
    }
}

@media(max-width: 1199px) {
    .footer-widgets-wrapper {
        padding: 70px 0 100px
    }
}

@media(max-width: 991px) {
    .footer-widgets-wrapper {
        padding: 50px 0 70px
    }
}

.footer-widgets-wrapper .single-footer-widget {
    margin-top: 30px
}

@media(max-width: 991px) {
    .footer-widgets-wrapper .single-footer-widget {
        margin-left: 0 !important
    }
}

.footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 30px
}

@media(max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head {
        margin-bottom: 20px
    }
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-weight: bold;
    color: rgb(0 0 0 / 90%);
    font-size: 24px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #f5613b;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3::after {
    position: absolute;
    bottom: 0;
    left: 30px;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #fea100;
}

@media(max-width: 767px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
        font-size: 23px
    }
}

@media(max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
        font-size: 20px
    }
}

.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
    font-weight: bold;
    color: var(--white);
    font-size: 24px;
    display: inline-block
}

.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input {
    position: relative
}

.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    width: 100%;
    color: rgba(255, 255, 255, .69);
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    padding-bottom: 20px
}

.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input::-moz-placeholder {
    color: rgba(255, 255, 255, .69)
}

.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input::placeholder {
    color: rgba(255, 255, 255, .69)
}

.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn {
    position: absolute;
    top: 10px;
    right: 0;
    color: var(--white)
}

.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn i {
    font-size: 22px;
    transform: rotate(-40deg)
}

.footer-widgets-wrapper .single-footer-widget .footer-content p {
    color: rgba(255, 255, 255, .85)
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
    position: relative;
    margin-top: 40px
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    padding: 18px 20px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8)
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
    color: rgba(255, 255, 255, .8)
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 55px;
    line-height: 60px;
    border-radius: 8px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    bottom: 5px
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
    font-size: 24px
}

.footer-widgets-wrapper .single-footer-widget .list-area li {
    transition: all .4s ease-in-out;
    font-weight: 500
}

.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 6px
}

.footer-widgets-wrapper .single-footer-widget .list-area li a {
    color:#525252;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a i {
    margin-right: 5px
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
    margin-left: 5px
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
    color: var(--theme2)
}

.footer-widgets-wrapper .single-footer-widget .social-icon {
    margin-top: 20px;
    gap: 10px;
    position: relative;
    z-index: 9
}

@media(max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .social-icon {
        margin-top: 20px
    }
}

.footer-widgets-wrapper .single-footer-widget .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    /* border: 1px solid #ffffff; */
    background-color: #ab0202;
    color: var(--white)
}

.footer-widgets-wrapper .single-footer-widget .social-icon a:hover {
    background-color: #f5613b;
    color: #ffffff !important;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-items {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-items:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: none
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-items .recent-thumb img {
    width: 78px;
    height: 79px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-items .recent-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 8px
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-items .recent-content ul li {
    color: var(--white);
    font-family: "helvetica", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-items .recent-content ul li i {
    color: var(--white);
    margin-right: 5px
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-items .recent-content h6 {
    font-weight: 700;
    margin-bottom: 0
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-items .recent-content h6 a {
    color: var(--white);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-items .recent-content h6 a:hover {
    color: var(--orange) !important
}

.footer-widgets-wrapper .single-footer-widget .footer-form {
    position: relative;
    margin-top: 40px
}

.footer-widgets-wrapper .single-footer-widget .footer-form .footer-input {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    background: var(--white);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: none;
    outline: none;
    box-sizing: border-box;
    margin-top: 0
}

.footer-widgets-wrapper .single-footer-widget .footer-form .footer-submit-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: .4s ease-in-out;
    padding: 16px 20px
}

.footer-bottom {
    position: relative;
    z-index: 9;
    background: #f5a00a;
}

.footer-bottom .footer-wrapper {
    padding: 10px 0;
    /* border-top: 1px dashed #f5613b; */
}

@media(max-width: 767px) {
    .footer-bottom .footer-wrapper {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center !important
    }
}

.footer-bottom .footer-wrapper p {
    color: var(--white)
}

.footer-bottom .footer-wrapper p a {
    color: var(--white);
    font-weight: 600
}

.footer-bottom .footer-wrapper .brand-logo {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer-bottom .footer-wrapper .brand-logo li {
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 5px 7px;
    border-radius: 6px
}

.footer-bottom .footer-wrapper .footer-bottom-right ul {
    display: flex;
    align-items: center;
    gap: 16px
}

@media(max-width: 450px) {
    .footer-bottom .footer-wrapper .footer-bottom-right ul {
        flex-wrap: wrap;
        gap: 8px
    }
}

.footer-bottom .footer-wrapper .footer-bottom-right ul li a {
    color: var(--white)
}
.footer-bottom .footer-wrapper .footer-bottom-right ul li a:hover {
    color: #fae1b5!important;
}
.contact-info-area {
    padding-top: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 50px
}

@media(max-width: 1399px) {
    .contact-info-area {
        flex-wrap: wrap;
        gap: 40px;
        padding-top: 80px;
        justify-content: initial
    }
}

@media(max-width: 575px) {
    .contact-info-area {
        gap: 30px
    }
}

.contact-info-area .contact-info-items {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    position: relative
}

@media(max-width: 1199px) {
    .contact-info-area .contact-info-items {
        flex-wrap: wrap
    }
}

.contact-info-area .contact-info-items .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
    border: 2px dotted var(--white);
    border-radius: 50%;
    font-size: 30px;
    color: var(--white)
}

.contact-info-area .contact-info-items .content p {
    color: var(--white);
    margin-bottom: 5px
}

.contact-info-area .contact-info-items .content h3 {
    font-size: 24px;
    color: var(--white);
    text-transform: initial
}

.contact-info-area .contact-info-items .content h3 a {
    color: var(--white)
}

.contact-info h2 {
    color: var(--title);
    text-align: start;
    font-family: "helvetica", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 25px
}

@media(max-width: 450px) {
    .contact-info h2 {
        font-size: 32px
    }
}

.contact-info p {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 40px
}

.contact-info .info-item {
    margin-top: 25px
}

.contact-info .info-item .title {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 5px
}
.contact-info .info-item .info i{
    color: #e02805;
}
.contact-info .info-item .info {
    color: rgb(0 0 0 / 90%);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* text-decoration-line: underline */
}

@media(max-width: 991px) {
    .contact-info p {
        margin-bottom: 45px
    }

    .contact-info .info-item {
        margin-top: 25px
    }

    .contact-info .info-item:last-child {
        margin-bottom: 50px
    }
}

.contact-form-items {
    background-color: var(--white);
    padding: 30px;
    position: relative;
    z-index: 9;
    background-color: #ffffff;
    /* box-shadow: 0px -10px 40px 0px rgba(0, 0, 0, .15); */
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

@media(max-width: 1199px) {
    .contact-form-items {
        padding: 100px 40px
    }
}

@media(max-width: 991px) {
    .contact-form-items {
        padding: 80px 30px
    }
}

@media(max-width: 767px) {
    .contact-form-items {
        padding: 30px
    }
}

.contact-form-items .title {
    margin-bottom: 40px
}

.contact-form-items .title h2 {
    margin-bottom: 5px
}

.contact-form-items .form-clt {
    position: relative
}

.contact-form-items .form-clt input{
    padding: 16px 30px;
    border: 1px solid #767771;
    /* outline: 1px solid #767771; */
    background-color: #ffffff;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #767771
}
.contact-form-items .form-clt textarea {
    padding: 16px 30px;
    border: 1px solid #767771;
    outline:none;
    background-color: #ffffff;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #767771
}
@media(max-width: 575px) {

    .contact-form-items .form-clt input,
    .contact-form-items .form-clt textarea {
        padding: 12px 20px
    }
}

.contact-form-items .form-clt textarea {
    padding: 18px 30px 110px
}

@media(max-width: 575px) {
    .contact-form-items .form-clt textarea {
        padding: 12px 20px 90px
    }
}

.contact-form-items .form-clt::-moz-placeholder {
    color: var(--white)
}

.contact-form-items .form-clt::placeholder {
    color: var(--white)
}

.contact-form-items .form-clt .icon {
    position: absolute;
    right: 30px;
    top: 16px;
    color: #767771
}

.office-google-map-wrapper iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -10px
}

.contact-input-wrapper.style2 {
    background-color: var(--white);
    padding: 36px 30px;
    border-radius: 8px
}

@media(max-width: 450px) {
    .contact-input-wrapper.style2 {
        padding: 20px 15px
    }
}

.contact-input-wrapper.style2 .contact-input-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 24px
}

.contact-input-wrapper.style2 .input-wrapper {
    position: relative
}

.contact-input-wrapper.style2 .input-wrapper .form-control {
    width: 100%;
    border: none;
    border: 0;
    padding: 14px 30px 14px 50px;
    margin-bottom: 30px;
    border-radius: 10px;
    background: rgba(200, 241, 104, .2);
    color: var(--title)
}

.contact-input-wrapper.style2 .input-wrapper .form-control:focus {
    outline: 0;
    box-shadow: none
}

.contact-input-wrapper.style2 .input-wrapper .icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme);
    pointer-events: none
}

.contact-input-wrapper.style2 textarea.form-control {
    height: 120px
}

.contact-input-wrapper.style2 textarea.form-control:focus {
    outline: 0;
    border-bottom: none
}

.contact-input-wrapper.style2 textarea:focus {
    outline: 0;
    border-bottom: none
}

/* .contact-input-wrapper.style4 {
    background-color: var(--white);
    padding: 36px 30px;
    border-radius: 8px;
    border: 1px solid var(--border);
    margin-top: 24px
} */

@media(max-width: 575px) {
    .contact-input-wrapper.style4 {
        padding: 20px
    }
}

.contact-input-wrapper.style4 .contact-input-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 24px
}

.contact-input-wrapper.style4 .input-wrapper {
    position: relative
}

.contact-input-wrapper.style4 .input-wrapper .form-control {
    width: 100%;
    border: none;
    border: 0;
    padding: 10px 10px 10px 50px;
    margin-bottom: 12px;
    border-radius: 6px;
    /* background: rgba(223, 223, 223, .2); */
    color: var(--title);
    height: 40px
}

.contact-input-wrapper select {
    width: 100%;
    border: none;
    padding: 10px 10px 10px 20px;
    margin-bottom: 12px;
    border-radius: 10px;
    /* background-color: #f9f9f9; */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath fill='%23666' d='M5 7L0 0h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 10px;
    color: #828486;
    height: 40px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-input-wrapper.style4 .input-wrapper .form-control:focus {
    outline: 0;
    box-shadow: none
}

.contact-input-wrapper.style4 .input-wrapper .icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme);
    pointer-events: none
}

.contact-input-wrapper.style4 textarea.form-control {
    height: 50px !important
}

.contact-input-wrapper.style4 textarea.form-control:focus {
    outline: 0;
    border-bottom: none
}

.contact-input-wrapper.style4 textarea:focus {
    outline: 0;
    border-bottom: none
}

.banner-service-area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

@media(max-width: 1399px) {
    .banner-service-area {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 991px) {
    .banner-service-area {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 767px) {
    .banner-service-area {
        grid-template-columns: repeat(1, 1fr)
    }
}

.service-item.style1 {
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.service-item.style1 .card-body {
    position: relative;
    padding: 30px;
    max-width: 100%;
    max-height: 100%;
    background-color: var(--bg);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.service-item.style1 .card-body .icon {
    margin-bottom: 25px
}

.service-item.style1 .card-body .title {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px
}

.service-item.style1 .card-body .text {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%
}

@media(max-width: 1399px) {
    .service-item.style1 .card-body {
        width: 100%
    }
}

.service-item.style1 .btn-wrapper {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.service-item.style1:hover .btn-wrapper {
    opacity: 1;
    visibility: visible
}

.service-item.style1:hover .card-body {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 306 262"><path fill-rule="evenodd" clip-rule="evenodd"  d="M0 12C0 5.37258 5.37258 0 12 0H214C225.046 0 234 8.95431 234 20V53C234 64.0457 242.954 73 254 73H286C297.046 73 306 81.9543 306 93V250C306 256.627 300.627 262 294 262H12C5.37258 262 0 256.627 0 250V12Z" /></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 306 262"><path fill-rule="evenodd" clip-rule="evenodd"  d="M0 12C0 5.37258 5.37258 0 12 0H214C225.046 0 234 8.95431 234 20V53C234 64.0457 242.954 73 254 73H286C297.046 73 306 81.9543 306 93V250C306 256.627 300.627 262 294 262H12C5.37258 262 0 256.627 0 250V12Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 100%;
    background-color: var(--theme2)
}

.service-wrapper.style1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

@media(max-width: 1399px) {
    .service-wrapper.style1 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 991px) {
    .service-wrapper.style1 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 767px) {
    .service-wrapper.style1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.service-item.style2 {
    position: relative
}

.service-item.style2 .card-body {
    position: relative;
    padding: 24px;
    width: 306px;
    background-color: var(--bg);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.service-item.style2 .card-body .icon {
    margin-bottom: 25px
}

.service-item.style2 .card-body .title {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px
}

.service-item.style2 .card-body .text {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%
}

@media(max-width: 1399px) {
    .service-item.style2 .card-body {
        width: 100%
    }
}

.service-item.style2 .btn-wrapper {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 9;
    opacity: 0
}

.banner-wrapper.style1 .banner-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 165px;
    margin-bottom: 60px
}

.banner-wrapper.style1 .banner-title-area .title {
    color: var(--white);
    font-family: "helvetica", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.banner-wrapper.style1 .banner-title-area .title span {
    color: var(--theme2);
    font-family: "helvetica", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: underline
}

@media(max-width: 575px) {
    .banner-wrapper.style1 .banner-title-area .title span {
        font-size: 55px;
        line-height: 110%
    }
}

@media(max-width: 450px) {
    .banner-wrapper.style1 .banner-title-area .title span {
        font-size: 42px;
        line-height: 110%
    }
}

@media(max-width: 575px) {
    .banner-wrapper.style1 .banner-title-area .title {
        font-size: 55px;
        line-height: 110%
    }
}

.banner-wrapper.style1 .banner-title-area .desc .text {
    color: var(--white);
    font-family: "helvetica", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 24px
}

.banner-wrapper.style1 .banner-title-area .desc img {
    margin-right: 10px
}

.banner-wrapper.style1 .banner-title-area .desc .counter-number {
    color: var(--white);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.banner-wrapper.style1 .banner-title-area .desc .plus {
    color: var(--white);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

@media(max-width: 1399px) {
    .banner-wrapper.style1 .banner-title-area {
        flex-direction: column;
        gap: 30px
    }
}

.banner-wrapper.style1 .banner-thumb-area {
    position: relative;
    display: grid;
    grid-template-columns: 65.5% 32.5%;
    gap: 24px;
    margin-bottom: 60px
}

.banner-wrapper.style1 .banner-thumb-area .circle {
    position: absolute;
    top: 32%;
    right: 25%;
    z-index: 5
}

.banner-wrapper.style1 .banner-thumb-area .circle a {
    position: absolute;
    top: 38%;
    left: 38%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%)
}

.banner-wrapper.style1 .banner-thumb-area .circle a .arrow-btn {
    background: var(--title);
    color: var(--white)
}

.banner-wrapper.style1 .banner-thumb-area .circle a .arrow-btn:hover {
    background: var(--theme);
    color: var(--white)
}

@media(max-width: 1399px) {
    .banner-wrapper.style1 .banner-thumb-area .circle {
        right: 23%
    }
}

@media(max-width: 991px) {
    .banner-wrapper.style1 .banner-thumb-area .circle {
        right: 20%
    }
}

@media(max-width: 767px) {
    .banner-wrapper.style1 .banner-thumb-area .circle {
        top: 17%;
        right: 28%
    }
}

@media(max-width: 450px) {
    .banner-wrapper.style1 .banner-thumb-area .circle {
        top: 17%;
        right: 25%
    }
}

.banner-wrapper.style1 .banner-thumb-area .thumb-wrapper {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.banner-wrapper.style1 .banner-thumb-area .thumb-wrapper img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.banner-wrapper.style1 .banner-thumb-area .thumb-wrapper2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px
}

.banner-wrapper.style1 .banner-thumb-area .thumb-wrapper2 .thumb {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.banner-wrapper.style1 .banner-thumb-area .thumb-wrapper2 .thumb img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

@media(max-width: 1399px) {
    .banner-wrapper.style1 .banner-thumb-area {
        grid-template-columns: 67.5% 30.5%
    }
}

@media(max-width: 575px) {
    .banner-wrapper.style1 .banner-thumb-area {
        grid-template-columns: repeat(1, 1fr)
    }
}

.banner-wrapper.style2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 130px 0 30px 0
}

@media(max-width: 991px) {
    .banner-wrapper.style2 {
        padding-top: 0
    }
}

.banner-wrapper.style2 .banner-content {
    position: relative
}

.banner-wrapper.style2 .banner-content .title {
    font-family: "helvetica", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 20px
}

@media(max-width: 1399px) {
    .banner-wrapper.style2 .banner-content .title {
        font-size: 40px;
        line-height: 110%
    }
}

@media(max-width: 575px) {
    .banner-wrapper.style2 .banner-content .title {
        font-size: 28px;
        line-height: 110%
    }
}

.banner-wrapper.style2 .banner-content .text {
    font-family: "helvetica", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 24px
}

.banner-wrapper.style2 .banner-content .swiper-slide {
    height: 150px;
    width: 150px;
    position: relative;
    border-radius: 20px;
    margin-right: 50px;
    overflow: hidden
}

.banner-wrapper.style2 .banner-content .swiper-slide img {
    border-radius: 20px;
    width: 100%
}

.banner-wrapper.style2 .banner-content .swiper-slide span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: var(--white);
    font-family: "helvetica", sans-serif;
    font-size: 24px;
    font-style: normal;                                   
    font-weight: 700;
    line-height: 150%;
    z-index: 9
}

.banner-wrapper.style2 .banner-content .swiper-slide::after {
    border-radius: 20px;
    content: "";
   background: linear-gradient(0deg, rgb(248 178 56 / 50%) 0%, rgb(248 178 56 / 50%) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .4s all ease-in-out
}

.banner-wrapper.style2 .banner-content .intro-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    z-index: 9
}

.banner-wrapper.style2 .banner-content .intro-thumb-slider .swiper-slide-thumb-active span {
    opacity: 1
}

.banner-wrapper.style2 .banner-content .intro-thumb-slider .swiper-slide-thumb-active::after {
    opacity: 1;
    z-index: 1
}

.banner-wrapper.style2 .intro-thumb-slider {
    margin-top: 60px
}

.banner-wrapper.style2 .intro-thumb-slider .swiper-arrow .swiper-next {
    position: absolute;
    bottom: 54px;
    left: 0px;
    z-index: 9;
    color: #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    background-color: #dc5736;
    font-size: 22px;
    transition: .3s all ease-in-out
}

.banner-wrapper.style2 .intro-thumb-slider .swiper-arrow .swiper-next:hover {
    background-color: #f8b238;
    color: var(--white)
}

.banner-wrapper.style2 .intro-thumb-slider .swiper-arrow .swiper-prev {
    position: absolute;
    bottom: 54px;
    right: 0px;
    z-index: 9;
    color: #ffffff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    background-color: #dc5736;
    font-size: 20px;
    transition: .3s all ease-in-out
}

.banner-wrapper.style2 .intro-thumb-slider .swiper-arrow .swiper-prev:hover {
    background-color:#f8b238;
    color: var(--white)
}

.banner-wrapper.style2 .intro-thumb-slider .intro-slider {
    width: 100%
}

.banner-wrapper.style2 .intro-thumb-slider .intro-thumb-slider {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0
}

.banner-wrapper.style2 .intro-thumb-slider .intro-thumb-slider img {
    border-radius: 16px
}

.banner-wrapper.style2 .intro-thumb-slider .swiper-slide {
    border-radius: 16px
}

.banner-wrapper.style2 .intro-thumb-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-wrapper.style2 .banner-slider-right {
    position: relative
}

@media(max-width: 1199px) {
    .banner-wrapper.style2 .banner-slider-right {
        margin-top: 30px
    }
}

.banner-wrapper.style2 .banner-slider-right .circle {
    position: absolute;
    top: -60px;
    right: -60px;
    z-index: 5
}

.banner-wrapper.style2 .banner-slider-right .circle a {
    position: absolute;
    top: 38%;
    left: 38%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%)
}

.banner-wrapper.style2 .banner-slider-right .circle a .arrow-btn {
    /* background: var(--title); */
    color: var(--white)
}

.banner-wrapper.style2 .banner-slider-right .circle a .arrow-btn:hover {
    /* background: var(--theme); */
    color: var(--white)
}

@media(max-width: 1399px) {
    .banner-wrapper.style2 .banner-slider-right .circle {
        right: -8%;
        top: -8%;
    }
}

@media(max-width: 991px) {
    .banner-wrapper.style2 .banner-slider-right .circle {
        right: 20%
    }
}

@media(max-width: 767px) {
    .banner-wrapper.style2 .banner-slider-right .circle {
        top: 17%;
        right: 28%
    }
}

@media(max-width: 450px) {
    .banner-wrapper.style2 .banner-slider-right .circle {
        top: -15%;
        right: 0%;
    }
}

.banner-wrapper.style2 .banner-slider-right .swiper-slide img {
    width: 100%;
    border-radius: 20px
}

.banner-wrapper.style4 {
    position: relative
}

.banner-wrapper.style4 .banner-content {
    padding: 220px 0 150px 0
}

@media(max-width: 1600px) {
    .banner-wrapper.style4 .banner-content {
        padding: 150px 0 120px 0
    }
}

@media(max-width: 1199px) {
    .banner-wrapper.style4 .banner-content {
        padding: 150px 0 30px 0
    }
}

.banner-wrapper.style4 .banner-content .banner-content-title {
    color: var(--white);
    font-family: "helvetica", sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    padding-bottom: 50px;
    padding-right: 20px
}

@media(max-width: 1600px) {
    .banner-wrapper.style4 .banner-content .banner-content-title {
        font-size: 60px;
        line-height: 70px
    }
}

@media(max-width: 767px) {
    .banner-wrapper.style4 .banner-content .banner-content-title {
        font-size: 56px;
        line-height: 56px;
        padding-bottom: 40px;
        padding-right: 0
    }
}

@media(max-width: 500px) {
    .banner-wrapper.style4 .banner-content .banner-content-title {
        font-size: 40px;
        line-height: 42px;
        padding-bottom: 20px
    }
}

.banner-wrapper.style4 .banner-content .banner-content-thumb img {
    max-width: 100%;
    border-radius: 999px
}

.banner-wrapper.style4 .banner-content .banner-content-text {
    color: var(--white);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    padding-top: 40px
}

@media(max-width: 767px) {
    .banner-wrapper.style4 .banner-content .banner-content-text {
        padding-top: 30px;
        font-size: 18px;
        line-height: 24px
    }
}

.banner-wrapper.style4 .banner-right-thumb {
    position: absolute;
    right: 0;
    left: 56%;
    top: 0;
    bottom: 0
}

.banner-wrapper.style4 .banner-right-thumb img {
    width: 100%
}

@media(max-width: 1199px) {
    .banner-wrapper.style4 .banner-right-thumb {
        position: initial
    }
}

.banner-wrapper.style4 .circle {
    position: absolute;
    position: absolute;
    top: 44%;
    right: 40%;
    z-index: 5
}

.banner-wrapper.style4 .circle a {
    position: absolute;
    top: 38%;
    left: 38%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%)
}

.banner-wrapper.style4 .circle a .arrow-btn {
    background: var(--title);
    color: var(--white)
}

.banner-wrapper.style4 .circle a .arrow-btn:hover {
    background: var(--theme);
    color: var(--white)
}

@media(max-width: 1399px) {
    .banner-wrapper.style4 .circle {
        right: 23%
    }
}

@media(max-width: 991px) {
    .banner-wrapper.style4 .circle {
        display: none
    }
}

.hero-3 {
    position: relative;
    z-index: 4;
    padding-bottom: 136px;
    margin-top: -1px;
    position: relative;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%)
}

.hero-3 .hero-slider3 {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transform: translate(0, 165px);
    margin-top: -165px
}

.hero-3 .hero-slider3 .hero3-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    animation: scalein 20s infinite;
    -webkit-animation: scalein 20s infinite
}

.hero-3 .hero-slider3 .hero3-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: var(--title);
    z-index: -1
}

.hero-3 .hero-slider3 .hero3-bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-3 .hero-slider3 .hero-inner {
    position: relative
}

.hero-3 .hero-slider3 .hero-inner .hero-style3 {
    position: relative;
    padding: 345px 0 327px 0;
    z-index: 9
}

@media(max-width: 991px) {
    .hero-3 .hero-slider3 .hero-inner .hero-style3 {
        padding: 280px 0 250px 0
    }
}

@media(max-width: 450px) {
    .hero-3 .hero-slider3 .hero-inner .hero-style3 {
        padding: 180px 0
    }
}

.hero-3 .hero-slider3 .hero-inner .hero-style3 .hero-sub-title {
    color: var(--white);
    font-family: "helvetica", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: .4s all ease-in-out
}

.hero-3 .hero-slider3 .hero-inner .hero-style3 .hero-title {
    margin-bottom: 24px;
    margin-top: -0.2em;
    transition: .4s all ease-in-out
}

.hero-3 .hero-slider3 .hero-inner .hero-style3 .hero-title span {
    display: block
}

.hero-3 .hero-slider3 .hero-inner .hero-style3 .hero-title .title1,
.hero-3 .hero-slider3 .hero-inner .hero-style3 .hero-title .title2 {
    display: block;
    color: var(--white);
    font-family: "Plus Jakarta Sans";
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 90px;
    z-index: 999
}

@media(max-width: 991px) {

    .hero-3 .hero-slider3 .hero-inner .hero-style3 .hero-title .title1,
    .hero-3 .hero-slider3 .hero-inner .hero-style3 .hero-title .title2 {
        font-size: 60px;
        line-height: 80px
    }
}

@media(max-width: 767px) {

    .hero-3 .hero-slider3 .hero-inner .hero-style3 .hero-title .title1,
    .hero-3 .hero-slider3 .hero-inner .hero-style3 .hero-title .title2 {
        font-size: 44px;
        line-height: 54px
    }
}

.hero-3 .hero-slider3 .hero-inner .hero-style3 .hero-text {
    color: var(--white);
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 55px;
    max-width: 675px
}

.hero-3 .hero-slider3 .hero-inner .hero-style3 .theme-btn {
    padding: 18px 24px;
    border-radius: 8px
}

.hero-3 .hero-slider3 .hero-inner .hero3-bg {
    animation: scalein 20s infinite;
    -webkit-animation: scalein 20s infinite
}

.hero-3 .hero-slider3 .hero-inner .hero3-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: var(--title);
    z-index: -1
}

@media(max-width: 575px) {
    .hero-3 .hero-slider3 .swiper-arrow {
        display: none
    }
}

.hero-3 .hero-slider3 .swiper-arrow .swiper-next {
    position: absolute;
    top: 50%;
    left: 2%;
    z-index: 3;
    position: absolute;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 50%;
    transition: all .4s ease-in-out
}

.hero-3 .hero-slider3 .swiper-arrow .swiper-prev {
    position: absolute;
    top: 50%;
    right: 2%;
    z-index: 3;
    font-size: 20px;
    position: absolute;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 50%;
    transition: all .4s ease-in-out
}

.hero-3 .hero-slider3:hover {
    background: linear-gradient(90deg, #B42AF3 0%, #384BFF 83.46%);
    border: 1px solid var(--theme)
}

.about-wrapper.style1 .about-thumb-wrapper {
    position: relative;
    padding-bottom: 90px;
    width: 100%
}

@media(max-width: 1199px) {
    .about-wrapper.style1 .about-thumb-wrapper {
        margin-bottom: 50px
    }
}

.about-wrapper.style1 .about-thumb-wrapper img {
    position: relative;
    max-width: 100%;
    z-index: 1;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.about-wrapper.style1 .about-thumb-wrapper .about-mask-img {
    position: absolute;
    max-width: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: 0px;
    right: 25px;
    z-index: 3;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 382"><path fill-rule="evenodd" clip-rule="evenodd" d="M94 58.5C105.046 58.5 114 49.5457 114 38.5V16C114 9.37258 119.373 4 126 4H344C350.627 4 356 9.37258 356 16V311.5C356 318.127 350.627 323.5 344 323.5H258.5C247.454 323.5 238.5 332.454 238.5 343.5V366C238.5 372.627 233.127 378 226.5 378H121.25H16C9.37259 378 4 372.627 4 366V70.5C4 63.8726 9.37258 58.5 16 58.5H94Z" /></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 382"><path fill-rule="evenodd" clip-rule="evenodd" d="M94 58.5C105.046 58.5 114 49.5457 114 38.5V16C114 9.37258 119.373 4 126 4H344C350.627 4 356 9.37258 356 16V311.5C356 318.127 350.627 323.5 344 323.5H258.5C247.454 323.5 238.5 332.454 238.5 343.5V366C238.5 372.627 233.127 378 226.5 378H121.25H16C9.37259 378 4 372.627 4 366V70.5C4 63.8726 9.37258 58.5 16 58.5H94Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover
}

@media(max-width: 1399px) {
    .about-wrapper.style1 .about-thumb-wrapper .about-mask-img {
        right: 25px
    }
}

@media(max-width: 1199px) {
    .about-wrapper.style1 .about-thumb-wrapper .about-mask-img {
        left: 25%
    }
}

@media(max-width: 991px) {
    .about-wrapper.style1 .about-thumb-wrapper .about-mask-img {
        left: 35%
    }
}

@media(max-width: 767px) {
    .about-wrapper.style1 .about-thumb-wrapper .about-mask-img {
        bottom: 0px;
        right: -132px
    }
}

@media(max-width: 450px) {
    .about-wrapper.style1 .about-thumb-wrapper .about-mask-img {
        bottom: -77px;
        right: -22px;
        width: 200px;
        height: 290px
    }
}

.about-wrapper.style1 .about-thumb-wrapper .counter-box {
    position: absolute;
    top: 50px;
    right: 20px;
    text-align: center;
    z-index: 5
}

.about-wrapper.style1 .about-thumb-wrapper .counter-box .counter-number {
    display: inline-block;
    color: var(--orange);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%
}

.about-wrapper.style1 .about-thumb-wrapper .counter-box .plus {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    color: var(--orange);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%
}

.about-wrapper.style1 .about-thumb-wrapper .counter-box span {
    background-color: var(--theme);
    color: var(--white);
    font-family: "helvetica", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

@media(max-width: 1199px) {
    .about-wrapper.style1 .about-thumb-wrapper .counter-box {
        right: 351px
    }
}

@media(max-width: 991px) {
    .about-wrapper.style1 .about-thumb-wrapper .counter-box {
        right: 120px
    }
}

@media(max-width: 767px) {
    .about-wrapper.style1 .about-thumb-wrapper .counter-box {
        top: 350px;
        left: -60px
    }

    .about-wrapper.style1 .about-thumb-wrapper .counter-box span {
        background-color: var(--theme);
        color: var(--white)
    }
}

@media(max-width: 450px) {
    .about-wrapper.style1 .about-thumb-wrapper .counter-box {
        right: 80px
    }
}

.about-wrapper.style1 .btn-wrapper {
    margin-top: 30px;
    z-index: 5
}

.about-wrapper.style1 .fancy-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid var(--border);
    margin-top: 40px;
    z-index: 5
}

@media(max-width: 767px) {
    .about-wrapper.style1 .fancy-box-wrapper {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center
    }

    .about-wrapper.style1 .fancy-box-wrapper .fancy-box.style3 {
        text-align: center
    }
}

.about-wrapper.style2 .about-thumb-wrapper {
    position: relative
}

@media(max-width: 1199px) {
    .about-wrapper.style2 .about-thumb-wrapper {
        margin-bottom: 30px
    }
}

.about-wrapper.style2 .about-thumb-wrapper img {
    position: relative;
    max-width: 100%;
    z-index: 1;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.about-wrapper.style2 .about-thumb-wrapper .about-mask-img {
    position: absolute;
    max-width: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: -5px;
    right: 25px;
    z-index: 3;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 382"><path fill-rule="evenodd" clip-rule="evenodd" d="M94 58.5C105.046 58.5 114 49.5457 114 38.5V16C114 9.37258 119.373 4 126 4H344C350.627 4 356 9.37258 356 16V311.5C356 318.127 350.627 323.5 344 323.5H258.5C247.454 323.5 238.5 332.454 238.5 343.5V366C238.5 372.627 233.127 378 226.5 378H121.25H16C9.37259 378 4 372.627 4 366V70.5C4 63.8726 9.37258 58.5 16 58.5H94Z" /></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 382"><path fill-rule="evenodd" clip-rule="evenodd" d="M94 58.5C105.046 58.5 114 49.5457 114 38.5V16C114 9.37258 119.373 4 126 4H344C350.627 4 356 9.37258 356 16V311.5C356 318.127 350.627 323.5 344 323.5H258.5C247.454 323.5 238.5 332.454 238.5 343.5V366C238.5 372.627 233.127 378 226.5 378H121.25H16C9.37259 378 4 372.627 4 366V70.5C4 63.8726 9.37258 58.5 16 58.5H94Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover
}

@media(max-width: 1399px) {
    .about-wrapper.style2 .about-thumb-wrapper .about-mask-img {
        right: 25px
    }
}

@media(max-width: 1199px) {
    .about-wrapper.style2 .about-thumb-wrapper .about-mask-img {
        left: 25%
    }
}

@media(max-width: 991px) {
    .about-wrapper.style2 .about-thumb-wrapper .about-mask-img {
        left: 35%
    }
}

@media(max-width: 767px) {
    .about-wrapper.style2 .about-thumb-wrapper .about-mask-img {
        bottom: 0px;
        right: -132px
    }
}

@media(max-width: 450px) {
    .about-wrapper.style2 .about-thumb-wrapper .about-mask-img {
        bottom: -77px;
        right: -22px;
        width: 200px;
        height: 290px
    }
}

.about-wrapper.style2 .about-thumb-wrapper .about-video {
    position: absolute;
    right: 180px;
    top: 90px;
    z-index: 9;
    background-color: var(--theme);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px
}

.about-wrapper.style2 .about-thumb-wrapper .about-video i {
    color: var(--white)
}

@media(max-width: 1199px) {
    .about-wrapper.style2 .about-thumb-wrapper .about-video {
        right: 60%
    }
}

.about-wrapper.style2 .section-title {
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px
}

.about-wrapper.style2 .about-list ul li {
    font-size: 18px;
    padding-bottom: 6px;
    font-family: "helvetica", sans-serif
}

.about-wrapper.style2 .about-list ul li i {
    color: var(--theme);
    font-size: 18px;
    padding-right: 4px
}

.about-wrapper.style2 .about-bottom {
    margin-top: 40px;
    display: flex;
    gap: 100px
}

@media(max-width: 575px) {
    .about-wrapper.style2 .about-bottom {
        gap: 70px
    }
}

@media(max-width: 450px) {
    .about-wrapper.style2 .about-bottom {
        flex-wrap: wrap
    }
}

.about-wrapper.style2 .about-bottom .fancy-box {
    display: flex;
    align-items: center;
    gap: 10px
}

.about-wrapper.style2 .about-bottom .fancy-box .item .title {
    line-height: 20px
}

.about-wrapper.style3 .about-thumb-wrapper {
    position: relative
}

@media(max-width: 1199px) {
    .about-wrapper.style3 .about-thumb-wrapper {
        margin-top: 30px
    }
}

.about-wrapper.style3 .about-thumb-wrapper img {
    position: relative;
    max-width: 100%;
    z-index: 1;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.about-wrapper.style3 .about-thumb-wrapper .about-mask-img {
    position: absolute;
    max-width: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: -5px;
    right: 25px;
    z-index: 3;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 382"><path fill-rule="evenodd" clip-rule="evenodd" d="M94 58.5C105.046 58.5 114 49.5457 114 38.5V16C114 9.37258 119.373 4 126 4H344C350.627 4 356 9.37258 356 16V311.5C356 318.127 350.627 323.5 344 323.5H258.5C247.454 323.5 238.5 332.454 238.5 343.5V366C238.5 372.627 233.127 378 226.5 378H121.25H16C9.37259 378 4 372.627 4 366V70.5C4 63.8726 9.37258 58.5 16 58.5H94Z" /></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 382"><path fill-rule="evenodd" clip-rule="evenodd" d="M94 58.5C105.046 58.5 114 49.5457 114 38.5V16C114 9.37258 119.373 4 126 4H344C350.627 4 356 9.37258 356 16V311.5C356 318.127 350.627 323.5 344 323.5H258.5C247.454 323.5 238.5 332.454 238.5 343.5V366C238.5 372.627 233.127 378 226.5 378H121.25H16C9.37259 378 4 372.627 4 366V70.5C4 63.8726 9.37258 58.5 16 58.5H94Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover
}

@media(max-width: 1399px) {
    .about-wrapper.style3 .about-thumb-wrapper .about-mask-img {
        right: 25px
    }
}

@media(max-width: 1199px) {
    .about-wrapper.style3 .about-thumb-wrapper .about-mask-img {
        left: 25%
    }
}

@media(max-width: 991px) {
    .about-wrapper.style3 .about-thumb-wrapper .about-mask-img {
        left: 35%
    }
}

@media(max-width: 767px) {
    .about-wrapper.style3 .about-thumb-wrapper .about-mask-img {
        bottom: 0px;
        right: -132px
    }
}

@media(max-width: 450px) {
    .about-wrapper.style3 .about-thumb-wrapper .about-mask-img {
        bottom: -77px;
        right: -22px;
        width: 200px;
        height: 290px
    }
}

.about-wrapper.style3 .about-thumb-wrapper .about-video {
    position: absolute;
    right: 180px;
    top: 90px;
    z-index: 9;
    background-color: var(--theme);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px
}

.about-wrapper.style3 .about-thumb-wrapper .about-video i {
    color: var(--white)
}

@media(max-width: 1199px) {
    .about-wrapper.style3 .about-thumb-wrapper .about-video {
        right: 60%
    }
}

.about-wrapper.style3 .section-title {
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px
}

.about-wrapper.style3 .about-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px
}

@media(max-width: 575px) {
    .about-wrapper.style3 .about-list {
        grid-template-columns: repeat(1, 1fr)
    }
}

.about-wrapper.style3 .about-list ul li {
    font-size: 18px;
    padding-bottom: 6px;
    font-family: "helvetica", sans-serif
}

.about-wrapper.style3 .about-list ul li i {
    color: var(--theme);
    font-size: 18px;
    padding-right: 4px
}

.about-wrapper.style3 .about-bottom .skill-bar-percent {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    display: flex;
    align-items: center
}

.about-wrapper.style3 .about-bottom .skill-bar {
    width: 100%;
    height: 10px;
    position: relative;
    margin-top: 10px
}

.about-wrapper.style3 .about-bottom .skill-bar:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(253, 61, 12, .2)
}

.about-wrapper.style3 .about-bottom .skill-bar-inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 0;
    height: 100%;
    overflow: visible
}

.about-wrapper.style3 .about-bottom .skill-bar-inner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: var(--orange)
}

.about-wrapper.style3 .about-bottom .class-full-bar-box {
    position: relative
}

.about-wrapper.style3 .about-bottom .class-full-bar-box .h3-title {
    font-size: 15px;
    line-height: 15px;
    color: var(--title);
    font-weight: 600
}

.about-wrapper.style3 .about-bottom .class-full-bar-box .h3-title span {
    color: var(--text);
    font-weight: 400
}

.about-wrapper.style3 .about-bottom .class-full-bar-percent {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 800;
    color: #10161b;
    display: flex;
    align-items: center
}

.about-wrapper.style3 .about-bottom .class-full-bar-percent h2 {
    font-size: 17px;
    line-height: 28px
}

.about-wrapper.style3 .about-bottom .class-full-bar-percent .h3-title {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px
}

.about-wrapper.style3 .about-bottom .causes_pro_bar {
    margin-bottom: 20px
}

.about-wrapper.style4 .about-thumb-wrapper {
    position: relative
}

.about-wrapper.style4 .about-thumb-wrapper img {
    width: 100%;
    border-radius: 10px
}

.about-wrapper.style4 .about-thumb-wrapper .thumb_1 {
    margin-top: 20px
}

@media(max-width: 450px) {
    .about-wrapper.style4 .about-thumb-wrapper .thumb_1 {
        margin-bottom: 24px
    }
}

.about-wrapper.style4 .about-thumb-wrapper .thumb_2 {
    margin-bottom: 20px
}

.about-wrapper.style4 .about-thumb-wrapper .counter-wrapper {
    display: flex;
    align-items: center;
    gap: 24px
}

.about-wrapper.style4 .about-thumb-wrapper .counter-wrapper .icon {
    flex-shrink: 0
}

.about-wrapper.style4 .about-thumb-wrapper .counter-wrapper .content .count {
    font-size: 36px;
    line-height: 42px
}

/* .about-wrapper.style4 .section-title {
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px
} */

.about-wrapper.style4 .about-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px
}

@media(max-width: 575px) {
    .about-wrapper.style4 .about-list {
        grid-template-columns: repeat(1, 1fr)
    }
}

.about-wrapper.style4 .about-list ul li {
    font-size: 16px;
    padding-bottom: 6px;
    font-family: "helvetica", sans-serif
}

.about-wrapper.style4 .about-list ul li i {
    color: #f74f22;
    font-size: 18px;
    padding-right: 4px
}

.about-wrapper.style4 .about-bottom .skill-bar-percent {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    display: flex;
    align-items: center
}

.about-wrapper.style4 .about-bottom .skill-bar {
    width: 100%;
    height: 10px;
    position: relative;
    margin-top: 10px
}

.about-wrapper.style4 .about-bottom .skill-bar:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(253, 61, 12, .2)
}

.about-wrapper.style4 .about-bottom .skill-bar-inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 0;
    height: 100%;
    overflow: visible
}

.about-wrapper.style4 .about-bottom .skill-bar-inner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: var(--orange)
}

.about-wrapper.style4 .about-bottom .class-full-bar-box {
    position: relative
}

.about-wrapper.style4 .about-bottom .class-full-bar-box .h3-title {
    font-size: 15px;
    line-height: 15px;
    color: var(--title);
    font-weight: 600
}

.about-wrapper.style4 .about-bottom .class-full-bar-box .h3-title span {
    color: var(--text);
    font-weight: 400
}

.about-wrapper.style4 .about-bottom .class-full-bar-percent {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 800;
    color: #10161b;
    display: flex;
    align-items: center
}

.about-wrapper.style4 .about-bottom .class-full-bar-percent h2 {
    font-size: 17px;
    line-height: 28px
}

.about-wrapper.style4 .about-bottom .class-full-bar-percent .h3-title {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px
}

.about-wrapper.style4 .about-bottom .causes_pro_bar {
    margin-bottom: 20px
}

.causes-card-wrapper.style1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 30px
}

@media(max-width: 1399px) {
    .causes-card-wrapper.style1 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 767px) {
    .causes-card-wrapper.style1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.causes-card-wrapper.style3 {
    margin-top: 30px
}
.causes-card-item{
    background-color:#ffffff;
}
.causes-card-item.style1 {
    /* padding: 20px 20px 15px; */
    padding: 10px 10px;
    border: 1px solid var(--border);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

@media(max-width: 450px) {
    .causes-card-item.style1 {
        padding: 12px
    }
}

.causes-card-item.style1 .causes-image {
    position: relative;
    padding-bottom: 20px;
    /* margin-bottom: 16px */
}

.causes-card-item.style1 .causes-image img {
    position: relative;
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.causes-card-item.style1 .causes-image .badge {
    position: absolute;
    right: 24px;
    bottom: 0px;
    padding: 10px 10px;
    background-color: #ec782d;
    border: 3px solid var(--white);
    z-index: 5;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.causes-card-item.style1 .causes-image .badge a {
    padding: 5px 10px;
    color: var(--white)
}

.causes-card-item.style1 .causes-image .badge a:hover {
    color: var(--white) !important
}

.causes-card-item.style1 .causes-image .badge:hover {
    background-color: var(--orange)
}

.causes-card-item.style1 .causes-image .badge:hover a {
    color: var(--white)
}

.causes-card-item.style1 .causes-content {
    padding: 0px 20px 0
}

.causes-card-item.style1 .causes-content h3 {
    margin-bottom: 12px
}

.causes-card-item.style1 .causes-content h3 a {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.causes-card-item.style1 .causes-content h3 a:hover {
    color: var(--orange)
}

@media(max-width: 450px) {
    .causes-card-item.style1 .causes-content h3 a {
        font-size: 26px;
        line-height: 110%
    }
}

.causes-card-item.style1 .causes-content p {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 12px
}

.causes-card-item.style1 .causes-content .btn-wrapper {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 20px;
    max-width: 100%
}

.causes-card-item.style1 .causes-content .btn-wrapper a {
    color: #dc5736;
    font-family: "helvetica", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* text-decoration: underline */
}

@media(max-width: 991px) {
    .causes-card-item.style1 .causes-content {
        padding: 0
    }
}

.causes-card-item.style2 {
    background-color: var(--white);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, .1);
    padding-bottom: 12px
}

.causes-card-item.style2 .causes-image {
    position: relative;
    margin-bottom: 10px
}

.causes-card-item.style2 .causes-image img {
    position: relative;
    /* width: 100%; */
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.causes-card-item.style2 .causes-image .badge {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 10px 10px;
    background-color: var(--theme);
    border: 3px solid var(--white);
    z-index: 5;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: .4s all ease-in-out
}

.causes-card-item.style2 .causes-image .badge a {
    padding: 5px 10px;
    color: var(--white)
}

.causes-card-item.style2 .causes-image .badge a:hover {
    color: var(--white) !important
}

.causes-card-item.style2 .causes-image .badge:hover {
    background-color: var(--orange)
}

.causes-card-item.style2 .causes-image .badge:hover a {
    color: var(--white)
}

.causes-card-item.style2 .causes-image .progress-wrap {
    background-color:#fff7df;
    padding: 10px 16px;
    /* box-shadow: 0px 8px 20px rgba(0, 0, 0, .08); */
    padding: 20px 20px;
    border-radius: 10px;
    margin: -50px auto 0 auto;
    z-index: 999;
    position: relative;
    width: 90%
}

.causes-card-item.style2 .causes-image .progress-wrap .progress-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px
}

.causes-card-item.style2 .causes-image .progress-wrap .progress-meta .title {
    color: #f74f22;
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.causes-card-item.style2 .causes-image .progress-wrap .progress-meta .percentage {
    color: #f74f22;
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

@media(max-width: 500px) {
    .causes-card-item.style2 .causes-image .progress-wrap .progress-meta {
        gap: 210px
    }
}

@media(max-width: 470px) {
    .causes-card-item.style2 .causes-image .progress-wrap .progress-meta {
        gap: 150px
    }
}

.causes-card-item.style2 .causes-image .progress-wrap .progress-container {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #b2b2b2 !important;
    border-radius: 10px;
    overflow: visible
}

.causes-card-item.style2 .causes-image .progress-wrap .progress-container .progress-bar {
    height: 5px;
    background-color: #f74f22;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    z-index: 1
}

@media(max-width: 575px) {
    .causes-card-item.style2 .causes-image .progress-wrap .progress-container {
        width: 85%
    }
}

.causes-card-item.style2 .causes-image .progress-wrap .progress-container:before,
.causes-card-item.style2 .causes-image .progress-wrap .progress-container:after {
    position: absolute;
    top: -4px;
    content: "";
    width: 8px;
    height: 12px;
    background-color: #f74f22;
    z-index: 3;
    border-radius: 2px
}

.causes-card-item.style2 .causes-image .progress-wrap .progress-container:before {
    left: 0
}

.causes-card-item.style2 .causes-image .progress-wrap .progress-container:after {
    right: 30%
}

.causes-card-item.style2 .causes-image .progress-wrap .progress-container.style2:before,
.causes-card-item.style2 .causes-image .progress-wrap .progress-container.style2:after {
    background-color: var(--orange)
}

.causes-card-item.style2 .causes-content {
    padding: 0px 20px 0
}

.causes-card-item.style2 .causes-content h3 {
    margin-bottom: 12px
}

.causes-card-item.style2 .causes-content h3 a {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media(max-width: 450px) {
    .causes-card-item.style2 .causes-content h3 a {
        font-size: 24px;
        line-height: 120%
    }
}

.causes-card-item.style2 .causes-content h3 a:hover {
    color: var(--orange)
}

.causes-card-item.style2 .causes-content p {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 20px
}

@media(max-width: 991px) {
    .causes-card-item.style2 .causes-content {
        padding: 0
    }
}

.causes-card-item.style2 .causes-content .fund {
    padding-top: 16px;
    border-top: 1px solid var(--border)
}

.causes-card-item.style2 .causes-content .fund .goal {
    position: relative
}

.causes-card-item.style2 .causes-content .fund .goal::after {
    position: absolute;
    top: 0;
    /* right: -90px; */
    left: 125px;
    content: "";
    background-color: var(--border);
    height: 30px;
    width: 1px
}

@media(max-width: 575px) {
    .causes-card-item.style2 .causes-content .fund .goal::after {
        display: none
    }
}

.causes-card3 {
    box-shadow: rgba(0, 0, 0, .08) -4px 6px 24px, rgba(0, 0, 0, .08) 6px 12px 24px;
    background: var(--white);
    border-radius: 8px
}

@media(max-width: 1199px) {
    .causes-card3 {
        margin-bottom: 30px
    }
}

.causes-card3 .thumb {
    overflow: hidden;
    border-radius: 8px 8px 0 0
}

.causes-card3 .thumb img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    transition: .4s all ease-in-out
}

.causes-card3 .thumb:hover img {
    transform: scale(1.1)
}

.causes-card3 .content {
    padding: 20px
}

.causes-card3 .content .tag a {
    font-size: 20px
}

.causes-card3 .content .title {
    padding: 12px 0
}

.causes-card3 .content .title a {
    font-size: 32px;
    line-height: 40px
}

@media(max-width: 450px) {
    .causes-card3 .content .title a {
        font-size: 24px;
        line-height: 34px
    }
}

.causes-card3 .content p {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 20px
}

.causes-card3 .content .fund {
    padding-top: 16px;
    border-top: 1px solid var(--border);
    padding-bottom: 10px
}

.causes-card3 .content .fund .icon {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background-color: var(--bg2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--theme);
    margin-right: 4px
}

.causes-card3 .content .fund .goal {
    position: relative
}

.causes-card3 .content .fund .goal::after {
    position: absolute;
    top: 0;
    right: -130px;
    content: "";
    background-color: var(--border);
    height: 30px;
    width: 1px
}

@media(max-width: 575px) {
    .causes-card3 .content .fund .goal::after {
        display: none
    }
}

.causes-card3 .content .fund .goal span {
    font-size: 18px
}

.causes-card3 .content .fund .raised span {
    font-size: 18px
}

.causes-card3 .content .causes-btn-wrapper {
    padding-top: 30px;
    border-top: 1px solid var(--border)
}

.causes-card3 .content .causes-btn-wrapper .theme-btn {
    width: 100%;
    border-radius: 8px;
    text-align: center
}

.causes-card3.style2 {
    margin-bottom: 24px
}

.causes-card3.style2 .content {
    padding: 10px 16px
}

.causes-card3.style2 .content .tag a {
    font-size: 20px
}

.causes-card3.style2 .content .title {
    padding: 10px 0
}

.causes-card3.style2 .content .title a {
    font-size: 32px;
    line-height: 40px
}

@media(max-width: 767px) {
    .causes-card3.style2 .content .title a {
        font-size: 24px;
        line-height: 34px
    }
}

.causes-card3.style2 .content p {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 20px
}

.causes-card3.style2 .content .fund {
    padding-top: 16px;
    border-top: 1px solid var(--border);
    padding-bottom: 10px
}

.causes-card3.style2 .content .fund .icon {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background-color: var(--bg2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--theme);
    margin-right: 4px
}

.causes-card3.style2 .content .fund .goal {
    position: relative
}

.causes-card3.style2 .content .fund .goal::after {
    position: absolute;
    top: 0;
    right: -130px;
    content: "";
    background-color: var(--border);
    height: 30px;
    width: 1px
}

.causes-card3.style2 .content .fund .goal span {
    font-size: 18px
}

.causes-card3.style2 .content .fund .raised span {
    font-size: 18px
}

.causes-card3.style2 .content .causes-btn-wrapper {
    padding-top: 30px;
    border-top: 1px solid var(--border)
}

.causes-card3.style2 .content .causes-btn-wrapper .theme-btn {
    width: 100%;
    border-radius: 8px;
    text-align: center
}

.counter-wrap.style1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto
}

.counter-wrap.style1 .counter-box {
    padding: 130px 46px;
    border: 1px solid var(--border);
    text-align: center;
    margin-right: -25px;
    margin-left: -25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.counter-wrap.style1 .counter-box .dollar {
    color: var(--title);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.counter-wrap.style1 .counter-box .counter-number {
    color: var(--title);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media(max-width: 450px) {
    .counter-wrap.style1 .counter-box .counter-number {
        font-size: 42px;
        line-height: 110%
    }
}

.counter-wrap.style1 .counter-box .plus {
    color: var(--title);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.counter-wrap.style1 .counter-box span {
    color: var(--text);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%
}

@media(max-width: 991px) {
    .counter-wrap.style1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px
    }

    .counter-wrap.style1 .counter-box {
        margin-right: 0;
        margin-left: 0;
        padding: 80px 30px
    }
}

@media(max-width: 767px) {
    .counter-wrap.style1 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.counter-wrap.style4 {
    background-color: var(--white);
    border-radius: 20px;
    padding: 57px 60px 40px 60px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

@media(max-width: 1199px) {
    .counter-wrap.style4 {
        padding: 30px
    }
}

@media(max-width: 767px) {
    .counter-wrap.style4 {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: space-around
    }
}

.counter-wrap.style4 .counter-item {
    text-align: center;
    position: relative
}

.counter-wrap.style4 .counter-item::after {
    position: absolute;
    right: -70%;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
    background-color: var(--bg2)
}

@media(max-width: 1199px) {
    .counter-wrap.style4 .counter-item::after {
        display: none
    }
}

.counter-wrap.style4 .counter-item:last-child::after {
    display: none
}

.counter-wrap.style4 .counter-item .item-count {
    color: var(--theme);
    font-family: "helvetica", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-transform: capitalize;
    padding-bottom: 8px;
    position: relative;
    display: inline-block
}

@media(max-width: 991px) {
    .counter-wrap.style4 .counter-item .item-count {
        font-size: 48px;
        line-height: 50px
    }
}

.counter-wrap.style4 .counter-item .item-count::after {
    position: absolute;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    left: -20px;
    top: -15px;
    content: "";
    background-color: rgba(255, 163, 54, .2)
}

.counter-wrap.style4 .counter-item .item-text {
    color: var(--theme);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px
}

@media(max-width: 991px) {
    .counter-wrap.style4 .counter-item .item-text {
        font-size: 18px
    }
}

.counter-section.style4 {
    position: relative
}

.counter-section.style4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    content: "";
    background-color: var(--bg2)
}

.counter-wrap.style2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 30px auto
}

.counter-wrap.style2 .counter-box {
    padding: 66px 17px 66px;
    border: 1px solid var(--border);
    text-align: center;
    margin-right: -15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.counter-wrap.style2 .counter-box .counter-number {
    color: var(--title);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.counter-wrap.style2 .counter-box .percentage {
    color: var(--title);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.counter-wrap.style2 .counter-box span {
    color: var(--text);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%
}

@media(max-width: 991px) {
    .counter-wrap.style2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px
    }

    .counter-wrap.style2 .counter-box {
        margin-right: 0;
        padding: 80px 10px
    }
}

@media(max-width: 767px) {
    .counter-wrap.style2 {
        grid-template-columns: repeat(1, 1fr);
        margin: 30px auto 0
    }
}

.testimonial-wrapper.style1 {
    position: relative
}

.testimonial-wrapper.style1 .slider-area {
    margin-top: 50px
}

.testimonial-wrapper.style1 .arrow-button {
    position: absolute;
    bottom: -160px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

@media(max-width: 767px) {
    .testimonial-wrapper.style1 .arrow-button {
        bottom: -120px
    }
}

.testimonial-wrapper.style2 {
    position: relative
}

.testimonial-wrapper.style2 .shape1 {
    position: absolute;
    bottom: 0;
    left: 212px;
    z-index: 1
}

.testimonial-wrapper.style2 .shape2 {
    position: absolute;
    top: 155px;
    right: 0;
    z-index: 1
}

.testimonial-wrapper.style3 .testimonial-head {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.testimonial-wrapper.style3 .testimonial-head .arrow-button {
    justify-content: end;
    text-align: end;
    position: initial
}

@media(max-width: 767px) {
    .testimonial-wrapper.style3 .testimonial-head .arrow-button {
        display: none
    }
}

.testimonial-wrapper .swiper-wrapper.style3 {
    padding: 24px 0
}

.testimonila-item.style1 .star {
    margin-bottom: 8px
}

.testimonila-item.style1 .text {
    margin-bottom: 25px
}

.testimonila-item.style3 {
    background-color: #fffdfa;
    position: relative;
    border-radius: 16px;
    border-left: 4px solid #f74f22;
    box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, .08);
    padding: 15px
}

@media(max-width: 450px) {
    .testimonila-item.style3 {
        padding: 15px 10px
    }
}

.testimonila-item.style3 .item {
    margin-top: 15px
}

.testimonila-item.style3 .item img {
    margin-right: 15px;
    border-radius: 30px;
    height: 60px;
    width: 100px
}

@media(max-width: 450px) {
    .testimonila-item.style3 .item img {
        height: 48px;
        width: 80px
    }
}

.testimonila-item.style3 .item i {
    padding: 2px 0;
    text-align: center;
    color: var(--orange);
    border-left: 0
}

.testimonila-item.style3 .quote {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 48px;
    color: #f74f22;
}

.testimonila-item.style4 {
    padding: 40px;
    background-color: var(--white);
    position: relative;
    border-radius: 16px;
    border-top: 4px solid var(--theme);
    box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, .08);
    padding: 30px
}

@media(max-width: 1199px) {
    .testimonila-item.style4 {
        padding: 16px 8px
    }
}

.testimonila-item.style4 .item {
    margin-top: 30px
}

.testimonila-item.style4 .item img {
    margin-right: 15px;
    border-radius: 50%;
    height: 90px;
    width: 90px
}

@media(max-width: 450px) {
    .testimonila-item.style4 .item img {
        height: 54px;
        width: 54px;
        margin-right: 10px
    }
}

.testimonila-item.style4 .item i {
    padding: 2px 0;
    text-align: center;
    color: var(--orange);
    border-left: 0
}

.testimonila-item.style4 .quote {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 48px;
    color: var(--theme)
}

.testimonila-item.style4 .text {
    font-size: 24px;
    line-height: 36px;
    margin-top: 16px
}

@media(max-width: 1199px) {
    .testimonila-item.style4 .text {
        font-size: 20px;
        line-height: 30px
    }
}

@media(max-width: 450px) {
    .testimonila-item.style4 .text {
        font-size: 17px;
        line-height: 26px
    }
}

.testimonial-item-wrapper.style2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

@media(max-width: 991px) {
    .testimonial-item-wrapper.style2 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 767px) {
    .testimonial-item-wrapper.style2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }
}

.testimonila-item.style2 {
    padding: 24px;
    margin-top: 30px;
    border-radius: 12px;
    background: var(--bg2);
    z-index: 2
}

.testimonila-item.style2 .fancy-box.style2 {
    margin-bottom: 20px
}

.testimonila-item.style2 .fancy-box.style2 .item i {
    color: var(--theme)
}

.testimonila-item.style2 .star {
    margin-bottom: 8px
}

.testimonila-item.style2 .text {
    margin-bottom: 5px
}

.testimonial-thumb.style2 {
    position: relative
}

.testimonial-thumb.style2 .thumb img {
    width: 100%;
    border-radius: 12px
}

.testimonial-thumb.style2 .arrow-button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%)
}

.testimonial-slider-two {
    margin-left: -80px
}

@media(max-width: 1199px) {
    .testimonial-slider-two {
        margin-left: 0
    }
}

.testimonial-slider-two .testimonila-item.style3 {
    padding: 40px
}

@media(max-width: 767px) {
    .testimonial-slider-two .testimonila-item.style3 {
        padding: 30px
    }
}

@media(max-width: 450px) {
    .testimonial-slider-two .testimonila-item.style3 {
        padding: 20px 15px
    }
}

.testimonial-slider-two .testimonila-item.style3 .text {
    font-size: 24px;
    line-height: 36px
}

@media(max-width: 767px) {
    .testimonial-slider-two .testimonila-item.style3 .text {
        font-size: 18px;
        line-height: 130%
    }
}

.testimonial-card.style4 {
    background-color: var(--bg2);
    padding: 30px;
    border-radius: 10px
}

.testimonial-card.style4 .title {
    color: var(--theme);
    font-family: "helvetica", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

.testimonial-card.style4 .user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 150px
}

@media(max-width: 991px) {
    .testimonial-card.style4 .user {
        margin-top: 40px
    }
}

.testimonial-card.style4 .user .user-text {
    color: var(--title);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 6px
}

.testimonial-card.style4 .user .user-count {
    color: var(--theme);
    font-family: "helvetica", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-transform: capitalize
}

.testimonial-card.style4 .user .user-avatar img {
    margin-left: -20px
}

.testimonial-card.style4 .user .user-avatar :first-child {
    margin-left: 0px
}

.donation-wrapper.style1 {
    position: relative
}

.donation-wrapper.style1 .shape1_1 {
    position: absolute;
    bottom: 93px;
    left: 153px
}

.donation-wrapper.style1 .shape1_2 {
    position: absolute;
    top: 93px;
    right: 156px
}

.donation-wrapper.style1 .section-title {
    max-width: 680px;
    margin: 0 auto
}

/* .donation-area .nav-item {
    outline: 1px solid #dc5736;
    border-radius: 8px;
} */
.donation-area .nav-link{
    color: #dc5736;
    font-weight: 700;
    border: 1px solid;
}
.donation-wrapper.style1 .donation-area {
    max-width: 790px;
    margin: 40px auto 0
}

.donation-wrapper.style1 .donation-area .nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px
}

.donation-wrapper.style1 .donation-area .nav-pills .nav-link {
    padding: 12px 68px;
    color: var(--title);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 4px;
    background: var(--white);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.donation-wrapper.style1 .donation-area .nav-pills .nav-link.active {
    background: var(--theme2)
}

.donation-wrapper.style1 .donation-area .tab-content {
    text-align: center
}

.donation-wrapper.style1 .donation-area .tab-content .tab-pane form {
    margin-bottom: 24px
}

.donation-wrapper.style1 .donation-area .tab-content .tab-pane form .contact-form {
    display: flex;
    justify-content: center
}

.donation-wrapper.style1 .donation-area .tab-content .tab-pane form .contact-form label {
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px 0px 0px 4px;
    background: var(--white);
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px
}

.donation-wrapper.style1 .donation-area .tab-content .tab-pane form .contact-form input {
    max-width: 224px;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px
}

.donation-wrapper.style1 .btn-wrapper {
    max-width: 146px;
    margin: 0 auto
}

.donation-wrapper.style3 {
    /* background-attachment: fixed; */
    position: relative;
    z-index: 1
}

.donation-wrapper.style3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: -1
}
.video_blog .donation-wrapper.style3 .donation-content {
    padding: 220px 0;
    text-align: center
}
.donation-wrapper.style3 .donation-content {
    padding: 80px 0;
    text-align: center
}

@media(max-width: 767px) {
    .donation-wrapper.style3 .donation-content {
        padding: 80px 0 !important;
    }
}

.donation-wrapper.style3 .donation-content .subtitle {
    color: var(--white);
    font-size: 20px;
    font-weight: 500
}

.donation-wrapper.style3 .donation-content .title {
    color: var(--white);
    font-size: 36px;
    line-height: 50px;
    padding-top: 20px
}

@media(max-width: 575px) {
    .donation-wrapper.style3 .donation-content .title {
        font-size: 28px;
        line-height: 38px
    }
}

/* .donation-wrapper.style3 .donation-content .donation-video {
    margin-top: 50px
} */

.donation-wrapper.style3 .donation-content .donation-video .donation-video-btn {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--white);
    line-height: 60px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center
}
.donation-video-btn i{
    color: red !important;
}
.donation-wrapper.style3 .donation-content .donation-video .ripple {
    position: relative
}

.donation-wrapper.style3 .donation-content .donation-video .ripple::before,
.donation-wrapper.style3 .donation-content .donation-video .ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    animation: rippleOne 3s infinite
}

.donation-wrapper.style3 .donation-content .donation-video .ripple::before {
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0
}

.donation-wrapper.style3 .donation-content .donation-video .ripple::after {
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0
}

.selectPricing {
    margin-bottom: 30px
}

.selectPricing .listItem {
    transition: .4s;
    display: inline-block;
    color: var(--white);
    background: rgb(242 108 3);
    border: 1px solid var(--white);
    font-weight: 500;
    font-size: 20px;
    /* padding: 11px 20px; */
    padding: 8px 16px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, .05);
    margin-bottom: 8px;
    margin-right: 9px;
    cursor: pointer;
    text-align: center;
    border-radius: 6px
}

.selectPricing .listItem:last-child {
    margin-bottom: 0px;
    margin-right: 0
}

.selectPricing .listItem:hover {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--title);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.selectPricing .listItem.active {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--title);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

@media(max-width: 500px) {
    .selectPricing .listItem .selectPricing .listItem {
        padding: 5px 9px;
        margin-right: 3px
    }
}

.selectPricing.style2 {
    margin-top: 30px;
    margin-bottom: 15px
}

.selectPricing.style2 .listItem {
    transition: .4s;
    display: inline-block;
    color: var(--title);
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--title);
    font-weight: 500;
    font-size: 16px;
    padding: 11px 20px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, .05);
    margin-bottom: 8px;
    margin-right: 9px;
    cursor: pointer;
    text-align: center;
    border-radius: 6px
}

.selectPricing.style2 .listItem:last-child {
    margin-bottom: 0px;
    margin-right: 0
}

.selectPricing.style2 .listItem:hover {
    background: var(--theme);
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--white);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.selectPricing.style2 .listItem.active {
    background: var(--theme);
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--white);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

@media(max-width: 500px) {
    .selectPricing.style2 .listItem .selectPricing .listItem {
        padding: 5px 9px;
        margin-right: 3px
    }
}

.donation-form {
    display: flex;
    justify-content: center
}

.donation-form label {
    padding: 12px 24px;
    background-color: var(--theme);
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px
}

.donation-form input {
    max-width: 100%;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px
}

.donation-area .title {
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border);
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 5px !important
}

.donation-area h3 {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 5px !important
}

.donation-area input[type=text],
.donation-area input[type=number],
.donation-area input[type=email] {
    padding: 8px 20px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #babbc1;
    background: #eaecf3;
    color: var(--text);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.team-card-items.style1 {
    position: relative;
    margin-top: 30px
}

.team-card-items.style1 .team-image {
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.team-card-items.style1 .team-image .team-mask-img {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 395"><path fill-rule="evenodd" clip-rule="evenodd"  d="M0 12C0 5.37259 5.37258 0 12 0H294C300.627 0 306 5.37258 306 12V305.5C306 312.127 300.627 317.5 294 317.5H270.23C248.641 317.5 230.947 334.632 230.251 356.21L229.375 383.387C229.166 389.86 223.858 395 217.381 395H12C5.37258 395 0 389.627 0 383V12Z" /></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 306 395"><path fill-rule="evenodd" clip-rule="evenodd"  d="M0 12C0 5.37259 5.37258 0 12 0H294C300.627 0 306 5.37258 306 12V305.5C306 312.127 300.627 317.5 294 317.5H270.23C248.641 317.5 230.947 334.632 230.251 356.21L229.375 383.387C229.166 389.86 223.858 395 217.381 395H12C5.37258 395 0 389.627 0 383V12Z" /></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
    height: 100%
}

.team-card-items.style1 .team-content h4 {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 25px
}

.team-card-items.style1 .team-content span {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-top: 5px
}

.team-card-items.style1:hover .team-image {
    position: relative
}

.team-card-items.style1:hover .team-image .social-profile .plus-btn {
    background-color: var(--theme);
    color: var(--white)
}

.team-card-items.style1:hover .team-content h4 {
    color: var(--theme)
}

.team-card-items.style1:hover .team-content span {
    color: var(--theme)
}

.team-card-items.style2 {
    position: relative;
    margin-top: 30px;
    background-color: var(--bg2);
    border-radius: 8px
}

.team-card-items.style2 .team-image {
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.team-card-items.style2 .team-image img {
    border-radius: 8px
}

.team-card-items.style2 .team-image::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60%;
    content: "";
    background: linear-gradient(rgba(242, 249, 235, 0) 79.68%, rgb(242, 249, 235) 100%)
}

.team-card-items.style2 .team-content {
    padding-left: 20px;
    padding-bottom: 20px
}

.team-card-items.style2 .team-content h4 {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 25px
}

.team-card-items.style2 .team-content span {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-top: 5px
}

.team-card-items.style2 .social-profile {
    position: absolute;
    /* right: 0px; */
    left: 0;
    top: -40px;
    bottom: 0px;
    max-height: 380px;
    content: "";
    transition: all .4s ease-in-out;
    z-index: 2;
    display: inline-block;
    z-index: 9;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.team-card-items.style2 .social-profile ul {
    position: absolute;
    bottom: 50px;
    right: 0px;
    max-width: 50px;
    background-color: rgba(0, 0, 0, 0);
    padding: 5px;
    margin: 0 auto;
    transform: translateY(100px);
    transition: all .6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-radius: 144px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-border-radius: 144px;
    -moz-border-radius: 144px;
    -ms-border-radius: 144px;
    -o-border-radius: 144px
}

.team-card-items.style2 .social-profile ul li {
    margin-bottom: 8px;
    display: block;
    text-align: center
}

.team-card-items.style2 .social-profile ul li:last-child {
    margin-bottom: 0px
}

.team-card-items.style2 .social-profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    background: var(--theme);
    color: var(--white);
    transition: all .4s ease-in-out;
    border-radius: 50%;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

@media(max-width: 767px) {
    .team-card-items.style2 .social-profile ul {
        bottom: 130px;
        right: 20px
    }
}

@media(max-width: 440px) {
    .team-card-items.style2 .social-profile ul {
        bottom: 100px;
        right: 10px
    }
}

@media(max-width: 360px) {
    .team-card-items.style2 .social-profile ul {
        bottom: 90px;
        right: 10px
    }
}

.team-card-items.style2 .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    background-color: var(--bg);
    color: var(--title);
    transition: all .4s ease-in-out;
    border-radius: 50%
}

.team-card-items.style2 .social-profile:hover ul {
    transform: translateY(-10%);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%)
}

.team-card-items.style2:hover .team-image {
    position: relative
}

.team-card-items.style2:hover .team-image .social-profile .plus-btn {
    background-color: var(--theme);
    color: var(--white)
}

.team-card-items.style2:hover .team-content h4 {
    color: var(--theme)
}

.team-card-items.style2:hover .team-content span {
    color: var(--theme)
}

.team-card-items.style4 {
    background-color: var(--bg2);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    margin-top: 30px
}

.team-card-items.style4:hover .team-image .social-link {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 9
}

.team-card-items.style4 .team-image {
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden
}

.team-card-items.style4 .team-image img {
    border-radius: 8px
}

.team-card-items.style4 .team-image .social-link {
    position: absolute;
    left: 30%;
    bottom: 16px;
    transform: translateY(20px);
    transition: .4s all ease-in-out;
    opacity: 0;
    visibility: hidden
}

.team-card-items.style4 .team-image .social-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.team-card-items.style4 .team-image .social-link ul li a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.team-card-items.style4 .team-content {
    padding: 20px;
    background-color: var(--white);
    text-align: center;
    border-radius: 0 0 8px 8px
}

.team-card-items.style4 .team-content h4 {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.team-card-items.style4 .team-content span {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-top: 5px
}

.team-details-thumb {
    position: relative
}

.team-details-thumb .social-profile {
    position: absolute;
    left: 10px;
    right: 84%;
    bottom: 30px
}

@media(max-width: 1199px) {
    .team-details-thumb .social-profile {
        left: 20px
    }

    .team-details-thumb .social-profile ul {
        right: -10px
    }
}

@media(max-width: 991px) {
    .team-details-thumb .social-profile {
        left: 30px
    }

    .team-details-thumb .social-profile ul {
        right: 20px
    }
}

@media(max-width: 767px) {
    .team-details-thumb .social-profile {
        left: 20px
    }

    .team-details-thumb .social-profile ul {
        right: -10px
    }
}

@media(max-width: 450px) {
    .team-details-thumb .social-profile {
        left: 7px
    }

    .team-details-thumb .social-profile ul {
        right: -10px
    }
}

@media(max-width: 991px) {
    .team-details {
        margin-top: 50px
    }
}

.team-details-wrapper {
    position: relative
}

.team-details-wrapper .shape1 {
    position: absolute;
    bottom: -80%;
    left: 10%;
    z-index: 1;
    opacity: .3
}

.team-details-wrapper .shape2 {
    position: absolute;
    bottom: -80%;
    left: 30%;
    z-index: 1;
    opacity: .3
}

.team-details-wrapper .shape3 {
    position: absolute;
    bottom: -80%;
    left: 58%;
    z-index: 1;
    opacity: .3
}

.team-details-wrapper .shape4 {
    position: absolute;
    bottom: -80%;
    right: 8%;
    z-index: 1;
    opacity: .3
}

.team-details-wrapper .team-details-items h1 {
    color: var(--title);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 15px;
    margin-bottom: 15px
}

@media(max-width: 450px) {
    .team-details-wrapper .team-details-items h1 {
        font-size: 32px
    }
}

.team-details-wrapper .team-details-items p {
    color: var(--text);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 30px
}

.team-details-wrapper .team-details-items .btn-wrapper {
    text-align: center;
    max-width: 220px;
    margin: 0 auto
}

@media(max-width: 450px) {
    .team-details-wrapper .team-details-items .btn-wrapper {
        width: 200px
    }
}

@media(max-width: 1199px) {
    .faq-content {
        margin-top: 40px
    }
}

.faq-content .accordion-item {
    border: 0;
    background-color: var(--white)
}

.faq-content .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    color: var(--title);
    letter-spacing: -0.2px;
    border: none;
    box-shadow: none;
    background-color: var(--bg2);
    padding: 25px 30px 0;
    text-transform: capitalize;
    font-size: 20px;
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0
}

@media(max-width: 450px) {
    .faq-content .accordion-item .accordion-header .accordion-button {
        padding: 15px 10px 0
    }
}

.faq-content .accordion-item .accordion-header .accordion-button:after {
    display: inline-block;
    background-image: url(../img/icon/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 500;
    padding: 20px;
    background-color: var(--theme);
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important
}

.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    background-image: url(../img/icon/chevron-up.svg);
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--white);
    transform: rotate(0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0)
}

.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--border);
    padding: 17px 20px;
    color: var(--title)
}

@media(max-width: 450px) {
    .faq-content .accordion-item .accordion-header .accordion-button.collapsed {
        padding: 10px
    }
}

.faq-content .accordion-item .accordion-collapse {
    border: none
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 150px;
    padding-left: 30px;
    padding-top: 15px;
    color: var(--text);
    background-color: var(--theme)
}

@media(max-width: 1399px) {
    .faq-content .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px
    }
}

@media(max-width: 991px) {
    .faq-content .accordion-item .accordion-collapse .accordion-body {
        padding-right: 30px
    }
}

@media(max-width: 450px) {
    .faq-content .accordion-item .accordion-collapse .accordion-body {
        padding: 10px
    }
}

.faq-content.style-1 .accordion-item {
    background-color: var(--bg2);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, .06);
    border: 1px solid var(--border);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.faq-content.style-1 .accordion-item .accordion-header .accordion-button {
    background-color: var(--theme2)
}

.faq-content.style-1 .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--title);
    font-family: inherit;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: inherit;
    background-color: var(--bg2);
    border: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

@media(max-width: 450px) {
    .faq-content.style-1 .accordion-item .accordion-header .accordion-button.collapsed {
        font-size: 19px;
        line-height: 120%
    }
}

.faq-content.style-1 .accordion-item .accordion-collapse .accordion-body {
    border: none;
    padding-bottom: 30px;
    background-color: var(--theme2);
    border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -ms-border-radius: 0 0 12px 12px;
    -o-border-radius: 0 0 12px 12px
}

.faq-box {
    padding: 20px;
    margin-top: 40px;
    border-radius: 12px;
    border: 1px solid var(--border);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

@media(max-width: 450px) {
    .faq-box {
        padding: 10px
    }
}

.faq-wrapper {
    position: relative
}

.faq-wrapper .shape1 {
    position: absolute;
    top: 60%;
    left: 10%;
    z-index: 1
}

.faq-wrapper .shape2 {
    position: absolute;
    top: 10%;
    right: 8%;
    z-index: 1
}

.faq-wrapper .faq-items h1 {
    color: var(--title);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 15px;
    margin-bottom: 15px
}

@media(max-width: 450px) {
    .faq-wrapper .faq-items h1 {
        font-size: 28px
    }
}

.faq-wrapper .faq-items p {
    color: var(--text);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 30px
}

.faq-wrapper .faq-items .btn-wrapper {
    text-align: center;
    max-width: 160px;
    margin: 0 auto
}

.faq-wrapper.style3 .faq-thumb {
    position: relative
}

.faq-wrapper.style3 .faq-thumb img {
    border-radius: 12px;
    width: 93%;
    position: relative;
    z-index: 3
}

.faq-wrapper.style3 .faq-thumb::after {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 82%;
    height: 90%;
    content: "";
    background-color: var(--theme);
    border-radius: 12px
}

.faq-wrapper.style3 .faq-main-card {
    margin-left: 50px
}

@media(max-width: 1199px) {
    .faq-wrapper.style3 .faq-main-card {
        margin-left: 0;
        margin-top: 50px
    }
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item {
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 26px 20px 20px 20px
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-header {
    margin: 0;
    transition: all .3s ease
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: var(--theme);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button .number {
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px var(--text);
    text-transform: uppercase;
    padding-right: 24px
}

@media(max-width: 450px) {
    .faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button .number {
        padding-right: 8px
    }
}

@media(max-width: 1399px) {
    .faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button {
        font-size: 20px
    }
}

@media(max-width: 575px) {
    .faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button {
        font-size: 16px;
        padding-top: 8px 0
    }
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button .icon2 {
    z-index: 11
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button .icon2 i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: var(--white);
    background-color: var(--theme);
    font-size: 16px;
    display: inline-block
}

@media(max-width: 575px) {
    .faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button .icon2 i {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button .icon {
    z-index: 11;
    transition: .4s all ease-in-out;
    display: none
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button .icon i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: var(--theme);
    background-color: var(--bg);
    font-size: 16px;
    display: inline-block
}

@media(max-width: 575px) {
    .faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button .icon i {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button.collapsed {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    color: var(--theme);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px
}

@media(max-width: 767px) {
    .faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button.collapsed {
        font-size: 18px
    }
}

@media(max-width: 450px) {
    .faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button.collapsed {
        font-size: 16px;
        line-height: 20px
    }
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button.collapsed .icon2 {
    display: none
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button.collapsed .icon {
    display: block
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button.collapsed .number {
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px var(--text);
    text-transform: uppercase;
    padding-right: 24px
}

@media(max-width: 450px) {
    .faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-button.collapsed .number {
        padding-right: 8px
    }
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-body {
    padding-top: 20px;
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0
}

.faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-body p {
    color: var(--text);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    max-width: 570px
}

@media(max-width: 575px) {
    .faq-wrapper.style3 .faq-main-card .accordion .global-accordion-item .global-accordion-body p {
        font-size: 15px
    }
}

.blog-card-items {
    /* margin-top: 30px; */
    background-color: var(--white)
}

.blog-card-items .blog-image {
    position: relative;
    overflow: hidden
}

.blog-card-items .blog-image img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 500ms ease;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.blog-card-items .blog-image img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
    -moz-transform: translateX(50%) scaleX(2);
    -ms-transform: translateX(50%) scaleX(2);
    -o-transform: translateX(50%) scaleX(2)
}

.blog-card-items .blog-content {
    padding: 15px 30px 0px 0px
}

.blog-card-items .blog-content ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px
}

.blog-card-items .blog-content ul li {
    color: #525252;
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%
}

.blog-card-items .blog-content ul li:last-child {
    list-style-type: disc
}

.blog-card-items .blog-content h3 a {
    display: inline-block;
    position: relative;
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-decoration: none;
    transition: width .5s ease-in-out;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -ms-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out
}

@media(max-width: 450px) {
    .blog-card-items .blog-content h3 a {
        font-size: 20px
    }
}

.blog-card-items .blog-content h3 a:hover {
    /* text-decoration: underline; */
    color: var(--theme)
}

.blog-card-items .blog-content .theme-btn-2 {
    position: relative;
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

@media(max-width: 450px) {
    .blog-card-items .blog-content .theme-btn-2 {
        font-size: 15px
    }
}

.blog-card-items .blog-content .theme-btn-2 i {
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease
}

.blog-card-items .blog-content .theme-btn-2:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--title)
}

.blog-card-items .blog-content .theme-btn-2:hover {
    color: var(--theme);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

.blog-card-items .blog-content .theme-btn-2:hover i {
    color: var(--orange);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.blog-card-items .blog-content .theme-btn-2:hover:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--orange)
}

.blog-card-items:hover .blog-image img:first-child {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0)
}

.blog-card-items:hover .blog-image img:nth-child(2) {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px)
}

.blog-card.style2 {
    position: relative;
    border-radius: 20px;
    /* border: 1px solid #e3e3e3; */
    background-color: var(--white);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.blog-card.style2 .blog-card-thumb {
    overflow: hidden;
    margin: 20px;
    border-radius: 20px
}

.blog-card.style2 .blog-card-thumb img {
    width: 100%;
    transition: .4s all ease-in-out;
    border-radius: 20px
}

.blog-card.style2 .blog-card-body {
    padding: 0 30px 10px 30px
}

@media(max-width: 450px) {
    .blog-card.style2 .blog-card-body {
        padding: 0 10px 10px
    }
}

.blog-card.style2 .blog-card-body .tag-cloud {
    display: flex;
    align-items: center;
    gap: 30px
}

.blog-card.style2 .blog-card-body .tag-cloud .meta {
    color: var(--theme);
    font-size: 16px
}

/* .blog-card.style2 .blog-card-body .blog-title {
    padding: 10px 0
} */

.blog-card.style2 .blog-card-body .blog-title a {
    font-size: 32px;
    line-height: 42px
}

@media(max-width: 450px) {
    .blog-card.style2 .blog-card-body .blog-title a {
        font-size: 23px;
        line-height: 130%
    }
}

.blog-card.style2 .blog-card-body .blog-text {
    font-size: 18px;
    padding-bottom: 16px
}

.blog-card.style2 .blog-card-body .profile-wrapper {
    display: flex;
    align-items: center;
    /* justify-content: space-between */
}

@media(max-width: 450px) {
    .blog-card.style2 .blog-card-body .profile-wrapper {
        flex-wrap: wrap
    }
}

.blog-card.style2 .calendar {
    position: absolute;
    top: 36px;
    left: 36px;
    display: inline-flex;
    padding: 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: linear-gradient(90deg, #043F2E 0%, #C8F168 123.82%)
}

.blog-card.style2 .calendar .date {
    color: var(--white);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px
}

.blog-card.style2 .calendar .month {
    color: var(--white);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.blog-card.style2:hover .blog-card-thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}
@media(min-width:1300px){
    .blog-card.style3 {
        position: relative;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        gap: 20px;
        border-radius: 20px;
        /* border: 1px solid #e3e3e3; */
        /* margin-bottom: 30px; */
        background-color: #fff;
    }
}
.blog-card.style3 {
    position: relative;
    /* display: flex;
    align-items: center; */
    /* justify-content: space-between; */
    gap: 20px;
    border-radius: 20px;
    /* border: 1px solid #e3e3e3; */
    /* margin-bottom: 30px; */
    background-color: #fff;
}

@media(max-width: 1199px) {
    .blog-card.style3 {
        justify-content: flex-start;
        margin-bottom: 0;
        /* margin-top: 30px */
    }
}

@media(max-width: 575px) {
    .blog-card.style3 {
        flex-wrap: wrap
    }
}

.blog-card.style3 .blog-card-body {
    padding-right: 10px
}

@media(max-width: 575px) {
    .blog-card.style3 .blog-card-body {
        padding-right: 0;
        padding-left: 10px
    }
}

.blog-card.style3 .blog-card-body .tag-cloud {
    display: flex;
    align-items: center;
    gap: 30px
}

.blog-card.style3 .blog-card-body .tag-cloud .meta {
    color: #525252;
    font-size: 16px
}

/* .blog-card.style3 .blog-card-body .blog-title {
    padding: 10px 0 0px 0
} */

.blog-card.style3 .blog-card-body .blog-title a {
    font-size: 32px;
    line-height: 35px
}

.homalu-section .blog-title a {
    font-size: 24px !important;
    line-height: 42px
}
.temple-border {
  position: relative;
  border: 2px solid #e5c98c; /* optional gold border */
  padding: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
}

.temple-border .corner {
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.temple-border .top-left {
  top: 0;
  left: 0;
  background-image: url('../img/corners/corner-top-left.png');
}

.temple-border .top-right {
  top: 0;
  right: -4px;
  background-image: url('../img/corners/corner-top-right.png');
}

.temple-border .bottom-left {
  bottom: 0;
  left: 0;
  background-image: url('../img/corners/corner-bottom-left.png');
}

.temple-border .bottom-right {
  bottom: 0;
  right: -4px;
  background-image: url('../img/corners/corner-bottom-right.png');
}

@media(max-width: 767px) {
    .blog-card.style3 .blog-card-body .blog-title a {
        font-size: 24px;
        line-height: 150%
    }
}

.blog-card.style3 .blog-card-thumb {
    overflow: hidden;
    /* margin: 20px;
    margin-left: 20px; */
    margin-right: 0;
    border-radius: 20px;
    flex-shrink: 0
}

.blog-card.style3 .blog-card-thumb img {
    width: 100%;
    transition: .4s all ease-in-out;
    border-radius: 20px
}

.blog-card.style3 .calendar {
    position: absolute;
    top: 36px;
    left: 36px;
    display: inline-flex;
    padding: 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: linear-gradient(90deg, #043F2E 0%, #C8F168 123.82%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.blog-card.style3 .calendar .date {
    color: var(--white);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px
}

.blog-card.style3 .calendar .month {
    color: var(--white);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.blog-card.style3:hover .blog-card-thumb.style3 img {
    transform: scale(1.23);
    -webkit-transform: scale(1.23);
    -moz-transform: scale(1.23);
    -ms-transform: scale(1.23);
    -o-transform: scale(1.23)
}

.blog-card.style4 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px
}

@media(max-width: 991px) {
    .blog-card.style4 {
        gap: 20px
    }
}

@media(max-width: 767px) {
    .blog-card.style4 {
        flex-wrap: wrap
    }
}

.blog-card.style4 .blog-card-body {
    padding-right: 30px
}

@media(max-width: 991px) {
    .blog-card.style4 .blog-card-body {
        padding-right: 10px
    }
}

@media(max-width: 767px) {
    .blog-card.style4 .blog-card-body {
        padding-left: 16px
    }
}

.blog-card.style4 .blog-card-body .tag-cloud {
    display: flex;
    align-items: center;
    gap: 30px
}

.blog-card.style4 .blog-card-body .tag-cloud .meta {
    color: var(--theme);
    font-size: 16px
}

.blog-card.style4 .blog-card-body .blog-title {
    padding: 10px 0 10px 0
}

.blog-card.style4 .blog-card-body .blog-title a {
    font-size: 32px;
    line-height: 42px
}

@media(max-width: 991px) {
    .blog-card.style4 .blog-card-body .blog-title a {
        font-size: 26px;
        line-height: 36px
    }
}

.blog-card.style4 .blog-card-body .profile-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

@media(max-width: 450px) {
    .blog-card.style4 .blog-card-body .profile-wrapper {
        flex-wrap: wrap
    }
}

.blog-card.style4 .blog-card-thumb {
    overflow: hidden;
    margin: 20px;
    margin-left: 20px;
    margin-right: 0;
    border-radius: 20px;
    flex-shrink: 0
}

.blog-card.style4 .blog-card-thumb img {
    width: 100%;
    transition: .4s all ease-in-out;
    border-radius: 20px
}

.blog-card.style4 .calendar {
    position: absolute;
    top: 36px;
    left: 36px;
    display: inline-flex;
    padding: 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: linear-gradient(90deg, #043F2E 0%, #C8F168 123.82%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.blog-card.style4 .calendar .date {
    color: var(--white);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px
}

.blog-card.style4 .calendar .month {
    color: var(--white);
    text-align: center;
    font-family: "helvetica", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.blog-card.style4:hover .blog-card-thumb.style3 img {
    transform: scale(1.23);
    -webkit-transform: scale(1.23);
    -moz-transform: scale(1.23);
    -ms-transform: scale(1.23);
    -o-transform: scale(1.23)
}

.blog-head.style3 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-head.style3 .arrow-button {
    justify-content: end;
    text-align: end;
    position: initial
}

@media(max-width: 575px) {
    .blog-head.style3 .arrow-button {
        display: none
    }
}

.item-details-area .post-featured-thumb {
    /* height: 600px; */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

@media(max-width: 991px) {
    .item-details-area .post-featured-thumb {
        height: 400px
    }
}

.item-details-area .item-post-details .single-item-post .post-content {
    margin-top: 30px
}

.item-details-area .item-post-details .single-item-post .post-content .post-list {
    gap: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    padding-left: 0;
    list-style-type: none
}

.item-details-area .item-post-details .single-item-post .post-content .post-list li {
    font-size: 14px;
    font-weight: 500
}

.item-details-area .item-post-details .single-item-post .post-content .post-list li i,
.item-details-area .item-post-details .single-item-post .post-content .post-list li img {
    color: var(--theme);
    margin-right: 5px
}

.item-details-area .item-post-details .single-item-post .post-content h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;

}

@media(max-width: 767px) {
    .item-details-area .item-post-details .single-item-post .post-content h3 {
        font-size: 24px
    }
}

.item-details-area .item-post-details .single-item-post .post-content h3 a:hover {
    color: var(--theme)
}

.item-details-area .item-post-details .single-item-post .post-content .hilight-text {
    border-left: 4px solid var(--theme);
    padding: 40px;
    background-color: var(--bg)
}

.item-details-area .item-post-details .single-item-post .post-content .hilight-text p {
    max-width: 650px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: italic;
    line-height: 26px
}

.item-details-area .item-post-details .single-item-post .post-content .hilight-text svg {
    float: right;
    margin-top: -30px
}

.item-details-area .item-post-details .single-item-post .post-content .details-image img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.item-details-area .item-post-details .tag-share-wrap {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 30px 0
}

.item-details-area .item-post-details .tag-share-wrap .tagcloud a {
    display: inline-flex;
    padding: 10px 16px;
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: capitalize;
    background: var(--white);
    margin-right: 5px;
    margin-bottom: 10px;
    border: none;
    border: 1px solid #e6e5e5;
    border-radius: 4px;
    transition: all .3s ease 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

@media(max-width: 767px) {
    .item-details-area .item-post-details .tag-share-wrap .tagcloud a {
        margin-bottom: 5px
    }
}

.item-details-area .item-post-details .tag-share-wrap .tagcloud a:hover {
    background: var(--theme2);
    color: var(--white) !important
}

.item-details-area .item-post-details .tag-share-wrap .social-share span {
    font-size: 18px;
    color: var(--title);
    font-weight: 600
}

.item-details-area .item-post-details .tag-share-wrap .social-share a {
    font-size: 18px;
    color: var(--text)
}

.item-details-area .item-post-details .tag-share-wrap .social-share a:not(:last-child) {
    margin-right: 10px
}

.item-details-area .item-post-details .tag-share-wrap .social-share a:hover {
    color: var(--theme)
}

.item-details-area .item-post-details .comments-area {
    margin-top: 40px
}

.item-details-area .item-post-details .comments-area .comments-heading {
    margin-bottom: 0px
}

@media(max-width: 767px) {
    .item-details-area .item-post-details .comments-area .comments-heading {
        margin-bottom: 20px
    }
}

.item-details-area .item-post-details .comments-area .comments-heading h3 {
    font-size: 32px;
    font-weight: 500;
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .item-details-area .item-post-details .comments-area .comments-heading h3 {
        font-size: 28px
    }
}

.item-details-area .item-post-details .comments-area .item-single-comment {
    border-bottom: 1px solid var(--border)
}

@media(max-width: 767px) {
    .item-details-area .item-post-details .comments-area .item-single-comment {
        flex-wrap: wrap;
        gap: 20px
    }
}

.item-details-area .item-post-details .comments-area .item-single-comment .image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.item-details-area .item-post-details .comments-area .item-single-comment .content .head .con h5 {
    margin-bottom: 0
}

.item-details-area .item-post-details .comments-area .item-single-comment .content .head .con h5 a {
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    transition: all .4s ease-in-out
}

.item-details-area .item-post-details .comments-area .item-single-comment .content .head .con h5 a:hover {
    color: var(--theme2)
}

.item-details-area .item-post-details .comments-area .item-single-comment .content .head .btn a {
    display: inline-flex;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #f8b238;
    color: var(--title)
}

.item-details-area .item-post-details .comments-area .item-single-comment .content .head .btn a:hover {
    background: var(--title);
    color: var(--white) !important
}

.item-details-area .item-post-details .comments-area .item-single-comment .content .reply {
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 400;
    background-color: var(--white);
    color: var(--theme)
}

.item-details-area .item-post-details .comment-form-wrap h3 {
    font-size: 32px;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .item-details-area .item-post-details .comment-form-wrap h3 {
        font-size: 28px;
        margin-bottom: 20px
    }
}

.item-details-area .item-post-details .comment-form-wrap .form-clt input{
    width: 100%;
    /* outline: none; */
    border: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--border);
    padding: 16px 20px;
    font-weight: 500
}
.item-details-area .item-post-details .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--border);
    padding: 16px 20px;
    font-weight: 500
}
.item-details-area .item-post-details .comment-form-wrap .form-clt input:placeholder,
.item-details-area .item-post-details .comment-form-wrap .form-clt textarea:placeholder {
    color: var(--text) !important
}

.item-details-area .item-post-details .comment-form-wrap .form-clt textarea {
    padding-bottom: 100px
}

.blog-wrapper.style1 .slider-area {
    margin-right: -300px
}

.blog-wrapper.style1 .section-title-area {
    position: relative
}

.blog-wrapper.style1 .section-title-area .arrow-button {
    position: absolute;
    top: 5%;
    right: 0
}

@media(max-width: 767px) {
    .blog-wrapper.style1 .section-title-area .arrow-button {
        top: -30%
    }
}

@media(max-width: 575px) {
    .blog-wrapper.style1 .section-title-area .arrow-button {
        top: -25%
    }
}

@media(max-width: 767px) {
    .blog-wrapper.style1 {
        padding-top: 40px
    }
}

.main-sidebar .single-sidebar-widget {
    padding: 20px;
    background-color: #f6dec6;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
    position: relative;
    padding-bottom: 8px
}

.main-sidebar .single-sidebar-widget .wid-title h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 83px;
    content: "";
    background-color: #f74f22;
}

.main-sidebar .single-sidebar-widget .arrow-btn {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: -32px
}

.main-sidebar .single-sidebar-widget .search-widget form {
    width: 100%;
    position: relative
}

.main-sidebar .single-sidebar-widget .search-widget form input {
    background-color: var(--white);
    font-size: 15px;
    padding: 20px;
    width: 100%;
    border: none;
    color: var(--text);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.main-sidebar .single-sidebar-widget .search-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border: none;
    color: var(--title);
    text-align: center;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.main-sidebar .single-sidebar-widget .search-widget form button:hover {
    background: var(--theme2)
}

.main-sidebar .single-sidebar-widget .item-widget-categories ul {
    padding-left: 0;
    list-style-type: none
}

.main-sidebar .single-sidebar-widget .item-widget-categories ul li {
    background-color: var(--white);
    font-weight: 500;
    transition: all .4s ease-in-out;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active {
  background-color: #f74f22;
  color: #fff !important;
}
.main-sidebar .single-sidebar-widget .item-widget-categories .list-group{
            --bs-list-group-active-bg: #f74f22!important;
    --bs-list-group-active-border-color: #f74f22!important;
}
.main-sidebar .single-sidebar-widget .item-widget-categories .list-group li a {
   
    display: block !important;
    align-items: unset !important;
    justify-content: unset !important;
    padding: 10px 15px !important;
    color: rgb(0 0 0 / 90%)!important; /* Or your preferred color */
   
}
.main-sidebar .single-sidebar-widget .item-widget-categories .list-group li a:hover,.main-sidebar .single-sidebar-widget .item-widget-categories .list-group li a.active {
    background: #f74f22 !important;
    color: #fff !important;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active a {
  color: #ffffff !important;
}
.main-sidebar .single-sidebar-widget .item-widget-categories .list-group li.active a{
    color:#525252!important;
}
.main-sidebar .single-sidebar-widget .item-widget-categories ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    /* padding: 20px 24px; */
    color: var(--title)
}

.main-sidebar .single-sidebar-widget .item-widget-categories ul li a span {
    transition: all .4s ease-in-out;
    color: var(--title)
}

.main-sidebar .single-sidebar-widget .item-widget-categories ul li:not(:last-child) {
    margin-bottom: 12px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.main-sidebar .single-sidebar-widget .item-widget-categories ul li:hover {
    background: var(--theme2);
    color: var(--white)
}

.main-sidebar .single-sidebar-widget .item-widget-categories ul li:hover a {
    color: #ffffff !important
}

.main-sidebar .single-sidebar-widget .item-widget-categories ul li:hover span {
    color: var(--white)
}

.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active {
    background: var(--theme2)
}

.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active a {
    color: var(--title)
}

.main-sidebar .single-sidebar-widget .item-widget-categories ul li.active span {
    color: var(--white)
}

.main-sidebar .single-sidebar-widget .tagcloud a {
    display: inline-flex;
    padding: 10px 16px;
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: capitalize;
    background: var(--white);
    margin-right: 5px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
    margin-right: 0
}

.main-sidebar .single-sidebar-widget .tagcloud a:hover {
    background: var(--theme2);
    color: var(--title) !important
}

.recent-post-area .recent-items {
    display: flex;
    align-items: center;
    gap: 20px
}

.recent-post-area .recent-items:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(255 187 168 / 50%);
}

.recent-post-area .recent-items .recent-thumb img {
    width: 78px;
    height: 79px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.recent-post-area .recent-items .recent-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 8px
}

.recent-post-area .recent-items .recent-content ul li {
    color: #f74f22;
    font-family: "helvetica", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.recent-post-area .recent-items .recent-content ul li i {
    color: rgb(0 0 0 / 90%);
    margin-right: 5px
}

.recent-post-area .recent-items .recent-content h6 {
    font-weight: 700;
    margin-bottom: 0
}

.recent-post-area .recent-items .recent-content h6 a {
    color: rgb(0 0 0 / 90%);
    font-family: "helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.recent-post-area .recent-items .recent-content h6 a:hover {
    color: var(--theme) !important
}

@media(max-width: 1199px) {
    .widget_title {
        font-size: 22px;
        margin: -0.12em 0 24px 0
    }
}

@media(max-width: 330px) {
    .recent-post .post-title {
        font-size: 16px;
        line-height: 24px
    }

    .recent-post .recent-post-meta a {
        font-size: 12px
    }
}

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 40px
}

.scrolling-wrap .textWrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    animation: scroll 60s linear infinite;
    cursor: pointer
}

.scrolling-wrap .textWrapper .textWrapper-textslide {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--title);
    font-family: "helvetica", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 85px
}

@media(max-width: 767px) {
    .scrolling-wrap .textWrapper .textWrapper-textslide {
        font-size: 42px;
        line-height: 110%
    }
}

.scrolling-wrap .textWrapper .textWrapper-textslide img {
    width: 40px;
    height: auto;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain
}

.scrolling-wrap .textWrapper .text-custom-storke {
    -webkit-text-stroke: 1px var(--title);
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.scrolling-wrap:hover .textWrapper {
    animation-play-state: paused
}

.scrolling-wrap .scroll {
    animation: scroll 60s linear infinite;
    -webkit-animation: scroll 60s linear infinite
}

.scrolling-wrap .scroll2 {
    animation: scroll2 60s linear infinite;
    -webkit-animation: scroll2 60s linear infinite
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-200%)
    }
}

.marquee.style4 .marquee4-wrapper {
    position: relative;
    padding-bottom: 110px;
    z-index: 9
}

@media(max-width: 767px) {
    .marquee.style4 .marquee4-wrapper {
        padding-bottom: 0
    }
}

@media(max-width: 767px) {
    .marquee.style4 {
        padding: 0
    }
}

.marquee.style4 .marquee-scrolling {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 40px;
    position: relative;
    background: var(--theme);
    padding: 24px 0;
    width: 105%
}

@media(max-width: 450px) {
    .marquee.style4 .marquee-scrolling {
        padding: 20px 0
    }
}

.marquee.style4 .marquee-scrolling .marquee-item {
    display: flex;
    align-items: center;
    animation: scroll 60s linear infinite;
    gap: 40px;
    cursor: pointer
}

@media(max-width: 450px) {
    .marquee.style4 .marquee-scrolling .marquee-item {
        gap: 20px
    }
}

.marquee.style4 .marquee-scrolling .marquee-item .marquee-item-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: var(--white)
}

.marquee.style4 .marquee-scrolling .marquee-item .marquee-item-text {
    color: var(--white);
    font-family: "helvetica", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-transform: capitalize
}

@media(max-width: 991px) {
    .marquee.style4 .marquee-scrolling .marquee-item .marquee-item-text {
        font-size: 40px;
        line-height: 70px
    }
}

@media(max-width: 767px) {
    .marquee.style4 .marquee-scrolling .marquee-item .marquee-item-text {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: .1px
    }
}

@media(max-width: 450px) {
    .marquee.style4 .marquee-scrolling .marquee-item .marquee-item-text {
        font-size: 24px
    }
}

.marquee.style4 .marquee-scrolling.style2 {
    transform: rotate(-7deg);
    z-index: 1;
    position: absolute;
    animation-direction: reverse;
    background-color: var(--theme2);
    margin-left: -20px
}

@media(max-width: 767px) {
    .marquee.style4 .marquee-scrolling.style2 {
        position: initial;
        transform: rotate(0);
        display: none
    }
}

@media(max-width: 767px) {
    .marquee.style4 .marquee-scrolling.style2 {
        transform: rotate(0);
        margin-top: 20px
    }
}

.marquee.style4 .marquee-scrolling.style2 .marquee-item {
    display: flex;
    align-items: center;
    animation: scroll 80s linear infinite;
    gap: 40px;
    cursor: pointer;
    width: 200%
}

.marquee.style4 .marquee-scrolling.style2 .marquee-item .marquee-item-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .9);
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: var(--white)
}

.marquee.style4 .marquee-scrolling.style2 .marquee-item .marquee-item-text {
    color: var(--title)
}

.marquee.style4 .marquee-scrolling.style1 {
    transform: rotate(6deg);
    z-index: 3;
    position: absolute;
    margin-left: -20px
}

@media(max-width: 767px) {
    .marquee.style4 .marquee-scrolling.style1 {
        position: initial;
        transform: rotate(0)
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}
.cta-section {
    margin-bottom:-60px;
}
@media(max-width:992px){
     .cta-section {
    margin-bottom:-40px;
} 
}
.cta-section .cta-section-wrapper.style1 {
    position: relative;
    /* margin-top: 90px */
}

@media(max-width: 767px) {
    .cta-section .cta-section-wrapper.style1 {
        margin-top: 0
    }
}

.cta-section .cta-section-wrapper.style1::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: "";
    /* background-color: #f6dec6; */
}

.cta-section .cta-section-wrapper.style1 .cta-wrapper {
    z-index: 10;
    position: relative;
    padding: 0px 73px 0px;
    /* background: linear-gradient(90deg, #043F2E 0%, #C8F168 123.82%); */
    background: linear-gradient(90deg, #ff9d02 0%, #ff9d02 123.82%);
    border-radius: 30px
}

@media(max-width: 767px) {
    .cta-section .cta-section-wrapper.style1 .cta-wrapper {
        padding: 30px 30px 30px 30px;
        
    }
}

.cta-section .cta-section-wrapper.style1 .cta-wrapper .thumb {
    position: absolute;
    bottom: -40px;
}
@media(max-width: 1199px) {
    .cta-section .cta-section-wrapper.style1 .cta-wrapper .thumb {
        left: 30;
    }
}
@media(max-width: 1199px) {
    .cta-section .cta-section-wrapper.style1 .cta-wrapper .thumb {
        left: 30;
    }
}

@media(max-width:991px) {
    .cta-section .cta-section-wrapper.style1 .cta-wrapper .thumb {
        display: none
    }
}

.cta-section .cta-section-wrapper.style1 .cta-wrapper .content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 767px) {
    .cta-section .cta-section-wrapper.style1 .cta-wrapper .content {
        flex-wrap: wrap;
        gap: 20px
    }
}

.cta-section .cta-section-wrapper.style1 .cta-wrapper .content .title {
    font-size: 20px;
    line-height: 32px;
    font-family: "helvetica", sans-serif;
    color: var(--white);
}

@media(max-width: 1199px) {
    .cta-section .cta-section-wrapper.style1 .cta-wrapper .content .title {
        font-size: 16px;
        line-height: 120%;
        line-height: 24px;
    }
}

.cta-section .cta-section-wrapper.style1 .cta-wrapper .content .btn-wrapper .theme-btn {
    padding: 18px 24px;
    border-radius: 8px
}

.feature-wrapper.style3 {
    margin-top: -100px;
    position: relative;
    z-index: 9
}

.feature-card.style3 {
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, .08);
    padding: 30px 10px;
    text-align: center;
    transition: .4s all ease-in-out
}

@media(max-width: 1199px) {
    .feature-card.style3 {
        margin-bottom: 30px
    }
}

.feature-card.style3 .icon {
    background: linear-gradient(90deg, #043F2E 0%, #C8F168 123.82%);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: .4s all ease-in-out
}

.feature-card.style3 .subtitle {
    font-size: 18px;
    color: var(--theme);
    margin-bottom: 10px
}

.feature-card.style3 .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px
}

.feature-card.style3 .features-btn {
    font-size: 16px
}

.feature-card.style3:hover .icon {
    transform: rotate(360deg)
}

/* .feature-card.style3:hover {
    transform: translateY(10px);
    background-color: linear-gradient(90deg, #043F2E 0%, #C8F168 123.82%)
} */

/* my css */
/* pagination */
.page-link.active, .active > .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f74f22!important;
    border-color: #f74f22!important;
}
.page-link:hover{
 color: rgb(0 0 0 / 90%) !important;
}
.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: rgba(255, 255, 255)!important;
    text-decoration: none;
    background-color: #f8b238!important;
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* blog */
.single-sidebar-widget {
background: #fff;
border-radius: 12px;
padding: 20px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.wid-title h3 {
font-size: 18px;
font-weight: 600;
color: #e63946; /* red like your image */
margin-bottom: 15px;
display: flex;
align-items: center;
}

.item-widget-categories ul {
list-style: none;
margin: 0;
padding: 0;
}

.item-widget-categories ul li {
display: flex;
justify-content: space-between;
align-items: center;
background: #f7f7f7;
padding: 0px 25px 0px 0px;
border-radius: 25px;
margin-bottom: 12px;
transition: background 0.3s ease;
}

.item-widget-categories ul li:hover {
background: #f0f0f0;
}

.item-widget-categories ul li a {
font-weight: 600;
color: #333;
text-decoration: none;
}

.item-widget-categories ul li .badge {
background: #f8b238; /* red badge */
color: #fff;
border-radius: 50%;
min-width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: bold;
}
/* end blog */
/* bootstrap override properities */
.form-check-input:checked{
    background-color: #dc5736;
}
.form-check-input:focus {
   outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(239 165 40 / 20%);
}
.table > :not(caption) > * > th {
    color: rgb(0 0 0 / 90%) !important;
}
.table thead tr:first-child th {
    color: #fff !important;
}
table tr td,table tr {
    white-space: nowrap;
}
.list-group-item,.table > :not(caption) > * > td{
  color: #525252 !important;;
}
/* donations responsive */
 .donations_sec{
   background-color:#ffdfce;
   padding-top:220px;
   padding-bottom: 100px;
 }
 @media(max-width:575px){
   .donations_sec{
   padding-top:180px;
   padding-bottom: 100px;
 }
 }
/* become a volunteer */
.become_volunteer{
   padding:25px 40px;
}
@media(max-width:577px){
.become_volunteer{
   padding:15px 20px;
}  
}
/* end */
/* highlight bg of input */
.highlight_bg{
    background-color:#f5eec5;
}
input:focus{
   box-shadow: none; /* optional: remove default blue glow if any */
    
    border: none !important;    
}

.highlight_bg:focus {
    background-color:#f5eec5 !important; /* force it to stay the same */
    box-shadow: none; /* optional: remove default blue glow if any */
    outline: none;    /* optional: remove default outline */
    border: none !important;  
}
/* jyothilingalu */
.jyothi_lingalu .testimonila-item img {
    width: 70px;
}

.jyothi_lingalu .swiper {
    line-height: 18px !important;
}

/* input number focus icons not show */
/* Chrome, Safari, Edge (WebKit browsers) */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
/* input[type=number] {
    -moz-appearance: textfield;
} */

/* header sticky */
#header-sticky.is-sticky .contact_details {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

/* punyaprasadam */
.pro-qty a.dec {
    bottom: 0;
    right: 0;
    border-left: 1px solid #ddd;
    padding-top: 2px;
}

.pro-qty a {
    width: 20px;
    height: 20px;
    position: absolute;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
}

.pro-qty a.inc {
    top: 0;
    right: 0;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.pro-qty input {
    padding-right: 25px;
    width: 100%;
    border: none;
    height: 100%;
    padding-left: 10px;
}

.pro-qty.Custom {
    width: 70px;
}

.pro-qty {
    display: inline-block;
    position: relative;
    width: 100px;
    border: 1px solid #ddd;
    height: 40px;
}



/* banner navigation below */
.arrow-box {
    position: relative;
    border-radius: 25px;
    background-color: #e8eaeb;
    max-width: 600px;
    margin: auto;
    padding: 1rem 1.5rem;
}

.arrow-box .up-arrow {
    position: absolute;
    top: 35%;
    left: 30px;
    transform: translateX(-50%);
    /* background-color: #e8eaeb; */
    padding: 0 6px;
    font-size: 18px;
    color: #555;
}

/* top nav */
.contact_details li {
    position: relative;
    padding-right: 35px;
    /* margin-right: 20px; */
    padding-left: 0px;
}
.contact_details li:last-child {
    padding-right: 0;
}
.contact_details li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 40%;
    width: 2px;
    background-color: #ccc;
}

/* Remove border from last li */
.contact_details li:last-child::after {
    display: none;
}

/* banner headline animation */
#headline-container {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.headline {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 33px;
    font-weight: bold;
    color: #f74f22;
    transform: translateY(0);
    transition: opacity 0.3s ease;
}

.headline.bounce {
    animation: bounceInDown 0.8s ease;
    opacity: 1;
}

@keyframes bounceInDown {
    0% {
        transform: translateY(-200%);
    }

    60% {
        transform: translateY(30%);
    }

    80% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(0);
    }
}

/* yanthralu */
@media (min-width: 1200px) {
    .col-xl-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width:767px){
      .yathralu h5{
        font-size: 14px!important;
      }
}
.card-custom {
    height: 250px;
    background-color: #ffc107;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-custom img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 10px;
}

.card-custom span {
    font-size: 0.9rem;
}

.page_btn,
.arrow_btn {
    border: none;
    background-color: #0d6efd;
    color: white;
    padding: 8px 18px;
    border-radius: 5px;
    margin: 0 5px;
    min-width: 45px;
}

.page_btn.active {
    background-color: #198754;
}

/* kalashalu */

.kalashalu_sec{
    position:relative;
}
@media(min-width:1300px){
.kalashalu_sec_img{
  position:absolute;
  top:25%;
  left:-160px;
  z-index:-1px;
  opacity:.2;
}
}
@media(max-width:1299px){
.kalashalu_sec_img{
  display:none;
}
}
.kalasham-img {
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 0px;
    position: relative;
}

.kalasham-img.border_end::after {
    content: "";
    position: absolute;
    right: 0;
    height: 18px;
    /* Adjust height of border here */
    top: 50%;
    transform: translateY(-50%);
    border-right: 2px solid #e25208;
    /* Bootstrap warning color */
}

.kalasham-img-7 {
    display: flex;
    align-items: center;
    padding-right: 11px;
    padding-left: 11px;
    position: relative;
}

.kalasham-img-7.border_end::after {
    content: "";
    position: absolute;
    right: 0;
    height: 18px;
    /* Adjust height of border here */
    top: 50%;
    transform: translateY(-50%);
    border-right: 2px solid #e25208;
    /* Bootstrap warning color */
}
/* Only dropdown anchors */
ul li.has-dropdown > a {
    cursor: default!important; /* removes hand pointer */
}
/* swiper navigation left and right side colors */
.swiper-button-next, .swiper-button-prev{
    color:#ec782d!important;
}
/*# sourceMappingURL=main.css.map */
/* calendar start */
.calendar-box{
  width:100%;
  background:#fff;
  border-radius:4px;
  overflow:hidden;
}

.calendar-image{
  width:100%;
  /* height:260px; */
  /* object-fit:cover; */
}

.month-bar{
  background:#f6603b;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:6px 20px;
  font-size:18px;
  font-weight:600;
}

.month-bar button{
  background:none;
  border:none;
  color:#fff;
  font-size:22px;
  cursor:pointer;
}

.weekdays,
.days{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  text-align:center;
}

.weekdays div{
  font-weight:600;
  padding:10px 0;
}

.day{
  padding:6px 0;
  cursor:pointer;
  border-radius:6px;
  margin:3px;
}

.day:hover{
  background:#f8b238;
}

.event-day{
  background:#f8b238;
  color:#fff;
  font-weight:600;
}

.empty{
  visibility:hidden;
}
.popover-body{
    padding:4px 4px;
}
.popover-body a{
  display:block;
  background:#dc5736;
  color:#fff;
  text-decoration:none;
  padding:8px;
  border-radius:6px;
}
.popover-body a:hover{
  background:#f8b238;
  color: #fff!important;
}


/* calendar end */




/*pagination css*/
.showing-product > p
{
	margin: 0;
}
.pagination-product
{

	padding: 5px 0;
	margin-top: 20px;
	font-size: 13px;
	font-weight: 400;
}
.page-list
{
	padding: 10px 0px 10px 20px;
	width: auto;
	text-align: center;
}
.page-list > ul > li
{
	list-style: none;
	display: inline-block;
}
.page-list a
{
	font-size: 16px;
	color: #777;
	background-color: #ffffff;
    border: 1px solid #ebebeb;
	border-radius: 50%;
	font-weight: 400;
	width: 45px;
	position: relative;
	height: 45px;
    line-height: 34px;
	padding: 5px 5px; overflow: hidden;
	margin-left: 8px; display: inline-block; 
}
.page-list a:hover, .page-list li.active a
{
	color: #fff;
	background: #ffc107; display: inline-block;
}
.page-list > ul > li.prev, .page-list > ul > li.next
{
/*float: left;
	font-size: 14px;
	padding: 0 5px;
	font-weight: 400;*/
}
.page-list > ul > li.next
{
/*float: right;*/
}
.prev i, .next i
{
	font-size: 20px;
	/*margin-right: 10px;*/
	vertical-align: top;
}
.next i
{
	margin-right: 0;
	margin-left: 10px;
}

/*pagination css End*/






