@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Philosopher:wght@400;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  margin-top: 0 !important;
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black-500);
  background-color: var(--color-white-100);
  overflow-x: hidden !important;
}

a {
  color: goldenrod;
}

/* Number field arrow remove  */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.job-title {
  font-family: "Philosopher", sans-serif;
}

h2,
h1 {
  font-family: "Philosopher", sans-serif;
}

.short_desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.py-2em {
  padding: 2em 0;
}

.donate-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 1em;
  width: 100%;
  padding: 2em 0;
}

.donate-card {
  padding: 1em;
  /* border: 2px solid #cabb78; */
}

.donate-card p {
  font-size: 14px;
  margin-bottom: 15px;
}

td,
th {
  /* border: 1px solid #dddddd; */
  text-align: left;
  padding: 5px 3px;
  font-size: 14px;
}

.active-donate-card {
  background-color: #f8f4e4;
}

.breadcrumb {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.116);
  display: inline;
  padding: 0.5em 1em;
  margin-top: 5px;
}

.breadcrumb a {
  color: #112f48 !important;
}

.amount-select {
  padding: 10px 20px;
  width: 60%;
}

.donate-submit-btn {
  padding: 13px 30px;
  border: none;
  outline: none;
  color: #112f48;
  background-color: #cabb78;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
}
.donate-form {
  display: flex;
  gap: 5px;
}
.donate-form select {
  appearance: none;
  background-position: right 1rem center;
}
.primary-btn {
  padding: 15px 24px;
  color: #162c53;
  background-color: #cabb78;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.primary-btn:hover {
  background-color: #162c53;
  color: #cabb78;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.advance-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  color: #162c53;
  background-color: #cabb78;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.advance-filter--width-full {
  width: 100%;
}
.advance-filter--full {
  @media (max-width: 600px) {
    width: 100%;
  }
}

.advance-filter--margin {
  margin: 45px 0;
}

.advance-filter:hover {
  background-color: #162c53;
  color: #cabb78;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mx_hoverd:hover {
  background-color: #fff;
  color: #162c53;
}

.btn-sm {
  padding: 9px 18px;
  font-size: 14px;
}

.secondary-btn {
  padding: 15px 21px;
  border-radius: 100px;
}

.login-btn {
  font-size: 18px;
  color: #162c53;
  border: 1px solid #ddd;
  transition: 0.3s ease-in-out;
}

.login-btn:hover {
  background-color: #e7e7e7;
}

.donate-btn {
  padding: 18px 24px;
  display: inline-block;
  transition: padding 0.3s ease-in-out;
  /* width: 50%; */
}

.mx_donate_btn {
  padding: 16px 20px !important;
}

/* icon  */
.feather-16 {
  width: 16px;
  height: 16px;
}

.feather-24 {
  width: 24px;
  height: 24px;
}

.feather-32 {
  width: 32px;
  height: 32px;
}

.container {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0 35px !important;

  @media only screen and (max-width: 600px) {
    padding: 0 35px !important;
  }
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky {
  position: sticky !important;
  top: 0;
  z-index: 92;
  height: 100px;
  transition: height 0.4s ease-in-out;
}

.navbar .logo {
  text-decoration: none;
  color: #122f48;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  width: 133px;
  height: 47px;
  flex-shrink: 0;
  margin-right: 40px;
  margin-top: -24px;
  transition: width 0.4s ease-in-out;
}

.mx_smooth_logo {
  width: 125px !important;
}

.img-and-links {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.4s ease-in-out;
}

.mx_scrolled_links {
  height: 80px !important;
}

/* nav menu button */
.menu-btn {
  color: black;
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.navbar .menu-btn__lines,
.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: #132f48;
  transition: all 0.4s ease-in-out;
}

.navbar .menu-btn__lines::before {
  transform: translateY(-0.5rem);
}

.navbar .menu-btn__lines::after {
  transform: translateY(0.5rem);
}

.navbar .menu-items {
  display: flex;
  align-items: center;
}

.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}

.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}

.navbar ul li a {
  text-decoration: none;
  color: #112f48;
}

/* dropdown menu */
.navbar .dropdown {
  position: relative;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -webkit-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -moz-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -ms-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -o-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.navbar .dropdown-menu,
.menu-right {
  position: absolute;
  background: #e9ecef;
  width: max-content;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
  top: 110%;
  border-top: 1px solid white;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -webkit-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -moz-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -ms-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -o-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  @media (max-width: 1110px) {
    box-shadow: none;
    background: none;
  }
}

.navbar .menu-right {
  top: 0;
  left: 100%;
}

.navbar .dropdown-menu,
.menu-left {
  left: unset;
  left: 0;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -webkit-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -moz-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -ms-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -o-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.navbar .menu-left {
  left: -100%;
}

.navbar .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #878c95;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  /* letter-spacing: 0.25px; */
  white-space: nowrap;
  margin-top: 0 !important;

  @media (max-width: 1295px) {
    padding: 0.5rem 0.6rem;
  }
}

ul.menu-items li.donate-button {
  @media (max-width: 1218px) {
    display: none;
  }
}

/* ul.menu-items > li > a {
  padding: 16px 36px 16px 0px !important;
} */

.navbar .menu-item:hover {
  color: #162c53;
}

.menu-item.first-item {
  padding: 1.5rem 0.5rem;
}

.sub-menu > .menu-item {
  padding: 0;
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  /* left: 0; */
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.chaplaincy .dropdown-menu {
  display: none;
}

/* .chaplaincy:hover .dropdown-menu {
  display: block;
  left: 100%;
  top: 50% !important;
} */

.navbar .dropdown-right:hover .menu-right {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown-right:hover .menu-left {
  left: -100%;
}

/* mega menu  */
.navbar .mega-menu {
  position: absolute;
  left: 0;
  width: 100vw;
  top: 65px;
  border-top: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.mega-menu .content {
  background: #e9ecef;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
}

.blog .content {
  grid-template-columns: repeat(4, 1fr);
}

.content .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 3rem;
}

.content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}

.content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.content .col img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.content .col .img-wrapper:hover img {
  transform: scale(1.1);
}

.content .col .menu-title {
  color: #ff5722;
  font-size: 1.2rem;
  line-height: 3rem;
  font-weight: bold;
}

.content .col p {
  line-height: 1.2rem;
  margin-top: 5px;
  color: #112f48;
}

.content .col .mega-links {
  border-left: 1px solid #3c3c3c;
}

.content .col .read-more {
  font-size: 16px;
  display: flex;
  padding-top: 1rem;
  color: #03a9f4;
  transition: color 0.3s ease;
  justify-content: flex-end;
  padding-right: 10px;
}

.col .mega-links li,
.col .mega-links li a {
  padding: 0 1rem;
}

.menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.content .col .read-more:hover {
  color: #ff5722;
}

.cta-buttons {
  font-family: Philosopher;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  transition: 0.5s all ease-in;
}

.un {
  display: inline-block;
}

.un::after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: #162c53;
  transition: 300ms;
}

.un:hover::after {
  width: 100%;
}

.mobile-buttons {
  display: none;
}

/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #132f48;
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #132f48;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: box-shadow 0.4s ease-in-out;
  box-shadow: 10px -9px 25px rgba(128, 128, 128, 0.4);
}

.mx_nav_height {
  height: 80px;
}

.scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6.44px);
  box-shadow: 0 15px 30px #0000000a, 0 1.8px 3.5px #00000005;
}

.menu-items-2 {
  display: none;
}

/* Responsive style */
@media screen and (max-width: 1110px) {
  .navbar .menu-items {
    display: none;
  }
  .menu-items-2 {
    display: block;
  }
  header {
    padding: 0;
  }
  header .container {
    margin: 0;
    padding: 0;
  }
  .cta-buttons {
    display: none;
  }
  .navbar {
    padding: 10px 0;
  }
  .overflow {
    overflow: hidden;
  }
  .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .overlay--active {
    opacity: 1;
    visibility: visible;
  }
  .menu-btn {
    display: flex;
  }
  .menu-items-2 {
    position: fixed;
    width: 50%;
    height: 100vh;
    max-height: initial;
    overflow-y: auto;
    padding: 1rem;
    padding-top: 6rem;
    top: 0px;
    right: -100%;
    background: #fcfcfc;
    display: block;
    transition: 0.3s ease-out;
    z-index: 999;
  }
  .menu-items-2.open {
    right: 0%;
  }

  .menu-items-2 li {
    padding-left: 0.5rem;
  }

  /* .menu-items-2 li:first-child {
    margin-top: 20px;
  } */
  .menu-items-2 li a {
    padding: 10px 1rem;
    display: block;
    font-size: 18px;
    color: #162c53;
  }
  .menu-items-2 .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }
  .menu-item-2.first-item {
    padding: 1rem 1rem;
  }
  /* DROPDOWN, MEGA MENUS */
  .menu-items-2 .dropdown-menu,
  .menu-items-2 .menu-right,
  .menu-items-2 .mega-menu {
    position: static;
    opacity: 1;
    top: 4rem;
    visibility: visible;
    margin-left: -18px;
    width: auto;
    max-height: 0px;
    transform-origin: left;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 0px;
  }
  .menu-items-2 .dropdown-menu,
  .menu-items-2 .menu-right {
    margin-left: 20px;
  }
  .menu-items-2 .mega-menu .col {
    padding-left: 1rem;
  }
  .expand-btn.open + .sample {
    max-height: 500px;
  }
  .expand-btn.open + .blog.sample {
    max-height: 100%;
    transform: scaleZ(1);
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .navbar .sample {
    border-top: none;
  }
  .sample li {
    margin: 0;
  }
  .sample li:last-child {
    border-bottom: none;
  }
  .sample li a {
    font-size: 1rem;
  }
  .mega-menu .content {
    grid-template-columns: auto;
    padding: 1rem 1rem 0 1rem;
  }
  .mega-menu .content .col {
    width: 100%;
    padding-top: 1remf;
    margin-bottom: 0.5rem;
  }
  .mobile-buttons {
    display: grid;
    gap: 20px;
    text-align: center;
  }
  .col .mega-links li,
  .col .mega-links li a {
    padding: 0 0.5rem;
  }
  .content .col .mega-links {
    border-left: 0;
    padding-left: 0.5rem;
  }
  .col .mega-links li {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .menu-items-2 {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .menu-items-2 {
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .menu-items-2 {
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .menu-items-2 {
    width: 100%;
  }
}

.hero-section {
  background-image: url("/img/BG.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 36px;
  border-radius: 24px 24px 0px 0px;

  @media screen and (max-width: 600px) {
    margin: 0 0px;
    border-radius: 0;
  }
}

.filter-section {
  border-radius: 0px 0px 24px 24px;
  background: var(--light-surface, #f5f6f8);
  margin: 0 36px;

  @media screen and (max-width: 600px) {
    margin: 0 0px;
  }
}
.hero-section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5em;
  padding-top: 3em;

  @media (max-width: 768px) {
    gap: 2rem;
  }
}

.hero-section-content .hero-content {
  width: 38%;
  @media (max-width: 768px) {
    width: 100%;
  }
}
.hero-section-content .hero-img {
  width: 40%;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  overflow: hidden;
  @media (max-width: 768px) {
    width: 80%;
  }
}

.hero-h1 {
  font-size: clamp(2rem, 3vw, 8vh);
  font-family: "Philosopher", sans-serif;
  color: white;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px; /* 113.158% */
  letter-spacing: -1px;

  @media only screen and (max-width: 1200px) {
    font-size: clamp(3rem, 2vw, 6vh);
    line-height: 64px;
  }
  @media only screen and (max-width: 992px) {
    font-size: 44px;
    line-height: 54px;
  }
}
.hero-h1 span {
  color: #cabb78;
}

.hero-info {
  color: white;
  font-size: 16px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.hero-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.hero-buttons .employer-btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.hero-buttons .jobseeker-btn {
  background-color: white;
  color: #162c53;
}

.search-section {
  background-image: url("./img/searcingbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 0px 24px 24px;
  -webkit-border-radius: 0px 0px 24px 24px;
  -moz-border-radius: 0px 0px 24px 24px;
  -ms-border-radius: 0px 0px 24px 24px;
  -o-border-radius: 0px 0px 24px 24px;
}

.search-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 20px;
}
.search-content h2 {
  font-size: clamp(2rem, 4vw, 2vh);
  font-family: "Philosopher", sans-serif;
  color: #162c53;
  line-height: 46px;
  width: 100%;

  @media (max-width: 550px) {
    display: none;
  }
}

.search-filters {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 16px;
  padding-bottom: 90px;
  @media only screen and (max-width: 1200px) {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }

  @media only screen and (max-width: 1080px) {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }
  @media only screen and (max-width: 900px) {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
  @media only screen and (max-width: 620px) {
    grid-template-columns: auto;
  }
}

.search-filters .filters {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  border-radius: 100px;
  border: 1px solid rgb(212, 212, 212);
  position: relative;
}
/* .search-filters .filters select {
  background: white;
  width: 100%;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
} */
.search-filters .filters .form-control {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  /*padding: .375rem 2.25rem .375rem .75rem;
	*/
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #22272b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: none;
  border-radius: 50px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 18px 24px 18px 56px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */

  @media (max-width: 600px) {
    padding: 8px 24px 8px 56px;
  }
}
.search-filters .filters .form-control:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
input[type="number"] {
  background-image: none !important;
}
.search-filters .filters .form-control + .bx {
  display: none;
}
.filters .mx-left-icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

.filters .mx_any_arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.search-filters .filters i {
  cursor: pointer;
  font-size: 20px !important;
  color: #22272b;
  pointer-events: none;
}
.search-filters .filters .bx-search {
  color: #fff;
}

.filters input {
  border: none;
  outline: none;
  padding: 5px 10px;
  overflow: hidden;
}

.search-btn {
  padding: 16px;
  background-color: #112f48 !important;
  color: white !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.filters.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.filters.search-btn:hover i {
  color: #162c53;
}

.search-btn button {
  color: var(--Mercy-golden, #cabb78);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.search-btn:hover {
  background-color: var(--Mercy-golden, #cabb78) !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.search-btn:hover button {
  color: white !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#job_Cate_button {
  width: 100%;
  padding: 16px;
  height: 100%;
  text-align: left;

  @media (max-width: 600px) {
    padding: 8px;
  }
}
#job_Cate_button:hover {
  background: transparent !important;
}
#btn-job-classification {
  margin-left: 2.5rem;
  padding: 0px;
  display: inline-block;
  color: #22272b !important;
  font-size: 16px;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  -webkit-font-feature-settings: "clig" off, "liga" off;
  -moz-font-feature-settings: "clig" off, "liga" off;
}
#multi-column-wrapper {
  position: absolute !important;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
#multi-column-wrapper .feather {
  position: absolute;
  bottom: 17px;
  right: 15px;
}
.apply {
  /* apply shamim sarkar  */
  width: 100%;
  height: 3.5em;
  outline: none;
  border: 1px solid #cabb78;
  padding: 1em;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  border-radius: 20px;
}

.cover-submit-btn {
  margin-top: 1em;
}
/* .search-filters .filters:nth-last-child(1) {
  background-color: #162c53;
  justify-content: center;
  align-items: center;
} */
/* .search-filters .filters:nth-last-child(1) button {
  color: white;
} */

.scholer {
  padding: 90px 0;
  @media (max-width: 600px) {
    padding: 45px 0;
  }
}

.splide__arrow {
  top: 70% !important;
}

.scholer__bg {
  border-radius: 24px;
  background: #fff;
}

.scholer__header {
  text-align: center;
  padding-bottom: 76px;
  font-size: clamp(2rem, 56px, 8vh);
  font-family: "Philosopher", sans-serif;
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 72.8px */
  @media (max-width: 1200px) {
    font-size: clamp(2rem, 46px, 6vh);
  }
  @media (max-width: 600px) {
    font-size: clamp(1.5rem, 40px, 4vh);
    padding-bottom: 36px;
  }
  @media (max-width: 500px) {
    font-size: clamp(1.2rem, 36px, 4vh);
    padding-bottom: 36px;
  }
}

.scholer__header span {
  color: #cabb78;
}

.scholer__img {
  width: 250px;
  height: 250px;
  padding: 5px;
}

.scholer__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scholer__contents {
  position: relative;
  padding: 0 4em;
  @media only screen and (max-width: 500px) {
    padding: 0 2.2em;
  }
}

/*
  .splide__track {
    margin-bottom: 50px !important;
  } */
.scholer__items {
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.scholer__name {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  padding-top: 24px;
}

.scoler__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.scholer__Slickbutton {
  position: absolute;
  width: 100%;
  height: 80%;
  top: -1rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 800;
}

.scholarPrev__button,
.scholarNext__button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #162c53;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.scholarPrev__button:hover,
.scholarNext__button:hover {
  background: #162c53;
  color: #cabb78;
  transition: 0.2shh;
}
/* 
.bx {
  font-size: 24px !important;
}

.scholarPrev__button {
  left: -60px;
}

@media only screen and (max-width: 810px) {
  .scholarPrev__button {
    left: -10%;
  }
}
@media only screen and (max-width: 600px) {
  .scholarPrev__button {
    left: -14%;
  }
}
@media only screen and (max-width: 500px) {
  .scholarPrev__button {
    left: 0;
  }
  .scholarNext__button{
    right: 4px;
  }
} */
/*======== eimams starts =========*/
.eimams {
  background: url("../img/employesbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 90px 0;

  @media only screen and (max-width: 1200px) {
    padding: 90px 0;
  }
  @media only screen and (max-width: 992px) {
    padding: 60px 0;
  }
}

.eimams__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 120px 0;
}

.eimams__imgItems {
  width: 458px;
  height: 452px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;

  @media only screen and (max-width: 768px) {
    scale: 0.8;
  }
  @media only screen and (max-width: 460px) {
    scale: 0.6;
  }
}

.eimams__imgItems--jobsbg {
  width: 130px;
  height: 130px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.eimams__imgItemsJobs {
  width: 108px;
  height: 108px;
  padding: 10px;
  background: #cabb78;
  text-align: center;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(10%, -10%);
}

.eimams__imgItemsJobs p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #162c53;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Philosopher", sans-serif;
  line-height: 36px;
}

.eimams__imgItemsJobs span {
  color: var(--Text-color-blue, #162c53);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 17.6px */
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.eimams__contents {
  padding-left: 60px;
  /* padding-right: 130px; */
  @media only screen and (max-width: 820px) {
    padding-left: 0px;
  }
}

.button {
  display: flex;
  align-items: center;
  gap: 1em;
}

.eimams__contents h2 {
  color: #162c53;
  font-size: clamp(2rem, 64px, 8vh);
  font-weight: 700;
  line-height: normal;
  font-family: "Philosopher", sans-serif;

  @media only screen and (max-width: 600px) {
    font-size: clamp(2rem, 52px, 6vh);
  }
  @media only screen and (max-width: 430px) {
    font-size: clamp(2rem, 40px, 5vh);
  }
  @media only screen and (max-width: 360px) {
    font-size: clamp(2rem, 32px, 4vh);
  }
}

.eimams__contents h2 span {
  color: #cabb78;
}

.eimams__contents p {
  font-family: "Inter", sans-serif;
  padding: 36px 36px 0px 0;
  text-align: justify;
  line-height: 2;
  width: 100%;
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */

  @media only screen and (max-width: 820px) {
    padding: 0px;
  }
}

@media only screen and (max-width: 820px) {
  .d-flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 425px) {
  .eimams__imgItems {
    width: auto !important;
    height: auto !important;
  }
  .eimams__imgItemsJobs p {
    font-size: 18px;
  }
  .eimams__imgItemsJobs span {
    font-size: 18px;
  }
}

/*======== About us starts =========*/

/* .call-to-action {
  border-radius: 16px;
  background: var(--light-divider, #f2f3f4);
  padding: 60px 85px;
  margin: 100px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
} */
.call-to-action h3 {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  @media only screen and (max-width: 768px) {
    font-size: 28px;
    line-height: 100%;
  }
  @media only screen and (max-width: 500px) {
    font-size: 22px;
    line-height: 100%;
  }
}
.call-to-action h3 span {
  color: var(--Mercy-golden, #cabb78);
  font-feature-settings: "clig" off, "liga" off;

  /* Headline 5 */
  font-family: Philosopher;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.recruitments {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;

  @media only screen and (max-width: 768px) {
    flex-direction: column-reverse;
  }
}
.recruitments h2 {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;

  @media only screen and (max-width: 1200px) {
    font-size: 40px;
    line-height: 100%;
  }
  @media only screen and (max-width: 768px) {
    text-align: center;
    font-size: 34px;
    line-height: 100%;
  }
  @media only screen and (max-width: 343px) {
    text-align: center;
    font-size: 28px;
    line-height: 100%;
  }
}

.mx-toggle-para {
  height: 0px;
  overflow: hidden;
  transition: height ease-in-out 0.5s;
}

.mx-active-para {
  height: 430px;
}

.recruitments p,
.mx-form-founder p {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin-top: 28px;

  @media only screen and (max-width: 768px) {
    text-align: justify;
  }
}
.recruitments p a {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.recruitments .content {
  width: 60%;

  @media only screen and (max-width: 768px) {
    width: 100%;
  }
}
.recruitments .content h2 {
  @media (max-width: 768px) {
    text-align: start;
  }
}

.recruitments .image {
  width: 40%;
  @media only screen and (max-width: 768px) {
    width: 60%;
  }
}
.recruitments .content p {
  width: 90%;
  @media only screen and (max-width: 768px) {
    width: 100%;
  }
}
.login-registration-card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
  margin: 100px 0;
  @media only screen and (max-width: 768px) {
    flex-direction: column;
  }
}
.registration-card {
  border-radius: 21.468px;
  border: 1px solid #e4e4ed;
  background: var(--Mercy-golden, #cabb78);
  box-shadow: 0px 7.51379px 15.02759px 0px rgba(8, 15, 52, 0.03);
  padding: 80px 56px;

  @media only screen and (max-width: 992px) {
    padding: 40px 30px;
  }
}
.registration-card h2 {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
.registration-card p {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 36px;
}
.bg-white {
  background-color: #fff;
}

/*======== Featured Jobs starts =========*/

.featured-job {
  width: clamp(200px, 50%, 500px);
  height: 500px;
  border-radius: 24px;
  border: 1px solid #e4e4ed;
  background: #fff !important;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: start !important;
  justify-content: space-around !important;
  @media only screen and (max-width: 900px) {
    width: 100%;
  }
}

.job-header h2 {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 36px;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 130%; /* 46.8px */

  @media (max-width: 1350px) {
    font-size: 30px;
    line-height: 110%;
  }
  @media (max-width: 992px) {
    font-size: 30px;
    line-height: 110%;
  }
  @media (max-width: 436px) {
    font-size: 26px;
    line-height: 110%;
  }
  @media (max-width: 346px) {
    font-size: 22px;
    line-height: 110%;
  }
}
.job-meta .job-type {
  padding: 9px 24px;
  border-radius: 8px;
  background: var(--Gray-6, #f2f2f2);
  color: #162c53;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */

  @media only screen and (max-width: 436px) {
    padding: 9px 14px;
  }
}
.job-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid #dbdbdb;
  @media (max-width: 932px) {
    flex-direction: column;
    align-items: start;
    gap: 0.75rem;
  }
  @media (max-width: 767px) {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
  @media (max-width: 386px) {
    flex-direction: column;
    align-items: start;
    gap: 0.75rem;
  }
}
.job-meta .post-date {
  color: var(--light-text-color-2, #8c92a4);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.featured-job .description {
  margin-top: 18px;
}
.salary {
  text-align: left !important;
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px;
}
.salary span {
  color: var(--light-text-color-2, #8c92a4);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.location {
  color: var(--light-text-color-2, #8c92a4);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.location svg {
  width: 16px;
  height: 16px;
}
.description p {
  text-align: justify !important;
  color: #162c53;
  margin: 15px 0;
}
.job-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  @media only screen and (max-width: 436px) {
    width: 100%;
  }
}

.job-footer .logo img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 3px solid #112f48;
}

/*======== endorsement starts =========*/
.endorsement {
  padding: 120px 0;
  padding-bottom: 160px;
  overflow-x: hidden;

  @media only screen and (max-width: 1200px) {
    padding: 80px 0;
  }
  @media only screen and (max-width: 992px) {
    padding: 60px 0;
  }
  @media only screen and (max-width: 600px) {
    padding: 50px 0;
  }
}
.endorsement .endorsementM {
  width: 100vw;
}
.endorsementM .swiper-pagination {
  margin-left: -210px;
}
.endorsement__header {
  text-align: center;
  padding-bottom: 72px;
  font-size: clamp(2rem, 4vw, 8vh);
  font-family: "Philosopher", sans-serif;

  @media only screen and (max-width: 600px) {
    padding-bottom: 30px;
  }
}

.endorsemnent__img {
  width: 47px;
  height: 40px;
  flex-shrink: 0;
  mix-blend-mode: multiply;
  filter: contrast(1);
  @media only screen and (max-width: 800px) {
    width: 30px;
    height: 30px;
  }
}
.endorsement__contents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.swiper-wrapper {
  /* transform: translate3d(-10px, 0px, 0px) !important; */
}

.endorsement__items {
  display: flex;
  flex-direction: column;
  align-items: start !important;
  background: #f5f6f8;
  border-radius: 24px;
  border: 1px solid #e4e4ed;
  padding: 56px 49px;
  width: clamp(350px, 50%, 500px) !important;
  height: auto !important;

  @media only screen and (max-width: 800px) {
    padding: 1.5rem;
  }
}

.endorsement__text {
  text-align: justify;
  color: #162c53;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 453px;
  padding: 24px 0 56px 0;
  @media only screen and (max-width: 800px) {
    font-size: 16px;
    text-align: justify;
    padding: 0;
    max-width: 100%;
  }
}

.endorsement__inner {
  display: flex;
  align-items: center;
}

.endorsement__innerImg {
  width: 74px;
  height: 74px;
  border-radius: 100px;
  overflow: hidden;
  /* @media (max-width: 400px) {
    width: 120px;
  } */
}

.endorsement__innerImg img {
  width: 100%;
  height: 100%;
  /* @media (max-width: 400px) {
    width: 120px;
  } */
}

.endorsement__innerText {
  /* padding-left: 16px; */
  text-align: left;
}
.endorsement__innerText h3 {
  text-align: left;
}

.endorsement__innerText a {
  color: #162c53;
  font-size: 20px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
}

.endorsement__innerText p {
  color: #162c53;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  @media (max-width: 500px) {
    font-size: 12px;
  }
}

.endorsement__ItemsSlider {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 8px !important;
  margin: 0 3px !important;
  background: #e1e1e1 !important;
  border-radius: 40px !important;
  transition: 0.4s !important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 40px !important;
  background: #cabb78 !important;
  transition: 0.4s !important;
}

.swiper-pagination-bullet:hover {
  width: 40px !important;
  background: #cabb78 !important;
  transition: 0.4s !important;
}

.swiper.endorsementM {
  overflow-y: visible !important;
}

.swiper-pagination {
  position: absolute !important;
  bottom: -48px !important;
}

@media only screen and (max-width: 425px) {
  .endorsement__items {
    padding: 20px !important;
    margin: 0;
    width: 100% !important;
    text-align: justify;
  }
}
/*======== endorsement ends =========*/
/*======== employers starts =========*/

.top-employer {
  /* background: url("./img/employesbg.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 120px 0;

  @media only screen and (max-width: 1200px) {
    padding: 100px 0;
  }
  @media only screen and (max-width: 992px) {
    padding: 60px 0;
  }
  @media only screen and (max-width: 600px) {
    padding: 50px 0;
  }
}

.swiper .featured-jobs {
  overflow-y: visible !important;
  width: 100vw;
}

.employes__contents {
  padding: 120px 0;
}

.employes__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.employes__header h2 {
  color: #162c53;
  font-size: clamp(2rem, 4vw, 2vh);
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Philosopher", sans-serif;

  @media (max-width: 600px) {
    font-size: clamp(2rem, 3vw, 2vh);
  }
  @media (max-width: 375px) {
    font-size: clamp(1.5rem, 1vw, 1vh);
  }
}

.employe__slickButton {
  display: flex;
}

.emp__prev__button,
.emp__next__button,
.featureNext__button,
.featurePrev__button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #162c53;
  border-radius: 50%;
  margin-left: 8px;
}

.emp__prev__button:hover,
.emp__next__button:hover,
.featureNext__button:hover,
.featurePrev__button:hover {
  border-color: #cabb78;
  background: #cabb78;
  transition: 0.4s;
}

.employes__partner {
  display: flex;
  padding-top: 36px;
}

.employes_partnerImg {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.employes_partnerImg p {
  color: #162c53;
  font-size: "Philosopher", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Philosopher", sans-serif;
  padding-top: 12px;
}

.employes_partnerImg p a {
  font-size: 18px;
  color: #162c53;
  font-size: "Philosopher", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Philosopher", sans-serif;
  padding-top: 12px;
}
.employe_img img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
/*======== employers end =========*/
/*======== vedio starts =========*/
@media only screen and (max-width: 780px) {
  .vedio__contents {
    flex-direction: column;
  }
}
.vedio {
  background: #ffffff;
  padding: 120px 0;

  @media only screen and (max-width: 1200px) {
    padding: 80px 0;
  }
  @media only screen and (max-width: 992px) {
    padding: 60px 0;
  }
  @media only screen and (max-width: 600px) {
    padding: 50px 0;
  }
}

iframe {
  border-radius: 10px;
}

.vedio__contents {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.vedio__contents .swiper {
  width: 100%;
}

.vedio__items {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .swiper {
    width: 100% !important;
  }
}

.vedio__img {
  padding-bottom: 28px;
  /* width: 415px; */
  /* height: 225px; */
}

.vedio__itemsSlider {
  display: flex;
  justify-content: center;
}

.vedio__itemsSlider .itemSLider {
  width: 20px;
  height: 8px;
  margin: 0 3px;
  background: #e1e1e1;
  border-radius: 40px;
}

.vedio__itemsSlider .itemSLider:hover {
  width: 40px;
  background: #cabb78;
  transition: 0.4s;
}

.max-pagination-bullet {
  width: 20px;
  height: 8px;
  margin: 0 3px;
  background: #e1e1e1;
  border-radius: 40px;
  transition: 0.4s;
  opacity: 1;
}

.max-pagination-bullet-active {
  width: 40px;
  background: #cabb78;
  transition: 0.4s;
}

.max-video-wrapper {
  gap: 50px;
}

/* .max-pagination-bullet:hover {
  width: 40px !important;
  background: #cabb78;
  transition: 0.4s;
} */
.max.endorsementM {
  overflow-y: visible;
}

.max-pagination,
.video-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*======== vedio end =========*/
/*======== subscribe starts =========*/
.video-pagination,
.max-pagination {
  margin-top: 20px;
}
.subscribe {
  background: url("../img/subscribebg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 65px 0px;
}

.subscribe__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}

@media only screen and (max-width: 425px) {
  .subscribe__contents {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 2em;
  }
}
@media only screen and (max-width: 950px) {
  .subscribe__contents {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 2em;
  }
}
.subscribe__Items p {
  color: rgba(22, 44, 83, 0.715);
  font-size: 16px;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  padding-top: 28px;
}

.subscribe__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  position: relative;
  width: 35%;

  @media only screen and (max-width: 950px) {
    margin: auto;
    width: 70%;
  }
  @media only screen and (max-width: 600px) {
    margin: auto;
    width: 100%;
  }
}
.subscribe__form input {
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #e4e4ed;
  border-radius: 100px;
  width: 100%;
  outline: none;
  display: inline-flex;
  height: 76px;
  padding: 0px 146px 0px 30px;
  align-items: center;
  flex-shrink: 0;
  color: #8c8c9e;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.subcribe__header {
  width: 162px;
  height: 58px;
  flex-shrink: 0;
}
.subscribe__Items {
  width: 50%;
  @media only screen and (max-width: 950px) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
  }
}

@media only screen and (max-width: 950px) {
  .subscribe__Items p {
    text-align: left;
  }
}

.subscribe__button {
  color: #162c53;
  text-transform: capitalize;
  background: #cabb78;
  padding: 15px 25px;
  border-radius: 100px;
  position: absolute;
  right: 15px;
  left: auto;
  display: inline-flex;
  padding: 16px 26.172px 16px 25px;
  align-items: flex-start;
  color: var(--Text-color-blue, #162c53);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

/*======== single page starts =========*/
.post-content h2 {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px;
  margin-top: 10px;
}
.post-content ul {
  margin-bottom: 20px;
}
/* .post-content p {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
} */
.post-content p strong {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 24px;
  display: block;
}
.post-meta-track {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-content p:last-child {
  border-radius: 16px;
  background: var(--light-divider, #f2f3f4);
  padding: 28px;
  margin-top: 33px;
}
.post-content p:last-child strong {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: block;
  margin-bottom: 16px;
}
.social-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-share li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: center;
}
.social-share li:first-child {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  margin-right: 20px;
}
.social-share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Font Awesome 6 Brands;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /*100%*/
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: var(--Divider-2, #e1e1e1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.social-share li a .bx {
  font-size: 24px;
}
.social-share li a:hover {
  background-color: var(--Mercy-golden, #cabb78);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.pagination .current {
  background-color: #112f48;
  color: #fff;
  padding: 2px 6px;
  border-radius: 6px;
  scale: 1.1;
}

.button-pagination {
  display: flex;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 100px;
  background: #f5f5f5;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  margin-left: 8px;
}
.button-pagination a {
  color: var(--Body-text, #656262);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  width: max-content;
}
.button-pagination:hover {
  background: var(--Mercy-golden, #cabb78);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.button-pagination:hover a {
  color: var(--Text-color-blue, #162c53);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

/*======== category starts =========*/

#content {
  background: #f5f6f8;
}
.page-content {
  background: transparent !important;
  margin: 100px auto;
}
.job-page-content {
  background-color: transparent !important;
}

.blog-post {
  border-radius: 24px;
  border: 1px solid var(--Divider-2, #e1e1e1);
  background: #fff;
  padding: 36px;
  @media only screen and (max-width: 1200px) {
    padding: 26px;
  }
}

#content .max-post-content {
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  gap: 36px;
  @media only screen and (max-width: 992px) {
    padding: 60px 0;
  }
}

.post-meta {
  display: flex;
  gap: 0.5rem;
  @media only screen and (max-width: 653px) {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}
.post-meta-2 {
  display: flex;
  gap: 0.5rem;
  /* @media only screen and (max-width: 9px) {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  } */
}

.post-meta span {
  display: inline-block;
  width: inherit;
  padding: 9px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Text-color-blue, #162c53);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 8px;
  background: var(--light-surface, #f5f6f8);
  @media only screen and (max-width: 992px) {
    padding: 9px 16px;
    font-size: 14px;
  }
}
.post-meta span a {
  color: var(--Mercy-golden, #cabb78);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.post-header h2 {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding-top: 12px;
  padding-bottom: 12px;
  @media only screen and (max-width: 653px) {
    font-size: 38px;
    line-height: 100%;
  }
  @media only screen and (max-width: 375px) {
    font-size: 32px;
    line-height: 100%;
  }
}
.post-exceprt p {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 36px;
  @media only screen and (max-width: 992px) {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.read-more-button {
  display: inline-block;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 100px;
  background: var(--Mercy-golden, #cabb78);
  color: var(--Text-color-blue, #162c53);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.read-more-button:hover {
  background: var(--Mercy-golden, #162c53);
  color: var(--Mercy-golden, #cabb78);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.max-post-content .blog-post {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 71px;
  align-items: center;
  @media only screen and (max-width: 992px) {
    flex-direction: column;
    gap: 2rem;
  }
}
.blog-post-single {
  width: 70%;
  margin: 0 auto;
  @media only screen and (max-width: 768px) {
    width: 100%;
  }
}
.post-content {
  width: 100%;
}
.post-image {
  width: 100%;
}
/*======== breadcrumbs starts =========*/
.category-breadcrumb .breadcrumb a {
  color: var(--White, #fff) !important;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.breadcrumb a:last-child() {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.category-breadcrumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.category-breadcrumb h3 {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  @media only screen and (max-width: 768px) {
    text-align: center;
    font-size: 32px;
    line-height: 100%;
  }
}
.category-breadcrumb .breadcrumb {
  font-size: 18px;
  background: transparent;
  color: #fff;
  border: none;
  padding: 0;
  margin-top: 0;
}

/*======== footer starts =========*/
footer {
  /* background: url("./img/footerbg.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 2em;
  padding-top: 60px;
  margin-top: 1em;
}

.footer__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3em;
  padding-bottom: 60px;
}
.footer__contents ul,
.footer__contents li {
  display: block;
}

@media screen and (max-width: 992px) {
  .footer__contents {
    grid-template-columns: repeat(2, auto);
    gap: 3em;
  }
}
@media screen and (max-width: 600px) {
  .footer__contents {
    grid-template-columns: auto;
    gap: 2em;
  }
}
.footer__header {
  color: #cabb78;
  font-size: 26px;
  font-weight: 700;
  line-height: 83.2px;
  font-family: "Philosopher", sans-serif;
  padding-bottom: 15px;
}

.footer__text--font {
  color: rgba(255, 255, 255, 0.761);
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.footer__items ul li {
  padding-bottom: 10px;
}

.footer__items ul li a svg {
  color: #cabb78;
  font-size: 18px;
  padding-right: 10px;
}

.footer__items ul li a:hover {
  color: #fff;
}

.footer__iconItems {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}

.footer__icon {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.239);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support p {
  margin-bottom: 20px;
}
.footer__icon:hover {
  background: #cabb78;
  transition: 0.2s;
}

.footer__items.quick-link {
  margin-left: 70px;
  @media screen and (max-width: 992px) {
    margin-left: 0px;
  }
}
.footer__items ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
/*======== footer end =========*/
/*======== copyrights starts =========*/
.copyrights {
  background: #cabb78;
}

.copyright__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;

  @media (max-width: 500px) {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

.copyright__items .footer__text--font {
  color: #162c53;
}

/* // Customizing wordpress theme  */
.max-post-content {
  padding: 2em 0;
}

.breadcrumb a,
.breadcrumb h2 {
  color: #122f48;
}

.post-header h2 a {
  color: #112f48;
  @media only screen and (max-width: 1200px) {
    font-size: 38px;
  }
  @media only screen and (max-width: 992px) {
    font-size: 38px;
    padding: 0;
  }
}

/* ===========job banner start===========  */
.job__banner {
  background: url("../images/jobBannerbg.png") no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 100px 0 113px 0;

  @media only screen and (max-width: 768px) {
    padding: 50px 0px !important;
  }
  @media only screen and (max-width: 600px) {
    padding: 40px 0 !important;
  }
  @media only screen and (max-width: 425px) {
    padding: 20px 0 !important;
  }
}
.job__banner_header {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.job__banner_link {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.job__banner_paragraph--width {
  padding-top: 20px;
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 633px;
}

/*====++++++++++ job page started +++++++++========*/

/* ===========job banner start===========  */
.mx_all_jobs {
  display: flex;
  align-items: start;
  gap: 2rem;

  @media (max-width: 992px) {
    flex-direction: column;
  }
}

.mx__all__jobs__card {
  width: 70%;

  @media (max-width: 992px) {
    width: 100%;
  }
}

.mx_filter_sidebar {
  width: 30%;

  @media (max-width: 992px) {
    display: none;
    position: fixed;
    width: 90%;
    height: 85%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    overflow-y: scroll;
    box-shadow: 0 0rem 2rem 5rem rgba(10, 10, 10, 0.4);
  }
}

.popup-active {
  @media (max-width: 992px) {
    display: block !important;
  }
}

.mx_salary_range input::placeholder {
  font-size: 1rem;
  color: #444;
}

.job__banner {
  background: url("../images/jobBannerbg.png") no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 100px 0 113px 0;
}

.job__banner_header {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;

  @media (max-width: 768px) {
    font-size: 32px !important;
  }
}

.job__banner_paragraph--width {
  padding-top: 20px;
}

/* ===========job banner end===========  */
/* ===========card start===========  */

.card {
  padding: 100px 0;
}

.card__header {
  display: block;
  margin-top: 20px;
}
.card__contents {
  padding: 36px;
  margin-bottom: 28px;
  border: 1px solid #e1e1e1;
  border-radius: 24px;
  background-color: #fafbfc;
  position: relative;

  @media (max-width: 600px) {
    padding: 20px;
  }
}

.card__contents-top {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  gap: 24px;

  @media (max-width: 1260px) {
    grid-template-columns: repeat(1, auto);
  }
}

.mx__share-job {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: absolute;
  top: 2.3rem;
  right: 2.3rem;
  @media (max-width: 600px) {
    display: none;
  }
}
.mx__share-job-2 {
  display: none;
  align-items: center;
  gap: 0.8rem;
  @media (max-width: 600px) {
    display: none;
  }
}

.mx_share_btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mx_share_btn a i {
  transition: ease 0.2s;
  border: 2px solid #162c53;
  padding: 5px;
  border-radius: 20px;
  color: #162c53;
}
.mx_share_btn a i:hover {
  color: #cabb78;
  border-color: #cabb78;
}

.card__main {
  display: grid;
  grid-template-columns: 240px auto;
  align-items: center;
  gap: 24px;

  @media (max-width: 600px) {
    /* grid-template-columns: repeat(1, auto);
    justify-content: start; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.card__img {
  /* background: #cabb78; */
  border-radius: 24px;
  width: 240px !important;
  height: 240px !important;
  display: flex;
  justify-content: center;
  align-items: center;

  @media (max-width: 600px) {
    width: 100px !important;
    height: auto !important;
  }
}
.card__img img {
  width: 100%;
}
.card__img-spacing {
  padding: 72px 73px 72px 71px;
  background: #162c53;
}
.card__logo-bg {
  background: #162c53;
}
.card__item {
  width: 100%;
}

.mx__paragraph {
  @media (max-width: 600px) {
    display: none;
  }
}
.card__ItemsButton {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
  text-align: end;
  margin-top: 4rem;

  @media (max-width: 1260px) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
  }

  @media (max-width: 600px) {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
  }
}
.card__Fulltime {
  color: #162c53;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding: 9px 24px;
  background: #f2f2f2;
  border-radius: 8px;

  @media (max-width: 600px) {
    display: none;
  }
}
c .card__header {
  color: #162c53;
  font-size: 24px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  padding: 16px 0 10px 0;
  line-height: 30px;
}
.card__text {
  color: #8c92a4;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.card__link {
  text-decoration: underline;
  padding-top: 1em;
}
.card__date,
.card_job {
  color: #8c92a4;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;

  @media (max-width: 600px) {
    display: none;
  }
}
.card__payment {
  color: #162c53;
  font-size: 28px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  padding: 16px 0 46px 0;

  @media (max-width: 600px) {
    display: none;
  }
  @media (max-width: 1260px) {
    padding: 0;
  }
}
.card__payment span {
  color: #8c8c9e;
}

.card__button {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.cardButton__job,
.cardButton__close,
.cardButton__closeApply,
.cardButton__apply {
  color: #162c53;
  font-size: 16px;
  font-weight: 500px;
  font-family: "Inter", sans-serif;
  background: #f5f5f5;
  padding: 9px 24px;
  border-radius: 100px;
  transition: ease 0.3s;
}

.cardButton__close:hover,
.cardButton__job:hover {
  background-color: #cabb78;
}

.cardButton__closeApply,
.cardButton__apply {
  color: #cabb78;
  background: #162c53;
}
.carbutton__apply--bg {
  background: #cabb78;
  color: #162c53;
}
.card__slider--flex,
.card__pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card_counts {
  padding: 18px 24px;
  background: #f2f2f2;
  border-radius: 100px;
  margin-left: 17px;
}
.card__arrows {
  display: flex;
}
.card__arrow--sizing {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #f5f5f5;
  margin-left: 12px;
}

/* job description-->>  */
.job__details,
.apply__now {
  position: relative;
  background: #f5f5f5;
  padding: 0rem 2rem;
  border-radius: 24px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.5s, padding 0.5s, opacity 0.5s;
}

.details-active {
  height: 100%;
  padding: 2rem;
  margin: 2rem 0;
  opacity: 1;

  @media (max-width: 600px) {
    padding: 1rem 1rem;
  }
}

.mx__details_table {
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
.mx__details_table a {
  overflow-wrap: anywhere;
}

.apply-active {
  height: auto;
  padding: 2rem;
  padding-top: 3rem;
  margin: 2rem 0;
  opacity: 1;
}

.password-icon {
  cursor: pointer;
}
.jobDetails__subheader {
  color: #162c53;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  padding-bottom: 1.5rem;
}
.details__innerItems {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.details__innerItems p,
.company__inner p,
.company__inner span,
.company__inner a {
  color: #162c53;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.company__details,
.acomodation__details {
  padding: 2rem 0;
}
.company__innerItems {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.company__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20%;
}

.company__inner:nth-child(2) {
  width: 80%;
  padding: 0 1.25rem;
}

.apply__now input {
  width: 100%;
  border: none;
  padding: 1rem 1.5rem;
  margin: 0.5rem 0;
  border-radius: 10px;
}

#login-form {
  padding: 120px 0;
}

@media (min-width: 1200px) {
  .bootstrap-wrapper .container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 820px) {
  .hero-section-content {
    padding-top: 6rem;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .hero-section-content {
    padding-top: 4rem;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 720px) {
  .search-content {
    flex-direction: column;
    align-items: start;
  }
  .filters {
    justify-content: center;
  }
}
@media only screen and (max-width: 425px) {
  .search-content {
    flex-direction: column;
  }
  .search-filters {
    grid-template-columns: auto !important;
    gap: 1em !important;
  }
}

@media only screen and (max-width: 950px) {
  width: 100%;
}
.mx_margin_0 {
  margin-top: 0 !important;
}
/* ===========card end===========  */

/*======== copyrights end =========*/ /*# sourceMappingURL=main.css.map */
.mx_search_wrrapper {
  margin-bottom: 20px;
}

.mx_sear_form {
  position: relative;
  width: 80%;
}

.mx_hero_search_field {
  padding: 23px;
  border-radius: 50px;
  border: none;
  outline: none;
  width: 100%;
}

.mx_hero_search_action {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-5%, -50%);
  padding: 14px 30px;
  border: none;
  border-radius: 50px;
  background-color: #cabb78;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: ease 0.3s;
}
.mx_hero_search_action:hover {
  color: #fff;
}

.mx_job_tags_wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
  @media (max-width: 440px) {
    flex-direction: column;
  }
}

.mx_job_tags_wrapper button {
  padding: 16px 28px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  background-color: #fff;
  color: #162c53;
  cursor: pointer;
  transition: ease 0.3s;
  display: flex;
  align-items: center;
  gap: 0.4rem;

  @media only screen and (max-width: 992px) {
    font-size: 16px;
  }
  @media only screen and (max-width: 410px) {
    font-size: 15px;
  }
  @media only screen and (max-width: 324px) {
    margin-bottom: 8px;
  }
}

.mx_job_tags_wrapper button:hover {
  background-color: #e0e0e0;
}
.mx_job_tags_wrapper button a {
  color: #162c53;
}

.mx_job_tags_wrapper button:nth-child(2) {
  background-color: #cabb78;
  color: #162c53;
}

.mx_job_tags_wrapper button:nth-child(2):hover {
  background-color: #fff;
}

.mx_job_tag {
  background-color: #fff;
  color: #7d7d7d;
  padding: 10px 15px;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

/* .mx_job_tag:nth-child(1){
  background-color: #f9ebff;
  color: #d674fc;
}
.mx_job_tag:nth-child(2){
  background-color: #d1ffd1;
  color: #61c761;
}
.mx_job_tag:nth-child(3){
  background-color: #c4d2ff;
  color: #577cf7;
}
.mx_job_tag:nth-child(4){
  background-color: #ffcfd8;
  color: #ff456a;
} */

/* Advertisement page  */
.mx_top_space {
  width: 100%;
  height: 20px;
}

.new-modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6.449999809265137px);
  z-index: 999;
}
.apply_job_modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6.449999809265137px);
  z-index: 999;
}

.max_donate_modal {
  width: clamp(200px, 90%, 500px);
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 4px 5px 57.2px -6px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

.max_donate_modal .modal-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.max_donate_modal .modal-header i {
  font-size: 2rem !important;
  transition: ease 0.3s;
}

.max_donate_modal .modal-header i:hover {
  color: red;
}

.mx_donate_modal_form {
  margin-top: 1.5rem;
}

.donate-btn-employerForm p {
  font-size: 15px;
  text-align: justify;
}
.mx_donate_modal_d_none {
  display: none;
}
.mx_apply_job_modal_d_none {
  display: none;
}
.mb-50 {
  margin-bottom: 50px;
}

.card__slider--flex,
.card__pages {
  gap: 8px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  display: none;
}

.card__arrows {
  border: 1px solid #e1e1e1;
  padding: 12px;
  border-radius: 50px;
}

.mx_pt_100 {
  padding-top: 100px;
}
.mx_pb_100 {
  padding-bottom: 100px;
}

/* ========================== Single job page ===================== */
/* ================================================================ */
.mx_d_grid {
  display: grid;
}

.grid_col_2 {
  grid-template-columns: repeat(2, 1fr);

  @media (max-width: 992px) {
    grid-template-columns: repeat(1, auto);
  }
}
.grid_col_3 {
  grid-template-columns: repeat(3, auto);

  @media (max-width: 992px) {
    grid-template-columns: repeat(1, auto);
  }
}

.grid_col_3 {
  grid-template-columns: repeat(3, auto);
}

.mx_w_80 {
  width: 80%;
}
.mx_w_30 {
  width: 30%;
}
.mx_w_20 {
  width: 20%;
}
.mx_d_flex {
  display: flex;
}
.mx_align_center {
  align-items: center;
}
.mx_align_start {
  align-items: start;
}

.mx_flex_col {
  flex-direction: column;
}

.mx_justify_between {
  justify-content: space-between;
}
.mx_justify_center {
  justify-content: center;
}

.mx_gap_8 {
  gap: 0.5rem;
}

.mx_gap_12 {
  gap: 0.75rem;
}

.mx_mt_12 {
  margin-top: 0.75rem;
}
.mx_mt_24 {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .mx_sm_mt_24 {
    margin-top: 1.5rem;
  }
}

.mx__my__24 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx_pt_32 {
  padding-top: 2rem !important;
}
.mx_pb_32 {
  padding-bottom: 2rem !important;
}
.mx_gap_24 {
  gap: 1.5rem;
}

.mx_job_flex_wrapper {
  display: flex;
}

.mx_job_apply_card_wrapper {
  width: clamp(250px, 20%, 400px);
}

.mx_back_to_jobs {
  width: 150px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #cabb78;
  border-radius: 50px;
  padding: 0.5rem;
  transition: all 0.3s;
  color: #fff;
}

.mx_back_to_jobs:hover {
  background-color: #162c53;
  color: #cabb78;
}

.mx_job_details_header {
  display: flex;
  align-items: center;
}

.mx_job_logo {
  width: 150px;
  max-height: 150px;
}

.mx_action {
  padding: 12px 30px;
  background-color: #162c53;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  transition: ease 0.3s;
  cursor: pointer;
}

.mx_job_action_2 {
  display: none;
}

.mx_job_action .mx_date {
  text-align: right;
  font-size: 16px;
  color: #3c3c3c;
  margin-bottom: 12px;
}

.mx_job_info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 2rem 0;
  /* padding: 0 1rem; */
}

.mx_job_action {
  display: flex;
  /* justify-content: flex-end; */
  align-items: flex-end;
  flex-direction: column;
}

.mx_job_info .vr_line {
  width: 2px;
  height: 16px;
  background-color: #7d7d7d;
}

.mx_job_info p {
  margin: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #656262;
  gap: 4px;
}

.mx_job_info p i {
  color: #cabb78;
}

.mx_custom_hr {
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
  margin: 1rem 0;
}

.mx_apply_card {
  width: 100%;
  padding: 1.5rem;
  border-radius: 14px;
  box-shadow: 0px 4px 15.6px 0px rgba(172, 172, 172, 0.25);
}

.mx_apply_card p {
  font-size: 15px;
  line-height: 20px;
  color: #656262;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1200px) {
  .bootstrap-wrapper .container {
    max-width: 98%;
  }
}

@media only screen and (max-width: 992px) {
  .mx_job_flex_wrapper {
    flex-direction: column;
  }

  .mx_job_apply_card_wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .mx_job_action {
    display: none;
  }
  .mx_job_action_2 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mx_job_info {
    padding: 0;
  }
}

@media only screen and (max-width: 585px) {
  .mx_job_info {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 524px) {
  .mx_job_title {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .mx_flex_column {
    flex-direction: column;
  }

  .mx_align_start {
    align-items: start;
  }
}

/*================================ Contact page =======================================*/
/* ====================================================================================*/

@media only screen and (max-width: 585px) {
  .mx_grid_template_1 {
    grid-template-columns: auto;
  }
}

.employe__slickButton_2 {
  display: none;
}
@media only screen and (max-width: 600px) {
  /* .employe__slickButton{
    display: none;
  } */
  .employe__slickButton_2 {
    display: flex;
    justify-content: center;
    gap: 3rem;
    align-items: center;
    margin-top: 3rem;
  }
}

.mx_btn_silde {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #162c53;
  border-radius: 50%;
  margin-left: 8px;
}

.swiper-slide img {
  border-radius: 10px 10px 0 0;
  max-height: 405px;
}

.mx-dorpdown-wrapper {
  display: flex;
  align-items: center;
}
.mx-bx-black {
  color: #22272b;
  margin-left: -10px;
}

.mr-2 {
  font-size: 18px !important;
  margin-right: 0.5rem;
  color: #cabb78;
  margin-top: 3px;
}

.mx-golden {
  color: #cabb78 !important;
  transition: ease 0.3s;
}

.cookie-message {
  display: none;
}

.mx-range input::placeholder {
  font-size: 16px;
  color: #162c53;
}

.bxs-grid {
  font-size: 1.5em;
}

.mx-ml-2 {
  margin-left: 1.5rem;
}

.mx-login-icon {
  font-size: 1.5em;
  cursor: pointer;
  color: #112f48;
  transition: ease 0.3s;
}
.mx-login-icon:hover {
  color: #9b8e51;
}

.mx_search_form input::placeholder {
  font-size: 16px;
  color: #162c53;
}
.subscribe__form input::placeholder {
  font-size: 16px;
  color: #162c53;
}

.mx-small-menu {
  display: none;
  gap: 1rem;
  @media (max-width: 1110px) {
    display: flex;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Philosopher:wght@400;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  margin-top: 0 !important;
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black-500);
  background-color: var(--color-white-100);
  overflow-x: hidden !important;
}

/* Number field arrow remove  */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.job-title {
  font-family: "Philosopher", sans-serif;
}

h2,
h1 {
  font-family: "Philosopher", sans-serif;
}

.short_desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.py-2em {
  padding: 2em 0;
}

.donate-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 1em;
  width: 100%;
  padding: 2em 0;
}

.donate-card {
  padding: 1em;
  /* border: 2px solid #cabb78; */
}

.donate-card p {
  font-size: 14px;
  margin-bottom: 15px;
}

td,
th {
  /* border: 1px solid #dddddd; */
  text-align: left;
  padding: 5px 3px;
  font-size: 14px;
}

.active-donate-card {
  background-color: #f8f4e4;
}

.breadcrumb {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.116);
  display: inline;
  padding: 0.5em 1em;
  margin-top: 5px;
}

.breadcrumb a {
  color: #112f48 !important;
}

.amount-select {
  padding: 10px 20px;
  width: 60%;
}

.donate-submit-btn {
  padding: 13px 30px;
  border: none;
  outline: none;
  color: #112f48;
  background-color: #cabb78;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
}
.primary-btn {
  padding: 15px 24px;
  color: #162c53;
  background-color: #cabb78;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.primary-btn:hover {
  background-color: #162c53;
  color: #cabb78;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mx_hoverd:hover {
  background-color: #fff;
  color: #162c53;
}

.btn-sm {
  padding: 9px 18px;
  font-size: 14px;
}

.login-btn {
  font-size: 18px;
  color: #162c53;
  border: 1px solid #ddd;
  transition: 0.3s ease-in-out;
}

.login-btn:hover {
  background-color: #e7e7e7;
}

.donate-btn {
  padding: 18px 24px;
  display: inline-block;
  transition: padding 0.3s ease-in-out;
  /* width: 50%; */
}

.mx_donate_btn {
  padding: 16px 20px !important;
}

/* icon  */
.feather-16 {
  width: 16px;
  height: 16px;
}

.feather-24 {
  width: 24px;
  height: 24px;
}

.feather-32 {
  width: 32px;
  height: 32px;
}

.container {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0 35px !important;

  @media only screen and (max-width: 600px) {
    padding: 0 16px !important;
  }
}

.sticky {
  position: sticky !important;
  top: 0;
  z-index: 92;
  height: 100px;
  transition: height 0.4s ease-in-out;
}

/* .navbar .logo {
  text-decoration: none;
  color: #122f48;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  width: 133px;
  height: 47px;
  flex-shrink: 0;
  margin-right: 70px;
  margin-top: -24px;
  transition: width 0.4s ease-in-out;
} */

.mx_smooth_logo {
  width: 125px !important;
}

.img-and-links {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.4s ease-in-out;
}

.mx_scrolled_links {
  height: 80px !important;
}

/* nav menu button */
.menu-btn {
  color: black;
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.navbar .menu-btn__lines,
.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: #132f48;
  transition: all 0.4s ease-in-out;
}

.navbar .menu-btn__lines::before {
  transform: translateY(-0.5rem);
}

.navbar .menu-btn__lines::after {
  transform: translateY(0.5rem);
}

.navbar .menu-items {
  display: flex;
  align-items: center;
}

.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
}

.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}

.navbar ul li a {
  text-decoration: none;
  color: #112f48;
}

/* dropdown menu */
.navbar .dropdown {
  position: relative;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -webkit-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -moz-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -ms-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -o-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.navbar .dropdown-menu,
.menu-right {
  position: absolute;
  background: #e9ecef;
  width: max-content;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
  top: 110%;
  border-top: 1px solid white;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -webkit-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -moz-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -ms-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -o-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  @media (max-width: 1110px) {
    box-shadow: none;
    background: none;
  }
}

.navbar .menu-right {
  top: 0;
  left: 100%;
}

.navbar .dropdown-menu,
.menu-left {
  left: unset;
  left: 0;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -webkit-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -moz-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -ms-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  -o-transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.navbar .menu-left {
  left: -100%;
}

/* .navbar .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 0.5rem 1.5rem;
  color: #878c95;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
/* letter-spacing: 0.25px; */
/* }  */
*/
 /* ul.menu-items > li > a {
  padding: 16px 36px 16px 0px !important;
}  */


.navbar .menu-item:hover {
  color: #162c53;
}

.menu-item.first-item {
  padding: 1.5rem 0.5rem;
}

/* .navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  left: 0;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
} */

.navbar .dropdown-right:hover .menu-right {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown-right:hover .menu-left {
  left: -100%;
}

/* mega menu  */
.navbar .mega-menu {
  position: absolute;
  left: 0;
  width: 100vw;
  top: 65px;
  border-top: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.mega-menu .content {
  background: #e9ecef;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
}

.blog .content {
  grid-template-columns: repeat(4, 1fr);
}

.content .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 3rem;
}

.content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}

.content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.content .col img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.content .col .img-wrapper:hover img {
  transform: scale(1.1);
}

.content .col .menu-title {
  color: #ff5722;
  font-size: 1.2rem;
  line-height: 3rem;
  font-weight: bold;
}

.content .col p {
  line-height: 1.2rem;
  margin-top: 5px;
  color: #112f48;
}

.content .col .mega-links {
  border-left: 1px solid #3c3c3c;
}

.content .col .read-more {
  font-size: 16px;
  display: flex;
  padding-top: 1rem;
  color: #03a9f4;
  transition: color 0.3s ease;
  justify-content: flex-end;
  padding-right: 10px;
}

.col .mega-links li,
.col .mega-links li a {
  padding: 0 1rem;
}

.menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.content .col .read-more:hover {
  color: #ff5722;
}

.un {
  display: inline-block;
}

.un::after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: #162c53;
  transition: 300ms;
}

.un:hover::after {
  width: 100%;
}

.mobile-buttons {
  display: none;
}

/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #132f48;
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #132f48;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: box-shadow 0.4s ease-in-out;
  @media (max-width: 1110px) {
    display: none;
  }
}

.mx_nav_height {
  height: 80px;
}

.scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6.44px);
  box-shadow: 0 15px 30px #0000000a, 0 1.8px 3.5px #00000005;
}

.menu-items-2 {
  display: none;
}

/* Responsive style */
@media screen and (max-width: 1110px) {
  .navbar .menu-items {
    display: none;
  }
  .menu-items-2 {
    display: block;
  }
  header {
    padding: 0;
  }
  header .container {
    margin: 0;
    padding: 0;
  }
  .cta-buttons {
    display: none;
  }
  .navbar {
    padding: 10px 0;
  }
  .overflow {
    overflow: hidden;
  }
  .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .overlay--active {
    opacity: 1;
    visibility: visible;
  }
  .menu-btn {
    display: flex;
  }
  .menu-items-2 {
    position: fixed;
    width: 50%;
    height: 100vh;
    max-height: initial;
    overflow-y: auto;
    padding: 1rem;
    padding-top: 6rem;
    top: 0px;
    right: -100%;
    background: #fcfcfc;
    display: block;
    transition: 0.3s ease-out;
    z-index: 999;
  }
  .menu-items-2.open {
    right: 0%;
  }

  .menu-items-2 li {
    padding-left: 0.5rem;
  }

  /* .menu-items-2 li:first-child {
    margin-top: 20px;
  } */
  .menu-items-2 li a {
    padding: 10px 1rem;
    display: block;
    font-size: 18px;
    color: #162c53;
  }
  .menu-items-2 .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }
  .menu-item-2.first-item {
    padding: 1rem 1rem;
  }
  /* DROPDOWN, MEGA MENUS */
  .menu-items-2 .dropdown-menu,
  .menu-items-2 .menu-right,
  .menu-items-2 .mega-menu {
    position: static;
    opacity: 1;
    top: 4rem;
    visibility: visible;
    margin-left: -18px;
    width: auto;
    max-height: 0px;
    transform-origin: left;
    overflow: hidden;
    transition: all 0.5s ease;
    padding: 0px;
  }
  .menu-items-2 .dropdown-menu,
  .menu-items-2 .menu-right {
    margin-left: 20px;
  }
  .menu-items-2 .mega-menu .col {
    padding-left: 1rem;
  }
  .expand-btn.open + .sample {
    max-height: 500px;
  }
  .expand-btn.open + .blog.sample {
    max-height: 100%;
    transform: scaleZ(1);
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .navbar .sample {
    border-top: none;
  }
  .sample li {
    margin: 0;
  }
  .sample li:last-child {
    border-bottom: none;
  }
  .sample li a {
    font-size: 1rem;
  }
  .mega-menu .content {
    grid-template-columns: auto;
    padding: 1rem 1rem 0 1rem;
  }
  .mega-menu .content .col {
    width: 100%;
    padding-top: 1remf;
    margin-bottom: 0.5rem;
  }
  .mobile-buttons {
    display: grid;
    gap: 20px;
    text-align: center;
  }
  .col .mega-links li,
  .col .mega-links li a {
    padding: 0 0.5rem;
  }
  .content .col .mega-links {
    border-left: 0;
    padding-left: 0.5rem;
  }
  .col .mega-links li {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .menu-items-2 {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .menu-items-2 {
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .menu-items-2 {
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .menu-items-2 {
    width: 100%;
  }
}

.hero-section {
  background-image: url("/img/BG.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 36px;
  border-radius: 24px 24px 0px 0px;

  @media screen and (max-width: 600px) {
    margin: 0 0px;
    border-radius: 0;
  }
}

.filter-section {
  border-radius: 0px 0px 24px 24px;
  background: var(--light-surface, #f5f6f8);
  margin: 0 36px;

  @media screen and (max-width: 600px) {
    margin: 0 0px;
  }
}

.hero-info {
  color: white;
  font-size: 16px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.hero-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.hero-buttons .employer-btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.hero-buttons .jobseeker-btn {
  background-color: white;
  color: #162c53;
}

.search-section {
  background-image: url("./img/searcingbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 0px 24px 24px;
  -webkit-border-radius: 0px 0px 24px 24px;
  -moz-border-radius: 0px 0px 24px 24px;
  -ms-border-radius: 0px 0px 24px 24px;
  -o-border-radius: 0px 0px 24px 24px;
}

.search-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 20px;
  @media (max-width: 600px) {
    padding-top: 45px;
  }
}

.search-filters {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 16px;
  padding-bottom: 90px;
  @media (max-width: 1200px) {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
  @media (max-width: 600px) {
    padding-bottom: 45px;
  }

  @media only screen and (max-width: 1080px) {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }
  @media only screen and (max-width: 900px) {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
  @media only screen and (max-width: 620px) {
    grid-template-columns: auto;
  }
}

.search-filters .filters {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  border-radius: 100px;
  border: 1px solid rgb(212, 212, 212);
  position: relative;
}
/* .search-filters .filters select {
  background: white;
  width: 100%;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
} */

.search-filters .filters .form-control:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
input[type="number"] {
  background-image: none !important;
}
.search-filters .filters .form-control + .bx {
  display: none;
}
.filters .mx-left-icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

.filters .mx_any_arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.search-filters .filters i {
  cursor: pointer;
  font-size: 20px !important;
  color: #22272b;
  pointer-events: none;
}
.search-filters .filters .bx-search {
  color: #fff;
}

.filters input {
  border: none;
  outline: none;
  padding: 5px 10px;
  overflow: hidden;
}

.search-btn {
  padding: 16px;
  background-color: #112f48 !important;
  color: white !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.filters.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.filters.search-btn:hover i {
  color: #162c53 !important;
}

.search-btn button {
  color: var(--Mercy-golden, #cabb78);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.search-btn:hover {
  background-color: var(--Mercy-golden, #cabb78) !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.search-btn:hover button {
  color: #162c53 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#job_Cate_button:hover {
  background: transparent !important;
}
#btn-job-classification {
  margin-left: 2.5rem;
  padding: 0px;
  display: inline-block;
  color: #22272b !important;
  font-size: 16px;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  -webkit-font-feature-settings: "clig" off, "liga" off;
  -moz-font-feature-settings: "clig" off, "liga" off;
}
#multi-column-wrapper {
  position: absolute !important;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
#multi-column-wrapper .feather {
  position: absolute;
  bottom: 17px;
  right: 15px;
}

.cover-submit-btn {
  margin-top: 1em;
}
/* .search-filters .filters:nth-last-child(1) {
  background-color: #162c53;
  justify-content: center;
  align-items: center;
} */
/* .search-filters .filters:nth-last-child(1) button {
  color: white;
} */

/* .scholer {
  padding: 120px 70px;
} */

.splide__arrow {
  top: 70% !important;
}

.scholer__bg {
  border-radius: 24px;
  background: #fff;
}

.scholer__header {
  text-align: center;
  padding-bottom: 76px;
  font-size: clamp(2rem, 56px, 8vh);
  font-family: "Philosopher", sans-serif;
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 72.8px */
  @media only screen and (max-width: 1200px) {
    font-size: clamp(2rem, 46px, 6vh);
  }
  @media only screen and (max-width: 600px) {
    font-size: clamp(1.5rem, 40px, 4vh);
    padding-bottom: 36px;
  }
}

.scholer__header span {
  color: #cabb78;
}

.scholer__contents {
  position: relative;
  padding: 0 4em;
  @media only screen and (max-width: 500px) {
    padding: 0 2.2em;
  }
}

/*
  .splide__track {
    margin-bottom: 50px !important;
  } */
.scholer__items {
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.scholer__name {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  padding-top: 24px;
}

.scoler__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.scholarPrev__button,
.scholarNext__button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #162c53;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.scholarPrev__button:hover,
.scholarNext__button:hover {
  background: #162c53;
  color: #cabb78;
  transition: 0.2shh;
}
/* 
.bx {
  font-size: 24px !important;
}

.scholarPrev__button {
  left: -60px;
}

@media only screen and (max-width: 810px) {
  .scholarPrev__button {
    left: -10%;
  }
}
@media only screen and (max-width: 600px) {
  .scholarPrev__button {
    left: -14%;
  }
}
@media only screen and (max-width: 500px) {
  .scholarPrev__button {
    left: 0;
  }
  .scholarNext__button{
    right: 4px;
  }
} */
/*======== eimams starts =========*/
.eimams {
  background: url("../img/employesbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;

  @media (max-width: 1200px) {
    padding: 90px 0;
  }
  @media (max-width: 992px) {
    padding: 60px 0;
  }
  @media (max-width: 600px) {
    padding: 45px 0;
  }
}

.eimams__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 120px 0;
}

.eimams__imgItems {
  width: 458px;
  height: 452px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;

  @media only screen and (max-width: 768px) {
    scale: 0.8;
  }
  @media only screen and (max-width: 460px) {
    scale: 0.6;
  }
}

.eimams__imgItems--jobsbg {
  width: 130px;
  height: 130px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.eimams__imgItemsJobs {
  width: 108px;
  height: 108px;
  padding: 10px;
  background: #cabb78;
  text-align: center;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(10%, -10%);
}

.eimams__imgItemsJobs p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #162c53;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Philosopher", sans-serif;
  line-height: 36px;
}

.eimams__imgItemsJobs span {
  color: var(--Text-color-blue, #162c53);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 17.6px */
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.eimams__contents {
  padding-left: 60px;
  /* padding-right: 130px; */
  @media only screen and (max-width: 820px) {
    padding-left: 0px;
  }
}

.button {
  display: flex;
  align-items: center;
  gap: 1em;
}

.eimams__contents h2 {
  color: #162c53;
  font-size: clamp(2rem, 64px, 8vh);
  font-weight: 700;
  line-height: normal;
  font-family: "Philosopher", sans-serif;

  @media (max-width: 820px) {
    margin-bottom: 12px;
  }
  @media (max-width: 600px) {
    font-size: clamp(2rem, 52px, 6vh);
  }
  @media (max-width: 430px) {
    font-size: clamp(2rem, 40px, 5vh);
  }
  @media (max-width: 360px) {
    font-size: clamp(2rem, 32px, 4vh);
  }
}

.eimams__contents h2 span {
  color: #cabb78;
}

.eimams__contents p {
  font-family: "Inter", sans-serif;
  padding: 36px 36px 0px 0;
  text-align: justify;
  line-height: 2;
  width: 100%;
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */

  @media only screen and (max-width: 820px) {
    padding: 0px;
  }
}

@media only screen and (max-width: 425px) {
  .eimams__imgItems {
    width: auto !important;
    height: auto !important;
  }
  .eimams__imgItemsJobs p {
    font-size: 18px;
  }
  .eimams__imgItemsJobs span {
    font-size: 18px;
  }
}

/*======== About us starts =========*/

.call-to-action {
  border-radius: 16px;
  background: var(--light-divider, #f2f3f4);
  padding: 60px 85px;
  margin: 100px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;

  @media (max-width: 800px) {
    padding: 40px 40px;
    margin: 50px 0px;
  }
  @media (max-width: 600px) {
    padding: 20px 20px;
  }
}
.call-to-action h3 {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  @media only screen and (max-width: 768px) {
    font-size: 28px;
    line-height: 100%;
  }
  @media only screen and (max-width: 500px) {
    font-size: 22px;
    line-height: 100%;
  }
}
.call-to-action h3 span {
  color: var(--Mercy-golden, #cabb78);
  font-feature-settings: "clig" off, "liga" off;

  /* Headline 5 */
  font-family: Philosopher;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.recruitments {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;

  @media only screen and (max-width: 768px) {
    flex-direction: column-reverse;
  }
}
.recruitments h2 {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 111%;

  @media only screen and (max-width: 1200px) {
    font-size: 40px;
    line-height: 100%;
  }
  @media only screen and (max-width: 768px) {
    text-align: center;
    font-size: 34px;
    line-height: 100%;
  }
  @media only screen and (max-width: 343px) {
    text-align: center;
    font-size: 28px;
    line-height: 100%;
  }
}
.recruitments p {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin-top: 28px;

  @media only screen and (max-width: 768px) {
    text-align: justify;
  }
}
.recruitments p a {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.recruitments .content {
  width: 60%;

  @media only screen and (max-width: 768px) {
    width: 100%;
  }
}

.recruitments .content p {
  width: 90%;
  @media only screen and (max-width: 768px) {
    width: 100%;
  }
}
.login-registration-card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
  margin: 100px 0;
  @media only screen and (max-width: 768px) {
    flex-direction: column;
    margin: 50px 0;
  }
}
.registration-card {
  border-radius: 21.468px;
  border: 1px solid #e4e4ed;
  background: var(--Mercy-golden, #cabb78);
  box-shadow: 0px 7.51379px 15.02759px 0px rgba(8, 15, 52, 0.03);
  padding: 80px 56px;

  @media only screen and (max-width: 992px) {
    padding: 40px 30px;
  }
}
.registration-card h2 {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
.registration-card p {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 36px;
}
.bg-white {
  background-color: #fff;
}

/*======== Featured Jobs starts =========*/

.featured-job {
  width: clamp(200px, 50%, 500px);
  height: 500px;
  border-radius: 24px;
  border: 1px solid #e4e4ed;
  background: #fff !important;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: start !important;
  justify-content: space-around !important;
  @media only screen and (max-width: 900px) {
    width: 100%;
  }
}

.job-header h2 {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 36px;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 130%; /* 46.8px */

  @media (max-width: 1350px) {
    font-size: 30px;
    line-height: 110%;
  }
  @media (max-width: 992px) {
    font-size: 30px;
    line-height: 110%;
  }
  @media (max-width: 436px) {
    font-size: 26px;
    line-height: 110%;
  }
  @media (max-width: 346px) {
    font-size: 22px;
    line-height: 110%;
  }
}
.job-meta .job-type {
  padding: 9px 24px;
  border-radius: 8px;
  background: var(--Gray-6, #f2f2f2);
  color: #162c53;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */

  @media only screen and (max-width: 436px) {
    padding: 9px 14px;
  }
}
.job-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid #dbdbdb;
  @media (max-width: 932px) {
    flex-direction: column;
    align-items: start;
    gap: 0.75rem;
  }
  @media (max-width: 767px) {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
  @media (max-width: 386px) {
    flex-direction: column;
    align-items: start;
    gap: 0.75rem;
  }
}
.job-meta .post-date {
  color: var(--light-text-color-2, #8c92a4);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.featured-job .description {
  margin-top: 18px;
}
.salary {
  text-align: left !important;
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px;
}
.salary span {
  color: var(--light-text-color-2, #8c92a4);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.location {
  color: var(--light-text-color-2, #8c92a4);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.location svg {
  width: 16px;
  height: 16px;
}
.description p {
  text-align: justify !important;
  color: #162c53;
  margin: 15px 0;
}
.job-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  @media only screen and (max-width: 436px) {
    width: 100%;
  }
}

.job-footer .logo img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 3px solid #112f48;
}

/*======== endorsement starts =========*/
.endorsement {
  padding: 90px 0;
  padding-bottom: 160px;
  overflow-x: hidden;

  @media only screen and (max-width: 1200px) {
    padding: 80px 0;
  }
  @media only screen and (max-width: 992px) {
    padding: 60px 0;
  }
  @media only screen and (max-width: 600px) {
    padding: 50px 0;
  }
}
.endorsement .endorsementM {
  width: 100vw;
}
.endorsementM .swiper-pagination {
  margin-left: -210px;
}
.endorsement__header {
  text-align: center;
  padding-bottom: 76px;
  font-size: clamp(2rem, 56px, 8vh);
  font-family: "Philosopher", sans-serif;
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;

  @media only screen and (max-width: 600px) {
    padding-bottom: 30px;
  }
}

.endorsemnent__img {
  width: 47px;
  height: 40px;
  flex-shrink: 0;
  mix-blend-mode: multiply;
  filter: contrast(1);
  @media only screen and (max-width: 800px) {
    width: 30px;
    height: 30px;
  }
}
.endorsement__contents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.swiper-wrapper {
  /* transform: translate3d(-10px, 0px, 0px) !important; */
}

.endorsement__items {
  display: flex;
  flex-direction: column;
  align-items: start !important;
  background: #f5f6f8;
  border-radius: 24px;
  border: 1px solid #e4e4ed;
  padding: 56px 49px;
  width: clamp(350px, 50%, 500px) !important;
  height: auto !important;

  @media only screen and (max-width: 800px) {
    padding: 1.5rem;
  }
}

.endorsement__text {
  text-align: justify;
  color: #162c53;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 453px;
  padding: 24px 0 56px 0;
  @media only screen and (max-width: 800px) {
    font-size: 16px;
    text-align: justify;
    padding: 0;
    max-width: 100%;
  }
}

.endorsement__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.endorsement__innerImg {
  width: 100%;
  max-width: 74px;
  height: 74px;
  border-radius: 100px;
  overflow: hidden;
}

.endorsement__innerImg img {
  width: 100%;
  height: 100%;
}

.endorsement__innerText {
  /* padding-left: 16px; */
  text-align: left;
}
.endorsement__innerText h3 {
  text-align: left;
}

.endorsement__innerText a {
  color: #162c53;
  font-size: 20px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
}

.endorsement__innerText p {
  color: #162c53;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.endorsement__ItemsSlider {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 8px !important;
  margin: 0 3px !important;
  background: #e1e1e1 !important;
  border-radius: 40px !important;
  transition: 0.4s !important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 40px !important;
  background: #cabb78 !important;
  transition: 0.4s !important;
}

.swiper-pagination-bullet:hover {
  width: 40px !important;
  background: #cabb78 !important;
  transition: 0.4s !important;
}

.swiper.endorsementM {
  overflow-y: visible !important;
}

.swiper-pagination {
  position: absolute !important;
  bottom: -48px !important;
}

@media only screen and (max-width: 425px) {
  .endorsement__items {
    padding: 20px !important;
    margin: 0;
    width: 100% !important;
    text-align: justify;
  }
}
/*======== endorsement ends =========*/
/*======== employers starts =========*/

.top-employer {
  /* background: url("./img/employesbg.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 90px 0;

  @media only screen and (max-width: 1200px) {
    padding: 90px 0;
  }
  @media only screen and (max-width: 992px) {
    padding: 60px 0;
  }
  @media only screen and (max-width: 600px) {
    padding: 50px 0;
  }
}

.swiper .featured-jobs {
  overflow-y: visible !important;
  width: 100vw;
}

.employes__contents {
  padding: 120px 0;
}

.employes__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.employes__header h2 {
  color: #162c53;
  font-size: clamp(2rem, 4vw, 2vh);
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Philosopher", sans-serif;

  @media (max-width: 600px) {
    font-size: clamp(2rem, 3vw, 2vh);
  }
  @media (max-width: 375px) {
    font-size: clamp(1.5rem, 1vw, 1vh);
  }
}

.employe__slickButton {
  display: flex;
}

.emp__prev__button,
.emp__next__button,
.featureNext__button,
.featurePrev__button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #162c53;
  border-radius: 50%;
  margin-left: 8px;
}

.emp__prev__button:hover,
.emp__next__button:hover,
.featureNext__button:hover,
.featurePrev__button:hover {
  border-color: #cabb78;
  background: #cabb78;
  transition: 0.4s;
}

.employes__partner {
  display: flex;
  padding-top: 36px;
}

.employes_partnerImg {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.employe_img {
  width: 100% !important;
  height: auto;
  /* background: #fff;s */
}

.employes_partnerImg p {
  color: #162c53;
  font-size: "Philosopher", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Philosopher", sans-serif;
  padding-top: 12px;
}

.employes_partnerImg p a {
  color: #162c53;
  font-size: "Philosopher", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Philosopher", sans-serif;
  padding-top: 12px;
}
.employe_img img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
/*======== employers end =========*/
/*======== vedio starts =========*/
@media only screen and (max-width: 780px) {
  .vedio__contents {
    flex-direction: column;
  }
}
.vedio {
  background: #ffffff;
  padding: 90px 0;

  @media only screen and (max-width: 1200px) {
    padding: 90px 0;
  }
  @media only screen and (max-width: 992px) {
    padding: 60px 0;
  }
  @media only screen and (max-width: 600px) {
    padding: 50px 0;
  }
}

iframe {
  border-radius: 10px;
}

.vedio__contents {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.vedio__contents .swiper {
  width: 100%;
}

.vedio__items {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .swiper {
    width: 100% !important;
  }
}

.vedio__img {
  padding-bottom: 28px;
  /* width: 415px; */
  /* height: 225px; */
}

.vedio__itemsSlider {
  display: flex;
  justify-content: center;
}

.vedio__itemsSlider .itemSLider {
  width: 20px;
  height: 8px;
  margin: 0 3px;
  background: #e1e1e1;
  border-radius: 40px;
}

.vedio__itemsSlider .itemSLider:hover {
  width: 40px;
  background: #cabb78;
  transition: 0.4s;
}

.max-pagination-bullet {
  width: 20px;
  height: 8px;
  margin: 0 3px;
  background: #e1e1e1;
  border-radius: 40px;
  transition: 0.4s;
  opacity: 1;
}

.max-pagination-bullet-active {
  width: 40px;
  background: #cabb78;
  transition: 0.4s;
}

.max-video-wrapper {
  gap: 50px;
}

/* .max-pagination-bullet:hover {
  width: 40px !important;
  background: #cabb78;
  transition: 0.4s;
} */
.max.endorsementM {
  overflow-y: visible;
}

.max-pagination,
.video-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*======== vedio end =========*/
/*======== subscribe starts =========*/
.video-pagination,
.max-pagination {
  margin-top: 20px;
}
.subscribe {
  background: url("../img/subscribebg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 65px 0px;
  @media (max-width: 768px) {
    padding: 30px 0px;
  }
}

.subscribe__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}

@media only screen and (max-width: 425px) {
  .subscribe__contents {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 2em;
  }
}
@media only screen and (max-width: 950px) {
  .subscribe__contents {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 2em;
  }
}
.subscribe__Items p {
  color: rgba(22, 44, 83, 0.715);
  font-size: 16px;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
  padding-top: 28px;
}

.subscribe__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  position: relative;
  width: 35%;

  @media only screen and (max-width: 950px) {
    margin: auto;
    width: 70%;
  }
  @media only screen and (max-width: 600px) {
    margin: auto;
    width: 100%;
  }
}
.subscribe__form input {
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #e4e4ed;
  border-radius: 100px;
  width: 100%;
  outline: none;
  display: inline-flex;
  height: 76px;
  padding: 0px 146px 0px 30px;
  align-items: center;
  flex-shrink: 0;
  color: #8c8c9e;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.subcribe__header {
  width: 162px;
  height: 58px;
  flex-shrink: 0;
}
.subscribe__Items {
  width: 50%;
  @media only screen and (max-width: 950px) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
  }
}

@media only screen and (max-width: 950px) {
  .subscribe__Items p {
    text-align: left;
  }
}

.subscribe__button {
  color: #162c53;
  text-transform: capitalize;
  background: #cabb78;
  padding: 15px 25px;
  border-radius: 100px;
  position: absolute;
  right: 15px;
  left: auto;
  display: inline-flex;
  padding: 16px 26.172px 16px 25px;
  align-items: flex-start;
  color: var(--Text-color-blue, #162c53);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  transition: ease 0.3s;
}

.subscribe__button:hover {
  background-color: #162c53;
  color: #cabb78;
}

/*======== single page starts =========*/
.post-content h2 {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px;
  margin-top: 10px;
}
.post-content ul {
  margin-bottom: 20px;
}
.post-content p {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}

.post-content ul li {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  list-style: inside;
  list-style-type: disc !important;
}
.post-meta-track {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-content p:last-child {
  border-radius: 16px;
  background: var(--light-divider, #f2f3f4);
  padding: 28px;
  margin-top: 33px;
}
.post-content p:last-child strong {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: block;
  margin-bottom: 16px;
}
.social-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-share li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: center;
}
.social-share li:first-child {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  margin-right: 20px;
}
.social-share li a {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Font Awesome 6 Brands;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /*100%*/
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: var(--Divider-2, #e1e1e1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.social-share li a:hover {
  background-color: var(--Mercy-golden, #cabb78);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.pagination .current {
  background-color: #112f48;
  color: #fff;
  padding: 2px 6px;
  border-radius: 6px;
  scale: 1.1;
}

.button-pagination {
  display: flex;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 100px;
  background: #f5f5f5;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  margin-left: 8px;
}
.button-pagination a {
  color: var(--Body-text, #656262);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  width: max-content;
}
.button-pagination:hover {
  background: var(--Mercy-golden, #cabb78);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.button-pagination:hover a {
  color: var(--Text-color-blue, #162c53);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

/*======== category starts =========*/

#content {
  background: #f5f6f8;
}
.page-content {
  background: transparent !important;
  margin: 100px auto;
}
.job-page-content {
  background-color: transparent !important;
}

.blog-post {
  border-radius: 24px;
  border: 1px solid var(--Divider-2, #e1e1e1);
  background: #fff;
  padding: 36px;
  @media only screen and (max-width: 1200px) {
    padding: 26px;
  }
}

#content .max-post-content {
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  gap: 36px;
  @media only screen and (max-width: 992px) {
    padding: 60px 0;
  }
}

.post-meta {
  display: flex;
  gap: 0.5rem;
  @media only screen and (max-width: 653px) {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}
.post-meta-2 {
  display: flex;
  gap: 0.5rem;
  /* @media only screen and (max-width: 9px) {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  } */
}

.post-meta span {
  display: inline-block;
  width: inherit;
  padding: 9px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Text-color-blue, #162c53);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 8px;
  background: var(--light-surface, #f5f6f8);
  @media only screen and (max-width: 992px) {
    padding: 9px 16px;
    font-size: 14px;
  }
}
.post-meta span a {
  color: var(--Mercy-golden, #cabb78);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.post-header h2 {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Philosopher;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding-top: 12px;
  padding-bottom: 12px;
  @media only screen and (max-width: 653px) {
    font-size: 38px;
    line-height: 100%;
  }
  @media only screen and (max-width: 375px) {
    font-size: 32px;
    line-height: 100%;
  }
}
.post-exceprt p {
  color: var(--Text-color-blue, #162c53);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 36px;
  @media only screen and (max-width: 992px) {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.read-more-button {
  display: inline-block;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 100px;
  background: var(--Mercy-golden, #cabb78);
  color: var(--Text-color-blue, #162c53);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.read-more-button:hover {
  background: var(--Mercy-golden, #162c53);
  color: var(--Mercy-golden, #cabb78);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.max-post-content .blog-post {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 71px;
  align-items: center;
  @media only screen and (max-width: 992px) {
    flex-direction: column;
    gap: 2rem;
  }
}

.post-content {
  width: 100%;
}
.post-image {
  width: 100%;
}
/*======== breadcrumbs starts =========*/
.category-breadcrumb .breadcrumb a {
  color: var(--White, #fff) !important;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.breadcrumb a:last-child() {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.category-breadcrumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.category-breadcrumb .breadcrumb {
  background: transparent;
  color: #fff;
  border: none;
  padding: 0;
  margin-top: 0;
}

/*======== footer starts =========*/
footer {
  /* background: url("./img/footerbg.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 2em;
  padding-top: 60px;
  margin-top: 1em;
}

.footer__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3em;
  padding-bottom: 60px;
}
.footer__contents ul,
.footer__contents li {
  display: block;
}

@media screen and (max-width: 992px) {
  .footer__contents {
    grid-template-columns: repeat(2, auto);
    gap: 3em;
  }
}
@media screen and (max-width: 600px) {
  .footer__contents {
    grid-template-columns: auto;
    gap: 2em;
  }
}
.footer__header {
  color: #cabb78;
  font-size: 26px;
  font-weight: 700;
  line-height: 83.2px;
  font-family: "Philosopher", sans-serif;
  padding-bottom: 15px;
}

.footer__text--font {
  color: rgba(255, 255, 255, 0.761);
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.footer__items ul li {
  padding-bottom: 10px;
}

.footer__items ul li a svg {
  color: #cabb78;
  font-size: 18px;
  padding-right: 10px;
}

.footer__items ul li a:hover {
  color: #fff;
}

.footer__iconItems {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}

.footer__icon {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.239);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support p {
  margin-bottom: 20px;
}
.footer__icon:hover {
  background: #cabb78;
  transition: 0.2s;
}

.footer__items.quick-link {
  margin-left: 70px;
  @media screen and (max-width: 992px) {
    margin-left: 0px;
  }
}
.footer__items ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
/*======== footer end =========*/
/*======== copyrights starts =========*/
.copyrights {
  background: #cabb78;
}

.copyright__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 0;

  @media (max-width: 500px) {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

.copyright__items .footer__text--font {
  color: #162c53;
}

/* // Customizing wordpress theme  */
.max-post-content {
  padding: 2em 0;
}

.breadcrumb a,
.breadcrumb h2 {
  color: #122f48;
}

.post-header h2 a {
  color: #112f48;
  @media only screen and (max-width: 1200px) {
    font-size: 38px;
  }
  @media only screen and (max-width: 992px) {
    font-size: 38px;
    padding: 0;
  }
}

/* ===========job banner start===========  */
.job__banner {
  background: url("../images/jobBannerbg.png") no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 100px 0 113px 0;

  @media only screen and (max-width: 768px) {
    padding: 50px 0px !important;
  }
  @media only screen and (max-width: 600px) {
    padding: 40px 0 !important;
  }
  @media only screen and (max-width: 425px) {
    padding: 20px 0 !important;
  }
}
.job__banner_link {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.job__banner_paragraph--width {
  padding-top: 20px;
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 633px;
}

/*====++++++++++ job page started +++++++++========*/

/* ===========job banner start===========  */
.job__banner {
  background: url("../images/jobBannerbg.png") no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 100px 0 113px 0;
}

.job__banner_paragraph--width {
  padding-top: 20px;
}

/* ===========job banner end===========  */
/* ===========card start===========  */
.card {
  padding: 100px 0;
}

.card__header {
  display: block;
  margin-top: 20px;

  @media (max-width: 600px) {
    margin-top: 0;
  }
}

.card__img-spacing {
  padding: 72px 73px 72px 71px;
  background: #162c53;
}
.card__logo-bg {
  background: #162c53;
}
.card__Fulltime {
  color: #162c53;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding: 9px 24px;
  background: #f2f2f2;
  border-radius: 8px;
}
c .card__header {
  color: #162c53;
  font-size: 24px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  padding: 16px 0 10px 0;
  line-height: 30px;
}
.card__text {
  color: #8c92a4;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.card__link {
  text-decoration: underline;
  padding-top: 1em;

  @media (max-width: 600px) {
    display: none;
  }
}
.card__date,
.card_job {
  color: #8c92a4;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.card__payment span {
  color: #8c8c9e;
}

.carbutton__apply--bg {
  background: #cabb78;
  color: #162c53;
}
.card__slider--flex,
.card__pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card_counts {
  padding: 18px 24px;
  background: #f2f2f2;
  border-radius: 100px;
  margin-left: 17px;
}
.card__arrows {
  display: flex;
}
.card__arrow--sizing {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #f5f5f5;
  margin-left: 12px;
}

/* job description-->>  */

.password-icon {
  cursor: pointer;
}
.jobDetails__subheader {
  color: #162c53;
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  padding-bottom: 1.5rem;
}
.details__innerItems {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.details__innerItems p,
.company__inner p,
.company__inner span,
.company__inner a {
  color: #162c53;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.company__details,
.acomodation__details {
  padding: 2rem 0;
}
.company__innerItems {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.company__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20%;
}

.company__inner:nth-child(2) {
  width: 80%;
  padding: 0 1.25rem;
}

.apply__now input {
  width: 100%;
  border: none;
  padding: 1rem 1.5rem;
  margin: 0.5rem 0;
  border-radius: 10px;
}

#login-form {
  padding: 120px 0;
}

@media (min-width: 1200px) {
  .bootstrap-wrapper .container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section-content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .hero-section-content {
    padding-top: 45px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 720px) {
  .search-content {
    flex-direction: column;
    align-items: start;
  }
  .filters {
    justify-content: center;
  }
}
@media only screen and (max-width: 425px) {
  .search-content {
    flex-direction: column;
  }
  .search-filters {
    grid-template-columns: auto !important;
    gap: 1em !important;
  }
}

.mx_margin_0 {
  margin-top: 0 !important;
}
/* ===========card end===========  */

/*======== copyrights end =========*/ /*# sourceMappingURL=main.css.map */
.mx_search_wrrapper {
  margin-bottom: 20px;
}

.mx_sear_form {
  position: relative;
  width: 80%;
}

.mx_hero_search_field {
  padding: 23px;
  border-radius: 50px;
  border: none;
  outline: none;
  width: 100%;
}

.mx_hero_search_action {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-5%, -50%);
  padding: 14px 30px;
  border: none;
  border-radius: 50px;
  background-color: #cabb78;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: ease 0.3s;
}
.mx_hero_search_action:hover {
  color: #fff;
}

.mx_job_tags_wrapper button:hover {
  background-color: #e0e0e0;
}

.mx_job_tags_wrapper button:nth-child(2) {
  background-color: #cabb78;
  color: #162c53;
}

.mx_job_tags_wrapper button:nth-child(2):hover {
  background-color: #fff;
}

.mx_job_tag {
  background-color: #fff;
  color: #7d7d7d;
  padding: 10px 15px;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

/* .mx_job_tag:nth-child(1){
  background-color: #f9ebff;
  color: #d674fc;
}
.mx_job_tag:nth-child(2){
  background-color: #d1ffd1;
  color: #61c761;
}
.mx_job_tag:nth-child(3){
  background-color: #c4d2ff;
  color: #577cf7;
}
.mx_job_tag:nth-child(4){
  background-color: #ffcfd8;
  color: #ff456a;
} */

/* Advertisement page  */
.mx_top_space {
  width: 100%;
  height: 20px;
}

.new-modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6.449999809265137px);
  z-index: 999;
}
.apply_job_modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6.449999809265137px);
  z-index: 999;
}

.max_donate_modal .modal-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.max_donate_modal .modal-header i {
  font-size: 2rem !important;
  transition: ease 0.3s;
}

.max_donate_modal .modal-header i:hover {
  color: red;
}

.mx_donate_modal_form {
  margin-top: 1.5rem;
}

.donate-btn-employerForm p {
  font-size: 15px;
  text-align: justify;
}
.mx_donate_modal_d_none {
  display: none;
}
.mx_apply_job_modal_d_none {
  display: none;
}
.mb-50 {
  margin-bottom: 50px;
}

.card__slider--flex,
.card__pages {
  gap: 8px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  display: none;
}

.card__arrows {
  border: 1px solid #e1e1e1;
  padding: 12px;
  border-radius: 50px;
}

.mx_pt_100 {
  padding: 100px;
}
.mx_pb_100 {
  padding: 100px;
}

/* ========================== Single job page ===================== */
/* ================================================================ */
.mx_d_grid {
  display: grid;
}

.mx_w_full {
  width: 100%;
}
.mx_w_80 {
  width: 80%;
}
.mx_w_30 {
  width: 30%;
}
.mx_w_20 {
  width: 20%;
}
.mx_d_flex {
  display: flex;
}
.mx_align_center {
  align-items: center;
}
.mx_align_start {
  align-items: start;
}

.mx_flex_col {
  flex-direction: column;
}

.mx_justify_between {
  justify-content: space-between;
}
.mx_justify_center {
  justify-content: center;
}

.mx_gap_8 {
  gap: 0.5rem;
}

.mx_gap_12 {
  gap: 0.75rem;
}

.mx_mt_12 {
  margin-top: 0.75rem;
}
.mx_mt_24 {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .mx_sm_mt_24 {
    margin-top: 1.5rem;
  }
}
.mx_p {
  padding: 90px 0 !important;
  @media (max-width: 600px) {
    padding: 45px 16px !important;
  }
}
.mx_pb_32 {
  padding-bottom: 2rem !important;
}
.mx_gap_24 {
  gap: 1.5rem;
}

.mx_job_flex_wrapper {
  display: flex;
}

.mx_job_apply_card_wrapper {
  width: clamp(250px, 20%, 400px);
}

.mx_main_job_details {
  width: 80%;
  padding: 1.5rem;
  /* box-shadow: 0px 4px 15.6px 0px rgba(172, 172, 172, 0.25); */
  background-color: #f5f5f5;
  border-radius: 14px;

  @media (max-width: 600px) {
    padding: 1rem !important;
  }
}

.mx_job_details_header {
  display: flex;
  align-items: center;
}

.mx_job_action_2 {
  display: none;
}

.mx_job_action .mx_date {
  text-align: right;
  font-size: 16px;
  color: #3c3c3c;
  margin-bottom: 12px;
}

.mx_custom_hr {
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
  margin: 1rem 0;
}

.mx_apply_card {
  width: 100%;
  padding: 1.5rem;
  border-radius: 14px;
  box-shadow: 0px 4px 15.6px 0px rgba(172, 172, 172, 0.25);
}

.mx_apply_card p {
  font-size: 15px;
  line-height: 20px;
  color: #656262;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1200px) {
  .bootstrap-wrapper .container {
    max-width: 98%;
  }
}

@media only screen and (max-width: 992px) {
  .mx_job_flex_wrapper {
    flex-direction: column;
  }

  .mx_main_job_details {
    width: 100%;
  }

  .mx_job_apply_card_wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .mx_job_action {
    display: none;
  }
  .mx_job_action_2 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mx_job_info {
    padding: 0;
  }
}

@media only screen and (max-width: 585px) {
  .mx_job_info {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 524px) {
  .mx_job_title {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .mx_flex_column {
    flex-direction: column;
  }

  .mx_align_start {
    align-items: start;
  }
}

/*================================ Contact page =======================================*/
/* ====================================================================================*/

@media only screen and (max-width: 585px) {
  .mx_grid_template_1 {
    grid-template-columns: auto;
  }
}

.employe__slickButton_2 {
  display: none;
}
@media only screen and (max-width: 600px) {
  /* .employe__slickButton{
    display: none;
  } */
  .employe__slickButton_2 {
    display: flex;
    justify-content: center;
    gap: 3rem;
    align-items: center;
    margin-top: 3rem;
  }
}

.mx_btn_silde {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #162c53;
  border-radius: 50%;
  margin-left: 8px;
}

.swiper-slide img {
  border-radius: 10px 10px 0 0;
  max-height: 405px;
}

.mx-dorpdown-wrapper {
  display: flex;
  align-items: center;
}
.mx-bx-black {
  color: #22272b;
  margin-left: -10px;
}

.mr-2 {
  font-size: 18px !important;
  margin-right: 0.5rem;
  color: #cabb78;
  margin-top: 3px;
}

.mx-golden {
  color: #cabb78 !important;
  transition: ease 0.3s;
}

.cookie-message {
  display: none;
}

.mx-range input::placeholder {
  font-size: 16px;
  color: #162c53;
}

.bxs-grid {
  font-size: 1.5em;
}

.mx-ml-2 {
  margin-left: 1.5rem;
}

.mx-login-icon {
  font-size: 1.5em;
  cursor: pointer;
  color: #112f48;
  transition: ease 0.3s;
}
.mx-login-icon:hover {
  color: #9b8e51;
}

.mx_search_form input::placeholder {
  font-size: 16px;
  color: #162c53;
}
.subscribe__form input::placeholder {
  font-size: 16px;
  color: #162c53;
}

.mx-small-menu {
  display: none;
  gap: 1rem;
  @media (max-width: 1110px) {
    display: flex;
  }
}

i.bx.bx-x-circle,
i.bx.bxs-grid {
  font-size: 2rem;
}

i.open-menu.bx.bx-plus {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 1110px) {
  main.bootstrap-wrapper {
    padding-top: 7rem;
  }
}

@media (max-width: 600px) {
  main.bootstrap-wrapper {
    padding-top: 5rem;
  }
}

p {
  font-size: 1rem !important;
  text-align: justify;
}

.mx-read-more {
  margin-top: -50px;
}

.mx-space {
  padding: 90px 0 !important;
  @media (max-width: 600px) {
    padding: 50px 16px !important;
  }
}

.mx-d-block {
  display: block !important;
}

.post-content h4 {
  font-size: 20px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 600px) {
  .mx__marquee {
    font-size: 16px !important;
  }
}

.mx__endrosment__name {
  @media (max-width: 600px) {
    font-size: 0.9em;
  }
}

.bx-filter {
  font-weight: bold;
  font-size: 24px;
  margin-right: 8px;
}

.mx__advance__filter {
  display: none;
  @media (max-width: 600px) {
    display: flex;
    justify-content: end;
  }
}
.mx__advance__filter--2 {
  display: none;
  width: 100%;
  @media (max-width: 992px) {
    display: flex;
    justify-content: end;
  }
}

section.search-section {
  @media (max-width: 600px) {
    background-image: none !important;
    background-color: #fff;
  }
}

.filter-section {
  @media (max-width: 600px) {
    display: none !important;
    position: fixed;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    border-radius: 1rem;
    overflow: scroll !important;
    box-shadow: 4px 5px 57.2px -6px rgba(0, 0, 0, 0.25);
    height: 82%;
    top: 56%;
  }
}

.mx__filter-sub-wrapper {
  position: relative;
}

.mx__filter__active {
  display: block !important;
  box-shadow: 0rem 1rem 9rem;
}

.mx__close__filter {
  display: none !important;
  @media (max-width: 600px) {
    display: block !important;
    position: fixed;
    top: 10px;
    right: 10px;
    transition: ease 0.3s;
    cursor: pointer;
  }
}
.mx__close__filter:hover {
  color: red;
}

/* Style for payment process */
.mx_form_heading {
  font-size: 2rem;
}
.mx-w-70 {
  width: 70%;
  @media (max-width: 1024px) {
    width: 100%;
  }
}
.mx-w-30 {
  width: 30%;
  @media (max-width: 1024px) {
    width: 100%;
  }
}

.padding-1 {
  padding: 1rem;
}

.mx-details-side-bar h4 {
  padding: 0;
  margin: 0;
}

p {
  font-size: 16px;
}

.mx-order-card {
  display: flex;
  gap: 12px;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 12px;
}

.mx-order-card img {
  width: 40%;
  border-radius: 8px;
}

.mx-total-summary {
  padding: 1rem;
  background-color: #fff;
  border-radius: 12px;
}
.mx-total-summary p {
  margin-top: 0;
}

/* login-page */
.mx_w-100 {
  width: 100%;
}

.mx__password-field {
  position: relative;
}

.mx_show-pass {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.job__details__contents {
  position: relative;
}
.apply_close,
.details_close {
  position: absolute;
  font-size: 1.8rem !important;
  transition: ease 0.3s;
  cursor: pointer;
}

.details_close {
  right: 0;
  top: 0;
}

.apply_close {
  top: 10px;
  right: 10px;
}

.tooltip_text {
  font-size: 1rem !important;
  position: absolute;
  top: -4%;
  right: 70%;
  min-width: 120px;
  background-color: #3c3c3c;
  padding: 8px;
  border-radius: 18px;
  display: none;
  font-weight: 300;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif !important;
  scale: 0.8;
  transition: display 0.1s;
  transition-delay: 0.2s;
}
.apply_close:hover,
.details_close:hover {
  color: red;
}

/* .details_close:hover .tooltip_text{
  display: inline-block;
  color: #fff;
} */

.details_close:hover .tooltip_text,
.apply_close:hover .tooltip_text {
  display: inline-block;
  color: #fff;
}

.job_page_banner {
  margin: 20px auto;
  border-radius: 20px;
}

/*-------------------- View All Jobs Pagination Style  --------------------*/

.pagination_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;

  @media (max-width: 508px) {
    flex-direction: column;
    gap: 1rem;
  }
}

.per_page_selector {
  display: flex;
  align-items: center;
  gap: 1rem;

  & select {
    width: 65px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 30rem;
    background-position: right 1rem center;
    padding-right: 0;
  }
}

.single_paginate_numbers {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.single_paginate_numbers a,
.single_paginate_numbers span:not(._blank) {
  font-size: 1.3rem;
  background-color: #e8e8e8;
  border-radius: 50rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  cursor: pointer;
}

.single_paginate_numbers span {
  font-size: 1rem;
}

.single_paginate_numbers a:hover,
.single_paginate_numbers span:not(._blank):hover {
  background-color: #162c53;
  color: #fff;
}

.current {
  background-color: #162c53 !important;
  color: #fff;
}

/*========================== Pricing offer pack design ==========================*/
.mid-postion {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 0;
}
.flex__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.offer__pack h2 {
  margin-bottom: 1rem;
}
.promo_btn {
  background-color: #162c53;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: ease 0.3s;
}
.promo_btn:hover {
  background-color: #cabb78;
}
.hr__ {
  margin: 1rem 0;
  width: 100%;
  height: 1px;
  background-color: #22272b;
}
.promo-field-wrapper {
  padding-top: 1rem;
}
figure.wp-block-gallery-is-layout-flex,
.gutenburg-gallery {
  display: flex !important;
  justify-content: center;
  overflow: hidden;
  gap: 20px;
}
figure figure,
.gutenburg-gallery div {
  width: 49%;
  max-height: 500px;
  max-width: 400px;
  object-fit: cover;
  height: 500px !important;
}
figure figure img,
.gutenburg-gallery figure img {
  height: 500px;
}
