@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS Document */
body {
	font-family: "Poppins", sans-serif;
	color: #2a2a2a;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
    /*background: #f0eded;*/
    background: #fff;
	font-weight:400;
    overflow-x: hidden;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}
ul{
    list-style-type:none;
}	
a{
  text-decoration:none;
  outline: none!important;
}
a:hover{
    text-decoration:none;
    outline:none;
}

.brown_color{
    color:#4A1A10;
}
.brown_back{
    background:#4A1A10;
}
.link_color {
    color: #4A1A10;
    font-weight: 600;
    opacity: 0.8;
    transition: all ease .3s;
}
.link_color:hover {
    opacity: 1;
    color: #4A1A10;
}
.btn-style-one {
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    color: #000;
    padding: 10px 35px;
    transition: all ease .3s;
    transform: scale(1);
    width: 100%;
    box-shadow: 0px 0px 12px 0px #727272;
}
 .btn-style-one:hover {
    transition: all ease .3s;
    transform: scale(0.96);
}
 .btn-style-two {
    font-size: 18px;
    font-weight: 700;
    background: #B68C5A;
    color: #fff;
    padding: 10px 65px;
    transition: all ease .3s;
    transform: scale(1);
}
 .btn-style-two:hover {
    color: #fff;
    transition: all ease .3s;
    transform: scale(0.96);
}
.scale_image_design_one {
    position: relative;
    overflow: hidden;
}
.scale_image_design_one img {
    transform: scale(1);
    transition: all ease .3s;
}
.scale_image_design_one:hover img {
    transform: scale(0.96);
    transition: all ease .3s;
}
.apply-now {
    position: relative;
}
.apply-now:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 90%;
    height: 3px;
    background: rgb(0 0 0 / 20%);
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
    margin: auto;
}

/* ################################## index page ############################################ */

/* top bar start  */


.firstNavbar{
    background:lch(86.69 0.02 356.63 / 0.5);
}
.firstNavbar .navbar .navbar-brand{
    font-size:14px;
}
.firstNavbar .navbar .navbar-brand a{
    text-decoration:none;
    color:#000;
    font-weight:600;
}
.firstNavbar .navbar-toggler-icon {
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.firstNavbar nav a {
    color: #000;
    font-weight: 500;
}
.secondNavbar .navbar {
    position:static !important;
}
.secondNavbar .navbar .navbar-brand{
    font-size:35px;
    letter-spacing:2px;
}
.secondNavbar .navbar .nav-link{
    font-size:16px;
    margin:0px 5px;
    color:#000000b5;
    font-weight:500;
}
.secondNavbar .navbar .nav-link:hover{
    /*font-weight:bold;*/
    color:#4A1A10;
}
.secondNavbar .navbar-toggler {
    border: 0;
    color: #4A1A10;
}
.secondNavbar .navbar .navbar-brand {
    width: 250px;
}
.secondNavbar nav a img {
    width: 100%;
}
.secondNavbar .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.secondNavbar .dropstart:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}
.secondNavbar li.nav-item.dropdown:hover > ul.dropdown-menu {
    display: block;
}
.secondNavbar {
    padding: 10px 0;
    position: relative;
}
@media (min-width:300px) and (max-width:991px){
    .firstNavbar .contact-us {
        display: none;
    }
    .secondNavbar .dropstart:hover .dropdown-menu {
        /*display: block;*/
    }
  .secondNavbar .dropdown .dropdown-menu {
    position: relative;
    left: 0;
    right: 0 !important;
} 
.secondNavbar  .dropstart .dropdown-menu {
    z-index: -1;
}
.secondNavbar .dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.secondNavbar .dropstart .dropdown-toggle::before {
    display: none;
}
.secondNavbar li.nav-item.dropdown:hover > ul.dropdown-menu {
    background: #0000000f;
    color: #fff;
    border: 0;
    border-radius: 0;
}
.secondNavbar .dropstart .dropdown-menu  {
    background: #0000000f;
    color: #fff;
    border: 0;
    border-radius: 0;

}
.secondNavbar .dropstart {
    padding: 0 1rem;
}
.secondNavbar li.nav-item {
    padding: 0 1rem;
}
.secondNavbar .navbar .nav-link {
         margin: 0px 0px; 
}
}
@media (min-width:300px) and (max-width:767px){
    .firstNavbar .contact-us {
        display: none;
    }
    .firstNavbar li.login-con span {
        /*display: none;*/
    }
    .firstNavbar .navbar .navbar-brand a {
    font-size: 12px;
}



}
@media screen and (min-width: 769px) {
    .dropstart:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        right: 100%;
    }
}
/* top bar end  */




/*---------------------------------------------------------
=================Home Page CSS Starts====================
---------------------------------------------------------*/

/* banner section start  */

.banner_section{
    background:linear-gradient(rgba(0,0,0,0.0),rgba(0,0,0,0.0)),url('../images/hero.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height:auto;
    padding:60px 0 60px;
        background-color: #251714;
}
.banner_section .banner_content h2{
    font-size:80px;
    font-weight:bold;
    color:#fff;
}
.banner_section .banner_content p{
    color:#fff;
    font-size:18px;
    line-height: normal;
        font-weight: 500;
}
.ctplqryform {
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 15px;
}
.ctplqryform h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 15px 0;
}
.ctplqryform .form-control {
    height: 36px;
    margin-bottom: 8px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.phonewithcountrycode .select2-container--default .select2-selection--single {
     height: 36px !important;
}

label.form-group.agrCheck {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: 15px 0;
}
.register-panel .form-group.agrCheck .form-control {
    width: 20px !important;
    padding: 0;
    height: 20px;
    margin-right: 10px;
}
.ctplqryformbtn {
    width: 100%;
    background: #4a1a10;
    border-color: #4a1a10;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    transition: all ease .3s;
    transform: scale(1);
}
.ctplqryformbtn:hover {
    transition: all ease .3s;
    transform: scale(0.96);
    background: #4a1a10;
    border-color: #4a1a10;
}
@media screen and (max-width: 1199.98px) {
.btn-style-one {
    font-size: 18px;
    padding: 10px 15px;
}
}
@media screen and (max-width: 991.98px) {
    .banner_content {
    padding-bottom: 60px;
}



    }
@media screen and (max-width: 767.98px) {
    .banner_section .banner_content h2 {
        font-size: 50px;
    }
    .banner_section .banner_content p {
        font-size: 13px;
    }    
    .banner_below button {
        font-size: 13px;
    }


}





/* banner section end  */

/*apply sections starts*/

section.apply_section {
    position: relative;
    background: transparent;
    margin-top: -25px;
    z-index: 1;
}
/*apply sections ends*/




.heading-one h2 {
    font-size: 38px;
    color: #000;
    font-weight: 500;
}

/*important dates section starts*/
section.importantdates_section {
    position: relative;
    padding: 100px 0 80px;
    /*background-image: url(../images/bg_001.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
        background-color: #F5F5F5;
        margin-top: -28px;
}
section.importantdates_section .img-dv {
    width: 100%;
    text-align: center;
    position: relative;
}
section.importantdates_section .important_sub_cont {
        text-align: center;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -40%);
}
section.importantdates_section .important_sub_cont h3{
    font-size: 131px;
    color: #4A1A10;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 115px;
}
section.importantdates_section .important_sub_cont p {
    font-size: 30px;
    margin-top: 20px;
    color: #474747;
    font-weight: 500;
}
section.importantdates_section .img-cont h2 {
    font-size: 56px;
    color: #000;
    font-weight: 700;
}
section.importantdates_section .img-cont p {
    font-size: 28px;
    line-height: normal;
    color: #000;
    font-weight: 500;
}

@media screen and (max-width: 991.98px) {
section.importantdates_section .container {
    max-width: 100%;
}
section.importantdates_section .important_sub_cont h3 {
    font-size: 98px;
    line-height: 65px;
}
section.importantdates_section .important_sub_cont p {
    font-size: 18px;
    margin-top: 10px;
}
.heading-one h2 {
    font-size: 26px;
}
}
@media screen and (max-width: 767.98px) {
.heading-one h2 {
    font-size: 26px;
}

section.importantdates_section .img-cont h2 {
    font-size: 36px;
    margin-top: 15px;
}
section.importantdates_section .img-cont p {
    font-size: 16px;
}
section.importantdates_section .important_sub_cont h3 {
    font-size: 72px;
    font-weight: 700;
            line-height: 72px;
}
section.importantdates_section .important_sub_cont p {
    font-size: 16px;
    margin-top: 0;
}
section.importantdates_section .important_sub_cont {
    top: 40%;
}
section.importantdates_section .img-dv h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

}

/*important dates section ends*/




/* AICLET process section start  */

section.AICLET_process_wrap {
    position: relative;
    text-align: center;
    padding: 60px 0px;
    margin-top: 0;
}
section.AICLET_process_wrap h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}
section.AICLET_process_wrap p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.AICLET_process_container {
    text-align: center;
    display: flex;
    width: 100%;
    position: relative;
    background: #B68C5A;
    padding: 40px 30px;
    border-radius: 25px;
}
.AICLET_process_container::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 2px;
    background: rgb(255 255 255 / 30%);
    top: 63px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}

.icon-img {
    width: 50px;
    height: 50px;
    background: #000;
    padding: 5px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    position: relative;
}

.icon-img img {
    width: 75%;
    margin: auto;
}
.AICLET_process_container li {
    width: 20%;
    padding: 0 15px;
    position: relative;
}
.AICLET_process_container li h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.AICLET_process_container li p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
        line-height: normal;
}

@media screen and (max-width: 1199.98px) {
  
}

@media screen and (max-width: 991.98px) {
section.importantdates_section .img-cont h2 {
    font-size: 36px;
}
  section.importantdates_section .img-cont p {
    font-size: 20px;
}
section.AICLET_process_wrap .container {
    max-width: 100%;
}
section.AICLET_process_wrap h2 {
    font-size: 28px;
}
section.AICLET_process_wrap p {
    font-size: 16px;
}
}

@media screen and (max-width: 767.98px) {
  .AICLET_process_container {
    display: block;
    padding: 40px 20px;
}
.icon-img {
            margin-left: 0;
        float: left;
        margin-right: 15px;
}


}

/* AICLET process section end  */

/*---------------------------------------------------------
=================Home Page CSS Ends====================
---------------------------------------------------------*/



/*---------------------------------------------------------
=================Footer CSS Starts====================
---------------------------------------------------------*/

section.footer_apply_section {
    position: relative;
    z-index: 1;
    background: #4a1a10;
}
footer.footer_wrap {
    padding: 80px 0 0;
    background: #4A1A10;
    position: relative;
    margin-top: -25px;
}
footer.footer_wrap h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
footer.footer_wrap ul {
    padding-left: 0px;
    margin-top: 15px;
}
footer.footer_wrap ul li a {
        display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    transition: all ease .3s;
}
footer.footer_wrap ul li a:hover {
    color: #ffffffb0;
}
footer.footer_wrap .quick_links ul li {
    margin-bottom: 5px;
}
footer.footer_wrap .copyright_text {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #ffffffb0;
    margin-top: 30px;
}
footer.footer_wrap .copyright_text p {
    font-size: 14px;
    color: #ffffffc2;
    margin: 0;
}
footer.footer_wrap .footer_img img {
    filter: invert(1) brightness(10);
}
footer.footer_wrap .footer_contact_sec ul li {
    /* display: inline-block; */
    margin-bottom: 15px;
    text-indent: -8px;
    margin-left: 18px;
}
footer.footer_wrap .footer_contact_sec ul li:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 991.98px) {
.footer_img {
    margin-bottom: 40px;
}


}

/*---------------------------------------------------------
=================Footer CSS Ends====================
---------------------------------------------------------*/


.text-right {
    text-align: right;
}
/*---------------------------------------------------------
=================enquiry CSS Starts====================
---------------------------------------------------------*/

/*eligibility section starts*/
section.eligibility_section {
    position: relative;
    padding: 80px 0 0;
    background: #4A1A10;
}
section.eligibility_section h2 {
    font-size: 40px;
    text-align: center;
    color: #B68C5A;
    font-weight: 700;
}
section.eligibility_section .elig-dv p {
    font-size: 22px;
    color: #fff;
    line-height: normal;
    margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
section.eligibility_section h2 {
    font-size: 26px;
}
section.eligibility_section .elig-dv p {
    font-size: 16px;
}




}

/*eligibility section ends*/



/*list section starts*/
section.list_section {
    position: relative;
    padding-bottom: 60px;
    }
section.list_section .list-dvs p {
    font-size: 20px;
    line-height: normal;
    color: #000;
    font-weight: 500;
}
@media screen and (max-width: 991.98px) {
section.list_section .list-dvs p {
    font-size: 16px;
}




}

/*list section ends*/

/*course detail section starts*/
section.coursedtl_section {
    position: relative;
    background: #4A1A10;
    padding: 60px 0;
    background-image: url(../images/bg_002.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}
section.coursedtl_section .head-co h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

section.coursedtl_section h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

section.coursedtl_section p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
}


section.coursedtl_section .jo_pro h3 {
    text-align: center;
}
section.coursedtl_section .jo_pro ul {
    color: #fff;
    list-style: disc;
    column-count: 3;
    font-size: 20px;
    line-height: normal;
}
section.coursedtl_section .jo_pro ul li {
    padding: 0 25px 0 0px;
}


@media screen and (max-width: 991.98px) {
section.coursedtl_section .head-co h2 {
    font-size: 28px;
}
section.coursedtl_section h3 {
    font-size: 20px;
}
section.coursedtl_section p,
section.coursedtl_section .jo_pro ul {
    font-size: 16px;
}


}
@media screen and (max-width: 767.98px) {

section.coursedtl_section .jo_pro ul {
    column-count: 1;
}

}

/*course detail section ends*/

/*Participating Universities section starts*/
section.partner_uni {
    padding: 60px 0;
    position: relative;
}
section.partner_uni h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #000;
}

@media screen and (max-width: 991.98px) {

section.partner_uni h2 {
    font-size: 28px;
}


}

/*Participating Universities section ends*/






/*faq section starts*/
section.faq_section {
    padding: 60px 0;
    position: relative;
}
section.faq_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #B68C5A;
    z-index: 0;
}
section.faq_section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #4A1A10;
    z-index: 0;
}
section.faq_section .faq-d {
    position: relative;
}
section.faq_section .faq-d h2 {
    font-size: 106px;
    color: #fff;
    font-weight: 700;
}
section.faq_section .faq-d h2 span {
    color: #FFD600;
    font-weight: 500;
}
section.faq_section .faq-con {
    position: relative;
    background: #fff;
    padding: 45px;
    z-index: 1;
}
section.faq_section .faq-con h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    position: relative;
    margin-left: 25px;
}
section.faq_section .faq-con h3:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 12px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 20px;
}
section.faq_section .faq-con p {
    font-size: 20px;
    font-weight: 500;
    margin-left: 25px;
}
section.faq_section span.img-aln {
    font-size: 142px;
    font-weight: 700;
    color: lch(100 0 0 / 0.1);
    position: absolute;
    right: 0;
    top: 58px;
}


@media screen and (max-width: 991.98px) {

.faq-d h2 {
    font-size: 66px !important;
}
span.img-aln {
    font-size: 92px !important;
    top: 14px !important;
}
section.faq_section .faq-con h3 {
    font-size: 20px;
}
section.faq_section .faq-con p {
    font-size: 16px;
}

}

/*faq section ends*/


/*---------------------------------------------------------
=================enquiry CSS Ends====================
---------------------------------------------------------*/






