.header { 
    background: linear-gradient(257.67deg, #21a5b1 46.16%, #0e9bdf 95.13%);
    padding: 8px 0; 
}
.index-page.scrolled .header {
    --background-color: linear-gradient(257.67deg, #21a5b1 46.16%, #0e9bdf 95.13%);
}
.hero{
    background: url('images/hero-bg.png'), linear-gradient(202.03deg, #78abe9 35.27%, #df8931 66.9%, #c55925 90.13%);
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 0 0 47px 0;
} 
.hero p{
    color: #fff;
}
h1.hero-title{
    font-size: 28px;
}
main{
    margin-top: 76px;
    min-height: calc(100vh - 204px);
    background: #f2f5fa;
}
.header .btn-getstarted{
    font-weight: 600;
    background: #fff;
    border: 8px solid #7ac9d0;
    color: #2c313a;
}
.navmenu a, .navmenu a:focus { 
    font-weight: 600;  
}
.footer {
    background: #0a2540 !important; 
    color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: 90px; 
}
section, .section{ 
    background-color: #f2f5fa;
}
.faq {
    background: url('images/section_bg1.png'), url('images/section_bg2.png'), linear-gradient(145.18deg, #0d76cf 27.92%, #f17015 90.07%); 
    background-position: 100% 0, 0 100%, 50%;
    background-repeat: no-repeat;
    background-size: 20rem, 20rem, contain;
    padding: 3rem 0;
}
.testimonials .testimonial-item{
    background: linear-gradient(224.06deg, #8ec8f8 1.12%, #def3f5 98.65%);
}
.testimonials h2, .light-background .section-title h2,
.profile h3{
    color: #242424;
}
.container, .container-fluid, .container-xl{
    max-width: 1200px;
}
.light-background .section-title h2:after{ 
    background: #242424;
}
.faq .faq-container .faq-active{
    background: #f2f5fa; 
}
.faq .faq-container .faq-active .faq-toggle,
.faq .faq-container .faq-active h3, .faq .faq-container .faq-item h3:hover,
.faq .faq-container .faq-item *{ 
  color: #2c313a;
}
.client_bg{
    background: #5a7cfd;
    border-radius: 24px;
    margin-top: -68px;
    padding: 1rem;
    position: relative;
    z-index: 99;
    display: flex;
    min-height: 92px;
    justify-content: center;
    align-items: center;
}
.client_bg > div{
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    flex-wrap: nowrap;
}
@media(max-width: 768px){
    .client_bg > div{
        align-items: center;
        justify-content: space-evenly;
        gap: 10px;
        flex-wrap: wrap;
    }
    .client_bg > div .client-logo{
        max-width: calc(100% / 3 - (20px / 3));
    }
}
.hero_left{
    padding-left: 5rem;
}
.hero_right{
    padding-right: 5rem;
    max-width: 50%;
}
@media(max-width: 767px){
    .hero{
        position: relative;
        display: flex;
        align-items: end;
    } 
    .hero_left{
        padding-left: 0;
        padding-bottom: 20px;
        position: relative;
        min-height: 186px;
        z-index: 2;
    }
    .hero_right{
        padding-right: 0;
        position: absolute;
        bottom: 0;
        right: 0; 
        z-index: 1;    
        width: 50%;
    } 
    main {
        margin-top: 60px;
    }
    .header .btn-getstarted {
        border: 8px solid #7ac9d0;
        font-size: 12px;
        line-height: 18px;
        padding: .5rem 1.75rem;
    }
    main{ 
        min-height: calc(100vh - 188px);
    }
}
