header {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
header .item {
    height: 100vh;
    position: relative;
  }
  header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000080;
    display: flex;
    align-items: center;
  }
  header .item .cover .header-content {
    position: relative;
    overflow: hidden;
  }
  header .item .cover .header-content h2 {
    font-weight: 600;
    font-size: 60px;
    color: #fff;
    line-height: 62px;
    width: 760px;
    text-transform: capitalize;
}
header .item .cover .header-content a{
    margin-top: 30px;
}
  header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  header .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
  header .owl-nav .owl-prev:focus {
    outline: 0;
  }
  header .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
  header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
  header .owl-nav .owl-next:focus {
    outline: 0;
  }
  header .owl-nav .owl-next:hover {
    background: #000 !important;
  }
  header:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
  header:hover .owl-next {
    right: 0px;
    opacity: 1;
  }

  /* Thumbnail Navigation */
.thumb {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 5px 0px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
    border-radius: 50px;
    overflow: hidden;
}
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.thumb:hover, .thumb.active {
    opacity: 1;
    transform: scale(1.1);
}

/* Image Loading Effect */
.thumb .item img {
    filter: blur(10px);
    transition: filter 1s ease-in-out;
}
.thumb .item img.loaded {
    filter: blur(0);
}

/* Thumbnail Container */
#customThumbs {
    text-align: center;
    display: grid;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 9;
}
#customThumbs .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* Progress Outline Effect */
.progress-outline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-radius: 50px;
    pointer-events: none;
    opacity: 1;
}

/* Animation */
@keyframes fill-outline {
    0% { border-color: #273b94; transform: scale(1); }
    100% { border-color: #273B94; transform: scale(1.1); }
}

/* Active Thumbnail */
.thumb.active .progress-outline {
    animation: fill-outline 3s linear forwards;
    border: 1px solid #273B94;
}
#common_header {
  background: #001244;
  position: relative;
  overflow: hidden;
}
.gradiant_shape {
  filter: blur(70px);
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  animation: moveAround 50s infinite alternate ease-in-out;
}
@keyframes moveAround {
  0% { top: 0; left: 0; filter: blur(100px);}
  25% { top: 0; left: 100%; transform: translateX(-100%);  filter: blur(70px); }
  50% { top: 100%; left: 100%; transform: translate(-100%, -50%); filter: blur(100px); }
  75% { top: 100%; left: 0; transform: translateY(-100%); filter: blur(70px); }
  100% { top: 0; left: 20%; }
}
#common_header .container{
  position: relative;
  z-index: 9;
}
.common_caption {
  color: #FFFFFF;
  font-size: 38px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}
.common_header_left p {
  font-size: 15px;
  color: #F0F0F0;
  font-weight: 400;
  line-height: 22px;
}
.about_head_immage img {
  width: 100%;
  position: relative;
}
.about_head_immage {
  height: 100%;
  display: flex;
  align-items: end;
  position: relative;
  margin-left: 50px;
}
.about_header {
  height: 540px;
  display: flex;
  align-items: center;
}
.common_head_immage {
  height: 330px;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 150px;
}
.common_head_immage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_padding{
  padding: 70px 0px;
}
.single_header h1{
  margin: 0;
}
#jobs_header {
    height: 630px;
    overflow: hidden;
	position: relative;
}
#job_slider .item{
	height: 630px;
}
#job_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	    object-position: top;
}
.jobs_header_caption {
    background: linear-gradient(180deg, #000000c7, transparent);
    height: 97%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.job_enquiry {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 25px;
    width: 420px;
}
.job_enquiry_right {
    display: flex;
    justify-content: right;
}
.apply_input {
    width: 100%;
    border-radius: 7px;
    background: #0012441A;
    border: 0;
    padding: 15px 20px;
    outline: none;
    box-shadow: none;
	font-size: 14px;
}
.job_enquiry .wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
}
.apply_input::placeholder{
	font-size: 14px;
	color: #404040A8;
	font-weight: 500;
}
.job_enquiry h5 {
    color: #001244;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.apply_submit {
    background: #FFC60F;
    border: 0;
    border-radius: 7px;
    padding: 10px 30px;
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
}
.job_enquiry input:-webkit-autofill, .job_enquiry input:-webkit-autofill:hover, .job_enquiry input:-webkit-autofill:focus, .job_enquiry input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #e5e7ec inset !important;
}
.vacancies h6 {
    color: #FFFFFFCC;
    font-size: 20px;
    font-weight: 400;
}
.vacancies h4{
    color: #EBB71F;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}
.vacancies {
    width: fit-content;
    position: relative;
    padding-top: 20px;
    margin-top: 40px;
}
.vacancies::after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 60%;
	height: 1px;
	background: #ffffff4a;
}
#jobs_header.form-clicked {
    height: 780px;
}
#jobs_header.form-clicked .item {
    height: 780px;
}
