body.body2 {
    background-color: #ffffff;
}
.header-area2.sticky {
    background: #ffffff;
    border-bottom: 1px solid #ececec;
}
.logo-m img {
    width: 100px;
}
.site-logo {
    max-width: 120px;
    height: auto;
    display: flex;
    align-items: center;
}
/* .header-area {
    border-bottom: 1px solid #ececec;
} */
.mobile-sidebar {
    background-color: #ffffff;
}
.mobile-nav li a {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding: 10px 0;
    display: block;
}
.mobile-sidebar .contact-infos h3 {
    font-size: 20px;
    font-weight: var(--f-fw-semibold);
    line-height: var(--f-fs-font-fs24);
    color: #000000;
    padding-bottom: 12px;
}
.mobile-sidebar .contact-infos .box .icon span {
    display: inline-block;
    color: #6e6e6e;
    font-size: var(--f-fs-font-fs18);
    margin-right: 12px;
}
.mobile-sidebar .contact-infos .box .pera a {
    display: inline-block;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs24);
    font-weight: var(--f-fw-medium);
    color: rgb(76 75 75 / 87%);
}
.header-area.header-area2 .header-elements .main-menu-ex::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff5e;
    border-radius: 210px;
    border: 1px solid #06266114;
    height: 100%;
    width: 100%;
    z-index: 2;
    backdrop-filter: blur(10px);
}
.header-area.header-area2.sticky .header-elements .main-menu-ex::after{
    display: none;
}
.defaultLogo{
    display: none;
}
.header-area1.sticky .defaultLogo{
    display: block;
}
.header-area1.sticky .whiteLogo{
    display: none;
}
.btn {
    padding: 16px 20px;
}
.hero-area-image .image img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ececec;
    border-left: 0;
}
.stockUI {
    position: absolute;
    top: 101px;
    z-index: 9;
    width: 250px;
    right: -110px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}
.stockUI2 {
    position: absolute;
    top: 105px;
    z-index: 9;
    width: 250px;
    left: -30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}
.hero-area-image .image::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 300px;
    width: 340px;
    border-radius: 20px;
    background-color: #006f3c;
    z-index: -2;
    animation-name: animation1;
    animation-duration: 6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
/* Hero Section Css */
.hero-area-image .image {
    /* border: 1px solid #ececec; */
    padding: 24px;
    margin-top: -280px;
    z-index: 9;
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.hero-area1::before {
    content: '';
    background: rgb(91,123,251);
    background: linear-gradient(0deg, rgba(91, 123, 251, 0) 0%, rgb(0 0 0 / 69%) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hero-area1 .main-headding span.span img {
    margin-top: -5px;
    margin-right: 5px;
    width: 25px;
}
.header-area.header-area1 .header-elements .main-menu-ex::before {
    background-color: #006f3c;
}
.hero-area1 .main-headding {
    padding-top: 180px;
    position: relative;
}
.btn--ripple {
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    color: #000;
}
.btn--ripple:hover{
    color: #000;
    background: #7fdd66;
}
.btn.btn2 {
    background: #7fdd66;
    color: #000000;
    margin-left: 12px;
}

.hero-area1 .main-headding h1 {
    color: var(--Project-Management-Color-White-Color, #FFF);
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: var(--f-fw-blod);
    line-height: 55px;
}
.hero-area1 {
    background-position: center center;
    min-height: 860px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header-area1.sticky {
    background: #fff;

}
.header-area.header-area.sticky .main-menu-ex ul li a {
    color: #000000;

}
.header-area1.sticky .header-elements .main-menu-ex::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    border: none;
    background: transparent;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: unset;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.header-area1.sticky .header-elements .main-menu-ex::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    height: 51px;
    margin-left: -97px;
    width: 143px;
    background-color: transparent;
    z-index: 1;
    filter: blur(40px);
}
.header-area1.sticky .btn--ripple {
    border-radius: 4px;
    background: #7fdd66;
    overflow: hidden;
    color: #000;
}
.hero-area2 .hero2-content {
    padding-top: 140px;
}
.hero-area2 .main-headding h1 {
    font-size: var(--f-fs-font-fs64);
    line-height: 50px;
    color: #ffffff;
    font-weight: var(--f-fw-semibold);
    font-size: 45px;
}
.hero-area2 .main-headding p {
    color: #e5e5e5;
}
.hero-btns .theme-btn2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 210px;
    background-color: #006f3c;
    z-index: -2;
    transition: all 0.4s;
}
.hero-btns .theme-btn2 {
    display: inline-block;
    border-radius: 210px;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    color: var(--qt-bg-bg-w);
    font-weight: var(--f-fw-semibold);
    padding: 17px 24px;
    border: 4px solid #006f3c29;
    position: relative;
    z-index: 3;
    transition: all 0.4s;
    overflow: hidden;
}
.hero-btns .theme-btn2:hover {
    color: #042460 !important;
}
.hero-btns .theme-btn3 {
    color: #006f3c;
    margin-left: 5px;
    border: 4px solid #7fdd6638;
}
.hero-btns .theme-btn3:hover {
    transition: all 0.4s;
    color: #fff !important;
}
.hero2-bashbord {
    position: relative;
    margin-top: 50px;
}
.hero-area2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-image: url(../img/new-images/hero1-bg.png);
    z-index: -6;
}
.hero2-bashbord .images .image1 img {
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

.TrustedSection {
    padding: 70px 0;
}
.counters6 .counter-box h2 {
      font-size: 38px;
      border-radius: 10px;
  }
  .counters6 .counter-box.box1 h2 {
    background: linear-gradient(105deg, #f6f6fb 9.22%, rgba(254, 200, 234, 0) 97.11%);
}
.works7 .works-box .icon img {
    width: 35px;
}
.works7 .works-box .icon {

    background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #7fdd66 0%, #006f3c 100%));
}
.works7 {
    background-color: #f1fdee;
}
.heading7 .title span.span {
    display: inline-block;
    background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #006f3c 0%, #006f3c 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}
.heading7 .title {
    display: inline-block;
    border-radius: 3.596px;
    background: rgb(0 111 60 / 7%);
    padding: 6px 12px 4px 12px;
    margin-bottom: 16px;
}
.TrustedSection .heading6 h3 {
    margin-bottom: 20px;
}
  .HowItWorkSection {
    padding: 70px 0;
}
.FeaturesSection {
    padding: 70px 0;
}
.FeaturesSection .heading7 h4 a {
    line-height: 30px;
}
.workBoxBottom .single-box {
    min-height: 425px;
    height: 425px !important;
}
.email-innovation.ManagePaymentSection .images .image1 {
    text-align: end;
    position: absolute;
    bottom: 8px;
    right: 0;
    width: 82%;
}
.email-innovation.ManagePaymentSection .images .image1 img {
    border-radius: 5px;
}

.PlansSection {
    padding: 70px 0;
}
.PlansSection  .theme-btn11 {
    color: var(--White-Color, #FFF);
    font-size: 16px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 15px 22px 20px 22px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
}
.PlansSection .theme-btn11::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-bottom: 4px solid #006f3c;
    background: var(--Home-Page-8-Linner-Color, linear-gradient(90deg, #0c1e87 -17.5%, #0c2ad1 100%));
    z-index: -2;
    transition: all 0.4s;
    background: #006f3c;
}
.PlansSection .theme-btn11::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    border-bottom: 4px solid #027c44;
    background: var(--Home-Page-8-Linner-Color, linear-gradient(90deg, #021a9d -17.5%, #0323d4 100%));
    z-index: -1;
    transition: all 0.4s;
    background: #027c44;
}

.PlansSection  .theme-btn11:hover::before {
    width: 100%;
    transition: all 0.4s;
}
.pricing8.PlansSection .pricing-box p.class {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background: var(--Home-Page-8-Linner-Color, linear-gradient(90deg, #272727 -17.5%, #4a4a4a 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}
.pricing8.PlansSection .pricing-box .pricing-list ul li span.check {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #7fdd66;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 8px;
}
.StaffCheckApp{
    padding: 60px 0 40px;
}
.single-box .icon iconify-icon {
    font-size: 35px;
}
.pricing-box .badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ff6200;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
}
.pricing-box .badge.green {
    background-color: #00cc99;
}
.tes2 .testimonial-arrows button {
    border-radius: 50%;
    font-size: 20px;
    height: 60px;
    width: 60px;
    border: none;
    background-color: #f7f7f7;
    color: #000;
    transition: all 0.4s;
}
.TestimonialSection {
    padding: 60px 0 50px;
}
.CTAsection {
    padding: 50px 0;
}
.heading7 .title span.span {
    font-size: 14px;
 }
 .footer2 .footer-icon-box-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DFE1EC;
    padding: 20px 0;
}
.big-logo img {
    width: 100px;
}
.coppyright a {
    color: #16346b;
    border-right: 1px solid #bebdbd;
    padding: 0 7px 0 0;
}
.coppyright a:last-child{
    border: none;
}
.CompanyBranding, .copyPara {
    color: #000;
}
.CompanyBranding:hover{
    color: #ff6200;
}
.contactUsSection {
    padding: 40px 0 60px;
}
.contact-page-area .contact-form-all {
    background-color: var(--qt-text-h-text1);
    padding: 48px;
    border-radius: 4px;
    border: 1px solid #ececec;
}

.animate-shakeY {
    animation-name: shakeY;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    animation-delay: 1s;
}
@keyframes shakeY {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(0, -10px, 0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(0, 10px, 0);
    }
}

.buy-sell-bottom {
    position: relative;
    margin-top: 0;
    z-index: unset;
}
.buy-sell-bottom .bg {
    border-radius: 4px;
    background: #FFF;
    box-shadow: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-radius: 4px;
    padding-top: 0;
}
.buy-sell-bottom .bg .box-area-all .icon img {
    transition: all 0.4s;
    width: 35px;
}
.main-img1 img {
    border: 10px solid #7fdd6642;
    border-radius: 270px;
}
.buy-sell-bottom .bg .box-area-all .icon {
    background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #7fdd66 0%, #006f3c 100%));

}
.buy-sell-bottom .bg .box-area-all:hover .icon {
    background: var(--Home-Page-7-Linner-Color, linear-gradient(90deg, #7fdd66 0%, #006f3c 100%));
    transition: all 0.4s;
}


.hr-solutions {
    position: relative;
    background-color: #f1fdee;
}
.heading9 span.span {
    color: #006f3c;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    background-color: rgb(224 243 225);
    border-radius: 111px;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 16px;
}
.pricing8::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f1fdee;
    z-index: -6;
}
.midea-markating {
    background-color: #ffffff;
}
.midea-markating .media-box-all .single-box {
    background-color: #f5f7f9;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: start;
    transition: all 0.4s;
}
.contact-page-area .contact-form-all .contact-page-boxs .single-box .icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #4CAF50;
    margin-right: 20px;
}
.contact-page-area .contact-form-all .contact-page-boxs .single-box .icon img {
    filter: brightness(67.5);
}
.contact-page-boxs {
    margin-top: 20px;
}

 @media (max-width: 991px) and (min-width: 767px) {
    .hero-area1 .main-headding {
        padding-top: 125px;
    }
    .hero-area1 .main-headding span.span {
         font-size: 12px;
        }
        .hero-area1 .main-headding h1 {
            font-size: 25px;
            line-height: 30px;
        }
        .hero-area1 .main-headding p {
            font-size: 14px;
            line-height: 20px;
            padding-top: 5px;
        }
        .btn--ripple {
            font-size: 14px;
        }
        .btn.btn2 {
            margin-top: 0;
        }
        .hero-area1 {
                  min-height: 690px;
             }
            .hero-area-image .image::after {
            height: 60px;
            width: 100px;

        }
        .hero-area-image .shape {
             display: none;
        }
        .stockUI {
            position: absolute;
            top: -17px;
            z-index: 9;
            width: 106px;
            right: -7px;

        }
        .stockUI2 {
            position: absolute;
            top: 105px;
            z-index: 9;
            width: 140px;
            left: -5px;

        }
        .hero-area-image {
            margin-top: 40px;
        }
        .mobile-nav-icon {
            border: none;
        }
        .TrustedSection {
            padding: 50px 0 50px;
        }
        .heading6 h3 {
            font-size: 26px;
            line-height: 26px;
        }
        .HowItWorkSection {
            padding: 50px 0;
        }
        .heading7 h2 {
            font-size: 26px;
            line-height: 30px;
        }
        .heading7 h2 {
            font-size: 26px;
            line-height: 30px;
        }
        .work-prosess7 .work-box-area .single-box {
            min-height: 350px;
        }
        .email-innovation .headding2-w {
            padding: 35px 0;
        }
        .email-innovation.ManagePaymentSection .images .image1 {
            text-align: end;
            position: absolute;
            bottom: 30px;
            right: 0;
            width: 100%;
        }
        .PlansSection {
            padding: 50px 0;
        }
        .pricing8 .pricing-box h2 {
            font-size: 40px;
         }
         .PlansSection  .theme-btn11 {
            padding: 14px 19px 14px 22px;
            font-size: 15px;
        }
        .pricing8.PlansSection .pricing-box p.class {
            font-size: 18px;
        }
        .TestimonialSection {
            padding: 50px 0 30px;
        }
        .tes2 .tes2-shape {
            display: none;
        }
        .TestimonialSection .heading7 {
            text-align: center;
        }
        .testimonial-prev-arrow2, .testimonial-next-arrow2 {
            display: none !important;
        }
        .tes2 .tes2-slider-all .single-slider .single-slider-bottom {
            display: flex;
            align-items: end;
            justify-content: end;
            flex-direction: column;
        }
        .single-slider-bottom .headdding-area .image {
            width: 50px;
        }
        .single-slider-bottom  .headding h5 a {
            font-size: 18px !important;
        }
        .single-slider-bottom  .logo{
            width: 100px;
        }
        .tes2 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding p {
            font-size: 14px;
            padding-top: 0;
        }
        .big-logo img {
            width: 65px;
        }
        .headding1 h2 {
            font-size: 26px;
            line-height: 30px;
        }
        .headding1 p {
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 15px;
        }


        .footer2 .footer-icon-box-all {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #DFE1EC;
            padding: 20px 0;
            flex-wrap: wrap;
            margin-top: 0;
        }
        .footer2 .footer-icon-box-all .footer-icon-box::after {
            display: none;
        }
        .footer2 .footer-icon-box-all .footer-icon-box .icon img {
            width: 30px;
        }
        .CompanyBranding, .copyPara {
            color: #000;
            font-size: 14px;
        }
}

@media only screen and (max-width:1067px){
    .hero-area1 .main-headding h1 {
        font-size: 40px;
        line-height: 55px;
    }
    .hero-area-image .image::after {

        height: 300px;
        width: 300px;

    }
}
@media only screen and (max-width:767px){
    .hero-area1 .main-headding {
        padding-top: 150px;
    }

    .hero-area1 .main-headding span.span {
         font-size: 12px;
        }
        .hero-area1 .main-headding h1 {
            font-size: 25px;
            line-height: 30px;
        }
        .hero-area1 .main-headding p {
            font-size: 14px;
            line-height: 20px;
            padding-top: 5px;
        }
        .btn--ripple {
            font-size: 14px;
        }
        .btn.btn2 {
            margin-top: 0;
        }
        .hero-area1 {
                  min-height: 690px;
             }
            .hero-area-image .image::after {
            height: 60px;
            width: 100px;

        }
        .hero-area-image .shape {
             display: none;
        }
        .stockUI {
            position: absolute;
            top: -17px;
            z-index: 9;
            width: 106px;
            right: -7px;

        }
        .stockUI2 {
            position: absolute;
            top: 105px;
            z-index: 9;
            width: 140px;
            left: -5px;

        }
        .hero-area-image {
            margin-top: 40px;
        }
        .mobile-nav-icon {
            border: none;
        }
        .TrustedSection {
            padding: 15px 0 50px;
        }
        .heading6 h3 {
            font-size: 26px;
            line-height: 26px;
        }
        .HowItWorkSection {
            padding: 50px 0;
        }
        .heading7 h2 {
            font-size: 26px;
            line-height: 30px;
        }
        .heading7 h2 {
            font-size: 26px;
            line-height: 30px;
        }
        .work-prosess7 .work-box-area .single-box {
            min-height: 350px;
        }
        .email-innovation .headding2-w {
            padding: 35px 0;
        }
        .email-innovation.ManagePaymentSection .images .image1 {
            text-align: end;
            position: absolute;
            bottom: 30px;
            right: 0;
            width: 100%;
        }
        .PlansSection {
            padding: 50px 0;
        }
        .pricing8 .pricing-box h2 {
            font-size: 40px;
         }
         .PlansSection  .theme-btn11 {
            padding: 14px 19px 14px 22px;
            font-size: 15px;
        }
        .pricing8.PlansSection .pricing-box p.class {
            font-size: 18px;
        }
        .TestimonialSection {
            padding: 50px 0 30px;
        }
        .tes2 .tes2-shape {
            display: none;
        }
        .TestimonialSection .heading7 {
            text-align: center;
        }
        .testimonial-prev-arrow2, .testimonial-next-arrow2 {
            display: none !important;
        }
        .tes2 .tes2-slider-all .single-slider .single-slider-bottom {
            display: flex;
            align-items: center;
            justify-content: left;
            flex-direction: row;
        }

        .tes2 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area img {
            height: 55px !important;
        }
        .single-slider-bottom .headdding-area .image {
            width: 50px;
        }
        .single-slider-bottom  .headding h5 a {
            font-size: 18px !important;
        }
        .single-slider-bottom  .logo{
            width: 100px;
        }
        .tes2 .tes2-slider-all .single-slider .single-slider-bottom .headdding-area .headding p {
            font-size: 14px;
            padding-top: 0;
        }
        .big-logo img {
            width: 65px;
        }
        .headding1 h2 {
            font-size: 26px;
            line-height: 30px;
        }
        .headding1 p {
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 15px;
        }


        .footer2 .footer-icon-box-all {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #DFE1EC;
            padding: 20px 0;
            flex-wrap: wrap;
            margin-top: 0;
        }
        .footer2 .footer-icon-box-all .footer-icon-box::after {
            display: none;
        }
        .footer2 .footer-icon-box-all .footer-icon-box .icon img {
            width: 30px;
        }
        .CompanyBranding, .copyPara {
            color: #000;
            font-size: 14px;
        }
        .contact-page-area .contact-form-all .form-inputs .button {
            text-align: center;
        }
        .hr-solutions .row {
            flex-direction: column-reverse;
        }
        .hr-solutions .heading9 {
            padding: 50px 0px;
            text-align: center;
        }
        .heading9 h2 {
            font-size: 26px;
            line-height: 35px;
        }
        .headding4 h4 a {
            font-size: 20px;
        }
        .headding4 p {

            font-size: 14px;
            line-height: 22px;

        }
        .single-box .icon iconify-icon {
            font-size: 30px;
        }
        .StaffCheckApp {
            padding: 40px 0 40px;
        }
        .contact-page-area .contact-form-all {
            padding: 25px;
        }
        .common-main-headding h1 {
            font-size: 35px;
            line-height: var(--f-fs-font-fs52);
        }
        .mobile-header .mobile-header-elements .mobile-logo img {
            width: 90px;
        }
}

.qr-wrapper-img a {
    display: block;
    height: 75px;
    width: 75px;
    margin: auto;
}

.qr-wrapper-img a img {
    height: 100%;
    width: 100%;
}

.qr-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.coppyright {
    text-align: left;
}



.site-search {
    position: relative;
    background: #fff;
    display: inline;
    padding: 10px 28px;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.site-search-wrwp {
    position: fixed;
    bottom: 40px;
    left: 50px;
    z-index: 999;
}

.site-search a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    top: 3px;
    color: #222;
    font-weight: 600;
}

.site-search a iconify-icon {
    position: relative;
    top: -1px;
}

.site-search:before, .site-search:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #7fdc66, #0000ff, #00ff00, #ffff00, #006f37, #7fdd66, #0000ff, #00ff00, #ffff00, #006f37);
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: steam 20s linear infinite;
    border-radius: 50px;
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: steam 20s linear infinite;
    border-radius: 50px;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

/* .site-search:after {
	filter: blur(50px);
} */
