.flex-ul {
	display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.flex-ul li {
	padding-bottom: 15px;
    display: block;
    flex: 0 1 auto;
    width: 25%;
    border-right: 1px solid #dee2e6;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0px !important;
}
.form-select {
    border:1px solid #eeeeee;
    border-radius: 3px;
    padding: 10px 20px;
    height: 50px;
    font-weight: 500;
}
.job-search-item select {
    padding-left: 40px;
    height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.bg-overlay-black-20:before {
    background: rgb(0 25 53 / 53%);
}
section.hero-wrap {
    position: relative;
    padding: 50px 0;
    padding: 3.125rem 0;
}
.hero-wrap .hero-bg {
    z-index: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms;
}
.hero-wrap .hero-mask, .hero-wrap .hero-bg, .hero-wrap .hero-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.hero-wrap .hero-content {
    position: relative;
    z-index: 2;
}
.img-radius {
    border-radius: 100%;
    max-width: 70px;
}
.owl-slayt .owl-stage {
    display: flex;
}
.owl-slayt .position-relative, .owl-slayt .item {
    height: 100%;
}
.nice-select .list {
    width:100%;
}
.nice-select {
    height: auto !important;
}
.nice-select .current {
    white-space: normal;
}
.nice-select .list li {
    white-space: normal;
}