/* Manual Theme Overrides Go Here */

.navbar-dark li.nav-item a.nav-link {
	padding: 15px 13px!important;
}

@media (max-width:767px) {
.slide-hide{
	display: none!important;
 }
}

.temp-hero {
    /* background: url(/media/heronew2021-edit.jpg) no-repeat 50% 25%/cover #F1F1F1!important; */
	background: linear-gradient(rgba(25, 28, 47, 0.6), rgba(25, 28, 47, 0.6)),url(/media/company-2020-scaled.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
} 

.lower-hero .custom-col:nth-child(3) {
    background: url(/media/company-lower3-new.jpg) no-repeat 50% 50%/cover!important;
}

@media (min-width:767px) {
.mobile-show{
	display: none!important;
 }
}

.blinking{
    animation:blinkingText 3s infinite;
	text-decoration: none;
	margin-right: 20px;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #fff; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}

.style-break {
	margin-top: 50px;
	border-bottom: 6px solid #E18019;
	margin-bottom: 35px;
}

.employment hr {
	display: none;
}

.employment .sidebar-contact {
	display: none!important;
}

.temp-hero .container .background-overlay {
    width: 202%!important;
}
.coupon-title{
	font-size: 22px;
}

	.coup_min{
		min-height: 294px;
	}

	.main-content-area{
		padding-bottom: 0;
	}


@media (min-width:1000px) {
	.coup_min{
		min-height: 600px;
	}
}
@media (min-width:1000px) {
	.hero_fix{
		margin-top: 320px;
	}
}