@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&family=Raleway:wght@300;400;500;600;700&family=Ubuntu:ital,wght@1,700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.nav_bg li a{
    cursor: pointer;
    font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
    color: #fff;
    position: relative;
}
.nav_bg li a::before{
    content: '';
    position: absolute;
    width: 0;
    height: 9px;
    background-color: #fff;
    top: 15px;
    left: -8px;
    transition: 0.4s;
    border-radius: 50%;
}
.nav_bg ul li:last-child a:hover::before{
    width: 0;
}
.nav_bg ul li:last-child a{
    border: 1px solid #fff;border-radius: 8px;
}
.nav_bg ul li:last-child a:hover{
    background-color: #fff;
    border: 1px solid black;
    color: #232323 !important;
}

.nav_bg li a:hover::before{
    width: 9px;

}
.nav_bg li a:hover{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
      color: #fff;
}

.nav_bg {
    background: #3a579d ;
    margin-bottom: 1%;
   
}
.nav_bg ul li{
    padding: 5px 40px;
}


/* header start */
.header h1{
    font-family:'Raleway';
    font-weight: 700;
    line-height: 43.2px;
    font-size: 36px;
}
.header .national{
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 400;
    line-height: 46.88px;
}
.header .consultant{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 24px;
}
.header .consultant1{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 36px;
    line-height: 42.19px;
    letter-spacing: 1.1%;
}
.header .backimg{
    position: relative;
    right: -470px;
    top: -109px;
}
.header button{
    width: 195px;
    height: 53px;
    border-radius: 40px;
}
.header button:hover{
    background: #fff;
    color: #0B132A;
}

.header button span{
    font-size: 24.04px;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 28.17px;
    letter-spacing: 1.1%;
}

@media(max-width:990px){
    .mylogo{
        display: block;
    }
    .nav_bg ul li:last-child a{
        display: inline;
    }.header .backimg {
        display: none;
    }
    .myimgclass{
        display: none;
    }
    .head1-con{
        text-align: center;
    }
    .n-mclass{
        position: relative;
        width: inherit;
        right: 0;
        top: 75px;
        height: inherit;
    }
    .vector4{
        width: inherit;
        height: inherit;
        left: 0%;
        top: -349px;
    }
    .head1-con img{
        filter: drop-shadow(2px 4px 6px black);
    }
}
.help  id="about" {
    margin-top: 118px;
}
@media(max-width:768px){
    .help #about {
        margin-top: 180px;
    }
    .header h1 {
        font-family: 'Raleway';
        font-weight: 600;
        line-height: 43.2px;
        font-size: 24px;
    }
    .header .national {
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 600;
        line-height: 28.88px;
    }
    .header .consultant {
        font-family: 'Roboto';
        font-weight: 600;
        font-size: 12px;
        color: #737373;
    }
    .header .consultant1 {
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 16px;
        /* line-height: 42.19px; */
        letter-spacing: 1.1%;
    }
}

/*Header end*/


/*Help manual*/
@media(max-width:700px){
    .help .h2{
        margin:100px 0 22px 0 ;
    }   
}
.card-body{
    min-height: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 6px 34px 25px #eee;
}
.card-body:hover{
    cursor: pointer;
    transform: translateY(-15px);
    transition: 0.3s;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 6px 34px 25px #eee;
}

.card-body .buttn a{
    background: #00024c;
    padding: 4px 32px;
    border-radius: 7px;
    color: white;
    text-decoration: none;
}
.card-body:hover a{
    transition: 0.2s ease-in-out;
    box-shadow: 4px 5px 25px 3px #00024c;
}
/*Help manual End*/


/* acreditation start  */

.Accreditation .h2{
    color: #3a579d;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 36px;
    line-height: 42.19px;
    letter-spacing:1.1%;
}
.acc-body .text{
    width: 100%;
    padding: 25px 0 0 0 ;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 1.1%;
}
.acc-body img{
    width: 100%;
    height: 70%;
    border-radius: 10px;
}
.acc-body{
    padding: 35px;
    text-align: center;
    height: 100%;
    width: 100%;
    min-height:450px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 8px 14px 1px #ddd;
    transition: 0.3s;
}
.acc-body:hover{
    transform:translateY(-15px) !important ;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 5px 8px 16px 1px grey;
}

.login-btn a{
    color: #00024c;
    border: 1px solid #00024c;
    background: transparent;
    padding: 9px 20px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.5s;
}
.acc-body:hover a{
    color: #fff;
    border: 1px solid #00024c;
    background: #00024c;
    padding: 9px 20px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.5s;
    box-shadow: 0px 1px 5px 0px #00024c;
    visibility: visible;
}
.login-btn a:hover{
    background-color: transparent;
    color: #00024c;
}


/* acreditation end  */



/* portal start  */
.box{
    padding: 10px;
    width: 100%;
    height: 100%;
    border: 1.02px #C2C2C2;
    
    box-shadow: 0 0 10px #C2C2C2;
}
.box .box-head{
    font-family:'Roboto';
    font-weight: 500;
    font-size: 36.05px;
    line-height: 47.06px;
    letter-spacing: 1.1%;
    color: #3a579d;
}
.box .about-txt{
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 20.88px;
    letter-spacing: 1.1%;
    color: #232323;
}
.box-head a{
    background-color: #3a579d;
    color: #fff;
    height: 42px;
    width: 155px;
    font-size: 16px;
    padding: 15px 40px;
}

/* portal end  */


/* news */
.owl-nav span{
    font-size: 40px;
}
.content11{
    margin: 0px 0 38px 0;
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 7fr;
    align-items: baseline;
    text-align: end;
    padding: 13px;
    border-radius: 13px;
}
.content11 .date{
    font-family: 'Poppins';
font-size: 16px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
    color: #3a579d;
}
.content11 .small-content{
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: justify;
    margin: 0 10px;
    
}

/* news end  */





/* footer start  */
.footer-body{
    margin-top: 50px;
    text-align: center;
    background: #3a579d;
    /* height: 300px; */
    width: 100%;
}
.footer-body h3{
    margin-top: 40px;
    font-family: 'Roboto';
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}
.myflx{
    /* margin: 2%; */
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: end;
}
.myflx p{
    color: #fff;
}
.myflx p a{
    color: #fff;
}
/* footer end  */


.toaster {
    /* width: 100%; */
    /* position: absolute; */
    /* bottom: 13px; */
    left: 54%;
    /* transform: translateX(-50%); */
    background-color: transparent;
    color: red;
    /* padding: 10px 20px; */
    border-radius: 5px;
    /* display: none; */
    text-wrap: wrap;
}


.alert.alert-danger svg {
    background-color: red;
    border-radius: 100%;
    height: 25px;
    width: 25px;
}
