/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 15, 2024, 10:38:35 PM
    Author     : NGhebremeskel
*/
.head {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.head header {
    
    width: 100%;
    display: inline-block;
/*    margin-bottom: 20px;*/
    
}
.colomuns{
    display: flex;
    /*    border: 5px outset red;*/
/*    border-bottom : 1px solid #cccccc;*/
/*    background-color: rgba(218,218,218,255);*/
    background-color: #ffffff;
}
.imagecontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    height: 137px; /* Adjust as needed */

}
.colomun1{
    flex: 1;
    text-align: left;
/*    background-color: rgba(218,218,218,255);*/
    margin-left: 180px;
    padding: 10px;
/*    border: 1px solid #000000;*/
}

.headerlogo {
    display: flex;
    align-items: center;
}
.headerlogo .logo {
    font-weight: bold;
    color: #002F6C; /* Dark blue color */
    margin-right: 18px;
}
.headerlogo .star {
    color: #FFD100; /* Yellow color */
}
.text-box {
    display: block;
}
.text-box .text {
    color: #002F6C; /* Dark blue color */
/*    border: 1px solid #000000;*/
    width: content-box;
    font-size: 18px;
    
}
.headerlogo .subtext {
    font-size: 11px;
    font-weight: bold;
}

.colomun2{
    flex: 1;
/*    background-color: rgba(218,218,218,255);*/
    margin: 5px;
    padding: 5px;
/*    border: 1px outset red;*/
}
.contact-container {
    display: inline;
/*    border: 1px outset red;*/
    color: red;
}

.contact-container ul {
    display: inline-flex;
    position: relative;
    top: 15px; left: 500px;
    list-style: none;
    margin-left: 2px;
}

.contact-container ul li {
    text-align: center;
    font-weight: bold; 
    color: #333399;
    
}
.contact-container ul li a {
    text-decoration: none;
}
.search-container {
    display: flex;
/*    border: 1px outset red;*/
    position: relative;
    top: 20px; left: 300px;
    width: 320px;
    height: 43px;
    border-radius: 4px;
    overflow: hidden;
}
.search-bar {
    width: 310px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 10px 10px;
}

.search-bar input {
    background: transparent;
    flex: 1;
    border: 0;
    outline: none;
    padding: 2px;
    font-size: 15px;
    color: black;
}

.search-bar button img {
    width: 13px;
}

.search-bar button {
    border: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #66a3ff;
    cursor: pointer;
}



.menu-bar
{
    margin: 3px;
    border-bottom : 1px solid #cccccc;
    border-top : 1px solid #cccccc;
}

.menu-bar ul
{
    display: inline-flex;
    list-style: none;
    margin-left: 120px;


}

.menu-bar ul li 
{
    width: fit-content;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px;
    color: #333399;
    text-align: center;
    font-weight: bold; 
    border-bottom : 3px solid #ffffff;
}

.menu-bar ul li a img {
    width: 10px;
    margin-left: 8px;
    color: #333399;
}
.menu-bar ul li button {
    background: none; /* Remove background color */
    border: none; /* Remove border */
    padding: 0; /* Remove padding, optional based on your design */
    margin: 0; /* Remove margin, optional based on your design */
}

.menu-bar ul li a
{
    text-decoration: none;
    color: #002F6C;
}

.menu-bar ul li:hover
{

    border-bottom : 3px outset #3333cc;
}

.sub-menu1 {
    display: none;
    overflow: visible;
}

.menu-bar ul li:hover .sub-menu1 {
    display: block;
    position: absolute;
    background: transparent;
    margin-left: -20px;
   z-index: 1000; 
}

.menu-bar ul li:hover .sub-menu1 ul 
    {
        display: block;
        background-color: #ffffff;
        margin:  0px;
        padding-left: 1px;
    }
    .menu-bar ul li:hover .sub-menu1 ul li {
        width: 150px;
        padding: 5px;
        border-bottom: 1px dotted #3333cc;
        border-radius: 0;
        text-align: left;
/*       border: 1px outset red;*/
    }
    
    .menu-bar ul li:hover .sub-menu1 ul li:last-child {
        border-bottom: none;
    }
    
.dropdown-content {
    margin: 3px;
    background: #ffffff;
    border-bottom : 1px solid #cccccc;
    border-top : 1px solid #cccccc;
}

.banner {
    display: block;
}

.official-banner {
   display: flex;
  padding: 4px;
  font-size: 12px;
  background-color: #f5f5f0;
}



.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding: 0;
    font-size: 11px;
    
}
.dropdown button{
    margin: 0;
    padding: 0;
}
.dropbtn {
    color: #000000;
    
    
}

.drop-image {
    display: none;
    position: relative;
     
  
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
/*.showbanner {display:block;margin-top: -65px; margin-left: 85px; }*/
.show {
    display:block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px;
    background-color: #f5f5f0;
    width: 100%;
    z-index: 1; }

