@font-face {
  font-family: 'gobold-regular';
  src: url('../fonts/gobold-regular.otf') format('TrueType');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h5,
h6,
a {
  font-family: 'gobold-regular';
}
h1 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 36px;
  color: #293A9D;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 26px;
  color: #293A9D;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 20px;
  font-family: 'gobold-regular';
  font-weight: 600;
}
p {
  font-size: 18px;
  font-family: 'Mulish';
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}
li {
  font-size: 18px;
}
li.parsley-required {
  color: red;
  list-style-type: none;
}
.parsley-errors-list {
  padding-left: 0px;
}
small {
  font-size: 14px;
  font-family: Mulish;
  color: #737373;
}
.sec-bgcolor {
  background-color: #001F41;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
.form-button {
  width: 175px;
  height: 45px;
  font-family: 'gobold-regular';
  margin-bottom: -65px;
  background-color: #435EF9;
}
@media (max-width: 767px) {
  .form-button {
    margin-bottom: -60px;
  }
}
.form-control::placeholder {
  color: #525252 !important;
}
.form-select {
  color: #525252 !important;
}
.hero-section .flex-0 {
  flex: 0;
}
@media (max-width: 991px) {
  .hero-section .flex-0 {
    flex: 0 0 auto;
  }
}
.hero-section .list-unstyled img {
  width: 30px;
}
.hero-section .list-text {
  color: #FFDE00;
  font-family: 'gobold-regular';
}
.hero-section .form-division :where(.form-control,.form-select) {
  border-bottom: 1px solid #A3A3A3 !important;
  border: 1px solid #fff;
  border-radius: 0px !important;
  padding: 15px 0px;
}
.hero-section .form-division :where(.form-control:focus,.form-select:focus) {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .hero-section .form-division {
    margin-bottom: 30px;
  }
}
.position-fixed-button {
  transform: rotate(-90deg);
  position: fixed;
  right: -95px;
  top: 300px;
  z-index: 999999999999999999;
}
.position-fixed-button .enquirenow-fixedbutton {
  font-size: 20px;
  padding: 3px 25px;
  background-color: #435EF9;
  color: white;
}
.hrm-section {
  background-color: #ECEFFE;
}
.hrm-section .fst-italic {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .why-hrm-section .container,
  .why-hrm-section .container-lg,
  .why-hrm-section .container-md,
  .why-hrm-section .container-sm,
  .why-hrm-section .container-xl {
    max-width: 1300px;
  }
}
@media (max-width: 991px) {
  .why-hrm-section .p-5 {
    padding: 1rem!important;
  }
}
@media (max-width: 767px) {
  .why-hrm-section .flex-direction {
    flex-direction: column-reverse;
  }
  .why-hrm-section .form-button {
    margin: 0px auto;
    display: block;
  }
}
.whyhrm-desc {
  background-color: #F4F5F7;
}
.whyhrm-desc1-img {
  top: 265px;
  z-index: -99999999999;
}
.whyhrm-desc2-img {
  z-index: -99999999999;
  left: 0px;
  top: 900px;
}
@media screen and (min-width: 991px) and (max-width: 1190px) {
  .whyhrm-desc2-img {
    top: 650px;
  }
}
.whyhrm-desc3-img {
  bottom: 225px;
  z-index: -99999999999;
}
.whyhrm-title {
  color: #0E1542;
}
.humans-together {
  background-color: #001F41;
}
@media (max-width: 767px) {
  .humans-together {
    text-align: center;
  }
  .humans-together img {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .humans-together .gap-5 {
    gap: 0rem !important;
  }
}
@media (max-width: 767px) {
  .footer .col-md-4:not(:last-child) {
    padding-bottom: 24px;
  }
}
.testimonial-section #testimonials-slider .item {
  background-color: #ECEFFE;
  border-radius: 10px;
}
.testimonial-section #testimonials-slider .fst-italic {
  font-weight: 600;
}
.testimonial-section #testimonials-slider p {
  color: #525252;
}
.testimonial-section .testimonial-icon1 {
  top: 20px;
  z-index: 99999999;
}
.testimonial-section .testimonial-icon2 {
  bottom: -50px;
  z-index: 99999999;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-icon1 {
    top: 50px;
  }
  .testimonial-section .testimonial-icon2 {
    bottom: -10px;
  }
}
@media (max-width: 400px) {
  .testimonial-section .testimonial-icon1 {
    top: 70px;
  }
  .testimonial-section .testimonial-icon2 {
    bottom: -20px;
  }
}
#testimonials-slider .owl-nav .owl-prev,
#testimonials-slider .owl-nav .owl-next {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  font-size: 60px;
  width: 50px;
  height: 50px;
  line-height: 20px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  #testimonials-slider .owl-nav .owl-prev,
  #testimonials-slider .owl-nav .owl-next {
    top: 70%;
  }
}
#testimonials-slider .owl-nav .owl-prev {
  left: 220px;
}
@media (max-width: 991px) {
  #testimonials-slider .owl-nav .owl-prev {
    left: 50px;
  }
}
#testimonials-slider .owl-nav .owl-prev span,
#testimonials-slider .owl-nav .owl-next span {
  height: 34px;
  min-height: 0;
  display: inline-block;
}
#testimonials-slider .owl-nav .owl-prev:hover span,
#testimonials-slider .owl-nav .owl-next:hover span {
  color: #FFDE00;
}
#testimonials-slider .owl-nav .owl-next {
  right: 220px;
}
@media (max-width: 991px) {
  #testimonials-slider .owl-nav .owl-next {
    right: 50px;
  }
}
/* modal-css-starts */
.modal {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  z-index: 99999999999999999;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal.modal-show {
  animation: fadeIn 0.1s ease-in-out forwards;
}
.modal.modal-hide {
  animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}
.modal-content1 {
  position: relative;
  background-color: white;
  margin: 2rem;
  padding: 2rem;
  border-radius: 0.25rem;
  width: 35%;
  max-height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid white;
}
.modal.modal-show .modal-content1 {
  animation: fadeInDown 0.3s ease-in-out forwards;
}
.modal.modal-hide .modal-content1 {
  animation: fadeOutUp 0.2s ease-in-out forwards;
}
.modal-content1 h1 {
  text-align: center;
  margin-bottom: 2rem;
}
.modal-content1 p {
  margin: 1rem 0;
  line-height: 1.5rem;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 0 0.75rem;
  color: black;
  cursor: pointer;
  user-select: none;
  background: white;
}
.modal-close:hover,
.modal-close:focus {
  color: rgba(0, 0, 0, 0.5);
}
/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-3rem);
  }
}
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
  .modal-content1 {
    width: 100%;
  }
}
