* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    position: relative;
    height: 100vh;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
.close {
    outline: none !important;
}
.admission-status {
    padding-bottom: 69vh;
}
@media only screen and (max-width: 576px) {
    .admission-status {
        padding-bottom: 33vh;
    }
    .admission-status .confirm-data-text h4,
    .admission-status .confirm-data-text span {
        font-size: 3.8vw;
    }
}
.text-color {
    color: #018651;
}
.btn-nctp {
    background-color: #018651;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    outline: none !important;
}
.btn-nctp:hover {
    color: #fff;
    background-color: #006e9a;
}
.disabled {
    pointer-events: none;
    cursor: default;
}
.btn-nctp-disabled {
    background-color: #6c757d;
    border: none;
    outline: none !important;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff !important;
    outline: none;
    cursor: not-allowed !important;
}
.height {
    padding-bottom: 13%;
}
@media only screen and (min-width: 1600px) {
    .height {
        height: 840px;
    }
}
@media only screen and (max-width: 824px) {
    .height {
        height: auto;
    }
}
.top-line {
    height: 15px;
    width: 100%;
    background: linear-gradient(to right,#027a37,#006e9a);
}
@media only screen and (max-width: 1025px) {
    .top-line-head {
        padding: 0;
        max-width: 100%;
    }
}
@media only screen and (max-width: 993px) {
    .top-line-head .top-line {
        height: 12px;
    }
}
.custom-navbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.custom-navbar .cisco {
    border-radius: 0 0 4px 4px !important;
}
.logo .link-logo {
    text-decoration: none;
    color: #000;
    transition: all 0.3s;
}
.logo .link-logo:hover {
    color: #018651;
}
.logo .logo-name {
    font-size: 14px;
}
.custom-breadcrumb {
    display: none;
}
.custom-navbar .custom-navbar-items {
    width: 65%;
}
.custom-navbar .custom-navbar-items .slide-navbar {
    left: 0 !important;
}
.custom-navbar .custom-navbar-items .items-ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin-bottom: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-top: 10px;
}
.custom-navbar .custom-navbar-items .items-ul .close {
    display: none;
}
.custom-navbar .custom-navbar-items .items-ul .link {
    padding: 0 0 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 700;
    color: #000;
}
.custom-navbar .custom-navbar-items .items-ul .link li {
    transition: all 0.3s;
    color: #000;
    text-decoration: none;
}
.custom-navbar .custom-navbar-items .items-ul .link:hover {
    text-decoration: none;
    color: #018651;
}
.custom-navbar .custom-navbar-items .items-ul .link:hover li {
    color: #018651;
}
.custom-navbar .custom-navbar-items .items-ul .res-sub-nav-main {
    display: none;
}
.custom-navbar .custom-navbar-items .items-ul .sub-nav-main {
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}
.custom-navbar .custom-navbar-items .items-ul .sub-nav-main .sub-nav {
    z-index: 100;
    position: absolute;
    list-style: none;
    top: 30px;
    left: 0;
    transition: all 0.3s;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    background-color: #000;
    color: #fff !important;
    border-radius: 5px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
}
.custom-navbar .custom-navbar-items .items-ul .sub-nav-main .sub-nav .sub-nav-one-li .link {
    transition: all 0.3s;
}
.custom-navbar .custom-navbar-items .items-ul .sub-nav-main .sub-nav .link {
    padding: 10px 20px;
    transition: all 0.3s;
    color: #fff;
}
.custom-navbar .custom-navbar-items .items-ul .sub-nav-main .sub-nav .link:hover {
    background-color: hsla(0, 0%, 91%, 0.4);
    color: #018651 !important;
}
.custom-navbar .custom-navbar-items .items-ul .sub-nav-main .sub-nav .link:hover:nth-of-type(3) {
    border-radius: 0 0 4px 4px;
}
.custom-navbar .custom-navbar-items .items-ul .sub-nav-main .sub-nav .link:hover li {
    color: #018651;
}
.custom-navbar .custom-navbar-items .items-ul .sub-nav-main .sub-nav .governor li {
    border-radius: 0 0 4px 4px !important;
}
.custom-navbar .custom-navbar-items .items-ul .sub-nav-main:hover {
    color: #018651;
}
.custom-navbar .custom-navbar-items .items-ul .sub-nav-main:hover .sub-nav {
    visibility: visible;
    opacity: 1;
}
.calendar {
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px 2px #d3d3d3;
    font-weight: bold;
}
@media only screen and (max-width: 993px) {
    nav .container {
        max-width: 100%;
        padding: 0;
    }
    .custom-navbar {
        justify-content: space-between;
        padding: 0 30px;
    }
    .custom-navbar .logo {
        width: 100%;
    }
    .custom-navbar .logo p span {
        white-space: nowrap;
    }
    .custom-breadcrumb {
        display: block;
        width: 20px;
    }
  .custom-breadcrumb .line-three {
        width: 25px !important;
    }
   .custom-breadcrumb span {
        font-size: 11px;
    }
    .custom-breadcrumb .line {
        border: 1.5px solid;
        width: 32px;
        margin-top: 5px;
        transition: all 0.1s;
    }
   .custom-breadcrumb .line:first-of-type {
        margin-top: 0;
    }
    .custom-breadcrumb:active .line {
        border-color: #018651;
    }
    .custom-navbar .custom-navbar-items {
        width: 0;
        height: 0%;
        z-index: 100;
    }
    .custom-navbar .custom-navbar-items .items-ul {
        width: 80%;
        height: 100%;
        top: 0;
        margin-top: 0;
        position: fixed;
        left: -100%;
        flex-direction: column;
        justify-content: flex-start;
        background-color: #fff;
        padding-top: 100px;
        padding-left: 20px;
        transition: all 1s;
        padding-right: 20px;
        overflow-y: scroll;
    }
    .custom-navbar .custom-navbar-items .items-ul li {
        font-weight: 700;
        margin-top: 10px;
        border-bottom: 1px solid grey;
    }
    .custom-navbar .custom-navbar-items .items-ul li .link {
        transition: all 0.2s;
    }
    .custom-navbar .custom-navbar-items .items-ul .close {
        display: block;
        border-bottom: none;
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 18px;
        opacity: 1;
    }
    .custom-navbar .custom-navbar-items .items-ul .sub-nav-main {
        display: none;
    }
    .custom-navbar .custom-navbar-items .res-sub-nav-main {
        position: relative;
        display: block !important;
        text-decoration: none;
        color: #000;
        font-weight: bolder;
    }
    .custom-navbar .custom-navbar-items .res-sub-nav-main span {
        position: absolute;
        right: 0;
        font-size: 20px;
    }
    .custom-navbar .custom-navbar-items .res-sub-nav {
        position: relative;
        list-style: none;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        margin-left: 10px;
    }
    .custom-navbar .custom-navbar-items .res-sub-nav .link-two {
        text-decoration: none !important;
        color: #000 !important;
        font-weight: 700;
        white-space: nowrap;
    }
    .custom-navbar .custom-navbar-items .res-sub-nav .link-two li:hover {
        transition: all 0.3s;
        color: #018651 !important;
        text-decoration: none;
    }
    .custom-navbar .custom-navbar-items .res-sub-nav span {
        position: absolute;
        right: 0;
        font-size: 20px;
        top: 5px;
    }
    .custom-navbar .custom-navbar-items .res-sub-nav:hover li {
        color: #000;
    }
}
@media only screen and (max-width: 426px) {
    .custom-navbar {
        padding: 0 1rem;
    }
    
    .custom-navbar .logo h1 {
        font-size: 9vw;
    }
    .custom-navbar .logo p {
        font-size: 4vw !important;
    }
    .custom-navbar .items-ul {
        width: 100% !important;
    }
   .calendar {
        font-size: 3.2vw;
    }
}

footer .fa-facebook-square,
footer .fa-youtube-square {
    transition: all 0.7s;
}
footer .fa-facebook-square:hover,
footer .fa-youtube-square:hover {
    color: #018651;
}
footer .footerimg {
    width: 250px;
    height: 50px;
}
footer .footer-top {
    padding: 60px 50px;
}
footer .footer-down {
    padding: 15px 50px;
    border-top: 1px solid #bdb8b8;
}
footer .footer-icons {
    font-size: 30px;
}
footer .fo ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    flex-direction: row-reverse;
}
footer .fo ul li .link {
    padding: 0 10px;
    transition: all 0.7s;
}
footer .fo ul li .link:hover {
    color: #018651 !important;
}
@media only screen and (max-width: 650px) {
    footer .footer-icons {
        justify-content: center;
    }
}
@media only screen and (max-width: 637px) {
    footer .footer-top {
        padding: 40px;
    }
    footer .footer-icons {
        padding-left: 50px;
    }
    footer .fo ul {
        list-style: none;
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    footer .fo ul li {
        padding: 0;
        border-bottom: 0.5px solid #bdb8b8;
    }
    footer .fo ul li .link {
        padding: 0;
        display: inline-block;
        margin-top: 15px;
    }
    footer .fo ul li:nth-of-type(3) .link {
        margin-top: 0;
    }
    footer .footer-down {
        padding: 15px 0 30px;
        text-align: center;
    }
}
@media only screen and (max-width: 576px) {
    footer .fo ul li:nth-of-type(3) .link {
        margin-top: 15px;
    }
}
.custom-slider .slider-images {
    height: 46vw;
}
.custom-slider .slider-line {
    padding: 3rem 0;
    background: linear-gradient(to right,#027a37,#006e9a);
}
.custom-slider .slide-down-head {
    font-size: 2.5rem;
}
.custom-slider .slide-down-btn {
    padding: 1em 0.5em !important;
    border-radius: 0 !important;
}
.custom-slider .slide-down-btn-1 {
    margin-left: 15%;
}
.custom-slider .carousel-indicators li {
    background-color: #018651;
}
.custom-slider .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23018651' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.custom-slider .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23018651' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

@media (max-width: 1441px) {
    .custom-slider .slider-images {
        height: 650px !important;
    }
}
@media (max-width: 1024px) {
    .custom-slider .slider-images {
        height: 50vw !important;
    }
    .custom-slider .slide-down-head {
        font-size: 2rem !important;
    }
}
@media (max-width: 824px) {
    .custom-slider .slide-down-head {
        font-size: 2vw;
    }
    .custom-slider .slide-down-btn-1 {
        margin-left: 0;
    }
}
@media (max-width: 575px) {
    .custom-slider .slider-images {
        height: 55.5vw !important;
    }
    .custom-slider .carousel-indicators {
        -webkit-margin-after: 0;
        margin-block-end: 0;
    }
    .custom-slider .slider-line {
        padding: 1.5rem 0;
    }
    .custom-slider .slide-down-head {
        font-size: 5vw !important;
    }
}
div[tabindex="-1"] {
    outline: none;
}
.governor-msg-home {
    background-color: #018651;
    color: #fff;
}
.slick-track {
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.slick-dots li button:before {
    font-size: 20px;
}
.slick-dots {
    bottom: -40px;
    margin-bottom: 10px;
}
.inauguration-image {
    width: 100%;
    height: 394px;
}
.slick-track p {
    font-size: 15px;
}
@media only screen and (min-width: 1600px) {
    .inauguration-image {
        width: 850px;
    }
}
@media only screen and (max-width: 1025px) {
    .inauguration-image {
        width: 531px;
        height: 297px;
    }
}
@media only screen and (max-width: 993px) {
    .slick-track {
        align-items: flex-start;
    }
    .inauguration-image {
        width: 100%;
        height: 400px;
    }
}
@media only screen and (max-width: 576px) {
    .inauguration-heading {
        font-size: 10vw;
    }
    .governor-msg-home {
        background-color: #fff;
        color: #000;
    }
    .inauguration-image {
        height: 216px !important;
    }
}
.nctp-offering h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.nctp-offering p {
    font-size: 15px;
}
.nctp-offering .card {
    height: 310px;
    width: 100%;
}
.nctp-offering .card:hover {
    border: 1px solid #018651;
}
.nctp-offering .card-img {
    height: 100% !important;
}
.nctp-offering .but {
    transition: all 1s;
}
.nctp-offering .back-card-bg {
    background: rgba(29, 28, 28, 0.5);
    transition: all 1s;
}
.nctp-offering .back-card-bg:hover {
    background: #018651;
    transition: all 1s;
}
.nctp-offering .card {
    overflow: hidden;
    transition: all 1s;
}
.nctp-offering .card .card-bg-img {
    transform: scale(1);
    transition: all 1s;
}
.nctp-offering .card:hover .card-bg-img {
    transform: scale(1.2);
    transition: all 1s;
}
@media only screen and (max-width: 993px) {
    .nctp-offering .card {
        width: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .nctp-offering h2 {
        font-size: 7vw;
    }
    .nctp-offering p {
        font-size: 4vw;
    }
    .nctp-offering .heading {
        font-size: 8vw;
    }
    .nctp-offering .card {
        height: 100vw;
        width: 96%;
    }
}
.popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 150;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup .close {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border-radius: 50%;
    height: 29px;
    width: 29px;
    cursor: pointer;
    opacity: 1;
    color: #232323;
    outline: none;
    transition: all 0.3s;
}
.popup .close:hover {
    opacity: 1 !important;
    background-color: #018651;
    color: #fff;
}
.popup #popup {
    position: relative;
    border-radius: 10px;
    width: 50vw;
    text-align: center;
    background: #232323;
    color: #fff;
}
@media only screen and (min-width: 1600px) {
    .popup #popup {
        padding: 40px 0;
        width: 40vw;
    }
    .popup #popup .content {
        margin-top: 40px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .popup #popup {
        width: 70vw;
    }
}
@media only screen and (max-width: 993px) {
    .popup #popup {
        width: 90vw;
    }
    .popup #popup h1 {
        font-size: 7vw;
    }
    .popup #popup h3 {
        font-size: 5vw;
    }
}
@media only screen and (max-width: 576px) {
    .popup .close {
        display: flex;
        justify-content: center;
    }
}
.faqs-header {
    position: relative;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/faqs-bg.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
}
.faqs-header .faqs-content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
    border-top: 1px solid #555;
}
.faqs-header .faqs-content h6 {
    opacity: 1;
    color: #fff;
}
.faqs-header .faqs-heading {
    padding: 90px 0;
    color: #fff;
    margin-bottom: 4rem;
    margin-left: 4%;
    font-size: 60px;
    font-weight: 400;
}
@media only screen and (max-width: 426px) {
    .faqs-header .faqs-content {
        height: 60px;
    }
    .faqs-header .faqs-content h6 {
        font-size: 4.5vw;
    }
    .faqs-header .faqs-heading {
        margin-left: 6%;
    }
}
.faqs-content h5 {
    padding-bottom: 5px;
}
.faqs-content .icon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.faqs-content .icon i {
    background: linear-gradient(to right,#027a37,#006e9a);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #d5d5d5;
    padding: 10px;
    font-size: 70px;
}
.faqs-content .q-and-a p {
    text-align: justify;
    font-size: 14px;
}
.faqs-content .q-and-a p span {
    font-weight: 700;
    font-size: 21px;
    color: #018651;
}
.faqs-content .custom-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    transition: all 0.6s;
    background-color: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
}
.faqs-content .custom-card .custom-card-icon {
    height: 100px;
    transition: all 0.6s 0.2s;
    width: 100px;
    border: 1px solid #018651;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faqs-content .custom-card .custom-card-icon i {
    transition: all 0.6s 0.3s;
    font-size: 40px;
    background: linear-gradient(to right,#027a37,#006e9a);
    background-clip: text !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faqs-content .custom-card p {
    font-size: 16px;
    text-align: center;
}
.faqs-content .custom-card .sec-para {
    font-size: 21px;
}
.faqs-content .custom-card-link {
    color: #000;
    width: 100%;
    text-decoration: none;
}
.faqs-content .custom-card-link:hover .custom-card {
    color: #fff;
    background: linear-gradient(to right,#027a37,#006e9a);
}
.faqs-content .custom-card-link:hover .custom-card .custom-card-icon {
    border-color: #fff;
}
.faqs-content .custom-card-link:hover .custom-card .custom-card-icon i {
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 993px) {
    .faqs-content {
        padding: 0;
        max-width: 100%;
    }
    .custom-card-link,
    .custom-card-link .custom-card {
        width: 50%;
    }
}
@media only screen and (max-width: 426px) {
    .faqs-content h1 {
        font-size: 10vw;
        margin-left: 0 !important;
        text-align: center;
    }
    .faqs-content .icon i {
        padding: 5px;
        font-size: 20vw;
    }
    .custom-card-link {
        width: 100%;
    }
    .custom-card-link .custom-card {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    .custom-card-link .custom-card h2 {
        font-size: 8vw;
    }
    .custom-card-link .custom-card p {
        font-size: 3.5vw;
    }
    .custom-card-link .custom-card .sec-para {
        font-size: 5vw;
    }
}
.contact_us {
    background: linear-gradient(to right, #027a37, #006e9a);
    background-size: cover;
    background-attachment: fixed;
}
.contact_us .contact-details {
    width: 240px;
}
.contact_us .contact-details .contact {
    margin-top: 2.5px;
}
.contact_us .contact-details .separator {
    margin-top: 2px;
}
.contact_us a {
    margin-top: 1.5px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all 0.7s;
}
.contact_us a:hover {
    border-bottom: 3px solid #fff;
}
.contact_us .col-lg-6 form .form-group label {
    color: #fff !important;
}
@media only screen and (min-width: 1600px) {
    .contact_us {
        padding: 150px 0;
    }
}
.governor-message {
    padding-bottom: 100px;
}
.governor-message .governor-image {
    height: 170px;
    width: 170px;
    border-radius: 100%;
    padding: 5px;
    border: 3px solid #018651;
}
.governor-message .governor-image img {
    width: 100%;
    border-radius: 100%;
}
.governor-message .about-governor-img {
    height: 100%;
    width: 100%;
}
.governor-message span {
    font-size: 30px;
}
.icon-button {
    background-color: #fff;
    border-radius: 2.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.6rem;
}
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    width: 0;
}
.icon-button:hover span {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 2.6rem;
    margin: -1.3rem;
}
.icon-button i {
    background: none;
    color: #fff;
    height: 2.6rem;
    left: 0;
    line-height: 2.6rem;
    position: absolute;
    cursor: pointer;
    top: 0;
    transition: all 0.3s;
    width: 2.6rem;
    z-index: 10;
}
.twitter span {
    background-color: #4099ff !important;
}
.facebook span {
    background-color: #3b5998 !important;
}
.icon-button .icon-twitter {
    color: #4099ff;
}
.icon-button .icon-facebook {
    color: #3b5998;
}
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-twitter {
    color: #fff;
}
@media (max-width: 680px) {
    .icon-button {
        font-size: 0.8rem;
        line-height: 1.6rem;
    }
    .icon-button,
    .icon-button:hover span {
        border-radius: 1.6rem;
        height: 1.6rem;
        width: 1.6rem;
    }
    .icon-button:hover span {
        margin: -0.8rem;
    }
    .icon-button i {
        height: 1.6rem;
        line-height: 1.6rem;
        width: 1.6rem;
    }
    .body {
        padding: 10px;
    }
    .pinterest {
        display: none;
    }
}
@media only screen and (max-width: 426px) {
    .governor-message .youth {
        font-size: 5.8vw;
    }
}
.course-outline-header {
    position: relative;
    width: 100%;
}
.course-outline-header .heading {
    padding: 90px 0;
    color: #fff;
    margin-bottom: 4rem;
    margin-left: 4%;
    font-weight: 400;
}
.course-outline-header .heading h1 {
    font-size: 50px;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}
.course-outline-header .heading p {
    width: 90%;
    font-size: 12px;
}
.course-outline-header .content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
    border-top: 1px solid #555;
}
.course-outline-header .content h6 {
    opacity: 1;
    color: #fff;
}
@media only screen and (max-width: 769px) {
    .course-outline-header .heading h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 426px) {
    .course-outline-header .content {
        height: 60px;
    }
    .course-outline-header .content h6 {
        font-size: 4vw;
    }
    .course-outline-header .heading {
        text-align: center;
        margin-left: 0;
        padding-top: 110px;
    }
    .course-outline-header .heading h1 {
        font-size: 8vw;
    }
    .course-outline-header .heading p {
        width: 100%;
        padding: 0 20px;
        text-align: justify;
    }
}
.course-outline-video .course-outline-details {
    padding: 2vw;
    background-color: #eee;
    border-radius: 5px;
}
.course-outline-video .course-outline-details .badge-para,
.course-outline-video .course-outline-details span {
    font-size: 14px;
}
.course-outline-video .course-outline-details .detail {
    border-bottom: 1px solid grey;
}
.course-outline-video .course-outline-details .detail:last-of-type {
    border-bottom: none;
}
@media only screen and (max-width: 993px) {
    .course-outline-video .iframe {
        height: 60vw;
    }
    .course-outline-video .course-outline-details {
        width: 100%;
    }
}
@media only screen and (max-width: 824px) and (orientation: landscape) {
    .course-outline-video .course-outline-details {
        padding: 4vw;
    }
}
@media only screen and (max-width: 576px) {
    .margin {
        margin: 0 12px 12px;
    }
    .course-outline-video .iframe {
        height: 70vw;
    }
    .course-outline-video .course-outline-details {
        padding: 5vw;
    }
}
.course-outline-content .card-header,
.course-outline-content .card-header i {
    font-size: 25px;
}
.course-outline-content .heading {
    text-align: center;
    font-size: 25px;
}
.course-outline-content .heading i {
    font-size: 25px;
}
.course-outline-content .sub-outline {
    font-size: 16px;
    margin-left: 41px;
}
.course-outline-content .card-body .small-list li {
    margin-top: 10px;
}
.course-outline-content .card-body .small-list li:first-of-type {
    margin-top: 0;
}
.course-outline-content .card-body ul {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin-left: 20px;
}
@media only screen and (max-width: 993px) {
    .course-outline-content .card-header {
        font-size: 20px;
        position: relative;
    }
    .course-outline-content .card-header .fa-pen-alt {
        position: absolute;
        left: 17px;
        top: 20px;
    }
    .course-outline-content .card-header i {
        font-size: 30px;
    }
    .course-outline-content .sub-outline {
        font-size: 4vw;
        margin-left: 0;
    }
    .course-outline-content .main-span {
        width: 90%;
        font-size: 6vw;
    }
}
@media only screen and (max-width: 576px) {
    .course-outline-content .card-header {
        display: flex;
    }
}
.courses .course {
    position: relative;
}
.courses .course img {
    border-radius: 3px;
}
.courses .course .overlay {
    position: absolute;
    background: linear-gradient(to right,#027a37,#006e9a);
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.75s;
}
.courses .course .overlay .overlay-link {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}
.courses .course .overlay .overlay-link:hover {
    color: #fff;
}
.courses .course:hover .overlay {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 993px) {
    .other-course .other-course-heading {
        font-size: 30px;
    }
}
@media only screen and (max-width: 426px) {
    .other-course .other-course-heading {
        font-size: 9vw;
    }
}
.modal .description-model {
    width: 70%;
}
.cursor {
    cursor: pointer;
}
@media only screen and (max-width: 769px) {
    .modal .description-model {
        width: 90%;
    }
}
@media only screen and (max-width: 576px) {
    .modal .description-model {
        width: 95%;
    }
}
.apply-online .urdu {
    direction: rtl;
}
.apply-online .text-size {
    font-size: 20px;
}
.apply-online .registration {
    background: linear-gradient(to right,#027a37,#006e9a);
}
.apply-online .condition {
    background-color: #222;
    font-weight: 700;
}
.apply-online .term-top {
    font-size: 12px !important;
}
.apply-online .bg-top {
    background-color: #ebeff2 !important;
}
.apply-online .bg-notice {
    background-color: #cee1f6 !important;
}
.apply-online .cap {
    text-transform: uppercase;
    font-size: 14px !important;
}
.apply-online .notice-head {
    color: #018651;
    font-size: 16px !important;
}
.apply-online .undertaking {
    font-size: 15px;
    font-weight: 700;
}
.apply-online .under-text {
    text-transform: uppercase;
    font-size: 14px;
}
@media only screen and (min-width: 639px) and (max-width: 737px) and (orientation: landscape) {
    .apply-online .condition h4,
    .apply-online .registration h4 {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 993px) {
    .apply-online .condition h4,
    .apply-online .registration h4 {
        font-size: 18px;
    }
}
.form-submitted {
    padding-bottom: 150px;
    width: 100%;
}
.form-submitted .bg-notice {
    background-color: #cee1f6 !important;
}
.form-submitted .urdu {
    direction: rtl;
}
.form-submitted .text-size {
    font-size: 20px;
}
.form-submitted .registration {
    background: linear-gradient(to right,#027a37,#006e9a);
}
.form-submitted .condition {
    direction: rtl;
    background-color: #222;
    font-weight: 700;
}
@media only screen and (max-width: 576px) {
    .apply-form-heading {
        font-size: 14vw;
    }
    .apply-form .sub-heading {
        font-size: 10vw;
    }
    .apply-form ol {
        padding: 0 20px;
    }
}
.how-it-work .work-top {
    padding: 150px 0;
    width: 100%;
    background: #232323;
}
.how-it-work .top-text {
    border-bottom: 3px solid #018651;
    font-family: Montserrat !important;
}
.how-it-work .second-head {
    font-family: Montserrat !important;
    font-size: 40px !important;
    font-weight: bolder;
}
.how-it-work .round-box {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color: #018651;
    color: #fff;
}
.how-it-work .num {
    margin-bottom: 0;
    font-size: 50px !important;
    font-family: Montserrat !important;
}
.how-it-work .square-box {
    padding: 0 20px;
    margin-left: -15px;
    width: 80%;
    z-index: -1;
    color: #232323;
    font-family: Montserrat !important;
    transition: all 1s;
}
.how-it-work .square-box h5 {
    margin-bottom: 0;
    font-weight: bold;
    margin-left: 10px;
}
.how-it-work .square-box:hover {
    background-color: transparent !important;
    color: #232323 !important;
    border: 3px solid #232323 !important;
    box-shadow: none !important;
    transition: all 1s;
}
.how-it-work .rounded {
    border-radius: 30px 10px !important;
}
.how-it-work .horizontal-box-1 {
    background-color: #232323;
    z-index: 8;
}
.how-it-work .horizontal-box-2 {
    background-image: linear-gradient(90deg, #018651, #018651);
    z-index: 7;
}
.how-it-work .horizontal-box-3 {
    background: linear-gradient(to right,#027a37,#006e9a);
    z-index: 6;
}
.how-it-work .work-third ol li,
.how-it-work .work-third p,
.how-it-work .work-third ul li {
    font-size: 13px;
}
@media only screen and (max-width: 993px) {
    .how-it-work .round-box {
        width: 75px;
        height: 75px;
    }
    .how-it-work .round-box .num {
        display: flex;
        justify-content: center;
        font-size: 6vw !important;
    }
    .how-it-work .square-box {
        width: 95%;
    }
    .how-it-work .square-box h5 {
        font-size: 2vw;
    }
}
@media only screen and (max-width: 576px) {
    .how-it-work .work-top {
        padding: 100px 0;
    }
    .how-it-work .round-box {
        height: 70px;
        width: 70px;
    }
    .how-it-work .round-box .num {
        font-size: 35px !important;
    }
    .how-it-work .square-box {
        width: 70%;
    }
    .how-it-work .square-box h5 {
        font-size: 4.2vw;
    }
}
.security-programs-header {
    position: relative;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/security-programs.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.security-programs-header .security-programs-content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
    border-top: 1px solid #555;
}
.security-programs-header .security-programs-content h6 {
    opacity: 1;
    color: #fff;
}
.security-programs-header .security-programs-heading {
    padding: 90px 0;
    color: #fff;
    margin-bottom: 4rem;
    margin-left: 4%;
    font-size: 60px;
    font-weight: 400;
}
@media only screen and (max-width: 769px) {
    .security-programs-header .security-programs-heading {
        margin-left: 0;
        text-align: center;
        font-size: 6vw;
    }
}
@media only screen and (max-width: 426px) {
    .security-programs-header .security-programs-content {
        height: 60px;
    }
    .security-programs-header .security-programs-content h6 {
        font-size: 4.5vw;
    }
    .security-programs-header .security-programs-heading {
        font-size: 6vw;
        text-align: center;
    }
}
.copyright {
    margin-top: 120px;
}
.management-committee {
    padding: 50px 0;
    background-color: #f9f9f9;
}
.management-committee .custom-card {
    width: 80%;
    padding: 40px 0;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.management-committee .custom-card .img-description h2 {
    font-size: 20px;
    font-weight: 700;
}
.management-committee .custom-card .img-description p {
    font-size: 15px;
}
.management-committee .custom-card .image {
    height: 200px;
    width: 200px;
    padding: 5px;
    border: 3px solid #018651;
    margin-bottom: 20px;
    border-radius: 50%;
}
.management-committee .custom-card .image img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
@media only screen and (min-width: 1600px) {
    .management-committee {
        padding: 150px 0;
    }
}
@media only screen and (max-width: 1025px) {
    .management-committee .custom-card {
        width: 90%;
    }
}
@media only screen and (max-width: 426px) {
    .management-committee .custom-card {
        width: 100%;
    }
}
.student-portal-content .registration {
    background: linear-gradient(to right,#027a37,#006e9a);
}
.student-portal-content .condition {
    background-color: #222;
    font-weight: 700;
}
.student-portal-content .container .col-sm-6 {
    cursor: pointer;
}
.student-portal-content .container .student-para {
    direction: rtl;
    line-height: 1.8;
    font-size: 20px;
    font-weight: 600;
}
.student-portal-content .container .portal-img {
    width: 100%;
    transition: all 0.5s !important;
}
.student-portal-content .container .portal-img:hover {
    transform: scale(0.8);
}
.student-portal-content #custom-model {
    display: none;
}
.student-portal-content .portal-model {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.student-portal-content .portal-model .close {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    font-size: 50px;
    color: #fff;
    opacity: 1;
}
.student-portal-content .portal-model .portal-img {
    width: 70%;
}
@media only screen and (min-width: 1600px) {
    .student-portal-content {
        padding-bottom: 420px;
    }
}
@media only screen and (max-width: 1199px) {
    .student-portal-content .portal-model .portal-img {
        width: 90%;
    }
}
@media only screen and (max-width: 576px) {
    .student-portal-content {
        padding-bottom: 0;
    }
    .student-portal-content .container .student-para {
        line-height: 1.5;
    }
    .condition h4,
    .registration h4 {
        font-size: 5.5vw;
    }
}
@media only screen and (min-width: 1600px) {
    .cyber-accreditation {
        padding-bottom: 310px;
    }
}
@media only screen and (max-width: 576px) {
    .cyber-accreditation {
        padding-bottom: 0;
    }
    .cyber-accreditation h1 {
        font-size: 8vw;
    }
}
/*# sourceMappingURL=main.cb91f18a.chunk.css.map */
/*
     FILE ARCHIVED ON 16:47:56 May 27, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:11:45 Nov 17, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 759.739
  exclusion.robots: 0.203
  exclusion.robots.policy: 0.193
  cdx.remote: 0.065
  esindex: 0.01
  LoadShardBlock: 668.642 (3)
  PetaboxLoader3.datanode: 687.774 (4)
  load_resource: 90.674
  PetaboxLoader3.resolve: 68.79
*/
.checkmark__circles {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #018651;
    fill: none;
    animation: stroke 1.5s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmarks {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0% auto;
    box-shadow: inset 0px 0px 0px #018651;
    animation: fill 1s ease-in-out 1s forwards, scale 0.6s ease-in-out 1.5s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.8s cubic-bezier(0.65, 0, 0.45, 1) 1.2s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #018651;
    }
}

.badge {
    color: #fff;
}

@media only screen and (min-width: 200px) and (max-width: 767px)  {
   .custom-navbar .logo {
        display: flex;
    }
   
}