@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
.head-font-big,.head-font-small{font-family: 'Patua One', cursive;}
h1,h2,h3,h4,h5{font-family: 'Patua One', cursive;}
html,body{
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    background-color: rgb(234, 234, 234) !important;
}
.top_side_news_latest{
    height: auto;
    border-bottom: solid rgb(228, 228, 228) 2px;
}.read_more_link{
    font-size: 12px;
    text-decoration: none;
    position: absolute;
    bottom: 5px;
    right: 10px;
}.news_container_image{
    height: 200px;
    position: relative;
    overflow: hidden;
}.news_container_text{
    height: 200px;
    overflow: hidden;
}.news_container_text > .all_texts{
    height: 160px;
    padding-left: 10px;
    overflow: hidden;
}

/* ================ */
/*      Colors      */
/* ================ */

.bg-njn-light{background-color: rgb(255, 255, 255) !important;}
.bg-njn-g_light{background-color: rgb(235, 235, 235);}
.bg-njn-blue{background-color: rgb(0, 98, 255);}
.bg-njn-dark{background-color: #ed2523;}
.bg-njn-danger{background-color: rgb(255, 0, 0);}
.bg-njn-warning{background-color: rgb(255, 238, 0);}
.bg-njn-success{background-color: rgb(30, 255, 0);}

/* color */

.text-njn-light{color: #fff !important;}
.text-njn-dark{color: #000 !important;}
.text-njn-danger{color: rgb(255, 0, 0);}
.text-njn-warning{color: rgb(251, 255, 0);}
.text-njn-success{color: rgb(0, 255, 42);}




/* ================ */
/*      buttons     */
/* ================ */

.btn-njn-blue{
    border-radius: 0 !important;
    background-color: rgb(0, 98, 255) !important;
    color: white !important;
}.btn-njn-blue:not(.dissable).active{
    background-color: rgb(0, 70, 184) !important;
    color: white !important;
}.btn-njn-dark{
    border-radius: 0 !important;
    background-color: rgb(53, 53, 53) !important;
    color: white !important;
}.btn-njn-dark:not(.dissable).active{
    background-color: rgb(0, 0, 0) !important;
    color: white !important;
}.btn-njn-danger{
    border-radius: 0 !important;
    background-color: red !important;
    color: rgb(255, 255, 255) !important;
}.btn-njn-danger:not(.dissable).active{
    background-color: red !important;
    color: white !important;
}
.btn-njn-sm{

    border-radius: 0 !important;
    padding: 2px 5px;
    font-size: 10px;
    text-decoration: none;
    display: inline;
}
.btn-njn-sm:hover{
    text-decoration: none;
}

/* ====================== */
/*         Boxes          */
/* ====================== */


.card-njn-body{
    position: relative;
    padding: 5px 10px;
    border-left: solid black 4px;
}
.card-njn{
    margin-left: 15px;
    margin-top: 10px;
    border: solid 2px rgb(241, 241, 241);
    margin-bottom: 10px;
}
.card-njn-title{
    font-size: 28px;
}
.card-njn-image{
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
.long-ad-image-njn{
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ad-njn-container{
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100px;
    display: flex;
    align-content: center;
}
.news_detail{
    max-width: 300px;
}
.news_exports{
    max-width: 200px;
}
.news_heading{
    max-width: 150px;
}
.njn-box-trash{
    height: 400px;
    display: none;
    width: 300px;
    background-color: rgb(62, 62, 62);
    position: absolute;
    right: 10px;
    bottom: 60px;
    border-radius: 10px;
    text-align: center;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
.trash-icon-njn{
    padding: 20px 20px;
}
.btn-toggle-trash{
    background-color: rgb(0, 6, 42);
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
}
.njn-box-shadow{
    box-shadow: 0 0 5px  rgb(195, 195, 195);
}
.njn-container{
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.njn-col{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.njn-news-caption{
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 100%;
}
.njn-news-cover{
    padding: 0 10px;
}
.njn-news-cover p{
    font-size: 12px;
    color: rgb(179, 179, 179);
}
.bottom-text-cover-njn{
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0),#000000);
}
.njn-o-hidden{
    overflow: hidden !important;
}
.corosel-njn-next{
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 100px;
    background-color: rgb(63, 44, 44);
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    text-decoration: none;
}
.corosel-njn-next:hover{
    background-color: #fff;

}
.corosel-njn-next:hover>i{
    color: #000;
}

.corosel-njn-prev{
    position: absolute;
    top: 0;
    right: 30px;
    height: 30px;
    width: 100px;
    background-color: black;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    text-decoration: none;
}
.corosel-njn-prev:hover{
    background-color: #fff;

}
.corosel-njn-prev:hover >i{
    color: #000;
}
@media (min-width: 1200px){
    .njn-container {
        max-width: 90%;
    }
    .head-font-big{
        font-size: 40px;
    }
    .head-font-small{
        font-size: 20px;
    }
}
@media (max-width: 1200px){
    .njn-container {
        max-width: 90%;
    }
}
@media (max-width: 992px){
    .njn-container {
        max-width: 90%;
    }
}
@media (max-width: 768px){
    .njn-container {
        max-width: 720px;
    }
    .head-font-big{
        font-size: 30px;
    }
    .head-font-small{
        font-size: 18px;
    }
}
@media (max-width: 576px){
    .njn-container {
        max-width: 540px;
    }
    .head-font-big{
        font-size: 30px;
    }
    .head-font-small{
        font-size: 15px;
    }
}
@media (max-width: 992px){
    .md-njn-display-none {
        display: none;
    }
}

.njn-thumb-container{
    display: flex;
    padding: 5px 10px;
    height: 100%;
    overflow: hidden;
}.njn-thumb-img{
    width: 100%;
    margin-top:auto;
    margin-bottom: auto;
}
.card-njn-text{
    font-size: 12px;
    color: rgb(80, 80, 80);
}.news-njn-row{
    box-sizing: border-box;
    padding: 8px 10px;
    box-shadow: 2px 2px 5px 2px rgb(240, 240, 240);
}
.border-njn-btm{
    border-bottom: solid 5px transparent;
}
.navbar-nav{
    background-color: #fff;
}
#navbar-njn{
    padding-top: 2px;
}
.nav-njn-item{
    padding: 5px 5px;
    position: relative;
    margin-left: 2px;
    background: #ed2523;
}
.nav-njn-item:hover{
    background-color: #f4eb36;
}.nav-njn-item:hover > a{
    color: black;
}.nav-njn-item:not(.disable).active{
    background-color: #f4eb36;
}
.nav-njn-item:not(.disable).active > a{
    color: #000000;
}
.nav-njn-item > a{
    color: #fff;
}
.row-danger{
    width: auto;
    display: flex;
    background-color: rgb(201, 51, 51);
}
.njn-alert-danger{
    color: #fff;
    padding: 10px 15px;
}
.danger-njn-side{
    color: #fff;
    padding: 10px 15px;
    background-color: red;
}
.row-success{
    width: auto;
    display: flex;
    background-color: rgb(51, 201, 69);
}
.njn-alert-success{
    color: #fff;
    padding: 10px 15px;
}
.success-njn-side{
    color: #fff;
    padding: 10px 15px;
    background-color: rgb(0, 175, 35);
}
.njn-login-body{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.449);
}
.njn-bory-overlay{
    width: 100%;
    display: flex;
    height: 792px;
    justify-items: center;
}
.njn-login-container{
    width: 500px;
    height: auto;
    margin: auto;
    border-radius: 10px;
    background-color: rgba(32, 32, 32, 0.816)
}
.container-form-njn{
    width: auto;
    padding: 10px 15px;
}
@media only screen and (max-width: 768px){
    .xs-njn-hidden{
        display: none;
    }.xs-njn-show{
        display: block;
    }
    .njn-login-container{
        width: 90%;
    }
}
.njn-small-text{
    font-size: 12px;
}
.px-njn-0{
    padding-left: 0% !important;
    padding-right: 0% !important;
}
.link-njn{
    text-decoration: none;
}
.link-njn:hover{
    text-decoration: none;
}
.title-njn-newz{
    margin-left: -15px;
    margin-right: -15px;
}
.more-njn-link{
    margin-top: auto;
    margin-bottom: auto;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 12px;
}
.njn-video-youtube iframe{
    width: 100% !important;
    height: 420px !important;
}
.njn-video-youtube-2 iframe{
    width: 100% !important;
    height: 200px !important;
}
.carousel-indicators > li {
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
}
.carousel-item > img{
    width: 100%;
}
.drop-nav-njn{
    list-style: none;
    padding: 0;
}
.nav-link{
    display: inline-block !important;
    padding: 5px 10px !important;
}
.dropdown-nav-njn-split{
    background-color:transparent;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.njn-link{
    color: #fff;
    text-decoration: none;
}
.njn-link:hover{
    color: rgb(155, 155, 155);
    text-decoration: none;
}
.video-njn-yt iframe{
    max-width: 200px;
    height: auto;

}
.image-njn-yt img{
    max-width: 200px;
    height: auto;

}
.njn-text-tiny{
    font-size: 12px;
}
.njn-thumb-container iframe{
    height: 200px;
}
/*footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/*footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.social-network a.icoInstagram:hover {
    background-color: orangered;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoInstagram:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 50px;
    height: 50px;
    font-size:20px;
}
.social-circle li i {
    margin:0;
    line-height:50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: black;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.acon{
    background-color: #fff;
}
.njn-side-icons{
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 10;
}
.nav-njn-item:hover > .dropdown-menu {
    display: block;
}
.njn-slider-cover{
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.279);*/
}
.njn-slider-content{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: white;
}
#hero_section{
    position: relative;
    height: calc(100% - 200px);
    width: 100%;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}#hero_section_program{
    position: relative;
    height: 20%;
    width: 100%;
    background-image: linear-gradient(rgb(111, 111, 111),gray);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.space-beetween{
    padding: 20px 0;
    width: 100%;
}
.njn-divider{
    height: 4px;
    width: 100%;
    background-color: #000;
}
.principle-image{
    max-height: 440px !important;
    padding: 10px 0;
}
.card-body{
    padding-top: 0px ;
    padding-bottom: 0px ;
}
.card-body a:hover{
    text-decoration: none;
    color: rgb(47, 47, 47);
}
.card-header a{
    text-decoration: none;
}
.mission-all{
    position: relative;
    width: 100%;
    background-image: url('https://images.unsplash.com/photo-1491743715344-d5eed2a9c5bd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.mission-all-cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.802);
}
.last_about_section{
    position: relative;
    width: 100%;
    background-image: url('https://images.unsplash.com/photo-1491743715344-d5eed2a9c5bd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.quick_links{
    padding: 20px 10px;
    list-style-type: none;
}
.quick_links li{
    padding: 5px 5px;
    font-weight: 600;
}
.content-serction{
    width: 100%;
    padding: 20px 0;
}
.btn-njn-round{
    border-radius: 50% !important;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 99;
}