.main {
	margin-bottom: 30px !important;
}

.main .col-md-4 {
	margin-bottom: 30px;
}

#header .header-nav-main nav > ul > li.active > a {
	color: #0071b0;
}

.nav-pills > li.active > a, .nav-pills .nav-link.active {
	background: none !important;
}

#header .header-nav-main nav > ul > li:hover > a {
	background: none !important;
	color: #0071b0;
}

.footer-title {
	color: #BD524E !important;
	text-transform: none;
	font-weight: 700;
	font-size: 30px;
}

#footer p {
	margin-bottom: 5px;
	color: #000
}

.breadcrumb {
	font-size: 1.8em
}

.btn-primary a {
	color: #FFF;
	font-weight: 700
}

.card a {
	color: #333;
	text-decoration: none;
}

.card li:hover {
	background-color: #F1F1F1;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
}

.card .active a {
	color: #FFF;
}

.contact-us p {
	margin-bottom: 4px;
	color: #000
}

.contact-us a {
	color: #000
}

.btn-e3tam {
	background-color: #C9524E;
    border-color: #C9524E;
	color: #FFF;
	font-size: 18px;
	font-weight: 700
}

.list-group-item.active {
	background-color: #0071b0;
	border-color: #0071b0
}

.container .row .col-md-3 {
	margin-bottom: 30px;
}

.container .row .col-md-9 {
	margin-bottom: 30px;
}

.col-md-9 p {
	font-size: 18px;
	color: #000;
	line-height: 24px;
}

.nav-list .active > a {
	font-weight: 700;
	color: #000;
	background: #EBEBEB
}

@media (max-width:991px) {
	.m-full {
		display: block;
		width: 100%;
	}
}





