/*** Font ***/

.raleway-100 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.raleway-200 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.raleway-300 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.raleway-400 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.raleway-500 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.raleway-600 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.raleway-700 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.raleway-800 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.raleway-900 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/*** END Font ***/

/*** General ***/

html {
  overflow-x: hidden;
}

html.loading {
  overflow: hidden;
}

body {
  background-color: #fff;
  min-height: 100vh;
  color: #111;
  font-size: 0.9rem;
  line-height: 1.4em;
  font-weight: 400;
  overflow-x: hidden;
}

body a,
body button {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  border: none;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out !important;
}

body a span,
body button span {
  font-size: 0.9rem;
  letter-spacing: 2px;
}

body a.btn:hover,
body button.btn:hover {
  background-color: #171725;
  border-color: #171725;
}

body a.btn-primary,
body button.btn-primary {
  background-color: #002060;
  border-color: #002060;
}

body a.btn-highlight,
body button.btn-highlight {
  background-color: #FFA500;
  border-color: #FFA500;
  color: #fff !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body strong,
body b {
  font-weight: 500;
  font-style: normal;
}

body b {
  font-weight: 700;
}

body p {
  font-size: 1rem;
}

body img {
  -o-object-fit: contain;
     object-fit: contain;
}

body .text-primary {
  color: #002060 !important;
}

body .text-white {
  color: #fff;
}

body .text-highlight {
  color: #FFA500;
}

/*** END General ***/

.page-hrms {
  padding-top: 70px;
}

.page-hrms .section-header {
  background-image: url("/assets/img/hrms/header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: center;
  min-height: 90vh;
}

@media screen and (max-width: 575px) {
  .page-hrms .section-header {
    min-height: 50vh;
  }
}

.page-hrms .section-header::before {
  content: " ";
  position: absolute;
  background: linear-gradient(180deg, #002060 10%, rgba(212, 223, 232, 0.8) 50%, #f2fafc 90%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-hrms .section-header > div {
  z-index: 3;
}

.page-hrms .section-header > div h1 {
  text-transform: uppercase;
  font-size: 2.4vw;
  color: #FFA500;
  text-shadow: 2px 2px 10px rgba(0, 32, 96, 0.2);
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .page-hrms .section-header > div h1 {
    font-size: 1.6rem;
    color: #FFA500;
  }
}

.page-hrms .section-header > div h2 {
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  color: #002060;
}

@media screen and (max-width: 575px) {
  .page-hrms .section-header > div h2 {
    color: #002060;
    font-size: 1rem;
  }
}

.page-hrms .section-header > div span {
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: justify;
}

.page-hrms .section-header > div span b {
  font-size: 1.2rem;
}

.page-hrms .section-header > div img {
  transform: scale(1.3);
  margin-left: 25px;
  filter: drop-shadow(0 0 10px #002060);
}

@media screen and (max-width: 575px) {
  .page-hrms .section-header > div img {
    margin-left: 0;
    min-height: 300px;
  }
}

@media screen and (max-width: 575px) {
  .page-hrms .section-header > div a {
    min-width: 250px;
  }
}

.page-hrms .section-lhdn {
  background: #002060;
}

.page-hrms .section-lhdn::after {
  content: " ";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 50vw 3vw 50vw;
  border-color: transparent transparent #f2fafc transparent;
  transform: rotate(0deg);
  bottom: 0;
  left: 0;
  right: 0;
}

.page-hrms .section-lhdn .logo {
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 575px) {
  .page-hrms .section-lhdn .logo {
    margin: 0 auto;
  }
}

.page-hrms .section-lhdn .content {
  width: calc(100% - 120px);
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .page-hrms .section-lhdn .content {
    width: 100%;
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: center;
  }
}

.page-hrms .section-lhdn .content b {
  font-weight: 700;
  font-size: 1.6rem;
}

@media screen and (max-width: 575px) {
  .page-hrms .section-lhdn .content b {
    font-size: 1.4rem;
  }
}

.page-hrms .section-services {
  background-color: transparent;
  background-image: linear-gradient(90deg, #f2fafc 50%, #f2fafc 50%);
}

.page-hrms .section-services::before {
  content: " ";
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 20px, #f2fafc 0);
  width: 100%;
  height: 100%;
}

.page-hrms .section-services img {
  filter: invert(10%) sepia(31%) saturate(7069%) hue-rotate(209deg) brightness(97%) contrast(111%);
}

.page-hrms .section-services h3 {
  position: relative;
}

.page-hrms .section-services h3::before {
  content: " ";
  position: absolute;
  background-color: #FFA500;
  width: 120px;
  height: 6px;
  border-radius: 50px;
  bottom: 25%;
  left: calc(50% - 60px);
}

.page-hrms .section-services .service-main-title {
  font-size: 2.4rem;
}

@media screen and (max-width: 575px) {
  .page-hrms .section-services .service-main-title {
    font-size: 1.8rem;
  }
}

.page-hrms .section-services .short-desc label {
  font-size: 1rem;
  font-weight: 600;
}

.page-hrms .section-services a {
  align-items: center;
  justify-content: center;
  display: inline-grid;
}

.page-hrms .section-services a span {
  font-size: 0.8rem;
}

.page-hrms .section-services-description {
  position: relative;
  background: #f2fafc;
}

.page-hrms .section-services-description .content:nth-child(odd)::before {
  content: " ";
  position: absolute;
  background: #002060;
  height: 20px;
  width: 50%;
  bottom: 0;
  right: 0;
}

.page-hrms .section-services-description .content:nth-child(even)::before {
  content: " ";
  position: absolute;
  background: #FFA500;
  height: 20px;
  width: 50%;
  bottom: 0;
  left: 0;
}

.page-hrms .section-services-description::before {
  content: " ";
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, #f2fafc 94%, rgba(242, 41, 91, 0) 90%);
  width: 100%;
  height: 100%;
}

.page-hrms .section-services-description label i {
  font-size: 0.8rem;
}

.page-hrms .section-services-description h2 {
  font-weight: 700;
}

.page-hrms .section-services-description h4 {
  font-weight: 700;
  font-size: 1.8rem;
}

.page-hrms .section-services-description span {
  font-size: 1rem;
}

.page-hrms .section-services-description span::before {
  content: " ";
  position: absolute;
  background-color: #FFA500;
  width: 120px;
  height: 6px;
  border-radius: 50px;
  bottom: -15%;
  left: calc(50% - 60px);
}

.page-hrms .section-services-description p {
  line-height: 1.6rem;
}

.page-hrms .section-services-description p b {
  font-weight: 600;
}

.page-hrms .section-services-description p.tag b {
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
  background: #FFA500;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 400;
  font-style: italic;
  font-size: 0.8rem;
}

.page-hrms .section-services-description img {
  filter: drop-shadow(0 0 10px #002060);
  padding: 0;
}

.page-hrms .section-point {
  background: #002060;
}

.page-hrms .section-point .title {
  font-size: 0.8rem;
}

.page-hrms .section-point .main-title {
  font-size: 2.6rem;
  line-height: 1.4em;
}

@media screen and (max-width: 575px) {
  .page-hrms .section-point .main-title {
    font-size: 1.8rem;
  }
}

.page-hrms .section-point .swiper {
  display: grid;
}

.page-hrms .section-point .swiper .swiper-wrapper {
  align-items: stretch;
}

.page-hrms .section-point .swiper .swiper-wrapper .swiper-slide {
  display: flex;
}

.page-hrms .section-point .swiper .swiper-wrapper .swiper-slide .card {
  color: #111;
}

.page-hrms .section-point .swiper .swiper-wrapper .swiper-slide .card .listing .icon {
  width: 30px;
  height: 30px;
}

.page-hrms .section-point .swiper .swiper-wrapper .swiper-slide .card .listing .desc {
  width: calc(100% - 30px);
}

.page-hrms .section-point .swiper .swiper-wrapper .swiper-slide .card .listing .desc label {
  font-size: 1.2rem;
}

.page-hrms .section-point .swiper .swiper-wrapper .swiper-slide .card .listing .desc span {
  font-size: 1rem;
}

.page-hrms .section-testimonial {
  background-color: #002060;
  color: #fff;
}

@keyframes rotate {
  0% {
    transform: rotate(-10deg);
  }

  25% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(10deg);
  }

  75% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(180deg);
  }

  25% {
    transform: rotate(170deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(170deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.page-hrms .section-testimonial .container .title {
  font-size: 0.8rem;
}

.page-hrms .section-testimonial .container .testim {
  width: 100%;
}

.page-hrms .section-testimonial .container .testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: auto;
}

.page-hrms .section-testimonial .container .testim .arrow {
  display: block;
  position: absolute;
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 8;
}

.page-hrms .section-testimonial .container .testim .arrow:before {
  cursor: pointer;
}

.page-hrms .section-testimonial .container .testim .arrow:hover {
  color: #FFA500;
}

.page-hrms .section-testimonial .container .testim .arrow.left {
  left: 10px;
}

.page-hrms .section-testimonial .container .testim .arrow.right {
  right: 10px;
}

.page-hrms .section-testimonial .container .testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 8;
  height: 12px;
}

.page-hrms .section-testimonial .container .testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.page-hrms .section-testimonial .container .testim .dots .dot.active,
.page-hrms .section-testimonial .container .testim .dots .dot:hover {
  background: #FFA500;
  border-color: #FFA500;
}

.page-hrms .section-testimonial .container .testim .dots .dot.active {
  animation: testim-scale 0.5s ease-in-out forwards;
}

.page-hrms .section-testimonial .container .testim .cont {
  position: relative;
  overflow: hidden;
}

.page-hrms .section-testimonial .container .testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.page-hrms .section-testimonial .container .testim .cont > div.inactive {
  opacity: 1;
}

.page-hrms .section-testimonial .container .testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.page-hrms .section-testimonial .container .testim .cont > div.active .img img {
  animation: testim-show 0.5s ease-in-out forwards;
}

.page-hrms .section-testimonial .container .testim .cont > div.active h2 {
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.page-hrms .section-testimonial .container .testim .cont > div.active p {
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.page-hrms .section-testimonial .container .testim .cont > div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.page-hrms .section-testimonial .container .testim .cont > div h2 {
  color: #FFA500;
  font-size: 1em;
  margin: 15px 0;
}

.page-hrms .section-testimonial .container .testim .cont > div p {
  font-size: 1.15em;
  color: #fff;
  width: 80%;
  margin: auto;
}

.page-hrms .section-testimonial .container .testim .cont > div.inactive .img img {
  animation: testim-hide 0.5s ease-in-out forwards;
}

.page-hrms .section-testimonial .container .testim .cont > div.inactive h2 {
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.page-hrms .section-testimonial .container .testim .cont > div.inactive p {
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@keyframes testim-scale {
  0% {
    box-shadow: 0 0 0 0 #eee;
  }

  35% {
    box-shadow: 0 0 10px 5px #eee;
  }

  70% {
    box-shadow: 0 0 10px 5px #002060;
  }

  100% {
    box-shadow: 0 0 0 0 #002060;
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  .page-hrms .section-testimonial .container body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .page-hrms .section-testimonial .container .testim .arrow {
    font-size: 1.5em;
  }

  .page-hrms .section-testimonial .container .testim .cont div p {
    line-height: 25px;
  }
}

.page-hrms .section-talent-profile {
  background-color: #f2fafc;
}

.page-hrms .section-talent-profile span {
  font-size: 1rem;
  line-height: 1.6rem;
}

.page-hrms .section-talent-profile span b {
  font-weight: 700;
}

.page-hrms .section-talent-profile h4::before {
  content: " ";
  position: absolute;
  background-color: #FFA500;
  width: 120px;
  height: 6px;
  border-radius: 50px;
  bottom: -40%;
  left: calc(50% - 60px);
}

.page-hrms .section-talent-profile .image:not(.small) {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin: 0 auto;
  animation: pulsebtn 1.5s infinite;
  box-shadow: 0 0 0 0 rgba(0, 32, 96, 0.5);
}

@keyframes pulsebtn {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 32, 96, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 32, 96, 0);
  }
}

.page-hrms .section-talent-profile .image.small {
  width: 50px;
  height: 50px;
}

.page-hrms .section-talent-profile .image.small::before {
  content: " ";
  position: absolute;
  background-image: url("/assets/img/hrms/tick.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  animation: tickFlash 0.6s ease-in-out infinite;
}

@keyframes tickFlash {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}

.page-hrms .section-talent-profile .image img {
  filter: invert(10%) sepia(31%) saturate(7069%) hue-rotate(209deg) brightness(97%) contrast(111%);
}

.page-hrms .section-talent-profile .content {
  font-weight: 700;
  line-height: 1.2rem;
}

.page-hrms .section-talent-profile .content label {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.page-hrms .section-talent-profile .content span {
  font-weight: 400;
}

.page-hrms .section-faq {
  background-color: #f2fafc;
}

.page-hrms .section-faq .container .title {
  font-size: 0.8rem;
}

.page-hrms .section-faq .container .accordion .accordion-item {
  border: none;
}

.page-hrms .section-faq .container .accordion .accordion-item button {
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .page-hrms .section-faq .container .accordion .accordion-item button {
    font-size: 1rem;
  }
}

.page-hrms .section-faq .container .accordion .accordion-item button:focus {
  outline: none;
  box-shadow: none;
}

.page-hrms .section-faq .container .accordion .accordion-item button:not(.collapsed),
.page-hrms .section-faq .container .accordion .accordion-item button:hover {
  background: #002060;
  color: #fff;
}

.page-hrms .section-faq .container .accordion .accordion-item button:not(.collapsed)::after,
.page-hrms .section-faq .container .accordion .accordion-item button:hover::after {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(99deg) brightness(101%) contrast(105%);
}

.page-hrms .section-faq .container .accordion .accordion-item button::after {
  background-image: url("/assets/img/hrms/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-hrms .section-faq .container .accordion .accordion-body {
  font-size: 1rem;
  line-height: 1.4rem;
}

.page-hrms .section-faq .container .accordion strong {
  font-weight: 700;
}

.page-hrms .section-contact {
  background-image: url("/assets/img/hrms/bg-contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-hrms .section-contact::after {
  content: " ";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 50vw 3vw 50vw;
  border-color: transparent transparent #f2fafc transparent;
  transform: rotate(180deg);
  top: 0;
  left: 0;
  right: 0;
}

.page-hrms .section-contact::before {
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-hrms .section-contact p a {
  color: #002060;
  text-decoration: underline;
  font-weight: 700;
}

.page-hrms .section-contact p a:hover {
  text-decoration: none;
}

.page-hrms .section-contact textarea {
  resize: none;
}

header {
  background: #002060;
  height: 70px;
  z-index: 9;
}

footer {
  font-size: 0.7rem;
}

#whatsappFloat {
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 60px;
}

#whatsappFloat .pulse-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 50%;
  background: #25D366;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  animation: pulsewa 1.5s infinite;
}

#whatsappFloat .pulse-button:hover {
  animation: none;
}

@keyframes pulsewa {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.circle-container {
  animation: fadeIn 1s ease;
}

.circle-container .center-circle {
  top: 20%;
  left: calc(50% - 200px);
  width: 400px;
  height: 400px;
  background: #002060;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 1rem;
  line-height: 1.6rem;
  box-shadow: 0 10px 20px rgba(0, 32, 96, 0.65);
  transition: transform 0.4s ease;
  animation: pulse 1.5s ease infinite;
}

@media screen and (max-width: 768px) {
  .circle-container .center-circle {
    display: none !important;
  }
}

.circle-container .center-circle:hover {
  transform: scale(1.05);
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 100px rgba(90, 153, 212, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

@media screen and (max-width: 575px) {
@keyframes pulse {
    0% {
      transform: scale(0.9);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
      transform: scale(0.9);
      box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
}

.circle-container .item {
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.2;
  background: rgba(242, 250, 252, 0.65);
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 4px 8px rgba(0, 32, 96, 0.1);
  transition: all 0.3s ease;
  animation: popIn 0.6s ease forwards;
  opacity: 0;
  color: #111;
  position: relative;
}

@media screen and (max-width: 768px) {
  .circle-container .item {
    top: unset !important;
    bottom: unset !important;
  }
}

.circle-container .item:hover {
  color: #002060;
  transform: scale(1.1) rotate(-1deg);
}

@media screen and (max-width: 575px) {
  .circle-container .item:hover {
    transform: scale(1) rotate(0deg);
  }
}

.circle-container .item1 {
  top: -15%;
  animation-delay: 0.1s;
}

.circle-container .item2 {
  top: -30%;
  animation-delay: 0.2s;
}

.circle-container .item3 {
  top: -15%;
  animation-delay: 0.3s;
}

.circle-container .item4 {
  bottom: -15%;
  animation-delay: 0.4s;
}

.circle-container .item5 {
  bottom: -30%;
  animation-delay: 0.5s;
}

.circle-container .item6 {
  bottom: -15%;
  animation-delay: 0.6s;
}

.circle-container label.msg-display {
  margin-top: 10px;
}

/* Animations */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.modal#staticBackdrop .modal-body .cover {
  position: relative;
  background-image: url("/assets/img/hrms/bg-contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 150px;
}

.modal#staticBackdrop .modal-body .cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.modal#staticBackdrop .modal-body .cover::before {
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal#staticBackdrop .modal-body .cover button {
  z-index: 2;
  top: 15px;
  right: 25px;
}

.modal#staticBackdrop .modal-body .cover h1 {
  z-index: 2;
  font-size: 1.8rem;
}

