/* Default Setting */

.container {
    max-width: 1160px;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    position: relative;
}

.bg-gradients {
    background: linear-gradient( 45deg, #3a7bd5, #3a6073) !important;
}

.top-section {
    padding: 6px 0;
    color: #fff;
}

.rounded {
    border-radius: .7rem !important;
}

h2,
h3,
h5,
h4 {
    font-weight: 600;
}

.rounded-1 {
    border-radius: 15px !important;
}

.nbcc-star .fa-star {
    color: #ffc107;
}

hr:not([size]) {
    height: 3px;
}

hr:not([size]) {
    height: 1px;
    background: #676767;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

.breadcrumb {
    padding: 10px;
    margin-bottom: 0rem;
}

.breadcrumb a {
    text-decoration: none;
}

.bg-light {
    background-color: #f6fbff !important;
}

.text-danger {
    color: #357DED !important;
}

.fa-whatsapp {
    background: #3db964 !important;
    padding: 7px 7px !important;
}

.fa-facebook {
    background: #3b5998 !important;
    padding: 7px 9px !important;
}

.fa-twitter {
    background: #00aced !important;
}

.fa-linkedin {
    background: #007bb6 !important;
    padding: 7px 7px !important;
}

.fa-youtube {
    background: #bb0000 !important;
    padding: 7px 5px !important;
}

.fa-instagram {
    background: #517fa4 !important;
    padding: 7px 7px !important;
}

.fa-rss {
    background: #f57d00;
    padding: 6px 8px !important;
}

.fa-pinterest {
    background: #BD081C;
    padding: 7px 7px;
}

.font-14 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.btn-primary {
    color: #fff;
    background: linear-gradient( 45deg, #3a7bd5, #3a6073) !important;
    border: none;
    border-radius: 100px;
    padding: 8px 25px !important;
}

.btn-danger {
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 8px 25px !important;
}

.btn-success {
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 8px 25px !important;
}

.btn-info {
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 8px 25px !important;
}

.btn-warning {
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 8px 25px !important;
}

.btn-1 {
    border: none;
    border-radius: 100px;
    padding: 8px 25px !important;
}

.btn-1:hover {
    color: #000 !important;
}

.form-number {
    font-size: 12px;
    color: red;
    margin: 0;
    margin-top: -8px;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
select.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd !important;
}

footer .footsec-1 a {
    text-decoration: none;
    padding-left: 0px;
    color: inherit;
}

.dropdown {
    background: #f5f5f5 !important;
    border-radius: 5px;
    padding: 0px 12px;
}


/* IMPORTANT CSS FOR FORM CONTROL */

.form-box a {
    /*color: #0d6efd;*/
    text-decoration: none;
    font-size: 14px;
    /*color: #000000;*/
    font-weight: 400;
}

.form-control,
.form-select {
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    outline: none;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem .75rem;
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    color: #8898aa;
    border: 1px solid #cad1d7;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: none;
    transition: box-shadow .15s ease;
    border: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    appearance: none;
}

.form-control:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important;
}

.form-select:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important;
}

.form-control:not(:placeholder-shown) {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important;
    color: #7d7d7d;
}

.form-select:not(:placeholder-shown) {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important;
    color: #7d7d7d;
}

label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.err-msg {
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    padding: 0;
    color: #f44336;
    margin-bottom: 0;
}

.resend-activation {
    border-radius: 100px;
    color: #338cd9 !important;
    padding: 3px 15px;
    border: 1px solid #328bdb;
}


/* END */


/* Head Section */

.navbar {
    padding: 0;
}

.dropdown-item {
    padding: 7px 12px;
    font-size: 15px;
    color: #7c8690;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 0px #212529;
    overflow: hidden;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 23px;
}

.nav-link {
    font-size: 15px;
}

.dropdown-menu {
    padding: 0 0;
    border: none;
    border-radius: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background: linear-gradient(45deg, #5b9fde, #54718c);
}

.navbar-light .navbar-toggler {
    border: none;
    border-color: none !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.dashboard .accordion-item {
    background-color: #fff;
    border-radius: 5px !important;
    border: none;
}

.dashboard .accordion {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

footer .accordion-item {
    background-color: #fff;
    margin-bottom: 9px;
    border-radius: 5px !important;
    border: none;
}

footer .accordion-button:not(.collapsed) {
    color: #060606;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.top-sec {
    background: linear-gradient(45deg, #5b9fde, #54718c);
}

.top-sec ul {
    list-style: none;
    padding: 0;
}

.top-sec ul li {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
}

.top-sec ul li a {
    list-style: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.top-sec a:hover {
    color: #fff !important;
}

.logo-box {
    width: 144px;
    margin-bottom: 10px;
}

.logo {
    width: 150px;
    padding: 10px 0;
}

.logo-text {
    padding: 0;
    margin: 0;
    margin-top: -14px;
    font-size: 11px;
    text-align: center;
}

.heading-section {
    padding: 3.5rem 0;
    background: linear-gradient(45deg, #5b9fde, #54718c);
    background-position: bottom;
    background-size: cover;
}

.heading-section h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
}

.head-p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.breadcrumb-main {
    background: #f6fbff;
    border-radius: 100px;
    padding: 0 20px !important;
    margin-top: 42px;
}

section a:hover {
    color: #5b9fde !important;
}

.back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    padding: 3px 13px;
    line-height: 35px;
    background: linear-gradient(45deg, #5b9fde, #54718c);
    border-radius: 100px;
    bottom: 45px;
    right: 10px !important;
    z-index: 99999;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

footer {
    background: rgba(219, 238, 255, 0.3);
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer h4 {
    font-size: 21px;
    font-weight: 500;
}

footer ul li {
    padding: 2px 0;
}

footer ul li a {
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}

.foot-p {
    font-size: 13px;
}

.content-address {
    font-size: 13px;
    font-weight: 400;
}

.footsec-1 {
    padding-top: 20px;
}

.footsec-2 {
    padding: 20px;
}

.footsec-2 h4 {
    color: #999;
    text-align: center;
}

.social li {
    display: inline-block;
}

.social li .fa {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    color: #fff;
    padding: 7px 6px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.list-unstyled li {
    display: inline-block;
    position: relative;
}

.list-unstyled li a {
    color: #999;
    padding: 0px 7px;
    margin-bottom: -6px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
}

.list-unstyled li {
    color: #999;
    padding: 0px 2px;
    margin-bottom: -6px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
}

.list-unstyled li+li:before {
    content: "";
    width: 5px;
    position: relative;
    height: 5px;
    border-radius: 50px;
    background: #999;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.opacity05 {
    opacity: 0.5;
}

footer .f_menu {
    margin-top: 10px;
}

footer .f_menu li+li {
    margin-left: 4px;
}

footer .f_menu li {
    display: inline-block;
    position: relative;
}

.bg-dark {
    background-color: #353535 !important;
}

.bg-dark-1 {
    background: #000;
}

.f_social_icon a.fb {
    background: #3b5998;
    color: #fff;
}

.mobile-menu {
    display: none;
}


/* student Dashboard */

.st-dashboard {
    padding: 5rem 0 8rem 0;
}

.border-bottom {
    border-bottom: 1px solid #f5f5f5 !important;
}

.mt-150 {
    margin-top: -150px;
}

.text-red {
    font-size: 12px;
    color: #ce0000;
}

.student-icon {
    width: 90px;
    margin: 20px 0;
}

.dashboard-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fee-pay li {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
}

.dashboard-links li {
    list-style: none;
    padding: 7px 15px;
    border-left: 3px solid #fff;
}

.dashboard .accordion-button:not(.collapsed) {
    color: #2698d2 !important;
    background-color: #ffffff !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.dashboard-links li a {
    color: #717171;
    text-decoration: none;
    font-size: 14px;
}

.dashboard-links li:hover {
    border-left: 3px solid #3b5998;
    background: #f5f5f5;
}

.dashboard-links li .fa {
    width: 20px;
}

.dashboard-links li.active {
    border-left: 3px solid #3b5998;
    background: #f5f5f5;
}

.sw-theme-default>.nav .nav-link.active {
    color: #ff5722!important;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
}

.sw-theme-default>.nav .nav-link.inactive {
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
}

.sw-theme-default>.nav .nav-link.done {
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
}

.sw.sw-justified>.nav .nav-link,
.sw.sw-justified>.nav>li {
    background: #fff !important;
}

.datepicker {
    padding: 10px 12px !important
}

.form-check-input:checked {
    background-color: #567fa4;
    border-color: #5782aa;
}

.sw-theme-default>.nav .nav-link.active {
    color: #ffffff!important;
    cursor: pointer;
    background: #557695 !important;
}

.sw-theme-default>.nav .nav-link.active {
    color: #ffffff!important;
    cursor: pointer;
}

.sw-theme-default {
    border: none !important;
}

.alert {
    /*background: #fff;*/
    padding: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 8px 16px #f5f5f5;
}

.alert-success-new {
    border-left: 5px solid #198754;
    color: #198754;
}

.alert-info-new {
    border-left: 5px solid #7bd3ff;
    color: #3e3e3e;
}

.alert-info-new {
    border-left: 5px solid #2698d2;
    color: #3e3e3e;
}

.action-links {
    list-style: none;
}

.action-links li {
    display: inline-block;
}

.action-links li .fa {
    width: 25px;
    height: 25px;
    background: #e0830e;
    border-radius: 100px;
    color: #fff;
    padding: 5px 5px;
    font-weight: 200;
    margin-bottom: 5px;
}

/*.sticky-position {
    position: sticky; 
    top: 20px;
  }
  .top-nav {
    float: right;
    width: auto;
    margin-top: 30px;
  }
  .top-nav li {
    list-style: none;
    float: right;
  }
  .top-nav li a {
    color: #338ddb;
    text-decoration: none;
  }
  .content-height {
    min-height: calc(100vh - 303px);
  }
  .heading-section {
    padding: 30px 0;
    background: linear-gradient(45deg, #003566, #1066b5);
  }
  .form-box .head-p {
    text-align: left;
    color: #000;
  }
  .bg-dark {
    background-color: #353535 !important;
  }*/


@media screen and (max-width: 768px) {
    .desktop-menu {
        display: none;
    }
    
    .mobile-menu {
        display: block;
    }
    
    .heading-section h2 {
        color: #fff;
        font-size: 30px;
    }
    
    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: auto;
    }
    
    .resend-activation {
        padding: 0;
        border: NONE;
    }
    
    .dropdown {
        background: #fff !important;
        border-radius: 0px;
        padding: 0px;
    }
}
@media screen and (max-width: 400px) {
    .select2-container {
        width: 100% !important;
    }
}