body{
    background: white;
}
.top-bar a[href="#"],
.footer-socials a[href="#"]{
    display: none;
}
.whatsapp-float{
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9998;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.24);
    transition: transform .25s ease, box-shadow .25s ease;
}
.whatsapp-float:hover{
    color: #fff;
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 12px 30px rgba(0,0,0,.3);
}
.whatsapp-float svg{
    width: 34px;
    height: 34px;
}
html{
    overflow-x: hidden;
}
.mouse-cursor{
    position:fixed;
    left:0;
    top:0;
    pointer-events:none;
    border-radius:50%;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    visibility:hidden
}
.cursor-inner{
    margin-left:-3px;
    margin-top:-3px;
    width:6px;
    height:6px;
    z-index:100;
    background-color:#FE5D14;
    -webkit-transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out;
    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:-40px;
    margin-top:-40px;
    width:80px;
    height:80px;
    background-color:#FE5D14;
    opacity:.3
}
.cursor-outer{
    margin-left:-15px;
    margin-top:-15px;
    width:30px;
    height:30px;
    border:2px solid #FE5D14;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    z-index:100;
    opacity:.5;
    -webkit-transition:all .08s ease-out;
    transition:all .08s ease-out;

}
.cursor-outer.cursor-hover{
    opacity:0
}
.about-shape{
    border: 2px dashed #004C3F;
    border-radius: 50%;
    top: 63px;
    position: absolute;
    left: 185px;
}
.about-shape:before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #028835;
    border-radius: 50%;
position: absolute;
    left:calc(50% - 7.5px);
    top: -7.5px;

}
.theme-container{
    /*1290*/
    width: 1330px;
    padding: 0 20px;
}
.hero-area{
    height: calc(100vh - 140px);
}
.hero-image-1{
    background-position: 100% center;
}
.hero-area-2{
    background-image: url(../img/hero-img-thumb.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.service-area{
    background-image: url(../img/service-area.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 828px;
}
.blog-area  .blog-item:hover{
    box-shadow: 0px 16px 52px rgba(0, 0, 0, 0.07);
}
.home-blog-card{
    height: 100%;
    border: 1px solid rgba(0, 76, 63, .08);
}
.home-blog-card-inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.home-blog-image-link{
    display: block;
    overflow: hidden;
}
.home-blog-image img{
    display: block;
    object-position: center;
    transition: transform .4s ease;
}
.home-blog-card:hover .home-blog-image img{
    transform: scale(1.04);
}
.home-blog-content{
    display: flex;
    flex: 1;
    flex-direction: column;
}
.home-blog-title{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-blog-description{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.home-blog-action{
    margin-top: auto;
}
.blog-pagination nav > div:first-child{
    display: none;
}
.blog-pagination nav > div:last-child{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.blog-pagination .pagination{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.blog-pagination .page-item .page-link{
    min-width: 44px;
    height: 44px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e4dc;
    border-radius: 8px;
    background: #fff;
    color: #004c3f;
    font-weight: 600;
    transition: all .25s ease;
}
.blog-pagination .page-item .page-link:hover,
.blog-pagination .page-item.active .page-link{
    border-color: #028835;
    background: #028835;
    color: #fff;
}
.blog-pagination .page-item.disabled .page-link{
    opacity: .45;
    cursor: not-allowed;
}
.blog-pagination p{
    color: #66756e;
    font-size: 14px;
}
.testimonial-heading{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 60px;
}
.testimonial-add-btn,.review-submit-btn{
    padding: 14px 26px;
    border: 0;
    border-radius: 8px;
    background: #028835;
    color: #fff;
    font-weight: 600;
}
.testimonial-add-btn{
    margin-top: 2px;
}
.review-modal{display:none;position:fixed;inset:0;z-index:10000;align-items:center;justify-content:center;padding:20px}
.review-modal.is-open{display:flex}
.review-modal-backdrop{position:absolute;inset:0;background:rgba(0,35,28,.75)}
.review-modal-dialog{position:relative;z-index:1;width:min(620px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:16px;padding:32px;box-shadow:0 25px 70px rgba(0,0,0,.3)}
.review-modal-dialog h2{font-size:28px;font-weight:700;color:#004c3f;margin-bottom:5px}
.review-modal-dialog>p{color:#68756f;margin-bottom:22px}
.review-modal-close{position:absolute;right:16px;top:10px;border:0;background:none;font-size:32px;color:#55615c}
.review-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.review-modal-dialog label{display:block;margin-bottom:15px;color:#263d35;font-weight:600}
.review-modal-dialog input,.review-modal-dialog select,.review-modal-dialog textarea{display:block;width:100%;margin-top:7px;padding:12px 14px;border:1px solid #d8e2da;border-radius:7px;font-weight:400}
.review-form-error{padding:10px 12px;margin-bottom:15px;border-radius:7px;background:#fee2e2;color:#b91c1c}
.review-success-message{position:fixed;right:24px;bottom:95px;z-index:9999;max-width:360px;padding:15px 20px;border-radius:9px;background:#028835;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.22)}
.home-about-section{
    background: linear-gradient(135deg, #f7faf6 0%, #eef5ec 100%) !important;
    padding: 90px 6% !important;
}
.home-about-wrapper{
    max-width: 1250px !important;
    display: grid !important;
    grid-template-columns: 355px minmax(0, 1fr);
    gap: 60px !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
}
.home-about-profile{
    flex: 0 0 355px !important;
    min-width: 0 !important;
    padding: 24px 24px 28px;
    border: 1px solid rgba(0,76,63,.09);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(0,76,63,.09);
}
.home-about-image-card{
    display: block !important;
    width: 100%;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 15px !important;
    box-shadow: none !important;
}
.home-about-image{
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
}
.home-about-name{
    margin-top: 24px !important;
    font-size: 27px !important;
    line-height: 1.25;
}
.home-about-name span{
    font-size: 16px !important;
}
.home-about-role{
    margin-top: 8px !important;
    font-size: 16px !important;
}
.home-about-content{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding: 45px 48px;
    border: 1px solid rgba(0,76,63,.09);
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 15px 45px rgba(0,76,63,.07);
}
.home-about-heading{
    margin-bottom: 25px;
}
.home-about-description{
    line-height: 1.8;
}
@media (max-width: 900px) {
    .home-about-section{
        padding: 65px 5% !important;
    }
    .home-about-wrapper{
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 30px !important;
    }
    .home-about-profile{
        padding: 18px 18px 24px;
    }
    .home-about-content{
        padding: 32px 30px;
    }
}
.lender-swiper{
    overflow: hidden;
    padding: 5px 5px 38px;
}
.lender-swiper .swiper-slide{
    height: auto;
}
.lender-swiper .lender-item{
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.lender-swiper .lender-item img{
    width: 100%;
    max-width: 160px;
    max-height: 90px;
    object-fit: contain;
}
.lender-swiper .lender-pagination{
    bottom: 2px;
}
.lender-swiper .swiper-pagination-bullet-active{
    background: #028835;
}
.insu-swiper .swiper-pagination{
    top: auto;
    bottom: -60px;
}
.insu-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    border-radius: 0;
    background: #E3E3E3;
}
.insu-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #028835;
}
.faq-main-wrapper{
    box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
.fun-fact-area .faq-wrapper{
    top: calc(100% + 100px);
}
.fun-fact-area .faq-item .faq-body{
    height: 0;
    padding:0 20px ;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.faq-section-main-wrapper .faq-item .faq-body{
    height: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.fun-fact-area .faq-item:focus-within .faq-body{
    height: 130px;
}
.faq-section-main-wrapper .faq-item:focus-within .faq-body{
    height: 75px;
}
.faq-item .faq-btn{
    color:#004C3F ;
}
.fun-fact-area .faq-item:focus-within .faq-btn{
    color: white;
    background: #028835;
}
.faq-fun-fact-area-two .faq-item:focus-within .faq-btn{
    color:#004C3F !important;
    background: transparent !important;
}
.progress-step-wrapper{
    background-image: url(../img/progress-bg.svg);
    background-size: cover;
    background-repeat: no-repeat
}
.progress-step-wrapper .item{
    box-shadow: 0 16px 52px rgba(0, 0, 0, 0.07);
}
.progress-step-wrapper .item .counter{
    font-size: 40px;
    color: #004C3F;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #004C3F;
    opacity: 0.3;
}
.financ-section .swiper-button-prev:after,.financ-section .swiper-rtl .swiper-button-next:after {
    content: '';
}
.financ-section .swiper-button-next:after,.financ-section .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.financ-section .swiper-button-prev,.financ-section .swiper-rtl .swiper-button-next {
    position: unset;
}
.financ-section .swiper-button-next,.financ-section .swiper-rtl .swiper-button-prev {
    position: unset;
}
.financ-swiper .swiper-pagination{
    top: auto;
    bottom: -60px;
}
.financ-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #E3E3E3;
}
.financ-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #028835;
}
.gear {
    animation: rotate 110s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}
.gear-2 {
    animation: rotate-2 80s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}
.footer-shape{
    right: -302px;
    top: -160px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-120deg);
    }
}
.hero-area-2 .shape:nth-child(1) img{
    transform: translateX(0px);
    animation: shape-shake 3s infinite ease;
}
.hero-area-2 .shape:nth-child(2) img{
    transform: translateX(0px);
    animation: shape-shake 3s infinite ease 1s;
}
.hero-area-2 .shape:nth-child(3) img{
    transform: translateX(0px);
    animation: shape-shake 3s infinite ease ;
}
.hero-area-2 .shape:nth-child(4) img{
    transform: translateX(0px);
    animation: shape-shake 3s infinite ease 0.5s;
}
@keyframes shape-shake {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0px);
    }
}
@-webkit-keyframes shape-shake {
    0% {
        -webkit-transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(10px);
    }
    100%{
        -webkit-transform: translateY(0px);
    }
}

.safety-section .blog-content {
    display: none;
    animation: tabFade 1s;
}
.safety-section .blog-content.active {
    display: block;
}
@keyframes tabFade{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fun-fact-area-two{
    background-image: url(../img/fun-fact-bg-2.png);
    background-size: cover;
    background-repeat: no-repeat
}
.about-us-page-wrapper .process-section-two .item .circle-shape {
    background: #FBF7ED;
    transition: all 0.5s ease-in-out;
}
.process-section-two .item .circle-shape{
    background: #E6EDEC;
    transition: all 0.5s ease-in-out;
}
.footer-wrapper-two .discover-area{
    background-image: url(../img/discover-bg.png);
    background-size: cover;
    background-repeat: no-repeat
}
.page-title-wrapper {
    background-image: url(../img/inner-page-banner.png);
    background-size: cover;
    background-repeat: no-repeat
}
.mini-contact{
    background-image: url(../img/min-contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat
}
.breadcrumb-wrapper .breadcrumb-item:last-child .ico{
    display: none;
}
.testimonial-section-two .swiper-pagination{
    top: auto;
    bottom: -60px;
}
.testimonial-section-two .swiper-pagination .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    border-radius: 6px;
    background: #E3E3E3;
}
.testimonial-section-two .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #028835;
}


.related-post-slider .swiper-button-prev:after,.related-post-slider .swiper-rtl .swiper-button-next:after {
    content: '';
}
.related-post-slider .swiper-button-next:after,.related-post-slider .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.related-post-slider .swiper-button-prev,.related-post-slider .swiper-rtl .swiper-button-next {
    position: unset;
}
.related-post-slider .swiper-button-next,.related-post-slider .swiper-rtl .swiper-button-prev {
    position: unset;
}
.faq-page-wrapper .faq-item .faq-body{
    display: none;
}
.faq-page-wrapper .faq-item:nth-child(1) .faq-body{
    display: block;
}
.faq-page-wrapper .faq-item:focus-within .faq-body{
    display: block;
}


/*====================*/
.navigation-wrapper.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1010;
    background: #fff;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.058823529411764705);
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
}
.navigation-wrapper.navigation-wrapper-two-two.sticky {
    background: #004C3F;
}

@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }

}
.nav-wrapper ul li{
    position: relative;
}
.nav-wrapper.mobile-nav-wrapper ul li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px ;
    padding: 10px 0;
    border-bottom: 1px solid rgb(231 231 231)
}
.nav-wrapper.mobile-nav-wrapper ul li ul{
    margin-left: 16px;
}
.nav-wrapper ul li ul{
    position: absolute;
    left: -10px;
    min-width: 250px;
    border-radius: 10px;
    background: white;
    padding: 10px 0;
    box-shadow: 11px 10px 38px 0 rgba(46,63,99,.15);
    display: none;
    z-index: 99;

}
.nav-wrapper.mobile-nav-wrapper ul li ul{
    position: unset;
    left: -10px;
    display: none;
    z-index: 99;
    box-shadow:none;
    padding:0;
    margin-top: 10px;

}
.nav-wrapper ul li:hover ul{
    display: block;
    animation: tabFade 0.5s;
}
.nav-wrapper ul li ul li a{
    padding: 5px 20px;
    color: #004C3F;
    transition: all 0.5s ease-in-out;
}
.nav-wrapper ul li ul li:hover a{
    padding-left:30px;
    color: #004C3F;


}
.nav-wrapper ul li ul li{
    position: relative;

}
.nav-wrapper ul li ul li:before{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #028835;
    position: absolute;
    left:0;
    top: calc(50% - 2px);transition: all 0.5s ease-in-out;


}
.nav-wrapper ul li ul li:hover:before{
    width: 20px;
}
/*====================*/
.nav-wrapper.nav-wrapper-2 ul li{
    position: relative;
}
.nav-wrapper.nav-wrapper-2 ul li ul{
    position: absolute;
    left: -10px;
    min-width: 200px;
    border-radius: 10px;
    background: white;
    padding: 10px 0;
    box-shadow: 11px 10px 38px 0 rgba(46,63,99,.15);
    display: none;

}
.nav-wrapper.nav-wrapper-2 ul li:hover ul{
    display: block;

}
.nav-wrapper.nav-wrapper-2 ul li ul li a{
    padding: 5px 20px;
    color: #004C3F;
    transition: all 0.5s ease-in-out;
}
.nav-wrapper.nav-wrapper-2 ul li ul li:hover a{
    padding-left:30px;
    color: #004C3F;


}
.nav-wrapper.nav-wrapper-2 ul li ul li{
   position: relative;

}
.nav-wrapper.nav-wrapper-2 ul li ul li:before{
    content: '';
    display: block;
    width: 0;
    height: 3px;
     background: #028835;
    position: absolute;
    left:0;
    top: calc(50% - 2px);transition: all 0.5s ease-in-out;


}
.nav-wrapper.nav-wrapper-2 ul li ul li:hover:before{
    width: 20px;
}
/*=====mobile=====*/
.nav-wrapper .mobile-drawer .mobile-wid{
    left: -350px;
    transition: all .5s linear;
}
.nav-wrapper .mobile-drawer.active .mobile-wid{
    left: 0;
}
.nav-wrapper .mobile-drawer .drawer-away{
    display: none;
    animation: tabFade 0.5s;
}
.nav-wrapper .mobile-drawer.active .drawer-away{
    display: block;
}
.mobile-apply-button{
    gap: 8px;
    width: 100%;
    margin: 0 0 24px;
    padding: 14px 20px;
    border-radius: 8px;
    background: #028835;
    color: #fff;
    font-family: "Spline Sans", sans-serif;
    font-weight: 600;
}
.mobile-apply-button:hover{
    background: #004C3F;
    color: #fff;
}
@media (max-width: 1023px) {
    .navigation-wrapper {
        height: 72px;
    }
    .site-header-logo {
        width: 130px !important;
        height: 72px !important;
    }
    .mobile-drawer-logo {
        width: 145px !important;
        height: 72px !important;
    }
    .nav-wrapper .mobile-drawer .mobile-wid {
        overflow-y: auto;
        padding-top: 20px;
    }
    .nav-wrapper.mobile-nav-wrapper ul li:hover > .sub-menu {
        display: none;
    }
    .nav-wrapper.mobile-nav-wrapper ul li > .sub-menu.is-open {
        display: block;
        animation: tabFade 0.3s;
    }
    .nav-wrapper.mobile-nav-wrapper .submenu-toggle.is-open svg {
        transform: rotate(180deg);
    }
    .nav-wrapper.mobile-nav-wrapper .submenu-toggle svg {
        transition: transform .25s ease;
    }
}
/*nav end*/

.search-bar-wrapper .search-form{
    display: none;
    animation: tabFade 0.5s;
}
.search-bar-wrapper:focus-within .search-form{
    display: block;
}

.faq-section-main-wrapper .faq-two{
    box-shadow: 0 4px 24px -6px rgba(19, 16, 34, 0.1),
    0 4px 13px -2px rgba(19, 16, 34, 0.06)
}

/*popv component*/
.popv-main-wrapper{
    display: none;
}
.popv-main-wrapper.active{
    display: block;
}
.popv-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.popv-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.popv-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.popv-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.popv-align-top .popv-container:before {
    display: none;
}

.popv-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.popv-inline-holder .popv-content,
.popv-ajax-holder .popv-content {
    width: 100%;
    cursor: auto;
}

.popv-ajax-cur {
    cursor: progress;
}

.popv-zoom-out-cur, .popv-zoom-out-cur .popv-image-holder .popv-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.popv-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.popv-auto-cursor .popv-content {
    cursor: auto;
}

.popv-close,
.popv-arrow,
.popv-preloader,
.popv-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.popv-loading.popv-figure {
    display: none;
}

.popv-hide {
    display: none !important;
}

.popv-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.popv-preloader a {
    color: #CCC;
}

.popv-preloader a:hover {
    color: #FFF;
}

.popv-s-ready .popv-preloader {
    display: none;
}

.popv-s-error .popv-content {
    display: none;
}

button.popv-close,
button.popv-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.popv-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.popv-close:hover,
.popv-close:focus {
    opacity: 1;
}

.popv-close:active {
    top: 1px;
}

.popv-close-btn-in .popv-close {
    color: #333;
}

.popv-image-holder .popv-close,
.popv-iframe-holder .popv-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.popv-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.popv-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.popv-arrow:active {
    margin-top: -54px;
}

.popv-arrow:hover,
.popv-arrow:focus {
    opacity: 1;
}

.popv-arrow:before,
.popv-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.popv-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.popv-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.popv-arrow-left {
    left: 0;
}

.popv-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.popv-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.popv-arrow-right {
    right: 0;
}

.popv-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.popv-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.popv-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.popv-iframe-holder .popv-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.popv-iframe-holder .popv-close {
    top: -40px;
}

.popv-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.popv-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.popv-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.popv-figure {
    line-height: 0;
}

.popv-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.popv-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.popv-figure figure {
    margin: 0;
}

.popv-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.popv-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.popv-image-holder .popv-content {
    max-width: 100%;
}

.popv-gallery .popv-image-holder .popv-figure {
    cursor: pointer;
}
@keyframes tabFade{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.shake {
    animation: shake 5000ms infinite;
}

@keyframes shake {
    0% { transform: rotate(0deg); }
    8.0% { transform: rotate(0deg); }
    12.0% { transform: rotate(42deg); }
    16.0% { transform: rotate(-35deg); }
    20.0% { transform: rotate(0deg); }
    23.0% { transform: rotate(28deg); }
    26.0% { transform: rotate(-20deg); }
    29.0% { transform: rotate(0deg); }
    31.0% { transform: rotate(16deg); }
    33.0% { transform: rotate(-12deg); }
    35.0% { transform: rotate(0deg); }
    37.0% { transform: rotate(-6deg); }
    39.0% { transform: rotate(0deg); }
    40.0% { transform: rotate(6deg); }
    44.0% { transform: rotate(-3deg); }
    49.0% { transform: rotate(2deg);}
    55.0% { transform: rotate(0deg); }
    62.0% { transform: rotate(1deg); }
    70.0% { transform: rotate(0deg); }
}

.button-outer-circle,.button-outer-circle {
    background: hsl(133.4deg 73.02% 15.02% / 20%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.has-scale-animation,.has-delay-short {
    -webkit-animation: smallScale 3s infinite;
    animation: smallScale 3s infinite;
}
.has-delay-short {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@keyframes smallScale {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }

}
/*responsive*/

@media (max-width: 1536px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {
    .hero-area {
        height: 600px;
    }
    .theme-container{
        /*1290*/
        width: auto;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .hero-image-1{
        background-position: 70% center;
    }
}
@media (max-width: 640px) {
    .testimonial-heading{
        align-items:flex-start;
        justify-content:space-between;
        gap:14px;
        margin-bottom:30px
    }
    .testimonial-heading h2{font-size:28px!important}
    .testimonial-add-btn{padding:11px 17px;white-space:nowrap}
    .review-modal{padding:12px}
    .review-modal-dialog{padding:26px 18px}
    .review-form-grid{grid-template-columns:1fr;gap:0}
    .review-success-message{left:16px;right:16px;bottom:82px}
    .whatsapp-float{
        right: 16px;
        bottom: 18px;
        width: 52px;
        height: 52px;
    }
    .whatsapp-float svg{
        width: 31px;
        height: 31px;
    }
    .hero-area{
        height: 520px;
        min-height: 520px;
    }
    .hero-image-1{
        background-position: 65% center;
    }
    .hero-image-1:after{
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(0, 40, 32, .88) 0%, rgba(0, 40, 32, .62) 55%, rgba(0, 40, 32, .18) 100%);
    }
    .home-hero-content{
        align-items: center;
    }
    .home-hero-content .theme-container{
        width: 100%;
        padding: 0 22px;
    }
    .home-hero-title{
        max-width: 330px;
        font-size: 38px !important;
        line-height: 1.12 !important;
        margin-bottom: 16px;
    }
    .home-hero-description{
        max-width: 330px;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    .home-hero-button{
        display: inline-block;
        padding: 16px 28px;
        font-size: 16px;
    }
    .home-about-section{
        padding: 52px 16px !important;
    }
    .home-about-wrapper{
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        gap: 38px !important;
        align-items: stretch !important;
    }
    .home-about-profile,
    .home-about-content{
        flex: 0 0 100% !important;
        min-width: 0 !important;
        width: 100%;
    }
    .home-about-profile{
        padding: 14px 14px 22px;
        border-radius: 16px;
    }
    .home-about-image-card{
        display: block !important;
        width: min(100%, 285px);
        margin: 0 auto;
        padding: 0 !important;
        border-radius: 16px !important;
        box-shadow: 0 10px 30px rgba(0,0,0,.08) !important;
    }
    .home-about-image{
        width: 100% !important;
        max-width: none !important;
        aspect-ratio: 4 / 5;
        object-fit: cover;
        object-position: center top;
        border-radius: 12px !important;
    }
    .home-about-name{
        margin-top: 16px !important;
        font-size: 22px !important;
        line-height: 1.3;
    }
    .home-about-name span{
        font-size: 15px !important;
    }
    .home-about-role{
        margin-top: 4px !important;
        font-size: 15px !important;
    }
    .home-about-content{
        text-align: left;
        padding: 26px 20px;
        border-radius: 16px;
    }
    .home-about-heading{
        margin-bottom: 20px;
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    .home-about-description{
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.75;
    }
    .home-about-link > div{
        display: inline-block;
        padding: 16px 28px;
    }
    .home-about-link span{
        font-size: 16px;
    }
    .home-contact-section{
        padding: 45px 0;
        background: #f7faf7;
    }
    .home-contact-background{
        display: none;
    }
    .home-contact-container{
        top: 0 !important;
        padding: 0 16px;
    }
    .home-contact-card{
        padding: 28px 18px;
        border-radius: 12px;
        box-shadow: 0 10px 32px rgba(0, 0, 0, .08) !important;
    }
    .home-contact-title{
        font-size: 29px !important;
        line-height: 1.2 !important;
        margin-bottom: 24px;
    }
    .home-contact-input{
        height: 56px !important;
        padding: 14px 16px;
        font-size: 15px;
    }
    .home-contact-message{
        height: 120px !important;
        padding: 14px 16px;
        font-size: 15px;
    }
    .home-contact-submit{
        height: 56px !important;
        font-size: 16px;
    }
    .home-blog-section{
        padding: 50px 0;
    }
    .home-blog-section .theme-container{
        width: 100%;
        padding: 0 16px;
    }
    .home-blog-heading{
        margin-bottom: 28px;
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    .home-blog-grid{
        gap: 24px;
    }
    .home-blog-card{
        border-radius: 12px;
    }
    .home-blog-image{
        height: 215px !important;
        background: #fff;
    }
    .home-blog-content{
        padding: 20px;
    }
    .home-blog-title{
        font-size: 18px;
        line-height: 1.45;
        margin-bottom: 14px;
    }
    .home-blog-description{
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 18px;
    }
    .home-blog-date{
        margin-bottom: 26px;
    }
    .home-blog-action{
        margin-bottom: 4px;
    }
    .home-blog-action a > div{
        display: inline-block;
        padding: 13px 24px;
    }
    .home-blog-action span{
        font-size: 16px;
    }
    .lender-swiper{
        padding: 0 0 34px;
    }
    .lender-swiper .lender-item{
        height: 85px;
        padding: 10px;
    }
    .lender-swiper .lender-item img{
        max-height: 65px;
    }
    .site-footer{
        padding-top: 45px !important;
    }
    .site-footer .theme-container{
        width: 100%;
        padding: 0 20px;
    }
    .footer-main-grid{
        gap: 0;
        padding-bottom: 30px;
    }
    .footer-about{
        padding-bottom: 30px;
    }
    .footer-logo{
        margin-bottom: 18px;
    }
    .footer-logo img{
        width: 190px;
        max-height: 85px;
        object-fit: contain;
        object-position: left center;
    }
    .footer-description{
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 1.7;
    }
    .footer-description br{
        display: none;
    }
    .footer-socials > a > div{
        width: 36px;
        height: 36px;
    }
    .footer-link-columns{
        gap: 0;
    }
    .footer-link-columns > div{
        width: 100%;
        padding: 24px 0;
        border-top: 1px solid rgba(255,255,255,.16);
    }
    .footer-link-columns > div > div{
        margin-bottom: 18px;
    }
    .footer-link-columns li{
        margin-bottom: 7px;
    }
    .footer-link-columns li span{
        font-size: 14px;
        line-height: 1.65;
    }
    .footer-bottom{
        justify-content: center;
        padding: 18px 0;
        text-align: center;
    }
    .footer-bottom > span{
        font-size: 12px;
        line-height: 1.6;
    }
    .footer-shape{
        right: -650px;
        top: -80px;
        opacity: .6;
    }
    .faq-section-main-wrapper .faq-two{
        box-shadow:none
    }
    .about-shape{
        top: 50px;
        left: 100px;
    }

}
@media (max-width: 320px) {
    html{
        overflow-x: hidden;
    }
}


/*responsive end*/
