/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.h-text-color:hover,
a.h-text-color:hover {
	color: #2085c9 !important;
}

.slider-caption.slider-caption-center {
	position: relative;
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.bg-warning {
  background-color: #ffc107 !important;
	opacity: 0.6;
}

.bg-warning2 {
  background-color: #0DD4F8 !important;
	opacity: 0.6;
}

.dark .line2,
.dark .double-line {
	border-top-color: rgba(3,32,68,1.00);
}