/* fix top bar */
.topnav {
   height: 50px;
  background-color: #2874f0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
	padding: 10px 0;
  }
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 7px 0px;
  margin-left: 0px;
  margin-top:  -9px;
  text-decoration: none;
  font-size: 17px;
}
  
 .topnav .search-container {
  float: right;
  }

.topnav input[type=text] {
  padding: 6px;
  margin-top: 0px;
  font-size: 15px;
  border: none;
  border-radius: 3px 0px 0px 3px;
  }

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 0px;
  margin-right: 0px;
  background: #ffcc00;
  font-size: 12px;
  color: white;
  border: none;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ffcc66;
}

@media screen and (max-width: 180px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}



/* fix header bottom */

.fix_header_matter
{
    background: #2874f0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
	padding: 8px 0;
}
.fix_search_wrapper
{
	display:none;
}

.header_menu .fix_search_wrapper
{
	display:block;
	position: relative;
}
.header_menu .fix_search_wrapper {
    display: inline-block;
    margin-right: 10px;
}

.header_menu  .fix_search_wrapper i
{
    color: #ffffff;
    font-size: 24px;
	cursor: pointer;
}
header .header_menu .row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .header_menu .col_header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fix_header_matter .fix_width {
    width: 20%;
    float: left;
	padding: 0;
    border-right: 1px solid #4187f8;
}
.fix_header_matter .fix_width:last-child {
    border-right: 0px solid #4187f8;
}
.fix_header_matter .fix_width i
{
     font-size: 18px;
	margin-bottom:1px;
}
.fix_header_matter p {
    margin: 0;
    font-size: 10px;
    text-transform: capitalize;
}
.fix_header_matter .home a
{
	color:#ffffff;
}
.fix_header_matter .home a:hover
{
	color:#ffe608;
}
.fix_header_matter .home 
{
	position:relative;
}
.fix_header_matter i span
{
    width: 15px;
    height: 15px;
    background: #ffe608;
    display: inline-block;
    line-height: 15px;
    font-size: 10px;
    border-radius: 100%;
    color: #000000;
    position: absolute;
    top: -4px;
}
/* fix header bottom  end*/

