#_custom_pc_header .nt-container {
	padding: 15px 10px;
	display: flex;
	align-items: center;
}

#_custom_pc_header .search-area  {
	width: 280px;
	float: right;
	display: flex;
	border-radius: 50px;
	overflow: hidden;
	border: 1px solid #444;
}

#_custom_pc_header .search-area  input {
	width: 85%;
	border: none;
	padding: 5px;
	padding-left: 15px;
	background-color: #292929;
	color: #fff;
}

#_custom_pc_header .search-area  input:focus {
	outline: none;
}

#_custom_pc_header .search-area button {
	background: transparent;
	border: none;
	width: 15%;
}

#nt_menu .me-a {
    display: block;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-weight: 600!important;
}


#nt_menu .me-li.on .me-a, #nt_menu .me-li {
	position: relative;
}

#nt_menu .me-li.on .me-a, #nt_menu .me-li span {
	width: 100%;
}
#nt_menu .me-li.on .me-a, #nt_menu .me-li .bot-line {
	position: absolute;
	bottom: 0;
	opacity: 0;
}

#nt_menu .me-li.on .me-a, #nt_menu .me-li:hover .bot-line {
	opacity: 1;
	transition: all 0.5s;
}

#nt_menu .me-li.on .me-a, #nt_menu .me-li:hover .me-a {
    color: #aaa;
    background: rgba(255,255,255,0.2) !important;
}

._custom_company_parent {
	width: 25%;
}

._custom_company {
	border:1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	background: #000;
}


._custom_title {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 5px;
}

._custom_company ._custom_secondary_text {
	text-align: center;
	font-size: 14px;
	width: 100%;
	font-weight: 600;
}


._custom_company_table td {
	border:1px solid #ddd;
	font-size: 14px;
	font-weight: 600;
}
._custom_company_table td:nth-child(1) {
	    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    background: #eee;
}

._custom_mobile_search {
	display: none;
}


._custom_mobile_menu {
	display: flex;
	overflow-x: hidden;
	width: 100%;

}

._custom_mobile_menu .on .me-a{
	color: #fff!important;
	font-size: 12px!important;
}

._custom_mobile_menu  .me-a{
	font-size: 12px!important;
}
._custom_mobile_menu  .menu {
	cursor: pointer;
	padding: 10px;
}

@media (max-width: 1400.98px) {
	._custom_company_parent {
		width: 25%;
	}

}


@media (max-width: 1199.98px) {
	
	._custom_company_parent {
		width: 33%;
	}

}


@media (max-width: 991.98px) {
	._custom_company_parent {
		width: 33%;
	}

	._cutom_bot_company {
		display: none;
	}

	#_custom_pc_header .search-area {
		display: none;
	}

	._custom_mobile_search {
		display: block;
		float: right;
	}

	.type-holder {
		padding: 20px;
		text-align: left!important;
	}

	.type-holder .type-1 {
		font-size: 15px;
	}
}


@media (max-width: 767.98px) {
	._custom_company_parent {
		width: 50%;
	}

	._cutom_bot_company {
		display: none;
	}
}

#nt_sticky_wrap {
	background: linear-gradient(to bottom, #222222 0%,#333333 50%,#222222 51%,#151515 100%);
}

.wrapper {
	background: #292929;
}