.home-banner{
    min-height: 90vh;
}

.home-banner-control-next, .home-banner-control-prev {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    padding: 10px;
}

.home-banner-control-next:hover, .home-banner-control-prev:hover {
    color: #fff;
    /* background: #008D9A; */
    opacity: .5;
    transition: opacity .5s ease-in-out;
}

.home-banner-control-next {
    margin-left: .5rem;
}

.home-banner-control-prev {
    margin-right: .5rem;
}

.home-banner-controls {
    position: absolute;
    left: 0px;
    bottom: -1px;
    display: flex;
    width: fit-content;
    background: #fff;
    padding: 1rem;
}

.home-banner-video {
    max-height: 70vh;
    overflow: hidden;
}

/* .footer::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #02963E;
} */

.pefi-banner {
    background-color: #0C2622;
    height: 675px;
    /* display: flex;
    align-items: center; */
    padding-top: 100px;
    position: relative;
    background-image: url('/static/assets/imgs/expertise/shape_nate_7 1.svg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.pefi-pages-banner {
    background-color: #0C2622;
    height: 575px;
    /* display: flex;
    align-items: center; */
    padding-top: 100px;
    position: relative;
    background-image: url('/static/assets/imgs/expertise/shape_nate_7 1.svg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-card {
    /* padding: 30px 30px 10px 30px; */
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom-left-radius: 0.8rem !important;
    border-top-left-radius: 0.8rem !important;
    border-bottom-right-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important;
    /* width: 85%; */
    width: 430px;
    /* margin-bottom: -10%; */
}

.banner-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    height: 600px;
    margin-right: -1000px;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-card-wrapper {
    margin-bottom: -32px;
}

@media (min-width: 987.98px) and (max-width: 1199.98px) {
    .banner-card {
        margin-bottom: 9%;
    }
}
@media (min-width: 1400px) {
    .banner-card {
        /* margin-bottom: -6%; */
    }
    .banner-card-wrapper {
        margin-bottom: -84px;
    }
}

.banner-card-wrapper {
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.banner-card-title {
    font-family: Titillium;
    font-size: 16px;
    font-weight: 700;
    /* color: #000000; */
    color: #FFFFFF;
}

.banner-card-text {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
    /* color: #000000; */
    color: #FFFFFF;
}

.read-link {
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    background-color: #FFFFFF;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.carousel-container {
    margin-right: -400px;
}

.image-banner {
    margin-bottom: 120px;
}

.banner-image-wrapper {
    margin-top: calc(-15.5% + 34px);
    /* margin-top: -23.5%; */
    position: relative;
    z-index: 1;
}

.banner-bg-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.banner-title {
    position: relative;
    color: white;
    font-size: 50px;
    font-weight: 700;
    font-family: Titillium;
    letter-spacing: 2px;
    width: fit-content;
    padding-right: 30px;
    text-transform: uppercase;
}

.banner-subtitle {
    color: white;
    font-size: 35px;
    font-weight: 500;
    font-family: Titillium;
}

.banner-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: #FFFFFF;
    line-height: 25px;
}

.banner-title::after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 7px solid #02963E;
    border-right: 7px solid #02963E;
}

.green-title {
    color: #02963E;
    font-family: Titillium;
    font-weight: 600;
    font-size: 16px;
}

.section-title {
    position: relative;
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    font-family: Titillium;
    letter-spacing: 2px;
    width: fit-content;
}

.section-title-center {
    position: relative;
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    font-family: Titillium;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-text {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
    color: #5E676A;
}

.section-2-left img {
    max-height: 400px;
}

.section-2-container .col-lg-6 {
    padding-top: 60px;
    padding-bottom: 60px;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.section-presentation {
    position: relative;
}

.section-presentation hr {
    margin: 0 !important;
}

.section-actualites {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(/static/assets/imgs/map\ copy\ 1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.home-section-project {
    padding: 50px;
    border-radius: 15px;
    background-image: linear-gradient(rgba(12, 38, 34, 0), rgba(12, 38, 34, 1)), url(/static/assets/imgs/project-bg.png);
    height: 490px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: end;
}

.home-section-project-title {
    color: white;
    font-size: 35px;
    font-weight: 600;
    font-family: Titillium;
    letter-spacing: 2px;
}

.section-skyblue-bg-img .subsection-1, 
.section-skyblue-bg-img .home-section-project-wrapper {
    padding-top: 150px;
}

@media(max-width: 423.98px) {
    .section-skyblue-bg-img .subsection-1, 
    .section-skyblue-bg-img .home-section-project-wrapper {
        padding-top: 50px;
    }
}

@media(min-width: 424px) and (max-width: 764.98px) {
    .section-skyblue-bg-img .subsection-1, 
    .section-skyblue-bg-img .home-section-project-wrapper {
        padding-top: 100px;
    }
}

.no-skyblue .home-section-project-wrapper {
    margin-top: 100px;
    /* margin-bottom: 100px; */
}

.home-section-project-wrapper {
    /* margin-bottom: 200px; */
}

@media (max-width: 765.98px) {
    .no-skyblue .home-section-project-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .image-banner {
        margin-bottom: 120px;
        margin-top: 40px;
    }
}

.section-services {
    background-color: #0C2622;
    background-image: url(/static/assets/imgs/demo-corporate-bg-01\ 1.png);
    min-height: 490px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* .item {
    height: 100px;
    width: 100px;
    background-color: #FFFFFF;
    color: fuchsia;
} */
.item h1 {
    color:  fuchsia;
}

.card-columns {
    column-count: 3;
}

a {
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 992px) {

    .banner-image-wrapper {
        max-height: 300px;
        margin-top: -110px;
    }

    .card-columns {
        column-count: 2;
    }

    .section-services {
        background-color: #0C2622;
        background-image: url(/static/assets/imgs/demo-corporate-bg-01\ 1.png);
        min-height: 490px;
        background-repeat: no-repeat;
        background-position: left;
        background-size: contain;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-skyblue .subsection-1, 
    .section-skyblue .home-section-project-wrapper {
        padding-top: 100px;
    }

    .section-skyblue {
        padding-bottom: 100px !important;
    }

    .section-actualites {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

.card-columns .card {
    margin-bottom: 1.25rem;
    border-radius: 15px;
    background-image: linear-gradient(rgba(239, 248, 246, 0.6), rgba(239, 248, 246, 0.6));
}

.card-columns .card img {
    border-radius: inherit;
}

.card-img-overlay {
    background: rgba(12, 38, 34, 0.5);
    border-radius: inherit;
}

.card-img-overlay-2 {
    background: rgba(12, 38, 34, 0.3);
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
}

.card-date {
    font-family: Titillium;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    color: #FFFFFF;
    line-height: 20px;
}

.card-description {
    font-family: Titillium;
    font-weight: 400;
    font-size: 22px;
    font-style: normal;
    color: #FFFFFF;
    line-height: 25px;
}

.limited-texts {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    max-width: 250px;
    max-height: calc(1em* 3);
}

.card {
    /* width: fit-content; */
    border-radius: 15px;
}

.card-services {
    overflow: hidden;
    border: none;
    height: 409px;
    width: 347px;
}

.card-services .card-img {
    width: 300px;
    border-radius: inherit;
}

/* .owl-item {
    width: fit-content !important;
}
.item {
    width: fit-content;
} */

.see-more {
    font-family: Titillium;
    font-size: 16px;
    color: #FFFFFF;
}

.see-more-button img {
    width: unset !important;
}

.see-more-2 {
    font-family: Titillium;
    font-size: 16px;
    color: #000000;
}

.see-more-2-button img {
    width: unset !important;
}

/* .section-presentation .container::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    border-top: 3px solid #02963E;
} */

.green-line {
    height: 2px;
    background-color: #02963E !important;
}

.stat-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 15px;
    padding: 50px;
}

.stats-title {
    position: relative;
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    font-family: Titillium;
    letter-spacing: 2px;
}

.section-skyblue-bg-img {
    background-color: rgba(239, 248, 246, 0.6);
    background-image: linear-gradient(rgba(239, 248, 246, 0.6), rgba(255, 255, 255, 1)), url(/static/assets/imgs/map\ copy\ 1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 50px;
}

.h-80-vh{
    min-height: 80vh;
}

.h-60-vh{
    min-height: 70vh;
}

.desktop-options a[role="button"]  {
    /* display: none; */
}

.banner-item-container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

.carousel-item-text-container {
    background: #000;
    width: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    padding: 100px;

    border-bottom-left-radius: 100px;
}

.overflow-inherit {
    overflow: inherit !important;
}

.carousel-item-text-service {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #008D9A;
}

.carousel-item-text-title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 45px;
    font-style: normal;
    line-height: 60px;
    color: #FFFFFF;
}

.read-more-bg {
    text-decoration: none;
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #FFFFFF;
}

.read-more-bg:hover {
    color: #008D9A;
}

.read-more-bg>span::before {
    content: ' ';
    display: inline-block;
    background: #505050;
    width: 20px;
    height: 14px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}

.read-more-bg>span {
    position: relative;
    
}

.home-our-mission {
    background: #F2F5F7;
    padding: 200px 0px 0px 0px;
    text-align: center;
}


.our-mission-title {
    font-family: Titillium;
    font-weight: 800;
    font-size: 40px;
    font-style: normal;
    line-height: 32px;
    color: #000000;
}

.our-mission-subtitle {
    font-family: Titillium;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: #444444;
    line-height: 33px;
}

.our-mission-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: #444444;
    line-height: 33px;
}

.our-mission-text-line {
    font-family: Titillium;
    font-weight: 800;
    font-size: 16px;
    font-style: normal;
    color: #444444;
    line-height: 33px;
}

.text-line::before {
    display: inline-block;
    content: '';
    width: 100px;
    border-top: 1px solid #444444;
    margin-right: 10px;
    margin-bottom: 4px;
}

.home-our-mission-item {
    padding-top: 100px;
}

.home-our-mission-item-left {
    background: #008D9A;
    padding: 150px;
    text-align: left;
    padding-right: 100px;
    padding-left: 150px;
}

.home-our-mission-item-left-about {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #E5E5E5;
}

.home-our-mission-item-left-title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    line-height: 32px;
    font-style: normal;
    color: #fff;
}

.home-our-mission-item-left-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #E5E5E5;
}
/* If default button is black */
.read-more-lines {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14;
    font-style: normal;
    color: #fff;
    padding: .6rem 1rem;
    background: #000;
    margin-top: 2rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
    min-height: 32px;
    transition: all .8s ease;

    border-bottom-right-radius: 1rem;

}

.read-more-lines:hover {
    color: #fff;
    background: #008D9A;
    text-decoration: none;
}

.read-more-lines::after {
    content: ' ';
    height: 100%;
    border-right: 1px solid #000;
    position: absolute;
    right: -5px;
    bottom: -10px;
    transition: all 0.8s ease;
}

.read-more-lines:hover:after {
    content: ' ';
    height: 100%;
    border-right: 1px solid #008D9A;
    position: absolute;
    right: -5px;
    bottom: -10px;
}

.read-more-lines::before {
    content: ' ';
    width: 100%;
    border-bottom: 1px solid #000;
    position: absolute;
    right: -10px;
    bottom: -5px;
    transition: all 0.8s ease;
}

.read-more-lines:hover::before {
    content: ' ';
    width: 100%;
    border-bottom: 1px solid #008D9A ;
    position: absolute;
    right: -10px;
    bottom: -5px;
}

/* if default button is green  */

.read-more-green-lines {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14;
    font-style: normal;
    color: #fff;
    padding: .6rem 1rem;
    background: #008D9A;
    margin-top: 2rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
    min-height: 32px;
    transition: all .8s ease;

    border-bottom-right-radius: 1rem;

}

.read-more-green-lines:hover {
    color: #008D9A;
    background: #fff;
    text-decoration: none;
}

.read-more-green-lines::after {
    content: ' ';
    height: 100%;
    border-right: 1px solid #008D9A;
    position: absolute;
    right: -5px;
    bottom: -10px;
    transition: all 0.8s ease;
}

.read-more-green-lines:hover:after {
    content: ' ';
    height: 100%;
    border-right: 1px solid #fff;
    position: absolute;
    right: -5px;
    bottom: -10px;
}

.read-more-green-lines::before {
    content: ' ';
    width: 100%;
    border-bottom: 1px solid #008D9A;
    position: absolute;
    right: -10px;
    bottom: -5px;
    transition: all 0.8s ease;
}

.read-more-green-lines:hover::before {
    content: ' ';
    width: 100%;
    border-bottom: 1px solid #fff ;
    position: absolute;
    right: -10px;
    bottom: -5px;
}

.read-more-white-lines {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14;
    font-style: normal;
    color: #008D9A;
    padding: .6rem 1rem;
    background: #fff;
    margin-top: 2rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
    min-height: 32px;
    transition: all 0.8s ease;

}

.read-more-white-lines:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
    background: #000;

}

.read-more-white-lines::after {
    content: ' ';
    height: 100%;
    border-right: 1px solid #fff;
    position: absolute;
    right: -5px;
    bottom: -10px;
    transition: all 0.8s ease;
}

.read-more-white-lines::before {
    content: ' ';
    width: 100%;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: -10px;
    bottom: -5px;
    transition: all 0.8s ease;
}

.read-more-white-lines:hover:after {
    content: ' ';
    height: 100%;
    border-right: 1px solid #000;
    position: absolute;
    right: -5px;
    bottom: -10px;
}

.read-more-white-lines:hover:before {
    content: ' ';
    width: 100%;
    border-bottom: 1px solid #000;
    position: absolute;
    right: -10px;
    bottom: -5px;
}


.home-our-mission-item-right-image {
    width: fit-content;
    margin-left: -100px;
    width: fit-content;
    /*! margin-top: 100px; */
    margin-top: auto;
}

.home-our-mission-item-right-bg-white{
    height: 115%;
    background: #FFFFFF;
    width: 150%;
    background: #FFFFFF;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.position-relative {
    position: relative;
}

main{

    overflow: hidden;
}

.home-statistics {
    background: #000;
    padding: 100px;
    text-align: center;
}
.stat-value {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    color: #A19F9F;
}

.stat-label{
    font-family: Titillium;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    color: #fff;
}

.home-stat-1{
    
}

.home-stat-2{
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
}

.home-stat-3{

}

.home-our-groups {
    padding: 100px 0px 0px 0px;
}
.home-our-group-left-side {
    border-top: 5px solid #008D9A;
    padding-top: 50px;
}

.home-our-group-left-side-title {
    font-family: Titillium;
    font-weight: 800;
    font-size: 40px;
    font-style: normal;
    line-height: 32px;
    color: #000000;
}

.home-our-group-left-side-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #444444;
}

.home-our-group-left-side-link {
    border-top: 5px solid #008D9A;
}

.our-groups-car-item-parent {
    background: #fff;
    padding: 100px 0px;
}

.our-groups-car-item {
    background: #F2F5F7;
}

.home-our-group-item-text-container {
    padding: 50px;
}

.home-our-group-item-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 30px;
    font-style: normal;
    line-height: 32px;
    color: #444444;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.home-our-group-item-title>span {
    font-family: Titillium;
    font-weight: 700;
    font-size: 100px;
    font-style: normal;
    line-height: 32px;
    color: #D9DDDE;
    position: absolute;
    left: -40px;
    z-index: -1;
}

.home-our-group-item-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 13px;
    font-style: normal;
    line-height: 32px;
    color: #444444;
}


.home-our-group-banner-control-next, .home-our-group-banner-control-prev {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

.home-our-group-banner-control-next {
    border-left: 1px solid #E0E2E3;
    padding: 1rem;
}

.home-our-group-banner-control-prev:hover, .home-our-group-banner-control-next:hover {
    opacity: .6;
}

.home-our-group-banner-controls {
    position: absolute;
    right: 0px;
    top: 0;
    display: flex;
    width: fit-content;
    background: #fff;
    border: 1px solid #E0E2E3;
}

.home-our-group-carr-image {
    transform: translateY(calc(-100px));
}

.home-our-group-left-link {
    padding: .7rem 1rem;
    color: #008D9A;
    border: 1px solid #E0E2E3;
    text-decoration: none;
    border-bottom-right-radius: 1rem;
}

.home-our-group-left-link:hover {
    padding: .7rem 1rem;
    color: #008D9A;
    border: 1px solid #000;
    text-decoration: none;
    opacity: .8;
}

.home-our-group-left-link::after {
    content: ' ';
    width: 40px;
    height: 16px;
    background-image: url(/static/assets/imgs/next.png);
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 13px;
    top: 2px;
    position: relative;
}

/* Careers style */

.home-our-careers {
    background: #008D9A;
    padding: 70px 0px;
}

.latest-jobs {
    background: #016E79;
    padding: 50px;
    margin-right: -70px;
    bottom: -50px;
    z-index: 4;
    position: relative;
}
.job-image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    text-align: center;
}

.latest-job-career-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #DFDFDF;
}

.latest-job-title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
}

.job-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
}

.job-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 13px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
}

.read-more-green-bg{
    font-family: Titillium;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.read-more-green-bg:hover{
    color: #008D9A;
}

.read-more-green-bg> span::before {
    content: ' ';
    display: inline-block;
    background: #008D9A;
    width: 20px;
    height: 14px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
    left: -2px;
}

.read-more-green-bg > span {
    position: relative;
    z-index: 1;
}

/* Arround the world title */

.arround-the-world{
    padding: 70px 0px;
}
.arround-world-title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    line-height: 52px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.arround-world-text {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #444444;
    text-decoration: none;
    position: relative;
}

.arround-world-dots > span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: #008D9A;
    margin: 4px;
}

/* Our blog css */

.our-blog {
    padding: 70px 0px;
    background: #F2F5F7;
}

.text-our-blog {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #008D9A;
    position: relative;
}

.our-blog-title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
    color: #000;
    position: relative;
}


.new-card-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 21px;
    font-style: normal;
    line-height: 32px;
    color: #000;
    position: relative;
    
    /* limit text lines */
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

.new-card-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #444444;
    position: relative;
    /* limit text lines */
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.new-card-date {
    font-family: Titillium;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    line-height: 32px;
    color: #008D9A;
    position: relative;
}

.new-card {
    border: none;
    border-radius: 0px;
    text-decoration: none;
    background-color: transparent;
}

.new-card-body {
    padding: 32px;
}

.radius-0 {
    border-radius: 0px;
}

/* contact-us section styles */

.contact-us {
    padding: 70px 0px 150px 0px;
    margin: 100px 0px;
}

.pefi-contact-banner {
    background-color: #0C2622;
    height: 450px;
    padding-top: 100px;
    position: relative;
    background-image: url('/static/assets/imgs/expertise/shape_nate_7 1.svg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.get-in-touch-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #444444;
    position: relative;
}

.contact-addresses-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #878787;
    position: relative;
}

.pr-2 {
    padding-right: 2rem;
}

/* .get-in-touch-form-input {} */

.get-in-touch-form-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #C2C2C2;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0px;
  font-family: Titillium;
}

.get-in-touch-form-input:focus,
.get-in-touch-form-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* Responsive design */

@media only screen and (max-width: 768px) {
    .home-our-mission-item-left{
        background: #008D9A;
        padding: 70px;
        text-align: left;
        padding-right: 100px;
    }
    .carousel-item-text-container{
        padding: 18px;
    }
    
}

@media only screen and (max-width: 580px) {
    .home-stat-2 {
        border: 0px;
    }

    .blog-left-img {
        height: 225px;
    }
    .blog-left-img > img {
        height: auto;
        width: 100%;
    }
    .col-md-1 > img {
        padding-left: 1rem;
    }
    .carousel-item-text-container{
        width: 80%;
    }
    .h-80-vh {
        min-height: 50vh;
    }

    .h-60-vh {
        min-height: 50vh;
    }

    .home-banner {
        min-height: 50vh;
    }
    .home-our-mission-item-left {
        padding-left: 1rem;
    }
}



.carousel-item-text-container {
    background-image: url(/static/assets/imgs/logo-dark.png);
    background-repeat: no-repeat;
}


.arround-the-world .container .ref .image {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: auto;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 2rem;
}

.arround-the-world .container .ref .titles {
    font-family: Titillium;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
}

.arround-the-world .container .ref .descr {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    color: #fff;
}
.arround-the-world .container .ref {
    padding: 2rem;
}

.credit-simulator {
    margin-top: 100px;
}

.credit-simulator .right-side {
    background-color: #0C2622;
    border-radius: 15px;
}

.right-side .libele {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
    color: #D7E4E4;
}

.right-side .montant {
    font-family: Titillium;
    font-size: 18px;
    font-weight: 600;
    color: #D7E4E4;
}

.contact-banner-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    color: #FFFFFF;
    line-height: 25px;
}

.accordion-button:not(.collapsed) {
    font-family: Titillium;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: rgba(2, 150, 62, 1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button {
    font-family: Titillium;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.faq {
    background-color: #0C2622;
    height: 600px;
    padding-top: 30px;
    position: relative;
    background-image: url('/static/assets/imgs/expertise/shape_nate_7 1.svg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 120px 0px 250px;
}

@media (max-width: 992px) {
    .faq {
        min-height: 600px !important;
        height: fit-content;
    }
}

.floating-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -100px;
    right: 50%;
    border-radius: 80px;
    padding: 12px 12px 10px;
    box-shadow: rgba(19, 16, 34, 0.1) 0px 4.8px 24.4px -6px, rgba(19, 16, 34, 0.06) 0px 4px 13px -2px;
    width: 268px;
    background-color: rgba(2, 150, 62, .125);
    /* animation: floating 2s linear 0s infinite alternate none; */
    transform: translateX(50%);
}

@keyframes floating {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.accordion .accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
}
.accordion .accordion-header, .accordion .accordion-button {
    border-radius: 5px;
    /* border: 1px solid rgba(0,0,0,0.1); */
}

.accordion .accordion-button:not(.collapsed) {
    border: 5px;
}

.accordion-container {
    padding: 40px 40px 57px;
    background-color: #fff;
    border-radius: 5px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-text {
    font-family: Titillium;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    /* color: #FFFFFF; */
}

.accordion .accordion-button::after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: rgba(2, 150, 62, 1);
    background-image: url(/static/assets/imgs/white-double-haut-50.png);
    background-position: center;
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(/static/assets/imgs/double-haut-50.png);
    background-position: center;
    background-repeat: no-repeat;
}
.counter-element {
    background-color: #fff;
    border-radius: 10px;
    padding: 16px 21px;
    width: fit-content;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.counter-icon {
    background-color: #02963E;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-content {
    display: flex;
    flex-direction: column;
}

.counter-content .number {
    font-family: Titillium;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.counter-content .label {
    font-family: Titillium;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.faq-title {
    text-transform: uppercase;
    color: #fff;
    font-family: Titillium;
    font-weight: 600;
}

.faq-description {
    color: #fff;
    font-family: Titillium;
    font-weight: 400;
}

/* .left-top {
    margin-bottom: 30px;
} */

.partner-item{
    background-size: contain;
    background-position: center;
    height: 200px;
    background-repeat: no-repeat;
}


.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.ellipsis-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ellipsis-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-clamp: 2;
    --webkit-line-clamp: 2;
}

.limited-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    max-height: calc(1.2em* 3);
}

.limited-text-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: calc(1.2em* 3);
}

.faq .floating-counter {
    display: none !important;
}

.presentation-partners {
    padding: 70px 0px 0;
}

.presentation-partners .owl-stage-outer {
	padding-top: 0;
}

#carousel-partners .owl-nav {
	display: none !important;
}