

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.navbar {
	border:0;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
}
.btn {
	text-transform:uppercase;
	padding-left:30px;
	padding-right:30px;
	border:0;
	-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.4);
	box-shadow:1px 1px 4px rgba(0,0,0,0.4);
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
}
.breadcrumb {
	padding:0;
	background-color:#fff;
}
.card-badge {
	position:absolute;
	top:1%
}
.card-badge .badge {
	float:left
}
.badge-pill {
border-radius: 0;
}
.scrollbar {
    max-height: 400px;
    overflow-y: scroll;
}
.scrollbar-primary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5;
}
.scrollbar-primary::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #4285F4;
}
.block-big-img {
	max-width:100%;
	max-height:500px;
	width: auto;
}
.block-sm-img {
	max-width:100%;
	max-height:200px;
	width: auto;
}
.block-xs-img {
	max-width:100%;
	max-height:100px;
	width: auto;
}
.heading-line::after {
	content:'';
	width:30px;
	height:1px;
	background:#3494e6;
	margin:5px 0 20px;
	display:block
}
footer.main-footer {
	background:#292b2c;
	color:#fff
}
footer.main-footer h3 {
	font-size:1.2rem
}
footer.main-footer h3+ul {
	margin-top:20px
}
footer.main-footer .page-links {
	padding:100px 0
}
footer.main-footer .page-links a {
	color:#999;
	margin:1px 0;
	font-size:.9rem
}
footer.main-footer .page-links a:hover {
	color:#3494e6;
	text-decoration:none
}
footer.main-footer .page-links .details li {
	margin-bottom:30px
}
footer.main-footer .page-links .details li:last-of-type {
	margin-bottom:0
}
footer.main-footer h3 {
	color:#fff;
	margin-bottom:0
}
footer.main-footer .page-links .details p {
	color:#999;
	font-size:.9rem;
	margin-bottom:0
}
footer.main-footer .copyrights {
	padding:25px 0;
	background:#222324
}
footer.main-footer .copyrights p {
	margin:0;
	font-weight:300;
	color:#888;
	font-size:.9rem
}
footer.main-footer .copyrights a {
	color:#3494e6
}
@media(max-width:991px) {
	footer.main-footer .page-links {
				padding-bottom:70px
	}
	footer.main-footer .page-links div[class*='col-'] {
				margin-bottom:30px
	}
}
@media(max-width:768px) {
	footer.main-footer .copyrights div[class*='col-'] {
				text-align:center!important;
				margin-bottom: 10px
	}
}