/*MEga menu Start */
body {
   font-family: sans-serif!important;
}
header nav.main_menu .has_mega_menu>.nav_dropdown .nav-item {
    padding: 0px;
    width: 33%;
    width: calc(100% / 3);
}

header nav.main_menu .has_mega_menu .nav-item:hover {
    background-color: #f2f2f2;
}

.newnav {
    padding: 2px 10px!important;
}

.newnav:hover .media-title {
    color: #00568d!important;
}
@media screen and (min-width: 1200px) {
    header nav.main_menu .nav li {
        border: 1px solid #ffffff;
        font-weight: 600;
    }
    header nav img {
        object-fit: revert;
        display: block;
    }
}

@media (min-width: 992px) {
    .custom-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: visible;
    }

    .newheader {
        height: 75px;
        width: 210px;
        object-fit: scale-down;
        margin-right: 75px!important;
    }
}
/*MEga menu Start */

.style_2 h1, .style_2 h2 {
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 20px;
}

.service_card {
    font-family: 'Roboto';
    font-size: 16px;
    min-height: 280px;
}

.style_2 .service_card .custom_header .home_demo_icon {
    border: 2px solid var(--service-color) !important;
}


.anim_fill_btn:hover::before, .anim_ouline_btn:hover::before, .anim_outline_secondary_btn:hover::before, .anim_fill_btn:focus::before, .anim_ouline_btn:focus::before, .anim_outline_secondary_btn:focus::before, .anim_fill_btn:active::before, .anim_ouline_btn:active::before, .anim_outline_secondary_btn:active::before {
    /* top: 0%; */
    left: 0%;
}
.anim_fill_btn::before, .anim_ouline_btn::before, .anim_outline_secondary_btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    top: 0px;
    left: -100%;
    transition: all .3s ease;
    z-index: -1;
}



/* .title_decor::after {
    position: absolute;
    content: '';
    width: 40%;
    height: 15px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);

    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    animation: drawLine 1s forwards ease-in-out;
} */

@keyframes drawLine {
    0% {
        width: 0; /* Start with 0 width */
        opacity: 0; /* Fully transparent */
    }
    50% {
        opacity: 1; /* Fade in halfway */
    }
    100% {
        width: 40%; /* Expand to 40% */
        opacity: 1; /* Fully visible */
    }
}
.highlight-scribble-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 45%;
    top: auto;
    bottom: -25%;
}

#loading-area {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    /* background-image: url("{{ asset('frontEnd/images/GilLoading.gif') }}"); */
    background-image: url("../../images/load-32.gif");
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: center;
}



footer p, footer a, footer h6 {
    font-size: 16px;
    color: #fff;
}
footer a:hover {
    color: #9dc9d8;
}
footer .copyright {
    background: #004080;
}


footer h5::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #000;
    /* margin: 12px 0 0; */
}


.team-item-wrap {
    box-shadow: 0 4px 10px rgb(31 48 151 / 38%);
}
