/* ========================================================================*/
* { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; box-sizing: border-box; 
}

*, ::before, ::after { 
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}

html { 
	overflow:hidden; 
	overflow-y:auto; 
}

:root {
    scroll-behavior: unset;
}

body { 
	font-size:16px; 
	line-height: 24px; 
	font-family: 'Manrope', sans-serif;
	color:#454646;
	font-weight:400;
	margin:0; 
	padding:0; 
}

.container {
	max-width: 1140px;
	padding: 0;
	margin: 0 auto;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary { 
	display: block; 
}

audio, canvas, video { 
	display: inline-block; 
}

html, button, input, select, textarea { 
	font-family: 'Manrope', sans-serif; 
}

input:focus, textarea:focus, select:focus { 
	border-color:#cdcfd3; 
}

input, textarea { 
	padding:10px 18px; 
}

select { 
	-webkit-appearance:none; 
	-moz-appearance:none; appearance:none; 
	background-position:right center; 
	background-image:url(assets/images/icon_down.svg) !important; 
	background-repeat:no-repeat !important; 
	background-position:right 16px center !important; 
	line-height:1.2; 
	text-indent:0.01px; 
	text-overflow: ''; 
	cursor:pointer; 
	padding-bottom:8px 28px 8px 15px; 
}

iframe { 
	border:0; 
	width:100%; 
}

a {  
	text-decoration:none; 
}

a:active, a:hover { 
	outline:0; 
}

p { 
	margin: 0; 
}

svg:not(:root) { 
	overflow:hidden; 
}

ol, ul { 
	padding:0; 
	margin:0; 
	list-style-type: none;
}

/*======================================================================
  3. Typography
========================================================================*/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { 
	color:inherit; 
	text-decoration:none; 
	font-weight:inherit; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr { 
	margin: 0 0 16px 0; 
}

p { 
	color:#454646; 
}

p:last-child { 
	margin-bottom:0; 
}

input, button, select, textarea { 
	background: transparent; 
	border: 1px solid rgba(180, 182, 184, 0.4); 
	transition:all 0.4s ease-out 0s; 
	-webkit-transition:all 0.4s ease-out 0s; 
	color:#001219; 
	border-radius: 8px;
}

input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active { 
	outline:none; 
	border: transparent;
}

input, select, textarea { 
	width: 100%; 
	font-size: 14px; 
	box-shadow:none; 
	-webkit-box-shadow:none; 
	border-radius:0; 
	-webkit-border-radius:0; 
}

input, select { 
	padding:0 10px; 
}

input[type="checkbox"], input[type="radio"] { 
	width:auto; 
	height:auto; 
}

input[type="checkbox"]:focus, input[type="radio"]:focus { 
	outline:0; 
	box-shadow:none; 
}

input::placeholder {
	color: #96999C;
}

label {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #001219;
	margin-bottom: 10px;
}

img {
	max-width: 100%;
	display: block;
	margin: 0;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after { content: ""; display: table; table-layout: fixed; }
.clear:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .nav-links:after, .pagination:after, .comment-author:after, .widget-area:after, .widget:after, .comment-meta:after { clear: both; }


.clearfix:before, .clearfix:after { 
	visibility:hidden; 
	display:block; 
	font-size:0; 
	content:" "; 
	clear:both; 
	height:0; 
}

/* Common Styling */
.py-100 {
	padding: 100px 0;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.py-80 {
	padding: 80px 0;
}

a {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #001219;
	transition: 0.4s;
}

a:hover {
	color: #38B6FF;
	transition: 0.4s;
}

a:active {
	color: #38B6FF;
}

.primary-btn {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
    color: #FFFFFF;
    background-color: #001219;
    padding: 16px 40px;
	border-radius: 8px;
    transition: 0.4s;
    display: inline-block;
}

.primary-btn:hover {
    background-color: #38B6FF;
    color: #001219;
    transition: 0.4s;
}

h1, .heading_one {
    font-size: 52px;
    font-weight: 700;
    line-height: 70px;
	color: #FFFFFF;
}

h2, .heading_two {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 24px;
	color: #001219;
}

p:empty {
	display: none;
}

/* Form */
.form-group {
	margin: 0 0 24px;
}
.form-control {
	border: 1px solid rgba(180, 182, 184, 0.4);
	border-radius: 8px;
	padding: 13px 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #001219;
}
.form-control:focus {
	color: #001219;
	background-color: transparent;
	border: 1px solid rgba(180, 182, 184, 0.4);
	outline: 0;
	box-shadow: none;
}
.wpcf7-not-valid {
	border: 1px solid #E1331F;
}
.wpcf7-not-valid-tip {
	color: #E1331F;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	display: block;
	margin-top: 8px;
}
select#select_country_code {
    border: 0;
    position: absolute;
	top: 14px;
	left: 16px;
    z-index: 1;
    background-color: transparent;
    padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
    color: #001219;
	width: auto;
}
.form-btn {
	position: relative;
}
.wpcf7-spinner {
	margin: 0 auto;
    position: absolute;
    right: 0;
    left: 90px;
    top: 16px;
}

.form-country-code .intl-tel-input.allow-dropdown input[type="text"] {
	padding-left: 58px;
	padding-right: 16px;
}
.employer-form .wpcf7-response-output {
	border-radius: 8px;
}
.employer-form .wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
}
.employer-form .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #38b6ff;
}

/* Form End */

/* Header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.site-header.smaller {
	background-color: #FFFFFF;
	box-shadow: 0 0 8px 5px rgba(2, 32, 55, 0.2);
}
.header-top {
	background-color: #38B6FF;
}
.header-top-block {
	padding: 12px 0;
}
.header-top-block p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #001219;
}
.header-top-block address {
	margin-bottom: 0;
	display: none;
}
.header-top-block address:before {
    content: '';
    -webkit-mask-image: url(assets/images/icon_map.svg);
    mask-image: url(assets/images/icon_map.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background: #001219;
    transition: 0.4s;
    -webkit-mask-size: cover;
}
.header-contact-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0;
}
.header-contact-info li:first-child {
	position: relative;
	padding-right: 16px;
	margin-right: 16px;
}
.header-contact-info li:first-child::before {
	content: '';
	position: absolute;
	top: -3px;
	right: 0;
	width: 1px;
	height: 26px;
	background-color: #454646;
}
.header-contact-info li a {
	display: flex;
	align-items: center;
	gap: 12px;
	transition: 0.4s;
}
.header-contact-info li a:hover {
	color: #FFFFFF;
	transition: 0.4s;
}
.phone:before {
    content: '';
    -webkit-mask-image: url(assets/images/icon_phone.svg);
    mask-image: url(assets/images/icon_phone.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background: #001219;
    transition: 0.4s;
    -webkit-mask-size: cover;
}
.phone:hover::before {
	background: #FFFFFF;
	transition: 0.4s;
}

.email:before {
    content: '';
    -webkit-mask-image: url(assets/images/icon_mail.svg);
    mask-image: url(assets/images/icon_mail.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background: #001219;
    transition: 0.4s;
    -webkit-mask-size: cover;
}
.email:hover::before {
	background: #FFFFFF;
	transition: 0.4s;
}
.header-bottom {
	padding: 12px 0;
}
.header-logo-block {
	display: flex;
}
.header-logo {
	display: block;
}
.header-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0;
}
.header-nav li {
	padding-right: 42px;
}
.header-nav li:last-child {
	padding-right: 0;
}
.header-nav li a {
	font-size: 16px;
	line-height: 24px;
}
.header-nav li a.active {
	color: #38B6FF;
}
.mobile {
	display: none;
}
/* Header End */

/* Home */
.title-top {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	display: block;
	color: #38B6FF;
	margin-bottom: 10px;
}
.site-content {
	padding-top: 142px;
}
/* Banner */
.banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 275px;
	position: relative;
	z-index: 0;
}
.banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(270deg, rgba(0, 0, 139, 0.84) 0%, rgba(0, 0, 139, 0.58) 37.5%, rgba(0, 0, 139, 0.06) 90.18%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.banner-block h1 {
	max-width: 635px;
}
.banner-block p {
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	margin-bottom: 32px;
}
.banner-block .primary-btn {
    color: #001219;
    background-color: #FFFFFF;
}

.banner-block .primary-btn:hover {
    background-color: #001219;
    color: #FFFFFF;
}
.banner-section {
	position: relative;
	padding-bottom: 168px;
}
.employers-block {
	position: absolute;
	top: inherit;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.employers-block-box {
	display: flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 23px rgba(74, 74, 74, 0.17);
	border-radius: 20px;
	padding: 40px;
}
.employers-block-info:first-child {
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid #D9D9D9;
}
.employers-block-info p {
	margin-bottom: 32px;
}
/* Banner End */

/* About Us */
.aboutus-title {
	margin-bottom: 40px;
	text-align: center;
}
.aboutus-title h2 {
	max-width: 558px;
	margin: 0 auto;
}
.aboutus-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 32px;
}
.aboutus-content p:last-child {
	margin-bottom: 0;
}
.aboutus-image img {
	border-radius: 12px;
}
.aboutus-image {
	position: relative;
	z-index: 0;
}
.aboutus .container {
	position: relative;
}
.aboutus .container::after {
	content: '';
	position: absolute;
	top: -400px;
	right: -380px;
	background: url(assets/images/aboutus_wave.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: contain;
	width: 1012px;
	height: 1010px;
	z-index: -1;
}
/* About Us End */

/* Employer */
.employer {
	position: relative;
}

.employer:before {
	content: '';
	position: absolute;
	bottom: -316px;
	left: -30px;
	right: 0;
	margin: 0 auto	;
	background: url(assets/images/employer_wave.png) no-repeat;
	background-size: contain;
	width: 1510px;
	height: 934px;
	z-index: -1;
}
.employer-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #454646;
}
.employer-content p strong {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #001219;
}
.employer-content p:last-child {
	margin-bottom: 0;
}
.employer-tab {
	max-width: 620px;
	background: #38B6FF;
	border-radius: 12px;
	padding: 30px;
}
.employer-form {
	padding: 32px;
	background-color: #FFFFFF;
	border-radius: 12px;
}
.employer-form .nav-tabs {
	border: transparent;
	margin-bottom: 32px;
}
.employer-form .nav-tabs .nav-item.show .nav-link, .employer-form .nav-tabs .nav-link.active {
	border: transparent;
	color: #001219;
	border-bottom: 2px solid #38B6FF;
}
.employer-form .nav-tabs .nav-link:focus, .employer-form .nav-tabs .nav-link:hover {
	border: transparent;
	color: #001219;
	border-bottom: 2px solid #38B6FF;
}
.employer-form .nav-link {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #8C8C8C;
	margin: 0 24px 0 0;
	border: transparent;
	padding: 0 0 8px;
	border-radius: 0;
}
.employer-form .primary-btn {
	border: transparent;
}
/* Employer End */

/* Job Slider */
.job-slider-sction {
	background-color: #F9FAFF;
}
.job-slider-title {
	text-align: center;
	margin-bottom: 40px;
}
.job-slider-title h2 {
	max-width: 440px;
	margin: 0 auto;
}
.swiper-button-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
	margin: 40px 0 32px;
}
.swiper-button-next {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: static;
    margin: 0;
    -webkit-mask-image: url(assets/images/right_arrow.svg); 
    mask-image: url(assets/images/right_arrow.svg);
	background-color: rgba(69, 70, 70, 0.3);
	color: rgba(69, 70, 70, 0.3);
	transition: 0.4s;
}
.swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: static;
    margin: 0;
	-webkit-mask-image: url(assets/images/left_arrow.svg); 
    mask-image: url(assets/images/left_arrow.svg);
    background-color: rgba(69, 70, 70, 0.3);
	color: rgba(69, 70, 70, 0.3);
	transition: 0.4s;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	background-color: #001219;
	color: #001219;
	transition: 0.4s;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .3;
}
.job-slide {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.job-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.62) 96.35%);
	border-radius: 8px;
	z-index: 1;
}
.job-slide img {
	border-radius: 8px;
	width: 100%;
	height: 231px;
    object-fit: cover;
    transition: 0.5s;
}
.job-slide:hover img {
	transform: scale(1.1);
    transition: 0.7s;
}
.job-slide p {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #FFFFFF;
	position: absolute;
	bottom: 16px;
	left: 16px;
	z-index: 2;
}
.apply-btn {
	display: flex;
	justify-content: center;
}
/* Job Slider End */

/* Jobseekers */
.jobseekers {
	position: relative;
	z-index: 0;
}
.jobseekers::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(assets/images/employer_wave.png) no-repeat;
	background-size: contain;
	width: 1510px;
	height: 934px;
	z-index: -1;
}
.jobseekers-content {
	text-align: center;
	margin-bottom: 40px;
}
.jobseekers-content p {
	max-width: 823px;
	margin: 0 auto;
}
.jobseekers-block {
	background: #38B6FF;
	border-radius: 12px;
	padding: 40px;
}
.jobseekers-form {
	padding: 32px;
	background-color: #FFFFFF;
	border-radius: 12px;
}
.jobseekers-form .primary-btn {
	max-width: 460px;
	margin: 0 auto;
	display: block;
	border: transparent;
}
#wpcf7-f213-o3 input[type="number"]::-webkit-outer-spin-button, form#wpforms-form-612 input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#wpcf7-f213-o3 input[type="number"] {
    -moz-appearance: textfield;
}
.form-control::file-selector-button {
	padding: 0;
	margin: -16px;
	-webkit-margin-end: 16px;
	margin-inline-end: 16px;
	color: #001219;
	background-color: #F1F1F1;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 0;
	border-radius: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 118px;
	height: 52px;	
}
/* .jobseekers-form .wpcf7-file {
	background: url(assets/images/icon_cross.svg) no-repeat center right 16px;
} */
.jobseekers-form #select_country_code, .employer-form #select_country_code {
	background-image: none !important;
}
/* Jobseekers End */

/* Map Section */
.map-block {
	position: relative;
}
.map-block p {
	margin-bottom: 0;
}
.map-block iframe {
	height: 570px;
	width: 100%;
	display: block;
}
.map-container {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
}
.map-block-box {
	background: #38B6FF;
	border-radius: 8px;
	padding: 40px 48px;
	max-width: 460px;
	margin-left: auto;
}
.map-block-box .title-top {
	color: #FFFFFF;
	text-align: center;
}
.map-block-box h2 {
	color: #FFFFFF;
	margin-bottom: 24px;
	text-align: center;
}
.contact-info {
	background: #FFFFFF;
	border-radius: 16px;
	padding: 32px;
	margin-bottom: 0;
}
.contact-info li {
	margin-bottom: 24px;
	padding-left: 52px;
	position: relative;
}
.contact-info li:last-child {
	margin-bottom: 0;
}
.contact-info li span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #001219;
	margin-bottom: 4px;
	display: block;
}
.contact-info li address {
	margin-bottom: 0;
}
.contact-info li address p {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
.contact-info address::before, .contact-info .phone:before, .contact-info .email:before {
    content: '';
	position: absolute;
	top: 14px;
	left: 0;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background: #001219;
    transition: 0.4s;
    -webkit-mask-size: cover;
}
.contact-info .phone:hover::before, .contact-info .email:hover::before {
	background: #38B6FF;
	transition: 0.4s;
}
.contact-info address::before {
	-webkit-mask-image: url(assets/images/footer_pin.svg);
    mask-image: url(assets/images/footer_pin.svg);
}
.contact-info .phone::before {
	-webkit-mask-image: url(assets/images/footer_phone.svg);
    mask-image: url(assets/images/footer_phone.svg);
}
.contact-info .email::before {
	-webkit-mask-image: url(assets/images/footer_email.svg);
    mask-image: url(assets/images/footer_email.svg);
}
/* Map Section End */

/* Home End */

/* Footer */
.footer {
	background-color: #001219;
}
.footer-block {
	padding: 14px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-block p {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom: 0;
}
.footer-social {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.footer-social li {
	margin-right: 28px;
}
.footer-social li:last-child {
	margin-right: 0;
}
.footer-social li a {
	position: relative;
	top: 0;
}
.footer-social li a:hover {
	top: -5px;
}

.c-go-top {
    position: fixed;
    right: 20px;
    bottom: 80px;
    display: none;
	background-color: #38B6FF;
    padding: 10px 12px;
	border-radius: 8px;
    text-decoration: none;
    z-index: 999;
    transition: 0.4s;
}
.c-go-top svg path {
    fill: #001219;
	transition: 0.4s;
}
.c-go-top:hover {
    background-color: #001219;
	transition: 0.4s;
}
.c-go-top:hover svg path {
    fill: #FFFFFF;
	transition: 0.4s;
}
/* Footer End */