@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


html,
body {
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}


.btn-style-one {
    font-size: 16px;
    background: #FF0A63;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding: 12px 50px;
    transform: scale(1.0);
    transition: all ease .3s;
}

.btn-style-one:hover {
    color: #fff;
    opacity: 0.8;
    transform: scale(0.95);
    transition: all ease .3s;
}


.btn-style-two {
    font-size: 16px;
    background: #0784B5;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding: 12px 50px;
    transform: scale(1.0);
    transition: all ease .3s;
}

.btn-style-two:hover {
    color: #fff;
    opacity: 0.8;
    transform: scale(0.95);
    transition: all ease .3s;
}

 .ctplqryformbtn {
    background: #3D2F6D !important;
    width: 100%;
    padding: 10px;
    border-color: #3D2F6D !important;
    font-size: 16px;
    font-weight: 500;
}
.color-pink {
    color: #FF0A63;
}


/* navbar section start  */
header.header {
    padding: 10px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    top: 0;
    z-index: 99;
    box-shadow: 0px 0px 40px 0px #00000059;
}
header.header .logo {
    width: 180px;
}
header.header ul li {
    padding: 0 15px;
}
header.header .navbar .nav-item .nav-link {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}
/* navbar section end  */


/*banner section starts*/
section.banner-section {
    position: relative;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 60px;
}
section.banner-section .banner-content img {
    width: 110px;
}
section.banner-section .banner-content h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    margin-top: 50px;
}
section.banner-section .banner-content p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    font-weight: 500;
}
/*banner section ends*/

.register-panel .form-group.agrCheck .form-control {
    width: 15px;
    height: 15px;
    margin-top: 4px;
}

.register-panel .form-group.agrCheck .checkText {
    font-size: 14px;
    line-height: normal;
}


/*forensic science section starts*/
section.course-des-section {
    position: relative;
    padding: 60px 0;
    background: #FF0A63;
}
section.course-des-section:after {
  /*  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #000;*/
}
section.course-des-section .fs-content {
    padding-bottom: 0px;
}
section.course-des-section h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}
section.course-des-section .fs-content p {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
}
section.course-des-section .fs-image {
    position: relative;
    z-index: 1;
    margin-top: 0;
}
/*forensic science section ends*/


 /*why choose  section starts*/

section.why-choose-section {
    position: relative;
    padding: 60px 0 10px;
    background: linear-gradient(0deg, #0D527F, #078BBD);
}

section.why-choose-section h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
section.why-choose-section ul {
    list-style: none;
    padding: 0;
}
section.why-choose-section ul li {
    margin-top: 25px;
}
section.why-choose-section ul li h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

section.why-choose-section ul li p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

/*why choose two ection ends*/

/*courses section starts*/

section.courses-section {
    position: relative;
    padding: 20px 0px 60px;
    background: linear-gradient(0deg,  #121B44 60%, #0D527F);
}
section.courses-section h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
section.courses-section .course-head p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

section.courses-section h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
section.courses-section p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}


/*courses section ends*/





/*entrance section starts*/

section.entrance-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
section.entrance-section h2 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
}
section.entrance-section .entrance-content {
    position: relative;
    padding: 25px;
    margin-top: 20px;
    background: #FF0A63;
}
section.entrance-section .entrance-content:before {
    content: "";
    position: absolute;
    left: -10%;
    height: 100%;
    width: 10%;
    top: 0;
    background: linear-gradient(-75deg, #FF0A63 50%, transparent 50%);
}
section.entrance-section .entrance-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
section.entrance-section .entrance-content ul {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
section.entrance-section .entrance-content ul li {
    margin: 10px 0;
}


/*entrance section ends*/



/*eligibilty section starts*/

section.eligibilty-section {
    position: relative;
    padding: 0 0;
}

section.eligibilty-section .eli-head h2 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
}
section.eligibilty-section .eli-head h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
section.eligibilty-section .eli-box {
    padding: 25px;
    background: #F5C114;
    margin-top: 20px;
}
section.eligibilty-section .eli-box p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 10px 0;
}


/*eligibilty section ends*/





/*why study section starts*/

section.why-std-section {
    position: relative;
    padding: 0 0;
}

section.why-std-section .eli-head h2 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
}
section.why-std-section .eli-head h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
section.why-std-section .eli-box {
    padding: 25px;
    background: #FF0A63;
    margin-top: 20px;
}
section.why-std-section .eli-box ul {
    padding-left: 25px;
    margin: 0;
}
section.why-std-section .eli-box ul li {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 10px 0;
}
section.why-std-section .eli-box ul li::marker {
    color: #fff;
}

/*why study section ends*/


















/*admission process section starts*/
section.admission-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
section.admission-section h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
}
section.admission-section .add-content ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
section.admission-section .add-content ul li {
    position: relative;
    width: 90%;
    background: #121B44;
    margin-bottom: 25px;
}
section.admission-section .add-content ul li:after {
    content: "";
    position: absolute;
    right: -150px;
    top: 0;
    width: 15%;
    height: 100%;
    background: linear-gradient(45deg, #121B44 50%, transparent 50%);
}


section.admission-section .add-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 15px;
    height: 100%;
    background: #121B44;
}

section.admission-section .add-box {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
section.admission-section .add-num {
    margin: 10px 20px;
    width: 60px;
}
section.admission-section .add-num h3 {
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    padding: 12px 0;
    font-weight: 700;
    border-radius: 60px;
    margin-bottom: 0;
}
section.admission-section .add-cont {
    width: calc(100% - 60px);
}
section.admission-section .add-cont p {
    font-size: 20px;
    margin:0;
    line-height: normal;
}
section.admission-section .add-cont p .fnt-one {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
}
section.admission-section .add-cont p .fnt-two {
    display: block;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
}
section.admission-section .add-content ul li:last-child:before {
    display: none;
}
/*admission process section ends*/








/*track section starts*/
section.track-section {
    position: relative;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    text-align: center;
}

section.track-section h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

section.track-section h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
}



/*track section ends*/



/*preparing section starts*/
section.preparing-section {
    position: relative;
    padding: 0 0;
    background-size: cover;
    background-position: center;
    border-top: 40px solid #fff;
    background-repeat: no-repeat;
}
section.preparing-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #FF0A63;
}
section.preparing-section .car-sub-section {
    position: relative;
    padding: 60px 60px;
}

section.preparing-section .car-head {
    position: relative;
    padding: 10px 60px;
}

section.preparing-section .container-fluid {
    position: relative;
    background: rgb(41 62 106 / 67%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 50px 60px 60px;
}
section.preparing-section h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}
section.preparing-section ul {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

section.preparing-section ul li {
    font-size: 18px;
    margin: 10px 0;
}

/*preparing section ends*/


/*career scope section starts*/


section.career-scope-section {
    position: relative;
    padding: 60px 0 0;
}
section.career-scope-section h2 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
}


section.career-scope-section .creer-scope-text-box {
    position: relative;
    background: linear-gradient(-45deg, #121B44, #078BBD);
    padding: 40px 50px;
}

section.career-scope-section .creer-scope-text-box h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
section.career-scope-section .creer-scope-text-box ul {
    padding-left: 25px;
    margin-bottom: 40px;
    column-count: 4;
}
section.career-scope-section .creer-scope-text-box ul li {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    padding: 5px 0;
}


/*career scope section ends*/



/*Recruiters section starts*/

section.recruiters-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
section.recruiters-section h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    text-align: center;
}
section.recruiters-section .rec-dv {
    background: #121B44;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.recruiters-section .rec-dv h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
section.recruiters-section .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px;
}
/*Recruiters section ends*/



/*admission section starts*/

section.admission-open-section {
    position: relative;
    padding: 60px 0;
    background: #F5C114;
}


section.admission-open-section h2 {
    font-size: 36px;
    text-align: center;
    color: #000;
    font-weight: 700;
}

section.admission-open-section h3 {
    font-size: 22px;
    text-align: center;
    color: #FF0A63;
    font-weight: 700;
}
section.admission-open-section p {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

section.admission-open-section .btn-dv a {
    width: 30%;
}
/*admission section ends*/






/*footer section starts*/

footer.footer-section {
    position: relative;
    padding: 60px 0 15px;
    background: #000;
    text-align: center;
}
footer.footer-section h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
footer.footer-section h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
footer.footer-section a {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    display: block;
}
footer.footer-section hr {
    border-color: #fff;
    margin-top: 40px;
}
footer.footer-section p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

/*footer section ends*/









@media (max-width:1399.98px) {

section.banner-section .banner-content h1 {
    font-size: 36px;
}

section.course-des-section .fs-content p {
    font-size: 16px;
}
section.course-des-section h2 {
    font-size: 32px;
}
section.entrance-section h2 {
    font-size: 38px;
}

}
@media (max-width:1299.98px) {
   
section.banner-section .banner-content h1 {
        font-size: 34px;
    }
section.banner-section .banner-content p {
    font-size: 16px;
}

section.admission-section .add-content ul li:after {
    right: -130px;
}
section.why-choose-section h2 {
    font-size: 32px;
}
section.entrance-section .entrance-content:before {
    left: -15%;
    width: 16%;
}
section.entrance-section h2 br {
    display: none;
}

}
@media (max-width:1199.98px) {
   
section.course-des-section h2 {
    margin-left: 0;
}

section.courses-section h2 {
    font-size: 30px;
}
section.courses-section .course-head p {
    font-size: 16px;
}
section.courses-section h3 {
    font-size: 26px;
}

section.courses-section p {
    font-size: 16px;
}

section.preparing-section .container-fluid {
    padding: 50px 40px 50px 20px;
}
section.career-scope-section .creer-scope-text-box ul {
    column-count: 3;
}
section.career-scope-section .creer-scope-text-box ul li {
    font-size: 16px;
}

section.admission-open-section h2 {
    font-size: 30px;
}

section.admission-open-section p {
    font-size: 16px;
}
section.recruiters-section .rec-dv h3 {
    font-size: 16px;
}

}
@media (max-width:1099.98px) {
  section.course-des-section h2 {
    font-size: 34px;
}
section.course-des-section {
    padding: 60px 0 30px;
}
section.recruiters-section .rec-dv h3 {
    font-size: 16px;
}

section.why-choose-section h2 {
    font-size: 34px;
}
section.why-choose-section ul li {
    font-size: 16px;
}
section.eligibilty-section .eli-head h2 {
    font-size: 34px;
}
section.eligibilty-section .eli-box ul li {
    font-size: 16px;
}
section.admission-section h2 {
    font-size: 34px;
}
section.entrance-section h2 {
    font-size: 34px;
}
section.entrance-section .entrance-content p {
    font-size: 16px;
}
section.entrance-section .entrance-content ul {
    font-size: 16px;
}
section.track-section h2 {
    font-size: 34px;
}
section.track-section h3 {
    font-size: 20px;
}

section.admission-open-section h2 {
    font-size: 30px;
}
section.admission-open-section p {
    font-size: 16px;
}



}
@media (max-width:991.98px) {


section.course-des-section .fs-content {
    padding-bottom: 10px;
}
section.why-choose-section {
    padding: 60px 0 60px;
}
section.admission-section .add-content ul li:after {
    right: -15%;
}
section.entrance-section .entrance-content:before {
    left: -10%;
    width: 10%;
}
section.track-section h2 {
        font-size: 28px;
    }

section.preparing-section > .container {
    padding: 30px 15px 30px;
}
section.admission-open-section .btn-dv a {
    width: 30%;
    padding: 12px 15px;
}
    section.entrance-section .entrance-content:before {
        background: linear-gradient(-85deg, black 50%, transparent 50%);
    }
}

@media (max-width:767.98px) {
   section.banner-section .banner-content h1 {
        font-size: 26px;
    }
section.banner-section .banner-content p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0;
    }


section.course-des-section h2 {
        font-size: 24px;
    }

    section.course-des-section .fs-content p {
        font-size: 14px;
        margin-top: 0;
    }

section.why-choose-section h2 {
        font-size: 24px;
    }
section.why-choose-section ul li {
        font-size: 14px;
    }


  section.eligibilty-section .eli-head h2 {
        font-size: 22px;
    }  
section.eligibilty-section .eli-head h3 {
    font-size: 20px;
}

    section.eligibilty-section .eli-box ul li {
        font-size: 14px;
    }
    section.admission-section h2 {
        font-size: 24px;
    }

section.admission-section .add-num h3 {
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 8px 0;
}

section.admission-section .add-num {
    margin: 10px 10px;
    width: 40px;
}
section.admission-section .add-cont p {
    font-size: 14px;
}
section.admission-section .add-content ul li:after {
    background: linear-gradient(70deg, #121b44 50%, transparent 50%);
}

    section.entrance-section h2 {
        font-size: 24px;
        margin-left: 15px;
    }

section.entrance-section .entrance-content p {
        font-size: 14px;
    }
        section.entrance-section .entrance-content ul {
        font-size: 14px;
    }
        section.track-section h2 {
        font-size: 24px;
    }
        section.track-section h3 {
        font-size: 16px;
    }
    section.preparing-section h2 {
    font-size: 24px;
}
section.admission-section .add-content ul {
    margin: 0;
}
section.eligibilty-section .eli-box ul {
    padding-left: 15px;
}
section.preparing-section > .container {
        padding: 15px 15px 20px;
        margin: 0 auto;
        width: 90%;
    }
section.preparing-section ul li {
    font-size: 14px;
    margin: 5px 0;
}
section.preparing-section ul {
    padding-left: 10px;
}
    section.admission-open-section h2 {
        font-size: 24px;
    }
    section.admission-open-section p {
        font-size: 14px;
    }
    section.admission-open-section .btn-dv a {
        width: 100%;
        padding: 12px 15px;
        margin: 5px 0 !important;
    }
    footer.footer-section h2 {
    font-size: 38px;
}
footer.footer-section h3 {
    font-size: 26px;
    margin-bottom: 15px;
}
footer.footer-section p {
    font-size: 14px;
}

section.recruiters-section .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
}
section.recruiters-section .rec-dv {
    padding: 15px 5px;
}

    section.recruiters-section .rec-dv h3 {
        font-size: 14px;
    }
section.preparing-section p {
    font-size: 14px;
}
section.banner-section .banner-content img {
    width: 60px;
}
section.why-choose-section h2 {
    font-size: 24px;
}
section.why-choose-section p {
    font-size: 14px;
}

section.preparing-section h3 {
    font-size: 18px;
}
section.why-choose-section ul li h3 {
    font-size: 18px;
}
section.why-choose-section ul li p {
    font-size: 14px;
}

section.courses-section h2 {
        font-size: 24px;
    }
    section.courses-section .course-head p {
        font-size: 14px;
    }

section.courses-section h3 {
        font-size: 20px;
    }
  section.courses-section p {
        font-size: 14px;
    }
    section.eligibilty-section .eli-box p {
    font-size: 14px;

}
section.preparing-section .car-head {
    padding: 10px 15px;
}
section.preparing-section .car-sub-section {
    padding: 60px 15px;
}
    section.preparing-section .container-fluid {
        padding: 25px 15px 20px 10px;
    }

section.admission-section .add-cont p .fnt-one {
    font-size: 16px;
}
section.admission-section .add-cont p .fnt-two {
    font-size: 14px;
}
section.admission-section .add-content ul li:after {
        right: -14%;
    }
section.why-std-section .eli-head h2 {
    font-size: 28px;
}
section.why-std-section .eli-box ul li {
    font-size: 14px;
}
section.career-scope-section h2 {
    font-size: 30px;
}
section.career-scope-section .creer-scope-text-box {
    padding: 30px 15px;
}
section.career-scope-section .creer-scope-text-box ul {
        column-count: 1;
    }

section.career-scope-section .creer-scope-text-box h3 {
    font-size: 20px;
}
section.recruiters-section h2 {
    font-size: 24px;
}

}

@media (max-width:460.98px) {

}






/* Form Css Starts */

section.banner-section .banner_form_panel {
    height: auto;
    background: #fff;
    border: 5px solid #fff;
    padding: 20px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 70px 0px #00000033;
    margin-bottom: 35px;
    margin-top: 20px;
}

section.banner-section .banner_form_panel h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

section.banner-section #ctpl-submit-btn {
    background: #FF0A63;
    display: block;
    width: 100% !important;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #FF0A63;
    transform: scale(1);
    transition: all ease .3s
}

section.banner-section #ctpl-submit-btn:hover {
    background: #FF0A63;
    display: block;
    width: 100% !important;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #FF0A63;
    transform: scale(0.9);
    border-radius: 100px;
}

section.banner-section .banner_form_panel label {
    color: #000 !important;
    margin-bottom: 5px;
}

section.banner-section #ctpl-terms-cont {
    display: flex;
    align-items: self-start;
    padding: 0;
    line-height: normal;
}

section.banner-section #ctpl-terms-cont input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}


@media (max-width:1399.98px) {

    section.banner-section .banner_form_panel {
        padding: 20px 0;
    }

    section.banner-section .banner_form_panel h2 {
        font-size: 20px;
    }

    section.banner-section .banner_form_panel .ctpl-form-control {
        font-size: 14px;
    }

    section.banner-section .banner_form_panel .ctpl-select {
        font-size: 14px;
    }

    section.banner-section .banner_form_panel label {
        font-size: 12px;
    }

    section.banner-section #ctpl-submit-btn {
        font-size: 14px;
        margin-top: 0;
    }


}

/* Form Css ends */