/* ===========================
   Search Section / Hero Section
=========================== */
.searchwrap {	
	height: 950px;
	display: flex;
	flex-wrap: wrap;
}

.srjobseeker {
	background: #056cb8 url(../images/srjobseekerbg.png) no-repeat bottom right;
	padding: 40px 40px 40px 60px;
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	align-items: center;
    display: flex;
	overflow: hidden;
	position: relative;
}

.srcompanies {
	background: #ffd302 url(../images/srcompanybg.jpg) no-repeat bottom right;
	padding: 40px 40px 40px 60px; 
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	align-items: center;
    display: flex;
	overflow: hidden;
	position: relative;
}

/* Animated Circles */
.srcompanies:before, .srjobseeker:before {
	background-color: #fff;
    opacity: 0.1;
    width: 1000px;
    height: 1000px;
    position: absolute;
    left: -400px;
    bottom: 30px;
    content: "";
    border-radius: 50%;
	animation: pulse-animation 6s infinite;
}
.srcompanies:after, .srjobseeker:after {
	background-color: #fff;
    opacity: 0.05;
    width: 1000px;
    height: 1000px;
    position: absolute;
    left: -350px;
    bottom: 150px;
    content: "";
    border-radius: 50%;
	animation: pulse-animation 4s infinite;
}
.srcompanies:before, .srcompanies:after {
	opacity: 0.2;
}

@keyframes pulse-animation {
	0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
	100% { box-shadow: 0 0 0 100px rgba(255, 255, 255, 0); }
}

/* ===========================
   Search Box Animations
=========================== */
.searchwrap .col-lg-5 { position: relative; }
.searchwrap .searchtpimg {
	-webkit-animation: hero-thumb-animation 2s linear infinite alternate;
    -moz-animation: hero-thumb-animation 2s linear infinite alternate;
    -o-animation: hero-thumb-animation 2s linear infinite alternate;
    animation: hero-thumb-animation 2s linear infinite alternate;
}

@keyframes hero-thumb-animation {
    0% { transform: translateY(40px); }
    100% { transform: translateY(100px); }
}

.searchbarbt {
	padding: 30px 0; 
	background:#f3f5f7;
}

.loginpageimg { text-align: center; }

/* Divider text */
.divider-text-center {
	position: relative;
	text-align: center;
	margin-bottom:35px;
}
.divider-text-center::after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	background-color: #E0E6F6;
	top: 50%;
	left: 0;
	z-index: 1;
}
.divider-text-center span {
	display: inline-block;
	background-color: #fff;
	padding: 0 15px;
	z-index: 2;
	position: relative;
}

/* ===========================
   Search Bar
=========================== */
.searchbar {
	margin: 0;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	box-shadow:0px 20px 40px 5px rgb(0 0 0 / 10%);
}

.srchbox {
	transition: background 0.5s ease;
}

h3.seekertxt {
	text-align: left;
	color: #000;
	font-size: 48px;
	font-weight: 700;  
}
h3.seekertxt span { color: #009c46; }

.srchbox label {
	display: block;
	color: #000;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
}

.additional_fields { margin-top: 15px }
.additional_fields .form-control { margin-bottom: 15px; }

.searchbar .form-control {
	height: 50px;
	padding: 13px 15px;
	font-size: 16px;
	border-radius: 0;
	border:none;
	appearance: auto;
}

.searchbar select.form-control { border-left: 1px solid #eee; }
.form-control:focus { box-shadow: none; }

.srchbtn { text-align: center; }
.searchbar .btn {
	background: #ffd302;
	color: #000;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 13px 20px;
	border-radius: 8px !important;
	margin-left: 10px !important;
}

.seekersrch .form-control { box-shadow: none; }
.seekersrch .btn { padding: 13px 20px; }

.getstarted { text-align: center; margin-top: 50px; }
.getstarted a {
	display: inline-block;
	border: 3px solid #fff;
	padding: 12px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.getstarted a i { margin-right: 10px; }
.getstarted a:hover { background: #056cb8; text-decoration: none; }

.slidersearch .searchbar {
	background: #f2f6fd;
	padding: 25px;
	margin-top: -50px;
	z-index:5;
	position: relative;
	border-radius: 15px;
	box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
}
