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


html,
body {
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-x: inherit;
    width: 100%;
    scroll-behavior: smooth;
}

* {
    font-family: 'Montserrat', sans-serif;
}

.orange_color{
    color:#F57229;
}

.orange_back{
    background:#F57229;
}
.blue_color{
    color:#0B2AA5;
}
.blue_back{
    background:#0B2AA5;
}

/* Form Css Starts */
.banner_form_sec {
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    /* border-radius: 15px; */
    z-index: 1;
    box-shadow: 0 10px 44px 0px #0000005c;

}
.banner_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}
.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}
.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}
.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}
.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}
.register-panel .form-group.agrCheck .checkText {
    color: #000;
}
.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
  }
  .banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
    color: #000;
  }
  .banner_form_sec :-ms-input-placeholder { /* IE 10+ */
    color: #000;
  }
  .banner_form_sec :-moz-placeholder { /* Firefox 18- */
    color: #000;
  }
  .register-panel .form-group.agrCheck .checkText {
    width: 93%;
    float: right;
    line-height: 15px;
    color: #fff;
    font-size: 12px;
}

/* Form Css Ends */

/* banner section start  */

    .banner_section{
        background-image: url('../../images/frontend/lingias/banner_img.png');
        background-position: top center;
        background-size:100% 80%;
        background-repeat: no-repeat;
        height: auto;
    }
    .banner_section .navbar{
        position: static !important;
    }
    .banner_section .navbar-brand {
        display: flex;
        align-items: center;
    }
    .banner_section .text-container {
        font-size: 50px; 
        line-height: 1;
    }
    .banner_section .banner_text h5.admission_open{
        font-size:35px;
        font-weight:bold;
    }
    .banner_section .line-one {
        font-size:30px;
        color:#fff;
    }
    .banner_section .line-two {
        font-weight: bold;
        display: block;
        margin-top: -10px; 
        color: #fff;
    }
    .banner_section .banner_text{
        padding:4% 0% 5% 0%;
    }
    .banner_section .banner_text h5{
        color:#fff;
    }
    .banner_section .banner_text h4{
        color:#fff;
        font-weight:bold;
    }
    .banner_section .banner_text hr{
        border:2px solid #fff;
        width:85%;
    }
    .banner_section .banner_text .banner_form_sec{
        background:#000;
        height:auto;
        /* padding:5%; */
        margin-top:-25%;
    }
    @media (min-width:320px) and (max-width:480px){
        .banner_section{
            background-image: url('../../images/frontend/lingias/banner_img2.png');
            background-position: top center;
            background-size:100% 85%;
            background-repeat: no-repeat;
            height: auto;
        }
        .banner_section .banner_text .banner_form_sec{
            background:#000;
            height:70vh;
            margin-top:-5%;
        }
        .banner_section .banner_text{
            padding:0% 0%;
        }
        .banner_section .banner_text h4 {
            font-size: 20px;
        }
        .banner_section .banner_text h5 {
            font-size: 14px;
            text-align:center;
        }
        .banner_section .banner_text h5.admission_open{
            font-size:22px;
        }
    }

/* banner section end  */

/* about section start  */

    .about_section{
        padding:3% 0% 4% 0%;
    }
    .about_section h2{
        color:#000;
        font-size:45px;
        font-weight:bold;
    }
    .about_section h6 {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        text-align:justify;
    }
    .about_section hr{
        border:1px solid #000;
    }
    @media (min-width:320px) and (max-width:480px){
        .about_section h2{
            font-size:35px;
            text-align:center;
        }
        .about_section h6{
            color:#000;
            font-size:14px;
        }
        .about_section {
            padding: 10% 0% 4% 0%;
        }
    }

/* about section end  */

/*video section starts*/
section.video_section {
    position: relative;
}
section.video_section .video_sctn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000c7;
}
section.video_section .video_sctn {
    position: relative;
}
section.video_section .video_sctn .btn {
    position: relative;
    margin: auto;
}
section.video_section .video_dv {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
section.video_section .video_dv p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 50px;
    text-transform: uppercase;
}
section.video_section .video-play-button {
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
  }
section.video_section .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }  
section.video_section .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms;
}  
section.video_section .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}  
section.video_section .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    margin: auto;
    height: 0;
    border-left: 25px solid #F07E1D;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
@keyframes pulse-border {
0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
}
  
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}


@media (max-width: 767.98px) {
section.discover_section h2 {
    font-size: 24px;
}
section.video_section .video_dv {
    width: 100%;
}
section.video_section .video_dv p {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
}
section.video_section .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    margin: auto;
    height: 0;
    border-left: 12px solid #F07E1D;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    text-align: center;
}
section.video_section .video-play-button:after {
    width: 40px;
    height: 40px;   
}
section.video_section .video-play-button:before {
    width: 45px;
    height: 45px;
}
section.video_section .video-play-button {
    padding: 0;
}
.close {
    right: 0;
    top: -40px;
}

}



/*video section ends*/

/* courses section start  */

   .courses_section{
        background:#DDEDFF;
        padding:3% 0%;
   }
   .courses_section h2{
        color:#0B2AA5;
        font-weight:bold;
        font-size:35px;
   }
   .courses_section h2 span{
        color:#000;
        font-weight:300;
    }
    .courses_section .carousel {
        margin: 20px 0;
    }
    .courses_section .carousel-cell {
        width: 45%;
        margin-right:4%;
    }
    .courses_section .carousel-cell h3{
        color:#fff;
        font-weight:bold;
    }
    .courses_section .carousel-cell h3 span{
        color:#fff;
        font-weight:normal;
        font-size:14px;
    }
    .courses_section .carousel-cell h6{
        color:#fff;
        font-size:11px;
    }
    .courses_section .carousel-cell hr{
        margin:0% 0% 10px 0%;
        border:1px solid #fff;
    }
    .courses_section .carousel-cell h2{
        color:rgba(255,255,255,0.5);
        font-size:30px;
        font-weight:bold;
        margin-top:5%;
    }
    .courses_section .carousel-cell button{
        font-size:13px;
        font-weight:bold;
    }
    .courses_section .carousel-cell .course_one{
        background-image: url('../../images/frontend/lingias/course1.png');
        background-position: center;
        background-size: cover;
    }
    .courses_section .carousel-cell .course_two{
        background-image: url('../../images/frontend/lingias/course2.png');
        background-position: center;
        background-size: cover;
    }
    .courses_section .flickity-viewport {
        overflow: hidden;
        position: relative;
    }
    @media (min-width:320px) and (max-width:480px){
        .courses_section {
            padding: 10% 0%;
        }
        .courses_section .carousel-cell {
            width: 100%;
        }
        .courses_section h2 {
            font-size: 25px;
        }
    }

/* courses section end */

/*EMPOWER section starts*/

.gard_one {
    background: -webkit-linear-gradient(45deg, #EE7202, #8B4607);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.empower_section {
    position: relative;
    padding: 60px 0px;
}

section.empower_section .empower_head {
    text-align: center;
    margin-bottom: 20px;
}

section.empower_section .empower_head h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00000087;
    letter-spacing: 4px;
}

section.empower_section .empower_head h2 span {
    display: block;
    letter-spacing: 0;
    font-size: 40px;
}

section.empower_section .about_img {
    margin-top: -40px;
    position: relative;
}

section.empower_section .table th {
    border: 0;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

section.empower_section td {
    font-size: 13px;
    background: #F1F6FC;
    font-weight: 700;
    text-transform: uppercase;
}

section.empower_section .table td {
    border-top: 15px solid #ffffff;
}

section.empower_section .table span.fnt-sz {
    display: block;
    font-size: 12px;
    color: #00000085;
}

@media screen and (max-width: 767.98px) {
    section.exampattern_section .exam_cont {
        position: relative;
        left: 0;
        top: 60px;
        margin-top: -200px;
    }
    section.exampattern_section .examtop_cont {
        width: 100%;
        text-align: center;
    }
    section.exampattern_section .examtop_cont h2 {
        font-size: 20px;
    }
    section.exampattern_section .examtop_cont>img {
        width: 250px;
    }
    section.empower_section .empower_head h2 {
        font-size: 16px;
    }
    section.empower_section .empower_head h2 span {
        font-size: 26px;
    }
    section.exampattern_section .exam_cont ul {
        display: block;
        margin-top: 50px;
    }
    section.exampattern_section .exam_cont ul li {
        width: 100% !important;
        margin: 15px 0 !important;
    }
}

/*EMPOWER section ends*/

/* excellence section start  */

    .excellence_section .logo-container img {
        max-width: 80px; /* Adjust size as needed */
        margin-bottom: 10px;
    }
    .excellence_section .logo-container {
        text-align: center;
    }
    .excellence_section .logo-container p {
        margin: 0;
        font-weight: 500;
        font-size: 12px;
    }

/* excellence section end */

/* career and placement support sections start  */

    .career_placement{
        padding:5% 0% 0% 0%;
    }
    .career_placement h2{
        font-size:45px;
        font-weight:bold;
    }
    .career_placement h3{
        font-size:50px;
    }
    .career_placement h3 span.vertical-text{
        display: inline-block;
        transform: rotate(270deg);
        transform-origin: left center;
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }
    .career_placement h4{
        font-size:45px;
        font-weight:bold;
        color:rgba(0,0,0,0.6);
    }
    .career_placement h6{
        color:#000;
        font-size:15px;
        font-weight:bold;
    }
    .career_placement .careerContentBack{
        background-image: url('../../images/frontend/lingias/career_img.png');
        background-position: top left;
        background-size:70% 70%;
        background-repeat: no-repeat;
        height: 100vh;
    }
    .career_placement .careerContentBack .careerContentDiv{
        background:#fff;
        padding:3% 3% 0% 3%;
        border-radius:10px;
        box-shadow:0px 0px 10px rgba(0,0,0,0.7);
    }
    .career_placement .careerContentBack .careerContentDiv h6{
        font-size:11px;
        font-weight:500;
    }
    .career_placement hr{
        width: 50%; 
        height: 2px; 
        margin-left: 0;
        background:#0B2AA5;
    }
    @media (min-width:320px) and (max-width:480px){
        .career_placement h2 {
            font-size: 30px;
        }
        .career_placement{
            padding:5% 0% 5% 0%;
        }
        .career_placement h3 {
            font-size: 40px;
        }
        .career_placement h3 span.vertical-text {
            font-size: 10px;
        }
        .career_placement hr{
            width: 80%; 
        }
        .career_placement h4 {
            font-size: 35px;
        }
        .career_placement .careerContentBack{
            background:#fff;
            height: 100%;
            margin-top:5%;
        }
    }

/* career and placement support sections end */

/* our recruiters section start  */

    .ourRecuiters{
        padding:0% 0% 4% 0%;
        margin-top:-5%;
    }
    .ourRecuiters h5{
        text-align:center;
        font-weight:bold;
        color:rgba(0,0,0,1);
    }
    .ourRecuiters hr{
        margin:2% 0%;
        border:1px solid rgba(0,0,0,0.2);
    }
    @media (min-width:320px) and (max-width:480px){
        .ourRecuiters {
            padding: 0% 0% 4% 0%;
            margin-top: 5%;
        }
    }
    

/* our recruiters section end  */

/* why choose section start  */

    .why_choose{
        padding:0% 0% 4% 0% ;
        background-image: url('../../images/frontend/lingias/whyChooseBack.png');
        background-position: bottom right;
        background-size: 100% 50%;
        background-repeat: no-repeat;
    }
    .why_choose h2{
        color:#000;
        font-size:35px;
    }
    .why_choose .card{
        background:#fff;
        border-radius: 10px;
        box-shadow:0px 0px 10px rgba(0,0,0,0.7);
        padding:5%;
        height:250px;
    }
    .why_choose .card h5{
        font-size:17px;
        font-weight:bold;
    }
    .why_choose .card hr{
        border:2px solid #F57229;
        width:70%;
    }
    .why_choose .card p{
        font-size:12px;
        font-weight:500;
    }
    @media (min-width:320px) and (max-width:480px){
        .why_choose h2 {
            font-size: 25px;
        }
        .why_choose .card{
            height:200px;
        }
        .why_choose{
            background-size: 100% 70%;
        }
    }

/* why choose section end */

/* Industry collaboration section start  */


.industryCollaboration .logo-box {
    background-color: #ffffff; 
    border-radius: 10px; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    height: 100px; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.industryCollaboration img {
    max-height: 70px;
    object-fit: contain;
}
.industryCollaboration button{
    font-weight:bold;
}
@media (min-width:320px) and (max-width:480px){
    .industryCollaboration h2{
        font-size:20px;
    }
}

/* Industry collaboration section end  */

/* advancing education section start  */

    .adva_edu{
        background-position: center center;
        background:50% 100%;
        background-repeat: no-repeat;
        height:auto;
    }
    .adva_edu .d-flex img {
        flex-shrink: 0;
    }
    .adva_edu ul {
        padding-left: 0;
        list-style: none; 
        margin-top:-13%;
        padding-left:20%;
    }
    .adva_edu ul li{
        font-size:12px;
    }
    .adva_edu ul li::before {
        content: "\2022"; 
        color: #007bff; 
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }
    .adva_edu p{
        font-size:12px;
        font-weight:500;
    }
    @media (min-width:320px) and (max-width:480px){
        .adva_edu h2{
            font-size:20px;
        }
    }

/* advancing education section end  */

/* Empowering section start  */

    .empowering{
        padding:4% 0%;
        background:#DDEDFF;
    }
    .empowering h2{
        font-size:35px;
        font-weight:bold;
        text-align: center;
    }
    .empowering p{
        font-size:11px;
        font-weight:500;
    }
    @media (min-width:320px) and (max-width:480px){
        .empowering h2 {
            font-size: 25px;
        }
        .empowering{
            padding:10% 0%;
        }
    }

/* Empowering section end */

/* eminent section start  */

.eminentSection{
    padding:4% 0%;
}
.eminentSection h6{
    font-size:10px;
    color:#000;
    font-weight: bold;
    text-align:center;
}
.eminentSection h6 span{
    font-size:9px;
    color:#000;
    text-align:center;
    font-weight:500;
}
.eminentSection2{
    padding:4% 0%;
}
.eminentSection2 h6{
    font-size:10px;
    color:#000;
    font-weight: bold;
    text-align:center;
}
.eminentSection2 h6 span{
    font-size:9px;
    color:#000;
    text-align:center;
    font-weight:500;
}
@media (min-width:320px) and (max-width:480px){
    .eminentSection{
        padding:10% 0%;
    }
}

/* eminent section end  */

/* clubs societes & events section start   */

.clubs{
    margin-top:-12%;
}
.clubs .text-muted {
    font-size: 0.875rem; 
}
.clubs .clubs_contents{
    margin:0% 10%;
    box-shadow:0px 0px 30px rgba(0,0,0,0.5);
    padding:2% 0% 0% 0%;
}
.clubs hr {
    margin-top: 0.5rem;
    width: 40%; 
    height: 3px; 
    background-color: #F57229; 
    border: none;
}
.clubs h4{
    text-align:center;
    font-weight:bold;
    font-size:25px;
    margin-bottom:4%;
}
.clubs h2{
    font-size:25px;
}
.clubs .second_box{
    background:rgba(0, 0, 0, 0.1);
    padding:3%;

}
.clubs .second_box h2{
    font-size:55px;
    font-weight:bold;
    color:#0B2AA5;
}
.clubs .second_box h3{
    font-weight:bold;
}
.clubs .second_box p{
    font-size:12px;
    font-weight:500;
}
.clubs .second_box h5{
    font-size:17px;
    font-weight:bold;
}
.clubs .second_box ul {
    list-style-type: disc;
}
.clubs .second_box ul li {
    margin-bottom: 0.2rem;
    font-size:12px;
    font-weight:500;
}
@media (min-width:320px) and (max-width:480px){
    .clubs .clubs_contents {
        margin: 0% 0%;
        padding: 5% 0% 0% 0%;
    }
    .clubs h2 {
        font-size: 20px;
    }
    .clubs .clubs_contents .second_box h3{
        font-size:25px;
    }
    .clubs .second_box h2 {
        font-size: 45px;
    }
}

/* clubs societes & events section end  */

/* footer section start  */

.footer_section{
    background:#292929;
    padding:2% 0% 2% 0%;
}
.footer_section p{
    color:#fff;
    font-size:13px;
}
.footer_section h2{
    color:#fff;
    font-size:23px;
    font-weight:bold;
}
.footer_section hr{
    border:1px solid #fff;
}
.footer_section h6{
    color:#fff;
    text-align:center;
}
@media (min-width:320px) and (max-width:480px){
    .footer_section{
        background:#292929;
        padding:10% 0% 2% 0%;
    }
}

/* footer section end */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 95px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#F57229;
    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  */
.fade.show {
    opacity: 1;
}
/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
    color: #fff;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */