@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;
}
.hightlight-color {
    color:#FBFF32;
}
.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 !important;
    font-weight: 700 !important;
    background: #fff !important;
    color: #000 !important;
    padding: 10px 35px !important;
    transition: all ease .3s !important;
    transform: scale(1) !important;
    width: 100% !important;
    box-shadow: 0px 0px 12px 0px #727272 !important;
}
 .btn-style-one:hover {
    transition: all ease .3s !important;
    transform: scale(0.96) !important;
}
 .btn-style-two {
    font-size: 18px !important;
    font-weight: 700 !important;
    background: #B68C5A !important;
    color: #fff !important;
    padding: 10px 65px !important;
    transition: all ease .3s !important;
    transform: scale(1) !important;
}
 .btn-style-two:hover {
    color: #fff !important;
    transition: all ease .3s !important;
    transform: scale(0.96) !important;
}
.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;
    height:auto;
    padding:100px 0px;
    background-color: #251714;
}
.banner_section .banner_content h1{
    font-size:80px;
    font-weight:bold;
    color:#fff;
}
.banner_section .banner_content p{
    color:#fff;
    font-size:18px;
    line-height: normal;
        font-weight: 500;
}

@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 h1 {
        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 !important;
    background: transparent;
    margin-top: -25px;
    z-index: 999;
}
/*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 200px;
    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: 36px;
    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: 0px 0 0px;
    margin-top: -130px;
}

.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%;
}

}

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


/*Announcement section starts*/
section.annou_section {
    position: relative;
    padding: 0 0 60px;
    margin-top: 60px;
}
.anou-head h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin:0;
    position: relative;
}
.anou-head {
    padding: 15px 15px;
    position: relative;
    background: #4A1A10;
}
.anou-head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 38%;
    height: 2px;
    background: #fff;
    transform: translate(0px, -50%);
}
.anou-head:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 38%;
    height: 2px;
    background: #fff;
    transform: translate(0px, -50%);
}
.anou-sub-head h3 {
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 40px;
    border-bottom: 1px solid #00000075;
}
.annou-des {
    background: #4A1A10;
    padding: 25px;
    height: 100%;
    border-radius: 25px;
}
.annou-des p {
    font-size: 16px;
    color: #fff;
    line-height: normal;
}
.annou-des ul {
    color: #fff;
    list-style: circle;
    font-size: 14px;
}

@media screen and (max-width: 991.98px) {
.anou-head h2 {
    font-size: 24px;
}
.anou-head:before,
.anou-head:after {
    width: 20%;
}
.anou-sub-head h3 {
    font-size: 26px;
    font-weight: 700;
}
.anou-sub-head h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000075;
    margin-top: 20px;
}



}
/*Announcement section ends*/




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



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

section.footer_apply_section {
    position: relative;
    z-index: 1;
}
section.footer_apply_section_two {
    margin-top: -100px;
}
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====================
---------------------------------------------------------*/






/*---------------------------------------------------------
=================Courses CSS Starts====================
---------------------------------------------------------*/


/*course banner section starts*/
section.course_banner_section {
    position: relative;
    padding: 100px 0;
    background-color: #251714;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 65vh;
}
.banner_content h1 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.banner_content p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

@media screen and (max-width: 991.98px) {
.banner_content h1 {
    font-size: 32px;
}
section.course_banner_section {
    position: relative;
    padding: 100px 0;
    height: auto;
}
   section.course_banner_section  .banner_content {
        padding-bottom: 0;
    }

section.commoncontent_sections .common_cont h2 {
    font-size: 24px;
}





}
/*course banner section ends*/


/*course section starts*/
section.course_about_section {
    position: relative;
    padding: 60px 0;
}
section.course_about_section h2 {
    font-size: 42px;
    text-align: center;
    color: #4A1A10;
    text-transform: uppercase;
    font-weight: 700;
}
section.course_about_section p {
    font-size: 20px;
    color: #000;
    line-height: normal;
    font-weight: 500;
}
@media screen and (max-width: 991.98px) {
section.course_about_section h2 {
    font-size: 28px;
}
section.course_about_section p {
    font-size: 16px;
}


}

/*course section ends*/

/*prospectus section starts*/
section.prospectus_section {
    padding: 30px 20px;
    background: #000;
    position: relative;
}
section.prospectus_section h2 {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
section.prospectus_section p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}
@media screen and (max-width: 991.98px) {
section.recruiting_section h2 {
    font-size: 28px;
}
section.prospectus_section h2 {
    font-size: 28px;
}

}

/*prospectus section ends*/


/*course detail section starts*/
section.course_rl_section {
    position: relative;
    padding: 60px 0;
    background: #F5F5F5;
}
section.course_rl_section .content-course p span {
    font-size: 44px;
    font-weight: 700;
}
section.course_rl_section .content-course p {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
}
@media screen and (max-width: 991.98px) {

section.course_rl_section .content-course p span {
    font-size: 28px;
    font-weight: 700;
}
section.course_rl_section .content-course p {
    font-size: 16px;
}

}
/*course detail section ends*/

/*employement section starts*/
section.employement_section {
    position: relative;
    padding: 0 0 60px;
    background: #F5F5F5;
    overflow: hidden;
}
section.employement_section .emp_sect h2 {
    font-size: 44px;
    color: #000;
    font-weight: 700;
}
section.employement_section .emp_sect p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: normal;
}
section.employement_section .emp_sb_sect {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    position: relative;
    justify-content: space-between;
}
section.employement_section .emp_sb_sect > div {
    width: 48%;
    padding: 25px;
    position: relative;
    background: #fff;
}
section.employement_section .emp_sb_sect:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: #b68c5a;
}
section.employement_section .emp_sb_sect:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 65%;
    background: #b68c5a;
}
section.employement_section .emp_sb_sect > div p {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #000;
}
section.employement_section .emp_sb_sect > div p span {
    font-weight: 700;
    font-size: 24px;
}


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

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

section.employement_section .emp_sb_sect > div {
    width: 100%;
    padding: 25px;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
}
}

/*employement section ends*/

/*Recruiting section starts*/
section.recruiting_section h2 {
    background: #4A1A10;
    color: #fff;
    padding: 25px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
section.recruiting_section .req_uni ul {
    list-style: disc;
    column-count: 2;
    padding: 0;
}
section.recruiting_section .req_uni ul li {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}
section.recruiting_section .req_uni {
    padding-top: 60px;
}
@media screen and (max-width: 991.98px) {
section.recruiting_section h2 {
    font-size: 28px;
}
section.recruiting_section .req_uni ul {
    list-style: disc;
    column-count: 1;
    padding-left: 50px;
}
}
/*Recruiting section ends*/


/*payscale section starts*/

section.payscale_section {
    position: relative;
    padding: 0 0 60px;
}
section.payscale_section .pay-cont h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
}
section.payscale_section .pay-cont p {
    font-size: 24px;
    color: #000;
    line-height: normal;
    font-weight: 500;
}
@media screen and (max-width: 991.98px) {
section.payscale_section .pay-cont h2 {
    font-size: 28px;
}
section.payscale_section .pay-cont p {
    font-size: 16px;
}

}
/*payscale section ends*/


section.importantdates_section.importantdates_bgs {
    background: #f5f5f5;
    padding-bottom: 50px;
}

/*---------------------------------------------------------
=================Courses CSS Ends====================
---------------------------------------------------------*/





/*---------------------------------------------------------
=================Important Dates page CSS Starts====================
---------------------------------------------------------*/
/*guideline section starts*/
section.guidline_sections {
    position: relative;
    padding: 0 0 60px;
    background: whitesmoke;
}
section.guidline_sections h2 {
    font-size: 46px;
    color: #4A1A10;
    font-weight: 700;
    text-transform: uppercase;
}
section.guidline_sections h3 {
    font-size: 26px;
    color: #4A1A10;
    font-weight: 500;
    text-transform: uppercase;
}

section.guidline_sections ul {
    margin-top: 30px;
    list-style: disc;
    padding-left: 20px;
}
section.guidline_sections ul li {
    font-size: 18px;
    margin-bottom: 15px;
}

/*guideline section ends*/

/*---------------------------------------------------------
=================Important Dates page CSS Ends====================
---------------------------------------------------------*/




/*---------------------------------------------------------
=================Common Content CSS Starts====================
---------------------------------------------------------*/

section.commoncontent_sections {
    position: relative;
    padding: 60px 0;
}
section.commoncontent_sections .common_cont h2 {
    font-size: 30px;
    color: #4A1A10;
    font-weight: 700;
    margin-top: 40px;
}
section.commoncontent_sections .common_cont h3 {
    font-size: 26px;
    color: #4A1A10;
    font-weight: 700;
    margin-top: 30px;
}
section.commoncontent_sections .common_cont p {
        font-size: 20px;
    color: #4A1A10;
    font-weight: 500;
    margin-top: 0;
    line-height: normal;
}
section.commoncontent_sections .common_cont ul li {
    font-size: 20px;
    color: #4A1A10;
    font-weight: 500;
    margin-top: 0;
    line-height: normal;
        margin-bottom: 10px;
}
section.commoncontent_sections .list-style-one {
    list-style: decimal;
}


section.commoncontent_sections .list-style-two {
    list-style: disc;
}

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

section.commoncontent_sections .common_cont h2 {
    font-size: 24px;
}
section.commoncontent_sections .common_cont p,
section.commoncontent_sections .common_cont ul li {
    font-size: 16px;
}






}

/*---------------------------------------------------------
=================Common Content CSS Ends====================
---------------------------------------------------------*/






/*---------------------------------------------------------
=================Result CSS Starts====================
---------------------------------------------------------*/

section.result_section {
    padding: 60px 0;
    position: relative;
}
section.result_section h2 {
    font-size: 46px;
    color: #000;
    font-weight: 700;
}
section.result_section .result-date {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px;
    background: #4a1a10;
    border-radius: 0px 30px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.result_section .result-date:before {
    content: "";
    position: absolute;
    right: 99%;
    top: 0;
    height: 100%;
    width: 40%;
    background: #4a1a10;
}
section.result_section .result-date h3 {
    font-size: 165px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 25px;
}
section.result_section .result-date p {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0;
}
section.result_section .res-text {
    height: 100%;
    padding: 30px 0;
    border-top: 1px solid rgb(0 0 0 / 20%);
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}
section.result_section .res-text p {
    font-size: 30px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}

@media screen and (max-width: 991.98px) {
section.result_section .container {
    max-width: 100%;
}
section.result_section .result-date h3 {
    font-size: 135px;
}
section.result_section .result-date p {
    font-size: 36px;
}
section.result_section .res-text p {
    font-size: 26px;
}



}

@media screen and (max-width: 991.98px) {
	section.result_section h2 {
    font-size: 28px;
}
    section.result_section .result-date h3 {
        font-size: 96px;
    }
    section.result_section .result-date p {
        font-size: 24px;
    }

}

/*---------------------------------------------------------
=================Result CSS Ends====================
---------------------------------------------------------*/


/*---------------------------------------------------------
=================Partner University CSS Starts====================
---------------------------------------------------------*/
section.partner_section {
    position: relative;
    padding: 90px 0 0;
    background: #B68C5A;
}
section.partner_section .uni_dv {
    padding: 75px;
    background: #fff;
    position: relative;
}
section.partner_section .uni_dv img {
    width: 80%;
    height: 100px;
    object-fit: contain;
}


section.partner_section .logo-dv {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
section.partner_section .uni_dv  .col-md-4 {
    border-right: 1px solid #b68c5a;
}
section.partner_section .uni_dv .col-md-4:nth-child(4n),
section.partner_section .uni_dv .col-md-4:last-child {
    border: 0;
}
/*---------------------------------------------------------
=================Partner University CSS Ends====================
---------------------------------------------------------*/

/*---------------------------------------------------------
=================Downloads Page CSS Starts====================
---------------------------------------------------------*/
section.download_banner {
    position: relative;
    margin-top: -150px;
    background-size: 50%;
    background-position: left bottom;
    background-repeat: no-repeat;
}
section.download_banner .pdf_content_div {
    padding: 90px 30px 150px;
    background: #4a1a10;
    border-radius: 35px;
}
section.download_banner .pdf_content_div ul li a {
    font-size: 24px;
    color: #fff;
    line-height: normal;
}
section.download_banner .pdf_content_div ul li {
    margin-bottom: 20px;
    text-indent: -15px;
    margin-left: 15px;
}
section.download_banner .pdf_content_div_img {
    margin-top: -400px;
}


@media screen and (max-width: 767.98px) {
    section.download_banner {
        margin-top: 0px;
        background: #fff !important;
    }
    section.download_banner .pdf_content_div ul li a {
        font-size: 18px;
    }
    section.download_banner .pdf_content_div ul li a br {
        display: none;
    }
    section.download_banner .pdf_content_div ul {
        padding: 0;
    }
    section.download_banner .pdf_content_div ul li {
        text-indent: -10px;
    }
    section.download_banner .pdf_content_div_img {
        margin-top: -150px;
    }
    section.footer_apply_section_two {
        margin-top: -25px;
    }

}

@media screen and (max-width: 991.98px) {
    section.download_banner {
        margin-top: 0px;
        background: #fff !important;
    }
    section.download_banner .pdf_content_div ul li a {
        font-size: 18px;
    }
    section.download_banner .pdf_content_div ul li a br {
        display: none;
    }
    section.download_banner .pdf_content_div ul {
        padding: 0;
    }
    section.download_banner .pdf_content_div ul li {
        text-indent: -10px;
    }
    section.download_banner .pdf_content_div_img {
        margin-top: -220px;
    }
    section.footer_apply_section_two {
        margin-top: -55px;
    }

}


/*---------------------------------------------------------
=================Downloads Page CSS Ends====================
---------------------------------------------------------*/
