 body {
    font-family: 'Poppins', sans-serif;
  }
.container-2 {
  max-width: 1000px;
  margin: 0 auto;            /* Centers it horizontally */
  padding: 0 15px;           /* Adds gutter spacing */
}

.container {
  max-width: 1200px;
  margin: 0 auto;            /* Centers it horizontally */
  padding: 0 15px;           /* Adds gutter spacing */
}
.job_title{
	
	text-decoration: none;
	color: rgb(0, 98, 177);
	
}
.job_title h3{
	font-size:20px;
	
	
}
.job-list-block{
	border: 1px solid #ddd; padding: 20px; margin-bottom: 15px; border-radius: 8px;
}
.job-inline-data{
	font-size:14px;
	color:#686868;
}
.button-block{
	margin-top:30px;
}
.btn-apply {
  background-color: rgb(0, 98, 177);         /* Bootstrap green */
  color: #fff;
  font-weight: 300;
  padding: 10px 25px;
  border: none;
  border-radius: 6px;
	font-size: 14px;
	letter-spacing: 0.5px;
  transition: background-color 0.2s ease;
	margin-top: 30px;
  
}
.pagination-button{
	background-color: rgb(0, 98, 177);         /* Bootstrap green */
  color: #fff;
  font-weight: 300;
  padding: 10px 25px;
  border: none;
  border-radius: 6px;
	font-size: 14px;
	letter-spacing: 0.5px;
  transition: background-color 0.2s ease;
}
.form-select{
	font-size:14px;
}

.btn-apply:hover {
  background-color: rgb(0, 98, 177);
  color: #fff;
}
.search-input{
	font-size:14px;
	width: 100%;
}
#jobResults{
	margin-top:30px;
}
.fw-bold{
	color: rgb(0, 98, 177);
}
.nav-link{
	color: #5D5D5D;
	font-size:15px;
}
.nav-link:hover{
	color: rgb(0, 98, 177);
	
}
.bg-secondry{
	background-color: rgb(0, 98, 177);
}
.section-cta{
	margin-top:90px;
}
.btn-cv{
	margin-top: 30px;
	margin-bottom: 10px;
	color: rgb(0, 98, 177);
	font-size: 18px;
	font-weight: normal;
}
.btn-cv:hover{
	color: rgb(0, 98, 177);
}
.img-fluid{
	max-width: 800px;
}
.color-2{
	background-color: #e30513;
}
.section-bg {
  background: url('assets/img/header-bg.jpg') no-repeat center center;
  background-size: cover;
}
.no-jobs-found{
	padding: 30px;
	margin: 30px;
	text-align: center;
	border-radius: 10px;
	background-color: #F5F6FF;
}
.py-9{
	padding: 100px 0;
}
.refer-link{
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
.refer-link:hover{
	
	text-decoration: underline;
}
.card{
	border: 0;
}
.card-body p{
	color: #555555;
}
.card-body p strong{
	color: #555555;margin-top:20px;
	font-size: 18px;
}
.job-data{
	text-transform: capitalize;
}
.card-title{
	margin-bottom: 30px;
}
.job-title-heading{
	font-size: 32px;
	font-weight: 400 !important;
}.no-top-margin{
	margin:0px !important;
}
.blue{
	color: rgb(0, 98, 177);
	margin-left: 15px;
}
.btn-outline-primary{
	color: rgb(0, 98, 177);
	border-color: rgb(0, 98, 177);
}
.btn-outline-primary:hover{
	background-color: rgb(0, 98, 177);
	border-color: rgb(0, 98, 177);
}.text-dark-blue{
	color: rgb(0, 98, 177);
}
.text-dark {
	color: #333333;
	
}