.header__bar {
	background-color: #262626;
	color: #ffff;
	font-size: 18px;
	font-family: "Droid Sans", sans-serif;
	font-weight: 400;
}

.header__bar h1 {
	font-size: 50px;
}

.header__logo {
	font-size: 24px;
}


.header-menu ul {
	list-style-type: none;
	font-family: "Droid Sans", sans-serif;
}

.header-menu a {
	color: #ffff;
}

.header-menu a:hover {
	background-color: #666666;
	color: #ffff;
	transition: background-color .5s;
	border-radius: 20px;
	cursor: pointer;

}


.button-link {
	color: #ffff;
	font-size: 18px;
	font-family: "Droid Sans", sans-serif;
	font-weight: 400;
	background-color: none;
	border-color: #f3d077;
	transition: 0.3s;

}

.button-link:hover {
background-color: #f3d077;

}

.button-link a {
	color: #212529;
	font-weight: 500;
}


.header__heading {
	/*background-image: url("img/user-people-network-circuit-board-link-connection-technology.jpg");*/
	background-color: #ffff;
/*	height: 240px;
*/	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-family: "Droid Sans", sans-serif;
}


.company__heading {
	font-weight: 600;
	font-size: 40px;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	font-family: "Droid Sans", sans-serif;

}

.category__belong {
	padding-top: 10%;
	font-size: 15px;
	font-family: "Droid Sans", sans-serif;
}

.company__description {
	text-align: left;
	font-family: "Droid Sans", sans-serif;
}

.button-company {
	color: #ffff;
	font-size: 18px;
	font-family: "Droid Sans", sans-serif;
	font-weight: 400;
	background-color: #f3d077;
	border-color: #f3d077;
	transition: background-color .5s;
	font-family: "Droid Sans", sans-serif;

}

.company__name--container {
	min-height: 150px;
}

.company__name {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.button-company a {
	text-decoration: none;
	color: #ffff;
}


.button-company a:hover {
	text-decoration: none;
	color: #212529;
}

.location {
	background-color: #535353;
	margin-top: 50px;
	padding-bottom: 50px;
	font-family: "Droid Sans", sans-serif;
}

.location-item {
	padding-top: 50px;
	font-family: "Droid Sans", sans-serif;
}

.location-item button {
	width: 100%;
}

.footer {
	background-color: #262626;
	color: #ffff;
	font-size: 18px;
}

.company__info {
	/*background-color: red;*/
	border: 1px solid;
	border-color: #f3d077;
	margin: 2px;
	min-height: 200px;
}

.button-company {
	min-height: 65px;
	width: 100%;
}

.category__list {
	background-color: white;

}

.category__list button {
	background-color: #535353;
}


.footer__conntent a{
	color: #ffff;
	font-family: "Droid Sans", sans-serif;
	width: auto;
}

.footer__conntent a:hover {
	text-decoration: none;

}

.footer__conntent h3 {
	color: #f3d077;
	font-size: 15px;
}



.category__list a {
	font-family: "Droid Sans", sans-serif;
	color: #212529;
	background-color: ;
	color: #212529;
	border-color: #212529;
	border-radius: 20px;
	cursor: pointer;

}

.category__list a:hover {
	background-color: #f3d077;
	color: #ffff;
	border-color: #666666;
	transition: background-color .5s;

}

.companies_lists {
	font-family: "Droid Sans", sans-serif;
}

.companies_lists hr {
	font-family: "Droid Sans", sans-serif;
}

/*.company__link a {
	color: black;
}*/

a {
	color: black;
}

a:hover {
	color: black;
}

.navbar .nav-item{
    padding-right: 10px;
    color:#000;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #F1F1F1;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

footer {
    padding: 25px 0;
    background: linear-gradient(120deg, #f3d077 0%, #f3d077 60%, #f3d077 60%, #aa9153 68%, #f3d077 68%);
    color: #000;
}