@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap");

body {
    font-family: 'Times New Roman', serif;
    color: #040000;
}

header {
    border-bottom: 1px solid #cccccc3b;
    width: 91%;
    margin: 0 auto;
}

    header::after {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        background-color: #cccccc3b;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

.service-item-hidden {
    display: none;
}

/*.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}*/

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 120px;
}

.layout_padding-bottom {
    padding-bottom: 120px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .heading_container h2 {
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        font-family: 'Times New Roman', serif;
    }

    .heading_container p {
        margin-bottom: -1%;
    }

    .heading_container.heading_center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

h1,
h2 {
    font-family: 'Times New Roman', serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

/*header section*/
.hero_area {
    position: relative;
    background-image: url('../img/back.png');
    background-size: cover; /* Ajuste la taille de l'image pour couvrir complètement l'élément */
    background-position: center center; /* Centre l'image horizontalement et verticalement */
    background-repeat: no-repeat; /* Empêche la répétition de l'image */
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .header_top {
    padding: 15px 0;
    background-color: #000000;
}

    .header_section .header_top .contact_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .header_section .header_top .contact_nav a {
            color: #ffffff;
        }

            .header_section .header_top .contact_nav a i {
                color: #ff8a1d;
            }

.header_section .header_bottom {
    padding: 10px 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
}

    .navbar-brand span {
        color: #0355cc;
        text-transform: uppercase;
    }

.custom_nav-container {
    padding: 0;
}

.custom_nav-container .navbar-nav {
        margin-left: auto;
    }

.custom_nav-container .navbar-nav .nav-item .nav-link {
            color: #ffffff;
            text-align: center;
        }

 .custom_nav-container .navbar-nav .nav-item {
            width: 107px;
        }

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
                color: #164071;
            }

    .custom_nav-container .form-inline .nav_search-btn {
        width: 35px;
        height: 35px;
        padding: 0;
        border: none;
        color: #000000;
    }

        .custom_nav-container .form-inline .nav_search-btn:hover {
            color: #0355cc;
        }

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

    .custom_nav-container .navbar-toggler {
        padding: 0;
        width: 37px;
        height: 42px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .custom_nav-container .navbar-toggler span {
            display: block;
            width: 35px;
            height: 4px;
            background-color: #000000;
            margin: 7px 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            position: relative;
            border-radius: 5px;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

            .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
                content: "";
                position: absolute;
                left: 0;
                height: 100%;
                width: 100%;
                background-color: #000000;
                top: -10px;
                border-radius: 5px;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

            .custom_nav-container .navbar-toggler span::after {
                top: 10px;
            }

        .custom_nav-container .navbar-toggler[aria-expanded="true"] {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    top: 0;
                }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                margin: 0;
                margin-bottom: -4px;
            }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
                display: none;
            }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                margin: 0;
                margin-top: -4px;
            }

        .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
        .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
        .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
            -webkit-transform: none;
            transform: none;
        }

.quote_btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .quote_btn-container a {
        color: #ffffff;
        margin-right: 25px;
        text-transform: uppercase;
    }

        .quote_btn-container a span {
            margin-left: 5px;
        }

        .quote_btn-container a:hover {
            color: #ff8a1d;
        }

/*end header section*/
/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: bottom;
}

    .slider_section .row1 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media (max-width: 768px) {
    .img-fluid {
        max-width: 100%; /* Limite la largeur à 100% du conteneur parent sur des écrans plus petits */
    }
}

.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
}

.slider_section .detail-box {
    padding-bottom: 90px;
}

    .slider_section .detail-box h1 {
        font-weight: bold;
        margin-bottom: 25px;
        color: #ffffff;
    }

    .slider_section .detail-box p {
        color: #444;
        font-size: 15px;
    }

    .slider_section .detail-box a, .container-xxl a {
        display: inline-block;
        font-family: 'Times New Roman', serif;
        text-transform: uppercase;
        padding: 10px 45px;
        background-color: #ff8a1d;
        border: 1px solid #ff8a1d;
        border-radius: 5px;
        color: #ffffff;
        margin-top: 15px;
    }

.container-xxl a {
    display: flex;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .center-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 4vh; /* Ajustez la hauteur en fonction de vos besoins */
    }
}

@media (min-width: 1200px) {
    .center-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 24vh; /* Ajustez la hauteur en fonction de vos besoins */
    }
}

.more-service-button {
    display: inline-block;
    font-family: 'Times New Roman', serif;
    text-transform: uppercase;
    padding: 10px 45px;
    background-color: #ff8a1d;
    border: 1px solid #ff8a1d;
    border-radius: 5px;
    color: #ffffff;
}

.slider_section .detail-box a:hover {
    background-color: transparent;
    color: #ff8a1d;
}

.slider_section .img-box img {
    width: 75%;
    max-width: 100%; /* Garantit que l'image ne dépasse pas la largeur du conteneur parent */
    height: auto;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .slider_section .img-box img {
        width: 100%; /* Ajuster la largeur pour des écrans plus petits */
    }
}

@media (max-width: 768px) {
    .slider_section .img-box img {
        width: 100%; /* Ajuster la largeur pour des écrans plus petits */
    }
}
/* Vos styles par défaut */

/* Pour les écrans de petite taille (jusqu'à 576 pixels de large) */
@media (max-width: 576px) {
    .slider_section .img-box img {
        width: 100%;
        /* Autres styles pour des écrans plus petits */
    }
}

/* Pour les écrans de taille moyenne (de 577 à 768 pixels de large) */
@media (min-width: 577px) and (max-width: 768px) {
    .slider_section .img-box img {
        width: 100%;
        /* Autres styles pour des écrans de taille moyenne */
    }
}

/* Pour les écrans de grande taille (à partir de 769 pixels de large) */
@media (min-width: 900px) {
    .slider_section .img-box img {
        width: 100%;
        /* Autres styles pour des écrans de grande taille */
    }
}

@media (min-width: 1200px) {
    .slider_section .img-box img {
        width: 74%;
        /* Autres styles pour des écrans de grande taille */
    }
}

@media (min-width: 1200px) {
    .container .col-md-6 .image {
        width: 134%;
        margin-left: 40%;
    }
}

@media (min-width: 1200px) {
    .container .col-md-6 .detail-box {
        margin-block: 24%;
    }

    .container-xxl a {
        display: flex;
        justify-content: center;
        width: 20%;
        margin-left: auto;
        margin-right: auto;
    }
}

.feature_section {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .feature_section .elementor-icon {
        color: #30648d;
        border-color: #30648d;
        font-size: 71px;
    }

    .feature_section .feature_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .feature_section .feature_container .box {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            margin: 0 10px;
            padding: 45px 15px;
            background-color: #ffffff;
            color: #555089;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        }

            .feature_section .feature_container .box .img-box {
                width: 90px;
                height: 90px;
            }

                .feature_section .feature_container .box .img-box svg {
                    width: 100%;
                    height: auto;
                    max-height: 100%;
                    fill: #726dae;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

                    .feature_section .feature_container .box .img-box svg path {
                        fill: #726dae;
                    }

            .feature_section .feature_container .box .name {
                margin-top: 20px;
                text-transform: uppercase;
                font-family: 'Times New Roman', serif;
                margin-bottom: 0;
                color: #30648d;
            }



            .feature_section .feature_container .box:hover .img-box svg, .feature_section .feature_container .box.active .img-box svg {
                background-color: #ff8a1d;
                color: #ffffff;
            }

                .feature_section .feature_container .box:hover .img-box svg path, .feature_section .feature_container .box.active .img-box svg path {
                    background-color: #ff8a1d;
                    color: #ffffff;
                }

.about_section .row1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .detail-box h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.about_section .detail-box p {
    margin-top: 10px;
}

.about_section .detail-box a {
    margin-top: 15px;
    display: inline-block;
    font-family: 'Times New Roman', serif;
    text-transform: uppercase;
    padding: 10px 45px;
    background-color: #0355cc;
    border: 1px solid #0355cc;
    border-radius: 2px;
    color: #ffffff;
}

    .about_section .detail-box a:hover {
        background-color: transparent;
        color: #0355cc;
    }

.about_section .img-box img {
    width: 100%;
}

.about_section {
    /*background-color: #d1e3ff;*/
}

    .about_section .row1 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.about-text {
    color: #25294e;
    font-size: 44px;
    font-weight: 700;
}

.work-text {
    color: #25294e;
    font-size: 34px;
    font-weight: 700;
}

.about {
    color: rgb(0 0 0 / 65%);
}

.text {
    word-spacing: 12px;
    line-height: 2;
}

.line {
    border-bottom: 3px solid #32666e;
    width: 25%;
}

.about_section {
    margin-block: -3%;
}

    .about_section .img-box img {
        width: 157%;
        margin-left: -62%;
    }

    .about_section .detail-box h2 {
        text-transform: uppercase;
        font-weight: bold;
        color: #0355cc;
    }

    .about_section .detail-box p {
        margin-top: 20px;
    }

    .about_section .detail-box a {
        margin-top: 25px;
        display: inline-block;
        font-family: 'Times New Roman', serif;
        text-transform: uppercase;
        padding: 10px 45px;
        background-color: #ffffff;
        border: 1px solid #ff8a1d;
        border-radius: 2px;
        color: #ffffff;
    }

        .about_section .detail-box a:hover {
            background-color: transparent;
            color: #ff8a1d;
        }

.service_section {
    position: relative;
    margin-block: 9%;
    margin-bottom: -13%;
    background-image: url(../img/header.jpg);
    background-repeat: round;
}

@media (min-width: 1200px) {
    .service_section {
        position: relative;
        margin-block: 3%;
        margin-bottom: -20%;
        background-image: url(../img/header.jpg);
        background-repeat: round;
    }

    .espace {
        margin-bottom: 6%;
    }

    .container-xxl {
        margin-block: -18%
    }
}

.line-working {
    border-bottom: 3px solid #32666e;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-block: 2%;
}

.line-working1 {
    border-bottom: 1px solid #ffffff;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.service_section .box {
    margin-top: 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    padding: 25px 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .service_section .box .img-box {
        width: 65px;
        height: 65px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .service_section .box .img-box img {
            max-height: 100%;
            max-width: 100%;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

    .service_section .box .detail-box {
        margin-top: 15px;
    }

        .service_section .box .detail-box h5 {
            font-weight: bold;
        }

        .service_section .box .detail-box p {
            margin: 0;
        }

    .service_section .box:hover {
        background-color: #30648d;
        color: #ffffff;
    }

        .service_section .box:hover .img-box img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

    .service_section .btn-box a {
        display: inline-block;
        font-family: 'Times New Roman', serif;
        text-transform: uppercase;
        padding: 10px 45px;
        background-color: #0355cc;
        border: 1px solid #0355cc;
        border-radius: 0;
        color: #ffffff;
    }

        .service_section .btn-box a:hover {
            background-color: transparent;
            color: #0355cc;
        }

.client_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.client_section .box {
    margin: 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 25px;
}

    .client_section .box .client_id {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .client_section .box .client_id .img-box {
            width: 125px;
            min-width: 125px;
            margin-right: 15px;
        }

            .client_section .box .client_id .img-box img {
                width: 100%;
                border-radius: 100%;
            }


.box-modern-media {
    position: relative;
    padding: 20px 0;
    font-size: 60px;
    line-height: 1;
    min-height: 1.3em;
    width: 1.9em;
    margin-left: auto;
    margin-right: auto;
}

.box-modern-circle-1 {
    left: 0;
    bottom: 0;
    width: 1.23em;
    height: 1.23em;
    background: #f9f8f8;
}

.box-modern-circle-1, .box-modern-circle-2 {
    position: absolute;
    border-radius: 50%;
}

.client_section .box .client_id .client_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 25px;
}

    .client_section .box .client_id .client_detail .client_info h6 {
        margin-bottom: 0;
    }

    .client_section .box .client_id .client_detail .client_info i {
        color: #fbaf5d;
    }

.client_section .box .client_text {
    margin-top: 20px;
}

.client_section .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

    .client_section .owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        background-color: #0355cc;
        outline: none;
        margin: 0 20px;
        color: #ffffff;
    }

.heading_container {
    margin-bottom: 30px;
}

.contact_section input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 25px;
    background-color: #ffffff;
    outline: none;
    color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

    .contact_section input::-webkit-input-placeholder {
        color: #737272;
    }

    .contact_section input:-ms-input-placeholder {
        color: #737272;
    }

    .contact_section input::-ms-input-placeholder {
        color: #737272;
    }

    .contact_section input::placeholder {
        color: #737272;
    }

    .contact_section input.message-box {
        height: 135px;
    }

.contact_section button {
    border: none;
    display: inline-block;
    font-family: 'Times New Roman', serif;
    text-transform: uppercase;
    padding: 10px 55px;
    background-color: #0355cc;
    border: 1px solid #0355cc;
    border-radius: 0;
    color: #ffffff;
    margin-top: 15px;
}

    .contact_section button:hover {
        background-color: transparent;
        color: #0355cc;
    }

.contact_section .map_container {
    height: 360px;
}

    .contact_section .map_container .map {
        height: 100%;
    }

.info_section {
    padding: 75px 0;
    background-color: #0a0f43;
    text-align: center;
    color: #fff;
}

    .info_section h4 {
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .info_section .social-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 25px;
    }

        .info_section .social-box .box {
            background-color: #ffffff;
            padding: 5px 15px;
        }

    .info_section a {
        margin: 0 5px;
        color: #0355cc;
    }

        .info_section a i {
            font-size: 18px;
        }

        .info_section a:hover {
            color: #ff8a1d;
        }

.info_items a {
    position: relative;
}

.info_items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .info_items .item .img-box {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        line-height: 80px;
        background-color: #0355cc;
        color: #ffffff;
    }

        .info_items .item .img-box i {
            font-size: 24px;
        }

    .info_items .item p {
        margin-top: 25px;
        color: #fff;
        margin-bottom: 0;
        background-color: #0a0f43;
    }

    .info_items .item:hover .img-box {
        background-color: #ffffff;
    }

.info_items {
    position: relative;
}

    .info_items::before {
        content: "";
        position: absolute;
        top: 65px;
        width: 75%;
        height: 1px;
        background-color: #fff;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }


/*------------------------- Our Solution -------------------*/
.our-solution .single-solution-block {
    margin-top: 55px;
    text-align: center;
    background: #fff;
}

    .our-solution .single-solution-block .icon {
        margin: 0 auto;
    }

    .our-solution .single-solution-block h5 {
        margin: 26px 0 10px 0;
    }

    .our-solution .single-solution-block p {
        padding: 0 22px;
    }

    .our-solution .single-solution-block:hover .icon {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

/*---------------------
   work section
 -----------------------*/

.hero__section {
    /* margin-block: -9%;*/
}

@media (max-width: 576px) {
    .hero__section {
        padding-top: 30px;
    }
}

.slide-item {
    padding: 0 5px;
    outline: none;
    cursor: pointer;
}

.slick-center.slide-item img {
    padding: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.hero-slider .slick-track {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.hero-slider .slide-item {
    width: 400px; /* Set your desired width */
    height: 300px; /* Set your desired height */
    overflow: hidden; /* Hide any content that exceeds the specified dimensions */
    border-radius: 2.375rem !important;
}

.slide-item img {
    max-width: 100%;
    padding: 65px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 576px) {
    .slide-item img {
        padding: 0;
    }
}

.hero-text-slider {
    text-align: center;
    padding-top: 50px;
    max-width: 800px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.text-white {
    font-size: 14px;
    background-color: #0e2b4ced;
    color: white;
}

    .text-white .logo {
        line-height: 0;
        margin-bottom: 25px;
    }

    .text-white img {
        max-height: 54px;
        margin-right: 6px;
    }

    .text-white p {
        font-size: 14px;
        font-family: var(--font-primary);
    }

    .text-white a {
        color: white;
    }

    .text-white h5 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px;
        color: white;
    }



/*** Callback ***/

/* Vos styles CSS précédents */

.callback {
    position: relative;
}

    .callback::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 30%;
        top: 210px;
        left: 0;
        background-image: url(../img/img2.jpg);
        z-index: -1;
        -webkit-filter: invert(20%);
    }

    .callback .row1 {
        margin-right: 124%;
        margin-left: -11%;
    }

.callout-banner .title {
    float: left;
    line-height: 132px;
    color: #fff;
    font-style: oblique 10deg;
}

.callout-banner p {
    float: left;
    color: #ffffff;
    padding-left: 70px;
    width: 55%;
    position: relative;
}

    .callout-banner p:before {
        content: '';
        width: 4px;
        height: 93%;
        background: #9ca6bc;
        border-radius: 5px;
        position: absolute;
        left: 25px;
        top: 3px;
    }

.callout-banner .theme-button-one {
    background: #fff;
    margin-top: 15px;
    float: right;
}

    .callout-banner .theme-button-one:hover {
        color: #fff;
        background: #41c4ff;
    }

.callout-banner.no-bg {
    background: none;
    padding: 0;
    margin-bottom: 70px;
    margin-top: 70px;
}

    .callout-banner.no-bg .title {
        color: #232323;
        text-align: right;
    }

.callout-banner .call {
    margin-block: -21%;
    float: inline-end;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .callout-banner .call {
        margin-block: -31%;
        float: inline-end;
    }

    .theme-num {
        width: 27%;
        height: 29%;
    }

    .container-xxl {
        margin-block: -4%
    }
}

@media (max-width: 768px) {
    .callout-banner .call {
        margin-block: -31%;
        float: inline-end;
    }

    .theme-num {
        width: 27%;
        height: 29%;
    }

    .container-xxl {
        margin-block: -4%
    }
}
/* Vos styles par défaut */

/* Pour les écrans de petite taille (jusqu'à 576 pixels de large) */
@media (max-width: 576px) {
    .callout-banner .call {
        margin-block: -31%;
        float: inline-end;
    }

    .theme-num {
        width: 27%;
        height: 29%;
    }

    .container-xxl {
        margin-block: -4%
    }
}

/* Pour les écrans de taille moyenne (de 577 à 768 pixels de large) */
@media (min-width: 577px) and (max-width: 768px) {
    .callout-banner .call {
        margin-block: -31%;
        float: inline-end;
    }

    .theme-num {
        width: 27%;
        height: 29%;
    }

    .container-xxl {
        margin-block: -4%
    }
}

/* Pour les écrans de grande taille (à partir de 769 pixels de large) */
@media (min-width: 900px) {
    .callout-banner .call {
        margin-block: -31%;
        float: inline-end;
    }

    .theme-num {
        width: 27%;
        height: 29%;
    }
}

@media (min-width: 1200px) {
    .callout-banner .call {
        margin-block: -21%;
        float: inline-end;
    }

    .theme-num {
        width: 15%;
        height: 24%;
    }
}

.callout-banner .call .theme-num {
    display: inline-block;
    font-family: 'Times New Roman', serif;
    text-transform: uppercase;
    padding: 10px 45px;
    background-color: #f1cb46;
    border: 1px solid #f1cb46;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    margin-left: 4%;
    margin-top: 42px;
}



.title-border-radius {
    border-radius: 10% 30%;
}



.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #30648d;
    opacity: 0;
    transition: .5s;
}

.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-text * {
    color: #FFFFFF !important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-out, visibility 0s linear 1s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity 1s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }
