.nav-image{
    height: 100px;
    width: 100%;
}


@media(max-width: 1366){
    .home{
       width: 20%;
       
    }
}

    
.cr-img{
    height: 90vh;
}

    

.heading{
    color:#ffffff;
    
    
    margin-bottom: 60vh;
    margin-right: 100vh;
   
    
    
}
hr{
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
}
.text-1{
    font-size: 18px;
    width: 750px;
    padding: 20px;
    color:white;
    margin-right: auto;
    margin-left: auto;
    
}
.image-2{
    height: 500px;
    border-radius: 20px;
    padding: 50px;
    
}
.text-2{
    padding:20px ;
    font-size: 20px ;
    margin-top: 20px;
   margin-left: 150px;
   margin-bottom: auto;
   width: 100px;
   

}
.learn{
    border:1px solid black;
    background-color: transparent;
    border-radius: 5px;
    width: 180px;
    height: 40px;
    color: black;
}
.Events-section{
    background-color: rgb(204, 243, 230);
    padding: 40px;
    color: rgb(9, 126, 126);
    
    
}
.input{
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid black;
    width: 100%;
   
}
.bg-container{
    background:linear-gradient(-90deg, #005a75, #009ca6);
    
    width: 100%;
    height: 10%;
    color: #ffffff;
    
}

.line{
    color: #ffffff;
    border-width: 2px;
    border-color: #ffffff;
}
.enquiry{
    padding: 50px;
    margin: 20px;
}
@media only screen and (max-width: 560px) {
    .home{
    width: 100%;
    }
    }
   .c-image{
    height: 100vh;
   }
   


   /* .my-carousel{
    position: absolute;
    top: 0;
   } */

.icon-img{
    width: 80px;
    padding-bottom: 20px;
}
.icon{
    padding: 50px;
    width: 250px;
 
    
}
.icon-text{
    font-size: 20px;
}
.icon-heading{
    width: 306px;
}

.menu-text{
    text-decoration: underline;
    color: blue;

}

.enquiry-text{

    font-size: 30px;
    
   
    color: rgb(9, 126, 126);
    
}
.dropbtn {
    background-color:transparent;
    color: white;
   
    font-size: 16px;
    border: none;
    cursor: pointer;
    
   
  }
  .dropdown {
    position: relative;
    display: inline-block;
    padding-top: 7px;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: transparent}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    background-color: transparent;
  }  
  
.msg-button{
    background-color: transparent;
    border: none;
    margin-right: 20px;
}