/*Bold*/
@font-face {
    font-family: 'GadugiBold';
    src: url('../font/gadugib.woff2') format('woff2');
}

/*Regular*/
@font-face {
    font-family: 'Gadugi';
    src: url('../font/gadugi.woff2') format('woff2');
}

body, html, p, h1, h2, h3, h4, h5, h6, a, button, input, textarea, select, option, label {
    font-family: 'Gadugi', sans-serif;
}

.container-fluid, .row, .col-lg-12 {
    overflow: visible !important;
}

.fixed-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1023 !important;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.4);
    animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}



.header-area .header-top {
    background: #040708;
}
.header-area .header-top::before {
    background: #040708;
}
.header-area .header-top .header-top-items {
    height: 50px;
}

.header-area .header-top .header-top-items .header-top-info ul li span,
.header-area .header-top .header-top-items .header-top-info ul li a{
    color: #DBDBDB;
}

.header-area .header-top .header-top-items .logo {
    background: #ffffff;
    padding: 41px 105px 41px 60px;
}
.header-area .header-top .header-top-items .header-top-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-area .header-top .header-top-items .header-top-info ul li:first-child {
    margin-left: 0;
    /*border-left: 1px solid #d5d5d5;*/
}

.header-area .header-top .header-top-items .header-top-info ul li {
    margin-left: 0px;
    text-align: center;
    border-left: 1px solid #040708;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.header-area .header-top .header-top-items .header-top-info ul li i {
    position: relative;
    left: 0;
    top: 50%;
    transform: none;
    font-size: 30px;
    /*color: #D71016;*/
    color: #DBDBDB;
}
.leadership-area .leadership-item .leadership-content span {
    font-size: 11px;
    text-transform: none !important;
    color: #D71016;
    padding-bottom: 5px;
    font-weight: bold;
}

.font-bold {
    font-family: 'GadugiBold', sans-serif;
}
i.fa {
    font-size: 20px;
}

.header-area .main-header {
    /*background: #040708;*/
    background: #D71016;
    /*border-top: 12px solid #000;*/
}

.header-area .main-header::before {
    min-width: 235px;
    background: #FFFFFF;
}

.header-area .main-header .main-header-item .header-btn {
    /*margin-top: -12px;*/
}

.header-area .main-header .main-header-item .header-btn a {
    /*background: #D71016;*/
    /*background: #0c0c0c;*/
    background: #1D3464;
    /*line-height: 85px !important;*/
    /*border-right: none !important;*/
}
.header-area .main-header .main-header-item .header-btn a:hover {
    background: #D71016 !important;
}


.header-area .main-header .main-header-item .header-menu {
    /*background: #16396A;*/
    /*background: #040708;*/
    background: #D71016;
}
.header-area .main-header .main-header-item .header-menu ul li > a {
    color: #fff;
    font-size: 14px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold !important;
}

.header-menu {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Para mejorar el desplazamiento en iOS */

    /* Ocultar la barra de desplazamiento por defecto */
    scrollbar-width: none; /* Para Firefox */
    -ms-overflow-style: none; /* Para Internet Explorer y Edge */
}

/* Ocultar barra de desplazamiento para Chrome, Safari y Opera */
.header-menu::-webkit-scrollbar {
    display: none;
}

/* Mostrar barra de desplazamiento cuando se hace hover */
.header-menu:hover {
    scrollbar-width: thin; /* Para Firefox */
    -ms-overflow-style: auto; /* Para IE y Edge */
}

.header-menu:hover::-webkit-scrollbar {
    display: block;
    height: 5px; /* Altura de la barra de desplazamiento */
}

.header-menu:hover::-webkit-scrollbar-track {
    background: transparent;
}

.header-menu:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
}

.header-menu ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

.header-menu ul li {
    display: inline-block;
    white-space: nowrap;
}

/* Opcional: agregar un pequeño padding para visualizar mejor el último ítem */
.header-menu ul li:last-child {
    padding-right: 10px;
}

/*.header-area.header-2-area .header-top-2 .header-top-item .header-info ul li a {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    margin-left: 27px;
}
.header-area.header-2-area .header-top-2 {
    padding: 16px 0;
}

.header-menu a {
    color: #333333 !important;
}

.header-area.header-2-area .header-top-2 {
    background: #040708;
}

.header-area.header-2-area .header-top-2::before {

    background: #fff;
}
.header-area.header-2-area .main-header {
    background: #ffffff;
}
.header-area.header-2-area .main-header::before {

    background: #fff;
}
.header-area.header-2-area .main-header .main-header-item .main-header-menus .header-logo {
    background: #fff;
    padding-top: 0;
    display: flex;
    align-items: center;
}

.header-menu ul li a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    position: relative;
    line-height: 4 !important;
}*/
.header-menu ul li.active a {
    /*color: #D71016 !important;*/
    color: #FFFFFF !important;
    font-weight: bold !important;
}
.header-menu ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    /*background-color: #D71016;*/
    background-color: #FFFFFF;
    transition: width 0.3s ease-in-out;
}

.header-menu ul li a:hover::after,
.header-menu ul li.active a::after {
    width: 100%;
}
.offcanvas_main_menu li a{
    display: flex;
    align-items: center;
    gap: 5px;
}
.leadership-item {
    border-radius: 12px;
}
.leadership-area .leadership-item {
    padding: 20px;
}
.gallery-item, .gallery-item img, .lg-object {
    border-radius: 12px;
    cursor: pointer;
}

.gallery-container {
    column-count: 4;
    column-gap: 1rem;
}
.gallery-container .gallery-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
}
.gallery-item img {
    width: 100%;
}
.services-item {
    border-radius: 12px;
}
.services-thumb img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.services-content {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.main-btn {
    border-radius: 12px;
}

.project-contact-area .project-contact-item .urgent-call-item {
    border-radius: 12px;
}
.comment-form .contact-one__form .input-box input {
    border-radius: 12px;
}
.comment-form .contact-one__form .input-box textarea {
    border-radius: 12px;
}
.services-header {
    height: 67px;
}
.brand-area .brand-item img {
    opacity: 1 !important;
}
@media (min-width: 1200px) {
    .container {
        /*max-width: 1595px;*/
    }
}

@media only screen and (max-width: 1200px) {
    .header-area .main-header .main-header-item .header-menu ul li > a {
        margin: 0 15px;
    }

    .header-top-info ul li:nth-child(3) div a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 500px;
        display: block;
    }
}

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

    .header-top-info ul li:nth-child(3) div a {
        max-width: 300px;
    }

}

@media (width <= 1200px) {
    .gallery-container {
        column-count: 3;
    }
}

@media (width <= 992px) {
    .gallery-container {
        column-count: 2;
    }
}

@media (width <= 600px) {
    .gallery-container {
        column-count: 1;
    }
}

@media (max-width: 1348px) {
    /*.header-area.header-2-area .header-top-2 {
        padding: 6px 0;
    }*/
}

@media (max-width: 991px) {
    /*.header-top-2 {
        display: none;
    }*/
}

