@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('responsive.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400&display=swap');



/* .form-panel {
    background: rgba(0,0,0,.6);
    padding: 30px 25px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    min-height: 370px;
    color: #fff;
    border-radius: 0px;
    border-right: 10px solid #fff;
}
.form-panel .register-panel{
    margin-top: 20px;
}
.form-panel .line{
    position: relative;
    height: 2px;
    background: rgba(255,255,255,.3);
}
.form-panel .line:before{
    position: absolute;
    left: 0;
    width: 20%;
    height: 100%;
    background: #f8a125;
    content: '';
}
.form-panel h4{
    font-weight: 700;
    font-size:20px;
}
.form-panel a{
    display: inherit;
    color: #fff;
}
.form-panel a:hover {
    color: #ffc107;
}
.banner_form_panel h4 {
    color: #fff;
}
.banner_form_panel h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
} */

html,body{
    box-sizing: border-box;
    overflow-x:inherit;
    width:100%;
    margin: 0;
    padding: 0;
}
@media screen and (max-width:767px){
    html,body{
        overflow-x:hidden;
    }
}
*{
    font-family: 'Montserrat';
}
.red_color{
    color:#D22423;
}
.red_back{
    background:#D22423;
}
.blue_color{
    color:rgb(1, 127, 159);
}
.blue_back{
    background:#017F9F;
}

/* banner form section start  */

.banner_main_form h3{
    text-align:center;
    font-size:25px;
}
.banner_otp_form_sec h3{
    color:#fff;
    text-align: center;
}
.banner_otp_form_sec h4{
    color:#fff;
    font-size:20px;
}
.form-control-sm{
    height: calc(1.6em + 0.5rem + 2px) !important;
}
/* banner form section end  */

/* banner section start  */

.jlu_banner{
    background:url('images/vgu_theme/jlu_banner2.png');
    background-size:100% 100%;
    background-position: center center;
    height:auto;
}
.jlu_banner .jlu_navbar .navbar-brand img{
    width: 15rem;
    height: 5rem;
}
.jlu_banner .jlu_navbar .nav-item .nav-link{
    font-weight:600;
    font-size:15px;
    color:#fff;
}
.jlu_banner .jlu_navbar .nav-item:hover .nav-link{
    font-weight:600;
    font-size:15px;
    color:#D22423;
}
.jlu_banner .banner_content h2 span{
    font-size:55px;
    font-weight: 600;
}
.jlu_banner .banner_content h2:first-child{
    padding-top:50%;
}

@media screen and (max-width:767px){
    .jlu_banner .jlu_navbar .navbar-brand img{
        width: 20rem;
        height: 6rem;
    }
    .jlu_banner{
        background:url('../images/jlu_banner2.png');
        background-size:cover;
        background-position: left;
        height:auto;
        padding-bottom:2%;
    }
    .jlu_banner .banner_content h2 span{
        font-size:35px;
        font-weight: 600;
    }
    .jlu_banner .banner_content h2:first-child{
        padding-top:20%;
    }
}

/* banner section end  */

/* recognization section start  */

.recognization{
    padding:3% 0%;
}
@media screen and (max-width:767px){
    .recognization h3{
        font-size:35px;
        text-align:center;
        margin-bottom:5%;
    }
}

/* recognization section end  */

/* key highlights section start  */

.highlights_section{
    background: linear-gradient(180deg, #000000 0%, #006179 100%);
    height:auto;
    padding-bottom:3%;
}
.highlights_section h2{
    color:#fff;
    font-weight:bold;
}
.highlights_section h2 span{
    font-size:16px;
}
.highlights_section h6{
    color:#fff;
}
.highlights_section p{
    color:#fff;
    margin-top:-2%;
}
.highlights_section .content_back{
    background:rgba(255, 255, 255, 0.1);
}
.highlights_section .content_back hr{
    border-top:1px solid #fff;
}
.highlights_section h5, .highlights_section h3{
    color:#fff;
}
.highlights_section h3{
    font-weight:600;
    text-align:justify;
}
.highlights_section h3 span{
    color:rgba(255, 255, 255, 0.6);
}

@media screen and (max-width:767px){
    .highlights_section h5{
        font-size:16px;
        text-align:center;
    }
    .highlights_section h3{
        font-weight:600;
        font-size:22px;
        text-align:center;  
    }
}

/* join us section start  */

.join_us{
    padding:4% 0%;
    background:#f2f2f2;
}

@media screen and (max-width:767px){
    .join_us h2{
        font-size:25px;
    }
}

/* join us section end  */

/* programs section start  */

.programs{
    padding:4% 0%;
}
.programs h2 span{
    color:#017F9F;
}
.programs .nav-item p{
    font-size:12px;
    font-weight:700;
    color:#000;
    opacity: 0.8;
}
.programs .nav-item .nav-link{
    transition: all .2s ease-in-out;
}
.programs .nav-item .nav-link.active{
    transform: scale(1.1);
    background:#017F9F;
    border-radius:0px;
    margin:0% 8%;
    padding:7% 0% 5% 0%;
    border-bottom:10px solid #D22423;
}
.programs .nav-item .nav-link img{
    opacity: 0.4;
}
.programs .nav-item .nav-link.active img{
    opacity:1;
    
}
.programs .tab-content .tab-pane .nav-link{
    background:transparent;
    color:#000;
    font-weight:600;
    font-size:16px;
    border-bottom:1px solid rgba(0,0,0,0.2);
    border-radius: 0px;
}
.programs .tab-content .tab-pane .nav-link.active{
    color:#017F9F;
    font-weight:700;
    border-right:5px solid #D22423;
    border-left:5px solid #D22423;
}
.programs .tab-content .tab-pane .tab-content .tab-pane{
    background:#017F9F;
    padding:3%;
}
.programs .tab-content .tab-pane .tab-content .tab-pane p{
    color:#fff;
    font-size:14px;
}
.programs .tab-content .tab-pane .tab-content .tab-pane button{
    border-radius: 0px;
    color:#D22423;
    font-weight: bold;
    background:#fff;
}
.programs .tab-content .tab-pane .tab-content .tab-pane ul li{
    color:#fff;
}

/* programs section end  */

/* programs mobile view start  */

.programsCarousel {
    background: #FAFAFA;
    margin-bottom: 40px;
  }
  
  .carousel-cell {
    width: 100%;
    height: auto;
    margin-right: 10px;
    background: #eaeaea;
    border-radius: 5px;
    counter-increment: carousel-cell;
    border-radius:0px;
    border-bottom:10px solid #D22423;
  }

  .carousel-main .carousel-cell .accordion .card-header h5 button{
    text-decoration:none;
    color:#000;
  }
  .carousel-main .card-body{
    background:#017F9F;
    color:#fff;
  }
  .carousel-main .card-body p{
    color:#fff;
    font-size:13px;
    text-align:justify;
  }
  .carousel-main .card-body button{
    background:#D22423;
    color:#fff;
    font-weight:bold;
    border-radius:0px;
  }
  .carousel-main  button[aria-expanded="true"] {
    background:transparent;
    color:#D22423;
    font-weight: bold;
    text-decoration: none;
  }
  .carousel-main  button[aria-expanded="false"] {
    background:transparent;
    color:#000;
    font-weight: bold;
    text-decoration: none;
    width:auto;
  }

  /* cell number */
  .carousel-cell:before {
    display: block;
    text-align: center;
    content: ' ';
    line-height: 200px;
    font-size: 80px;
    color: white;
  }
  
  .carousel-nav .carousel-cell {
    height: auto !important;
    width: 60%;
  }
  
  .carousel-nav .carousel-cell:before {
    font-size: 50px;
    line-height: 80px;
  }
  
  .carousel-nav .carousel-cell.is-nav-selected {
    background: #017F9F;
  }
  .carousel-nav .carousel-cell.is-nav-selected span{
    color:#fff;
  }
  .carousel-nav .carousel-cell .carousel_content {
    height: auto !important;
    width: 100%;
  }


/* programs mobile view end  */

/* scholarship section start  */

    .scholarship{
        background:url('../images/scholarship_back.png');
        background-size:100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        height:auto;
        padding:3% 0% 5% 0%;
    }
    .scholarship h3{
        color:#fff;
        font-size: 30px;
    }
    .scholarship h1{
        color:#fff;
        font-weight:500;
        font-size:50px;
    }
    .scholarship h2{
        color:#fff;
        font-weight:600;
    }
    .scholarship h5{
        color:#fff;
        font-weight:500;
    }

    .scholarship .carousel-indicators{
        margin-bottom:-3% !important;
    }
    .scholarship .carousel-indicators li{
        height: 10px;
        width: 10px;
        border-radius: 50%;
    }
    @media screen and (max-width:767px){
        .scholarship h3{
            color:#fff;
            font-size: 20px;
            padding-top:3%;
        }
        .scholarship h1{
            color:#fff;
            font-weight:500;
            font-size:40px;
        }
        .scholarship .carousel .carousel-inner{
            height:auto;
        }
    }

/* scholarship section end  */

/* steps to apply section start  */

.how_to_apply{
    padding:4% 0% 4% 0%;
    background:#11214f;
}
.how_to_apply a button{
    background:#000;
    color:#fff;
    border-radius:0px;
    margin-bottom:0%;
    font-size:24px;
}
@media screen and (max-width:767px){
    .how_to_apply a button{
        margin-bottom:0%;
    }
}
/* @media(max-width: 767px) {
    .key_highlights .col {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 50%;
    }
}
@media (min-width:768px) and (max-width: 10000px) {
    .key_highlights .col {
        flex-basis: auto;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 11.11%%;
    }
} */

/* steps to apply section end  */

/* recruiters and partners section start  */

.recruiters{
    padding:3% 0% 0% 0%;
}
.recruiters .nav-item .nav-link{
    background:transparent;
    color:#000;
    font-weight:bold;
}
.recruiters .nav-item .nav-link.active{
    background:transparent;
    color:#D22423;
    font-weight:bold;
    border-bottom:2px solid #D22423;
}
.recruiters img.girl{
    margin-bottom:0%;
}
@media screen and (max-width:767px){
    .recruiters .nav-item .nav-link{
        font-size:13px;
    }
    .recruiters img.girl{
        margin-bottom:-5%;
    }
}


/* recruiters and partners section end  */

/* potential of Future Leaders section start  */

.future_leaders{
    padding:5% 0% 3% 0%;
    background:#813147;
}
.future_leaders h1{
    color:#fff;
    font-weight:bold;
}
.future_leaders h2{
    color:rgba(255, 255, 255, 0.2);
    font-weight:bold;
}
@media screen and (max-width:767px){
    .future_leaders{
        padding:9% 0% 3% 0%;
        background:#813147;
    }
}

/* potential of Future Leaders section end  */

/* international collaboration section start  */

.collaboration{
    padding:3% 0%;
}
.collaboration img.flame{
    width: 150px;
    height: 200px;
}
.collaboration span{
    font-size:50px;
    font-weight: bold;
    vertical-align: bottom;
    color:#D22423;
}
@media screen and (max-width:767px){
    .collaboration h2{
        font-size: 40px;
    }
}

/* international collaboration section end  */

/* footer section start  */

.footer{
    padding:3% 0% 1% 0%;
    background:#263869;
}
.footer img{
    width:300px;
    height: 100px;
}
.footer h4{
    font-weight: 500;
    color:rgba(255, 255, 255, 0.6);
}
.footer i{
    color:#fff;
    font-size:35px;
    margin:auto 2%;
}
.footer .contact_details{
    margin-top:3%;
}
.footer .contact_details a{
    color:#fff;
    font-size:25px;
    margin:auto 2%;
    font-weight:500;
}
.footer .contact_details i{
    color:#fff;
    font-size:25px;
}
.footer hr{
    border-top:1px solid #fff;
}
.footer h6{
    color:#fff;
    font-size:12px;
    font-weight:700;
}
.footer h6 span{
    color:rgba(255, 255, 255, 0.6);
    font-size:14px;
}
.footer a{
    text-decoration:none;
}

@media (min-width:320px) and (max-width:480px){
    .footer .contact_details a{
        color:#fff;
        font-size:18px;
        margin:auto 2%;
        font-weight:500;
    }
}

/* footer section end  */


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 90px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#CE0004;
    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  */


/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: -3%;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#006179;
    border-radius: 5% 5% 0% 0%;
    width: 110px;
    height: 40px;
    transform: rotate(270deg);
}
.applyNowButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.applyNowButton a h5{
    font-size: 14px;
    font-weight:700;
    color:#fff;
}
.applyNowButton a:hover{
    text-decoration: none;
    color:#fff;
}
.applyNowButton a img{
    max-width:90%;
}

@media (min-width:320px) and (max-width:480px){
    .applyNowButton {
        position: fixed;
        bottom: 200px;
        z-index: 2200000;
        right: -10%;
        box-shadow: 0 0 10px #ddd;
        /* background-color: var(--whiteColor); */
        background:#006179;
        border-radius: 5% 5% 0% 0%;
        width: 110px;
        height: 40px;
        transform: rotate(270deg);
    }
}

/* Apply Now  button end  */



/* Admin CSS STARTS*/

.drop_one .dropdown-menu {
    right: 0;
    left: unset;
}
.drop_one button {
    text-transform: capitalize;
}


/* Admin CSS ENDS*/



.banner_form_sec .form_title {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 0px 15px;
    font-weight: bold;
    /*border-bottom: 1px solid #d0d0d0;*/
    padding: 0 0 10px;
}
.banner_form_sec .form_title span {
    display: inline-block;
    position: relative;
}
.banner_form_sec {
    background: #fff;
    padding: 15px 25px;
    width: 90%;
    /* border-radius: 10px; */
    /* position: absolute; */
    /* bottom: -225px; */
    /* right: 50px; */
    z-index: 9999;
    display: inline-block;
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}
.banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    margin: 0;
}
.banner_form_sec .form-control {
    height: 33px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0 !important;
    padding:1.3rem;
}
.banner_form_sec .form-group {
    margin-bottom: 10px;
}
.banner_form_sec .submit-btn {
    background: #07cc84;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    border-color: #07cc84;
    padding: 7px 40px;
    margin: 15px 0 0;
}
.banner_form_sec .submit-btn:hover {
    background: #832625;
    color: #fff;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
    padding: 1px;
}
.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: calc(2rem + 0.53rem + 3px) !important;
    padding: 0.6rem 0rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;
    border: 1px solid #ced4da;
    color: #495057;
    margin-right: 1px;
}
.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #495057;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #495057;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #495057;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #495057;
}