
@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=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');



body {
    /* font-family: 'Nunito Sans', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    overflow-x:hidden;
    background: #fff;
    scroll-behavior: smooth;
}

.red_back{
    background:#a21d31;
}
.yellow_back{
    background:#EB9436;
}
.yellow_color{
    color:#EB9436;
}

.red_color{
    color:#a21d31;
}
.back_red{
    background:#811811;
}
.gray_back{
    background:#e2e1e1;
}

/* banner section start  */





nav .logo-brnd {
    /* display: flex;
    align-items: center;
    width: 35%; */
}
section.banner_section nav .btn.btn-one-vgu {
    display: block;
    padding: 10px 100px;
    background: lch(0 0 0 / 0.40);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid lch(100 0 0 / 0.5);
    border-radius: 10px;
}

section.banner_section .navbar .navbar-brand img{
    width:300px;
}


section.banner_section {
    background:url('../../../Vgu/images/frontend/cet/banner_image.png');
    background-size:cover;
    background-position: center center;
    background-repeat:no-repeat;
    height:auto;
    padding-bottom:7%;
}
section.banner_section .banner_content h1{
    color:#fff;
    font-weight:600;
    font-size:40px;
}
section.banner_section .banner_content h1 .fnt-one {
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin-left: 20px;
}
section.banner_section .banner_content h1 .fnt-two {
    display: block;
    border-left: 5px solid #ffc107;
    padding-left: 15px;
    margin-top: 10px;
    line-height: normal;
    font-weight: 700;
}
section.banner_section .banner_content h2 {
    margin-top: 80px;
    line-height: normal;
}
section.banner_section .banner_content h2 .fnt-four {
    display: block;
    border-left: 5px solid #ffc107;
    padding-left: 15px;
    margin-top: 10px;
    line-height: normal;
    font-weight: 700;
}

section.banner_section .banner_content h2 .fnt-one {
    font-size: 26px;
    font-weight: 500;
    margin-left: 20px;
    color: #fff;
}
section.banner_section .banner_content h2 .fnt-two {
    display: block;
    font-size: 52px;
    color: #fff;
    font-weight: 700;
}
section.banner_section .banner_content h2 .fnt-three {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

section.banner_section .bnr-line p {
    font-size: 20px;
    color: #fff;
}
section.banner_section .bnr-line p span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

section.banner_section .form_div{
    background:#fff;
    min-height:60vh;
    border-radius:0px;
    padding:2% 4%;
}

section.banner_section .bnr-logo {
    display: flex;
    align-items: center;
}
section.banner_section .bnr-logo img {
    height: 80px;
}
section.banner_section .navbar {
    position: relative !important;
    box-shadow: none !important;
}
@media (min-width:320px) and (max-width:480px){
    nav .logo-brnd {
        /* display: flex;
        align-items: center;
        width: 70%; */
    }
    nav .logo-brnd img {
        margin: 0px 10px;
    }

    section.banner_section {
        height: auto;
    }
    
    .banner_section{
        background:linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url('../../../Vgu/images/frontend/cet/banner_image.png');
        background-size:cover;
        background-position: center center;
        background-repeat:no-repeat;
        height:auto;
        padding-bottom:17%;
    }

    .banner_section .form_div{
        margin-top:5%;
    }
    .banner_section .banner_content{
        margin:0% 0% 30px;
    }
   
    section.banner_section .bnr-logo img {
    height: 40px;
}
.banner_form_sec .form_title {
        font-size: 16px !important;
        padding: 0;
    }

section.banner_section .banner_content h1 {
    font-size: 26px;
    margin-top: 20px;
}
section.banner_section .banner_content h1 .fnt-one {
    font-size: 18px;
}
section.banner_section .banner_content h2 {
    margin-top: 10px;
}
section.banner_section .banner_content h2 .fnt-two {
    font-size: 32px;
}
section.banner_section .banner_content h2 .fnt-three {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    display: block;
}
section.banner_section .banner_form_sec {
    height: auto !important;
}
section.banner_section  {
    padding-bottom: 70px;
}
section.banner_section .bnr-line p {
    font-size: 16px;
}






}

/* banner section end  */

/* cuet score section start  */

.cuet_score{
    margin-top:-4%;
    margin-bottom:4%;
    overflow: visible;
}
.cuet_score_content{
    background:#E4CA36;
    padding:2% 3%;
    border-radius:15px;
    box-shadow:0px 0px 20px rgba(0,0,0,0.5);
}
.cuet_score_content h1{
    font-size:40px;
    font-weight:bold;
    color:#000;
}
.cuet_score_content h3{
    font-size:30px;
    font-weight:normal;
    color:#000;
}
.cuet_score_content button{
    font-size:18px;
    font-weight:bold;
    border-radius:4px;
    margin-bottom:-5%;
    box-shadow:0px 0px 20px rgba(0,0,0,0.5);
}
.cuet_score_content .cuet_score_border{
    border-right:2px solid #000;
}
@media (min-width:320px) and (max-width:480px){
    .cuet_score{
        margin-top:-10%;
        margin-bottom:4%;
    }
    .cuet_score_content h1{
        font-size:25px;
    }
    .cuet_score_content h3{
        font-size:16px;
        font-weight:normal;
        color:#000;
        margin-bottom:7%;
    }
    .cuet_score_content .cuet_score_border{
        border-right:0px;
    }
    .cuet_score_content button{
        font-size:12px;
    }
}

/* cuet score section end  */

/* important dates section start  */

.important_dates {
    padding: 0% 0%;
    position: relative;
    z-index: 99;
}
.important_dates::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 657px;
    top: 42%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    left: 0;
}
.important_dates h2 {
    font-size: 70px;
    font-weight: 400;
    color: #000;
    padding: 0 0 25px;
    margin: 0 0 35px;
    text-align: center;
    line-height: 60px;
    position: relative;
}
.important_dates h2 b {
	font-weight: 700;
}
.important_dates h2 span {
	display: block;
	font-size: 31px;
}
.important_dates h2::before {
	position: absolute;
	content: '';
	width: 10%;
	height: 7px;
	background: #a21d31;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.important_dates h3 {
	font-size: 37px;
	font-weight: 400;
	color: #000;
	margin: 0 0 50px;
	text-align: center;
}
.important_dates h3 span {
	display: inline-block;
	color: #a21d31;
}
.card_title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 42px;
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
}
.important_dates p {
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    margin: 0;
    text-align: center;
}
.important_dates_sub {
	width: 100%;
	text-align: center;
	position: relative;
}
.important_dates_sub img {
	width: 100%;
}
.important_dates_sub_content {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}
.important_dates_sub_content h2 {
    font-size: 131px !important;
    color: #a21d31 !important;
    font-weight: 500 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 115px !important;
}
.important_dates_sub_content h2::before {
	display: none !important;
}
.important_dates_sub_content h4 {
	font-size: 37px;
	font-weight: 400;
	color: #000;
	border-top: 2px solid #a21d31;
	padding:10px 0 0;
	margin: 10px 0 0;
}
.register_btn {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #a21d31;
    padding: 5px 40px 10px;
    border-radius: 0px;
    margin: 80px auto;
}
.register_btn:hover {
    background: #000;
    color: #fff;
}
.important_dates hr {
    margin: 0px 0 40px;
}


.big_date_sec {
    background: #a21d31;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    box-shadow:0px 0px 20px rgba(0,0,0,0.6);
}
.big_date_sec h5 {
    font-size: 31px;
    margin:0;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    color: #fff; 
}
.big_date_sec h3 {
    font-family: 'Tinos', serif;
    font-size: 120px;
    color: #fff;
    margin: 10px 0;
    font-weight: 400;
    line-height: 110px;
}
.big_date_sec p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    opacity: 0.2;
}
.big_date_sec h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    color: #fff;
    opacity: 0.6;
    margin-top: 15px;
}
.big_date_sec h4 span {
    font-size: 30px;
    display: block;
}

@media (min-width:320px) and (max-width:480px){
    .important_dates h3 {
        font-size: 28px;
        font-weight: 400;
        color: #000;
        margin: 0 0 0;
        text-align: center;
    }
  
.important_dates h2 {
    font-size: 40px;
}



}

/* important dates section end  */

/* Minor Degree section start */

.minor_digree{
    padding:3% 0%;
    background: #A21D31;
}
.minor_digree h1{
    font-size:16px;
    text-align:center;
    color:#fff;
    font-weight:600;
}
.minor_digree span.pursue{
    color:rgba(255,255,255,0.5);
}
.minor_digree span{
    font-size:50px;
    font-weight:bold;
}
.minor_digree td{
    color:rgba(255,255,255,0.7);
    font-size:16px;
}
.minor_digree table{
    border-top:1px solid rgba(255,255,255,.3);
}
@media (min-width:320px) and (max-width:480px){
    .minor_digree span{
        font-size:30px;
        font-weight:bold;
    }
    .minor_digree{
        padding:10% 0%;
        background: #A21D31;
    }
    .minor_digree td{
        color:rgba(255,255,255,0.7);
        font-size:12px;
        padding: 0.5rem;
    }
}

/* Minor Degree section start */

/* admission section start  */

.admission_section{
    padding:3% 0%;
}
.admission_section h1{
    font-size:4rem;
    color:#000;
    font-weight:800;
    margin-bottom:3%;
}
@media (min-width:320px) and (max-width:480px){
    .admission_section{
        padding:10% 0%;
    }
    .admission_section h1{
        font-size:2rem;
        color:#000;
        font-weight:800;
        margin-bottom:3%;
    }
}

/* admission section end  */

/* cuet code section start */

    .cuet_code{
        background:#f5f5f5;
        padding:0% 0% 0% 0%;
    }
    .cuet_code h1{
        font-size:40px;
        border:1px dashed #000;
        display:inline-block;
        padding:1% 5%;
        border-radius:5px;
    }
    .cuet_code h2{
        font-size:42px;
        padding:1% 5%;
        font-weight:bold;
        color:#000;
    }
    .cuet_code p{
        font-size:25px;
        font-weight:bold;
        color:#000;
    }
    .cuet_code .img-div{
        background:url('../../../Vgu/images/frontend/cet/clg_img.png');
        background-size:100% 100%;
        background-position:center center;
        background-repeat:no-repeat;
        height:80vh;
    }
    @media (min-width:320px) and (max-width:480px){
        .cuet_code{
            margin-top:10%;
            padding-top:10%;
        }
        .cuet_code h1{
            font-size:25px;
            border:1px dashed #000;
            display:inline-block;
            padding:1% 5%;
            border-radius:5px;
        }
        .cuet_code p{
            font-size:16px;
            font-weight:bold;
            color:#000;
        }
        .cuet_code h2{
            font-size:25px;
            padding:1% 5%;
            font-weight:bold;
            color:#000;
        }
        .cuet_code .img-div{
            background:url('../../../Vgu/images/frontend/cet/clg_img.png');
            background-size:100% 100%;
            background-position:center center;
            background-repeat:no-repeat;
            height:30vh;
        }
    }

/* cuet code section end  */

/* naac acridation section start */

    .naac_acridation{
        background:#A21D31;
        padding-top:4%; 
    }
    .naac_acridation .naac_mainBox{
        background:url('../../../Vgu/images/frontend/cet/naac_backImg.png');
        background-size:100% 100%;
        background-position:center center;
        background-repeat:no-repeat;
        height:auto;
        margin-top:-15%;
        padding:0% 4%;
    }
    .naac_acridation .naac_mainBox h1{
        color:#fff;
        font-size:35px;
        font-weight:300;
    }
    .naac_acridation .naac_mainBox h6{
        color:#fff;
        font-size:13px;
        font-weight:300;
    }
    .naac_acridation .naac_mainBox h1 b{
        color:#fff;
        font-size:35px;
        font-weight:700;
        color:#E4CA36;
    }
    .naac_acridation .naac_mainBox .naac_bottom_border{
        border-bottom:1px dotted #fff;
    }
    @media (min-width:320px) and (max-width:480px){
        .naac_acridation .naac_mainBox{
            background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url('../../../Vgu/images/frontend/cet/acc_mob_back.png');
            background-size:cover;
            background-position:center bottom;
            background-repeat:no-repeat;
            height:auto;
            margin-top:-15%;
            border-radius:30px 30px 0px 0px;
            padding:0% 4%;
        }
        .naac_acridation .naac_mainBox h1{
            font-size:20px;
        }
        .naac_acridation .naac_mainBox h1 b{
            font-size:25px;
        }
        .naac_acridation .naac_mainBox h6{
            font-size:9px;
        }
        .naac_acridation .naac_mainBox img{
            width:25%;
        }
    }
/* naac acridation section end  */

/* why vgu section start  */

    .why_vgu{
        padding:3% 0%;
    }
    .why_vgu h1{
        font-size:35px;
        font-weight:300;
        margin-bottom:4%;
    }
    .why_vgu h1 b{
        font-weight:800;
    }
    .why_vgu p{
        font-size:13px;
        color:#000;
        font-weight:600;
    }
    .why_vgu .why_vgu_box{
        border-right:1px dotted #000;
        height:100px;
    }
    @media (min-width:320px) and (max-width:480px){
        .why_vgu{
            padding:10% 0%;
        }
        .why_vgu h1 {
            margin-bottom: 25%;
            font-size: 25px;
        }
        .why_vgu .why_vgu_box{
            border-right:0px;
            height:100px;
            border-bottom:1px dotted #000;
        }
        .why_vgu p{
            font-size:10px;
            color:#000;
            font-weight:600;
        }
    }

/* why vgu section end  */

/* about vgu cet section start  */

.about_vgu{
    padding:1% 0% 1% 0%;
    background: #0000000a;
}
.about_vgu h1{
    font-weight:500;
    font-size:30px;
    text-align:center;
}
.about_vgu h1 span{
    font-size:40px;
    font-weight:800;
    color:#a21d31;
}
.about_vgu p{
    font-weight:500;
    color:#000;
    text-align:justify;
    font-size:18px;
}
@media (min-width:320px) and (max-width:480px){
    .about_vgu h1 span{
        font-size:30px;
    }
    .about_vgu h1{
        font-size:18px;
    }
    .about_vgu p {
        font-size: 16px;
    }
}

/* about vgu cet section end  */

/* scholarship section start  */

.scholarships{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(182,0,0,1) 60%);
    /* height:100vh; */
    height:auto;
}
.scholarships hr{
    border-top:1px solid #EB9436;
    margin-top:-1%;
}
.scholarships h6{
    font-size:12px;
    color:rgba(255,255,255,0.6);
}
.scholarships h6 span{
    font-size:17px;
    font-weight:700;
    color:#fff;
}
.scholarships .phase2 h6{
    font-size:12px;
    color:rgba(0,0,0,0.9);
}
.scholarships .phase2 h6 span{
    font-size:17px;
    font-weight:700;
    color:#000;
}
.scholarships .scholarship_content{
    margin-top:10%;
    /* box-shadow:0px 0px 30px rgba(0,0,0,0.2); */
}
.scholarships .scholarship_content_close{
    margin-top:10%;
    box-shadow:0px 0px 30px rgba(0,0,0,0.2);
    position: relative;
    background: rgba(128, 128, 128,0.4);
    padding: 30px;
    overflow: hidden;
}
.scholarships .scholarship_content .scholarship_content_close:before, .scholarships .scholarship_content .scholarship_content_close:after {
    position: absolute;
    content: '';
    background: rgba(255, 0, 0,0.5);
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.scholarships .scholarship_content .scholarship_content_close:after {
    -webkit-transform: rotate(45deg);  
    transform: rotate(45deg);
}
@media (min-width:320px) and (max-width:480px){
    .scholarships .scholarship_content{
        margin-top:-10%;
    } 
}

/* scholarship section end  */

/* eligibility section start  */

.eligibility{
    padding:4% 0% 2% 0%;
}
.eligibility hr{
    border-top:1px solid #a21d31;
}
.eligibility h1{
    font-size:2.5rem;
}
.eligibility h5{
    color:#a21d31;
    font-weight:bold;
    margin-bottom:4%;
}
.eligibility p{
    color:#000;
    font-size:16px;
    font-weight: 500;
}
.eligibility button{
    color:#fff;
    border-radius:0px;
    font-weight:600;
}
.eligibility button:hover{
    color:#fff;
}
@media (min-width:320px) and (max-width:480px){
    .eligibility h1{
        font-size:2rem;
    }
}

/* eligibility section end  */




/* building on a legency section start */

.building_legacy{
margin-bottom:4%;
}
.building_legacy h1{
font-size: 5rem;
text-align:center;
font-weight:900;
color:#fff;
text-shadow: 2px 0 #d4cece, -2px 0 #d4cece, 0 2px #d4cece, 0 -2px #d4cece,1px 1px #d4cece, -1px -1px #d4cece, 1px -1px #d4cece, -1px 1px #d4cece;
letter-spacing: 2px;
}
.building_legacy h2{
font-size: 4.5rem;
text-align:center;
font-weight:normal;
color:#000;
letter-spacing: 2px;
margin-top:-6%;
}
.building_legacy h2 span{
font-weight:900;
}
.building_legacy h3{
font-size: 2rem;
text-align:center;
font-weight:normal;
color:#000;
}
.building_legacy h3 span{
font-weight:700;
}
.building_legacy h4{
text-align:center;
color:#fff;
font-size:1.5rem;
}
.building_legacy .Approvals_box{
background:#000;
padding:3%;
margin-top:3%;
border-radius:15px;
box-shadow:0px 0px 30px rgba(0,0,0,0.3);
margin-bottom:4%;
}
.building_legacy .Approvals_box hr{
border:1px solid #840303;
margin:2% 0%;
}
.building_legacy .collaboration_box h4{
color:#000;
font-weight:bold;
font-size:2rem;
}
.building_legacy .collaboration_box hr{
border:1px solid #840303;
margin-top:3%;
}
@media (min-width:320px) and (max-width:480px){
.building_legacy h1{
    font-size: 1.5rem;
}
.building_legacy h2{
    font-size: 1.5rem;
}
.building_legacy .Approvals_box h4 {
    font-size: 1rem;
}
.building_legacy h3 {
    font-size: 1rem;
}
.building_legacy .Approvals_box{
    margin-top:10%;
    padding:6% 4%;
}
.building_legacy .Approvals_box h4{
    font-size:2rem;
}
.building_legacy .Approvals_box hr{
    border:1px solid #840303;
    margin:6% 0%;
}
.building_legacy .collaboration_box{
    color:#000;
    font-weight:bold;
    font-size:3rem;
    margin-top:15%;
}
}

/* building on a legecy section end */

/* academic partner section start */

.academic_partner{
padding:3% 0%;
background: linear-gradient(360deg, rgba(0, 40, 125, 0.1) 0%, rgba(0, 40, 125, 0) 100%);
}
.academic_partner h1{
font-size:2rem;
font-weight:bold;
}
.academic_partner hr{
border:1px solid #840303;
margin-top:4%;
}
@media (min-width:320px) and (max-width:480px){
.academic_partner h1{
    font-size:1.7rem;
    margin-top:10%;
}
}

/* academic partner section end */

/* job highlights start  */

.job_highlights .job_content{
    background:rgba(90, 0, 0,1);
    height:auto;
    padding: 7% 10%;
    clip-path:polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.job_highlights .job_content h2{
    font-size:45px;
    color:#fff;
    font-weight: 600;
}
.job_highlights .job_content h2 span{
    color:#EB9436;
}
.job_highlights .job_content h3{
    font-size:70px;
    color:#EB9436;
    font-weight: 800;
}
.job_highlights .job_content h3 span{
    color:#EB9436;
    font-size:30px;
    font-weight: 500;
}
.job_highlights .job_content p{
    color:#fff;
    font-size:16px;
    font-weight: 700;
}
.job_highlights .job_content2 h4{
    font-size:45px;
    color:#a21d31;
    font-weight: 800;
}
.job_highlights .job_content2 p{
    color:#000;
    font-size:18px;
    font-weight: 600;
}

@media (min-width:320px) and (max-width:480px){
    .job_highlights .job_content h2{
        font-size:30px;
    }
    .job_highlights .job_content{
        clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        padding: 7% 3%;
    }
    .job_highlights .job_content h3{
        font-size:30px;
        text-align: center;
    }
    .job_highlights .job_content h3 span{
        font-size:10px;
    }
    .job_highlights .job_content p{
        font-size:10px;
        text-align: center;
        font-weight:500;
    }
    .job_highlights .job_content2 h4{
        font-size:30px;
        color:#a21d31;
        font-weight: 800;
    }
    .job_highlights .job_content2 p{
        color:#000;
        font-size:14px;
        font-weight: 600;
    }
}

/* job hightlights end  */

/* salient features start  */

.salient_features{
    padding:6% 0% 0% 0%;
}
.salient_features ul{
    list-style:none;
}
.salient_features ul li{
    margin:3% 0%;
}

/* salient features end  */


/* certificate section start */

.certificate_section{
    margin: 60px 0px 0px 0px;
    padding: 60px 140px;
    background-color: #a21d31;
}
.certificate_section .img1 img{
    height: 150px;
    width: 170px;
}
.certificate_section .img1 h6{
    font-size: 11px;
}
.certificate_section .img1{
    box-shadow: 3px 8px 15px rgba(0, 0, 0, 0.6);
    border-radius: 40px;
}
.certificate_section hr{
    border: 1px solid #fff;
    margin: 0px 0px 40px 0px;
}
.certificate_section .second_row .logos{
    border-radius: 15px;
}
.certificate_section .second_row img{
    height: 200px;
    width: 200px;
}
.certificate_section .second_row h6{
    font-size: 11px;
}
@media screen and (max-width:767px){
    .certificate_section{
        padding: 60px 0px;
    }
    .certificate_section .second_row img{
        height: 80px;
        width: 80px;
    }
    .certificate_section .second_row h6{
        font-size: 12px;
    }
}

/* certificate section end  */

/* Exam pattern criteria section start  */

.examPattern img{
    border-radius: 15px;
    box-shadow:0px 0px 20px rgba(0, 0, 0, 0.6);
}
.examPattern h2{
    font-size:50px;
    color:#a21d31;
    font-weight:600;
}
.examPattern p{
    line-height:14px;
    font-weight:600;
    font-size:14px;
}
@media (min-width:320px) and (max-width:480px){
    .examPattern h2 {
        font-size: 40px;
    }
}

/* Exam pattern criteria section end  */

/* enrollment process start  */

.enrollment_process_wrap {
    background: #ecdcdb;
    padding: 0 0 80px;
    text-align: center;
}
.enrollment_process_wrap h2 {
    font-size: 55px;
    font-weight: 400;
    color: #000;
    padding: 0 0 30px;
    margin: 50px 0 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    position: relative;
}
.enrollment_process_wrap h2 span {
    font-weight: 600;
    display: inline-block;
}
.enrollment_process_wrap h2::before {
    position: absolute;
    content: '';
    width: 167px;
    height: 5px;
    background: #811811;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.enrollment_process_wrap h4 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 0 0 40px;
}
.mob_view {
    display: none;
}
.desktop_view{
    width: 100%;
    text-align: center;
}
.desktop_view img {
    display: inline-block;
}
.enrollment_process_wrap a{
    background:#a21d31;
    color:#fff;
    border-radius:0px;
    font-weight:600;
}
@media (min-width:320px) and (max-width:480px){
    .enrollment_process_wrap h2 {
        font-size: 30px;
    }
}

/* enrollment process end  */

/* ncc section start  */

.ncc{
    padding:4% 0%;
    background:#a21d31;
}


/* ncc section end  */



.vgu-cet-gallery_wrap {
    padding: 0;
    background: #ecdcdb;
}
.vgu-cet-gallery_wrap ul {
    padding: 60px 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.vgu-cet-gallery_wrap ul::before {
    position: absolute;
    content: '';
    width: 80%;
    height: 60px;
    background: #7d1416;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.vgu-cet-gallery_wrap ul::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 60px;
    background: #7d1416;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.vgu-cet-gallery_wrap ul li {
    width: 25%;
    float: left;
}
.vgu-cet-gallery_wrap ul li img {
    width: 100%;
}
.vgu-cet-footer{
    padding: 50px 0 0;
    background: #ecdcdb;
    border-bottom: 30px solid #7d1416;
}
.vgu-cet-footer h2 {
    font-size: 130px;
    font-weight: 300;
    color: #000;
    line-height: 100px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 999;
    display: inline-block;
    margin: 0 0 70px;
}
.vgu-cet-footer h2 span {
    font-weight: 500;
}
.vgu-cet-footer h2 em {
    font-size: 62px;
    font-weight: 700;
    color: #7d0714;
    text-align: right;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    display: block;
    font-style: normal;
    margin-right: -52px;
}
.vgu-cet-footer_contact_sec {
    background: #000;
    padding: 20px 0 40px;
    position: relative;
}
.vgu-cet-footer_contact_sec::before {
    position: absolute;
    content: '';
    background: url('../../../Vgu/images/frontend/cet/footer_overlay1.png') no-repeat top left / 100% 100%;
    width: 100%;
    height: 98px;
    top: -98px;
    left: 0;
}
.vgu-cet-footer_contact_sec ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.vgu-cet-footer_contact_sec ul li {
    display: inline-block;
    margin-bottom: 15px;
}
.vgu-cet-footer_contact_sec ul li:last-child {
    margin-bottom: 0px;
}
.vgu-cet-footer_contact_sec ul li a {
    display: inline-block;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
}
.vgu-cet-footer_contact_sec ul li a:hover {
    color: #7d1416;
}
.footer_contact_icon {
    width: 27px;
    text-align: center;
    float: left;
    margin-right: 10px;
}






.carousel-cell2 .program1{
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../../Vgu/images/frontend/cet/pro1.jpg');
  background-size: 100% 100%;
  background-position: center center;
  height:40vh;
}
.carousel-cell2 .program2{
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../../Vgu/images/frontend/cet/pro2.jpg');
  background-size: 100% 100%;
  background-position: center center;
  height:40vh;
}
.carousel-cell2 .program3{
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../../../Vgu/images/frontend/cet/pro3.jpg');
  background-size: 100% 100%;
  background-position: center center;
  height:40vh;
}
.job_highlights{
  background:url('../../../Vgu/images/frontend/cet/Recruiters.jpg');
  background-size: 53% 53%;
  background-repeat: no-repeat;
  background-position: bottom right;
  height:auto;
  padding:0% 0%;
}
.ncc .ncc_innerDiv{
  background:url('../../../Vgu/images/frontend/cet/vgu_ncc.jpg');
  background-position: left center;
  background-size:60% 100%;
  background-repeat: no-repeat;
  height:60vh;
}

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

@media (min-width:320px) and (max-width:480px){
    
    .job_highlights{
        background:#fff;
    }
    .vgu-cet-footer h2 {
        font-size: 70px;
    }
    .vgu-cet-footer h2 em {
        font-size: 50px;
        margin-right: 0px;
    }
}



.banner_form_sec .form_title {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin: 0 0 25px;
  font-weight: 600;
  line-height: 30px;
  /* text-decoration: underline; */
}
.banner_form_sec {
  background: #fff;
  padding: 20px;
  width: auto !important;
  border-radius: 10px;
  height: 570px;
}
.banner_form_sec label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.form-control {
  height: 35px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: 1px solid #e7f1fd;
}
.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;
}
.submit-btn {
background: #e74751;
font-size: 14px;
font-weight: 500;
color: #fff;
border-radius: 4px;
display: inline-block;
}


.submit-btn:hover {
background: #a63238;
color: #fff;
}






section.scholarships .vertical.carousel .carousel-control {
    bottom: auto;
    width: 100%;
    height: 15%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}
section.scholarships .vertical.carousel .carousel-control.right {
  top: auto;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
section.scholarships .vertical.carousel .carousel-control .glyphicon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.scholarships .vertical.carousel .carousel-indicators {
  bottom: auto;
  top: 50%;
  left: auto;
  right: 10px;
  width: 14px;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.scholarships .vertical.carousel .carousel-inner > .item {
  left: 0;
  top: 0;
}
section.scholarships .vertical.carousel .carousel-inner > .item > img {
  width: 100%;
}
section.scholarships .vertical.carousel .carousel-inner > .item.next,
section.scholarships .vertical.carousel .carousel-inner > .item.active.right {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  top: 0;
}
section.scholarships .vertical.carousel .carousel-inner > .item.prev,
section.scholarships .vertical.carousel .carousel-inner > .item.active.left {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  top: 0;
}
section.scholarships .vertical.carousel .carousel-inner > .item.next.left,
section.scholarships .vertical.carousel .carousel-inner > .item.prev.right,
section.scholarships .vertical.carousel .carousel-inner > .item.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: 0;
}
section.scholarships .vertical.carousel .carousel-inner > .active,
section.scholarships .vertical.carousel .carousel-inner > .next.left,
section.scholarships .vertical.carousel .carousel-inner .prev.right {
  top: 0;
}
section.scholarships .vertical.carousel .carousel-inner > .next,
section.scholarships .vertical.carousel .carousel-inner > .active.right {
  top: 100%;
  left: 0;
}
section.scholarships .vertical.carousel .carousel-inner > .prev,
section.scholarships .vertical.carousel .carousel-inner > .active.left {
  top: -100%;
  left: 0;
}

section.scholarships .scholarship_content {
    margin-top: 10%;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.2);
}
section.scholarships .scholarship_content h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-top:15px;
    text-transform: uppercase;

}
section.scholarships .scholarship_content h3 span {
    font-size: 18px;
    display: block;
    color: #00000075;
}


section.scholarships hr.rule_table_hor {
    height: 4px;
    background: #b60000;
    border: 0;
    margin: 15px 0;
}
section.scholarships span.td_one {
    font-size: 16px;
    color: #011F60;
    font-weight: 700;
    display: block;
    text-transform: uppercase;

}
section.scholarships span.td_two {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000a3;
    font-weight: 600;
}
.apply_now {
    border: 1px solid #000;
    padding: 10px;
    display: block;
    width: 150px;
    margin: 20px auto;
    color: #000;
    font-weight: 700;
    opacity: 1;
}

section.scholarships div#carouselExampleControls {
    display: flex;
    align-items: center;
}
section.scholarships .slides_ul > a {
    display: block;
    position: relative;
}
section.scholarships ol.carousel-indicators {
    position: relative;
    display: block;
    margin: 10px 0;
    text-align: center;
}

section.scholarships .slides_ul {
    margin-left: 20px;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 25%);
    padding: 30px 10px;
    border-radius: 70px;
}
section.scholarships .carousel-indicators li {
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #000;
    margin: 8px auto;
    border-radius: 50px;
}
section.scholarships .carousel-indicators .active {
    background: #b60000;
}


section.scholarships  .scholarship_content .carousel-inner {
    position: relative;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    height: auto;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
section.scholarships  .scholarship_content .carousel-inner tr th {
    font-size: 16px;
    text-transform: uppercase;
}
section.scholarships  .scholarship_content p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
section.scholarships  .scholarship_content h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
section.scholarships  .scholarship_content ul li {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
section.scholarships span.carousel-control-prev-icon {
    color: #000;
    margin-bottom: 15px;
}
section.scholarships span.carousel-control-next-icon {
    color: #000;
    margin-top: 0;
}

.scholar_head h2 {
    font-size: 40px;
    color: #A21D31;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}
.scholar_head img {
    margin-top: 0;
    position: absolute;
    top: 85px;
    width: 100%;
}
@media screen and (max-width:767px){
    .scholar_head h2 {
        font-size: 30px;
        color: #A21D31;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        margin-top: 50px;
    }
    div#carouselExampleControls {
        display: block !important;
        align-items: center;
    }
    .slides_ul {
        display: flex;
        align-items: center;
        padding: 10px 20px !important;
        justify-content: center;
        margin-top: 20px;
        margin-left: 0 !important;
    }
    ol.carousel-indicators {
        position: relative;
        display: flex !important;
        margin: 0px 10px !important;
        text-align: center;
        align-items: center;
        bottom: 0px;
    }
    span.carousel-control-prev-icon {
        color: #000;
        margin-bottom: 0;
    }
    a.carousel-control-prev {
        transform: rotate(-90deg);
    }
    a.carousel-control-next {
        transform: rotate(-90deg);
    }
    section.scholarships .carousel-indicators li {
        height: 15px;
        width: 15px;
        background: #fff;
        border: 1px solid #000;
        margin: 8px 5px !important;
        border-radius: 50px;
    }

}




.select2-container .select2-selection--single {
    height: 32px !important;
    border-radius: 0px !important;
    border-color: #d7d7d7 !important;
}
.custom-control-label::before,
.custom-control-label::after {
    left: -25px;
}







/*EMPOWER section starts*/

section.empower_section {
    position: relative;
    padding: 60px 0 0;
}
section.empower_section .empower_head {
    text-align: center;
    margin-bottom: 20px;
}
section.empower_section .empower_head h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a21d31;
    letter-spacing: 0;
}
section.empower_section .empower_head h2 span {
    display: block;
    letter-spacing: 0;
    font-size: 26px;
    color: #000;
}
section.empower_section span.color_blue {
    color: #a21d31;
}
section.empower_section .about_img {
    margin-top: -40px;
    position: relative;
}
section.empower_section .table th {
    border: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
section.empower_section td {
    font-size: 16px;
    background: #0000000a;
    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*/









/*nextgen industry section starts*/
section.industry-ection {
    position: relative;
    padding: 10px 0 60px;
    background: #000;
}

section.industry-ection h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}

section.industry-ection h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 200px;
    height: 2px;
    background: #CE0004;
    margin: auto;
}

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

    section.industry-ection h2 {
        font-size: 26px;
    }


}

/*nextgen industry section ends*/


/*placement section starts*/
section.placement-section {
    position: relative;
    padding: 0px 0 60px;
    background: #000;
}


section.placement-section h2 {
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-bottom: 35px;
}

section.placement-section h2 span {
    display: block;
    font-size: 26px;
    font-weight: 300;
    opacity: 0.7;
}

section.placement-section h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    width: 250px;
    height: 2px;
    background: #CE0004;
    margin: auto;
}

section.placement-section p {
    font-size: 18px;
    text-align: center;
    color: #ffffffa3;
    margin-top: 50px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    section.placement-section h2 {
        font-size: 28px;
    }

    section.placement-section p {
        font-size: 16px;
        margin-top: 30px;
    }

    section.placement-section h2 span {
        font-size: 18px;
    }

    section.placement-section h2:after {
        bottom: -15px;
    }


}

/*placement section ends*/



/*top uni section starts*/
section.top-uni-section {
    padding: 60px 0;
    position: relative;
    background: #D9D9D9;
}

section.top-uni-section h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: lch(0 0 0 / 0.6);
}

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

    section.top-uni-section h2 {
        font-size: 24px;
    }

    section.top-uni-section h2 span {
        display: block;
    }

}

/*top uni section ends*/


/*approval section starts*/

section.approval-section {
    position: relative;
    padding: 0px 0px 80px;
    background: #d9d9d9;
    overflow: visible;
}

section.approval-section .container {
    background: #000;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0px 4px 70px 0px lch(0 0 0 / 0.4);
}

section.approval-section h2 {
    font-size: 38px;
    text-align: right;
    font-weight: 700;
    color: #fff;
}

section.approval-section p {
    font-size: 16px;
    color: #fff;
    text-align: right;
    opacity: 0.6;
}

section.approval-section .appr-cont {
    padding: 20px;
    border-right: 5px solid #ff0000;
}


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

    section.approval-section .appr-cont {
        border-bottom: 5px solid #ff0000;
        border-right: 0;
        padding: 0;
    }

    section.approval-section h2 {
        font-size: 26px;
        text-align: center;
    }

    section.approval-section p {
        text-align: center;
    }

    section.approval-section {
        padding: 0px 15px 60px;
    }

}

/*approval section ends*/


/*Government Collaborations section starts*/

section.collab-section {
    position: relative;
    padding: 0px 0 60px;
    background: #d9d9d9;
}

section.collab-section img {
    box-shadow: 0px 4px 20px 0px #0000007a;
    border-radius: 10px;
}

section.collab-section h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

section.collab-section h2 .fz-one {
    display: block;
    font-size: 26px;
    opacity: 0.7;
}

section.collab-section p {
    font-size: 18px;
    text-align: center;
    color: #0000007d;
}

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

    section.collab-section h2 {
        font-size: 26px;
    }

    section.collab-section h2 .fz-one {
        font-size: 24px;
    }

    section.collab-section p {
        font-size: 16px;
    }

}


/*Government Collaborations section ends*/



.c-button {
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    margin: 0;
    vertical-align: middle;
    overflow: visible;
    color: #fff;
    font: inherit;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    background: transparent;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*box-shadow: 2px 2px 0 0 #383e46;*/
    transition: all 0.2s ease;
}

.c-button:hover,
.c-button:focus {
    outline: 0;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}


.c-button--red {
    background: #BF0015;

}

.c-button--red:hover {
    background: #E4CA36;
    color: #000;
}

.c-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.c-ripple__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.c-ripple.is-active .c-ripple__circle {
    -webkit-animation: a-ripple 0.4s ease-in;
    animation: a-ripple 0.4s ease-in;
}

/**
 * Animation: Ripple
 * --------------------------------------------------
 */
@-webkit-keyframes a-ripple {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

@keyframes a-ripple {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}



/*career section starts*/
section.career-section {
    position: relative;
    padding: 60px 0 60px;
    background: #d9d9d9;
}

section.career-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

section.career-section .career-dv h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0000009c;
}

section.career-section .career-dv p {
    font-size: 20px;
    line-height: normal;
    opacity: 0.7;
}

section.career-section .career-cont .row>div {
    border-right: 1px solid #000;
}

section.career-section .career-cont .row>div:last-child {
    border-right: 0px solid #000;
}

section.career-section .car-img img {
    box-shadow: 0px 0px 30px 0px #00000069;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    section.career-section {
        overflow: hidden;
    }

    section.career-section h2 {
        font-size: 26px;
    }

    section.career-section .career-dv p {
        font-size: 16px;

    }

    section.career-section .flickity-viewport {
        overflow: visible;
    }


}

/*career section ends*/


.color-red {
    color: #BF0015;
}




/*course section starts*/
section.courses-section {
    position: relative;
    padding: 60px 0;
    background: #000;
    background-image: url(../../../Vgu/images/frontend/cet/bg-002.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

section.courses-section .course-head h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}


section.courses-section .course-head h2 .fz-one {
    display: block;
    background: #BF0015;
    padding: 6px 10px;
    margin: 10px 0;
    width: fit-content;
}

section.courses-section .course-head h2 .op-ft {
    opacity: 0.7;
}

section.courses-section .course-heade h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.courses-section .course-heade h3 .fz-one {
    font-size: 20px;
    text-align: right;
    color: #fff;
    opacity: 0.6;
    font-weight: 700;
}


section.courses-section .course-heade h3 .fz-three {
    font-size: 20px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
    font-weight: 700;
}

section.courses-section .course-heade h3 .fz-two {
    width: 65px;
    margin: 0 10px;
}

section.courses-section .course-details .card {
    background: #fff;
    border-radius: 15px;
    border: 5px solid #ccc;
    padding: 20px;
}

section.courses-section .cours-box h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}

section.courses-section .cours-box h4 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

section.courses-section .cours-box h5 {
    font-size: 18px;
    margin-top: 15px;
    color: #1a1919;
    margin-left: 15px;
}

section.courses-section .cours-box h5 i {
    color: #bf0015;
}

section.courses-section .cours-box ul li {
    font-size: 18px;
    margin-top: 15px;
    color: #1a1919;
}

section.courses-section .cours-box ul li i {
    color: #bf0015;
}

section.courses-section .course-list {
    background: #171717;
    border: 5px solid #414141;
    border-radius: 16px;
    padding: 20px 15px;
    position: relative;
}

section.courses-section .course-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}

section.courses-section .cours-box ul {
    margin-left: 35px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    text-indent: -10px;
}


section.courses-section .cours-box .c-button--red:hover {
    background: #000;
    color: #fff;
}


section.courses-section .nav-tabs .nav-link:focus,
section.courses-section .nav-tabs .nav-link:hover {
    border-color: #171717 #171717 #171717;
}

section.courses-section .nav-tabs .nav-link {
    color: #fff;
    opacity: 0.5;
    border: 0 !important;
    position: relative;
    padding: 0 15px;
    margin-bottom: 10px;
    font-weight: 700;
    width: 100%;
}

section.courses-section .nav-tabs .nav-link span {
    display: inline-block;
    font-weight: 300;
}

section.courses-section .nav-tabs .nav-item.show .nav-link,
section.courses-section .nav-tabs .nav-link.active {
    background: transparent;
    opacity: 1;
    color: #fff;
}

section.courses-section .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #bf0015;
}


section.courses-section .nav-tabs {
    display: none;
}

@media(min-width:768px) {
    section.courses-section .nav-tabs {
        display: block;
    }

    section.courses-section .card {
        border: none;
    }

    section.courses-section .card .card-header {
        display: none;
    }

    section.courses-section .card .collapse {
        display: block;
    }
}

@media(max-width:767px) {
    section.courses-section .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
        padding: 0;
        border-radius: 10px;
        border-width: 2px;
        margin-bottom: 10px;
    }

    section.courses-section .course-list {
        display: none;
    }

    section.courses-section .cours-box h3 {
        font-size: 24px;
    }

    section.courses-section .cours-box h4 {
        font-size: 20px;
    }

    section.courses-section .cours-box h5,
    section.courses-section .cours-box ul li {
        font-size: 16px;
    }

    section.courses-section .card-header h5 a {
        font-size: 17px;
        color: #000;
        font-weight: 700;
        text-decoration: none !important;
        position: relative;
        display: block;
    }

    section.courses-section .course-heade h3 {
        margin-top: 10px;
    }

    section.courses-section .card-header h5 a span {
        display: block;
    }

    section.courses-section .course-head h2 {
        font-size: 24px;
    }

    section.courses-section .course-heade h3 .fz-two {
        width: 60px;
        margin: 0 8px;
    }

    section.courses-section .course-heade h3 .fz-one,
    section.courses-section .course-heade h3 .fz-three {
        font-size: 16px;
    }

    section.courses-section .card-header h5 a i {
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translate(0px, -50%) rotate(-90deg);
        transition: all ease .3s;
        color: #bf0015;
    }

    section.courses-section .course-details .card-header {
        padding: 10px 26px 10px 10px;
    }

    section.courses-section .card-header h5 a.collapsed i {
        transform: translate(0px, -50%) rotate(90deg);
        transition: all ease .3s;
    }


    section.courses-section .course-details {
        margin-top: 20px;
    }


}

/*course section ends*/



/*nextgen section starts*/
section.nextgen-section {
    position: relative;
    padding: 60px 0;
    background-color: #000;
    background-image: url(../../../Vgu/images/frontend/cet/bg-001.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.nextgen-section .nextgen-head h2 {
    position: relative;
    font-size: 58px;
    color: #FFF;
    font-weight: 300;
}

section.nextgen-section .nextgen-head h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 250px;
    height: 2px;
    background: #BF0015;
}

section.nextgen-section .next-dv h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-top: 50px;
}

section.nextgen-section .next-dv h3 span {
    display: block;
    font-weight: 300;
    font-size: 22px;
}

section.nextgen-section .next-dv p {
    font-size: 16px;
    color: #ffffffab;
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    section.nextgen-section .nextgen-head h2 {
        font-size: 28px;
    }

    section.nextgen-section .next-dv h3 {
        font-size: 30px;
        margin-top: 30px;
    }

    section.nextgen-section .next-dv p {
        margin-top: 15px;
    }

    section.nextgen-section:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000b3;
    }

}

/*nextgen section ends*/

/*nextgen course section starts*/
section.nexten-courses {
    background: #000;
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}

section.nexten-courses h2 {
    font-size: 56px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

section.nexten-courses h2 span {
    font-weight: 700;
}

section.nexten-courses .nxtcour-dv {
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 15px;
}

section.nexten-courses .nxtcour-dv h3 {
    font-size: 24px;
    color: #bf0015;
    font-weight: 700;
    margin-top: 15px;
}

section.nexten-courses .nxtcour-dv ul {
    list-style: none;
    padding: 0;
    margin-left: 20px;
    text-indent: -10px;
}

section.nexten-courses .nxtcour-dv ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

section.nexten-courses .nxtcour-dv ul li i {
    color: #bf0015;
}


@media screen and (max-width: 767px) {
    section.nexten-courses h2 {
        font-size: 38px;
    }

    section.nexten-courses h2 span {
        display: block;
    }

}

/*nextgen course section ends*/


/*nextgen vgu section starts*/
section.nextgenvgu-section {
    position: relative;
    padding: 60px 0;
    background: #000;
}

section.nextgenvgu-section h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

section.nextgenvgu-section h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 2px;
    background: #bf0015;
    width: 220px;
    margin: auto;
}

section.nextgenvgu-section .container-fluid {
    background: #252525;
    margin-top: 60px;
    border-radius: 20px;
    padding: 30px;
}

section.nextgenvgu-section .netxgen-cont h3 {
    font-size: 18px;
    color: #fff;
    margin-left: 30px;
}

section.nextgenvgu-section .netxgen-cont p {
    font-size: 14px;
    color: #ffffffab;
    margin-left: 30px;
    position: relative;
}

section.nextgenvgu-section .netxgen-cont p:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #CE0004;
}

@media screen and (max-width: 767px) {
    section.nextgenvgu-section {
        padding: 60px 20px;
    }

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

    section.nextgenvgu-section .container-fluid {
        padding: 10px;
    }

    section.nextgenvgu-section .netxgen-cont h3 {
        font-size: 20px;
        margin-left: 15px;
    }

    section.nextgenvgu-section .netxgen-cont p {
        margin-left: 15px;
    }

    section.nextgenvgu-section .netxgen-cont p:before {
        left: -10px;
    }

    section.nextgenvgu-section .flickity-prev-next-button,
    section.nextgenvgu-section .flickity-prev-next-button {
        display: none;
    }

    section.nextgenvgu-section .flickity-page-dots .dot {
        background: #ffffff;
    }

    section.nextgenvgu-section .flickity-page-dots {
        bottom: -50px;
    }

}


/*nextgen vgu section ends*/


/*nextgen industry section starts*/
section.industry-ection {
    position: relative;
    padding: 10px 0 60px;
    background: #000;
}

section.industry-ection h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}

section.industry-ection h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 200px;
    height: 2px;
    background: #CE0004;
    margin: auto;
}

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

    section.industry-ection h2 {
        font-size: 26px;
    }


}

/*nextgen industry section ends*/



/*facelity section starts*/
section.facelity-section {
    position: relative;
    padding: 60px 0;
    background: #D9D9D9;
}

section.facelity-section h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}

section.facelity-section h2 .fz-one {
    display: block;
    font-size: 26px;
}

@media screen and (max-width: 767px) {
    section.facelity-section h2 {
        font-size: 26px;
    }

    section.facelity-section h2 .fz-one {
        display: unset;
    }

}

/*facelity section ends*/


/*apply section starts*/
section.apply-section {
    position: relative;
    background: #d9d9d9;
    padding: 60px 0;
}


section.apply-section .container {
    background: #000;
    border-radius: 30px;
}

section.apply-section .container img {
    margin-top: -100px;
    display: block;
}

section.apply-section h2 {
    font-size: 32px;
    color: #fff;
    margin-top: 50px;
    margin-left: 30px;
}

section.apply-section .applybtn {
    position: absolute;
    bottom: -20px;
    text-align: center;
    left: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    section.apply-section {
        padding: 0px 20px 30px;
    }

    section.apply-section .container img {
        display: block;
        width: 70%;
        margin: auto;
    }

    section.apply-section h2 {
        font-size: 26px;
        margin-left: 0;
        text-align: center;
    }

}

/*apply section ends*/


/*footer starts */

footer.footer {
    position: relative;
    background: #d9d9d9;
    padding: 60px 0 15px;
}

footer.footer .left-side img {
    width: 300px;
    display: block;
    margin-bottom: 30px;
}

footer.footer .left-side h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

footer.footer .left-side p {
    font-size: 18px;
    color: #000;
}

footer.footer .right-side h3 span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

footer.footer .right-side {
    text-align: right;
    margin-top: 30px;
}

footer.footer .right-side h3 a {
    font-size: 36px;
    color: #000;
    opacity: 0.6;
    text-decoration: none;
    transition: all ease .3s;
}

footer.footer .right-side h3 a:hover {
    opacity: 1;
    text-decoration: none;
    transition: all ease .3s;
}

footer.footer .right-side h4 {
    font-size: 26px;
    color: #000;
    margin-top: 50px;
}

footer.footer .right-side h4 a {
    color: #000;
    opacity: 0.6;
    transition: all ease .3s;
}

footer.footer .right-side h4 a:hover {
    opacity: 1;
    text-decoration: none;
}

footer.footer .copyright {
    text-align: center;
}

footer.footer .copyright hr {
    opacity: 1;
    border: 1px solid #000;
}

footer.footer .copyright p {
    font-size: 16px;
    color: #000;
    margin: 0;
}

@media screen and (max-width: 767px) {
    footer.footer {
        padding: 20px 0 15px;
    }

    footer.footer .left-side img {
        margin-bottom: 5px;
    }

    footer.footer .right-side {
        margin-top: 0;
        text-align: left;
    }

    footer.footer .right-side h4 {
        margin-top: 0px;
    }

}

/*footer ends*/

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

