body {
      position: relative;
      margin: 0;
     font-size: 28px; 
  }
  

  .header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
  
  }
  .Search_Box{
    background: #01000f;
    padding: 5px;
    width: 100px;
  }

  .header h2 {
    text-align: center;
    color: #000;

  }
  .SearchBtn {

    padding: 0px;
    bottom: 5px;
  }
  .homeLink{
    color:#fff;
    font-size: 20px;
    padding-right: 10px;
    padding-left: 10px;

  }
  .navbar button {
    background: #2c9935;
  }
  
  .section1{
  }
.navbar-nav > li > a {padding-top:15px !important; padding-bottom:5px !important;}
.navbar {

  min-height:22px !important
}
  .content {
    padding: 100px 0;
    margin: 50px auto 0 auto;
    width: 80%;
  }
  .Category_menu{
    font-size: 12px;
    background-color:#06022b
  }
  .navbar-inverse{
    width: 100%;
    font-size: 16px;
    background-color: #272822;
  }

  .Category_menu li a:hover:not(.active) {
      background-color: #111;
  }
  .active {
      background-color: #4CAF50;
  }

   .affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
  }
  .affix ~ .container-fluid {
     position: relative;
     top: 50px;
  }
  .search_text {
  	color:#fff;
  }

  .modal{
  	position: center;
  }
  .search_Btn_icon{
  	padding:5px;
  	width: 40px;
  	color: #fff;
  }

/**  ///////////////////dropdown button/////////////**/
.dropbtn {
    background-color: #333333;
    color: white;
    padding: 12px;
    margin-top: 2px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #6C6D69;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #777777;
}


/**-------------- end of drop down-------------------------**/

