@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: #FF0000;
    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: #000;
    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;
}
.btn-style-three {
    font-size: 16px;
    background: #fff;
    color: #000;
    border-radius: 8px;
    font-weight: 700;
    padding: 12px 50px;
    transform: scale(1.0);
    transition: all ease .3s;
}

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


.color-red {
    color: #ff0000;
}


/* 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*/





/*why forensic science section starts*/
section.why-fs-section {
    position: relative;
    padding: 60px 0;
}
section.why-fs-section .why-fs-dv h2 {
    font-size: 42px;
    font-weight: 800;
}
/*section.why-fs-section .why-fs-dv h2 .fnt-one {
    font-size: 82px;
    font-weight: 400;
    font-family: fantasy;
    line-height: 80px;
    margin-right: 10px;
    color: #676767;
}
section.why-fs-section .why-fs-dv h2 .fnt-two {
    font-size: 32px;
    font-weight: 800;
}*/
section.why-fs-section .why-fs-dv p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}





/*why forensic science section ends*/



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


 /*why choose two section starts*/

section.why-two-section {
    position: relative;
    padding: 60px 0;
    background: #000;
}

section.why-two-section h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
section.why-two-section p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

  /*why choose two ection ends*/



/*why choose section starts*/

section.why-choose-section {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(0deg, black, transparent);
}
section.why-choose-section h2 {
    font-size: 42px;
    color: #000;
    font-weight: 700;
    text-align: center;
}
section.why-choose-section ul li {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 8px 0;
}



/*why choose section ends*/



/*eligibilty section starts*/

section.eligibilty-section {
    position: relative;
    padding: 60px 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: #000;
    margin-top: 20px;
}
section.eligibilty-section .eli-box ul {
    margin: 0;
}
section.eligibilty-section .eli-box ul li {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 10px 0;
}
section.eligibilty-section .eli-box ul li::marker {
    color: #ff0000;
}


/*eligibilty 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: #ff0000;
    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, #ff0000 50%, transparent 50%);
}


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

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: #000;
}
section.admission-section .add-cont p .fnt-two {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
section.admission-section .add-content ul li:last-child:before {
    display: none;
}
/*admission process section ends*/



/*entrance section starts*/

section.entrance-section {
    position: relative;
    padding: 0 0 60px;
    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: #000;
}

section.entrance-section .entrance-content:before {
    content: "";
    position: absolute;
    left: -7%;
    height: 100%;
    width: 7%;
    top: 0;
    background: linear-gradient(-75deg, black 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: 700;
}



/*entrance 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*/



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


section.career-section > .container {
    position: relative;
    background: rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 50px 60px 60px;

}
section.career-section h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}
section.career-section ul {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

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

/*career options 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: #ff0000;
    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: #000;
}


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

section.admission-open-section h3 {
    font-size: 22px;
    text-align: center;
    color: #ff0000;
    font-weight: 700;
}
section.admission-open-section p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    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: #FF0000;
    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.fs-section .fs-box a {
    width: 80%;
    display: block;
    margin: 15px 0;
}
section.fs-section .fs-content p {
    font-size: 16px;
}
section.fs-section h2 {
    font-size: 32px;
}

}
@media (max-width:1299.98px) {
   
section.banner-section .banner-content h1 {
        font-size: 34px;
    }
section.banner-section .banner-content p {
    font-size: 16px;
}
section.why-fs-section .why-fs-dv p {
    font-size: 16px;
}
section.admission-section .add-content ul li:after {
    right: -130px;
}
section.why-choose-section h2 {
    font-size: 32px;
}
}
@media (max-width:1199.98px) {
   
section.fs-section h2 {
    margin-left: 0;
}
section.why-fs-section .why-fs-dv h2 {
    font-size: 28px;
}

}
@media (max-width:1099.98px) {
  section.fs-section h2 {
    font-size: 34px;
}
section.fs-section {
    padding: 60px 0 30px;
}
section.recruiters-section .rec-dv h3 {
    font-size: 16px;
}
section.why-choose-section {
    padding: 0px 0 60px;
}
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;
    margin: 0;
}
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.fs-section .fs-box a {
    width: 100%;
}

section.fs-section .fs-content {
    padding-bottom: 0;
}
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.career-section > .container {
    padding: 30px 15px 30px;
}
section.admission-open-section .btn-dv a {
    width: 30%;
    padding: 12px 15px;
}

}

@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.why-fs-section .why-fs-dv h2 .fnt-one {
    font-size: 56px;
        line-height: 54px;
        margin-right: 5px;
}
section.why-fs-section .why-fs-dv h2 .fnt-two {
    font-size: 22px;
}

    section.why-fs-section .why-fs-dv p {
        font-size: 14px;
    }
section.fs-section h2 {
        font-size: 24px;
    }

    section.fs-section .fs-content p {
        font-size: 14px;
        margin-top: 0;
    }
    section.fs-section .fs-box a {
        padding: 10px 15px;
    }
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, #ff0000 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.career-section h2 {
    font-size: 24px;
}
section.admission-section .add-content ul {
    margin: 0;
}
section.eligibilty-section .eli-box ul {
    padding-left: 15px;
}
section.career-section > .container {
        padding: 15px 15px 20px;
        margin: 0 auto;
        width: 90%;
    }
section.career-section ul li {
    font-size: 14px;
    margin: 5px 0;
}
section.career-section ul {
    padding-left: 20px;
}
    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.career-section p {
    font-size: 14px;
}
section.banner-section .banner-content img {
    width: 60px;
}
section.why-two-section h2 {
    font-size: 24px;
}
section.why-two-section p {
    font-size: 14px;
}

}

@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: #FF0000;
    display: block;
    width: 100% !important;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #FF0000;
    transform: scale(1);
    transition: all ease .3s
}

section.banner-section #ctpl-submit-btn:hover {
    background: #FF0000;
    display: block;
    width: 100% !important;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #FF0000;
    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 */