@charset "ISO-8859-1";
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

ul.menu.list-unstyled>li>a, .menu ul li a {
	font-size: 15px;
	padding: 24px 30px;
	border-left: none;
}

.carousel-indicators>li {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.carousel-inner {
	height: 450px;
}

.carousel-item img {
	height: 100%;
}

.menu li a {
	text-transform: none !important;
	background-color: #2fc0c7 !important;
}

.menu li a:hover {
	background: #ff8000!important;
}

.header_top {
	padding: 0;
}

.h_menu {
	background: #2fc0c7 !important;
}

.footer {
	background: #2fc0c7;
	color: white !important;
}

.navbar .nav-item:not(:last-child) {
	margin-right: 0 !important;
}

.roundbtn {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 1.3em;
	background: purple;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: white;
	margin-right: 10px;
	margin-left: 10px;
}

.roundbtn:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.navbar .nav-item:not(:last-child) {
	margin-right: 35px;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.nav-link {
	width: content-box;
}

@media ( max-width :500px) {
	.show {
		min-width: 100% !important;
	}
}