.card-container {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75);
	color: #B3B8CD;
	padding: 30px 0;
	position: relative;
	width: 350px;
	max-width: 100%;
	text-align: center;
}

.card-container .pro {
	color: #231E39;
	background-color: #FEBB0B;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px;
	position: absolute;
	top: 30px;
	left: 30px;
}

.card-container .round {
	border: 1px solid #03BFCB;
	border-radius: 50%;
	padding: 7px;
}

.card-container a.primary {
	background-color: #03BFCB;
	border: 1px solid #03BFCB;
	border-radius: 3px;
	color: #231E39;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	padding: 10px 25px;
}

.card-container a.primary.ghost {
	background-color: transparent;
	color: #02899C;
}

.card-container .skills {
	background-color: #1F1A36;
	text-align: left;
	padding: 15px;
	margin-top: 30px;
}

.card-container .skills ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.card-container .skills ul li {
	border: 1px solid #2D2747;
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	margin: 0 7px 7px 0;
	padding: 7px;
}

.card-container .buttons {
	margin: 10px 0;
}

.card-container h6 {
	margin: 15px 0;
	color: #1C3988;
	font-weight: 500;
	font-size: 15px;
}

#registration-form .error {
	color: red;
	font-size: 14px;
	line-height: 18px;
	display: block;
}

#registration-success-message {
	padding: 30px 15px;
	font-size: 15px;
	line-height: 18px;
	background-color: #fef3f2;
}


/* ===== Career ===== */
.career-form {
	background-color: #4e63d7;
	border-radius: 5px;
	padding: 0 16px;
  }
  
  .career-form .form-control {
	background-color: rgba(255, 255, 255, 0.2);
	border: 0;
	padding: 12px 15px;
	color: #fff;
  }
  
  .career-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
  }
  
  .career-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
  }
  
  .career-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
  }
  
  .career-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
  }
  
  .career-form .custom-select {
	background-color: rgba(255, 255, 255, 0.2);
	border: 0;
	padding: 12px 15px;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	text-align: left;
	height: auto;
	background-image: none;
  }
  
  .career-form .custom-select:focus {
	-webkit-box-shadow: none;
			box-shadow: none;
  }
  
  .career-form .select-container {
	position: relative;
  }
  
  .career-form .select-container:before {
	position: absolute;
	right: 15px;
	top: calc(50% - 14px);
	font-size: 18px;
	color: #ffffff;
	content: '\F2F9';
	font-family: "Material-Design-Iconic-Font";
  }
  
  .filter-result .job-box {
  background:#fff;
	-webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
			box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
	border-radius: 10px;
	padding: 10px 35px;
  }
  
  ul {
	list-style: none; 
  }
  
  .list-disk li {
	list-style: none;
	margin-bottom: 12px;
  }
  
  .list-disk li:last-child {
	margin-bottom: 0;
  }
  
  .job-box .img-holder {
	height: 65px;
	width: 65px;
	background-color: #4e63d7;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
	background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
	font-family: "Open Sans", sans-serif;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border-radius: 65px;
  }
  
  .career-title {
	background-color: #4e63d7;
	color: #fff;
	padding: 15px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
	background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
  }
  
  .job-overview {
	-webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
			box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
	border-radius: 10px;
  }
  
  @media (min-width: 992px) {
	.job-overview {
	  position: -webkit-sticky;
	  position: sticky;
	  top: 70px;
	}
  }
  
  .job-overview .job-detail ul {
	margin-bottom: 28px;
  }
  
  .job-overview .job-detail ul li {
	opacity: 0.75;
	font-weight: 600;
	margin-bottom: 15px;
  }
  
  .job-overview .job-detail ul li i {
	font-size: 20px;
	position: relative;
	top: 1px;
  }
  
  .job-overview .overview-bottom,
  .job-overview .overview-top {
	padding: 35px;
  }
  
  .job-content ul li {
	font-weight: 600;
	opacity: 0.75;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
  }
  
  @media (min-width: 768px) {
	.job-content ul li {
	  border-bottom: 0;
	  padding: 0;
	}
  }
  
  .job-content ul li i {
	font-size: 20px;
	position: relative;
	top: 1px;
  }
  
  .mb-30 {
	  margin-bottom: 30px;
  }

  .menu-area .navbar ul li a
  {
	padding: 0 8px !important;
  }

  #contact_widget-2 .flaticon-location
  {
	cursor: pointer;
  }

.x-handle-top img
{
	width: 11px;
	height: 11px;
	filter: brightness(0) invert(1);
}

#wpforms-form-14530 .wpforms-field-label,#wpforms-form-14530 .wpforms-field-sublabel
{
	color: black;
}
#wpforms-form-14530 button[type=submit], #wpforms-form-14530 button[type=submit]:hover
{

    min-width: 150px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    font-size: 16px;
	color: #ffffff !important;
    background-color: #f54 !important;
	
}

.page-id-13459 .rs-breadcrumbs
{
	display:none;
}
