.v-center {
  align-items: center;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
/* header */
.fa-lato {
  font-family: "Lato", sans-serif !important;
}

.header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 8px 0px;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.header .item-left {
  flex: 0 0 17%;
}
.header .container .row {
  display: flex;
  flex-wrap: nowrap;
}
.header .logo a {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  width: 180px;
}
.header .logo a img {
  width: 100%;
  object-fit: contain;
}
.header .item-center {
  flex: 0 0 66%;
}

.header .item-right {
  flex: 0 0 17%;
  display: flex;
  justify-content: flex-end;
}
.header .item-right a {
  text-decoration: none;
  font-size: 14px;
  color: #154475;
  display: inline-block;
  margin-left: 10px;
}
.header .item-right a:hover {
  color: #154475;
}

.header-btn {
  line-height: 2.2;
  background: transparent;
  padding: 6px 15px;
  border-radius: 30px;
  border: 1px solid #154475;
  color: #154475;
  font-weight: 500;
  font-size: 14px;
}
.header-btn.theme-btn:after {
  background: #eeaf45;
}
.theme-btn:hover {
  border: 1px solid transparent;
}

.header .menu > ul > li {
  display: inline-block;
  line-height: 1.6;
  margin-left: 35px;
  margin-right: 35px;
  position: initial !important;
}
.header .menu > ul > li > a,
.header .menu > ul > li > span a {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1280px) {
  .header .menu > ul > li {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 1200px) {
  .header .menu > ul > li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .menu > ul > li > a,
  .header .menu > ul > li > span a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}
.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.header .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 0px 0;
  margin: 2px 0px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #154475;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}
.white-bg {
  background: #fff !important;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 {
  max-width: 750px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}

@media (min-width: 992px) {
  .header .menu > ul > li.single-dropdown {
    position: relative !important;
  }
  .header .menu > ul > li .sub-menu.dropdown-menu-wrapper {
    left: 100%;
    max-width: 250px !important;
    width: 250px;
    padding: 7px 15px;
  }
  .header .menu > ul > li .sub-menu.dropdown-menu-wrapper li a {
    /* padding: 0px 0; */
    margin: 2px 0px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #154475;
    transition: color 0.3s ease;
  }
}
.header .menu > ul > li .sub-menu.dropdown-menu-wrapper li a {
  color: #154475;
  font-weight: 400;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  flex: 0 0 50%;
  padding: 0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: 18px;
  color: #e5960e;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}
.header
  .menu
  > ul
  > li
  .sub-menu.mega-menu-column-4
  > .list-item.text-center
  .title {
  text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #000;
}
/* banner section */
.banner-section {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}
.header .menu .menu-main {
  display: flex;
  justify-content: center;
}

/*responsive*/
@media (max-width: 1024px) {
  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }
  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }
  .v-center {
    justify-content: space-between;
  }
  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }
  .header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active {
    transform: translate(0%);
  }
  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .header .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    justify-content: start;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 20px;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  .header .menu > ul > li > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
  }
  .header .menu > ul > li.menu-item-has-children {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 50px;
  }
  .header .menu > ul > li.menu-item-has-children span {
    width: 100%;
  }
}

.banner-home video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.banner-home {
  height: 100vh;
  display: flex;
  align-items: center;
}
.banner-home .container .row {
  align-items: center;
  padding: 40px 30px 0px;
}
.banner-content {
  padding: 0px 30px 0px 0px;
  width: 50%;
}
.banner-image {
  width: 50%;
  padding: 0px 0px 0px 30px;
}
.banner-image img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: contain;
}

.banner-home__content h6 {
  margin-bottom: 8px;
  color: #f9b34d;
  font-weight: 600;
  font-size: 18px;
}
.banner-home__content .title {
  color: #0d4772;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 15px;
  font-weight: 700;
}
.banner-home__content h4 {
  color: #000;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.banner-home__content .description p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.banner-home:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
}
.costum-navbar {
  background-color: #ffffffff !important;
  position: fixed;
  box-shadow: 0 0px 3px #b7b7b7;
}

.header .container .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header .item-left,
.header .item-center,
.header .item-right {
  width: fit-content;
  flex: none;
}
#news-slider2 .post-slide {
  box-shadow: none;
  min-height: 480px;
}
.section-heading {
  text-align: center;
  color: #0d4772;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}
.section-title .section-heading,
.pricing__content .section-heading {
  margin-bottom: 45px;
}

.section-heading::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 22px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  filter: grayscale(0) brightness(0.5);
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.our-company__content .section-heading {
  text-align: start;
  margin-bottom: 15px;
}
.our-company__content .section-heading::after {
  display: none;
}

/* counter section start */
.count {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 10px 0px;
  color: #0d4772;
}
.counter-wrapper {
  /* background: #567f9c; */
  /* background-image: url("https://images.unsplash.com/photo-1568563643102-37d43956d1d3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80"); */
  background: cover;
  background-position: center center;
  position: relative;
}
.counter-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.5); */
}
.counter-wrapper p {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}
.counter-inner {
  position: relative;
  z-index: 2;
}
.count-icon {
  font-size: 48px;
  color: #faaf45;
}
.counter-title {
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

/* counter section end */

/* progress section start */
.service-capsule-section {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  height: 400px;
  padding: 0px 30px;
}

.service-capsule-section .left-capsule {
  width: 30%;
  height: 100%;
}

.service-capsule-section .right-capsule {
  width: 30%;
  height: 100%;
}

.service-capsule-section .middle-capsule {
  width: 40%;
  padding: 0px 10px 0px 10px;
}

.service-capsule-section .middle-capsule .services-slide img {
  border-radius: 400px;
  width: 100%;
  border: 3px solid;
  border-color: #0a4570;
  transition: 0.3s ease-in-out;
}

.service-capsule-section .middle-capsule .services-slide img:hover {
  border-color: #faaf45;
}

.service-capsule-section .listing-data {
  height: 100%;
}

.service-capsule-section .listing-data ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  height: 100%;
  margin: 0;
  padding: 15px 0px;
  position: relative;
}

.service-capsule-section .right-capsule .listing-data ul {
  align-items: start;
}

.service-capsule-section .listing-data ul li {
  display: flex;
  align-items: start;
}

.service-capsule-section .left-capsule .listing-data ul li:nth-child(1),
.service-capsule-section .left-capsule .listing-data ul li:nth-child(2),
.service-capsule-section .left-capsule .listing-data ul li:nth-child(3) {
  flex-direction: row-reverse;
}

.service-capsule-section .left-capsule .listing-data ul li:nth-child(2) {
  margin-right: 60px;
}

.service-capsule-section .right-capsule .listing-data ul li:nth-child(2) {
  margin-left: 60px;
}

.service-capsule-section .listing-data ul li .image {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #0a4570;
  border-radius: 50%;
  margin-right: 15px;
  transition: 0.3s ease-in-out;
}

.service-capsule-section .left-capsule .listing-data ul li:nth-child(1) .image,
.service-capsule-section .left-capsule .listing-data ul li:nth-child(2) .image,
.service-capsule-section .left-capsule .listing-data ul li:nth-child(3) .image {
  margin-right: 0px;
  margin-left: 15px;
}

.service-capsule-section .left-capsule .listing-data ul li:nth-child(1) .title,
.service-capsule-section .left-capsule .listing-data ul li:nth-child(2) .title,
.service-capsule-section .left-capsule .listing-data ul li:nth-child(3) .title {
  align-items: end;
}

.service-capsule-section .listing-data ul li:hover .image {
  background: #faaf45;
}

.service-capsule-section .listing-data ul li .image img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}

.service-capsule-section .listing-data ul li:hover .image img {
  filter: invert(1) brightness(3);
}

.service-capsule-section .listing-data ul li .title {
  display: flex;
  flex-direction: column;
}

.service-capsule-section .listing-data ul li .title .number {
  font-size: 28px;
  font-weight: 600;
  color: #faae42;
}

.service-capsule-section .listing-data ul li .title h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.service-capsule-section .left-capsule .listing-data ul li .title {
  text-align: right;
}

.service-capsule-section .listing-data ul li .title a {
  color: #6cae4d;
  text-decoration: none;
  width: fit-content;
  transition: 0.3s ease-in-out;
}

.service-capsule-section .listing-data ul li:hover .title a {
  color: #000080;
}

.service-capsule-section .listing-data ul li .title a span {
  transform: rotate(-45deg);
  margin-left: 0px;
}

/* ============================= */
.training-section {
  background: linear-gradient(
    180deg,
    rgb(255 255 255) 50%,
    rgba(205, 227, 250, 1) 100%
  );
  /* color: #fff; */
  padding: 60px 0px 30px;
  position: relative;
  overflow: hidden;
}

.training-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  /* background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15) 0%,
    transparent 70%
  ); */
  top: 50px;
  right: 100px;
  border-radius: 50%;
}
.training-section .listing-content li {
  position: relative;
}

.training-section .listing-content li::before {
  content: "✔";
  color: #ff9600;
  font-weight: bold;
  margin-right: 8px;
}
.training-section .training-data-wrapper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.training-section .training-data-wrapper li {
  height: auto;
  list-style: none;
  font-family: "Lato", sans-serif !important;
  line-height: 26px;
  margin-bottom: 5px;
}

.training-section::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  bottom: -80px;
  left: 60px;
  border-radius: 50%;
}

/* ============================= */
/* 🔹 HEADERS                   */
/* ============================= */
.section-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.section-header h2 {
  font-weight: 800;
  font-size: 2.4rem;
  letter-spacing: 1px;
}

.section-header h2 i {
  color: #ffe066;
}

.section-header p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #04213f;
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
}

/* ============================= */
/* 🔹 CARD DESIGN                */
/* ============================= */
.card-modern {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  /* color: #0b2545; */
  transition: 0.5s ease-in-out;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: none;
  position: relative;
  border: 2px solid;
  border-color: transparent;
  overflow: hidden;
  height: 100%;
  animation: floatUp 1s ease both;
}
.card-modern::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transform: scale(1);
  height: 100%;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.5s linear;
  z-index: -1;
}

.card-modern:hover {
  transform: translateY(-15px);
  /* box-shadow: 0 -18px 30px rgba(0, 119, 182, 0.25); */
  border-color: #0d47a1;
}
.card-modern:hover::after {
  width: 100%;
  top: 0;
  transform: scale(1.5);
  height: 100%;
  /* border-radius: 0px; */
  background: #1c5999;
}

/* icon circle */
.card-modern .icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8ab9db, #0b4570);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
}

.card-modern h5 {
  color: #154475;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  transition: 0.5s ease-in-out;
}

.card-modern ul {
  padding-left: 20px;
  margin: 0;
}

.card-modern ul li {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}

.card-modern ul li::before {
  content: "▹";
  color: #0077b6;
  position: absolute;
  left: -18px;
  top: 0;
}

.card-modern:hover .icon-circle {
  transform: rotate(15deg) scale(1.1);
  background: linear-gradient(135deg, #ffffff, #ffffff);
  color: #1c5999;
}
.card-modern:hover h5,
.card-modern:hover ul li {
  color: #fff;
}

/* ============================= */
/* 🔹 DIVIDER LINE               */
/* ============================= */
.section-divider {
  width: 100%;
  height: 3px;
  background: rgb(10 69 112);
  margin: 30px 15px;
  border-radius: 2px;
}

/* ============================= */
/* 🔹 ANIMATIONS                 */
/* ============================= */
@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Job evaluation section start */
.services-page-wrapper {
  padding: 30px 0px;
  margin: auto;
  background: linear-gradient(
    180deg,
    rgb(255 255 255) 50%,
    rgba(205, 227, 250, 1) 100%
  );
}
.section-title h5 {
  margin-bottom: 30px !important;
}
.services-wrapper-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin: auto;
}
.services-wrapper-content .left-wrapper {
  width: 50%;
}
.services-wrapper-content .content h3 {
  color: #154475;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
}
.services-wrapper-content .content {
  margin-bottom: 40px;
}
.services-wrapper-content .content:last-child {
  margin-bottom: 0px;
}
.services-wrapper-content .content strong {
  font-weight: 600;
  color: #000;
}
.services-wrapper-content ul {
  padding-left: 20px;
}
.services-wrapper-content ul li {
  list-style: none;
  font-family: "Lato", sans-serif !important;
  line-height: 26px;
  margin-bottom: 5px;
}
.services-wrapper-content ul li::before {
  content: "✔";
  color: #ff9600;
  font-weight: bold;
  margin-right: 8px;
  position: absolute;
  left: -18px;
}
.services-wrapper-content .right-wrapper {
  width: 45%;
}
.services-wrapper-content .image img {
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
}
/* Job evaluation section end */

/* psychometric-section start */

.psychometric-section .left-wrapper {
  width: 45%;
}
.psychometric-section .right-wrapper {
  width: 50%;
}
/* psychometric-section end */

#career-guidance,
#skill-assesment,
#psychometric,
#job-evaluation,
#training-workshop-mastery,
#executive-search,
#client-testimonial,
#condidate-testimonial,
#emirati-talent-acquisition-excellence {
  scroll-margin-top: 5rem;
}

#news-slider2 .owl-controls .owl-buttons .owl-prev {
  left: 15px;
}
#news-slider2 .owl-controls .owl-buttons .owl-next {
  right: 15px;
}
.our-company__content p {
  font-family: "Lato", sans-serif !important;
}

/* Why choose section start */

.why-choose {
  /* padding: 80px 20px; */
  text-align: center;
  /* background: linear-gradient(135deg, #0a2540, #004a77); */
}

.why-choose h2 {
  /* font-size: 2.2rem;
  margin-bottom: 15px; */
  color: #fff;
}

.why-choose h2 span {
  color: #ffc107;
}

.why-choose .cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.why-choose .cards .items {
  width: 33.33%;
  padding: 15px;
  position: relative;
}
.why-choose .card {
  background: rgb(4 33 63);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 20px;
  padding: 30px 25px;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
  position: relative;
  height: 100%;
}

.why-choose .card:hover {
  transform: translateY(-10px);
  background: rgb(8, 51, 97);
}

.why-choose .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffc107;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #0a2540;
  font-size: 28px;
  transition: 0.3s ease;
}

.why-choose .card:hover .icon {
  transform: rotate(10deg) scale(1.1);
}

.why-choose .card h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.6;
}

.why-choose .card p {
  font-size: 0.95rem;
  color: #dcdcdc;
  line-height: 1.6;
}
/* Why choose section end */

.our-company__meida img {
  width: 100%;
}

/* chairman message section start */
.chairman-message .content span {
  float: left;
  max-width: 400px;
  margin: 0px 40px 40px 0px;
  position: relative;
}
.chairman-message .content span img {
  border-radius: 50%;
  width: 100%;
}
.chairman-message .content span::after {
  content: "";
  position: absolute;
  right: -25px;
  top: -15px;
  width: 70px;
  height: 50px;
  background-image: url(../img/about/comma.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.chairman-message .content p {
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.4;
  text-align: justify;
  /* font-family: cursive; */
}
.chairman-message .content .signature h5 {
  color: #022167;
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
}
.chairman-message .content .signature h6 {
  color: #e95151;
  margin-top: 10px;
}
.chairman-message-wrapper {
  padding-bottom: 0px;
}
.chairman-message-wrapper .chairman-message {
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.chairman-message-wrapper .chairman-message .content h3 {
  margin-bottom: 15px;
}
/* chairman message section end */

/* career page start */
#career_form {
  padding: 25px;
}
/* career page end */

@media (max-width: 1024px) {
  .service-capsule-section .left-capsule,
  .service-capsule-section .middle-capsule,
  .service-capsule-section .right-capsule {
    width: 100%;
  }
  .why-choose .cards .items {
    width: 50%;
  }

  .capsle-container {
    height: auto;
  }

  .service-capsule-section {
    padding: 0px 15px;
    height: auto;
    overflow: hidden;
  }

  .service-capsule-section .left-capsule,
  .service-capsule-section .right-capsule {
    height: fit-content;
  }

  .service-capsule-section .middle-capsule {
    height: auto;
  }

  .services-logo-slide .services-slide {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }

  .service-capsule-section .listing-data ul {
    align-items: start;
    padding: 0px;
  }

  .service-capsule-section .left-capsule .listing-data ul li:nth-child(2),
  .service-capsule-section .left-capsule .listing-data ul li:nth-child(3),
  .service-capsule-section .right-capsule .listing-data ul li:nth-child(2) {
    margin: 15px 0px;
  }

  .service-capsule-section .left-capsule .listing-data ul li:nth-child(1),
  .service-capsule-section .left-capsule .listing-data ul li:nth-child(2),
  .service-capsule-section .left-capsule .listing-data ul li:nth-child(3) {
    flex-direction: row;
  }

  .service-capsule-section
    .left-capsule
    .listing-data
    ul
    li:nth-child(1)
    .image,
  .service-capsule-section
    .left-capsule
    .listing-data
    ul
    li:nth-child(2)
    .image,
  .service-capsule-section
    .left-capsule
    .listing-data
    ul
    li:nth-child(3)
    .image {
    margin-right: 15px;
    margin-left: 0px;
  }

  .service-capsule-section
    .left-capsule
    .listing-data
    ul
    li:nth-child(1)
    .title,
  .service-capsule-section
    .left-capsule
    .listing-data
    ul
    li:nth-child(2)
    .title,
  .service-capsule-section
    .left-capsule
    .listing-data
    ul
    li:nth-child(3)
    .title {
    align-items: start;
  }

  .service-capsule-section .listing-data ul li {
    display: flex;
    align-items: start;
    margin: 10px 0px;
  }

  .service-capsule-section .left-capsule .listing-data ul li .title {
    text-align: start;
  }
  .section-divider {
    margin: 30px 0px;
  }
  .training-section .section-header {
    margin-bottom: 30px;
  }
  .training-section .section-header p {
    margin-bottom: 0px;
  }
  .psychometric-section .left-wrapper,
  .psychometric-section .right-wrapper,
  .services-wrapper-content .left-wrapper,
  .services-wrapper-content .right-wrapper {
    width: 100%;
  }
  .psychometric-section,
  .services-page-wrapper {
    padding: 40px 0px;
  }
  .psychometric-section .section-title .sub-title,
  .services-page-wrapper .section-title .sub-title {
    margin-bottom: 30px;
  }
  .services-wrapper-content .content {
    margin-bottom: 25px !important;
  }
  .psychometric-section .services-wrapper-content {
    flex-direction: column-reverse;
  }
}

@media (max-width: 992px) {
  .training-section {
    padding: 40px 0px;
  }
  .broadcom-banner .page-title h4 {
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }
  .chairman-message .content img {
    float: none;
    max-width: 330px;
    border-radius: 50%;
    margin: auto;
  }
  .chairman-message .content {
    text-align: center;
  }
  .chairman-message-wrapper .chairman-message {
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .chairman-message .content span {
    float: left;
    max-width: 100%;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .chairman-message .content span::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 90%;
    width: 70px;
    height: 50px;
    background-image: url(../img/about/comma.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 576px) {
  .chairman-message .content span::after {
    content: "";
    position: absolute;
    right: 100%;
    top: auto;
    bottom: -10px;
    left: 0px;
    width: 46px;
    height: 50px;
    background-image: url(../img/about/comma.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .service-capsule-section .listing-data ul li .image img {
    width: 22px;
    height: 22px;
  }

  .service-capsule-section .listing-data ul li {
    margin: 12px 0px;
  }

  .service-capsule-section .listing-data ul li {
    margin: 5px 0px !important;
  }

  .service-capsule-section .listing-data ul li .title h4 {
    margin-bottom: 4px;
  }
  .training-section {
    padding: 30px 0px;
  }
  .psychometric-section,
  .services-page-wrapper {
    padding: 30px 0px;
  }

  .card-modern h5 {
    font-size: 18px;
  }
  .chairman-message-wrapper .chairman-message {
    padding: 0px;
  }
  .chairman-message .content img {
    width: 100%;
  }
  .chairman-message-wrapper .chairman-message .content h3 {
    margin-bottom: 0px;
    font-size: 24px;
    text-align: start;
    margin-top: 10px;
  }
}
/* progress section end */
@media (max-width: 1300px) {
  #news-slider2 .post-slide {
    min-height: 510px;
  }
}
@media (max-width: 1200px) {
  #news-slider2 .post-slide {
    box-shadow: none;
    min-height: 570px;
  }
}

@media (max-width: 1280px) {
  .banner-home__content .title {
    color: #0d4772;
    font-size: 45px;
    line-height: 54px;
  }
  .banner-home__content h4 {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .banner-home__content h4 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 10px;
    line-height: 32px;
  }
}

@media (max-width: 1200px) {
  .banner-home:before {
    bottom: -280px;
  }
  .banner-content {
    padding: 30px 0px 0px;
    width: 100%;
  }
  .banner-home {
    height: auto;
    padding: 70px 0px 50px;
  }
  .banner-image {
    width: 60%;
    padding: 0px 0px 0px 30px;
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .header .item-right {
    order: 3;
  }
  .banner-image {
    width: 80%;
  }
  #news-slider2 .post-slide {
    min-height: 430px;
  }
}

@media (max-width: 992px) {
  #news-slider2 .post-slide {
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .banner-home__content .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  #news-slider2 .post-slide {
    min-height: 520px;
  }
  .why-choose .cards .items {
    width: 100%;
    padding: 15px 0px 0px 0px;
  }

  .banner-home__content h4 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .header .logo a {
    width: 170px;
  }
  .page-banner {
    height: 115px;
  }
  .page-banner__content h4::before {
    bottom: -2px;
  }
}

@media (max-width: 576px) {
  .banner-content {
    padding: 30px 15px 15px;
    width: 100%;
  }
  .header .item-right a {
    display: none;
  }
  .page-banner__content .page-title {
    margin-top: 10px !important;
  }
  .banner-image {
    width: 100%;
    padding: 0px;
  }
  .banner-content {
    padding: 0px 0px;
    width: 100%;
  }
  #news-slider2 .post-slide {
    min-height: 580px;
  }
  .testimonial4_slide p {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0 20px 0;
  }
  .testimonial4_slide {
    width: 95%;
  }
  .testimonial4_slide span img {
    height: 30px;
  }
  #news-slider2 .post-slide {
    padding-top: 5px;
  }
  .desk-plr-15 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .banner-home .container .row {
    padding: 40px 15px 0px;
  }
  #news-slider2 .owl-controls .owl-buttons .owl-prev {
    left: 0px;
  }
  #news-slider2 .owl-controls .owl-buttons .owl-next {
    right: 0px;
  }
  .training-section .training-data-wrapper li {
    height: auto;
    padding: 0px;
  }
  .card-modern {
    padding: 10px;
  }
  .psychometric-section .left-wrapper,
  .psychometric-section .right-wrapper,
  .services-wrapper-content .left-wrapper,
  .services-wrapper-content .right-wrapper {
    width: 100%;
    padding: 0px;
  }
  #career-guidance,
  #skill-assesment,
  #psychometric,
  #job-evaluation,
  #training-workshop-mastery,
  #executive-search,
  #client-testimonial,
  #condidate-testimonial,
  #emirati-talent-acquisition-excellence {
    scroll-margin-top: 4rem;
  }
}
