.flex-center {
	display: -webkit-box;
  
	display: -ms-flexbox;
  
	display: flex;
  
	-webkit-box-align: center;
  
	-ms-flex-align: center;
  
	align-items: center;
  
	-webkit-box-pack: center;
  
	-ms-flex-pack: center;
  
	justify-content: center;
  }
  
  .preloader {
	position: fixed;
  
	top: 0;
  
	left: 0;
  
	width: 100%;
  
	height: 100%;
  
	background: #fff;
  }
  
  .dots .dot {
	display: inline-block;
  
	width: 15px;
  
	height: 15px;
  
	margin: 30px 2px;
  
	padding: 13px;
  
	-webkit-animation: dot-dot-dot 1.4s linear infinite;
  
	animation: dot-dot-dot 1.4s linear infinite;
  }
  
  
  .dots .dot:nth-child(2) {
	animation-delay: 0.2s;
  }
  
  .dots .dot:nth-child(3) {
	animation-delay: 0.4s;
  }
  
  @keyframes dot-dot-dot {
	0%,
	100%,
	60% {
	  -webkit-transform: initial;
  
	  -ms-transform: initial;
  
	  transform: initial;
	}
  
	30% {
	  -webkit-transform: translateY(-25px);
  
	  -ms-transform: translateY(-25px);
  
	  transform: translateY(-25px);
	}
  }
  
  .join {
	margin-left: 0 !important;
  
	font-family: Open Sans;
  
	font-style: normal;
  
	font-weight: normal;
  
	font-size: 20px !important;
  
	color: #252525;
  
	text-align: center;
  }
  
  .join-title {
	font-family: Open Sans;
  
	color: #252525;
  
	text-align: center;
  }
  
  .we {
	font-family: Open Sans;
  
	font-style: normal;
  
	font-weight: normal;
  
	font-size: 19px !important;
  
	color: #252525;
  
	/* line-height: 20px !important; */
  }
  
  .consulting-services-text {
	font-family: 'Open Sans';
  
	font-style: normal;
  
	font-weight: normal;
  
	font-size: 15px !important;
  
	color: #252525;
  
	/* line-height: 20px !important; */
  }

  .iso-text {
	font-family: 'Open Sans';
  
	font-style: normal;
  
	font-weight: normal;
  
	font-size: 15px !important;
  
	color: #252525;
  
	/* line-height: 20px !important; */
  }

  .contact-us-text {
	font-family: 'Open Sans';
  
	font-style: normal;
  
	font-weight: normal;
  
	font-size: 15px !important;
  
	color: #252525;
  
	/* line-height: 20px !important; */
  }
  
  .our {
	font-family: Open Sans;
  
	font-style: normal;
  
	font-weight: normal;
  
	font-size: 15px !important;
  
	color: #3156A5;
  
	/* line-height: 20px !important; */
  }
  
  #non-life-content {
	width: 100%;
	padding: 24px;
	text-align: left;
	background-color: #cce6d7;
	margin-top: 20px;
	display: none;
  }
  
  #eben-content {
	width: 100%;
	padding: 24px;
	text-align: left;
	background-color: #d1cfdc;
	margin-top: 20px;
	display: none;
  }
  
  #syariah-content {
	width: 100%;
	padding: 24px;
	text-align: left;
	background-color: #cff1a6;
	margin-top: 20px;
	display: none;
  }
  
  #ovo-content {
	width: 100%;
	padding: 24px;
	text-align: left;
	background-color: #cce6d7;
	margin-top: 20px;
	display: none;
  }
  
  #protego-content {
	width: 100%;
	padding: 24px;
	text-align: left;
	background-color: #d1cfdc;
	margin-top: 20px;
	display: none;
  }
  
  #antaraja-content {
	width: 100%;
	padding: 24px;
	text-align: left;
	background-color: #cff1a6;
	margin-top: 20px;
	display: none;
  }
  
  #ops-content {
	width: 100%;
	padding: 24px;
	text-align: left;
	background-color: #cce6d7;
	margin-top: 20px;
	display: none;
  }
  
  #technical-content {
	width: 100%;
	padding: 24px;
	text-align: left;
	background-color: #d1cfdc;
	margin-top: 20px;
	display: none;
  }
  
  #marketing-content {
	width: 100%;
	padding: 24px;
	text-align: left;
	background-color: #cff1a6;
	margin-top: 20px;
	display: none;
  }
  
  #support-content {
	width: 100%;
	padding: 24px;
	text-align: left;
	background-color: #d6dded;
	margin-top: 20px;
	display: none;
  }
  
  
  
  @media only screen and (max-width: 600px) {
	.image-home {
	  display: none;
	}
  
	.img-slide {
	  width: 260px;
  
	  margin-top: 20px;
	}
  
	.navbar-toggler {
	  margin-top: 30px !important;

	  margin-right: 30px !important;

	  /* margin-top: 30px !important; login panel */
  
	  /* margin-right: 30px !important; login panel */
	}

	.navbar-collapse{
		margin-right: 30px !important;
		/* margin-right: 30px !important; login panel */
		margin-top: 5px !important;
	}
  
	.img-mobile {
	  margin-top: 12px;
	  /* margin-top: 30px; login panel */
	  margin-left: -40px;
	  width: 160px;
	}

	.img-iso {
		width: 100px;
	}

	.img-iso-slv {
		width: 118px;
	}

	.img-wa{
		width: 25px;
	}

	.join {
		margin-left: 0 !important;
	  
		font-family: Open Sans;
	  
		font-style: normal;
	  
		font-weight: normal;
	  
		font-size: 14px !important;
	  
		color: #252525;
	  
		text-align: center;
	}
	  
	.join-title {
		font-family: Open Sans;
	  
		color: #252525;
	  
		text-align: center;
	}

	.iso-text {
		font-family: 'Open Sans';
	  
		font-style: normal;
	  
		font-weight: normal;
	  
		font-size: 10px !important;
	  
		color: #252525;
	  
		/* line-height: 20px !important; */
	}

	.contact-us-text {
		font-family: 'Open Sans';
	  
		font-style: normal;
	  
		font-weight: normal;
	  
		font-size: 12px !important;
	  
		color: #252525;
	  
		/* line-height: 20px !important; */
	  }

	.we {
		font-family: Open Sans;
	  
		font-style: normal;
	  
		font-weight: normal;
	  
		font-size: 12px !important;
	  
		color: #252525;
	  
		/* line-height: 20px !important; */
	  }
  
	.wrapper-button-slide {
	  margin-bottom: 20px;
  
	  font-size: 10px !important;
  
	  width: 170px;
	}
  
	.title-division {
	  border-right: 0px solid #08abb9 !important;
  
	  text-align: center;
	}
  
	.wrapper-description-business {
	  text-align: center;
	}
  
	.mobile-division {
	  display: none;
	}
  
	.title-division-mobile {
	  display: block;
  
	  text-align: center !important;
	}
  
	.mobile-res {
	  text-align: center;
  
	  margin-top: 20px;
	}
  
	.right-title {
	  border-left: 0px solid #170f4f !important;
  
	  border-right: none;
	}
  
	.pad-we-do {
	  text-align: center;
	}
  
	.lead {
	  text-align: center;
	}
  
	.mobile-digital {
	  font-size: 2rem !important;
  
	  text-align: center !important;
	}
  
	.custom-navbar a {
	  font-weight: 500;
  
	  margin-left: 50px !important;
  
	  margin-bottom: 0px !important;
	}
  
  }
  
  @media only screen and (min-width: 1200px) {
	.headphone {
	  max-width: 990px;
  
	  margin-left: -10px !important;
	}
  }
  
  /* ---------------------------------- */
  /* Job List Alternative
  ------------------------------------- */
  .listings-container {
	margin: 15px 0 40px 0;
  }
  
  .listing {
	border-radius: 0;
	display: flex;
	padding: 25px;
	border-left: 4px solid #eee;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	margin-top: -1px;
  }
  
  .listings-container .listing:first-child {
	border-radius: 4px 4px 0 0;
  }
  .listings-container .listing:last-child {
	border-radius: 0 0 4px 4px;
  }
  
  .listing.featured {
	background-color: #fffcee;
  }
  
  .listing:hover {
	background-color: #fafafa;
  }
  
  .listing-badge {
	background-color: #fac710;
	float: left;
	position: absolute;
	transform: rotate(45deg);
	text-align: center;
	font-size: 14px;
	margin: 0;
	z-index: 999;
	color: #fff;
	font-weight: 500;
	width: 66px;
	height: 66px;
	right: -33px;
	top: -33px;
	line-height: 106px;
  }
  
  .listing-badge i {
	transform: rotate(-45deg);
  }
  
  .listing.full-time {
	border-left: 4px solid #3156A5;
  }
  .listing.part-time {
	border-left: 4px solid #3156A5;
  }
  .listing.freelance {
	border-left: 4px solid #3156A5;
  }
  .listing.internship {
	border-left: 4px solid #3156A5;
  }
  .listing.temporary {
	border-left: 4px solid #3156A5;
  }
  
  .listing .listing-logo {
	width: 60px;
	min-width: 40px;
	flex-wrap: wrap;
  }
  
  .listing .listing-logo img {
	border-radius: 3px;
	transform: translate3d(0, 0, 0);
  }
  
  .listing .listing-title {
	flex-wrap: wrap;
	padding-left: 25px;
	padding-right: 110px;
  }
  
  .listing .listing-title h4 {
	letter-spacing: 0;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 5px;
	color: #333;
  }
  
  .listing-type {
	border-radius: 3px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #888;
	padding: 4px 8px;
	line-height: 18px;
	font-weight: 500;
	position: absolute;
	top: 25px;
	right: 25px;
	white-space: nowrap;
	text-align: center;
	min-width: 120px;
	top: 50%;
	transform: translateY(-50%);
  }
  
  @media (max-width: 768px) {
	.listing-type {
	  position: relative;
	  left: 0;
	  top: 0;
	  transform: translateY(0%);
	  margin: 8px 0;
	  display: inline-block;
	}
	.listing .listing-title {
	  padding-right: 20px;
	}
  }
  
  .listing.full-time .listing-type {
	color: #3156A5;
	border-color: #3156A5;
	background-color: #f1f7fc;
  }
  .listing.part-time .listing-type {
	color: #f1630d;
	border-color: #f1630d;
	background-color: #fef6f0;
  }
  .listing.freelance .listing-type {
	color: #53b427;
	border-color: #53b427;
	background-color: #f5fbf2;
  }
  .listing.internship .listing-type {
	color: #dcaa0c;
	border-color: #dfb634;
	background-color: #fdfcf2;
  }
  .listing.temporary .listing-type {
	color: #e12335;
	border-color: #e12335;
	background-color: #fdf2f3;
  }
  
  .job-spotlight span.full-time {
	color: #186fc9 !important;
	border: 1px solid #186fc9;
	background-color: #f1f7fc;
  }
  .job-spotlight span.part-time {
	color: #f1630d !important;
	border: 1px solid #f1630d;
	background-color: #fef6f0;
  }
  .job-spotlight span.freelance {
	color: #53b427 !important;
	border: 1px solid #53b427;
	background-color: #f5fbf2;
  }
  .job-spotlight span.internship {
	color: #dcaa0c !important;
	border: 1px solid #dfb634;
	background-color: #fdfcf2;
  }
  .job-spotlight span.temporary {
	color: #e12335 !important;
	border: 1px solid #e12335;
	background-color: #fdf2f3;
  }
  
  .job-spotlight span.full-time,
  .job-spotlight span.part-time,
  .job-spotlight span.freelance,
  .job-spotlight span.internship,
  .job-spotlight span.temporary {
	text-transform: none !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 26px;
  }
  
  li .job-spotlight p {
	color: #888;
  }
  .job-spotlight a h4 {
	line-height: 29px;
  }
  
  .listing-date {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #888;
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
	padding: 3px 8px;
	line-height: 18px;
	font-weight: 500;
  }
  
  .listing-date.new {
	border-color: #26ae62;
	background-color: #e9fff3;
	color: #26ae62;
  }
  
  .listing-details {
	flex-wrap: wrap;
  }
  
  .listing-icons {
	padding: 0;
	margin: 0;
  }
  
  .listing-icons li {
	display: inline-block;
	margin-right: 13px;
	color: #808080;
	line-height: 29px;
  }
  
  .listing-icons li:last-child {
	margin-right: 0px;
  }
  
  .listing-icons li i {
	font-size: 19px;
	position: relative;
	top: 2px;
	margin: 0 4px 0 0;
  }
  
  /* ------------------------------------------------------------------- */
  /* Titlebar
  ---------------------------------------------------------------------- */
  #titlebar {
	background-color: #f6f6f6;
	position: relative;
	padding: 70px;
	margin-bottom: 50px;
  }
  
  #titlebar span a,
  #titlebar span {
	font-size: 18px;
	color: rgb(248, 241, 241);
  }
  
  #titlebar span {
	margin-bottom: 3px;
	display: inline-block;
  }
  
  #titlebar.single {
	padding: 70px 0;
  }
  #titlebar.resume {
	margin-bottom: 45px;
	padding: 60px 0 55px 0;
  }
  
  #titlebar .button {
	right: 10px;
	position: absolute;
	top: 51%;
	-webkit-transform: translateY(-51%);
	-moz-transform: translateY(-51%);
	-ms-transform: translateY(-51%);
	transform: translateY(-51%);
  }
  
  #titlebar .two-buttons .button {
	right: 10px;
	position: absolute;
	top: 47%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
  }
  
  #titlebar .two-buttons .button.dark {
	margin-top: 55px;
  }
  
  #titlebar h2 {
	font-size: 30px;
	line-height: 40px;
  }
  
  #titlebar span.icons a,
  #titlebar span.icons {
	font-size: 16px;
	color: #808080;
	margin-bottom: 4px;
  }
  
  #titlebar span.icons a {
	color: #808080;
  }
  
  #titlebar span a:hover,
  #titlebar span.icons a:hover {
	color: #505050;
  }
  
  /* Titlebar With Photo Background */
  #titlebar.photo-bg {
	background-color: #222;
	padding: 95px 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }
  
  @media (min-width: 990px) {
	#titlebar.photo-bg {
	  padding: 75px 0;
	}
  }
  
  #titlebar.photo-bg h2 {
	font-size: 30px;
	color: #fff;
	line-height: 38px;
  }
  
  #titlebar.photo-bg span a {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 3px;
	display: inline-block;
  }
  
  #titlebar.photo-bg span a:hover {
	color: rgba(255, 255, 255, 0.9);
  }
  
  #titlebar.photo-bg span.subtitle,
  #titlebar.photo-bg #breadcrumbs ul li,
  #titlebar.photo-bg #breadcrumbs ul li a {
	color: rgba(255, 255, 255, 0.7);
  }
  
  #titlebar.photo-bg #breadcrumbs ul li a:hover {
	color: rgba(255, 255, 255, 0.9);
  }
  
  #titlebar.photo-bg .container {
	z-index: 11;
  }
  
  #titlebar.photo-bg:before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: rgba(34, 34, 34, 0.65);
	position: absolute;
	z-index: 10;
	top: 0px;
  }
  
  /* Company Info */
  .company-info {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 33px;
	margin-bottom: 35px;
  }
  
  .company-info img {
	display: inline-block;
	height: 100px;
	width: 100px;
	margin-right: 30px;
  }
  
  .company-info .content {
	display: block;
	float: left;
	margin: 23px 0 0 0px;
  }
  
  .company-info span {
	margin-right: 10px;
  }
  
  .company-info span a {
	color: #666;
  }
  .company-info span a:hover {
	color: #505050;
  }
  
  .company-info h4 {
	font-size: 20px;
	line-height: 30px;
  }
  
  /* ------------------------------------------------------------------- */
  /* Widgets
  ---------------------------------------------------------------------- */
  .widget {
	margin-bottom: 42px;
  }
  
  .widget input {
	margin-bottom: 15px;
  }
  .widget-box input {
	margin-bottom: 0;
  }
  
  .widget h4 {
	font-size: 20px;
	margin-bottom: 15px;
  }
  
  .widget .miles,
  .widget .zip-code {
	width: 41%;
	display: inline;
  }
  
  .widget .zip-code {
	float: right;
  }
  
  .widget .from {
	display: inline;
	padding-left: 13px;
	color: #909090;
	box-sizing: border-box;
  }
  
  /* ---------------------------------- */
  /* Job Spotlight
  ------------------------------------- */
  .job-overview,
  .job-spotlight {
	background-color: #fdfdfd;
	border: 1px solid #3156A5;
	padding: 35px 38px 31px 38px;
  }
  
  li .job-spotlight {
	line-height: 27px;
  }
  
  .job-spotlight span {
	color: #808080;
  }
  .job-spotlight p {
	margin: 15px 0 0 0;
  }
  
  li .job-spotlight p {
	line-height: 27px;
  }
  
  .job-spotlight a h4 {
	line-height: 30px;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  
  .job-spotlight a:hover h4 {
	color: #666;
  }
  
  .job-overview a.button,
  .job-spotlight a.button {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin: 20px 0 0 0;
  }
  
  /* Icons Fix */
  body .job-overview ul li div {
	margin-left: 37px;
  }
  body .job-spotlight a h4 {
	margin-bottom: 15px;
  }
  body .job-spotlight p {
	margin-bottom: 3px;
  }
  body .job-spotlight span {
	color: #808080;
	margin-right: 13px;
  }
  
  body .job-overview .fa-map-marker:before,
  body .job-spotlight .fa-map-marker:before,
  body .job-overview .fa-user:before,
  body .job-spotlight .fa-user:before,
  body .job-overview .fa-clock-o:before,
  body .job-spotlight .fa-clock-o:before,
  body .job-overview .fa-money:before,
  body .job-spotlight .fa-money:before,
  body .job-overview .fa-briefcase:before,
  body .job-spotlight .fa-briefcase:before {
	font-family: "linearicons";
	font-size: 22px;
	position: relative;
	top: 2px;
  }
  
  body .job-spotlight .fa-map-marker:before,
  body .job-spotlight .fa-user:before,
  body .job-spotlight .fa-clock-o:before,
  body .job-spotlight .fa-money:before,
  body .job-spotlight .fa-briefcase:before {
	font-family: "linearicons";
	font-size: 19px;
	position: relative;
	top: 1px;
	color: #666;
  }
  
  body .job-overview .fa-calendar:before,
  body .job-spotlight .fa-calendar:before {
	content: "\e770";
  }
  
  body .job-overview .fa-map-marker:before,
  body .job-spotlight .fa-map-marker:before {
	content: "\ea9c";
  }
  
  body .job-overview .fa-user:before,
  body .job-spotlight .fa-user:before {
	content: "\e6fe";
  }
  
  body .job-overview .fa-clock-o:before,
  body .job-spotlight .fa-clock-o:before {
	content: "\ed51";
  }
  
  body .job-overview .fa-money:before,
  body .job-spotlight .fa-money:before {
	content: "\eac6";
  }
  
  body .job-overview .fa-briefcase:before,
  body .job-spotlight .fa-briefcase:before {
	content: "\ea95";
  }
  
  body .job-overview .fa-calendar:before,
  body .job-spotlight .fa-calendar:before {
	content: "\e770";
  }
  
  span.full-time {
	background-color: #186fc9;
  }
  