@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Nunito Sans");

*{
  margin:0;
	padding : 0 ;   
font-family: Roboto;

}
body{
  background-color:#F9F9F9;

    font-family: "Roboto";
    background-color: #F8FEFF;

}
header{
  margin: 0;
  padding: 0; 
  
}
h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    display: inline-block;
}

.header{

  margin: 0;
  padding: 0;
top:0;
position: fixed;
z-index: 20;
 
 
  background-color:#C2D9EE;
  height:50px;
  width:100%;
  border-color: rgb(2, 2, 2);
 
   /* border-bottom: .2rem  solid rgb(187, 180, 180);  */
 
   box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 0px 0px -2px; 
}
.underheader {
    display: flex;
 justify-content: space-evenly;
    align-items: center;
    height: .2rem;
    margin-left:7%;
   
    position: fixed;
    top:30px; width: 85%;
    z-index: 6;
   
}

/* .fixed-content {
  top: 0;
  bottom:0;
  position:fixed;
  overflow-y:scroll;
  overflow-x:hidden;
} */



.logos{
height: 48px;
margin-left: 20px;
}
.action {
  position:fixed;
   top: 0px;
  right: 20px;
  z-index: 20;
}




.action .profile {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
}

.action .profile img {
  position: relative;
  top: 5%;
  right: 5%;
  border-radius: 50%;
  width: 90%;
  height: 90%;
  object-fit: cover;
}

.action .menu {
  position: absolute;
  top: 120px;
  right: 5px;
  padding: 10px 20px;
  background: rgb(255, 255, 255);
  width: 200px;
  box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  border-color: #333;
  border-width: 1px;
  box-shadow:rgba(0, 0, 0, 0.301) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 0px 0px -2px; 
}

.action .menu.active {
  top: 80px;
  visibility: visible;
  opacity: 1;
}

.action .menu::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 10px;
  width: 20px;
  height: 20px;
  background:  rgb(255, 255, 255);
  transform: rotate(45deg);
  
  
}

.action .menu h3 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  font-weight: 500;
  color: #555;
  line-height: 1.5em;
}

.action .menu h3 span {
  font-size: 14px;
  color: #cecece;
  font-weight: 300;
}

.action .menu ul li {
  list-style: none;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.action .menu ul li img {
  max-width: 20px;
  margin-right: 10px;
  opacity: 0.5;
  transition: 0.5s;
}

.action .menu ul li:hover img {
  opacity: 1;
}

.action .menu ul li a {
  display: inline-block;
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: 0.5s;
}

.action .menu ul li:hover a {
  color: #1E62A0;
}

.containers{
 
  height: fit-content;
  
 

}


.underheader {
  
  text-align: center;
}
li { 
  display: table-cell; 
  position: relative; 
  padding: 15px 0;
}
.item {
  text-decoration: none;
  font-weight:400;
  color: #878A8D;

  letter-spacing: 0.15em;
  
  display: inline-block;
  padding: 6px 20px;
  position: relative;
}
.item:after {    
  background: none repeat scroll 0 0 transparent;
  top:32px;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #1E62A0;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.item.active{
  color:#1E62A0;
}
.item:hover{
  color:#1e61a0af;
}

.item:hover:after { 
  width: 100%; 
  left: 0; 
}
.active.item:after{
 
  width: 100%; 
  
  display: block;
 height: 2px;
  left: 0;
  position: absolute;
  background: #1E62A0;
}


.srch{
  height: 45px;
  width:45px;
  position: absolute;
  background-color: #afadad3d;
  border: 3px solid #AFADAD;

  top:0px;
  right:74px;
	font-size : 20px;
  border-radius:50%;
	cursor: pointer;
}



.fa-magnifying-glass {
    font-size:28px;
	color : red;


    
}
.srch:hover{
  background-color: #c7c3c33d;
  border: 3px solid #AFADAD;

	
}



