/*{
    padding: 0;
    margin:0;
    text-decoration: none !important;
    list-style: none;
    scroll-behavior: smooth;
  font-family: 'Mukta', sans-serif;
}
*/
/*
.top_head{
    
    display: flex;
    height: 60px;
    position: fixed;
}
.top_col1{
width: 5%;

}
.top_col2{
    width: 24%;
    
    
}
.top_col3{
    width: 22%;
    display: flex;
    margin: 10px;
    
}
.c_icn{
    margin: 10px;
}
.top_col4{
    width: 22%;
    display: flex;
    margin: 10px;
    
}
.top_col5{
    width: 22%;
    display: flex;
    margin: 10px;
    
}
.top_col6{
    width: 5%;
    
}*/
.botton_head{
    width: 100%;
    height: 95px;
    background-color: rgba(0, 0, 0, 1);
    padding-bottom: 5px;
    display: flex;
    padding-top: 5px;
    
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 10000000000000000000000000000000;
}  
.botton_head ul{
    display: flex !important;
    text-decoration: none;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 15px;
    
    
} 
.botton_head ul a{
text-decoration: none;
color: #fff;
margin: 25px;
}
.c_con span{
font-size: 12px;
}

.botton_head ul .dropdown {
    float: left;
   
}

.botton_head ul .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
   
   padding: 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}


.botton_head ul .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1 !important;
    border-radius: 10px;
    
    
    
}

.botton_head ul .dropdown-content a {
    float: none;
    color: black;
    padding: 1px 1px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.botton_head ul .dropdown-content a:hover {
   /* background-color: #ddd;*/
   color: #030545;

}

.botton_head ul .dropdown:hover .dropdown-content {
    display: block;
}


/*dropdown content 1*/

.botton_head ul .dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    border-top: 20px solid #333;
}

.botton_head ul .dropdown-content1 a {
    float: none;
    color: black;

    text-decoration: none;
    display: block;
    text-align: left;
}

.botton_head ul .dropdown-content1 a:hover {
   
   color: #030545;
}

.botton_head ul .dropdown:hover .dropdown-content1 {
    display: block;
}



.mega-menu {
    display: flex;
    
    border-top: 20px solid; /* Set the top border width */
    border-image: linear-gradient(to right, #064f61, #0b8686) 1;
    border-radius: 10px;
    
    
}

.column {
    flex: 1;
    padding: 2px;
    width: 220px;
    
}

.column a {
    color: #333;
    display: block;
    padding: 0px;
    margin-bottom: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center; 
}
.column a img {
    margin-right: 8px; /* Space between the image and the text */
    vertical-align: middle; /* Ensures the image is aligned */
}
.column a:hover {
   
   color: #030545;
}
#meeting_bu{
    font-family: "Figtree", sans-serif ;
    background-color: #064f61;
    border-image: linear-gradient(to right, #064f61, #0b8686) 1;
    padding: 10px;
    color: #fff;
    width: 200px;
    font-weight:600;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    margin-right: 5px;
}
#meeting_bu:hover{
    background-color: #6C9F31;
}
@media (max-width: 768px){



}