*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* overflow-x: hidden; */
    font-family:Arial, Helvetica;
}

.no-pad-gap {
    padding: 0 !important;
}

/*--------------------------------------section---------------------------------*/
.menu{
    background-color:rgb(185, 40, 40) ;
}
.nav_section{
    /* background-color:rgb(185, 40, 40) ; */
}

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

.number i{
    font-size: 25px;
    margin-right: 15px;
}
.phone_number i{
    font-size: 25px;
    margin-right: 15px;
}
@media screen and (max-width: 991px){
   
    .phone_number{
        display: block;
    }
}
@media screen and (max-width: 251px){
    .navbar-brand img{
        width: 100%;
    }
}



.head_side{
    margin: 50px 0 70px 0;
}
.head_side h2{
    text-align: center;
}
.head_side h2::after{
    background-color: black;
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    margin: 0 auto;
}
.head_content p{
   margin-top: 30px;
}



.head_menu h2{
    text-align: center;
    margin-top: 60px;
}
.head_menu h2::after{
    background-color: black;
    content: "";
    display: block;
    width: 30%;
    height: 3px;
    margin: 0 auto;
}
.head_img img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}


.baner_img img{
    width: 100%;
    height: 620px;
    margin-top:100px;
}
.baner_section{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 45% 2% 35% 2%;
    flex-direction: column;
}
.sectioon{
    color: #fff;
}
.firrst{
    margin-top: 30px;
}
.status_main_section{
    margin-top: 100px;
}
@media only screen and (max-width:991px){
    .baner_section{
        margin: 40px;
    }
}
@media only screen and (max-width:501px){
    .firrst img{
        width: 110%;
        height: 60px;
    }
}
@media only screen and (max-width:1228px){
    .firrst img{
        width: 90% !important;
    }
}
.status_section{
    padding: 50px 10px;
    margin-bottom: 50px;
    /* border-bottom: 1px solid #aa0a22; */
    height:16rem;
    box-shadow:4px 9px 15px rgba(170, 10, 34,0.7);
    border-top:5px solid #aa0a22;
    position: relative;
}

.status_section h2{
font-size: 16px;
font-weight: 400;
color: #000;
font-family: Arial, Helvetica !important;
}
.status_section .status_icon i{
    padding:16px;
    /* border:1px solid #000; */
    border-radius:50%;
    color:#fff;
    background:#aa0a22;
}
.status_section p{
    margin-top: 30px;
    color: rgb(185, 40, 40);
}
.count{
    display: flex;
    font-size: 60px;
    justify-content: flex-end;
    align-items: flex-end;
}
.count p{
   margin: 0;
}
.status_count p{
    margin-top: 60px;
}
.main p{
    margin-top:75px;
}
.market p{
    margin-top:75px;
}


@media only screen and (max-width:1199px){
.countt{
    margin-top:50px;
}
.market p{
    margin-top:100px;
}
}


.bussines_img img{
    width: 100%;
    height: 550px;
}
@media only screen and (max-width:992px){
    .bussines_content{
        margin-top: 50px;
    }
    .careers_section_content h5{
        margin-top: 50px;
    }
}
@media only screen and (max-width:992px){
    .bussines_content h1{
        font-size: 30px;
    }
}





.col-lg-5.careers_section_content {
    background: #252627;
    padding: 30px;
}
.careers_section_img img{
    width: 100%;
    height: 550px;
}
.careers_section {
    margin-top: 0;
    padding: 70px 0;
}
.careers_section_content h5 {
    font-size: 15px;
    color: #c7c7c7;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 18px;
    display: inline-block;
    width: 100%;
}
.careers_section_content p{
    margin: 0px;
}
.section_conteent{
    margin-top: 30px;
}
.section_conteent i{
    margin-right: 15px;
}
.button_apply{
    margin-top: 25px;
}
.button_apply button{
    padding: 8px 30px 8px 30px;
    border: none;
    background-color: black;
    color: #fff;
}
@media only screen and (max-width:559px){
    .button_apply{
        text-align: center;
    }
}

.participating_universities_wrap {
    padding: 0 0 50px;
}
.participating_universities_wrap h2 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin: 0 0 40px;
    text-transform: uppercase;
    text-align: center;
}
.owl-theme{
    width: 100% !important;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}
.clientlogo {
    width: 145px;
    margin: 0 auto;
    height: 145px;
    position: relative;
}
.clientlogo img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo_img img{
    width: 150px;
    height: 150px;
}
.logo_imgtwo img{
    width: 140px;
    height: 140px;
}
/*.owl-carousel .item img{
   width: 180px !important;
   height: 110px;
}*/
.owl-prev{
    position: absolute;
    top: 20%;
    left: 0;
font-size: 30px !important;
}
.owl-next{
    position: absolute;
    top: 20%;
    right: 0;
    font-size: 30px !important;
}


.participting h1{
    margin-top: 30px;
    text-align: center;
}
@media only screen and (max-width:292px){
    .participting h1{
       font-size: 30px !important;
    }
}


.inner_footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(185, 40, 40);
    border: 2px solid black;
    padding: 35px;
}
.phone_coll a{
    color: #fff;
}
.phone_coll a:hover{
    text-decoration: none;
    color: #fff;;
}
.phone_coll a i{
    font-size: 30px;
    margin-right: 20px;
}

.email a{
    color: #fff;
}
.email a:hover{
    text-decoration: none;
    color: #fff;;
}
.email a i{
    font-size: 30px;
    margin-right: 20px;
}
.footer_gmcet{
    text-align: center;
}
.footer_gmcet h4{
    font-size: 15px;
}
.footer_gmcet a:hover{
    text-decoration: none;
}
@media only screen and (max-width:768px){
    .inner_footer{
        padding: 25px;
        flex-direction: column;
    }
    .phone_coll{
        margin: 50px;
    }
}
@media only screen and (max-width:305px){
    .phone_coll{
        margin: 30px;
    }
}
@media only screen and (max-width:234px){
    .img_logoo img{
        width: 100%;
    }
    .phone_coll{
        margin: 20px 0 20px 0;
    }
}
@media only screen and (max-width:223px){
    .participting h1{
        font-size: 25px !important;
    }
    .bussines_content h1{
        text-align: center;
    }
}
@media only screen and (max-width:213px){
    .bussines_content h1{
        text-align: center;
        font-size: 22px;
    }
}



.head_meenu h2{
    text-align: center;
    margin-top: 70px;
}
.head_meenu h2::after{
    background-color: black;
    content: "";
    display: block;
    width: 17%;
    height: 3px;
    margin: 0 auto;
}
.heead_imgs img{
   width: 100%;
}




/*-----------------------------------------------------gmec----------------------------------------------------------*/

.menu{
    background-color:rgb(185, 40, 40) ;
}

.nav_section{
    position: relative;
}

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

.number i{
    font-size: 25px;
    margin-right: 15px;
}
.phone_number i{
    font-size: 25px;
    margin-right: 15px;
}
@media screen and (max-width: 991px){
    .number{
        position: absolute;
        display: none;
        top: 2%;
        left: 50%;
    }
 
    .phone_number{
        display: none;
    }
}
@media screen and (max-width: 251px){
    .navbar-brand img{
        width: 100%;
    }
}
@media screen and (max-width: 359px){
    .navbar-collapse{
        width: 0% !important;
    }
}

@media screen and (max-width: 339px){
    .navbar-collapse{
        width: 0% !important;
    }
}
@media screen and (max-width: 333px){
    .navbar-collapse{
        width: 0% !important;
    }
}



.header_menu h2{
    margin: 50px 0 50px 0;
}
@media screen and (max-width:576px) {
    .header_menu h2{
        margin: 50px 0 50px 0;
    }
}

.header_menu h2{
    text-align: center;
}
.header_menu h2::after{
    background-color: black;
    content: "";
    display: block;
    width: 18%;
    height: 3px;
    margin: 0 auto;
}
.header_menu h3{
    margin-top: 30px;
    font-size: 30px;
}
.header_menu h3::after{
    background-color: black;
    content: "";
    display: block;
    width: 38%;
    height: 3px;
}
.header_menu p{
    margin-top: 40px;
}
.status{
    margin: 20px 0 0 0px;
}
.status i{
    font-size: 20px;
    margin-right: 10px;
}
.status_head{
    display: flex; 
    align-items: flex-start; 
    line-height: 20px;
}









      /*-------------------------------------------section-----------------------------------------------*/

      .members{
          margin: 100px 0 30px 0;
      }
      .members h2::after{
        background-color: brown;
        content: "";
        display: block;
        width: 24%;
        height: 3px;
        margin: 0 auto;
    }

      .members{
        text-align: center;
      }
      .style{
          border: 1px solid black;
          padding: 30px 35px 30px 20px;
      }
      .members_ditels{
          display: flex;
          justify-content: center;
          flex-direction: column;
          margin: 0 auto;
          padding: 0 !important;
      }
      .members_ditels p{
          margin: 0;
      }
      .members_ditels h4::after{
        background-color: brown;
        content: "";
        display: block;
        width: 100%;
        height: 3px;
    }

    .website{
        margin:30px ;
    }


    @media screen and (max-width:1199px) {
        .style{
            padding: 30px 10px 30px 0px;
        }
    }
    @media screen and (max-width:991px) {
        .members_ditels{
            margin-top: 30px;
           margin-left: 15px;
        }
        .status{
            margin: 30px 0 0 0;
        }
    }
    @media screen and (max-width:575px) {
        .members_img img{
            display: flex;
            margin: 0 auto;
        }
    }




    .inner_footer{
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: rgb(185, 40, 40);
        border: 2px solid black;
        padding: 35px;
        margin: 50px 0 20px 0;
    }
    .phone_coll a{
        color: #fff;
    }
    .phone_coll a:hover{
        text-decoration: none;
        color: #fff;;
    }
    .phone_coll a i{
        font-size: 30px;
        margin-right: 20px;
    }
    
    .email a{
        color: #fff;
    }
    .email a:hover{
        text-decoration: none;
        color: #fff;;
    }
    .email a i{
        font-size: 30px;
        margin-right: 20px;
    }
    .footer_gmcet{
        text-align: center;
    }
    .footer_gmcet a:hover{
        text-decoration: none;
    }
    .gmcett{
        margin-bottom: 30px;
    }
    @media only screen and (max-width:768px){
        .inner_footer{
            padding: 25px;
            flex-direction: column;
        }
        .phone_coll{
            margin: 50px;
        }
    }
    @media only screen and (max-width:305px){
        .phone_coll{
            margin: 30px;
        }
    }







/*------------------------------------------------------------------gmcetcampus--------------------------------------------------------------------------------*/


.menu{
    background-color:rgb(185, 40, 40) ;
}

.nav_section{
    position: relative;
}
.nav_section .navbar .nav-item .nav-link{
    color: #fff !important;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0px 10px;
}


.phone_number{
    display: none;
}
.phone_number a{
    color: #fff;
}
.phone_number a:hover{
    text-decoration: none;
    color: #fff;
}
.number i{
    font-size: 25px;
    margin-right: 15px;
}
.phone_number i{
    font-size: 25px;
    margin-right: 15px;
}
@media screen and (max-width: 991px){
 
    .phone_number{
        display: block;
    }
}
@media screen and (max-width: 251px){
    .navbar-brand img{
        width: 100%;
    }
}
@media screen and (max-width: 359px){
    .navbar-collapse{
        width: 0% !important;
    }
}

@media screen and (max-width: 339px){
    .navbar-collapse{
        width: 0% !important;
    }
}
@media screen and (max-width: 333px){
    .navbar-collapse{
        width: 0% !important;
    }
}

.camplus h2{
    margin: 50px 0 50px 0;
}



.global_university img{
    width: 60%;
    height: 220px;
    display: flex;
    margin: 0 auto;
}
.global_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.global_university{
    border: 1px solid black;
}
.global_universityy{
    border: 1px solid black;
}
.global_universityy h5{
    padding-top: 10px;
    text-align: center;
}



.nrai_school img{
    width: 70%;
    height: 130px;
    display: flex;
    margin: 40px auto;
}
.nrai_school h5{
    margin: 0;
    text-align: center;
    padding-top:5px ;
}
.nrai_school{
    border: 1px solid black;
    height: 251px;
}
.nrai_schooll{
    border: 1px solid black;
}
.nrai_schooll h5{
    padding-top: 10px;
    text-align: center;
}


.sriram_university img{
    width: 60%;
    height: 200px;
    display: flex;
    margin: 10px auto;
}
.sriram_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.sriram_university{
    border: 1px solid black;
    height: 251px;
}
.sriram_universityy{
    border: 1px solid black;
}
.sriram_universityy h5{
    text-align: center;
    padding-top: 10px;
}

@media screen and (max-width:1199px) {
    .global_university img{
        width: 70%;
        height: 220px;
    }
    .nrai_school img{
        width: 75%;
        height: 130px;
        margin: 30px auto;
    }
    .sriram_university img{
        width: 60%;
        height: 170px;
    }
}





.sansriti_university img{
    width: 50%;
    height: 150px;
    display: flex;
    margin: 10px auto;
}
.sansriti_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.sansriti_university{
   border: 1px solid black;
   height: 201px;
}
.sansriti_universityy{
    border: 1px solid black;
}
.sansriti_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.invertis_university img{
    width: 50%;
    height: 100px;
    display: flex;
    margin: 10px auto;
}
.invertis_university h5{
    text-align: center;
    margin: 0;
    padding-top: 5px;
}
.invertis_university{
    border: 1px solid black;
    height: 201px;
}
.invertis_universityy{
    border: 1px solid black;
}
.invertis_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.bahra_university img{
    width: 60%;
    height: 70px;
    display: flex;
    margin: 50px auto;
}
.bahra_university h5{
    margin: 0;
    text-align: center;
}
.bahra_university{
    border: 1px solid black;
    height: 201px;
}
.bahra_universityy{
    border: 1px solid black;
}
.bahra_universityy h5{
    text-align: center;
    padding-top: 10px;
}






.Mody_university img{
    width: 50%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.Mody_university h5{
    text-align: center;
    margin: 0;
    padding-top: 5px;
}
.Mody_university{
    border: 1px solid black;
}
.Mody_universityy{
    border: 1px solid black;
    height: 92px;

}
.Mody_universityy h5{
    text-align: center;
    padding-top: 10px;
}



.jagran_university img{
    width: 50%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.jagran_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.jagran_university{
    border: 1px solid black;

}
.jagran_universityy{
    border: 1px solid black;
}
.jagran_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.devbhoomi_university img{
    width: 50%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.devbhoomi_university h5{
    text-align: center;
    margin: 0;
    padding-top: 5px;
}
.devbhoomi_university{
    border: 1px solid black;
    height: 171px;
}
.devbhoomi_universityy{
    border: 1px solid black;
    height: 92px;
}
.devbhoomi_universityy h5{
    padding-top: 10px;
    text-align:  center;
}



@media screen and (max-width:1199px) {
    .Mody_university{
        height: 195px;
    }
    .devbhoomi_university{
        height: 195px;
    }
    .devbhoomi_universityy{
        height: 116px;
    }
    .jagran_university{
        height: 195px;
    }
    .Mody_universityy{
        height:116px;
    }
}






.quantum_university img{
    width: 50%;
    height: 130px;
    display: flex;
    margin: 20px auto;
}
.quantum_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.quantum_university{
  border: 1px solid black;
  height: 211px;
}
.quantum_universityy{
    border: 1px solid black;
}
.quantum_universityy h5{
    padding-top: 10px;
    text-align: center;
}



.rayatbahara_university img{
    width: 50%;
    height: 120px;
    display: flex;
    margin: 20px auto;
}
.rayatbahara_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.rayatbahara_university{
    border: 1px solid black;
    height: 211px;
}
.rayatbahara_universityy{
    border: 1px solid black;
    height: 164px;
}
.rayatbahara_universityy h5{
    padding-top: 10px;
    text-align: center;
}


.mangalayatan_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.mangalayatan_university img{
    width: 50%;
    height: 140px;
    display: flex;
    margin: 20px auto;
}
.mangalayatan_university{
    border: 1px solid black;
}
.mangalayatan_universityy{
    border: 1px solid black;
    height: 164px;
}
.mangalayatan_universityy h5{
    padding-top: 10px;
    text-align: center;
}
@media screen and (max-width:1199px) {
    .rayatbahara_universityy{
        height: 188px;
    }
    .mangalayatan_universityy{
        height: 188px;
    }
}




.muit_university img{
    width: 50%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.muit_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.muit_university{
    border: 1px solid black;
    height: 245px;
}
.muit_universityy{
    border: 1px solid black;
    height: 68px;
}
.muit_universityy h5{
    text-align: center;
    padding-top: 10px;
}



.arts_college img{
    width: 60%; 
    height: 99px;
    display: flex;
    margin: 20px auto;
}
.arts_college h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.arts_college{
    border: 1px solid black;
    height: 245px;
}
.arts_collegee{
    border: 1px solid black;
}
.arts_collegee h5{
    text-align: center;
    padding-top: 10px;
}



.soundarya_institute img{
    width: 40%;
    height: 150px;
    display: flex;
    margin: 20px auto;
}
.soundarya_institute h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.soundarya_institute{
    border: 1px solid black;
}
.soundarya_institutee{
    border: 1px solid black;
    height: 68px;
}
.soundarya_institutee h5{
    text-align: center;
    padding-top: 10px;
}





.national_school img{
   width: 80%;
   height: 100px;
   display: flex;
    margin: 20px auto;
}
.national_school h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.national_school{
    border: 1px solid black;

}
.national_schooll{
    border: 1px solid black;

}
.national_schooll h5{
    text-align: center;
    padding-top: 10px;
}



.apex_university img{
    width: 70%;
    height: 100px;
    display: flex;
    margin: 20px auto;
 }
 .apex_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.apex_university{
    border: 1px solid black;
    height: 195px;
}
.apex_universityy{
    border: 1px solid black;
    height: 68px;
}
.apex_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.ajeenkya_university img{
    width: 70%;
    height: 100px;
    display: flex;
    margin: 20px auto;
 }
 .ajeenkya_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.ajeenkya_university{
    border: 1px solid black;
    height: 195px;
}
.ajeenkya_universityy{
    border: 1px solid black;
}
.ajeenkya_universityy h5{
    text-align: center;
    padding-top: 10px;
}





.journalism_media img{
    width: 60%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.journalism_media h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.journalism_media{
    border: 1px solid black;
}
.journalism_mediaa{
    border: 1px solid black;
}
.journalism_mediaa h5{
    text-align: center;
    padding-top: 10px;
}



.shimla_university img{
    width: 60%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.shimla_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.shimla_university{
    border: 1px solid black;
}
.shimla_universityy{
    border: 1px solid black;
}
.shimla_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.sharda_university img{
    width: 60%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.sharda_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.sharda_university{
    border: 1px solid black;
}
.sharda_universityy{
    border: 1px solid black;
    height: 68px;
}
.sharda_universityy h5{
    text-align: center;
    padding-top: 10px;
}
@media screen and (max-width:1199px) {
    .journalism_mediaa{
        border: 1px solid black;
        height: 92px;
    }
    .shimla_university{
        border: 1px solid black;
        height: 195px;
    }
    .sharda_university{
        border: 1px solid black;
        height: 195px;
    }
    .sharda_universityy{
        border: 1px solid black;
        height: 92px;
    }
}







.auro_university img{
    width: 60%;
    height: 150px;
    display: flex;
    margin: 20px auto;
}
.auro_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.auro_university{
   border: 1px solid black;
}
.auro_universityy{
    border: 1px solid black;
}
.auro_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.birla_university img{
    width: 60%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.birla_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.birla_university{
    border: 1px solid black;
    height: 221px;
}
.birla_universityy{
    border: 1px solid black;
}
.birla_universityy h5{
    text-align: center;
    padding-top: 10px;
}



.Noida_university img{
    width: 60%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.Noida_university h5{
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.Noida_university{
    border: 1px solid black;
    height: 221px;
}
.Noida_universityy{
    border: 1px solid black;
}
.Noida_universityy h5{
    text-align: center;
    padding-top: 10px;
}



.centurion_university img{
    width: 50%;
    height: 210px;
    display: flex;
    margin: 20px auto;
}
.centurion_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.centurion_university{
   border: 1px solid black;
   height: 295px;
}
.centurion_universityy{
    border: 1px solid black;
}
.centurion_universityy h5{
    text-align: center;
    padding-top: 10px;
}



.manav_university img{
    width: 60%;
    height: 200px;
    display: flex;
    margin: 20px auto;
}
.manav_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.manav_university{
    border: 1px solid black;
}
.manav_universityy{
    border: 1px solid black;
}
.manav_universityy h5{
    text-align: center;
    padding-top: 10px;
}


.lnct_university img{
    width: 60%;
    height: 100px;
    display: flex;
    margin: 20px auto;
}
.lnct_university h5{
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.lnct_university{
    border: 1px solid black;
    height: 295px;
}
.lnct_universityy{
    border: 1px solid black;
    height: 68px;
}   
.lnct_universityy h5{
    text-align: center;
    padding-top: 10px;
}




.presidency_college img{
    width: 50%;
    height: 200px;
    display: flex;
    margin: 20px auto;
}
.presidency_college h5{
    text-align: center;
    margin: 0;
    padding-top: 5px;
}
.presidency_college{
   border: 1px solid black;
}
.presidency_collegee{
    border: 1px solid black;
}
.presidency_collegee h5{
    padding-top: 10px;
    text-align: center;
}



@media screen and (max-width:576px) {
    .camplus h2{
        text-align: center;
        margin: 50px 0 50px 0;
    }
}


.inner_footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(185, 40, 40);
    border: 2px solid black;
    padding: 35px;
    margin: 50px 0 20px 0;
}
.phone_coll a{
    color: #fff;
}
.phone_coll a:hover{
    text-decoration: none;
    color: #fff;;
}
.phone_coll a i{
    font-size: 30px;
    margin-right: 20px;
}

.email a{
    color: #fff;
}
.email a:hover{
    text-decoration: none;
    color: #fff;;
}
.email a i{
    font-size: 30px;
    margin-right: 20px;
}
.footer_gmcet{
    text-align: center;
}
.footer_gmcet a:hover{
    text-decoration: none;
}
.gmcett{
    margin-bottom: 30px;
}
@media only screen and (max-width:768px){
    .inner_footer{
        padding: 25px;
        flex-direction: column;
    }
    .phone_coll{
        margin: 50px;
    }
}
@media only screen and (max-width:305px){
    .phone_coll{
        margin: 30px;
    }
}









/*---------------------------------------------------------------------------------------examination---------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------navbar------------------------------------------------------*/
.menu{
    background-color:rgb(185, 40, 40) ;
}
.nav_section{
    position: relative;
}

.phone_number{
    display: none !important;
}
.phone_number a{
    color: #fff;
}
.phone_number a:hover{
    text-decoration: none;
    color: #fff;
}

.number i{
    font-size: 25px;
    margin-right: 15px;
}
.phone_number i{
    font-size: 25px;
    margin-right: 15px;
}
@media screen and (max-width: 991px){
 
    .phone_number{
        display: block;
    }
}
@media screen and (max-width: 251px){
    .navbar-brand img{
        width: 100%;
    }
}
@media screen and (max-width: 359px){
    .navbar-collapse{
        width: 0% !important;
    }
}

@media screen and (max-width: 339px){
    .navbar-collapse{
        width: 0% !important;
    }
}
@media screen and (max-width: 333px){
    .navbar-collapse{
        width: 0% !important;
    }
}



/*----------------------------------------ELIGIBILITY CRITERIA------------------------------------------------ */


.eligibility_head h2::after{
    background-color: black;
    content: "";
    display: block;
    width: 30%;
    height: 3px;
}
.about_wrap .eligibility_head h2::after{
    display: none;
}
/*.eligibility_head{
    margin-top: 50px;
}*/
.eligibility_head p{
    margin-top: 30px;
}
.candidate_text p{
    margin-top: 40px;
}
@media screen and (max-width: 525px){
  .eligibility_head h2{
      text-align: center;
  }
  .eligibility_head h2::after{
    width: 67%;
    margin: 0 auto;
}
}





/*--------------------------------------------------APPLICATION  FEE:----------------------------------------------------------*/


.applecation_text{
    margin: 0;
}
.applecation_text h2{   
    text-align: center;
    background-color: black;
    color: white;
    width: 35%;
    margin: 0 auto;
}
.applecation_text p{
   margin-top: 30px;
}
@media screen and (max-width:772px) {
    .applecation_text h2{
        width: 50%;
    }
}
@media screen and (max-width:730px) {
    .applecation_text h2{
        width: 100%;
    }
}






/*--------------------------------------------------REGISTRATION---------------------------------------------------------------- */
 
@media screen and (max-width:525px) {
    .menu_text h2{
        text-align: center;
    }
}
@media screen and (max-width:253px) {
    .menu_text h2{
        font-size: 25px;
    }
}







/*-------------------------------------------HOW  TO REGISTER?--------------------------------------------------------*/


.register_text{
    margin: 0 ;
}
.register_text h2{
    text-align: center;
    background-color: black;
    color: white;
    width: 35%;
    margin: 0 auto;
}
.text_news{
    margin-top: 10px;
}
@media screen and (max-width:772px) {
    .register_text h2{
        width: 50%;
    }
}
@media screen and (max-width:730px) {
    .register_text h2{
        width: 100%;
    }
}





/*-------------------------------------------------EXAM STRUCTURE & MODEL PAPER---------------------------------------------- */


.structure_text h3{
      margin-top: 40px;
}
.inner_text{
    margin-top: 30px;
}
.inner_text p{
    margin: 0;
}
.baner p{
    margin: 0;
}
.seccttion{
    border: 1px solid black;
    margin-top: 50px;
    padding: 20px;
}
.seccttion p{
    margin: 0;
    line-height: 30px;
    color: black;
}
.status h2{
    margin-top:50px ;
}




/* ----------------------------------------------------------MPORTANT DATE------------------------------------------------------------- */

.careers{
    margin-top: 45px;
}
.careers h2{
margin: 20px 0px;
}
.contentt{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.Start{
    margin-top: 40px;
}
.guidelines_section h3{
    margin-top: 30px;
}
.candidates_section{
    margin-top: 40px;
}
.staatus_head{
    display: flex; 
    align-items: flex-start; 
    line-height: 20px;
}
.conducted_section i{
    margin-right: 10px;
}

.admit h2{
    margin-top: 50px;
}
.admit_text{
    margin: 40px 0 0 50px;
}
.candidates{
    display: flex; 
    align-items: flex-start; 
    line-height: 20px;
}
.candidates i{
    margin-right: 10px;
}
.discrepancies{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.resultt{
    margin-left: 35px;
}
.result h2{
    margin-top: 50px;
}
.appeared{
    display: flex; 
    align-items: flex-start; 
    line-height: 20px;
}
.resultt  i{
    margin-right: 10px;
}
@media screen and (max-width:570px) {
    .admit_text{
        margin: 40px 0 0 0;
    }
    .resultt{
        margin-left: 0;
    }
}



.inner_footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(185, 40, 40);
    border: 2px solid black;
    padding: 35px;
    margin: 50px 0 20px 0;
}
.phone_coll a{
    color: #fff;
}
.phone_coll a:hover{
    text-decoration: none;
    color: #fff;;
}
.phone_coll a i{
    font-size: 30px;
    margin-right: 20px;
}

.email a{
    color: #fff;
}
.email a:hover{
    text-decoration: none;
    color: #fff;;
}
.email a i{
    font-size: 30px;
    margin-right: 20px;
}
.footer_gmcet{
    text-align: center;
}
.footer_gmcet a:hover{
    text-decoration: none;
}
.gmcett{
    margin-bottom: 30px;
}
@media only screen and (max-width:768px){
    .inner_footer{
        padding: 25px;
        flex-direction: column;
    }
    .phone_coll{
        margin: 50px;
    }
}
@media only screen and (max-width:305px){
    .phone_coll{
        margin: 30px;
    }
}





/*---------------------------------------------------------------academics-----------------------------------------------------------------------------------------*/


.menu {
     background-color: rgb(170 10 34); 
    /*background: url(../img/banner.jpg);*/
}

.nav_section {
    position: absolute;
    width: 100%;
    z-index: 999;
}


.phone_number{
    display: none;
}
.phone_number a{
    color: #000;
}
.phone_number a:hover{
    text-decoration: none;
    color: #000;
}

.number i {
    font-size: 17px;
    margin-right: 10px;
}
.phone_number i{
    font-size: 25px;
    margin-right: 15px;
}
@media screen and (max-width: 991px){
  
    .phone_number{
        display: block;
    }
}
@media screen and (max-width: 251px){
    .navbar-brand img{
        width: 100%;
    }
}
@media screen and (max-width: 359px){
    .navbar-collapse{
        width: 0% !important;
    }
}

@media screen and (max-width: 339px){
    .navbar-collapse{
        width: 0% !important;
    }
}
@media screen and (max-width: 333px){
    .navbar-collapse{
        width: 0% !important;
    }
}



.menu_academics h2{
    margin-top: 50px;
}
@media screen and (max-width: 505px){
    .menu_academics h2{
        text-align: center;
        margin-top: 30px;
    }
    .menu_academics h3{
        text-align: center;
        margin-top: 30px !important;
    }
}



.menu_academics h3{
     margin-top: 40px;
}
.menu_academics p{
    margin-top: 40px;
}
.menu_line{
    border: 1px solid black;
}
.asd{
    padding: 0 0 21% 0;
}
.text_head{
    font-weight: bolder;
}


@media screen and (max-width:347px) {
    .menu_academics h2{
        text-align: center;
    }
    .menu_academics h3{
        text-align: center;
    }
}


.inner_footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(185, 40, 40);
    border: 2px solid black;
    padding: 35px;
    margin: 50px 0 20px 0;
}
.phone_coll a{
    color: #fff;
}
.phone_coll a:hover{
    text-decoration: none;
    color: #fff;;
}
.phone_coll a i{
    font-size: 30px;
    margin-right: 20px;
}

.email a{
    color: #fff;
}
.email a:hover{
    text-decoration: none;
    color: #fff;;
}
.email a i{
    font-size: 30px;
    margin-right: 20px;
}
.footer_gmcet{
    text-align: center;
}
.footer_gmcet a:hover{
    text-decoration: none;
}
.gmcett{
    margin-bottom: 30px;
}
@media only screen and (max-width:768px){
    .inner_footer{
        padding: 25px;
        flex-direction: column;
    }
    .phone_coll{
        margin: 50px;
    }
}
@media only screen and (max-width:305px){
    .phone_coll{
        margin: 30px;
    }
}