
body {
	margin: 0;
	padding: 0;
	font-weight:400;
}
*{
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

p {
    color: #031f44;
}



/*header starts*/
header.header-one {
    position: relative;
}
header.header-one .logo {
    width: 350px;
}
@media screen and (max-width: 767px) {
 header.header-one .logo {
    width: 200px;
}
 header.header-one a.btn.phone-no {
    display: none;
}

}

/*header ends*/




.btn-style-one {
    background: #C00000;
    color: #fff;
    padding: 10px 20px;
    display: inline;
    border: 1px solid #C00000;
}
.btn-style-one:hover {
    background: #C00000;
    color: #fff;
    padding: 10px 20px;
    display: inline;
}

.btn-style-two {
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    display: inline;
    border: 1px solid #fff;
}
.btn-style-two:hover {
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    display: inline;
}



.phone-no i {
    color: #C00000;
}

.color-red {
    color: #C00000;
}



/*banner section starts*/

section.banner-section {
    position: relative;
    padding: 20px 0 0;
}
section.banner-section .banner-content {
    position: relative;
    padding: 60px 40px;
    background-image: url(../images/hero-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    background-position: left center;
}
section.banner-section .banner-dv h1 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    margin-top: -50px;
}
section.banner-section .banner-dv h1 span {
    display: block;
    font-size: 30px;
    font-weight: 500;
}
section.banner-section .con-dvs p {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin-top: 100px;
}
section.banner-section .book-session a {
    font-size: 18px;
    padding: 10px 25px;
    background: #fff;
    border-radius: 8px;
}
section.banner-section .book-session {
    margin-left: 30px;
    margin-top: 20px;
}


@media screen and (max-width: 767px) {



}


/*banner section ends*/


/*form css starts*/
.enquiry-form {
    background: #fff;
    padding: 20px 0;
    border-radius: 12px;
}
.enquiry-form h2 {
    font-size: 24px !important;
    color: #000 !important;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.enquiry-form form .form-flex > .form-group {
    margin-top: 12px;
}

.enquiry-form form .form-flex > .form-group input {
    height: 40px;
}

.enquiry-form form .form-flex > .form-group select {
    height: 40px;
    -webkit-appearance: auto;
}
.enquiry-form .phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
}
.enquiry-form .register-panel .form-group.agrCheck .form-control {
    width: 25px !important;
    height: 25px;
    margin-right: 15px !important;
    display: block;
    -webkit-appearance: auto;
}

.enquiry-form .register-panel .form-group.agrCheck .form-control:focus {
    box-shadow: none !important;
}
.enquiry-form .register-panel .form-group.agrCheck .checkText {
    width: 90%;
    float: right;
    line-height: 20px;
    font-size: 16px;
}
.enquiry-form .ctplqryformbtn {
    width: 100%;
    display: block;
    margin-top: 10px;
    padding: 8px 15px;
    background: #C00000;
    border: 1px solid #C00000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

/*form css ends*/




/*content section starts*/
section.content-section {
    position: relative;
    text-align: center;
}
section.content-section p {
    font-size: 24px;
    text-align: center;
    color: #000;
    margin: 0;
}
section.content-section .container {
    border-bottom: 2px solid #C00000;
    padding: 60px 0;
}



/*content section ends*/





/*about section starts*/

section.about-section {
    position: relative;
    padding: 60px 0;
}
section.about-section .about-dv h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 10px;
}

section.about-section .about-dv p {
    font-size: 18px;
    text-align: center;
    color: rgb(0 0 0 / 60%);
}

section.about-section .about-ds {
    text-align: center;
}
section.about-section .about-ds img {
    height: 45px;
    margin-bottom: 15px;
}
section.about-section .about-ds h3 {
    font-size: 24px;
}



/*about section ends*/



/*grwoing section starts*/

section.growing-section {
    position: relative;
}

.grow-cont {
    position: relative;
    padding: 20px 0px 0 40px;
    background: #ECECEC;
    border-radius: 30px;
}
.grow-dv h2 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}
.grow-dv p {
    font-size: 18px;
}
.grow-dv ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.grow-dv ul li img {
    width: 50px;
    height: 50px;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    margin-right: 15px;
}
.grow-dv ul li p strong {
    display: block;
}
.grow-dv ul li p {
    font-size: 16px;
    margin: 0;
}
.grow-img {
    margin-right: -40px;
}



/*grwoing section ends*/


/*ADMISSION PROCESS SECTION STARTS*/
section.addmission_process_section {
    padding: 60px 0;
    position: relative;
}

section.addmission_process_section .timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

section.addmission_process_section .timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px;
    width: 16.666%;
}

@media (min-width:768px) {

    section.addmission_process_section .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: 2px solid #000;
        width: 100%;
        position: absolute;
        right: 7.5rem;
        top: 40px;
        z-index: -1;
    }
}

section.addmission_process_section .timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

section.addmission_process_section .timeline-content p {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.3px;
    margin-top: 25px;
}

section.addmission_process_section .timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 3rem;
    width: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6;
}

section.addmission_process_section .timeline-steps .timeline-content .inner-circle {
    border-radius: 11.5rem;
    height: 4rem;
    width: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.55));
    padding: 12px;
}

section.addmission_process_section .timeline-steps .timeline-content .inner-circle img {
    height: 35px;
    width: auto;
}

section.addmission_process_section .add-head h2 {
        color: #000;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}


/*ADMISSION PROCESS SECTION ENDS*/









/*helpline section starts*/

section.helpline-section{
    position: relative;
    padding: 0px 0 30px;
}
section.helpline-section:before {
    /*content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #222222;*/
}
section.helpline-section .container {
    position: relative;
}

section.helpline-section .container:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75%;
    width: 100%;
    background: #000;
    border-radius: 40px;
    z-index: 1;
}
section.helpline-section .help-cont {
    position: relative;
    padding: 70px 0px 30px 40px;
    z-index: 1;
}
section.helpline-section .help-cont h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 500;
    margin-top: 100px;
}

section.helpline-section .help-cont p {
    font-size: 24px;
    color: #fff;
}
section.helpline-section .help-cont p a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}
section.helpline-section .help-img {
    position: relative;
    z-index: 1;
}

section.helpline-section hr {
    border-color: #FF0000;
    border-width: 2px;
    background: #FF0000;
    opacity: 1;
    height: 2px;
    width: 80%;
}





/*helpline section ends*/



/*programs section starts*/

section.programs-section {
    position: relative;
    padding: 60px 0;
    background: #fff;
}
section.programs-section h2 {
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}
section.programs-section p {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

section.programs-section .prog-des h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 5px 10px;
}

section.programs-section .prog-des {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    height: 100%;
}





/*programs section ends*/




/*programs section starts*/

section.program-section {
    position: relative;
    padding: 50px 0px 60px;
    background: linear-gradient(180deg, #222, #000);
}
section.program-section .prog-cont h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
section.program-section .prog-cont p {
    font-size: 24px;
    color: #fff;
    opacity: 0.8;
}
section.program-section .prog-dv ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.program-section .prog-dv ul li {
    width: 30%;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #ffffffab;
    margin: 5px;
    border-radius: 6px;
}

section.program-section hr {
    border-color: #FF0000;
    border-width: 2px;
    background: #FF0000;
    opacity: 1;
    height: 2px;
    width: 100%;
    margin: 20px 0;
}
section.program-section .prog-dvs h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}
section.program-section .prog-dvs p {
    font-size: 18px;
    text-align: center;
    color: #ffffffc2;
}
section.program-section .prog-dvs ul {
    list-style: decimal;
    column-count: 2;
    margin-top: 40px;
}
section.program-section .prog-dvs ul li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}









/*programs section ends*/



/*top university section starts*/


section.topuni-section {
    position: relative;
    padding: 60px 0;
    background: #C00000;
}

section.topuni-section h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
}
section.topuni-section h2 span {
    display: block;
    font-size: 28px;
    font-weight: 500;
}
section.topuni-section p {
    font-size: 18px;
    color: #fff;
    opacity: 0.8;
}

section.topuni-section ul li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}



/*top university section ends*/




/*online learning section starts*/

section.learning-section {
    position: relative;
    padding: 60px 0;
}
section.learning-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
section.learning-section hr {
    height: 2px;
    background: #C00000;
    opacity: 1;
    margin: 20px 0;
}

section.learning-section .learn-dv {
    padding: 25px 15px;
    background: #ECECEC;
    border-radius: 15px;
}

section.learning-section .learn-dv h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
section.learning-section .learn-dv p {
    font-size: 14px;
    color: #000;
    opacity: 60%;
    margin: 0;
}
section.learning-section .learn-dv-black {
    padding: 45px 47px;
    background: #000;
    border-radius: 15px;
}

section.learning-section .learn-dv-black p {
    font-size: 14px;
    color: #fff;
    opacity: 60%;
    text-align: center;

}

section.learning-section .learn-head p {
    font-size: 16px;
}

section.learning-section .learn-dv-img img {
    width: 100%;
    border-radius: 15px;
}


/*online learning section ends*/



/*why choose section starts*/

section.whychoose-section {
    padding: 60px;
    position: relative;
    background-image: url(../images/bg-001.png);
    background-size: cover;
    background-position: right center;
}

section.whychoose-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
section.whychoose-section p {
    font-size: 16px;
    text-align: left;
    color: #fff;
    opacity: 60%;
}

section.whychoose-section .choose-sct {
    padding: 15px;
    border: 1px solid #ffffff59;
    border-radius: 15px;
    height: 100%;
}

section.whychoose-section .choose-sct h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

section.whychoose-section .choose-sct p {
    font-size: 14px;
    margin: 0;
}



/*why choose section ends*/


/*start your jouney section starts*/

section.journey-section {
    position: relative;
    padding: 60px 0;
    background: #C00000;
}

section.journey-section h2 {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
section.journey-section h2 span {
    display: block;
    font-size: 26px;
    margin-top: 10px;
}


/*start your jouney section ends*/

/*Consultation section starts */
section.consultation-section h2 {
    font-size: 40px;
    font-weight: 700;
}

section.consultation-section h2 span {
    display: block;
    font-size: 28px;
    font-weight: 500;
}

/*Consultation section ends */



/*footer starts*/

footer {
    position: relative;
    background: #000;
    padding: 60px 15px;
    text-align: center;
}
footer p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
@media screen and (max-width: 767px) {
footer p {
    font-size: 14px;
}

footer {
    padding: 40px 15px;
}

}


/*footer ends*/











@media screen and (max-width: 767px) {
section.banner-section .banner-content {
    position: relative;
    padding: 40px 15px;
}
section.banner-section .banner-dv h1 {
    font-size: 28px;
    margin-top: 0;
}
section.banner-section .banner-dv h1 span {
    font-size: 22px;
    margin-top: 10px;
}
section.banner-section .con-dvs p {
    font-size: 16px;
    margin-top: 10px;
}
section.banner-section .con-dvs p br {
    display: none;
}
section.banner-section .book-session {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
section.banner-section .book-session a {
    font-size: 16px;
    padding: 10px 15px;
    display: block;
}
section.content-section p {
    font-size: 18px;
}
section.about-section .about-dv h2 {
    font-size: 24px;
}
section.about-section .about-dv p {
    font-size: 14px;
}

section.about-section .about-ds {
    text-align: center;
    padding: 20px 0px;
}
section.about-section .row > div:nth-child(2) {
    border-right: 1px solid #00000080;
    border-bottom: 1px solid #00000080;
}
section.about-section .row > div:nth-child(3) {
    /*border-right: 1px solid #000;*/
    border-bottom: 1px solid #00000080;
}
section.about-section .row > div:nth-child(4) {
    border-right: 1px solid #00000080;
    /*border-bottom: 1px solid #000;*/
}





section.about-section .about-ds img {
    height: 30px;
}
section.about-section .about-ds h3 {
    font-size: 15px;
}
.grow-cont {
    position: relative;
    padding: 10px 20px 0px 20px;
    background: #ECECEC;
    border-radius: 30px;
    overflow: hidden;
}

.grow-dv h2 {
    font-size: 22px;
}
.grow-dv p {
    font-size: 14px;
}

.grow-dv ul {
    padding: 0;
}

 section.addmission_process_section .timeline-steps {
        display: block;
        margin-left: 30px;
    }

    section.addmission_process_section .timeline-steps .timeline-step {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 10px;
        width: 100%;
    }

    section.addmission_process_section .timeline-steps .timeline-content {
        width: 100%;
        display: flex;
    }

section.addmission_process_section .timeline-steps .timeline-step:not(:first-child):before {
        display: none;
    }
    section.addmission_process_section .timeline-step:after {
        content: "";
        height: 100%;
        width: 2px;
        background: #000;
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: -1;
        padding: 0;
    }

    section.addmission_process_section .timeline-step {
        padding: 25px 0 !IMPORTANT;
    }

    section.addmission_process_section .inner-circle {
        margin-right: 20px;
    }



section.addmission_process_section .add-head h2 {
    font-size: 28px;
}
section.helpline-section .help-cont {
            position: relative;
        padding: 0px 25px;
        z-index: 1;
}

section.helpline-section .container:before {
    height: 100%;
    width: 90%;
    margin: auto;
    right: 0;
}

section.helpline-section .help-cont h2 {
    font-size: 22px;
    margin-top: 50px;
}

section.helpline-section .help-cont p,
section.helpline-section .help-cont p a {
    font-size: 18px;
}

section.programs-section .prog-cont h2 {
    font-size: 26px;
}
section.programs-section .prog-cont p {
    font-size: 16px;
}
section.programs-section .prog-dv ul li {
    width: 48%;
    font-size: 14px;
    margin: 2px;
    padding: 10px 3px;

}


section.program-section .prog-dvs h3 {
    font-size: 22px;
}

section.program-section .prog-dvs p {
    font-size: 16px;
}
section.program-section .prog-dvs ul li {
    font-size: 14px;
}
section.program-section .prog-dvs ul {
    column-count: 1;
}

section.topuni-section h2 {
    font-size: 24px;
    margin-top: 30px;
}
section.topuni-section h2 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
}

section.topuni-section p {
    font-size: 14px;
}
section.topuni-section ul li {
    font-size: 14px;
}
section.learning-section h2 {
    font-size: 22px;
}

section.learning-section .learn-dv h3 {
    font-size: 18px;
}
section.learning-section .learn-dv p {
    font-size: 14px;
}
section.whychoose-section {
    padding: 30px 5px;
}

section.whychoose-section h2 {
    font-size: 24px;
}

section.whychoose-section .choose-sct p {
    font-size: 12px;

}
section.whychoose-section .choose-sct h3 {
    font-size: 15px;
}

section.whychoose-section .choose-sct {
    padding: 15px 10px;
}
section.journey-section h2 {
    font-size: 30px;
}
section.journey-section h2 span {
    display: block;
    font-size: 24px;
}
section.consultation-section h2 {
    font-size: 24px;
}

section.consultation-section h2 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
}

section.programs-section .prog-des h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 5px 5px;
}


}


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 95px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#C00000;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.CallButton a:hover{
    text-decoration: none;
    color:#fff;
}

/* call now button end  */