@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('responsive.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Waterfall&display=swap');

html,
body {
    box-sizing: border-box;
    /* overflow-x: hidden; */
    width: 100%;
    margin: 0;
    padding: 0;
    /* background:#f5f5f5; */
    scroll-behavior: smooth;
}

* {
    font-family: 'Inter', sans-serif;
}
.red_color{
    color:#811811;
}
.pink_color {
    color:#F50589;
}
.blue_color {
    color:#0097D4;
}
.purple_color {
    color:#3D2F6D;
}
.lightgreen_color {
    color:#77A234;
}
.red_back{
    background:#811811;
}
.yellow_color{
    color:#EB9436;
}
.light_yellow_color{
    color:#E4CA36;
}
.yellow_back{
    background:#EB9436;
}
.btn-style-one {
    font-size: 16px;
    background: #811811;    
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    transform: scale(1);
    transition: all ease .3s;
}
.btn-style-one:hover {
    color: #fff;
    transform: scale(0.95);
    transition: all ease .3s;
}
.btn-style-two {
    font-size: 16px;
    background: #fff;
    color: #000;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
    transform: scale(1);
    transition: all ease .3s;
}
.btn-style-two:hover {
    transform: scale(0.95);
    transition: all ease .3s;
}
.btn-style-three {
    font-size: 16px;
    background: #fff;
    color: #00000080;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    border-radius: 15px;
    transform: scale(1);
    transition: all ease .3s;
    border: 2px solid #00000080;
}
.btn-style-three:hover {
    color: #00000080;
    transform: scale(0.95);
    transition: all ease .3s;
}




/*form css starts*/
.form-panel {
    background: rgb(129 24 17);
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    min-height: 370px;
    color: #fff;
    border-radius: 0px;
    /* border-right: 10px solid #fff; */
    margin:auto 3%;
}
div#enquiry-form-apply .ctplqryformbtn {
    background: #fff;
    color: black;
    width: 100%;
    padding: 6px;
    font-size: 16px;
    font-weight: 600;
    border-color: #fff;
    transition: all ease .3s;
    transform: scale(1);
}
div#enquiry-form-apply .ctplqryformbtn:hover {
    transition: all ease .3s;
    transform: scale(0.95);
}
.banner_form_panel .register-panel h2 {
    display: none;
}
h2.fomr-head {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}
h2.fomr-head-dv {
    font-size: 16px!important;
    font-weight: 300 !important;
    margin-bottom: 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;
}
.form-panel a{
    display: inherit;
    color: #fff;
}
.form-panel a:hover {
    color: #ffc107;
}
.form-panel h2{
    text-align:center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.form-panel label{
    color:#fff;
}

@media (min-width:320px) and (max-width:767px){
    .form-panel {
        margin:auto 0%;
    }
    section.vgubanner_section .vgu_banner_content .vgu_banner_content_inner * {
    text-align: left !important;
}
section.vgubanner_section .vgu_banner_content .vgu_banner_content_inner hr.hr_second {
    
    margin-left: 0;
}
        .head-banner-one h1 {
        font-size: 25px !important;
    }
        .head-banner-one h1 br {
        display: none;
    }
.head-banner-one > span {
    float: none;
}
    h2.head-three {
        font-size: 26px !important;
    }
}

/*form css ends*/


/*header css starts*/

    @media (min-width:320px) and (max-width:767px){
       
       header  nav img {
    width: 250px;
}
    header nav,
    header .navbar-light .navbar-brand {
        padding: 10px 0 !important;
    }
    }
    @media (min-width:767px) and (max-width:991px){
        header nav img {
    width: 250px;
}
    }

/*header css ends*/


/* banner section start  */

    section.vgubanner_section{
        background:url('../images/bannerimg.png');
        background-position: center right;
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
           padding: 60px 15px;
    }
    section.vgubanner_section .vgu_banner_content .vgu_banner_content_inner{
        padding:10% 0% 0;
    }
    section.vgubanner_section .vgu_banner_content .vgu_banner_content_inner * {
        text-align: right;
    }
    section.vgubanner_section p.small-text-p {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 5px;
        letter-spacing: 1px;
        font-weight: 700;
    }
    section.vgubanner_section .head-one {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        margin: 0;
    }
     section.vgubanner_section    h2.head-two {
            font-size: 28px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    }
    section.vgubanner_section h2.head-three {
        font-size: 40px;
    }
    section.vgubanner_section .head-banner-one {
    margin-top: 25px;
    position: relative;
    text-align: right;
        text-transform: uppercase;
}
section.vgubanner_section .head-banner-one h1 {
    font-size: 34px;
    line-height: 42px;
        font-weight: 700;
}
section.vgubanner_section .head-banner-one > span {
    font-size: 34px;
    line-height: 42px;
        font-weight: 700;
        margin-right: 0;
}
    section.vgubanner_section .vgu_banner_content .vgu_banner_content_inner hr.hr_second{
        border:2px solid #0097d5;
        width:45%;
    }
    section.vgubanner_section .vgu_banner_content .form_div{
        background:#fff;
        height:60vh;
    }
    section.vgubanner_section hr{
        border-top:2px solid rgba(255,255,255,0.4);
    }
    @media (min-width:320px) and (max-width:767px){
        section.vgubanner_section{
            background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url('../images/bannerimg.png');
            background-position: center right;
            background-size:cover;
            background-repeat: no-repeat;
            height:auto;
            padding-bottom:4%;
        }
        section.vgubanner_section .head-banner-one > span {
        font-size: 25px;
        line-height: 42px;
        font-weight: 700;
        margin-right: 0;
    }
       section.vgubanner_section p.small-text-p br{
        display: none;
       }
        section.vgubanner_section .vgu_banner_content .vgu_banner_content_inner{
            padding:10px 0% 0% 0;
        }
        section.vgubanner_section    h2.head-two {
            font-size: 26px;
        }
       
    }
   

/* banner section end  */






/*Design admissions section starts*/
section.des_add_section {
    padding: 60px 0;
    position: relative;
    margin-top: 15px;
    border-top: 5px solid #3D2F6D;
}
.heading-one h2 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
}
section.des_add_section .top-cl-dv h3 {
    font-size: 26px;
    color: #A21D31;
    font-weight: 700;
    margin-bottom: 0;
}
section.des_add_section .top-cl-dv img {
        height: 35px;
    margin-bottom: 2px;
}
section.des_add_section .top-cl-dv {
    height: 100%;
    padding: 10px 0;
}
section.des_add_section .border-cus {
        border-right: 2px solid lch(0 0 0 / 0.2);
}
section.des_add_section .top-cl-dv p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    opacity: 0.6;
}
@media (min-width:320px) and (max-width:767px){
.heading-one h2 {
    font-size: 24px;
}
section.des_add_section .top-cl-dv p {
    font-size: 12px;
}
}
/*Design admissions section ends*/



/*why choose VGU code section starts*/

section.whychoose_section {
    position: relative;
    padding: 60px 0;
    background: #000;
}
section.whychoose_section .why_head h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    position: relative;
}
section.whychoose_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: #171717;
    z-index: 0;
}
section.whychoose_section .why_des {
    border-left: 2px solid #F50589;
    padding-left: 15px;
    position: relative;
}
section.whychoose_section .why_des h3 {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
section.whychoose_section .why_des p {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
}

@media (min-width:320px) and (max-width:767px){
section.whychoose_section .why_head h2 {
    font-size: 30px;
}
}

/*why choose VGU code section ends*/








/*design programs at VGU section starts*/
section.designprog_section {
    padding: 60px 0;
    position: relative;
    background: #F2F6FA;
}
section.designprog_section .des_head h2 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
section.designprog_section .des_head p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
section.designprog_section .designprogcont {
   overflow: hidden;
    position: relative;
    background: #3D2F6D;
    border-radius: 15px;
        z-index: 1;
}

section.designprog_section .slide_dv {
    position: relative;
}
section.designprog_section .hidden1,
section.designprog_section .hidden2,
section.designprog_section .hidden3,
section.designprog_section .hidden4,
section.designprog_section .hidden5,
section.designprog_section .hidden6 {
    width:100%;
    z-index:2;
    position:relative;
    background:#f90;
    color:#000;   
 
}
section.designprog_section .slide_con1,
section.designprog_section .slide_con2,
section.designprog_section .slide_con3,
section.designprog_section .slide_con4,
section.designprog_section .slide_con5,
section.designprog_section .slide_con6 {
    width: 100%;
    right: 0;
    position: absolute;
    background: rgb(0 0 0 / 20%);
    color: #fff;
    top: 0;
    padding: 15px;
    height: 100%;
}
section.designprog_section .slide_btn1,
section.designprog_section .slide_btn2,
section.designprog_section .slide_btn3,
section.designprog_section .slide_btn4,
section.designprog_section .slide_btn5,
section.designprog_section .slide_btn6 {
    width: 100%;
    right: 0;
    position: relative;
    color: #fff;
    z-index: 0;
}
section.designprog_section .designprogcont .slide_dv p{
    font-size:13px;
    text-align:justify;
}
section.designprog_section .clear {
    clear:both;
}
section.designprog_section .click_slide {
    margin-top: -20px;
    z-index: 3;
    position: relative;
    background: #fff;
    margin-left: auto;
    text-align: center;
    display: block;
    width: 40px;
    margin-right: 0;
}
section.designprog_section .des_cont {
    padding: 0 15px 15px;
}
section.designprog_section .des_cont h3 {
    font-size: 28px;
    color: #ffffff87;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0px;
}
section.designprog_section .des_cont h3 span {
    font-size: 16px;
    display: block;
    color: #fff;
}
section.designprog_section span.verticlerule {
    display: block;
    height: 30px;
    width: 2px;
    background: #E6007E;
    margin: 10px 5px;
}
section.designprog_section .des_cont p {
    font-size: 16px;
    color: #ffffffa6;
    font-weight: 500;
}

@media (min-width:320px) and (max-width:767px){
section.designprog_section .des_head h2 {
    font-size: 30px;
}
}

/*design programs at VGU section ends*/


/*startsup & brand section starts*/
section.startup_section {
    position: relative;
    padding: 60px 0 30px;
}
section.startup_section h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}
section.startup_section .starts-dvs {
    background: #3D2F6D;
    padding: 30px;
    position: relative;
}
section.startup_section .starts-dvs p {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
section.startup_section .starts-slide {
    background: #3d2f6d;
    box-shadow: 0px 0px 200px 0px #0000005e;
    position: relative;
    padding: 30px;
}
section.startup_section .starts-slide h2 {
    font-size: 34px !important;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px !important;
    position: relative;
}
section.startup_section .starts-slide h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 3px;
    background: #E6007E;
    bottom: -15px;
}
section.startup_section .starts-slide p {
    font-size: 24px;
    color: #ffffffab;
    font-weight: 500;
    text-align: center;
}
section.startup_section .logo_slide .card {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px;
    justify-content: center;
}
@media (min-width:320px) and (max-width:767px){
section.startup_section h2 {
    font-size: 28px;
}
section.startup_section .starts-dvs p,
section.startup_section .starts-slide p {
    font-size: 16px;
}
section.startup_section .starts-slide h2 {
    font-size: 28px !important;
}

}

/*startsup & brand section ends*/


/*image section starts*/
section.img_section {
    padding: 0 0 60px;
    position: relative;
}
section.img_section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    background: #f2f6fa;
    z-index: -1;
}


/*image section ends*/


/*testimonial section starts*/
section.testimonial_section {
    background: #F2F6FA;
    padding: 60px 0;
    position: relative;
}
section.testimonial_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 85%;
    height: 3px;
    background: #000;
}
section.testimonial_section .test_head h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}
section.testimonial_section .test_head h2 i {
    font-size: 24px;
    position: relative;
    top: -20px;
    margin-right: 10px;
}
section.testimonial_section .testi-cont {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    width: 95%;
}
section.testimonial_section .carousel-item {
    background: #f2f6fa;
}
/* bootstrap mod: carousel controls */
section.testimonial_section .carousel-control-prev-icon,
section.testimonial_section .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2322313F' stroke-miterlimit='10' stroke-width='2' viewBox='0 0 34.589 66.349'%3E%3Cpath d='M34.168.8 1.7 33.268 34.168 65.735'/%3E%3C/svg%3E");
  height: 100px;
}

section.testimonial_section .carousel-control-next-icon {
  transform: rotate(180deg);
}

/* medium - display 4  */
@media (min-width: 768px) {
section.testimonial_section     #gallery .carousel-inner .carousel-item-right.active,
section.testimonial_section     #gallery .carousel-inner .carousel-item-next {
      transform: translateX(33.33333%);
    }
    
section.testimonial_section     #gallery .carousel-inner .carousel-item-left.active, 
section.testimonial_section     #gallery .carousel-inner .carousel-item-prev {
      transform: translateX(-33.33333%);
    }
}

/* large - display 5 */
@media (min-width: 992px) {
section.testimonial_section     #gallery .carousel-inner .carousel-item-right.active,
section.testimonial_section     #gallery .carousel-inner .carousel-item-next {
      transform: translateX(20%);
    }
    
section.testimonial_section     #gallery .carousel-inner .carousel-item-left.active, 
section.testimonial_section     #gallery .carousel-inner .carousel-item-prev {
      transform: translateX(-20%);
    }
}

section.testimonial_section #gallery .carousel-inner .carousel-item-right,
section.testimonial_section #gallery .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}


/* gallery slider */
section.testimonial_section #gallery .carousel-inner .carousel-item.active,
section.testimonial_section #gallery .carousel-inner .carousel-item-next,
section.testimonial_section #gallery .carousel-inner .carousel-item-prev {
  display: flex;
}

@media (max-width: 768px) {
section.testimonial_section   #gallery .carousel-inner .carousel-item > div {
    display: none;
  }
section.testimonial_section   #gallery .carousel-inner .carousel-item > div:first-child {
    display: block;
    text-align: center;
  }
}

@media (min-width:320px) and (max-width:767px){
section.testimonial_section .test_head h2 {
    font-size: 28px;
}

}


/* bootstrap mod addons */

section.testimonial_section .col-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px){
  section.testimonial_section .col-sm-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px){
  section.testimonial_section .col-md-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px){
  section.testimonial_section .col-lg-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px){
  section.testimonial_section .col-xl-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}




/*testimonial section ends*/






/* path to success section start */
section.pathToSuccess {
    padding: 60px 0 0;
    position: relative;
}
section.pathToSuccess:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    height: 50%;
    background: #f2f6fa;
}
  section.pathToSuccess h3 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    /*text-shadow: 1px 2px 3px #0000008c;*/
}
section.pathToSuccess .path-dv-head p {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
}
section.pathToSuccess .path-dv-head h2 {
    font-size: 54px;
    color: #000;
    font-weight: 700;
    margin: 15px 0;
}
section.pathToSuccess .path-dv-head h3 {
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    font-size: 2.5rem;
    color: #000;
    font-weight: bold;
}




section.pathToSuccess     .path-dv-head > span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00000094;
    position: relative;
}
section.pathToSuccess span.vgu-bg {
    position: absolute;
    left: 60px;
    top: 0;
    font-size: 50px;
    color: #0000000f;
    z-index: 0;
    font-weight: 700;
}
section.pathToSuccess h3.vgu-h-bg {
    position: absolute;
    right: 60px;
    top: 80px;
    font-size: 50px;
    color: #0000000f;
    z-index: 0;
    font-weight: 700;
}
    section.pathToSuccess .highest_placement_div{
        background:#A21D31;
        border-radius:50px 50px 0px 0px;
    }
    section.pathToSuccess .highest_placement_div h3{
        color:#fff;
        font-size:2.5rem;
        margin: 0;
    }
    @media (min-width:320px) and (max-width:767px){
        section.pathToSuccess{
            padding-top:10%;
        }
        section.pathToSuccess h3{
            font-size:1.8rem;
            color:#fff;
            font-weight:bold;
        }
        
        section.pathToSuccess .highest_placement_div h3{
            color:#fff;
            font-size:1.5rem;
            margin-bottom:6%;
        }
        .path-dv-head p {
        font-size: 22px !important;
    }
    section.pathToSuccess .path-dv-head h2 {
        font-size: 36px;
    }
      
    }

/* path to success section end  */



@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1320px;
    }
}







/* footer section start  */

    .footer{
        background:#000;
        padding:3% 0% 5%;
        position: relative;
    }
    .overlap-layer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: #811811;
}
    section.footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5%;
    height: 100%;
    background: #811811;
}
section.footer:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5%;
    height: 100%;
    background: #811811;
}
    .footer h5{
        font-size:18px;
        color:#fff;
        font-weight:bold;
    }
    .footer h6{
        font-size:13px;
        color:rgba(255,255,255,1);
        font-weight:300;
    }
    .footer .keywords p{
        font-size:12px;
        color:rgba(255,255,255,0.7);
        text-align:justify;
    }
    .footer h4{
        color:#fff;
        font-size:15px;
        margin-top:4%;  
    }
    .footer h4 span{
        color:rgba(255,255,255,0.4);
        font-weight:500;
        font-size:15px;
    }
    .footer hr{
        border-top:1px solid #fff;
    }
    @media (min-width:320px) and (max-width:767px){
        .footer h4{
            color:#fff;
            font-size:15px;
            margin-top:4%;  
        }
        .footer{
            background: #000;
            padding: 20% 8% 13%;
        }
        .addmisn-cls {
            margin-top: 30px;
        }
        br.mob-break-0 {
            display: none;
        }
    }
@media (min-width: 767px) and (max-width: 991px) {
    .overlap-layer:after {
        height: 15%;
    }
}
/* 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:#811811;
    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  */














/* recruiters sections start  */

    .recruiters{
        background:#000;
        padding:4% 0% 2% 0%;
    }
    .recruiters h3{
        font-size:35px;
        color:#fff;
        font-weight:bold;
    }
    .recruiters p{
        color:rgba(255,255,255,0.6);
        font-size:20px;
    }
    
    .recruiters .carousel .carousel-inner {
        padding-bottom:5%;
    }
    .recruiters .carousel .carousel-inner .carousel-item img{
        border-radius:5px;
    }
    .recruiters .carousel .carousel-indicators li{
        height:10px;
        width:10px;
        border-radius:50%;
        border:1px solid #fff;
        background:transparent;
    }
    .recruiters .carousel .carousel-indicators li.active{
        height:10px;
        width:10px;
        border-radius:50%;
        border:1px solid #fff;
        background:#fff;
    }
    @media (min-width:320px) and (max-width:767px){
        
        .recruiters .carousel .carousel-inner {
            padding-bottom:15%;
        }
    }

/* recruiters sections end  */











label.form-group.agrCheck {
    display: flex;
    flex-direction: row-reverse;
    /*align-items: flex-end;*/
}
.register-panel .form-group.agrCheck .form-control {
    width: 20px !important;
    margin-right: 10px;
    height: 20px !important;
}
.register-panel .form-group.agrCheck .checkText {
    width: 100% !important;
    line-height: normal;
    font-size: 14px;
}




/* college section start  */

.item-1 {
    background-image: url('../images/campus6-min.jpg');
}
.item-2 {
    background-image: url('../images/IMG_0134-min.JPG');
}
.item-3 {
    background-image: url('../images/DSC_1687-min.JPG');
}
.item-4 {
    background-image: url('../images/campus4-min.jpg');
}
.item-5 {
    background-image: url('../images/IMG_0080-min.JPG');
}

.vgu_highlights {
    padding: 5px 0;
    margin: 0 auto;
    width: 100%;
    margin-bottom:50px;
}
.vgu_highlights h1 {
    position: relative;
    margin-bottom: 45px;
    font-family: 'Roboto Slab';
    font-size: 44px;
    text-transform: capitalize;
    color: #000;
}

.vgu_highlights h1 span{
   color: #710c04;
   font-weight: 600;
}

.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}
.item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: flex 0.8s ease;

}
.item:hover {
    flex: 7;
}
.college_life button{
    background:#e6007e;
    color:#fff;
    font-weight:bold;
}
.pink_back {
    background: #e6007e;
}
.green_back {
    background: #86bc28;
}
.blue_back {
    background: #00a0dc;
}
@media screen and (max-width:767px){
   .vgu_highlights h1{
       font-size: 34px;
       text-align: center;
   }
   .gallery-wrap {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 50vh;
    }
}

/* college life section end  */

/* college life section start  */
section.college_life {
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
}
section.college_life .des-heads > span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0000009c;
}
section.college_life .des-heads div * {
    display: inline;
    font-size: 32px;
    margin: 0 2px;
}
section.college_life .carousel-cell2 .card {
    border-radius: 15px;
    overflow: hidden;
}
.carousel-cell2 .card-body h5 {
    margin: 0;
}
section.college_life .carousel-cell2 {
    width: 20%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 15px;
    padding-right:15px;
    counter-increment: carousel-cell;
  }
  section.college_life .carousel-cell2 .card  img{
      height: 200px;
      width: 100%;
  }
@media (min-width:320px) and (max-width:767px){
    section.college_life .carousel-cell2{
        width:100%;
    }
    section.college_life .des-heads div * {
    display: block;
    font-size: 22px;
    margin: 0 1px;
}
section.college_life .des-heads > span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0000009c;
}
}

/* college life section end  */






section.apply-now-section {
    padding: 180px 0 60px;
    background: black;
    position: relative;
    margin-top: -130px;
    z-index: 0;
}
section.apply-now-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5%;
    height: 100%;
    background: #811811;
}
section.apply-now-section:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5%;
    height: 100%;
    background: #811811;
}

.yellow_color_light {
    color: #e4ca36;
}

.stop-head h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: 400;
}
.stop-head h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.stop-head h4 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.rule_at {
    display: flex;
    align-items: center;
    margin-top: 50px;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}
hr.rule_one {
    background: #fff;
    border: 1px solid #fff;
    width: 80%;
    opacity: 1 !important;
        margin-right: 15px;
}
hr.rule_two {
    background: #fff;
    border: 1px solid #fff;
    width: 20%;
    opacity: 1 !important;
        margin-left: 15px;
}
.no-text {
    font-size: 120px;
    font-weight: 700;
    padding-right: 20px;
    text-align: right;
}
.no-one-unis h2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
}

.desi-txt {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    display: block;
}





@media (max-width: 767px) {

.border-cus-mob {
    border: 0;
}

.stop-head {
    text-align: center;
}

.stop-head h2 span {
    display: block;
}
.stop-head h2 {
    font-size: 24px;
    margin-left: 0;
}

section.apply-now-section {
    padding: 160px 0 0;
}
.stop-head h3 {
    font-size: 26px;
}
.stop-head h4 {
    font-size: 16px;
}
.rule_at {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding: 0 15px;
}
.overlap-layer:after {
    height: 14%;
}

section.programs-hub-section {
    padding: 60px 0 50px;
}
.path-dv-head p {
    font-size: 22px;
}

.desi-txt {
    font-size: 16px;
}
.no-text {
    font-size: 60px;
    font-weight: 700;
    padding-right: 10px;
    text-align: right;
}


}





/* form css starts */

section.banner-section .banner_form_panel {
    height: auto;
    background: #fff;
    border: 5px solid #fff;
    padding: 20px;
    box-shadow: 0px 0px 70px 0px #00000033;
}
section.banner-section .banner_form_panel h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
section.banner-section .ctpl-input-container {
    width: 100%;
    margin-top: 10px;
}
section.banner-section .ctpl-phone-input-group {
    background: #fff;
}
section.banner-section .ctpl-input,
section.banner-section .search-select-input,
section.banner-section .ctpl-selected-country {   
    background-color: #fff;
    height: 38px;
}
section.banner-section .ctpl-submit-btn {
    background: #ce0004;
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #ce0004;
    transform: scale(1);
    transition: all ease .3s
}
section.banner-section .ctpl-submit-btn:hover {
    background: #ce0004;
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #ce0004;
    transform: scale(0.9);
}
section.banner-section .banner_form_panel label {
    color: #000 !important;
    margin-bottom: 5px;
}

/* form css end */
