body {
    font-family: 'Open Sans', sans-serif !important;
}

.footer {

}

.navbar-brand,
.navbar-brand > img {
    width: 10rem; }


.footer-title {
    margin-bottom: 28px !important;
    color: #636363 !important;
    margin-bottom: 30px!important;
    line-height: 1!important;
    position: relative!important;
}

footer h5:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin-top: 15px;
}

.footer-list-style3 li a:before {
    content: '\f105';
    font-weight: 700;
    font-family: 'Open Sans', sans-serif !important;
    color: #6f6f6f;
    padding-right: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.footer-list-style2 li:first-child {
    padding-top: 0;
}

.footer-list-style2 li {
    list-style-type: none;
    color: #6f6f6f;
    padding: 6px 0;
}

.footer-list-style2 li a {
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6f;
}

.footer-list-style3 li:first-child {
    padding-top: 0;
}

.footer-list-style3 li {
    list-style-type: none;
    color: #6f6f6f;
    padding: 6px 0;
}

.footer-list-style3 li a {
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
}

.footer-list-style3 li a:before {
    content: '';
    font-weight: 700;
    color: #6f6f6f;
    padding-right: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

ul {
    padding-inline-start: 0px !important;
}

.partners-title a {
    color: #6f6f6f;
}

.partners-title a:hover {
    color: black;
}

.pb-40 {
    padding-bottom: 140px;
}

.header-main .navbar-nav > .nav-item > .nav-link {
    font-weight: 100;
    /*text-transform: none;*/
    font-size: 1.2rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar {
    background: white;
    padding: unset;
    height: 9.5rem;
    display: inherit;
    color: rgba(0, 0, 0, 0.9);
}

.first-section {
    padding-top: 9.5rem !important;
    background-color: white;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #3f1536;
}

.header-main .navbar-nav .dropdown-menu {
    border: none;
    border-top: 2px solid #3f1536;
    border-radius: 0;
}

a:hover {
    color: #3f1536 !important;
}

@media (min-width: 992px) {
    .section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}


#kpis_section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}


.navbar-funding {
    float: right;
    height: 100%;
    width: auto;
}

.navbar-row {
    display: block;
}

/*.planv-banner {*/
/*    background-height: 600px;*/
/*    height: 0;*/
/*    background: url("../images/banner1.jpg") no-repeat;*/
/*    background-size: contain;*/
/*    padding-top: 31.5%;*/
/*}*/
/*.planv-banner:hover {*/
/*    background: url("../images/banner2.jpg") no-repeat;*/
/*    background-size: contain;*/
/*    cursor: zoom-in;*/
/*}*/

/*.planv-banner:active {*/
/*    background: url("../images/banner3.jpg") no-repeat;*/
/*    background-size: contain;*/

/*}*/

.planv-banner-omilia {
    height: 0;
    background: url("../images/omilia.png") no-repeat;
    background-size: contain;
    padding-top: 31.5%;
}

.planv-banner-glossa {
    height: 0;
    background: url("../images/glossa.png") no-repeat;
    background-size: contain;
    padding-top: 31.5%;
}

.image-wrap {
    float: right;
    margin: 30px;
    max-width: 40%;
    height: auto;
}

h1, h2, h3, h4, h5 {
    color: #718096;
}

/*.display-4 {
    color: #718096;
}*/

html {
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #718096;
    text-align: left;
    background-color: #fff;
}

.text-purple {
    color: #422244 !important;
}

.text-purple-2 {
    color: #4e3550 !important;
}

.text-green {
    color: #0d686f !important;
}

.text-blue {
    color: #012466 !important;
}

ul li {
    margin-left: 20px;
}

.collapse, .navbar-collapse {
    border-top: 0px !important;
}

#logo-description {
    margin: 1em;
}

#iel-description {
    margin: 1em;
}

/*
.partner-description {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
*/


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 2000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 325px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:active .flip-card-inner{
    transform: rotateY(180deg);
}

/*.flip-card:checked .flip-card-inner {
    transform: rotateY(180deg);
}*/

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    color: white;
}

/* Style the back side */
.flip-card-back {
    transform: rotateY(180deg);
    height: 100%;
}

.icon-planv {
    color: #fff;
    background-color: #62148d; }

a {
    color: #62148d;
}

@media (max-width: 991.98px){
    .header-main .navbar-expand-lg .navbar-collapse {
        background-color: white;
    }
}


.row {
    margin-left: 0px;
    margin-right: 0px;
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1140px; } }

.lead {
    font-size: 1rem;
    font-weight: 400;
}

.partners-title {
    font-size: 28px;
}

.align-items-center {
    align-items: center !important;
    text-align: center;
}

.list-type-01 {
    margin: 0;
    padding: 0;
    list-style: none; }
.list-type-01 li {
    position: relative;
    padding: 5px 0 5px 30px; }
.list-type-01 li:after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 5px;
    left: 6px;
    color: #62148d; }

.list-type-02 {
    margin: 0;
    padding: 0;
    list-style: none; }
.list-type-02 li {
    position: relative;
    padding: 9px 0 9px 35px; }
.list-type-02 li:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 8px;
    left: 0;
    color: #62148d;
    background: rgba(98, 20, 141, 0.24);
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px; }

.list-type-03 {
    margin: 0;
    padding: 0;
    list-style: none; }
.list-type-03 li {
    position: relative;
    padding: 9px 0 9px 35px; }
.list-type-03 li:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 8px;
    left: 0;
    color: #62148d;
    background: rgba(98, 20, 141, 0.08);
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px; }

.section-heading {
    margin-bottom: 6rem;
}

.lead-125 {
    font-size: 1.25rem;
}
