/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* #logo {
	background-color: rgba(255, 255, 255, 0.836);
	color: #fff;
	border-radius: 50%;
	margin-top: 5px;
} */

/* .cnvs-hamburger .cnvs-hamburger-inner,
.cnvs-hamburger .cnvs-hamburger-inner::before,
.cnvs-hamburger .cnvs-hamburger-inner::after {
	background-color: #fff;
} */
body {
	background-color: #eeee;
}

#header-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/japan2.jpg) no-repeat 20%;
	background-size: cover;
	filter: blur(1px);
	z-index: -1;
}

#header-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	background-size: cover;
	z-index: -1;
}

.motto-bg {
	background-color: #525252ee;
	background-image: url(../images/working-people.jpg);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

/* .menu-link {
	color: #fff;
} */

.text-1 {
	color: #021b4c;
}

.home-bg {
	background-color: rgba(2, 27, 76, 95%);
}

.footer-widgets-wrap .widget>h4 {
	height: 50px;
	display: flex;
	justify-items: center;
	align-items: center;
}

.home-banner {

	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/continents.png);
	background-color: rgb(2, 27, 76, 95%);
	background-blend-mode: multiply;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffff;
}

.page-header * {
	background-color: rgb(2, 27, 76, 90%);
	background-image: url(../images/continents.png);
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: soft-light;
	height: 200px;
	color: #ffff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 1px;
}

.header-filter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-position: center center;
	background-size: cover;
}

.header-filter:before,
.header-filter:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.header-filter::before {
	background-color: rgba(0, 0, 0, 0.5);
}

.header-filter .container {
	position: relative;
}

#jobs img {
	height: 250px;
	object-fit: cover;
}


.timeline-with-icons {
	border-left: 1px solid hsl(0, 0%, 90%);
	position: relative;
	list-style: none;
}

.timeline-with-icons .timeline-item {
	position: relative;
}

.timeline-with-icons .timeline-item:after {
	position: absolute;
	display: block;
	top: 0;
}

.timeline-with-icons .timeline-icon {
	position: absolute;
	left: -48px;
	background-color: hsl(217, 88.2%, 90%);
	color: hsl(217, 88.8%, 35.1%);
	border-radius: 50%;
	height: 31px;
	width: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#howitworks img {
	width: 100px;
	color: #c43902f2;
	filter: invert(19%) sepia(63%) saturate(5879%) hue-rotate(27deg) brightness(98%) contrast(98%);
}

#howitworks .img-bg {
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: aliceblue;
}

.lang-bar {
	position: absolute;
	bottom: 0;
	top: 10px;
	right: 20px;
}