/* Add here all your CSS customizations */
.body{
	border-bottom:0!important;
	margin-bottom:0!important;
}
#header .header-nav-main nav > ul > li > a{font-size:14px!important;}
.custom-site-logo{width:240px;height:auto;display:block;}
.feature-box{height:75px;}
.feature-box .mb-4{display:none;}
.recent-posts .date{margin-top:0;}
#footer .footer-copyright{text-align:center;margin:0;padding:0;}
.slider-container .top-label {
	color: #00676e;
	font-size: 50px;
	line-height:50px!important;
	text-shadow: 3px 3px rgba(255, 255, 255, 1);
	font-weight: 500;
}

.slider-container .bottom-label {
	color:#ee0012;
	font-size: 60px;
	text-shadow: 3px 3px rgba(255, 255, 255, 1);
	font-weight: 500;	
}
.slider-container .blackboard-text{
	color:#ff9d00;
	font-size:94px;
	text-shadow: 3px 3px rgba(0, 0, 0, .8);

}

.slider-container .page2-bottom{
	line-height: 40px!important;
	color:#5b3606;
}


.custom-home-hero-carousel .owl-stage-outer,
.custom-home-hero-carousel .owl-stage,
.custom-home-hero-carousel .owl-item,
.custom-home-hero-slide {
	height: 740px;
}

.custom-home-hero-slide {
	position: relative;
	overflow: hidden;
}

.custom-home-hero-media,
.custom-home-hero-overlay {
	position: absolute;
	inset: 0;
}

.custom-home-hero-media {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1.12);
	transition: transform 6s linear;
}

.custom-home-hero-carousel .owl-item.active .custom-home-hero-media {
	transform: scale(1);
}

.custom-home-hero-overlay {
	background: rgba(22, 27, 41, 0.58);
}

.custom-home-hero-overlay.warm {
	background: linear-gradient(rgba(179, 100, 42, 0.52), rgba(22, 27, 41, 0.52));
}

.custom-home-hero-row {
	min-height: 740px;
	padding-top: 220px;
	padding-bottom: 80px;
}

.custom-home-hero-content {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin-top: 40px;
}

.custom-home-hero-content-light {
	color: #161b29;
}

.custom-home-hero-title,
.custom-home-hero-button {
	opacity: 1;
	transform: translateY(0);
}

.custom-home-hero-title {
	font-size: 52px;
	line-height: 1.2;
	text-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.custom-home-hero-content-light .custom-home-hero-title {
	text-shadow: 0 10px 30px rgba(255,255,255,.25);
}

.custom-home-hero-carousel.is-animating .owl-item.active .custom-home-hero-title {
	animation: customHeroRise .85s ease forwards;
}

.custom-home-hero-carousel.is-animating .owl-item.active .custom-home-hero-button {
	animation: customHeroRise .85s ease .22s forwards;
}

.custom-home-hero-carousel .owl-item.active .custom-home-hero-title,
.custom-home-hero-carousel .owl-item.active .custom-home-hero-button {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.custom-home-hero-carousel .owl-item:not(.active) .custom-home-hero-title,
.custom-home-hero-carousel .owl-item:not(.active) .custom-home-hero-button {
	opacity: 0;
	transform: translate3d(0, 58px, 0);
}

.custom-home-hero-carousel .owl-item.active .custom-home-hero-content .custom-home-hero-title,
.custom-home-hero-carousel .owl-item.active .custom-home-hero-content .custom-home-hero-button {
	will-change: transform, opacity;
}

@keyframes customHeroRise {
	0% {
		opacity: 0;
		transform: translate3d(0, 58px, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.custom-home-hero-carousel .owl-nav {
	margin: 0;
}

.custom-home-hero-carousel .owl-nav button.owl-prev,
.custom-home-hero-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50% !important;
	background: rgba(255,255,255,0.2) !important;
	color: #fff !important;
	font-size: 28px !important;
	line-height: 1 !important;
	margin: 0 !important;
	z-index: 3;
}

.custom-home-hero-carousel .owl-nav button.owl-prev {
	left: 24px;
}

.custom-home-hero-carousel .owl-nav button.owl-next {
	right: 24px;
}

.custom-home-hero-carousel .owl-nav button span {
	display: block;
	line-height: 42px;
}

.custom-home-hero-carousel .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	z-index: 3;
}

.custom-home-hero-carousel .owl-dots .owl-dot span {
	background: rgba(255,255,255,0.5) !important;
}

.custom-home-hero-carousel .owl-dots .owl-dot.active span {
	background: #fff !important;
}

@media (max-width: 991px) {
	.custom-home-hero-carousel .owl-stage-outer,
	.custom-home-hero-carousel .owl-stage,
	.custom-home-hero-carousel .owl-item,
	.custom-home-hero-slide,
	.custom-home-hero-row {
		height: auto;
		min-height: 560px;
	}

	.custom-home-hero-title {
		font-size: 40px;
	}

	.custom-home-hero-row {
		padding-top: 200px;
		padding-bottom: 60px;
	}

	.custom-home-hero-content {
		margin-top: 20px;
	}

	.custom-home-hero-carousel .owl-nav button.owl-prev {
		left: 12px;
	}

	.custom-home-hero-carousel .owl-nav button.owl-next {
		right: 12px;
	}
}
