
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 20px;
	color:#000;
}
a,
a:hover,
button,
button:hover {
	text-decoration: none;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out !important;
}
img {
	max-width: 100%;
}
.pos_rel {
	position: relative;
}
.clear {
	clear: both;
}
/*Header*/
.bg-header{
	background-color: #131313;
	padding: 0 16px;
}
.link-img img{max-width: 100px;}
.footer{
	background-color: #131313;
	padding: 16px;
}
@media screen and (max-width: 979px) 
{
	
}
@media screen and (max-width: 767px) 
{
	
}

.navbar {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-brand img {
  max-width: 100px;
}
.navbar .navbar-nav .nav-link {
  color: #f9bd27;
  font-weight: 600;
}
.navbar .navbar-nav .nav-link:hover {
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .navbar {
    letter-spacing: 0.1em;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.5em 1em;
  }
  .search-and-icons {
    width: 50%;
  }
  .search-and-icons form {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .navbar .navbar-brand img {
    max-width: 6em;
  }
  .navbar .navbar-collapse {
    display: flex;
    flex-direction: column;
  }
  .search-and-icons {
    display: flex;
    align-items: center;
  }
}
.search-and-icons form input {
  border-radius: 0;
  height: 2em;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='grey' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E")
    no-repeat 95%;
}
.search-and-icons form input:focus {
  background: #fff;
  box-shadow: none;
}
.search-and-icons .user-icons div {
  padding-right: 1em;
}
.contact-info p,
.contact-info a {
 
  padding-right: 1em;
  color: #fff;
}
.contact-info a {
  padding-right: 0;
}

