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

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

.light-background {
    --background-color: #38449c !important;
    --surface-color: #ffffff;
}

.clients_new {
    padding: 8px 0;
}

.scroll-top {   
    background-color: #38449c;   
}



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


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

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


.section-title h2:before, .section-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #38449c;
    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 #38449c !important;
    color: #38449c !important; */
}

/* 
.btn-get-started:hover {
    color: #ffffff !important;
    background: #38449c !important;
} */


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

.hero h1 {    
    color: #ffffff;
}

.hero p {    
    color: #ffffff;
    margin-bottom: 40px;
}

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


.feature_bg{
    background: url(../img/Footer_Banner.jpg) center center no-repeat;
    background-size: cover;
}

.feature_bg .content_section {
    background: #12174d;
    color: #fff;
}

.feature_bg .content_section h2, .feature_bg .content_section p {
    color: #fff;
}


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

.engagement_f_bt{
    padding-bottom: 160px;
}


.feature_bg .element_details {
    background: #171d5d;
    /* border: 2px solid #307892; */
    background-color: #171d5d;
    opacity: 0.90;
    color: #fff;
    padding: 2rem;    
}

.features .nav-link i{
    background: #2f3778 !important;
    opacity: 0.90;
    color: #fff !important;
    border: 1px solid #344288;
    /* box-shadow: 0 0 4px #2f3778 !important; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), 0 0 6px #2f3778, 0 0 6px rgba(255, 255, 255, 0.4) !important;
}


.feature_bg .element_details li  h4, .feature_bg .element_details li  p{
    color: #fff;
    /* font-weight: 600;
    font-size: 24px; */
}

.feature_bg .section-title {
    padding-bottom: 39px !important;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #202265;
}


.features .nav-link:hover {
    /* background: color-mix(in srgb, #202265, transparent 0%); */
    background-color: #202265 !important;
}



.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: #38449c !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: #38449c;
}

.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: 0px solid #12174d;
}

.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: #38449c !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;
}

.more-features .features-image img {
    /* position: absolute; */
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 15px;
}


.more-features .icon-box h4 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
}

.more-features .icon-box {
    margin-top: 44px;
}

.more-features .icon-box i {
    color: var(--accent-color);
    margin-right: 15px;
    font-size: 24px;
    line-height: 1.2;
}

.more-features .icon-box p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}


.features .tab-pane img {
    border-radius: 15px;
}


.features .nav-item {
    width: 100%;
    margin-bottom: 15px;
}

.features .nav-link {
    color: var(--heading-color);
    border: 0;
    padding: 30px;
    transition: 0.3s;
    border-radius: 10px;
    display: flex;
    cursor: pointer;
}


.features .nav-link i {
    background-color: var(--surface-color);
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    width: 48px;
    height: 48px;
    font-size: 22px;
    flex-shrink: 0;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.features .nav-link h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
    transition: 0.3s;
}

.features .nav-link p {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.features .nav-link:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 96%);
}


.hero .btn-get-started{
    color: #fff;
    background: #11b8c0;
    border-color: #11b8c0;
    padding: 15px 36px;
    font-size: 19px;
}


.hero .btn-get-started:hover {
    color: #ffffff;
    background: #38449c;
    border-color: #38449c;    
}

.about .content .about-btn{
    color: #fff;
    background: #38449c;
}



.about .content .about-btn:hover{
   color: #ffffff;
    background: #11b8c0;
    border-color: #11b8c0;
}



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