body{
    background-color: #fff;
}


.bg-dark {
    background: #0000;
    color: #ffff;
}
.profile_text {
    text-align: center;
}
.profile-layout-section {
    padding-top: 100px;
    padding-bottom: 50px;
}
.c-logotypeList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center!important;
    
}
.c-logotypeList_item {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 100px;
    margin: 15px;
}
.row-center {
    justify-content: center!important;
}

.custom-h-w {
    width: 100%;
    height: 100%;
}
.btn-explore {
    color: #fff;    
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 56px;
    padding: 5px 40px;
    background-color: #04677e;
    border-radius: 8px;
    transition: background-color .2s linear;
    margin: 20px 0 0 0;
}
li.none {
    border: 0;
}



.section-top-border h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.s-9 {
    text-align: center;
    font-size: 50px;
}
.bold {
    font-weight: 900;
}

.header-bg {
    background-image: url("../img/cover.jpg");
    border-radius: 10px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 190px!important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}


.header-bg h3 {
    font-size: 40px;
    color: #fff;
    margin: 148px 0 0 71px;
}
.header-bg p {
    
    color: #fff;
    margin: 30px 0 0 71px;
}


.btn-trial-profile {
    color: #fff;
    font-weight: 600;
    
    width: fit-content;
    height: 50px;
    padding: 5px 25px;
    text-transform: uppercase;
    background-color: #04677e;
    border-radius: 8px;
    transition: background-color .2s linear;
}

.btn-login-profile {
    color: #fff;
    font-weight: 600;
    
    width: fit-content;
    height: 50px;
    padding: 5px 25px;
    text-transform: uppercase;
    background-color: #aed6e0;
    border-radius: 8px;
    transition: background-color .2s linear;
}
