.header .logo img {
    max-height: 80px;
    margin-right: 8px;
}

/* .light-background {
    --background-color: #0f58ff !important;
    --surface-color: #ffffff;
} */

.light-background {
    --background-color: #992a8d !important;
    --surface-color: #ffffff;
}

.clients_new {
    padding: 8px 0;
}

.scroll-top {   
    background-color: #992a8d;   
}



.header .btn-getstarted, .header .btn-getstarted:focus {
    color: var(--contrast-color);
    background: #992a8d;
    font-size: 14px;
    padding: 8px 25px;
    margin: 0 0 0 30px;
    border-radius: 50px;
    transition: 0.3s;
}


.scroll-top:hover {
    background-color: #e2acdd;
}

.about_m{
    margin-top: 50px;
    margin-bottom: 50px;
}


.section-title h2:before, .section-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #992a8d;
    display: inline-block;
}



.header .btn-getstarted:hover, .header .btn-getstarted:focus:hover {
    color: var(--contrast-color);
    background: 
    color-mix(in srgb, var(--accent-color), transparent 15%);
}

.btn-get-started {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 36px;
    border-radius: 50px;
    transition: 0.3s;
    border: 2px solid #992a8d !important;
    color: #992a8d !important;
}

.btn-get-started:hover {
    color: #ffffff !important;
    background: #992a8d !important;
}


.hero{
    background: url(../img/v2/Home_banner_base.jpg) center center no-repeat;
    background-size: cover;
}

.hero-m{
    background: url('') center center no-repeat;
    background-size: cover;
}

.pad-lft{
    padding-left: 57px;
}


.error {
    color: #ef8080;
    font-size: 13px;
}


.error_input {
    border-color: #f6c4c4 !important;
    color: red !important;
    background: #ffeded !important;
}

.success_input {
    border-color: #c4f0c4 !important;
    color: #6c757d !important;
    background: #e2f9e2 !important;
}


.php-email-form .error-message {
    display: none;
    background: #f54c5d;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    /* font-weight: 600; */
}


.services .service-item {
   
    width: 100%;
}


.hero-about {
    width: 100%;
    min-height: 40vh;    
    padding: 20px 0 0px 0;
}

.bg-primary {
    background-color: #992a8d !important;
}


.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}

.pricing .featured-bottom {
    /* border-top-color: var(--accent-color); */
    border-bottom: 5px solid var(--accent-color);
}


.pricing h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 26px;
    /* text-align: center; */
}

.mission-p{
    font-size: 20px;
    font-weight: 300;
}

.footer_ab{
    font-size: 20px;
    padding-right: 0;
    font-weight: 300;
}


.hero p {    
    font-weight: 300;
}


.text-black {
    color: #000 !important;
}

.footere_text{
    color: #444444;
    text-decoration: none;
    text-align: left;
    padding-left: 0;
}

.footere_text:hover{
    color: #992a8d;
}

.footer{
    /* box-shadow: none !important;
    padding: 0 !important; */

    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    padding: 16px 0;
    position: relative;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 7px solid #260738;
}

.footerup .btn.btn-link::before {
    position: relative;
    content: "\F135";
    font-family: "bootstrap-icons";
    font-weight: 900;
    margin-right: 10px;    
}


/* *, *::before, *::after {
    box-sizing: border-box;
} */


/* .footer .btn .btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5) !important;
    font-weight: normal;
    transition: .3s;
}

.footer .btn .btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.btn-link {
    font-weight: 400;
    color: #1363c6;
    text-decoration: none;
} */


.about-hero-header {
    margin-top: -75px;
    background: url(../img/v2/About_Banner.jpg) center center no-repeat;
    background-size: cover;
}

.light-background-testi {
    /* --background-color: #992a8d !important; */
    background: url(../img/v2/base_Testimonials.jpg) center center no-repeat;
    --surface-color: #ffffff;
    background-size: cover;
}

.testimonial h2 , .testimonial p{
    color:#fff;
}

.testimonial h2:before, .testimonial h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    display: inline-block;
}


.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 1;
    border: 1px solid #fff;
}

.mrgimbottom{
    margin-bottom: 160px;
}


.about .content p {
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 14px;
    font-weight: 300;
}

.section-title {
    text-align: center;
    padding-bottom: 80px;
    position: relative;
    padding-top: 25px;
}

#about{
    margin-top: 20px;
}


.section-title p {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 200;
}


.testimonials .testimonial-item .testimonial-img {   
    border: 2px solid var(--background-color);
}

.services .service-item p {
    line-height: 27px;
    font-size: 18px;
    margin: 10px 0 0 0;
    font-weight: 300;
}


.f_icon{
    width: 37%;
    margin-right: 10px;
}

.f_icon_s {
    width: 23%;
    margin-right: 13px;
}

.process_m{
    margin-top: 35px;
}

/* img{
    width: auto !important;
} */

.hero-about {
    width: 100%;
    min-height: 24vh;
    padding: 20px 0 0px 0;
}

/* section, .section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 30px 0;
    scroll-margin-top: 90px;
    overflow: clip;
} */



@media (min-width: 1200px) {
    .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
        color: #992a8d;
    }
}