/* ===============  Active ============ */

.active{
  background-color: #326db2;
  color:#326db2;
}
/* .active:hover{
  background-color: #326db2;
} */
/* .menu_color_1:hover{
  width: 122px;
  height: 26px;
  background-color: red;
  border-radius: 0px 0px 30px 30px;
  border-bottom: 4px solid #111;
  display: inline-block;
} */

/* =============== End Active ============ */


/*===================Header======================*/
.header {
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.left{
    float:left;
}
.logo img {
    width: 75%;
    height: 50%;
}
.right{
    float:right
}
.right ul{
        list-style-type: none;
}
.right ul li{
    display:inline;

}
.right ul li a{
    color: black;
    background-color: #b8caff;
    text-decoration: none;
    font-size: 13px;
    border: 10px solid #b8caff;
    border-radius: 5px;
}
.right ul li a p{
    display:inline;
    overflow:hidden;
}
.right ul li a:hover{
    background-color: #326db2;
    border: 10px solid #326db2;
}
/*===================End Header======================*/

/*===================  menu  ======================*/

.menu{
 width: 100%;
 margin-top:5px;
 border: 1px solid rgb(99, 97, 97);
}

.navbar {
    overflow: hidden;
    background-color: #b8caff;
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
    height: 40px;
}

  
  .navbar a {
    float: left;
    font-size: 16px;
    color: black;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid black;
    /* background: red; */
}






  
  .dropdown {
    float: left;
    overflow: hidden;
    border:1px solid black;

  }
  
  .dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;  
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: #326db2;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #b8caff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #c2cfd1;
  }
  
  .show {
    display: block;
  }
/* menu color  */
/* .menu_button_color{
  margin: 0;
  padding: 0;
  display: inline-block;
}
.menu_color{
  width: 133px;
  height: 26px;
  background-color: #c2cfd1;
  border-radius: 0px 0px 30px 30px;
  border-bottom: 4px solid #111;
  display: inline-block;
}
.menu_color_1{
  width: 122px;
  height: 26px;
  background-color: #326db2;
  border-radius: 0px 0px 30px 30px;
  border-bottom: 4px solid #111;
  display: inline-block;
}
.menu_color_2{
  width: 108px;
  height: 26px;
  background-color: #c2cfd1;
  border-radius: 0px 0px 30px 30px;
  border-bottom: 4px solid #111;
  display: inline-block;
}
.menu_color_3{
  width: 92px;
  height: 26px;
  background-color: #c2cfd1;
  border-radius: 0px 0px 30px 30px;
  border-bottom: 4px solid #111;
  display: inline-block;
} */
 /*======= menu color hover ====== */
 /* .menu_color:hover{
  width: 133px;
  height: 26px;
  background-color: #b8caff;
  border-radius: 0px 0px 30px 30px;
  border-bottom: 4px solid #111;
  display: inline-block;
}

.menu_color_2:hover{
  width: 108px;
  height: 26px;
  background-color: #b8caff;
  border-radius: 0px 0px 30px 30px;
  border-bottom: 4px solid #111;
  display: inline-block;
}

.menu_color_3:hover{
  width: 92px;
  height: 26px;
  background-color: #b8caff;
  border-radius: 0px 0px 30px 30px;
  border-bottom: 4px solid #111;
  display: inline-block;
} */
 /*======= end menu color hover ====== */

/*=================== end  menu  ======================*/



