@import url("https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700,700i,900,900i|Open+Sans:300,400,400i,600,600i,700,700i,800,800i");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

.bg-light {
    background-color: #F8F8F8 !important;
}

.btn.btn-primary {
    background: #8D1843 0% 0% no-repeat padding-box;
    border-radius: 22px;
    opacity: 1;
    border: none;
    font: normal normal 600 14px/22px Poppins;
    letter-spacing: 0.56px;
    color: #FFFFFF;
    opacity: 1;
    padding: 12px 36.5px;
}

.navbar {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    padding-top: 0;
    padding-bottom: 25px;
}

.navbar-brand {
    margin-top: 0px;
    height: 65px;
}

.navbar-brand img {
    height: auto;
    margin-top: 13px;
}

.nav-item {
    text-align: center;
    height: 65px;
    margin: 0 5px;
}

.nav-item.active {
    background: #8D1843 0% 0% no-repeat padding-box;
    opacity: 1;
}

.nav-item:hover {
    background: #8D1843 0% 0% no-repeat padding-box;
    opacity: 1;
}

.nav-item:hover .nav-link {
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.nav-item.active .nav-link {
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.nav-link {
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 23px;
    font: normal normal normal 14px/21px Poppins;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #fff !important;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
}


.slider_content {
    position: absolute;
    bottom: 0;
    display: block;
    width: 65%;
}

.slider_content h1 {
    font: normal normal bold 37px/50px Poppins;


    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    text-transform: initial;
}

.slider_content p {
    margin-top: 12px;
    font: normal normal normal 15px/30px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}


@media only screen and (max-width: 767px) {
    .slider_content h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .slider_content p {
        font-size: 17px;
    }
}

.slider_section .container {
    position: relative;
}

.slider_section .line {
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: -66px;
}

.slider_section .btns {
    position: absolute;
    bottom: 0;
    z-index: 999;
    right: -59px;
    margin: 0;
    display: flex;
}

.slider_section .btns button {
    padding: 10px 20px;
    border: none;
    transition: background-color 0.3s ease;
}

.slider_section .btns button:hover {
    background: black;
}

.slider_section .btns button:first-child {
    background: #7B143A 0% 0% no-repeat padding-box;
    opacity: 1;
}

.slider_section .btns button:last-child {
    background: #8D1843 0% 0% no-repeat padding-box;
    opacity: 1;
}

.slider_section .btns button:first-child:hover {
    background: darken(#7B143A, 100%);
}

.slider_section .btns button:last-child:hover {
    background: darken(#8D1843, 100%);
}

.slider_section .btns button:hover {
    background: black;
}

@media screen and (max-width: 991px) {

    .slider_section .btns,
    .slider_section .line {
        display: none;
    }
}

/********/
.slider_section2 {
    margin-bottom: 100px !important;
}

.slider_section2 .container {
    position: relative;
}

.slider_section2 .slider_content {
    background: #8D1843 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 55%;
    position: absolute;
    bottom: -45px;
    z-index: 999;
}

.slider_section2 .slider_content h1 {
    font: normal normal bold 22PX/30px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .slider_section2 .slider_content h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .slider_section2 .slider_content h1 {
        font-size: 18px;
        line-height: 35px;
    }

    .slider_new5 {
        margin-bottom: 0;
    }

    .slider_section2 .btns button {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 425px) {
    .slider_section2 {
        margin-bottom: 120px !important;
    }

    .slider_section2 .slider_content {
        padding: 15px 8px;
        width: 80%;
    }

    .slider_section2 .slider_content h1 {
        font-size: 15px;
        line-height: 30px;
    }

    .slider_new5 {
        margin-bottom: 0;
    }

    .slider_section2 .btns {
        bottom: -90px !important;
        left: 12px;
    }

    .slider_section2 .btns button {
        padding: 10px 20px;
    }
}

.slider_section2 .line {
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: -54px;
}

.slider_section2 .btns {
    position: absolute;
    bottom: -45px;
    z-index: 999;
    right: 12px;
    margin: 0;
}

.btns {
    display: flex;
}

.btns button {
    padding: 10px 20px;
    border: none;
    transition: background-color 0.3s ease;
}

.btns button:hover {
    background: black;
}

.btns button:first-child {
    background: #7B143A 0% 0% no-repeat padding-box;
    opacity: 1;
}

.btns button:last-child {
    background: #8D1843 0% 0% no-repeat padding-box;
    opacity: 1;
}

.btns button:first-child:hover {
    background: darken(#7B143A, 100%);
}

.btns button:last-child:hover {
    background: darken(#8D1843, 100%);
}

.btns button:hover {
    background: black;
}


/*******/

.slider_section3 .single_slider {
    height: 350px;
}

.slider_section3 .slider_content {
    margin-bottom: 20px;
}

.slider_section3 .owl-dots {
    bottom: 10px;
}

/******/


.slider_section4 .single_slider {
    height: 274px;
}

.slider_section4 .slider_content {
    margin-bottom: 20px;
}

.slider_section4 h1 {
    font: normal normal bold 24px/36px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.slider_section4 p {
    font: normal normal normal 15px/30px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}


.slider_section4 .owl-dots {
    display: none;
}

/******/

.welcome-section {
    background-color: #f2f2f2;
    padding: 40px 0;
}

.welcome-section .second .row {
    padding-left: 20px;
}

.welcome-section h2 {
    font: normal normal bold calc(16px + (25 - 16) * ((100vw - 400px) / (1600 - 400))) /normal Poppins;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
}

.welcome-section .tagline {
    font: italic normal 300 16px/normal Poppins;
    letter-spacing: 0px;
    color: #525252;
    opacity: 1;
    margin-bottom: 20px;
}

.welcome-section h3 {
    text-align: left;
    font: normal normal bold 20px/31px Poppins;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    margin-bottom: 10px;
}

.welcome-section .line {
    width: 30px;
    height: 5px;
    margin-bottom: 25px;
}

.welcome-section p {
    letter-spacing: 0px;
    color: #6D6D6D;
    opacity: 1;
}

.image-container {
    position: relative;
    padding-top: 40%;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .bg-white.welcome-section {
        padding: 0;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .image-container {
        height: 600px;
    }
}


@media screen and (max-width: 767px) {
    .welcome-section .second .row {
        padding-left: initial;
    }

    .image-container {
        height: 350px;
    }
}

.about_gallery_section h3 {
    font: normal normal 600 20px/18px Poppins;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.about_gallery_section p {
    text-align: center;
    font: normal normal medium 12px/21px Poppins;
    letter-spacing: 0.6px;
    color: #000000;
    opacity: 0.8;
}

.why_choose_us .container > .row {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* border: 1px solid #8D1843; */
    opacity: 1;
}

.why_choose_us h3 {
    font: normal normal 600 26px/37px Poppins;
    letter-spacing: 0px;
    color: #1A1A1B;
    opacity: 1;
    text-align: center;
}

.why_choose_us .line {
    width: 30px;
    height: 5px;
    margin-bottom: 25px;
    text-align: center;
}

.why_choose_us h4 {
    text-align: center;
    font: normal normal 600 14px/18px Poppins;
    letter-spacing: 0.7px;
    color: #000000;
    opacity: 1;
}

.why_choose_us p {
    text-align: center;
    font: normal normal medium 12px/21px Poppins;
    letter-spacing: 0.6px;
    color: #000000;
    opacity: 0.8;
}


/*******/

.our_services h3 {
    font: normal normal bold 30px/43px Poppins;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
}

.our_services .description {
    font: normal normal normal 20px/24px Poppins;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
}

.card.service-card {
    height: 300px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    box-shadow: 0px 3px 20px #00000015;
    border: none;
}

.card.service-card .card-img-top {
    position: absolute;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.card.service-card .card-body {
    position: absolute;
    left: 0;
    bottom: -2.5px;
    height: 40%;
    width: 85%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card.service-card .card-body .card-title {
    font: normal normal bold 18px/27px Poppins;
    letter-spacing: 0px;
    color: #2A2A2A;
    opacity: 1;
}

.card.service-card .card-body a {
    text-decoration: underline;
    font: normal normal bold 16px/25px Poppins;
    letter-spacing: 0px;
    color: #8D1843;
    opacity: 1;
}

.card.service-card .card-body a i {
    margin-left: 8px;
}

.card.service-card .more {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80%;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000014;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
    padding: 15px 8px;
    display: none;
    overflow: auto;
}

@media (min-width: 992px) {
    .col-lg-5 .card.service-card .more {
        width: 150%;
    }
}

.card.service-card .more a {
    text-decoration: underline;
    font: normal normal bold 16px/25px Poppins;
    letter-spacing: 0px;
    color: #8D1843;
    opacity: 1;
}

.card.service-card .more a i {
    margin-left: 8px;
}

.card.service-card .more h5 {
    font: normal normal bold 16px/25px Poppins;
    letter-spacing: 0px;
    color: #2A2A2A;
    opacity: 1;
}

.card.service-card .more p {
    font: normal normal 500 14px/21px Poppins;
    letter-spacing: 0px;
    color: #2A2A2A;
}

.card.service-card .btn-container {
    position: absolute;
    right: 0;
    padding: 15px;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #8d1843;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    transition: background-color 0.3s ease;
}

.download-btn .icon-container {
    background-color: black;
    padding: 13px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-top: 0;
}

.download-btn .text {
    font: normal normal bold 12px/22px Poppins;
    letter-spacing: 0.48px;
    color: #E8E8E8;
    text-transform: uppercase;
    opacity: 1;
    padding: 8.5px 18px;
}

.download-btn:hover {
    background-color: #a02259;
    text-decoration: none;
    color: white;
}

.download-btn:hover .icon-container {
    background-color: #333;
}


.card.service-card .btn-container button .text {
    background: #8D1843 0% 0% no-repeat padding-box;
    opacity: 1;
}

.view_ours_catalogue {
    background: #8D1843 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 35px 10px;
}

.view_ours_catalogue a {
    font: normal normal normal 30px/44px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.view_ours_catalogue a img {
    margin-left: 10px;
}

.view_ours_catalogue button {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 21px;
    opacity: 1;
    font: normal normal 600 16px/29px Poppins;
    letter-spacing: 0px;
    color: #8D1843;
    opacity: 1;
    border: none;
    padding: 5px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.view_ours_catalogue button:hover {
    background-color: #8D1843;
    color: #FFFFFF;
    border-bottom: 1px solid white;
}

/*******/

.team-section {
    background: #f9f9f9;
}

.team-section .section-title {
    font: normal normal bold 30px/43px Poppins;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
}

.team-member {
    margin-bottom: 2rem;
}

.team-card {
    margin: 20px 0;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.img-container {
    position: relative;
    width: 120px;
    height: 120px;
    margin: -60px auto 10px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.profile-img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-title {
    font: normal normal normal 20px/26px Roboto;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.card-text {
    text-align: center;
    font: normal normal normal 12px/16px Roboto;
    letter-spacing: 0px;
    color: #999999;
    opacity: 1;
    margin-bottom: 15px;

}

.team-btns-container {
    position: relative;
    margin-top: -30px;
    margin-bottom: 30px;
    z-index: 10;
}

.team-section .social-links img {
    width: initial;
    display: initial;
}

.partners-section .section-title {
    font: normal normal bold 30px/43px Poppins;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
}

/******/

.career-section {
    padding: 40px 0;
}

.career-section .section-title {
    font: normal normal bold 30px/43px Poppins;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
}

.career-section h4 {
    font: normal normal bold 20px/26px Poppins;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
}

.presentation p {
    font: normal normal normal 14px/28px Roboto;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    margin-right: 50px;
}

.career-image {
    width: 100%;
    float: right;
    background-color: #f8f9fa;
    transform: translate(-27%, 8%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.career-section .presentation > div img {
    margin-top: -15px;
    margin-bottom: 15px;
}

.career-section .presentation {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 50px;
    padding-right: 100px;
}

@media (max-width: 991px) {
    .career-image {
        transform: none !important;
    }

    .presentation p {
        margin-right: 0px;
    }
}


.career-section .infos .section-title {
    font: normal normal bold 18px/26px Poppins;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
}

.career-section .infos .line {
    margin-top: -40px;
}

.career-section .infos .cadre p,
.career-section .infos .cadre li {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.career-section .infos .cadre {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #8D1843;
    opacity: 1;
    padding: 15px;
    height: 250px;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    width: 100%;
}

.career-section .infos .cadre li {
    display: flex;
}

.career-section .infos .cadre li .icon {
    margin-right: 12px;
}

.career-section .infos .cadre li .icon img {
    max-width: inherit;
}

.career-section .card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #8D1843;
    border-radius: 12px;
    opacity: 1;
}

.career-section .card .card-title {
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0.07px;
    color: #2B2B2B;
    text-transform: uppercase;
    opacity: 1;
}

.career-section .card .card-text {
    font: normal normal normal 13px/30px Poppins;
    letter-spacing: 0.07px;
    color: #2B2B2B;
    opacity: 1;
    text-align: left;
}

.career-section .card .card-text a {
    color: #8D1843;
}

.career-section .contact .first {
    padding-right: 70px;
}

.career-section .contact .second {
    padding-left: 70px;
}

.career-section .contact .section-title {
    font: normal normal bold 18px/26px Poppins;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
}

.career-section .contact .line {
    margin-top: -25px;
}

.career-section .contact .cadre {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #8D1843;
    opacity: 1;
    padding: 20px 0;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    text-align: center;
}

.career-section .contact i {
    color: #8D1843;
    margin-right: 5px;
}

.career-section .contact p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.career-section .contact form {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #80808F;
    opacity: 1;
}

.career-section .contact form .form-group {
    position: relative;
    border-bottom: 1px solid #B5B5C3;
    margin-top: 12px;
    margin-bottom: 50px;
}

.career-section .contact form label {
    position: absolute;
    top: -30px;
    font-weight: bolder;
}

.career-section .contact form input,
.career-section .contact form textarea {
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #80808F;
    opacity: 1;
    padding-left: 0;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}


.feedback-section {
    padding: 40px 0;
}

.feedback-section .section-title {
    font: normal normal 600 26px/37px Raleway;
    letter-spacing: 0px;
    color: #1A1A1B;
    opacity: 1;
}

.feedback-section .shape {
    margin-top: -20px;
}

#feedbackCarousel {
    padding: 0;
}

.feedback-item {
    text-align: center;
    padding: 15px;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    padding: 40px;
}

.feedback-img-container {
    width: 120px;
    height: 120px;
    margin: 0 auto 1em;
}


.feedback-item h3 {
    font: normal normal 600 14px/29px Raleway;
    letter-spacing: 0px;
    color: #8D1843;
    opacity: 1;
    margin: 15px 0;
}

.feedback-item p {
    text-align: center;

    letter-spacing: 0px;
    color: #1A1A1B;
    opacity: 1;
}

.quote-icon img {
    width: inherit !important;
    margin: auto;
}


/*******/


.categories-sidebar .category-item {
    margin-bottom: 16px;
}

.categories-sidebar .category-item:last-child {
    margin-bottom: 0px;
}

.categories-sidebar .category-item ul {
    margin-top: 12px;
}

.categories-sidebar .category-item li {
    font: normal normal normal 15px/23px Poppins;
    letter-spacing: 0px;
    color: #464E5F;
    text-transform: capitalize;
    opacity: 1;
    padding-left: 29px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 8px;
}

.categories-sidebar .category-item li.active {
    background: rgba(141, 24, 67, 0.05);
}

.categories-sidebar .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 12px;
    cursor: pointer;
}

.categories-sidebar .title a {
    font: normal normal 500 15px/22px Poppins;
    letter-spacing: 0.07px;
    color: #2B2B2B;
    text-transform: uppercase;
    opacity: 1;
    margin-right: 12px;
}

.categories-sidebar .category-item.active .title a {
    font: normal normal bold 15px/22px Poppins;
    color: #8D1843;
}


.categories-sidebar i {
    color: #8D1843;
}

.categories-sidebar .fa-plus {
    transition: transform 0.3s ease;
}

.collapse.show + .fa-plus {
    transform: rotate(45deg);
}

.catalogue-breadcrumb .breadcrumb {
    padding: 0;
    background: none;
    list-style-type: none;
}

.catalogue-breadcrumb .breadcrumb .breadcrumb-item {
    font: normal normal 500 12px/22px Poppins;
    letter-spacing: 0.06px;
    color: #80808F;
}

.catalogue-breadcrumb .breadcrumb .breadcrumb-item.active {
    font: normal normal 600 12px/22px Poppins;
    letter-spacing: 0.06px;
    color: #2B2B2B;
    opacity: 1;
}

.catalogue-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: " > ";
    padding: 0 5px;
    color: #6c757d;
}

.catalogue-content .title {
    font: normal normal bold 15px/22px Poppins;
    letter-spacing: 0.07px;
    color: #8D1843;
    text-transform: uppercase;
    opacity: 1;
}


.catalogue-content .content {
    box-shadow: 0px 0px 20px #00000014;
    margin-left: 2px;
}

.catalogue-content .content .img {
    padding: 0;
}

.catalogue-content .content .img img {
    width: 100%;
    height: auto;
    display: block;
}

.catalogue-content .content .text {
    padding: 12px 8px;
}

.catalogue-content .content h3 {
    font: normal normal bold 16px/25px Poppins;
    letter-spacing: 0px;
    color: #2A2A2A;
    opacity: 1;
}

.catalogue-content .content p {
    font: normal normal normal 14px/21px Poppins;
    letter-spacing: 0px;
    color: #2A2A2A;
    opacity: 1;
}

.card.catalogue-items-card {
    box-shadow: 0px 3px 20px #00000015;
    opacity: 1;
    border: none;
    height: 200px;
    max-height: 200px;
    margin-bottom: 20px;
}

.card.catalogue-items-card .card-img-top {
    height: 70%;
    overflow: hidden;
}

.card.catalogue-items-card .card-img-top img {
    width: 100%;
    height: auto;
    display: block;
}


.card.catalogue-items-card h3 {
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0px;
    color: #2A2A2A;
    opacity: 1;
    margin-bottom: 0;
}

.card.catalogue-items-card .card-body {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    padding-top: 3px;
    padding-bottom: 3px;
}

.card.catalogue-items-card .card-body a {
    text-decoration: underline;
    font: normal normal bold 12px/18px Poppins;
    letter-spacing: 0px;
    color: #8D1843;
    opacity: 1;
}

.card.catalogue-items-card .card-body a i {
    margin-left: 8px;
}

.card.catalogue-items-card .more {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80%;
    width: 250%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000014;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
    padding: 15px 8px;
    display: none;
    overflow: auto;
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        width: calc(100% / 5);
    }
}

@media (max-width: 576px) {
    .card.catalogue-items-card .more {
        width: 200%;
    }
}

@media (max-width: 767px) {
    .card.catalogue-items-card .more {
        width: 100%;
    }
}


.card.catalogue-items-card .more a {
    text-decoration: underline;
    font: normal normal bold 16px/25px Poppins;
    letter-spacing: 0px;
    color: #8D1843;
    opacity: 1;
}

.card.catalogue-items-card .more a i {
    margin-left: 8px;
}

.card.catalogue-items-card .more h5 {
    font: normal normal bold 16px/25px Poppins;
    letter-spacing: 0px;
    color: #2A2A2A;
    opacity: 1;
}

.card.catalogue-items-card .more p {
    font: normal normal 500 14px/21px Poppins;
    letter-spacing: 0px;
    color: #2A2A2A;
}


@media screen and (max-width: 991px) {
    .career-section .infos .cadre {
        padding: 0;
        height: auto;
    }
}

@media screen and (max-width: 767px) {

    .slider_section {
        margin-bottom: 0 !important;
    }

    .slider_content {
        width: 100%;
    }

    .view_ours_catalogue {
        padding: 10px 10px;

    }

    .view_ours_catalogue a {
        font-size: 16px;
    }

    .view_ours_catalogue button {
        font-size: 12px;
    }

    .career-section .contact .first {
        padding-right: 0;
        padding-left: 0;
    }

    .career-section .contact .second {
        padding-left: 0;
        padding-right: 0;
    }

}

@media (max-width: 576px) {

    .navbar {
        padding-bottom: 0px;
    }

    .navbar-brand {
        height: auto;
    }

    .navbar .logo {
        width: 140px;
    }

    .slider_content {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .career-section .contact .row {
        margin: 0 2px;
    }
}
