	
  nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}

input,
button {
background: none;
border: none;
font: inherit;
}

button {
text-align: left;
cursor: pointer;
}

.header-action-btn {
position: relative;
width: 50px;
text-align: center;
}

.header-action-btn button{
background: none;
border:  none;
}

.header-action-btn ion-icon {
margin-inline: auto;
font-size: 22px;
margin-bottom: 3px;
}

.header-action-btn .btn-badge {
position: absolute;
top: 0px;
right: 3px;
background: #000;
width: 20px;
height: 20px;
display: grid;
place-items: center;
line-height: 0;
font-size: 13px;
color: #fff;
border-radius: 50%;
}


.top-bar{
	height: 105px;
}
.hero{
	height: 55px;
}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 50px;
}

.navbar .logo{
  flex-grow: 1; 
  display: flex; 
  justify-content: left;
}

.navbar .logo img{
  max-width: 300px;
  height: auto;
}

.big-navbar{
  display: block;
}
.small-navbar{
  display: none;
}

nav .navbar .nav-links{
  line-height: 40px;
  height: 100%;
  margin: auto;
}

nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.links li:hover .bitmoji-arrow,
.links li:hover .fac-arrow,
.links li:hover .shades-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #000;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 40px;
  left: 0;
  line-height: 30px;
  background: #fff;
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  padding: 0px 1px 0px 1px ;
  
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu,
nav .navbar .links li:hover .bitmoji-sub-menu,
nav .navbar .links li:hover .fac-sub-menu,
nav .navbar .links li:hover .shades-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin: 0 -2px;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
  height: 40px;
  width: auto;
  justify-content: space-around;
}
.navbar .search-box i{
  
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 7px;
}


.nav-icons li a {
  text-decoration: none;
  color: #000; 
}



	.hero{
		margin: 0px 0px 0px 0px;
	}
	
	.navbar-nav {
        margin: auto;	
    }
	
	.navbar-nav2 {
		margin-right: 1px;
			color: #000;
	}
	.navbar-nav2 li a{
		color: #000;
	}
		
	.navbar-nav .dropdown-menu {
        display: none;
        padding: 0.5rem;
        border-radius: 0;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	}
	
	.navbar-nav .nav-item:hover .dropdown-menu {
		display: block;
	}
	
	.navbar-nav .dropdown-menu li {
		padding: 0.5rem;
		color: #000;
	}
    .navbar-nav .dropdown-menu li:hover {
		cursor: pointer;
	}
        
	.custom-navbar {
		padding-top: 10px;
		padding-bottom: 10px;
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	}
	
	.hero{
		margin: 1px 0px 0px 0px;
		position: relative;
	}
  
	.custom-navbar .navbar-brand {
		font-size: 32px;
		font-weight: 600; 
		color: #000;
	}
	
    .custom-navbar .navbar-brand > span {
		opacity: .2; 
	}
	
	.custom-navbar .navbar-toggler {
		border-color: transparent; 
	}
    
	.custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none; 
	}
	
	.navbar .nav-links .sidebar-logo{
		display: none;
	}
	.navbar .bx-menu{
		display: none;
	}
	    
	 
	/*Search engine start*/
	        /* Search Bar */
          .search-bar {
            display: flex;
            align-items: center;
            z-index: 10;
        }

        .search-bar input::placeholder {
            color: #adb5bd;
        }

        .search-results {
            position: absolute;
            top: 74%;
            left: -20%;
            width: 300px;
            max-height: 295px;
            overflow-y: auto;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
            margin-top: 10px;
            border: 1px solid #adb5bd;
            z-index: 10;
            display: none;
        }

        .search-results.active {
            display: block;
        }

        .search-item {
            display: flex;
            align-items: center;
            padding: 12px;
            border-bottom: 1px solid #e9ecef;
            transition: background 0.3s ease;
        }

        .search-item a {
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
        }

        .search-item a:hover{
          text-decoration: none;
        }
        
        .search-item:last-child {
            border-bottom: none;
        }

        .search-item:hover {
            background: #f8f9fa;
        }

        .search-item img {
            width: 60px;
            height: 100%;
            border-radius: 5px;
            margin-right: 12px;
            object-fit: cover;
            border: 1px solid #adb5bd;
        }

        .search-item div {
            flex: 1;
        }

        .search-item h4 {
            font-size: 16px;
            color: #333;
            margin: 0;
        }

        .search-item p {
            font-size: 14px;
            color: #6c757d;
            margin: 5px 0 0;
        }

        .search-item b {
            color: #000;
        }

        .search-item del {
            color: #dc3545;
        }

        .search-results::-webkit-scrollbar {
            width: 6px;
        }

        .search-results::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .search-results::-webkit-scrollbar-thumb {
            background: #adb5bd;
            border-radius: 10px;
        }

        .search-results::-webkit-scrollbar-thumb:hover {
            background: #868e96;
        }

        .view-results {
            position: sticky;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #fff;
            text-align: center;
            padding: 10px 0;
            border-top: 1px solid #ddd;
        }

        .view-results a {
            font-weight: bold;
            text-decoration: none;
            color: rgb(32, 123, 180);
        }

  /*Search engine end*/

	@media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
		margin-left: 15px;
		margin-right: 15px;	
	} 
	}
	
	.custom-navbar .custom-navbar-nav li a {
		font-weight: 500;
		color: #000 !important;
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		position: relative; 
	}
    
	@media (min-width: 768px) {
      
	  .custom-navbar .custom-navbar-nav li a:before {
			content: "";
			position: absolute;
			bottom: 0;
			left: 8px;
			right: 8px;
			background: #f9bf29;
			height: 5px;
			opacity: 1;
			visibility: visible;
			width: 0;
			-webkit-transition: .15s all ease-out;
			-o-transition: .15s all ease-out;
			transition: .15s all ease-out; 
	} 
	
	.custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } 
		
	
	
	}
		
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
	
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; 
		}


@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0  15px;
  }

  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:800px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 100%;
    width: 100%;
    background:  #fff;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #000;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 29px;
      color: #000;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
  padding: 0px 1px;
}

nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.links li:hover .bitmoji-arrow,
.links li:hover .fac-arrow,
.links li:hover .shades-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu,
  nav .navbar .links li:hover .bitmoji-sub-menu,
  nav .navbar .links li:hover .fac-sub-menu,
  nav .navbar .links li:hover .shades-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show2 .links .js-sub-menu,
  .navbar .nav-links.show3 .links .bitmoji-sub-menu,
  .navbar .nav-links.show4 .links .fac-sub-menu,
  .navbar .nav-links.show4 .links .shades-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show2 .links .js-arrow,
	.navbar .nav-links.show3 .links .bitmoji-arrow,
    .navbar .nav-links.show4 .links .fac-arrow,
	.navbar .nav-links.show4 .links .shades-arrow{
        transform: rotate(180deg);
}
	.hero{
		 height: 10px;
}

.search-results {
  position: absolute;
  top: 18%;
  left: 4%;
  width: 300px;
  max-height: 295px;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  border: 1px solid #adb5bd;
  z-index: 1001;
  display: none;
}
.searchBar-first{
  display: none;
}
}

@media (max-width:600px){
  .navbar .logo{
    flex-grow: 1; 
    display: flex; 
    margin-left: 46px;
    justify-content: center;
  }

  .navbar .logo img{
  max-width: 70px;
  height: auto;
}
  .big-navbar{
    display: none;
}
  .small-navbar{
    display: block;
  }

  .navbar .search-box i{
  
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 19px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
}

@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;

} 
	
	.nav-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0px;
}
}