* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    margin: 0;
    list-style: none;
}

button,
input[type='button'] {
    cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

input,
textarea {
    border: none;
}

button {
    border: none;
    background: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0;
}

a:hover {
    text-decoration: none;
}

.table-responsive {
    padding-right: 1px;
}

.card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* ----- Typography ----- */

body {
    font-family: 'Ek Mukta', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

blockquote {
    margin: 0;
}

strong {
    font-weight: 700;
}


/* ----------- */

header {
    background-color: #ffffffab;
    color: #000;
    z-index: 1000;
    left: 0;
    right: 0;
}

header a {
    color: #fff;
}

header::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: -20px;
}

.top-header {
    background-color: #002347;
    padding: 10px 0;
    /* border-bottom: 1px solid #002347; */
}

.top-header .contact a {
    font-size: 14px;
    margin-right: 10px;
}

.top-header .contact a i {
    margin-right: 5px;
}

.top-header .contact a:hover {
    color: #ff5003;
}

.top-header .social-links a {
    font-size: 14px;
    color: #002347;
    border: 1px solid #002347;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    margin-right: 5px;
    width: 35px;
    text-align: center;
    height: 35px;
}

.top-header .social-links a:hover {
    font-size: 14px;
    border: 1px solid #ff5003;
    border-radius: 50%;
    background-color: #ff5003;
    color: #fff;
    padding: 5px;
    width: 35px;
    text-align: center;
    height: 35px;
}

.top-header .accessibility a {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}

.top-header .lang {
    color: #fff;
    font-size: 14px;
}

.top-header .top-btn .btn {
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: 500;
}

.top-header .top-btn .btn:hover {
    color: #002347;
    background-color: #fff;
    border: 1px solid #fff;
}

.header-bottom .nep-logo {
    max-width: 500px;
text-align:center;
}

.header-bottom .mis-logo {
    width: 70px;
}

.navbar {
    width: 100%;
    background-color: #002347;
    left: 0;
    z-index: 1;
    padding: 0.5rem 1rem;
}

.navbar .navbar-brand i {
    color: #fff;
}

.navbar .navbar-brand i:hover {
    color: #ff5003;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff !important;
    font-size: 14px;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #ff5003 !important;
}

.navbar-nav li {
    padding: 0 15px;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255);
    border-color: rgba(255, 255, 255);
    margin: 5px;
}

.nav-item button {
    padding: 4px 12px;
    background-color: #fff;
    border: 1px solid #002347;
    font-weight: 500;
    border-radius: 5px;
}

.nav-item button a {
    color: #002347;
    font-size: 14px;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff5003;
}

.alert {
    border-radius: 0px;
}

.myalert .close {
    height: 30px;
    width: 30px;
    opacity: 1;
    background-color: #fff;
    padding: 0;
}

.alert-info {
    color: #0c5460;
    background-color: #ffffffab;
    border: none;
    padding: 10px;
    margin: 0
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 30px;
    overflow: hidden;
}

.marquee-btn {
    color: #fff;
    background-color: #ff5003;
    padding: 0 15px;
}

.my-news-ticker-2 li a {
    color: #002347;
    font-size: 14px;
    font-weight: 600;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}

.marquee .track ul li {
    display: inline;
    margin-right: 15px;
}

@keyframes marquee {
    from {
        transform: translateX(150%);
    }
    to {
        transform: translateX(-90%);
    }
}

@media(max-width: 770px) {
    .marquee {
        overflow: hidden;
    }
}

.carousel-indicators {
    margin: auto 0;
    bottom: 30px;
    right: 30px;
    left: auto;
    padding: 0 10px;
}

.carousel-indicators>li {
    color: #fff;
    font-size: 14px;
    text-indent: 0;
    text-align: center;
    line-height: 30px;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: block;
    border: none;
    margin: 4px;
    background: #002347;
}

.carousel-control-next,
.carousel-control-prev {
    width: 30px;
    height: 30px;
    background-color: #002347;
    bottom: 30px !important;
    top: auto;
    opacity: 0.8;
    position: absolute;
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    left: calc(30px + 10px + 30px);
}


/* .carousel-inner {
    height: calc(100vh);
} */

.carousel-item {
    height: 100% !important;
}

.carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.carousel .carousel-indicators .active {
    background-color: #ffffffab;
}

@media (max-width:768px) {
    .carousel .carousel-control-prev,
    .carousel .carousel-control-next,
    .carousel .carousel-indicators {
        display: none;
    }
    .carousel-inner {
        width: 100%;
        height: calc(100vh - 100px);
        justify-content: center;
        left: 0;
        right: 0;
    }
}


/* -------footer------- */

.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    background-color: #002347;
    min-height: 250px;
    padding: 10px 0px 0px 0px;
    color: #fff;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0 0 0 30px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 5px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: #fff;
}

.footer_ul_amrc li a:hover {
    color: #ff5003;
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.contact-person {
    text-align: center;
}

.contact-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.contact-details {
    margin-top: 20px;
}

.contact-img img {
    max-width: 100%;
    max-height: 100%;
}

.contact-details h4 {
    color: #fff;
    margin-bottom: 10px;
}

.contact-details h4:hover {
    color: #ff5003;
}

.contact-details a:hover {
    color: #ff5003;
}

footer .testimonial {
    box-shadow: 0px 0px 2px #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 10px;
}

footer .testi-img1 {
    height: 50px;
    border-radius: 10px;
    background: none;
}

footer .testi-img1 img {
    margin-top: 10px;
    height: 120px;
    width: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}


/* -----login--- */

.ftco-section {
    background: #00234710;
    padding: 3em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.img,
.login-wrap {
    width: 100%;
}

@media (max-width: 991.98px) {
    .img,
    .login-wrap {
        width: 100%;
    }
}

.login-wrap {
    position: relative;
    background: #fff;
}

.login-wrap a {
    color: #5788cc;
    font-size: 13px;
}

.login-wrap p{
    padding: 8px;
}

.login-wrap h6 {
    text-align: right;
    color: #5788cc;
    margin-top: -20px;
}



.form-group {
    position: relative;
}

.form-group .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
}

.form-group a {
    color: gray;
}

.form-control {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:focus,
.form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #002347;
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}


/* Show the checkmark when checked */

.checkbox-wrap input:checked~.checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}


/* Style the checkmark/indicator */

.checkbox-primary {
    color: #002347;
}

.checkbox-primary input:checked~.checkmark:after {
    color: #002347;
}

.btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #002347 !important;
    border: 1px solid #002347 !important;
    color: #fff !important;
}

.btn.btn-primary:hover {
    border: 1px solid #002347;
    background: transparent;
    color: #002347;
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #002347;
    background: transparent;
    color: #002347;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #002347;
    color: #fff;
}