/***********************************
* BASE
**********************************/
.social-hover .elementor-icon-list-text {
    max-width: 90px;
    width: 100%;
}
.social-hover ul li a {
    padding: 15px;
}
.social-hover {
	max-width: 150px !important;
	width: 100% !important;
	transform: translateX(95px);
	transition: all 0.3s ease-in-out;
}
.social-hover:hover {
	transform: translateX(0);
}
.job-container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 2rem;
}
.job * {
	color: #122740;
}
.jobs-container {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 2rem;
	padding-bottom: 6rem;
}
.job {
	flex: 1 1 calc(50% - 1rem);
	box-sizing: border-box;
	padding: 30px;
	border-radius: 6px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.job h2 {
	font-size: 2rem !important;
	margin-top: 0;
}
.info-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}
.info-wrap img {
	width: 20px;
}
.info-wrap p {
	margin-bottom: 0;
}
.apply-job-btn {
	color: #fff;
	background-color: #122740 !important;
	border-color: #122740 !important;
	font-size: 16px !important;
	line-height: 26px !important;
	padding: 0.5rem 1.5rem !important;
}
#jobForm {
	padding: 6rem 0 3rem 0;
}
.job-filters {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: .5rem;
}
.job-filters input[type="text"], .job-filters select, .job-search input[type="text"] {
	width: 100%;
	min-height: 3rem;
	background: #e9e9ed;
	border: 1px solid #aeaeae;
	border-radius: 6px;
}
@media (max-width: 767px) {
	.job {
		flex: 1 1 100%;
	}
	.job-filters {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 450px) {
	.job-filters {
		grid-template-columns: repeat(1, 1fr);
	}
}
.job-search {
	margin-bottom: .5rem;
}
.filter-submit {
	display: flex;
	justify-content: flex-end;
	margin-top: .5rem;
	border-radius: 6px;
}
.filter-submit button {
	color: #fff;
	background: #359ddd !important;
	border: unset;
	font-size: 16px !important;
	line-height: 26px !important;
	padding: 0.5rem 1.5rem !important;
}
.remove-filters-btn {
	color: #fff !important;
	background: #0d161d;
	width: max-content;
	padding: 0.2rem .5rem !important;
	display: block;
	border-radius: 3px;
	margin-bottom: 1rem;
	float: right;
	position: relative;
}
.remove-filters-btn::before {
	content: "x";
	color: #fff;
	background: #359ddd;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	position: absolute;
	top: -8px;
	left: -7px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 3px;
}
/***********************************
* APPLY NOW POPUP
**********************************/
.popup-container {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .200s linear;
	z-index: -1;
}
.popup-container {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(10px);
	transition: all .200s linear;
	z-index: -9;
}
.popup-container.popup-visible {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}
.popup-content {
	width: 95%;
	max-width: 980px;
	background: #fff;
	padding: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	opacity: 0;
	visibility: hidden;
	transition: all .2s linear;
	height: 90vh;
	overflow-y: auto;
}
.popup-content.popup-content-visible {
	opacity: 1;
	visibility: visible;
}
.popup-content h3 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 35px;
	color: #122740;
	font-weight: 700;
}
.contactus-popup-container .contactus-popup-content h3 {
	margin-bottom: 15px;
}
.popup-close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.popup-close img {
	max-width: 20px;
}
.wpforms-container .wpforms-field-label, .wpforms-container input, .wpforms-container select, .wpforms-container textarea {
	color: #122740 !important;
}
.wpforms-submit::after {
	display: none !important;
}
.wpforms-submit {
	background: #122740 !important;
}
/***********************************
* POP UP VIDEO
**********************************/ 
#sm-popup-video, .sm-popup-video-play {
	cursor: pointer;
}

#sm-popup-video-container
{
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #ffffff90;
	top: 0;
}

#sm-popup-video-inner
{
	display:block;
	margin: auto;
	width: 870px;
	margin-top: 10%;
	border:10px solid #B0575C;
	position:relative;
}

#sm-popup-video-close
{
	color: #fff;
	background: #B0575C;
	font-size: 16px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 0px solid #000;
	position: absolute;
	right: -24px;
	top: -24px;
	padding: 2px;
	font-weight: 600;
}

#sm-popup-video-close i::before
{
	font-size: 20px;
	padding: 5px;
	line-height: 21px;
}

/***********************************
* COPY TIP
**********************************/ 
#copytip {
	color: #fff;
	background-color: #161616;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 15px;
	opacity: 0;
	transition: all .5s;
}

#copytip.show {
	opacity: 1;
	top: -26px;
}

/***********************************
* STICKY HEADER EFFECT
**********************************/ 
#sm-home-sticky-header, #sm-page-sticky-header {
	top: 0;
}
#home-header-wapper img, #page-header-wapper img {
	transition: all .5s ease-in;
}
#home-header-wapper.scrolled, #page-header-wapper.scrolled {
	transition: all .5s ease-in;
	height:0px;
	overflow: hidden;
}
#home-header-wapper.scrolled-up, #home-header-wapper.scrolled-up-retainer {
	position: fixed;
	background: #000;
	z-index: 99999;
	height:156px;
	transition: all .5s ease-out;
	opacity: 1;
	overflow: hidden;
}
#page-header-wapper.scrolled-up, #page-header-wapper.scrolled-up-retainer {
	position: fixed;
	z-index: 99999;
	box-shadow: 0 1px 8px #00000050;
	height:156px;
	transition: all .5s ease-out;
	opacity: 1;
	/* 	overflow: hidden; */
}
#home-header-wapper.scrolled-down, #page-header-wapper.scrolled-down {
	transition: all .5s ease-in;
	height:0px;
	overflow: hidden;
}

#page-header-wapper.scrolled img, #page-header-wapper.scrolled-up-retainer img {
	max-width: 90px;
}


/***********************************
* MOBILE MENU
**********************************/ 

.pop-up-menu svg path {
    fill: #ffffff !important;
}
