.overley-menu{width:100%; height:100vh; position:absolute; left:0px; top:0px; background:rgba(0, 0, 0, 0.5); z-index:10; display:none;}
.overley-menu.show-overley{display:block}
.sidenav.show-menu{width:0px;}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 11; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size:18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.menu-box
{
    margin-top:5px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  
}

.top-ic
{
    padding: 20px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.xs-2
{
    width:20%;
    float:left;
}

.xs-3
{
    width:60%;
}

.search_result
{
    padding:20px;
}

.search_li
{
    transition: all 0.5s ease 0s;
    border: 1px solid rgb(216, 213, 213);
    text-decoration: none;
    color: rgb(105, 107, 121);
    padding: 10px 15px 8px;
    margin: 0px 5px 5px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    font: 15px / 18px hind, sans-serif;
}

.search_li:hover
{
    transition: all 0.5s ease 0s;
    border: 1px solid rgb(216, 213, 213);
    text-decoration: none;
    color: rgb(105, 107, 121);
    padding: 10px 15px 8px;
    margin: 0px 5px 5px;
    display: inline-block;
    background: #f4e074;
    border-radius: 5px;
    cursor: pointer;
    font: 15px / 18px hind, sans-serif;
}
@media screen and (max-width:768px){
	.top-ic{padding:13px 10px;}
}
.social-icons{width:100%}
.social-icons ul{padding:0px; margin:10px 0px 0px; list-style:none; display:flex;}
.social-icons ul li{margin-right:10px;}
.social-icons ul li a{color:#fff; font-size:16px; }
.social-icons ul li a:hover{color:#b98930; }