.header-top {
	padding: 2px 0px;
}

.btn-danger {
	color: #fff !important;
}

.bg-1 {
	background: #696b6f; /* For browsers that do not support gradients */
	background: linear-gradient(#4f69b6, #067d8d);
	/* Standard syntax (must be last) */
}

.header-top-left li i {
	border-radius: 25px;
	background: #265271;
}

.header-top-right li a {
	color: #ffffff;
	border: 2px solid #f5e52a;
}

.header-top-right li a:hover {
	background: #85888e;
	border-color: #24d8ee;
}

.mainmenu ul li:hover a, .mainmenu ul li.active a {
	color: #696b6f;
}

@media only screen and (max-width: 600px) {
	.header-top::before {
		background: rgb(80, 199, 177);
	}
	.header-top .fa {
		color: white
	}
}

@media only screen and (min-width: 600px) {
	.header-top::before {
		position: absolute;
		right: 50px;
		top: 0;
		width: 19%;
		height: 100%;
		background: #274275;
	}
}

.footer-area {
	background: #294984;
}

p {
	color: #000000;
}

.mainmenu ul li>ul.submenu {
	background: #85888e;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

.bg-2 {
	background: #e7eefbb5; /* For browsers that do not support gradients */
	background: linear-gradient(0deg, #02234a, #ffffff);
	/* Standard syntax (must be last) */
}

.news-area {	
	padding: 0px 0px 22px 0px;
}

element.style {
	background: #94b7e0;
}

.contact-info a {
	color: #060606 !important;
}

.cardbox {
	display: table;
	width: 100%;
	margin: 5px;
	padding: 30px;
}

.cards {
	height: 100%;
	display: table-cell;
	text-align: center;
	margin: 40px 4px 60px 4px;
	box-shadow: 0px 4px 4px #dadada;
	transition: all 1s ease;
	box-shadow: 0px 4px 9px 0px #00000029;
	background:#ffffff; /* Standard syntax (must be last) */
	-webkit-transition: background .5s ease-in;
    -moz-transition: background .5s ease-in;
    -o-transition: background .5s ease-in;
    transition: background .5s ease-in;
}

.cards i {
	font-size: 5em;
	color: #06f;
}

.cards:hover {
	box-shadow: 0px 2px 2px #dadada;
	background:#0f174f;; /* For browsers that do not support gradients */
    transition: background .5s ease-in;
}

.cards:hover h2, .cards:hover h3, .cards:hover p, .cards:hover i, .cards:hover li,
	.cards:hover a {
	color: #ffffff;
	transition: all .5s ease-in;
}

.contact-wrap button {
	background: #85888e;
}

.contact-info ul li:nth-child(odd) {
	background: #6d6e6f00;
}

.contact-info ul li {
	background: #6d6e6f00;
}

.contact-info ul li {
	color: #000;
}

.contact-info ul li span {
	left: 10px;
	top: 51%;
}

.home-sidebar {
	padding: 3px;
	border: 2px solid rgba(0, 33, 71, .3);
	box-shadow: 3px 4px 8px 1px #564a4a3b;
}

.home-deat {
	background: #85888e;
	color: #fff;
}

.see-all-btn a {
	background: #002147;
}

.footer-area {
	background: linear-gradient(#002147, #365899);
}

.footer-menu ul li a {
	display: block;
	color: #ffffff;
}

.footer-widget h2 {
	font-size: 24px;
	color: #fff254;
}

.footer-bottom {
	border-top: 3px dashed #696b6f;
	padding: 15px 0px;
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #58371573;
	border-radius: .3rem;
	box-shadow: 5px 4px 8px 0px #44504470;
	background-color: #8db9545e;
}