@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;800;900&display=swap');

::-moz-selection {
    background-color: #005ba5 !important;
    color: white;
}

::selection {
    background-color: #005ba5 !important;
    color: white;
}


html {
    font-size: 16px;
    scroll-behavior: smooth !important;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    box-shadow: inset 0 0 6px white;
}

body::-webkit-scrollbar-thumb {
    background-color: #005ba5 !important;
    outline: 1px solid #005ba5 !important;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

a:hover {
    text-decoration: none;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

.section {
    padding: 50px 0px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    padding: 5px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

label {
    font-weight: 600;
}


.btn-blue {
    background-color: #005ba5 !important;
    color: white;
    border-color: #005ba5 !important;
}

.btn-blue:hover {
    background-color: #cd2434 !important;
    color: white;
    border-color: #cd2434 !important;
}

.btn-red {
    background-color: #cd2434 !important;
    color: white;
    border-color: #cd2434 !important;
}

.btn-red:hover {
    background-color: #005ba5 !important;
    color: white;
    border-color: #005ba5 !important;
}


.text-blue {
    color: #005ba5;
}

.text-red {
    color: #cd2434;
}

.bg-blue {
    background-color: #005ba5;
}

.bg-red {
    background-color: #cd2434;
}

.bg-light-blue {
    background-color: #005ba526;
}

.bg-light-red {
    background-color: #cd24340f;
}

.bg-gray {
    background-color: #e9ecef;
}


.banner-section {
    margin-top: 62px;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop-banner img {
    min-width: 100%;
}

.banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content h1 {
    color: white;
}

.border-radius-6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.form-wrapper {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.form-control {
    height: 40px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-color: #8cc3ff;
}

.form-control:focus,
select:focus {
    outline: 0px;
    box-shadow: none;
    border-color: #005ba5;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

#course {
    overflow-x: scroll;
}

.btn:focus {
    outline: 0px;
    box-shadow: none;
}

.sparsh-list {
    list-style-type: none;
    padding: 0;
    margin: 0px;
    margin-bottom: 40px;
}

.sparsh-list li {
    margin-bottom: 8px;
    padding-left: 50px;
    position: relative;
}

.sparsh-list li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 30px;
    height: 30px;
    background-image: url('../images/checkmark-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #005ba5;
    text-decoration: underline;
    text-decoration-color: #cd2434;
    -moz-text-decoration-color: #cd2434;
}


.scroll-content {
    max-height: 320px;
    overflow-y: scroll;
}

.scroll-content::-webkit-scrollbar {
    width: 6px;
}

.scroll-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    box-shadow: inset 0 0 6px white;
}

.scroll-content::-webkit-scrollbar-thumb {
    background-color: #005ba5 !important;
    outline: 1px solid #005ba5 !important;
}


.job-box {
    min-height: 79px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    padding: 15px;
}

.job-box h6 {
    margin: 0px;
    width: 100%;
}

.why-box img {
    height: 80px;
    width: auto;
    margin: 0 auto;
    filter: invert(14%) sepia(66%) saturate(5632%) hue-rotate(347deg) brightness(98%) contrast(83%);
    -webkit-filter: invert(14%) sepia(66%) saturate(5632%) hue-rotate(347deg) brightness(98%) contrast(83%);
}


.facility-box img {
    height: 50px;
    width: auto;
    margin: 0 auto;
    filter: invert(26%) sepia(92%) saturate(5430%) hue-rotate(194deg) brightness(81%) contrast(102%);
    -webkit-filter: invert(26%) sepia(92%) saturate(5430%) hue-rotate(194deg) brightness(81%) contrast(102%);
    margin-bottom: 40px;
}


.display-5 {
    font-size: 2.4rem;
}

.card-header {
    padding: 0px;
}

.card-header h5 a {
    display: block;
    padding: 15px 30px;
}

.custom-accordion-item {
    border: 1px solid #005ba5;
    margin-bottom: 10px;
    border-radius: 6px;
}

.custom-accordion-item-header {
    padding: 10px;
    background-color: #005ba5;
    cursor: pointer;
    position: relative;
    color: white;
}

.custom-accordion-item-content {
    display: none;
    padding: 10px;
}

.custom-accordion-item-header::after {
    content: '+';
    position: absolute;
    right: 10px;
    color: white;
}

.custom-accordion-item.open .custom-accordion-item-header::after {
    content: '-';
    color: white;
}

.login-section {
    min-height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-banner {
    margin-top: 66px;
    background-color: #005ba5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-border-red {
    border: 2px solid red !important;
}

.height-100 {
    height: 80vh !important;
}





/*  Media Queries Starts */


/* 4K TV */
@media screen and (max-width: 3840px) {}

/* Full HD TV */
@media screen and (max-width: 1920px) {}

/* HD TV */
@media screen and (max-width: 1280px) {}

/* 15inch Laptops */
@media screen and (max-width: 1367px) {
    .banner-section {}
}

/*  Small Laptops upto 1350px */
@media screen and (max-width: 1366px) {
    .banner-section {}
}

/* iPad Pro */
@media screen and (max-width: 1024px) {
    .btn {
        font-size: 13px;
    }

    .mobile-banner {
        display: none;
    }

    .banner-section {
        background-position: left;

    }

}



/*  iPad, iPad Air*/
@media screen and (max-width: 820px) {
    .mobile-banner {
        display: none;
    }

    .banner-section {
        background-position: left center;
    }
}


/* iPhone 7 */
@media screen and (max-width: 480px) {

    h1 {
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    .banner-section {
        display: none;
    }

    .mobile-banner {
        margin-top: 130px;
    }
}

/* iPhone 5 */
@media screen and (Max-width: 320px) {
    .banner-section {
        display: none;
    }

    h2 {
        font-size: 1.2rem;
    }
}

/*  Media Queries Ends */