body.body2 {
    background-color: #ffffff;
}
.header-area2.sticky {
    background: #ffffff;
    border-bottom: 1px solid #ececec;
}
.logo-m img {
    width: 100px;
}
/* .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;
}
.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: -55px;
    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: #603BF3;
    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;
}
.btn--ripple {
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    color: #000;
}
.btn--ripple:hover{
    color: #fff;
    background: #f7b009;
}
.btn.btn2 {
    background: #f7b209;
    color: #ffffff;
    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: #f7bf09;
    overflow: hidden;
    color: #fff;
}
.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: #082f7a;
    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 #3f51b51c;
    position: relative;
    z-index: 3;
    transition: all 0.4s;
    overflow: hidden;
}
.hero-btns .theme-btn2:hover {
    color: #042460 !important;
}
.hero-btns .theme-btn3 {

    color: #042460;
    margin-left: 5px;
    border: 4px solid #cccef3;
}
.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%);
}
.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 #042460;
    background: var(--Home-Page-8-Linner-Color, linear-gradient(90deg, #0c1e87 -17.5%, #0c2ad1 100%));
    z-index: -2;
    transition: all 0.4s;
    background: #042460;
}
.PlansSection .theme-btn11::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    border-bottom: 4px solid #0a3178;
    background: var(--Home-Page-8-Linner-Color, linear-gradient(90deg, #021a9d -17.5%, #0323d4 100%));
    z-index: -1;
    transition: all 0.4s;
    background: #0a3178;
}
.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: #f7b009;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 8px;
}
.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: #dadada;
}
.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);
    }
}


.footer-section {
    background-color: #04132f;
    color: #ccc;
    padding: 45px 0 15px;
    font-size: 15px;
}
.footer-title {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 17px;
}
.footer-text {
    line-height: 1.7;
    color: #ffffff;
}
.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
}
.footer-links li, .footer-contact li {
    margin-bottom: 10px;
    color: #ffffff;
}
.footer-links a, .footer-contact a {
    color: #d6d5d5;
    text-decoration: none;
}
.footer-links a:hover, .footer-contact a:hover {
    color: #f7bf09;
}
.footer-social a {
    display: inline-block;
    margin-right: 10px;
    color: #d6d6d6;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #d6d6d6;
    display: inline-flex;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.footer-social a:hover {
  color: #f7bf09;
}
.footer-bottom {
    border-top: 1px solid #11254a;
    padding-top: 15px;
    margin-top: 40px;
    font-size: 14px;
    color: #999;
}
.footerLogo img {
    width: 100px;
    margin-bottom: 15px;
}
.footer-social a:hover {
    background: #f7bf09;
    color: #fff;
}
.footer2 .footer-icon-box-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 115px;
}

.mobile-nav-icon-wrap {
    display: none;
    gap: 10px;
}

/* // langusge css */
        .header-buttons.laguage-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-buttons.laguage-wrap > a.nav-link.dropdown-toggle {
    border: 2px solid #f7bf09;
    padding: 8px 20px;
    border-radius: 4px;
}

.header-buttons.laguage-wrap > a.nav-link.dropdown-toggle img {
    height: 25px;
    width: 25px;
}

.header-buttons.laguage-wrap > a.nav-link.dropdown-toggle span {
    color: #ffffff;
    margin-left: 10px;
}

.header-buttons.laguage-wrap > a.nav-link.dropdown-toggle::after {
    border-top: .3em solid #f7bf09;
}
.sticky .header-buttons.laguage-wrap > a.nav-link.dropdown-toggle span{
    color: #000
}


/* // langusge css */

@media (max-width: 767px) {
    .mobile-nav-icon-wrap {
    display: flex;
}
.mobile-nav-icon-wrap .header-buttons.laguage-wrap > a.nav-link.dropdown-toggle span {
    color: #000;
        margin-left: 4px;
}
.header-buttons.laguage-wrap > a.nav-link.dropdown-toggle img {
    height: 20px;
    width: 20px;
}
.header-buttons.laguage-wrap > a.nav-link.dropdown-toggle {
    padding: 3px 8px;
}
  .footer-top .col-sm-6 {
    margin-bottom: 30px;
  }
  .footer2 .footer-icon-box-all .footer-icon-box .headding p {
    font-size: 15px !important;
}
.footer2 .footer-icon-box-all .footer-icon-box .icon img {
    width: 25px !important;
}
.footer-icon-box-all .footer-icon-box:first-child {
    padding-top: 0 !important;
}
.footer2 .footer-icon-box-all {
     padding: 20px 15px !important;

}
}

 @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: 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: 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: 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;
        }
}





