*{
    margin: 0;
    padding: 0;
}


body{
    width: 100%;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    scroll-behavior: smooth;
}

.header{
    background-color:white;
    color: rgb(25, 47, 89);
    font-weight:600 ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
    
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  
}

.logo{
    cursor: pointer;
}

.nav-list ul li{
    display: inline-block;
   
   
    margin-right: 22px;
    padding-bottom: 40px;

    position: relative;
 

   


    
}

.nav-list ul li a{
    text-decoration: none;
    color: rgb(25, 47, 89);
    transition: all 0.15s linear;
    
}
.nav-list ul li a:hover{
    color: rgb(61, 177, 102);
   
    
}

.nav-list ul li::after{
    content: '';
    position:absolute;
    width: 0%;
    height: 6px;
    left: 0;
    bottom: 0px;
    background-color: rgb(61, 177, 102);
    transition: all 0.15s linear;

}


.nav-list ul li:hover:after{
    width: 100%;
}





/* drop down menue */

 .kbc-sublist{
    background-color:#f7f7f7;
   width: 320px;
   font-weight: 500;
   font-size: 15px;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 20px;

    opacity: 0;
    visibility: hidden;
    text-align: left;
    line-height: 0px;

    transition: 0.15s linear;
    
}


.nav-list ul li:hover .kbc-sublist{
    opacity: 1;
    visibility: visible;
    top: 64px;
}




/* mega menue */

.mega-menue{
    position: absolute;
    left: -550px;
   transition: 0.3s linear;
    top: 70px;
    width: 1300px;
   
    opacity: 0;
    visibility: hidden;
    background-color:#f7f7f7;
    display: flex;
}


.nav-list ul li:hover .mega-menue{
    opacity: 1;
    visibility: visible;
    top: 64px;
}


.academics-sublist{
    flex-basis: 30%;
  padding: 30px 0px 30px 80px;
    line-height: 40px;

  
}
.academics-sublist ul li a{
    display: block;
    font-size: 15px;
}


.academics-sublist h1{
    font-size: 20px;
   color: rgb(25, 47, 89);
    margin: 20px 0px;
}


/* downlaod mega menue */

.downlaod-mega-menue{
    background-color: #f7f7f7;
    position: absolute;
    left: 0;
    top: 70px;
    width: 250px;
    transition: 0.15s linear;
    opacity: 0;
    visibility: hidden;


}

.nav-list ul li:hover .downlaod-mega-menue{
    opacity: 1;
    visibility: visible;
    top: 64px;
}

.download-sublist{
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}

.download-sublist ul a{
    color: #ccc;
}



.mysearch{
    cursor: pointer;
    font-size: 18px;
    color:black;
    

}


.kbc-sublist ul p{
    margin-bottom: 10px;
}

.kbc-sublist ul p a{
    line-height: 25px;
    margin-bottom: 30px;
   
  
  
}
  


    .nav-list ul li:hover .kbc-sublist{
        display: block;
       
 
     
    }



    /* info header */

.info-header{
    background-color: rgb(25, 47, 89);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 0px 100px;
    position: relative;
}

.info-header .left-info p{
    display: inline-block;
    font-size: 15px;
}




.info-header .right-info p{
    display:inline-block;
}
.info-header .right-info a{
   
    color: white;
    text-decoration: none;
}

 #myvt a{
    color: #919BAD;
}


#myvt a:hover{
    color: white;
}

#mycms a{
    text-decoration: none;
}

#mycms{
    background-color: green;
    padding: 20px;
    margin-left: 20px;
    font-weight: 600;
  
}

#mycms:hover{
    text-decoration: underline;
}





/* first */

.first{
    width: 100%;
    height: 100vh;
    background-color: white;
}



/* css for hero section */

.hero{
    height: 100vh;
    background: url(/assets/homePage_photo_kbc.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container{
   
    transform: translate(-50%,-50%);
    position: absolute;
    top: 65%;
    left: 25%;
    color: white;
}

.container h1{
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
    background: transparent;
 
}

.container p{
    background-color: #f7f7f7;
    color: black;
    padding: 10px 6px;
    border-left: 7px solid green;
}

/* css for second secion */

.second{
   background-color:#fff;
    color:   rgb(25, 47, 89); 
    margin: 0px 100px;
    position: absolute;
    top: 950px;
    border-radius: 5px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  
   

}

.second .second-top{

    font-size: 20px;
    font-weight: bold;
  
       display: flex;
    justify-content: space-between;
    padding: 30px;
    
}

.second .second-right{
 

    padding: 52px 0px 0px 66px;

}
.second .second-middle-1{

    padding: 52px 0px 0px 66px;

}
.second .second-middle-2{

    padding: 52px 0px 0px 66px;

}
.second .second-left{

    padding: 52px 0px 0px 30px;

}


.second .second-bottom{

    height: 530px;
    background-color: green;
    display: flex;
  
   



}

.second-bottom-left{
  
    width: 50%;
    background-color: black;
  
}


.second-bottom-left video{
    width: 100%;
    height: 100%;
}
.second-bottom-right{
    width: 50%;
  
   background: url(/assets/about-bg-2.jpg);
   background-position: relative;
   background-size: cover;
   color: white;
   padding: 80px;

}

#visit{
    color: rgb(81, 190, 120);
    margin-top: 20px;
    font-size:20px;
}

.second-bottom-right p{
    margin-bottom: 50px;
    line-height: 30px;
}



 #myapply-btn a{
    background-color:rgb(61, 177, 102);
    padding: 15px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: 0.3s ease;

 
}

#myapply-btn a:hover{
    background-color: rgb(47, 47, 47);
}







/* college about */

.college-about{
  
   
background: url(/assets/about-bg-3.jpg);
background-position: relative;
background-size: cover;
object-fit: cover;
    display: flex;
    justify-content: center;
    padding: 150px 100px;
 
   color: white;
}

.college-about-left{
    width: 30%;
}

.college-about-left p{
    font-size: 32px;
    color: rgb(81, 190, 120);
    font-weight: bold;
}

.college-about-right {
    width: 70%;
    padding: 50px 100px 50px 200px;
    text-align: justify;
    line-height: 40px;
   
  
}
.college-about-right p{
    font-size: 20px;
    margin-bottom: 25px;
}




#myread-more{
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}




#myread-more:hover{
    color: rgb(61, 177, 102);
}



/* footer-one */
.footer-one{

    background-color:rgb(27, 41, 69);
    padding: 60px 100px;
    color: white;
    display: flex;
    justify-content: space-between;
    line-height: 25px;

}

.footer-one-content{
    width: 42%;
  
    padding: 25px;
}

.footer-one-content h2{
    font-size: 21px;
    font-weight: bold;
    margin: 0px 0px 38px 0px;

}



.footer-two{
    display: flex;
    background-color: rgb(24, 24, 24);
    padding: 70px 100px;
    line-height: 30px;


}

.footer-two-content{

    width: 30%;
    padding: 30px 50px;



 
    
}

.footer-two-content ul li{
    list-style: none;
}

.footer-two-content img{
    cursor: pointer;
}




.footer-two p{
    color:white;
}

.footer-two h2{
    color: white;
    margin-bottom: 20px;
    position: relative;
}



.footer-two ul li a{
    text-decoration: none;
    color: #ccc;
}

.footer-two ul li a:hover{
    color: #fff;
    text-decoration: underline;
}





.footer-two-content h2::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: rgb(61, 177, 102);
}


.footer-three{
    background-color: rgb(32, 32, 32);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
}

.footer-three-left span a{
    text-decoration: none;
    color:rgb(80, 189, 119) ;
    cursor: pointer;
}
.footer-three-left span a:hover{
    text-decoration: underline;
    color:white ;
}

.social-media-links ul li{
    display: inline-block;
    margin: 10px;
    font-size: 20px;

    
}

.social-media-links ul li a{
    color: white;
}

.social-media-links ul li a:hover{
    opacity: 0.7;
}





/* css for map-news */


.news-map{
    height: 500px;
  
    background-color: black;
    display: flex;
    justify-content:space-evenly;
    align-items: center;
}
.wrapper{
    width:350px;


    background: url(/assets/newsletter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 40px;
    text-align: center;
   
 
}


.wrapper h1{
    color: white;
    font-size: 25px;
    font-weight: bold;

    
    
}

.wrapper p{


    color:rgb(149, 169, 211);
    font-weight: 600;
    margin: 30px 0px;
   
 
}


.wrapper input[type="email"]{
    width: 90%;
    padding: 15px 15px;
    background-color: rgb(26, 39, 66);
    color:rgb(118, 136, 174);
    border: none;
    outline: none;
    
    

 
  

}

.wrapper button{
   
    width: 100%;
    padding: 15px 15px;
    
    margin: 20px 0px;
    background-color: rgb(61, 177, 102);
    border: none;
    border-radius: 3px;
}

.wrapper button a{
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}


.wrapper button:hover{
    opacity: 0.9;
}







