/* ---------- defalut css start ---------- */
li {
  list-style: none;
}

a {
  text-decoration: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ---------- Header Section start ---------- */
header {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
}

header .header_main {
  border-bottom: 1px solid #fff;
  align-items: center;
  justify-content: space-between;
}

header .header_main .nav_bar {
  flex: 0 0 40%;
  max-width: 100%;
}

header .header_main .nav_bar #menu-menu-2 {
  justify-content: end;
}

header .header_main .nav_bar>ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  padding-left: 0;
}

header .header_main .nav_bar>ul>li>a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 14px;
}

header .header_main .nav_bar>ul>li>a:hover {
  background-color: #08103b;
  text-decoration: none;
}

header .header_main .header-logo {
  text-align: center;
  flex: 0 0 20%;
  max-width: 100%;
}

header .header_main .header-logo a {
  display: inline-block;
  padding: 24px 0;
}

header .header_main .header-logo a img {
  width: auto;
  height: 120px;
  object-fit: cover;
}

/* ---------- Banner Section start ---------- */
.home-banner {
  position: relative;
  padding: 250px 0 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}

.home-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(8, 16, 59, .4);
  z-index: -1;
}

.home-banner .title h1 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 78px;
  line-height: 1.2;
  letter-spacing: 6px;
  margin-bottom: 16px;
}

.home-banner .title .dis p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .8px
}

/* ---------- About Section start ---------- */
.aboutOne {
  padding: 150px 0;
  overflow: hidden;
}

.aboutOne__image {
  position: relative;
  display: inline-block;
}

.aboutOne__image>img {
  border-radius: 10px;
  position: relative;
  z-index: 10;
}

[class*=aboutOne__image-dot-] {
  position: absolute !important;
}

.aboutOne__image-dot-1 {
  bottom: 30px;
  right: -50px;
}

.aboutOne__image-dot-2 {
  bottom: -60px;
  left: 160px;
}

.aboutOne__content .block-title {
  padding-bottom: 0;
}

.aboutOne__content>p {
  margin: 0;
  margin-top: 24px;
  text-align: justify;
}

/* ---------- Mission Section start ---------- */
.missionOne {
  padding-bottom: 150px;
  overflow: hidden;
}

.missionOne__image {
  position: relative;
  display: inline-block;
}

.missionOne__image>img {
  border-radius: 10px;
  position: relative;
  z-index: 10;
}

[class*=missionOne__dot] {
  position: absolute !important;
}

.missionOne__dot1 {
  bottom: 30px;
  left: -50px;
}

.missionOne__dot2 {
  bottom: -60px;
  right: 160px;
}

.missionOne__content .block-title {
  padding-bottom: 0;
}

.missionOne__content>p {
  margin: 0;
  margin-top: 24px;
  text-align: justify;
}

.missionOne__content .missionOne__list {
  margin-top: 32px;
}

.missionOne__content .missionOne__list h3 {
  font-weight: 700;
  color: var(--thm-black);
  margin-bottom: 16px;
}

.missionOne__content .missionOne__list ul {
  margin-bottom: 0;
}

.missionOne__content .missionOne__list ul li {
}

.missionOne__content .missionOne__list ul li +li {
  margin-top: 8px;
}

.missionOne__content .missionOne__list ul li b {
  color: var(--thm-black);
}

/* ---------- Why Us Section start ---------- */
.whyusOne {
  padding: 150px 0;
  background-color: #f0f7f7;
  overflow: hidden;
}

.whyusOne__image {
  margin-left: 70px;
  position: relative;
}

.whyusOne__image>img:not(.whyusOne__image-dots) {
  max-width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  box-shadow: -28.284px 28.284px 30px 0px rgba(34, 69, 51, 0.15);
}

.whyusOne__image-dots {
  position: absolute;
  bottom: -55px;
  left: -70px;
}

.whyusOne__block {
  padding-left: 30px;
}

.whyusOne__block .block-title {
  padding-bottom: 32px;
}

.whyusOne__block .career-one__accrodion .accrodion {
  background-color: transparent;
  border-radius: 10px;
  padding-top: 0;
  transition: all 500ms ease;
}

.whyusOne__block .career-one__accrodion .accrodion+.accrodion {
  margin-top: 32px;
}

.whyusOne__block .career-one__accrodion .accrodion.active {
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(67, 131, 99, 0.15);
  padding-top: 30px;
}

.whyusOne__block>p {
  color: var(--thm-black);
  margin: 0;
  margin-top: 32px;
  font-size: 20px;
  font-style: italic;
}

/* ---------- Support start ---------- */
.supportOne {
  padding: 150px 0;
  overflow: hidden;
}

.supportOne .block-title {
  padding-bottom: 32px;
}

.support_grid {
  display: grid;
  gap: 25px;
}

.support_card {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.support_card:hover {
  transform: translateY(-5px);
}

.support_icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 12px;
  background: #08103b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.support_icon i {
  color: #ffffff;
  font-size: 24px;
}

.support_details h5 {
  margin-bottom: 10px;
  color: #2d3436;
  font-weight: 600;
}

.support_details p {
  color: #636e72;
  margin-bottom: 0;
  line-height: 1.6;
}

.support_grid>p {
  color: var(--thm-black);
  margin: 0;
  font-size: 20px;
  font-style: italic;
}

.supportOne__image {
  position: relative;
}

.supportOne__image .supportOne__image-dots {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.supportOne__image>img:not(.supportOne__image-dots) {
  max-width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  box-shadow: -28.284px 28.284px 30px 0px rgba(34, 69, 51, 0.15);
}

/* ---------- Service start ---------- */
.serviceOne {
  padding: 150px 0;
  background-color: #f0f7f7;
}

.serviceOne .block-title {
  padding-bottom: 32px;
}

.service-one__single {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 20px 30px 0px rgba(67, 131, 99, 0.1);
}

.service-one__content {
  position: relative;
  padding: 95px 24px 70px;
  margin-top: 90px;
}

.service-one__icon {
  width: 100px;
  height: 100px;
  background-color: #ff5e5e;
  border-radius: 10px;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
  color: #fff;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-one__icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
  transform: rotate(15deg);
  border-radius: inherit;
  opacity: .3;
  transition: transform 500ms;
}

.service-one__single:hover .service-one__icon::before {
  transform: rotate(195deg);
}

.service-one__icon i {
  color: #fff;
  font-size: 50px;
  position: relative;
}

.service-one__content h3 {
  color: var(--thm-black);
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 24px;
}

.service-one__content h3 a {
  color: inherit;
  transition: 500ms;
}

.service-one__content p {
  margin: 0;
  color: #93959e;
}

[class*=col-]:nth-child(1) .service-one__icon {
  background-color: #ff5e5e;
}

[class*=col-]:nth-child(2) .service-one__icon {
  background-color: #08103b;
}

[class*=col-]:nth-child(3) .service-one__icon {
  background-color: #f9b73f;
}

[class*=col-]:nth-child(4) .service-one__icon {
  background-color: #6177ff;
}

[class*=col-]:nth-child(5) .service-one__icon {
  background-color: #b540ff;
}

[class*=col-]:nth-child(6) .service-one__icon {
  background-color: #00cde5;
}

/* ---------- Apply start ---------- */
.applyOne {
  padding: 150px 0;
  position: relative;
}

.applyOne>img {
  position: absolute;
  height: 100%;
  top: 0;
  max-width: 680px;
  object-fit: contain;
}

.applyOne__content .block-title {
  padding-bottom: 0;
}

.applyOne__content>p {
  margin: 0;
  margin-top: 24px;
  text-align: justify;
}

.applyOne__content .applyOne__list {
  margin-top: 32px;
}

.applyOne__content .applyOne__list h3 {
  font-weight: 700;
  color: var(--thm-black);
  margin-bottom: 16px;
}

.applyOne__content .applyOne__list ul {
  margin-bottom: 0;
}

.applyOne__content .applyOne__list ul li {
}

.applyOne__content .applyOne__list ul li +li {
  margin-top: 8px;
}

.applyOne__content .applyOne__list ul li b {
  color: var(--thm-black);
}

/* ---------- Appointment start ---------- */
.appointmentOne {
  padding: 150px 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.contact-details h6 {
  color: var(--thm-black);
}
