#mobile_menu {
	display: none;
}
#menu_mobile {
	display: none;
}
.show_desktop {
	display: block;
}
.show_mobile {
	display: none;
}

@media (max-width: 768px) {
	
	.network_mobile {
		background-image: url(../images/network-world-mobile.jpg) !important;
	}
	
	a.dropdown-item:hover {
		opacity: 1 !important;
		background-color: transparent;
	}

	.sidebar-menu .nav-link.active:after {
		display:none !important;
	}

	.mheader {
		background-position: center right;
	}
	
	.sidebar {
		display: none;
	}
	
.nav-link.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: red;
	border-top-color: #e6e7e8;
	border-width: 15px;
	margin-left: -15px;
	z-index: 9;
}
.table2 {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}
.block {
	width: 300px !important;
	text-align: center;
}
.show_desktop {
	display: none;
}
.show_mobile {
	display: block;
}
.bg h1 {
	font-size: 24px;
	padding-top: 25%;
	padding-left: 15px;
	padding-right: 15px;
}
.bg h3 {
	font-size: 14px;
	line-height: 18px;
	max-width: 80%;
}
.navbar {
	display: none;
}
#logo {
	width: 150px;
}
#menu_mobile {
	float: right;
	display: block;
	position: absolute;
	right: 10px;
	top: 30px;
	width: 25px;
}
#mobile_menu ul {
	list-style: none;
	margin-left: 0px;
}
#mobile_menu ul li {
	list-style: none;
	margin-left: 0px;
}
#mobile_menu {
	position: fixed;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	padding-top: 0px;
	margin-top: 0px;
	display: none;
	z-index: 9999;
}
.our-service {
	width: 100%;
}
.service {
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 30px;
}
.service:nth-child(2) {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 30px;
}
#mobile_menu .menu {
	margin-top: 12%;
}
.closebutton {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99999;
	width: 50px;
}
.form {
	margin-top: -30px !important;
	margin-bottom: 30px;
}
.subm {
	margin-top: -10px;
}
.subm a {
	font-size: 12px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-bottom: 0px;
	color: #000 !important;
}
#mobile_menu .menu a {
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	display: block;
	font-weight: bold;
	padding-left: 20px !important;
	padding-right: 20px !important;
	color: #6e94f5;
	font-size: 16px;
	margin-bottom: 5px;
}
.footer_link {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
}
.footer_linka {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
footer a {
	margin-right: 10px;
}
.jumbotron {
	margin-bottom: 0px;
	background-color: #fff !important;
}
}
