@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'); */
@import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Freehand&display=swap');

body {
    /* font-family: 'Nunito Sans', sans-serif; */
    font-family: 'Montserrat';
    overflow-x: hidden;
    background: #002752;
}
.blue{
    color:#0752A5;
}
.red{
    color:#9E291F;
}
.blue_back{
    background:#0752A5;
}
.red_back{
    background:#9E291F;
}
/* banner section start  */

    .banner_section{
        background:url('../../../images/vgu_theme/banner.png');
        background-size: 100% 100%;
        background-position:cover;
        background-repeat:no-repeat;
        height:auto;
        padding-bottom:7%;
    }
    .banner_section .banner_content h2{
        font-size:25px;  
    }
    .banner_section .banner_content h2 b{
        color:#ffc107;
        font-size:50px;
        font-weight:bold;
    }
    .banner_section .banner_content{
        padding:20% 0%;
    }
    .banner_section .banner_content h6{
        /* font-family: 'Freehand', cursive; */
        font-family: 'Bonheur Royale', cursive; 
        font-size: 34px;
        letter-spacing: 4px; 
    }
    .banner_section .nav-item .nav-link button{
        background:#001C3B;
        color:#fff;
    }
    .banner_section .navbar .navbar-brand img{
        border-radius:10px; 
        height:75px;
        width:250px;
    }
    @media screen and (max-width:767px){
        .banner_section .navbar .navbar-brand img{
            border-radius:10px; 
            height:55px;
            width:150px;
        }
        .banner_section .banner_content{
            padding:10% 0%;
        }
        .banner_section .banner_content h6{
            font-family: 'Freehand', cursive;
            /* font-family: 'Bonheur Royale', cursive;  */
            font-size: 24px;
            letter-spacing: 2px; 
        }
        .banner_section .banner_content h2 b{
            color:#ffc107;
            font-size:50px;
            font-weight:bold;
        }
    }
/* banner section end  */

/* about section start  */

    .about_university{
        margin-top:-3%;
    }
    .about_university .about_content{
        /* background:#fff; */
        padding:6% 6% 4% 6%;
    }
    .about_university .about_content h2{
        font-size:45px; 
    }
    .about_university .about_content h2 span{
        color:#9E291F;
        font-weight:bold;
    }
    .about_university .about_content p{
        font-size:15px;
        text-align:justify;
        font-weight:500;
    }
    @media screen and (max-width:767px){
        .about_university .about_content h2{
            font-size:30px; 
        }
    }

/* about section end  */

/* course offered section start  */

    .course_offered{
        padding:4% 0%;
    }
    .course_offered h2{
        color:#fff;
        font-weight: bold;
        text-align:center;
        font-size:43px;
    }
    .course_offered h4{
        color:#fff;
        font-weight: bold;
        text-align:center;
    }
    .course_offered hr{
        border-top:1px solid #fff;
    }
    .course_offered .program_div{
        background:#fff;
    }
    .course_offered .program_div .nav-item .nav-link{
        background:transparent;
        border-radius:0px;
        font-weight: normal;
        color:#000;
        font-size:25px;
        padding-top:20px;
        padding-bottom:20px;
    }
    .course_offered .program_div .nav-item .nav-link span{
        font-weight: 700;
        font-size:23px;
    }
    .course_offered .program_div .nav-item .nav-link.active{
        background:#9E291F;
        border-radius:0px;
        font-weight: normal;
        color:#fff;
    }
    .course_offered .program_div .tab-content .tab-pane{
        padding:1% 4% 1% 4%;
    }
    .course_offered .program_div .tab-content .tab-pane h2{
        color:#9E291F;
    }
    .course_offered .program_div .tab-content .tab-pane hr{
        border-top:1px solid #0752A5;
        width:90%;
    }
    .course_offered .program_div .tab-content .tab-pane p{
        font-size:14px;
        font-weight:500;
        text-align:justify;
    }
    .course_offered .program_div .tab-content .tab-pane h5{
        font-size:24px;
        font-weight:700;
    }
    .course_offered .program_div .tab-content .tab-pane button{
        background:#9E291F;
        border-radius:0PX;
        color:#fff;
        padding:1% 5%;
        font-weight:600;
    }
    @media screen and (max-width:767px){
        .course_offered .program_div .nav-item .nav-link{
            font-size:16px;
        }
        .course_offered .program_div .nav-item .nav-link span{
            font-size:17px;
        }
        .course_offered h4{
            font-size:15px;
        }
        .course_offered .program_div .tab-content .tab-pane h2{
            color:#9E291F;
            font-size:30px;
        }
    }

/* course offered section end  */

/* alumni section start  */

    .alumni_section .alumni_content{
       background:#fff;
       padding:4% 6%;
       box-shadow:0px 0px 20px #000;
    }
    .alumni_section .alumni_content h2{
        font-weight: bold;
        font-size:40px;
        color:#9E291F;
    }
    .alumni_section .alumni_content .test_text{
        height: 100%;
    }
    .alumni_section .alumni_content .test_text p{
        font-size:13px;
        color:#fff;
        text-align: justify;
    }
    .alumni_section .alumni_content .test_text h5{
        color:#fff;
        font-weight:bold;
    }
    @media screen and (max-width:767px){
        .alumni_section .alumni_content{
            background:#fff;
            padding:4% 0%;
            box-shadow:0px 0px 20px #000;
        }
    }

/* alumni section end  */

/* future leader section start  */

    .future_leader{
        margin-top:5%;
    }
    .future_leader .future_leader_content h2{
        font-weight: bold;
        font-size:35px;
    }
    .future_leader .future_leader_content h5{
        color:rgba(0,0,0,0.3);
        font-size:25px;
        font-weight:600;
    }
    .future_leader .future_leader_content button{
        background:#9E291F;
        border-radius:0px;
        color:#fff;
        padding:1% 7%;
        font-weight:600;
        box-shadow:0px 0px 20px rgba(0,0,0,0.5);
    }

/* future leader section end  */

/* recruiters section start  */

    .recruiters .recruiters_inner{
        height:auto;
        background:#0752A5;
        padding-bottom:5%;
    }
    .recruiters .recruiters_inner h2{
        color:#fff;
        font-weight: bold;
    }
    .recruiters .recruiters_inner .carousel-cell2 {
        width: 20%;
        height: 100px;
        line-height: 100px;
        margin-right: 30px;
        border-radius: 5px;
        counter-increment: carousel-cell;
        background:#fff;
    }
    .recruiters .recruiters_inner .carousel-cell2 img{
        height: 60%;
        width: 100%;
        padding:2% 4%;
        /* box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
        border-radius:15px; */
    }
    @media screen and (max-width:767px){
        .recruiters .recruiters_inner h2{
            font-size:23px;
        }
        .recruiters .recruiters_inner .carousel-cell2 {
            width: 30%;
            height: 60px;
            line-height: 60px;
        }
        .recruiters .recruiters_inner .carousel-cell2 img{
            height: 40%;
            width: 100%;
            padding:2% 4%;
        }
    }

/* recruiters section end  */

/* footer section start  */

    .footer_section{
        background:#001C3B;
        margin-top:6%;
    }
    .footer_section a{
        text-decoration: none;
        color:#fff;
        font-size:20px;
        font-weight:bold;
    }
    .footer_section hr{
        border-top:1px solid #fff;
        margin-top:3%;
    }
    .footer_section p{
        color:#fff;
    }

    @media screen and (max-width:767px){
        .footer_section a{
            font-size:16px;
        }
    }

/* footer section end  */

/* banner form start  */

.form-panel {
    background: rgba(0,0,0,0.8);
    padding: 20px 25px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    min-height: 370px;
    color: #fff;
    border-radius: 0px;
    /* border-right: 10px solid #fff; */
    margin-top:20px;
}
.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;
    color:#fff;
    font-size: 20px;
}
.form-panel h5{
    color:#fff;
    font-size: 16px;
}
.form-panel a{
    display: inherit;
    color: #fff;
    font-size:14px;
}
.form-panel a:hover {
    color: #ffc107;
}


.banner_otp_sec {
    background: rgba(0,0,0,.8);
    padding: 30px 150px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    min-height: 370px;
    color: #fff;
    border-radius: 0px;
    /* border-right: 10px solid #fff; */
    margin-top: 0% !important;
    position:relative;
}

.banner_otp_form_sec {
    width: 310px;
    /* margin-top: 200px; */
    position:absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}

.banner_otp_form_sec .form_title {
    color: #fff;
    margin: 0 0 5px;
    text-align: center;
}

.banner_otp_form_sec h4 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
    color: #fff;
}

.form-control{
    font-size:0.8rem !important;
    height:calc(1.3em + .75rem +2px) !important;
    padding:.275rem .75rem !important;
    margin-bottom:-5px !important;
}

/* banner form end  */