@charset "utf-8";
/* CSS Document */
body.html {
	scroll-behavior: smooth;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}

#applycoupon {
    display: inline-block;
    color: #000 !important;
    background: #f2901d !important;
    padding: 6px 15px;
    border: none;
    border-radius: 4px !important;
    margin-right: 5px;
}
#removecoupon {
    display: inline-block;
    color: #fff !important;
    background: #811811 !important;
    padding: 6px 15px;
    border: none;
    border-radius: 4px !important;
}
.bg-secondary {
    background-color: #0b443f !important;
}
.grey_bg {
    background:#ecf0f5 !important;
}
.pay_now_btn {
    display: inline-block;
    color: #fff !important;
    background: #4BB543;
    padding: 8px 40px;
    border: none;
    border-radius: 4px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
/*input:-webkit-autofill
{
 -webkit-text-fill-color: #fff !important;
}*/
.main-content-wrap.d-flex.flex-column.dashboard-wrapper {
    min-height: auto !important;
}

.fixed_btn_result {
    position: fixed;
    bottom: 5%;
    left: 15px;
    z-index: 999;
    text-align: center;
}
.fixed_btn_result .btn-block {
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}

.mob_userboard_table {
    width: 100% !important;
    background: #fff;
    font-size: 13px;
    line-height: 18px;
    display: none;
    margin: 15px 0 0;
}
.mob_userboard_table_tr {
    width: 100% !important;
    border: 1px solid #ddd !important;
    overflow: hidden;
}
.mob_userboard_table_tr span.leftsec {
    padding: 5px;
    border-right: 1px solid #ddd !important;
    width: 40%;
    float: left;
    color:rgba(0, 0, 0, 0.87);
    font-weight: bold;
}
.mob_userboard_table_tr span.rightsec {
    padding: 5px;
    width: 60%;
    float: left;
}
.desk-text-right{
    text-align: right;
}
.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-default.jconfirm-type-animated {
    padding: 0;
    /*background: #dc3545;*/
}
.jconfirm-title-c {
    background: #fae1e3;
    padding: 10px !important;
    font-size: 18px !important;
}
.jconfirm-content-pane {
    background: #dc3545;
    color: #fff;
    padding: 10px;
    font-size: 14px !important;
    line-height: 19px !important;
    margin: 0 !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 10px;
    padding-right: 10px;
}
.jconfirm-cell {
    background: rgba(0,0,0,0.6);
}
.register-panel .frmLogin, .login-panel .frmReg {
    margin: 5px 0 0;
}
.inner-header .logout .dropdown {
    padding-right: 10px;
    margin-top: 15px;
    margin-right: 25px;
}
.inner-header .logout .dropdown .dropdown-toggle::after {
    right: -10px !important;

}
.inner-header .logout .dropdown .dropdown-menu.show {
    top: 19px !important;
    transform: translate3d(-10px, 30px, 0px) !important;
}
.inner-header .logout .dropdown .dropdown-item.active, .inner-header .logout .dropdown .dropdown-item:active {
    background-color: #0297af;
}
header .phone a {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 25px !important;
    border-radius: 50px;
    color: #fff !important;
    background: #252525 !important;
    font-weight: 600;
}
#fdsformsteps button.btn.btn-success.btnsubmit {
    background: #0297af;
    border-color: #0297af;
}
#loginregister .btn {
    margin: 5px 0;
    padding: 10px !important;
    text-decoration: none !important;
}
#banner_form .register-panel .btn.btn-warning.btn-block, #banner_form .login-panel #checkLogin, #banner_form .login-panel .btn.btn-warning.btn-block.showifvalid {
    background: #252525;
    border-color: #252525;
    color: #fff;
}
#banner_form .register-panel .btn.btn-warning.btn-block:hover, #banner_form .login-panel #checkLogin:hover,  #banner_form .login-panel .btn.btn-warning.btn-block.showifvalid:hover {
    background: #252525;
    border-color: #252525;
    box-shadow: 0 8px 25px -8px #252525;
}
#banner_form .register-panel .btn.btn-danger.btn-block.frmLogin, #banner_form .login-panel .btn.btn-danger.btn-block.frmReg, a.btn.btn-link.toggleAction.btn-block {
    background: #0297af;
    border: #0297af;
    color: #fff;
}
#banner_form .register-panel .btn.btn-danger.btn-block.frmLogin:hover, #banner_form .login-panel .btn.btn-danger.btn-block.frmReg:hover, a.btn.btn-link.toggleAction.btn-block:hover {
    background: #0297af;
    border: #0297af;
    box-shadow: 0 8px 25px -8px #0297af;
}
.steps_to_transform_wrap .desktop_display, .our_clientele_wrap .desktop_display {
    display: inline-block;
}
.steps_to_transform_wrap .mobile_display, .our_clientele_wrap .mobile_display {
    display: none;
}
select#code {
    position: absolute;
    left: 0;
    max-width: 30% !important;
    z-index: 100;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}
select#countrycode {
    position: absolute;
    left: 0;
    max-width: 30% !important;
    z-index: 100;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}
#mobile {
    margin-left: 30%;
    width: 70%;
    height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 14px;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    font-family: 'Roboto', sans-serif;
}



















/* new page css */

.pink_color {
    color: #D51C53 !important;
}
.white_back {
    background: #fff;
}

.red_back {
    background: #D22423;
}

.blue_color {
    color: #0298AE;
}

.blue_back {
    background: #0298AE;
}
.btn-style-two {
    font-size: 16px;
    color: #ffffff73;
    border: 1px solid #ffffff40;
    padding: 8px 40px;
}
/* banner form section start  */
.jlu_navbar nav ul li a {
    color: rgba(0, 0, 0, .5);
    font-weight: 600;
}
.jlu_navbar nav img {
    width: 200px;
}


.scholarship {
    background: url('../../images/vgu_theme/scholarship_back.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 3% 0%;
}


.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  */

.form_one {
    width: 100%;
    position: relative;
    height: 100%;
    /* background: #fff; */
}
.jlu_banner {
    background: url('../../../default/images/frontend/jlu_banner2.png');
    background-size:cover;
    background-position: center center;
    height: auto;
    position: relative;
    padding: 100px 0;
}
.banner_content {
    text-align: right;
}
span.font-sz {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 30px;
}
.banner_content h1 {
    font-size: 38px;
    color: #fff;
    line-height: 60px;
}
.banner_content h2 {
    font-size: 20px;
    color: rgb(255 255 255 / 60%);
    position: relative;
    width: fit-content;
    margin-left: auto;
}
.banner_content ul {
    list-style: none;
    margin-top: 100px;
}
.banner_content ul li h3 {
    font-size: 16px;
    margin: 0;
    padding: 0 12px 0;
    color: #fff;
}
.banner_content ul li {
    border-right: 4px solid #d51c53;
    margin: 10px 0;
}

/* banner section end  */

/* recognization section start  */

.recognization {
    padding: 40px 0;
}
.reco-dv p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}
.reco-dv h3 {
    font-size: 28px;
}
@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(107deg, #0197B0, #7BD75A);
    height: auto;
    padding-bottom: 80px;
}

.highlights_section h2 {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
}

.highlights_section h6 {
    color: #fff;
    padding: 20px 0;
    margin: 0;
}

.highlights_section p {
    color: #fff;
    margin-top: 0;
}

.highlights_section .content_back {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 0px;
    margin-top: 40px;
}

.highlights_section .content_back hr {
    border-top: 1px solid #fff;
}

.highlights_section h5 {
    color: #fff;
    font-size: 34px;
}


/* join us section start  */

section.join_us {
    padding: 80px 0;
    background: #EEEEEE;
}
section.join_us .join-img {
    box-shadow: 0 6px 18px #00000029;
    position: relative;
}
section.join_us .join-img img {
    width: 100%;
}
section.join_us h2 {
    font-weight: 600;
}
@media screen and (max-width:767px) {
    .join_us h2 {
        font-size: 25px;
    }
}

/* join us section end  */

/* programs section start  */

.programs {
    padding: 80px 0%;
}


.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;
    background: transparent;
}

.programs .nav-item .nav-link.active .pl-img{
    transform: scale(1.1);
    background: #017F9F;
    border-radius: 0px;
    margin: 0 0 30px 0;
    padding: 7% 5% 25% 5%;
    position: relative;
    transition: all .2s ease-in-out;
}
.programs .nav-item .nav-link.active .pl-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 35px;
    background: #fff;
    margin: auto;
}
.programs .nav-item .nav-link h2 {
    color: #00000085;
    font-size: 18px;
    font-weight: 600;
}
.programs .nav-item .nav-link .pl-img{
    transform: scale(1);
    transition: all .2s ease-in-out;
}
.programs .nav-item .nav-link.active h2 {
    font-size: 26px;
    color: #000;
}
.programs .nav-item .nav-link.active {
    border-bottom: 2px solid #000;
    border-radius: 0;
    position: relative;
}
.programs .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    width: 0px;
    height: 0;
    border-top: solid 15px rgb(200, 30, 50);
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}
.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 .card-body {
    background: linear-gradient(107deg, #0197B0, #7BD75A);
    padding: 35px 25px !important;
    position: relative;
    border: 5px solid #fff;
    box-shadow: 0 10px 24px #00000063;
}
 .programs .card-body > .row .duran-content .btn-style-one  {
    position: absolute;
    right: 0;
    bottom: -60px;
    background: #fff;
    color: #ff0000;
}
.programs .card-body > .row {
    margin: 0;
}
.programs .card-body > .row > .col-md-3 {
    border-bottom: 1px solid #fff;
    padding: 25px 15px;
}
.programs .duran-content p {
    color: #fff;
    font-weight: 500;
}
.programs .duran-content p span {
    font-weight: 700;
    display: block;
}
.programs .duran-content i {
    float: left;
    margin-right: 6px;
    margin-top: 4px;
    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.footer {
    padding: 70px 0 0;
}
.copyright {
    padding: 15px 15px 15px;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.copyright p {
    font-size: 16px;
    margin: 0;
}
footer.footer a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
footer.footer img {
    width: 200px;
}

/* 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: 200px;
    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: 10px 0 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: 100%;
    /* 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-group {
    margin-bottom: 10px;
}

.banner_form_sec .submit-btn {
    background: #0297af;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    border-color: #0297af;
    padding: 7px 40px;
    margin: 15px 0 0;
}
.banner_form_sec .form-control {
    padding: 10px;
    height: 40px!important;
    font-size: 16px;
}
.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: 40px !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;
}






section.section_six {
    padding: 80px 0;
    position: relative;
    background-position: top right;
    background-size: cover;
    background-color: #DDDEE3;
}
section.section_six .section-six-con p {
   font-size: 14px;
    font-weight: 500;
}
section.section_six .section-six-subcont h3 {
    font-size: 16px;
    font-weight: 600;
}
section.section_six .section-six-subcont p {
    font-size: 10px;
    color: #000;
}
section.section_six .dv-cont {
    background: #ffffff8a;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 15px;
}
section.section_six .dv-cont h4 {
    font-size: 20px;
    margin: 0;
    color: #000;
    font-weight: 500;
}
section.section_six .dv-cont h4 span {
    font-size: 40px;
    font-weight: 600;
}

section.section_six .carousel-cell3 img {
    display: block;
    width: 140px;
    margin: 10px;
}


section.section_seven {
    position: relative;
}
section.section_seven .cont-left-seven {
    background: #252525;
    height: 100%;
    padding: 25px;
    box-shadow: 0 40px 60px #0000004a;
}
section.section_seven .cont-right-seven {
    padding: 25px;
    background: #0297af;
    height: 100%;
    box-shadow: 0 40px 60px #0000004a;
}
section.section_seven .cont-right-seven p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
section.section_seven .cont-left-seven.text-right h2 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
}
section.section_seven .cont-left-seven.text-right h2 span.color-pink {
    font-size: 52px;
    font-weight: 700;
}

section.section_seven .font-scs {
    font-size: 42px;
    font-weight: 700;
}

section.section_seven .font-sxzs {
    color: #ffffff8c;
    font-size: 26px;
}
section.section_seven:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background: #d0d1d8;
}


section.section_seven .stdn-dv {
    padding: 50px 0;
}
section.section_seven .stdn-dv h3 {
    font-size: 24px;
}
section.section_seven .stdn-dv h3 span {
    font-size: 38px;
}
section.section_seven .stdn-dv p {
    font-size: 20px;
    width: 80%;
}


section.section_five {
    padding: 80px 0 80px;
    position: relative;
    margin-top: 0;
    background: #EEEEEE;
}
section.section_five h2 {
    font-size: 46px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.carousel-cell3 img {
    display: block;
    width: 200px;
    margin: 10px;
    border: 1px solid #00000040;
}


section.section_nine {
    padding: 80px 0;
    position: relative;
    background: #F3FAFF;
}
section.section_nine .bg_img {
    width: 75%;
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    margin: auto;
}
section.section_nine .seon-nine-head h2 {
    font-size: 70px;
    text-align: center;
    color: #000;
}
section.section_nine .seon-nine-head h2 span {
    text-align: right;
    display: block;
}
section.section_nine .seon-nine-head {
    width: fit-content;
    margin: auto;
}



section.section_ten {
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 40px 0;
}
section.section_ten img {
    width: 92%;
    margin: auto;
    box-shadow: 0 14px 24px #00000075;
}
section.section_ten:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 70%;
    width: 95%;
    background: #D51C53;
    transform: translate(00, -50%);
    margin: auto;
}

section.section_eleven .bg-ele {
    background: #0e0d0d;
    padding: 0 40px;
}

.elevn-head h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

section.section_eleven ul {
    column-count: 4;
    padding: 15px 0;
    margin-top: 80px
}

section.section_eleven ul li {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 7px 0;
}
.elevn-head h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-top: -50px;
}
section.section_eleven {
    margin-top: -70px;
}

section.section_nine img {
    width: 100%;
}

.section-ten-img img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    header.jlu_navbar nav {
        position: relative ! IMPORTANT;
        top: 0;
    }
    header.jlu_navbar img {
    width: 230px;
}
.reco-dv {
    text-align: center;
}
section.section_seven .stdn-dv {
    padding: 20px 0;
}
}

@media screen and (max-width:767px) {
    .jlu_banner {
        padding: 0px 0 50px;
    }
    header.jlu_navbar img {
        width: 180px;
    }
    .banner_content h1 {
        font-size: 32px;
        color: #fff;
        line-height: 46px;
    }
    .banner_content ul {
        list-style: none;
        margin-top: 50px;
    }
    .footer-cont {
        margin-top: 40px;
    }






}