.navbar-default .navbar-nav>li>a {
	padding: 26px 15px;
	transition-property: none;
	font-size:16px;
}
.navbar-right {
	margin-top: 0
}
.navbar-collapse {
	margin-top: 0
}
.navbar-nav>li>a:hover {
	color: #69ca3f!important;
}
.display-block {
	display: block!important;
}
.custom-wrapper {
	position: relative;
}
.highlight-link {
	background-color: #01addf;
	color: #ffffff!important;
}
.custom-wrapper .industries-menu-items {
	display: none;
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #01addf;
	position: absolute;
	top: 71px;
	right: 0;
	left: 0;
	z-index: 1030;
	text-align: center;
}
.custom-wrapper .industries-menu-items a {
	font-family: Raleway, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.14;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 10px 0 10px 10px;
}
.custom-wrapper .industries-menu-items a img {
	margin-right: 10px;
	width: 40px;
}
.custom-wrapper .industries-menu-items li>a:hover {
	cursor: pointer;
	border-radius: 6px;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05);
	background-color: rgba(255, 255, 255, .1);
}
.custom-wrapper .industries-menu-items ul {
	padding: 0;
}
.custom-wrapper .industries-menu-items ul {
	list-style: none;
}
.navbar-nav .industry-link:hover {
	cursor: pointer;
}
.navbar-nav .custom-toggler {
	border-color: transparent;
}
.icon-hamburger,
.icon-close {
	color: #000;
	font-size: 32px;
}

.desktop-menu {
	display: block !important;
}

.back-to-top a {
	color: #fff;
}

@media (min-width: 768px) {
	.desktop-menu {
		display: block !important;
	}
	.mobile-menu {
		display: none;
	}
}

@media (max-width: 768px) {
	.desktop-menu {
		display: none !important;
	}
}


@media only screen and (max-width: 992px) {
	.custom-wrapper .industries-menu-items {
		display: none;
	}
	.custom-wrapper .industries-menu-items li>a:hover {
		border-radius: 0;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 12px 15px;
		background-color: #1c1c1c
		font-size:16px;
	}
	.navbar-default ul.nav li:last-child {
		border-bottom: 0!important;
	}
	.industry-link::after {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background-image: url(https://d1qgh7vfxb2rk6.cloudfront.net/icons/arrow-down.svg);
		background-repeat: no-repeat;
		float: right;
		transition-duration: 0.5s;
	}
	.hightlight-link-on-open {
		background-color: rgba(216, 216, 216, .04);
	}
	.rotate-arrow-icon::after {
		transform: rotate(180deg);
	}
	.navbar-nav>li>a:hover {
		color: #00daff!important;
	}
	.navbar-nav .industries-menu-items {
		display: none;
		padding: 0;
		background-color: rgba(216, 216, 216, .04);
		position: unset;
		z-index: 1030;
		text-align: left;
	}
	.navbar-nav .industries-menu-items li {
		padding: 0;
	}
	.navbar-nav .industries-menu-items a {
		font-size: 13px;
		font-weight: 500;
		letter-spacing: .26px;
		color: #fff;
		display: block;
		padding: 13px 0 12px 40px;
		border-bottom: 1px solid #111;
		margin: 0 16px;
	}
	.navbar-nav .industries-menu-items a img {
		display: none;
	}
}