body {
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
    color: #555555;
}

.sub-dropdown-container {
    position: relative;
}

.sub-dropdown .dropdown-submenu-list {
    position: absolute;
    left: 100%;
    top: 0;
    display: none; /* Cache le sous-menu par défaut */
}

.sub-dropdown .dropdown-submenu-trigger:hover + .dropdown-submenu-list {
    display: block; /* Affiche le sous-menu au survol de l'élément parent */
}


/* Animation card fade & slide */
.animated-card {
    opacity: 0;
    transform: translateY(20px); /* commence plus bas */
    animation: fadeInUp 0.8s ease-out forwards;
}
.swiper-button-prev, .swiper-button-next{
    visibility: hidden!important;
}
.articles_link{
    display: none;
}
.swiper-slide {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;

}
/* Ajout progressif selon la position */
.animated-card:nth-child(1) {
    animation-delay: 0.1s;
}
.animated-card:nth-child(2) {
    animation-delay: 0.2s;
}
.animated-card:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.president-message {
    background-color: #f9f9f9; /* Arrière-plan doux */
    border-radius: 8px; /* Coins arrondis */
    padding: 40px; /* Marges internes */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Simple ombrage */
}

.president-message h2 {
    font-size: 2rem;
    color: #0056b3;
    font-weight: bold;
    margin-bottom: 20px;
}

.president-message p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #333;
}

.president-message a {
    background-color: #0056b3;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 1rem;
    transition: 0.3s ease;
    text-decoration: none;
}

.president-message a:hover {
    background-color: #003580;
    color: white;
}

/* Correction des dimensions de l'image */
.president-image {
    width: 100%; /* L'image occupe toute la largeur du conteneur */
    height: auto; /* Maintient le ratio pour éviter l'étirement */
    max-height: 500px; /* Limite maximale pour éviter une image trop grande */
    object-fit: cover; /* Coupe les bords si nécessaire pour remplir le conteneur */
    border-radius: 8px; /* Coins arrondis */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #4666f5; }
a:hover {
    text-decoration: none;
    color: #f7ca44; }
a.link-underline {
    text-decoration: underline; }
a.link-underline:hover {
    text-decoration: none; }

/* Section Organigramme */
.table-hover tbody tr:hover {
    background-color: #f2f8ff; /* Couleur au survol de la ligne */
    transition: background-color 0.3s ease;
}

.table thead th {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

.table td {
    padding: 15px;
    vertical-align: middle;
}

.text-primary {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    color: #000;
    font-weight: 300;
    font-family: "Dosis", sans-serif; }

.text-primary {
    color: #f7ca44 !important; }

.ftco-navbar-light {
    background-color:rgb(135, 206, 235,0.5)!important;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3; }
@media (max-width:1209px) {
    .ftco-navbar-light {
        background: #000 !important;
        top: 0;
        position: relative; } }
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #f0f0f0;
    opacity: 1 !important; }
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #fff; }
@media (max-width: 1215px){
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        font-size: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
        color: #f0f0f0;
        opacity: 1 !important;
    }

}
@media (max-width: 1115px){
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        font-size: 13px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
        color: #f0f0f0;
        opacity: 1 !important;
    }
    .navbar-brand {
        font-size: 25px!important;
    }
}
@media (max-width: 991.98px) {

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        font-size: 15px;
        padding-right: 0px; } }
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05); }
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
        display: none; } }
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    padding-left: 0;
    color: #fff; }
.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
    border: 2px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px; }
.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored span {
    border-color: #f7ca44; }
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #fff;
    position: relative; }
.ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
    content: "";
    height: 2px;
    background: #fff;
    left: 20px;
    right: 20px;
    position: absolute;
    bottom: 20px; }
@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
        display: none; } }
.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }

.modal-lg {
    max-width: 550px!important;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #A0D9F0 !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
.ftco-navbar-light.scrolled .nav-item.active > a {
    color: #f7ca44 !important; }
.ftco-navbar-light.scrolled .nav-item.active > a:before {
    display: none; }
@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
@media (max-width: 767.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
@media screen and (max-width: 300px) {
    .modal {
        max-width: 85%; /* Utiliser une largeur relative plutôt que fixe */
        margin: 0 auto;
        padding:5px;
    }
.modal-header {
    font-size: 13px;
}
    .modal-content {
        font-size: 13px;
        max-width: 80%;
        overflow-x: hidden;
    }
}
.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #000 !important; }
.ftco-navbar-light.scrolled .nav-link.active {
    color: #f7ca44 !important; }
.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out; }
.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out; }
.ftco-navbar-light.scrolled .navbar-brand {
    color: #000; }

.navbar-brand {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 30px;
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.bg-image, .ftco-cover {
    background-size: cover;
    background-repeat: no-repeat; }

.ftco-cover {
    background-position: center center; }
.ftco-cover .ftco-heading {
    font-size: 50px;
    line-height: 1.2;
    color: #fff; }
@media (max-width: 991.98px) {
    .ftco-cover .ftco-heading {
        font-size: 37px;
        line-height: 1.3; } }
.ftco-cover .ftco-subheading {
    max-width: 450px;
    line-height: 1.5; }
.ftco-cover .ftco-subheading, .ftco-cover p {
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
@media (max-width: 991.98px) {
    .ftco-cover .btn {
        width: 100% !important; } }
.ftco-cover a {
    position: relative;
    color: #fff; }
.ftco-cover.overlay {
    position: relative; }
.ftco-cover.overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
.ftco-cover .ftco-vh-100 {
    min-height: 700px !important; }

.ftco-uppercase {
    font-size: 30px; }

.menu-item {
    margin-bottom: 30px; }
.menu-item img {
    width: 100px;
    border-radius: 50%; }
.menu-item .menu-price {
    font-size: 24px; }

@media (max-width: 991.98px) {
    .display-4 {
        font-size: 37px; } }

.bg-light {
    background: #f1efed !important;
    background: #fafafa !important; }

.ftco-custom-gutters {
    margin-left: -10px;
    margin-right: -10px; }
.ftco-custom-gutters [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px; }
.ftco-custom-gutters [class*=col-] .ftco-thumbnail {
    display: block;
    margin-bottom: 5px; }

.btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.ftco-play-video span {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }

.ftco-play-video > .play-icon-wrap {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    position: relative;
    border-radius: 50%; }
.ftco-play-video > .play-icon-wrap > span {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.ftco-play-video:hover > .play-icon-wrap {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.ftco-play-video:hover span {
    color: #fff; }

.block-41 .block-41-subheading {
    margin-bottom: 10px;
    color: #ccc; }
.block-41 .block-41-subheading > div {
    display: inline-block;
    text-transform: uppercase; }
.block-41 .block-41-subheading > div.block-41-line {
    height: 2px;
    width: 50px;
    background: #f7ca44; }

.block-41 .block-41-heading {
    line-height: 1.2; }

@media (min-width: 768px) {
    .block-41 .block-41-text {
        font-size: 20px; } }

.block-48 {
    background: #f7ca44;
    padding: 50px;
    color: #000; }
.block-48 .block-48-text-1 {
    font-size: 30px; }
.block-48 .block-48-counter {
    font-size: 70px;
    line-height: 1; }

.block-11 .owl-stage {
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.block-11 .owl-nav {
    position: relative;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.block-11 .owl-nav .owl-prev, .block-11 .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px; }
.block-11 .owl-nav .owl-prev.disabled, .block-11 .owl-nav .owl-next.disabled {
    opacity: .2; }

.btn {
    cursor: pointer;
    border-radius: 0px;
    border: 2px solid #537097;
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000000;

}
.btn.btn-hover-white:hover {
    background: transparent;
    color: #fff !important; }
.btn.btn-success {
    border: 2px solid #537097;
    color: #fff; }
.btn.btn-white {
    background: #fff;
    color: #000; }
.btn.btn-white:hover {
    background: #000;
    color: #fff; }
.btn.btn-primary {
    background: #f7ca44;
    border: 2px solid #f7ca44;
    color: #fff; }
.btn.btn-primary:hover {
    border: 2px solid #f7ca44;
    background: transparent;
    color: #f7ca44; }
.btn.btn-primary:active, .btn.btn-primary:focus {
    color: #fff !important; }
.btn.btn-primary.btn-outline-primary {
    border: 2px solid #f7ca44;
    background: transparent;
    color: #f7ca44; }
.btn.btn-primary.btn-outline-primary:hover {
    border: 2px solid transparent;
    background: #f7ca44;
    color: #000; }
.btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    border-radius: 0px;
    border-width: 2px;
    color: #000; }
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #000; }
.card:hover {
    border: 1px solid #b1b5b8;
    box-shadow: 1px 1px 0px;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #C1E9E9 !important;
    color: #fff !important;
}

.form-control {
    background: #fff !important;
    color: #000 !important;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.form-control:focus, .form-control:active {
    border-color: #000; }

textarea.form-control {
    height: inherit !important; }

.ftco-vh-100 {
    height: 100vh; }
@media (max-width: 1199.98px) {
    .ftco-vh-100 {
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em; } }

.ftco-vh-75 {
    height: 75vh;
    min-height: 700px; }
@media (max-width: 1199.98px) {
    .ftco-vh-75 {
        min-height: 700px;
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em; } }

.ftco-tab-nav {
    padding: 0;
    margin: 0;
    display: inline-block !important; }
@media (max-width: 767.98px) {
    .ftco-tab-nav {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important; } }
.ftco-tab-nav li {
    padding: 0;
    margin: 0 5px;
    display: inline-block !important; }
@media (max-width: 767.98px) {
    .ftco-tab-nav li {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important; } }
.ftco-tab-nav li a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 0 !important; }
.ftco-tab-nav li a.active {
    background: none !important;
    color: black !important;
    border: 2px solid #000; }

.post-entry {
    margin-bottom: 40px; }
.post-entry .img-wrap {
    position: relative;
    display: block;
    overflow: hidden; }
.post-entry .img-wrap img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.post-entry .img-wrap .date {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    background: #f7ca44;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.post-entry .img-wrap:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
.post-entry .img-wrap:hover .date {
    font-size: 16px;
    color: #fff;
    background: #000; }
.post-entry h3 {
    font-size: 20px;
    line-height: 1.5; }
.post-entry h3 a {
    color: #000; }
.post-entry h3 a:hover {
    color: #f7ca44; }
.post-entry p {
    color: #999999; }

.featured-donate, .featured-section {
    padding: 4em 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
.featured-donate img, .featured-section img {
    -webkit-box-shadow: 0 4px 30px -5px black;
    box-shadow: 0 4px 30px -5px black;
    border-radius: 7px; }
.featured-donate h2, .featured-section h2 {
    color: #fff; }
.featured-donate p, .featured-section p {
    color: #fff; }
.featured-donate .featured-text, .featured-section .featured-text {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em; }
.featured-donate .donation-time, .featured-section .donation-time {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-style: italic;
    font-size: 15px; }
.featured-donate .fund-raised, .featured-section .fund-raised {
    font-weight: 900;
    color: #fff; }
.featured-donate.overlay-color, .featured-donate.overlay-color-2, .featured-section.overlay-color, .featured-section.overlay-color-2 {
    position: relative; }
.featured-donate.overlay-color:before, .featured-donate.overlay-color-2:before, .featured-section.overlay-color:before, .featured-section.overlay-color-2:before {
    position: absolute;
    content: "";
    background: #28a745;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9; }
.featured-donate.overlay-color-2:before, .featured-section.overlay-color-2:before {
    background: #f7ca44; }

.form-volunteer h2 {
    font-size: 25px;
    margin-bottom: 20px; }

.form-volunteer label {
    color: #fff; }

.form-volunteer .form-control {
    border: 2px solid #fff;
    background: none !important;
    margin-bottom: 10px;
    color: #fff !important; }
.form-volunteer .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-style: italic; }
.form-volunteer .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-style: italic; }
.form-volunteer .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-style: italic; }
.form-volunteer .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-style: italic; }

.custom-progress {
    background-color: #fff;
    height: .2rem;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 10px; }

.person-donate em {
    font-family: serif; }

.person-donate img {
    border-radius: 7px;
    width: 180px;
    margin-bottom: 20px; }

.person-donate h2 {
    font-size: 20px;
    margin: 0;
    padding: 0; }

.person-donate p {
    line-height: 1.5; }

.person-donate .time {
    color: #b3b3b3;
    font-size: 13px; }

.person-donate .donate-amount > div {
    width: 50%;
    padding: 10px; }

.person-donate .donate-amount .label {
    background: #f2f2f2; }

.person-donate .donate-amount .amount {
    background: #28a745;
    color: #fff; }

.fundraise-item {
    -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.1);
    border: none;
    height: 100%; }
.fundraise-item .custom-progress-success {
    background-color: #f2f2f2;
    height: .2rem;
    border-radius: 4px;
    margin-bottom: 20px; }
.fundraise-item a {
    color: #000; }
.fundraise-item a:hover {
    color: #f7ca44; }
.fundraise-item .donation-time {
    color: #ccc;
    display: block;
    font-style: italic;
    font-size: 15px; }
.fundraise-item .card-title {
    font-size: 24px; }

.ftco-animate {
    opacity: 0;
    visibility: hidden; }

.bg-primary {
    background: #f7ca44 !important; }

.site-section {
    padding: 3em 0; }

.border-top {
    border-top: 1px solid #f2f2f2 !important; }

.ftco-bg-dark {
    background: #3c312e; }

.footer {
    background: #404040;
    padding: 8em 0;
    color: #fff; }
.footer .heading-section {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: .1em;
    color: #fff !important;
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
.footer .block-21 .heading a {
    color: #fff !important; }
.footer .block-21 .heading a:hover {
    color: #f7ca44 !important; }
.footer .block-21 .meta a {
    color: gray !important; }
.footer .block-21 .meta a:hover {
    color: #fff !important; }
.footer a {
    color: #f7ca44; }
.footer a:hover {
    color: #f7ca44 !important; }

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 10px 0;
    display: inline-block; }
.ftco-footer-social li a {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
.ftco-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.ftco-footer-social li a:hover {
    color: #f7ca44; }

.footer-small-nav > li {
    display: inline-block; }
.footer-small-nav > li a {
    margin: 0 10px 10px 0; }
.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
    color: #f7ca44; }

#map {
    height: 400px;
    width: 100%; }
@media (max-width: 991.98px) {
    #map {
        height: 300px; } }

.container-fluid {
    padding-left: 0;
    padding-right: 0; }

.ftco-section-2 .section-2-blocks-wrapper .button {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    margin-right: -50px;
    border-radius: 50%;
    background: #f7ca44;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
@media (max-width: 991.98px) {
    .ftco-section-2 .section-2-blocks-wrapper .button {
        top: auto;
        bottom: 0 !important;
        margin-right: auto;
        right: auto;
        left: 50%;
        margin-bottom: -50px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
.ftco-section-2 .section-2-blocks-wrapper .button span {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%, -48%);
    -ms-transform: translate(-30%, -48%);
    transform: translate(-30%, -48%); }

.ftco-section-2 .section-2-blocks-wrapper .text {
    position: relative;
    z-index: -1;
    padding: 15px; }
@media (min-width: 768px) {
    .ftco-section-2 .section-2-blocks-wrapper .text {
        padding: 10% 7%; } }
.ftco-section-2 .section-2-blocks-wrapper .text h3 {
    margin-bottom: 50px; }

.ftco-section-2 .section-2-blocks-wrapper .img {
    background-position: center center;
    background-size: cover; }
@media (max-width: 991.98px) {
    .ftco-section-2 .section-2-blocks-wrapper .img {
        height: 400px;
        margin-bottom: 70px; } }

.section-2-blocks-wrapper-2 .text {
    position: relative;
    padding: 30px 15px; }
@media (min-width: 768px) {
    .section-2-blocks-wrapper-2 .text {
        padding: 40px; } }
.section-2-blocks-wrapper-2 .text h3 {
    margin-bottom: 30px; }

.section-2-blocks-wrapper-2 .img, .section-2-blocks-wrapper-2 .image {
    background-position: center center;
    background-size: cover; }

.section-2-blocks-wrapper-2 .quote {
    background: #97DE95;
    background: #f7ca44;
    color: #000;
    width: 100%;
    font-size: 24px;
    padding: 80px !important; }
.section-2-blocks-wrapper-2 .quote .author {
    display: block;
    font-size: 16px; }

.section-2-blocks-wrapper-2 .image {
    height: 500px;
    margin-top: 0;
    margin-left: 0; }
@media (min-width: 768px) {
    .section-2-blocks-wrapper-2 .image {
        margin-top: -70px;
        margin-left: -70px; } }

.flip-container {
    margin-bottom: 50px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d; }
.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg); }
.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
.flip-container, .flip-container .front, .flip-container .back {
    width: 100%;
    height: 427px; }
.flip-container .flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative; }
.flip-container .front, .flip-container .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0; }
.flip-container .front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: lightgreen;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
.flip-container .front:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
.flip-container .front .box {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    bottom: 20px; }
.flip-container .front .box h2, .flip-container .front .box p {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.5; }
.flip-container .front .box h2 {
    font-size: 20px; }
.flip-container .front .box p {
    font-size: 12px; }
.flip-container .back {
    background: #fff;
    -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
.flip-container .back p {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 18px; }
.flip-container .author {
    bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px; }
.flip-container .author .image {
    width: 40px; }
.flip-container .author .image img {
    border-radius: 50%;
    max-width: 100%; }
.flip-container .author .position {
    display: block;
    font-size: 12px; }
@media (max-width: 991.98px) {
    .flip-container .back {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg); }
    .flip-container .front {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg); } }

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0; }

.ftco-counter .ftco-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #f7ca44; }

.ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #b3b3b3; }

.block-22 {
    padding: 3em 0; }
.block-22 .heading {
    font-size: 30px;
    font-weight: 300; }
.block-22 .subscribe .form-group {
    position: relative; }
.block-22 .subscribe .email {
    height: 50px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 180px; }
.block-22 .subscribe .submit {
    position: absolute;
    top: 6px;
    padding-left: 30px;
    padding-right: 30px;
    right: 6px;
    border-radius: 30px;
    color: #fff; }
.block-22 .subscribe .submit:hover {
    color: #000; }

.block-21 figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }
.block-21 figure img {
    border: 4px solid #fff;
    border-radius: 4px; }

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 300; }
.block-21 .text .heading a {
    color: #000; }
.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
    color: #f7ca44; }

.block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px; }
.block-21 .text .meta > div a {
    color: #cccccc; }

.block-5 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    position: relative;
    display: block;
    margin-bottom: 30px; }
.block-5:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
.block-5 .text {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 10px 20px;
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease; }
.block-5 .text:before {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: absolute;
    content: "";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.block-5 .text .heading, .block-5 .text .subheading, .block-5 .text .post-meta, .block-5 .text .excerpt {
    z-index: 2;
    position: relative; }
.block-5 .text .subheading {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    margin-bottom: 5px;
    opacity: .6; }
.block-5 .text .heading {
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2; }
.block-5 .text .post-meta {
    line-height: 1.4;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase; }
.block-5 .text .post-meta span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: .6; }
.block-5 .text .excerpt {
    line-height: 1.4;
    color: #fff; }
.block-5:hover .text:before, .block-5:focus .text:before {
    visibility: visible;
    opacity: 1;
    height: 100%;
    background: #fff; }
.block-5:hover .text .heading, .block-5:hover .text .subheading, .block-5:hover .text .post-meta, .block-5:focus .text .heading, .block-5:focus .text .subheading, .block-5:focus .text .post-meta {
    color: #000; }

.block-6 .icon {
    margin-right: 30px;
    color: #000000; }
.block-6 .icon span:before {
    font-size: 50px; }
.block-6 .icon span.bg-after:after {
    position: absolute;
    content: "";
    left: 10px;
    top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fbe6a6;
    z-index: -1; }

.block-6 .media-body .heading {
    font-size: 18px; }

.block-6 .media-body p {
    color: #a2a2a2; }
.block-6 .media-body p:last-child {
    margin-bottom: 0; }

.block-13 .owl-stage-outer {
    padding-bottom: 7em; }

.block-13 .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px; }
.block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled {
    opacity: .2; }

.block-10 {
    margin-bottom: 30px; }
.block-10 .person-info {
    height: 75px; }
.block-10 .person-info span {
    display: block; }
.block-10 .person-info .name {
    font-size: 20px; }
.block-10 .person-info .position {
    font-size: 14px; }

@media (min-width: 768px) {
    .pricing-wrap {
        margin-top: -250px; } }

.block-7 {
    margin-bottom: 30px;
    padding: 30px;
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
    background: #fff; }
@media (min-width: 768px) {
    .block-7 {
        padding: 40px; } }
.block-7 .heading {
    font-size: 50px;
    line-height: 1;
    margin: 0;
    padding: 0; }
.block-7 .heading-2 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase; }
.block-7 .price {
    margin: 0;
    padding: 0;
    display: block; }
.block-7 .price sup {
    font-size: 20px;
    top: -2em; }
.block-7 .price .number {
    font-size: 80px; }
.block-7 .excerpt {
    margin-bottom: 20px;
    color: #b3b3b3; }
.block-7 .label2 {
    text-transform: uppercase; }
.block-7 .pricing-text {
    margin-bottom: 0; }
.block-7 .pricing-text, .block-7 .pricing-text li {
    padding: 0;
    margin: 0; }
.block-7 .pricing-text li {
    list-style: none;
    margin-bottom: 10px;
    color: #b3b3b3; }
.block-7 .pricing-text li strong {
    color: #000; }

.block-8 .accordion-item .heading {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0; }
.block-8 .accordion-item .heading > a {
    padding-left: 35px;
    position: relative;
    color: #000; }
.block-8 .accordion-item .heading > a:before {
    width: 20px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
    top: .1em;
    left: 0; }
.block-8 .accordion-item .heading > a[aria-expanded="true"]:before {
    font-family: 'icomoon';
    position: absolute;
    content: "\e316";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #f7ca44;
    color: #fff;
    border: 1px solid #f7ca44; }
.block-8 .accordion-item .heading > a[aria-expanded="false"]:before {
    content: "\e313";
    color: #ccc;
    font-family: 'icomoon';
    position: absolute;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }

.block-8 .accordion-item .body-text {
    font-size: 16px;
    padding: 5px 0;
    padding-left: 30px; }

.block-4 .nonloop .owl-stage {
    padding-bottom: 2em; }

.block-4 .nonloop .owl-item {
    -webkit-box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.2); }

.block-4 .nonloop .owl-nav {
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: -2px; }
.block-4 .nonloop .owl-nav .owl-prev, .block-4 .nonloop .owl-nav .owl-next {
    opacity: .2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute; }
.block-4 .nonloop .owl-nav .owl-prev:hover, .block-4 .nonloop .owl-nav .owl-next:hover {
    opacity: 1; }
.block-4 .nonloop .owl-nav .owl-prev.disabled, .block-4 .nonloop .owl-nav .owl-next.disabled {
    display: none; }
.block-4 .nonloop .owl-nav .owl-prev span, .block-4 .nonloop .owl-nav .owl-next span {
    font-size: 30px; }
.block-4 .nonloop .owl-nav .owl-prev {
    left: 50px; }
.block-4 .nonloop .owl-nav .owl-next {
    right: 50px; }

.block-4 .nonloop .owl-dots {
    bottom: -40px;
    position: absolute;
    width: 100%;
    text-align: center; }
.block-4 .nonloop .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.block-4 .nonloop .owl-dots .owl-dot.active {
    background: #f7ca44; }

.contact-section {
    margin-top: -250px; }
.contact-section .container {
    z-index: 2;
    position: relative;
    background: #fff !important;
    padding: 30px; }
@media (min-width: 768px) {
    .contact-section .container {
        padding: 70px; } }

.custom-pagination {
    width: 100%;
    text-align: center;
    display: inline-block; }
.custom-pagination li {
    display: inline-block; }
.custom-pagination .prev a, .custom-pagination .next a {
    font-size: 20px !important;
    line-height: 38px !important; }
.custom-pagination li a, .custom-pagination .prev a, .custom-pagination .next a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px; }
.custom-pagination li.active a, .custom-pagination .prev.active a, .custom-pagination .next.active a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px;
    background: #f7ca44;
    color: #fff; }
.custom-pagination li.active a:hover, .custom-pagination li.active a:focus, .custom-pagination .prev.active a:hover, .custom-pagination .prev.active a:focus, .custom-pagination .next.active a:hover, .custom-pagination .next.active a:focus {
    color: #fff; }
.custom-pagination .prev {
    float: left; }
.custom-pagination .next {
    float: right; }

/* Blog*/
.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em; }
.post-info > div {
    display: inline-block; }
.post-info > div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: .5; }

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #ccc;
    font-size: 11px; }
.tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
    clear: both; }

.comment-list {
    padding: 0;
    margin: 0; }
.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
.comment-list li .vcard {
    width: 80px;
    float: left; }
.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%; }
.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px); }
.comment-list li .comment-body h3 {
    font-size: 20px; }
.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc; }
.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px; }
.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black; }

.search-form {
    background: #f7f7f7;
    padding: 10px; }
.search-form .form-group {
    position: relative; }
.search-form .form-group input {
    padding-right: 50px; }
.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar-box {
    margin-bottom: 30px;
    font-size: 15px;
    width: 100%;
    background: #fff; }
.sidebar-box *:last-child {
    margin-bottom: 0; }
.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none; }
.categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
.categories li a, .sidelink li a {
    display: block; }
.categories li a span, .sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc; }
.categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.section-heading .subheading-sm {
    margin-bottom: 30px;
    color: #999999;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .1em;
    position: relative;
    display: inline-block;
    font-weight: 300; }
.section-heading .subheading-sm:after {
    width: 80px;
    height: 2px;
    background: #999999;
    position: absolute;
    left: 120%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ""; }

.section-heading .heading {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 40px 0;
    padding: 0; }

.block-32 {
    margin-top: -70px;
    z-index: 1;
    position: relative;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1); }
.block-32 .field-icon-wrap {
    position: relative; }
.block-32 .field-icon-wrap .form-control {
    height: 52px !important;
    position: relative;
    padding-right: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #a6a6a6; }
.block-32 .field-icon-wrap .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    z-index: 2; }
.block-32 .field-icon-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }
.block-32 .btn {
    height: 52px;
    color: #fff; }

.block-31 .owl-nav {
    position: absolute;
    right: 50px;
    bottom: 130px; }
.block-31 .owl-nav .owl-prev, .block-31 .owl-nav .owl-next {
    color: #fff;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.block-31 .owl-nav .owl-prev:hover, .block-31 .owl-nav .owl-next:hover {
    opacity: 1; }

.block-31 .owl-dots {
    position: absolute;
    bottom: 100px;
    right: 50px; }
.block-31 .owl-dots .owl-dot {
    float: left;
    width: 40px;
    height: 2px;
    background: #fff;
    opacity: .3; }
.block-31 .owl-dots .owl-dot.active {
    opacity: 1;
    background: #fff; }

.block-30 {
    background-size: cover;
    background-color: #ccc;
    padding: 0;
    position: relative; }
@media (max-width: 991.98px) {
    .block-30 {
        background-position: center center !important; } }
.block-30 .author {
    margin-top: 30px;
    font-family: "Overpass", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    display: block; }
.block-30:before {
    background: #000;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    z-index: 0; }
.block-30.no-overlay:before {
    display: none; }
.block-30, .block-30 .row {
    min-height: 700px;
    height: 100vh; }
.block-30 .subheading-sm {
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .1em;
    position: relative;
    display: inline-block;
    font-weight: 300; }
.block-30 .subheading-sm:after {
    width: 80px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 120%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ""; }
.block-30 .heading {
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 50px;
    font-family: "Dosis", sans-serif; }
@media (min-width: 768px) {
    .block-30 .heading {
        font-size: 80px; } }
@media (min-width: 992px) {
    .block-30 .heading {
        font-size: 80px; } }
.block-30 .btn {
    background: #fff;
    border-radius: 0;
    border: 2px solid transparent;
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #999999;
    -webkit-box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2); }
.block-30 .btn:hover {
    border-color: #fff;
    color: #fff; }
.block-30.block-30-sm, .block-30.block-30-sm .row {
    min-height: 700px;
    height: 70vh; }
.block-30.block-30-sm .heading {
    font-size: 70px;
    margin-bottom: 20px; }
.block-30 .lead {
    color: #fff; }

.block-23 ul, .block-23 ul li {
    padding: 0;
    margin: 0;
    list-style: none; }

.block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; }

.block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: #f7ca44; }

.img-hover {
    position: relative;
    display: inline flow-root list-item;
    overflow: hidden;
    margin-bottom: 30px; }
.img-hover img {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all; }
.img-hover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #f7ca44;
    opacity: 0;
    visibility: hidden;
    content: "";
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.img-hover .icon {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease; }
.img-hover:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
.img-hover:hover:before {
    opacity: .8;
    visibility: visible; }
.img-hover:hover .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.block-47 .block-47-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    display: block; }
.block-47 .block-47-image img {
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.3); }

.block-47 .block-47-quote {
    margin-left: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 7px;
    position: relative;
    -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1); }
.block-47 .block-47-quote:before {
    content: "";
    z-index: 2;
    position: absolute;
    left: -15px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent; }
.block-47 .block-47-quote .block-47-quote-author {
    font-size: 14px;
    color: #666666; }

.block-47.block-47-reverse .block-47-quote {
    margin-left: auto;
    margin-right: 40px; }
.block-47.block-47-reverse .block-47-quote:before {
    left: 100%;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }

.block-35 .nav {
    margin-bottom: 70px; }
.block-35 .nav li {
    width: 33.33333%; }
.block-35 .nav li a {
    cursor: pointer;
    padding: 40px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #e6e6e6;
    color: #cccccc; }
.block-35 .nav li a:hover {
    color: #000; }
.block-35 .nav li a.active {
    color: #f7ca44;
    border-bottom: 2px solid #f7ca44; }

.block-33 {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2); }
.block-33 .vcard .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 20px; }
.block-33 .vcard .image img {
    max-width: 100%;
    border-radius: 50%; }
.block-33 .vcard .name-text .heading {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300; }
.block-33 .vcard .name-text .meta {
    color: #a6a6a6;
    display: block;
    font-size: 14px; }
.block-33 .text blockquote {
    padding: 0;
    margin-bottom: 0;
    border: none !important;
    font-size: 16px; }
.block-33 .text blockquote p:last-child {
    margin-bottom: 0; }

.block-34, .block-3 {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2); }
.block-34 .image img, .block-3 .image img {
    max-width: 100%; }
.block-34 .text, .block-3 .text {
    padding: 30px; }
.block-34 .text .heading, .block-3 .text .heading {
    font-size: 24px;
    font-weight: 300; }
.block-34 .text .price, .block-3 .text .price {
    font-size: 40px; }
.block-34 .text .price sup, .block-34 .text .price sub, .block-3 .text .price sup, .block-3 .text .price sub {
    font-size: 16px; }
.block-34 .text .price sup, .block-3 .text .price sup {
    top: -1em; }
.block-34 .text .price sub, .block-3 .text .price sub {
    bottom: 0em; }
.block-34 .text .specs, .block-34 .text .specs li, .block-3 .text .specs, .block-3 .text .specs li {
    padding: 0;
    margin: 0;
    list-style: none; }
.block-34 .text .specs li, .block-3 .text .specs li {
    color: gray;
    line-height: 1.5;
    margin-bottom: 10px; }
.block-34 .text .specs li strong, .block-3 .text .specs li strong {
    color: #000; }

.block-3 .text, .block-3 .image {
    width: 100%;
    padding: 10% 7%; }
@media (min-width: 768px) {
    .block-3 .text, .block-3 .image {
        width: 50%;
        padding: 10% 7%; } }

.block-3 .text .subheading {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #a3c2d1; }

.block-3 .text .heading {
    font-size: 30px;
    margin-bottom: 30px; }

.block-3 .text p:last-child {
    margin-bottom: 0; }

.block-3 .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
@media (max-width: 767.98px) {
    .block-3 .image {
        height: 300px; } }

#blog .block-3 .text {
    padding: 4%; }

#blog .block-3 .heading {
    margin-bottom: 0; }
#blog .block-3 .heading a {
    color: #000; }
#blog .block-3 .heading a:hover {
    color: #f7ca44; }

#blog .block-3 .meta {
    font-size: 16px;
    color: #999999; }
#blog .block-3 .meta .sep {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
#blog .block-3 .meta a {
    color: #999999; }
#blog .block-3 .meta a:hover {
    color: #4d4d4d; }

.block-38 .block-38-header .block-38-heading {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 300; }

.block-38 .block-38-header .block-38-subheading {
    color: #b3b3b3;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 15px; }

.block-38 .block-38-header img {
    width: 150px;
    border-radius: 7px;
    margin-bottom: 20px; }

.img-shadow {
    border: 5px solid #fff;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.4); }

.bcrumbs {
    color: rgba(255, 255, 255, 0.4); }
.bcrumbs a {
    color: #fff; }
.bcrumbs .sep {
    color: rgba(255, 255, 255, 0.5); }

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000; }

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1; }






/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients .client-logo {

    display: flex;
    justify-content: center;
    align-items: center;


    background: #fff;
    height: 100px;
}
.custom-green {
    color: #2e9141;
    background: linear-gradient(105.27deg, rgba(22, 34, 51, 1) 1.84%, rgba(17, 132, 90, 1) 110.21%);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: linear-gradient(105.27deg, rgb(22, 34, 51) 1.84%, rgb(17, 132, 90) 110.21%);
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    font-weight: 900;
}
.clients .client-logo img {
    transition: all 0.3s ease-in-out;
    height: 36px;
    filter: grayscale(100%);
}
.p {
    font-size: var(--p-size);
    line-height: var(--p-line-height);
}
.styleleft{
    font-size:25px;
}
.circle, .radius-half {
    border-radius: 50%;
}
.clients .client-logo:hover img {
    filter: none;
    transform: scale(1.1);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    background: #37517e;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #f3f5fa;
    text-align: center;
    font-size: 15px;
    color: #444444;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #37517e;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #47b2e4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #209dd8;
}

#footer .footer-top {
    background: #f3f5fa;
}


#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #37517e;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #5e5e5e;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #37517e;
    position: relative;
    padding-bottom: 12px;
}


.block-9 {
    display: flex!important;
    align-items: stretch!important;
    gap: 20px!important;
    max-height: 600px!important;
    overflow: hidden!important; /* Ajoute un espacement entre le formulaire et l'image */
}

.block-9 .col-md-6 {
    flex: 1!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important; /* Centrer verticalement le contenu */
}

.block-9 form {
    display: flex!important;
    flex-direction: column!important;
    max-height: 100%!important;
    justify-content: space-between!important; /* Espacer les éléments du formulaire */
}

.block-9 .col-md-7 img {
    width: 100%!important;
    max-height: 100%!important;
    object-fit: cover!important; /* Pour que l'image remplisse le conteneur sans être déformée */
}



.president-section {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #f9f9f9; /* Couleur de fond douce */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.president-photo {
    flex: 0 0 200px; /* Taille fixe pour la photo */
    margin-right: 20px;
}

.president-photo img {
    width: 100%;
    height: auto;
    border-radius: 50%; /* Photo circulaire */
    border: 2px solid #0056b3; /* Bordure bleue autour de la photo */
}

.president-message {
    flex: 1;
}

.president-message h2 {
    margin-bottom: 10px;
    color: #0056b3; /* Couleur de titre */

    font-weight: bold;
}

.president-message p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}


#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #47b2e4;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #47b2e4;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #47b2e4;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #209dd8;
    color: #fff;
    text-decoration: none;
}

#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

#footer .copyright {
    float: left;
}

#footer .credits {
    float: right;
    font-size: 13px;
}

#footer .credits a {
    transition: 0.3s;
}

body{

    color: #41464d;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-a-brc-tp:not(.disabled):not(:disabled).active, .btn-brc-tp, .btn-brc-tp:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle), .btn-h-brc-tp:hover, .btn.btn-f-brc-tp:focus, .btn.btn-h-brc-tp:hover {
    border-color: transparent;
}
.btn-outline-blue {
    color: #0d6ce1;
    border-color: #5a9beb;
    background-color: transparent;
}
.btn {
    cursor: pointer;
    position: relative;
    z-index: auto;
    border-radius: .175rem;
    transition: color .15s,background-color .15s,border-color .15s,box-shadow .15s,opacity .15s;
}
.border-2 {
    border-width: 2px!important;
    border-style: solid!important;
    border-color: transparent;
}
.bgc-white {
    background-color: #fbfcfd !important;
}

#footer {
    background-color: #87CEEB; /* Bleu ciel */
    color: #333; /* Couleur du texte */
    padding: 40px 0; /* Espacement vertical */
}

.footer-top {
    padding: 20px 0; /* Espacement supérieur et inférieur */
}

.footer-contact h3,
.footer-links h4 {
    font-size: 20px; /* Taille des titres */
    color: #0056b3; /* Couleur des titres */
    margin-bottom: 15px; /* Espacement inférieur */
}

.footer-contact p,
.footer-links p {
    margin: 5px 0; /* Espacement des paragraphes */
    color: #555; /* Couleur du texte */
}

.footer-links ul {
    list-style: none; /* Supprimer les puces */
    padding: 0; /* Supprimer le padding */
}

.footer-links li {
    margin: 8px 0; /* Espacement des éléments de liste */
}

.footer-links a {
    color: #0056b3; /* Couleur des liens */
    text-decoration: none; /* Supprime le soulignement */
    transition: color 0.3s; /* Transition pour la couleur */
}

.footer-links a:hover {
    color: #003f7f; /* Couleur des liens au survol */
}

.social-links {
    display: flex; /* Flexbox pour l'alignement */
    gap: 10px; /* Espacement entre les icônes */
}

.social-links a {
    color: #0056b3; /* Couleur des icônes */
    font-size: 20px; /* Taille des icônes */
    transition: color 0.3s; /* Transition pour la couleur */
}

.social-links a:hover {
    color: #003f7f; /* Couleur des icônes au survol */
}

.footer-bottom {
    background-color: #0056b3; /* Couleur de fond du bas du footer */
    color: #fff; /* Couleur du texte */
    padding: 15px 0; /* Espacement vertical */
    text-align: center; /* Centre le texte */
}

.footer-bottom .credits a {
    color: #fff; /* Couleur des crédits */
    text-decoration: underline; /* Souligner les crédits */
}

.footer-bottom .credits a:hover {
    color: #87CEEB; /* Couleur au survol */
}

.text-green-d1 {
    color: #277b5d!important;
}
.letter-spacing {
    letter-spacing: .5px!important;
}
.font-bolder, .text-600 {
    font-weight: 600!important;
}
.text-170 {
    font-size: 1.7em!important;
}

.text-purple-d1 {
    color: #6d62b5!important;
}

.text-primary-d1 {
    color: #276ab4!important;
}
.text-secondary-d1 {
    color: #5f718b!important;
}
.text-180 {
    font-size: 1.8em!important;
}
.text-150 {
    font-size: 1.5em!important;
}
.text-danger-m3 {
    color: #e05858!important;
}
.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.position-l {
    left: 0;
}
.position-b, .position-bc, .position-bl, .position-br, .position-center, .position-l, .position-lc, .position-r, .position-rc, .position-t, .position-tc, .position-tl, .position-tr {
    position: absolute!important;
    display: block;
}
.mt-n475, .my-n475 {
    margin-top: -2.5rem!important;
}
.ml-35, .mx-35 {
    margin-left: 1.25rem!important;
}

.text-dark-l1 {
    color: #56585e!important;
}
.text-90 {
    font-size: .9em!important;
}
.text-left {
    text-align: left!important;
}

.mt-25, .my-25 {
    margin-top: .75rem!important;
}

.text-110 {
    font-size: 1.1em!important;
}

.deleted-text{
    text-decoration:line-through;;
}

@media (max-width: 768px) {
    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }
    .flickr-container {
        display: none;
    }
    .btn{
        width: 100%!important;
    }
    .styleleft {
        display: none!important;
    }
    .more_article {
        width: 40% !important;
        border-radius: 10px !important;
    }
    .articles_link{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}


@media (max-width: 600px){
    .heading{
        font-size: 40px!important;
    }
}
