@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-thin-webfont.html') format('woff2'), url('fonts/montserrat-thin-webfont-2.html') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-extralight-webfont.html') format('woff2'), url('fonts/montserrat-extralight-webfont-2.html') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-light-webfont.html') format('woff2'), url('fonts/montserrat-light-webfont-2.html') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-regular-webfont.html') format('woff2'), url('fonts/montserrat-regular-webfont-2.html') format('woff');
    font-weight: 400;
    // normal font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-medium-webfont.html') format('woff2'), url('fonts/montserrat-medium-webfont-2.html') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-semibold-webfont.html') format('woff2'), url('fonts/montserrat-semibold-webfont-2.html') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-bold-webfont.html') format('woff2'), url('fonts/montserrat-bold-webfont-2.html') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-extrabold-webfont.html') format('woff2'), url('fonts/montserrat-extrabold-webfont-2.html') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-black-webfont.html') format('woff2'), url('fonts/montserrat-black-webfont-2.html') format('woff');
    font-weight: 900;
    font-style: normal;
}



a {
    text-decoration: none;
    color: #00123c;
}

    a:hover {
        color: #00123c;
        text-decoration: none;
    }




.testimonialvideo h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
    color: #00123c;
    letter-spacing: 0.3px;
    padding: 0;
}

.notice-board-display-wrapper {
    background-color: #FFF;
    box-shadow: 0px 4px 8px #888;
    padding: 10px 30px;
    border-radius: 10px;
    overflow-y: hidden;
    max-height: 680px;
}

    .notice-board-display-wrapper:hover {
        overflow-y: auto;
    }
    /* Let's get this party started */
    .notice-board-display-wrapper::-webkit-scrollbar {
        width: 2px;
    }

    /* Track */
    .notice-board-display-wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(221,0,0,0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    /* Handle */
    .notice-board-display-wrapper::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgba(221,0,0,0.8);
        -webkit-box-shadow: inset 0 0 6px rgba(221,0,0,0.5);
    }

        .notice-board-display-wrapper::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(221,0,0,0.4);
        }

.notice-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: #2d2e3d;
    text-transform: capitalize;
}

.notice-card:hover {
    color: #045ba3;
}

.notice-card {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0 20px;
}

    .notice-card a {
        text-decoration: none;
    }

    .notice-card .dd {
        display: block;
        float: left;
        font-size: 38px;
        color: #2d2e3d;
        font-weight: 600;
        line-height: 1;
    }

    .notice-card .mm-yy-tagline {
        max-width: 84%;
    }

    .notice-card .mm-yy-tagline {
        display: block;
        float: left;
        font-weight: 600;
        color: #045ba3;
    }

        .notice-card .mm-yy-tagline strong {
            display: block;
            font-size: 13px;
            color: #ef5b42;
            font-weight: 600;
            line-height: 1;
        }

    .notice-card .notice-img {
        margin-bottom: 8px;
        height: 131px;
    }

    .notice-card .notice-img {
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 29%);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        overflow: hidden;
    }

        .notice-card .notice-img img {
            width: 100%;
            transition: all .5s ease;
            display: block;
        }

        .notice-card .notice-img img {
            margin-right: auto;
            margin-left: auto;
        }

.home-notice-board h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2d2e3d;
    padding-bottom: 0px;
    text-transform: capitalize;
}

.home-page-benifit {
    position: relative;
    padding-left: 52px;
    box-sizing: border-box;
    height: 660px;
}

    .home-page-benifit:before {
        content: "";
        display: block;
        position: absolute;
        height: 25%;
        max-height: 203px;
        width: 100%;
        /*background-image: url(../images/bisag-globe.png);*/
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 125%;
        bottom: 0;
        left: 0;
    }
/*goverment logo slider end*/





