* {
    font-family: 'Poppins', sans-serif;
}
.insight_header {
    background-image: url('/Content/images/consultancy-vector.webp');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    height: 190px;
}

.insight_header h2.insight-sub {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.blog .sect2 .card {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.blog h5, .line p {
    font-weight: bold;
}

.blog .sect2 .card .btn {
    color: #77a730;
    background-color: transparent;
    border: 2px solid #77a730;
    font-weight: bold;
    border-radius: 30px;
    transition: 4sec;
}

    .blog .sect2 .card .btn:hover {
        color: #ffffff;
        background-color: #77a730;
        border: 2px solid #ffffff;
        transition: 4sec;
    }

.page-header a {
    text-decoration: none;
}

.page-header {
    background-image: url('../asset/header_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 3rem;
    padding-bottom: 0;
}

    .page-header .card {
        background: transparent;
        border: none;
        overflow: hidden;
    }

    .page-header .btn0 {
        padding: 8px 15px;
        border-radius: 50px;
        border: none;
        color: white;
        background-color: #77a730;
        transition: 0.5s;
        font-weight: bold !important;
    }

        .page-header .btn0:hover {
            color: #77a730;
            background-color: white;
            transition: 0.5s;
            border: 1px solid #77a730;
        }

.headerIcon .icon {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    font-size: 15px;
}

    .headerIcon .icon .text {
        font-size: 20px;
    }

header .view {
    display: none;
}
@media only screen and (max-width: 400px) {
    header .view .card h1 {
        font-size: 2rem;
        margin-top: 20px;
    }

    header .view .card h4 {
        font-size: 1rem;
    }
    /* header .view .card-body{
        padding: 0px !important;
    } */
}

@media only screen and (max-width: 580px) {

    .desktop-view {
        display: none;
    }

    .mobile-arrow-effect {
        display: block;
        position: relative;
        margin-top: -40px;
    }
}
@media only screen and (max-width: 768px) {
    header .hide {
        display: none;
    }

    header .view {
        display: block;
    }

    header .cent {
        display: center !important;
    }
}


