@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Poppins", sans-serif !important;
  color: #444444 !important; }
  body ::selection {
    background-color: #0c00bb;
    color: white; }

::-webkit-scrollbar {
  width: 6px; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #cccccc;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #07306D;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b38300; }

a, button {
  text-decoration: none !important;
  color: inherit !important;
  display: block; }

ul,
ol {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important; }

.description {
  font-size: 18px;
  line-height: 30px;
  text-align: justify; }

button {
  border: 0; }

figure {
  margin: 0 !important;
  overflow: hidden;
  position: relative; }
  figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }
  figure .video-play-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    figure .video-play-section .popup-youtube {
      width: 65px;
      height: 65px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #07306D; }
      figure .video-play-section .popup-youtube:hover {
        background-color: #0670BF; }
    figure .video-play-section i {
      color: #ffffff;
      font-size: 30px;
      padding-left: 5px;
      padding-top: 5px; }

.section-gutter {
  margin-top: 90px; }

.primary-btn {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(90deg, #0670bf 0%, #07306d 100%);
  padding: 16px 23px;
  width: fit-content;
  color: #ffffff !important;
  box-shadow: 4px 4px 1px 0 rgba(0, 0, 0, 0.3); }

svg.top {
  width: 100%;
  position: absolute;
  top: -1px;
  height: auto;
  z-index: 1; }
svg.bottom {
  width: 100%;
  position: absolute;
  bottom: -1px;
  height: auto;
  z-index: 1; }

.breadcrumb-all {
  background-color: #07306D;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 490px;
  position: relative;
  text-align: center; }
  .breadcrumb-all .content-wrapper {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    position: absolute;
    bottom: 0;
    height: 100%; }
  .breadcrumb-all .breadcrumb-title {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: white;
    font-size: 50px;
    font-family: "Playfair Display", serif;
    width: 100%; }
  .breadcrumb-all .breadcrumb-content {
    text-align: center;
    bottom: 0;
    height: fit-content;
    padding: 26px 36px;
    border-radius: 50px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.07);
    background: rgba(6, 111, 191, 0.5);
    width: fit-content;
    margin: 0 auto;
    width: 100%;
    border-radius: 26.743px 26.743px 63.257px 63.257px; }
    .breadcrumb-all .breadcrumb-content .breadcrumb-title, .breadcrumb-all .breadcrumb-content ol, .breadcrumb-all .breadcrumb-content li {
      color: #ffffff;
      font-size: 26px !important;
      font-weight: 500;
      margin-bottom: 0;
      align-items: center;
      justify-content: center; }
      @media (max-width: 991px) {
        .breadcrumb-all .breadcrumb-content .breadcrumb-title, .breadcrumb-all .breadcrumb-content ol, .breadcrumb-all .breadcrumb-content li {
          font-size: 16px !important; } }
    .breadcrumb-all .breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
      padding-inline: 0.6rem 1rem;
      font-family: "Font Awesome 5 Free";
      content: "\f178";
      font-size: 13px;
      font-weight: 700;
      color: #ffffff !important; }
    .breadcrumb-all .breadcrumb-content .breadcrumb-item {
      font-size: 18px;
      display: flex; }
      .breadcrumb-all .breadcrumb-content .breadcrumb-item::before {
        color: #5B5B5B !important; }

.bg-rm {
  padding: 0 !important; }
  .bg-rm::after, .bg-rm::before {
    display: none; }

.detail-wrapper h1 {
  font-size: 2.5rem !important; }
.detail-wrapper h2, .detail-wrapper h3, .detail-wrapper h4, .detail-wrapper h5, .detail-wrapper h6 {
  font-weight: 600;
  font-size: 1.5rem !important;
  margin: 1.25rem 0 !important; }
.detail-wrapper h2 {
  margin-block: 30px !important; }
.detail-wrapper h3, .detail-wrapper h4, .detail-wrapper h5, .detail-wrapper h6 {
  margin-block: 20px !important; }
.detail-wrapper a {
  color: #07306D !important;
  display: inline;
  border-bottom: 1px solid #07306D; }
.detail-wrapper li {
  margin-bottom: 10px; }
.detail-wrapper blockquote {
  position: relative;
  background-color: #0670BF;
  color: #ffffff;
  padding: 40px 20px;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
  margin: 1rem 0;
  margin-block: 1.25rem !important;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .detail-wrapper blockquote::before {
    content: url("../images/quote2.svg"); }
.detail-wrapper .table-wrapper {
  overflow-x: auto;
  margin-block: 30px; }
.detail-wrapper table {
  min-width: 600px;
  padding: 8px 12px;
  margin-bottom: 0; }
  .detail-wrapper table tbody, .detail-wrapper table td, .detail-wrapper table tfoot, .detail-wrapper table th, .detail-wrapper table thead, .detail-wrapper table tr {
    border: 1px solid #EEEAEA;
    color: #444444 !important; }
  .detail-wrapper table tr:nth-child(2n) td {
    background-color: #F6F6F6; }
  .detail-wrapper table thead {
    color: #727272 !important;
    font-weight: 500; }
    .detail-wrapper table thead th {
      background-color: #07306D !important;
      font-weight: 500;
      vertical-align: middle;
      color: #ffffff !important; }
.detail-wrapper .accordion-item h2 {
  background-color: transparent !important;
  color: #5B5B5B !important; }
  .detail-wrapper .accordion-item h2 .accordion-button:not(.collapsed) {
    background-color: transparent !important; }
.detail-wrapper .accordion-item .accordion-body {
  padding-left: 0;
  border-left: 0; }
.detail-wrapper p img {
  width: 100% !important;
  height: auto !important;
  border-radius: 10px; }

.error {
  font-size: 14px;
  color: #ff8686; }

.mfp-bg, .mfp-wrap {
  background: rgba(0, 56, 71, 0.8) !important; }

.mfp-iframe-holder .mfp-close {
  width: fit-content !important;
  width: 30px !important;
  height: 30px !important;
  background: #850000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0px !important;
  color: white !important;
  border-radius: 50%;
  top: -20px !important;
  right: -20px !important;
  padding-top: 1px !important; }

.pagination-wrapper {
  margin-top: 2.25rem;
  color: #07306D; }
  .pagination-wrapper .pagination {
    justify-content: center; }
    .pagination-wrapper .pagination .page-item .page-link {
      border: 1px solid #07306D;
      font-weight: 500; }
    .pagination-wrapper .pagination .active {
      color: #ffffff;
      font-weight: 600; }
      .pagination-wrapper .pagination .active .page-link {
        background-color: #07306D !important; }

@media (max-width: 1399px) {
  .stats .main-img-wrapper .circular-wrapper {
    right: 28% !important; }

  .message-manager .message-manager-wrapper .manager-card figure {
    clip-path: path("M 15,0 H 246 Q 261,0 261,15 V 298 Q 261,308 254,315 L 214,350 Q 199,363 188,363 H 15 Q 0,363 0,348 V 15 Q 0,0 15,0 Z") !important; }

  .message-manager .message-manager-wrapper .manager-card:nth-child(2n) figure {
    clip-path: path("M 246,0 H 15 Q 0,0 0,15 V 298 Q 0,308 7,315 L 47,350 Q 62,363 73,363 H 246 Q 261,363 261,348 V 15 Q 261,0 246,0 Z") !important; }

  header figure {
    width: 25% !important; }
  header nav ul {
    gap: 30px !important; }

  .hero-banner figure figcaption .main {
    font-size: 60px !important; } }
@media (max-width: 1199px) {
  .message-manager .message-manager-wrapper .manager-card figure {
    clip-path: path("M 15,0 H 201 Q 216,0 216,15 V 246 Q 216,256 209,263 L 177,289 Q 165,300 155,300 H 15 Q 0,300 0,285 V 15 Q 0,0 15,0 Z") !important; }

  .message-manager .message-manager-wrapper .manager-card:nth-child(2n) figure {
    clip-path: path("M 201,0 H 15 Q 0,0 0,15 V 246 Q 0,256 7,263 L 39,289 Q 51,300 61,300 H 201 Q 216,300 216,285 V 15 Q 216,0 201,0 Z") !important; }

  .main-menu nav {
    padding: 28px 31px 28px 20px !important; }
    .main-menu nav ul {
      gap: 20px !important; } }
@media (max-width: 991px) {
  header {
    display: none; }

  .mobile-logo-img {
    width: 75%; }
    .mobile-logo-img img {
      width: 100%; }

  .hero-banner figure figcaption {
    top: 60%;
    transform: translateY(-50%);
    bottom: initial !important; }
    .hero-banner figure figcaption .main {
      font-size: 36px !important;
      line-height: 49px !important; }
    .hero-banner figure figcaption .sub {
      font-size: 16px !important;
      font-weight: 500; }

  .about-us .title {
    font-size: 30px !important;
    line-height: 40px !important; }
  .about-us .arrow {
    display: none; }

  .title-wrapper {
    gap: 20px !important; }
    .title-wrapper .sub-title {
      margin-bottom: 14px !important; }
    .title-wrapper .title {
      font-size: 40px !important;
      line-height: 48px !important; }

  footer .bottom-footer {
    text-align: center; }
    footer .bottom-footer .rights p {
      justify-content: center !important; }
  footer .top-footer .contact-detail {
    gap: 24px !important;
    height: 82px !important;
    justify-content: start !important; }

  .breadcrumb-all .breadcrumb-title {
    font-size: 30px !important; }
  .breadcrumb-all .breadcrumb-content {
    padding: 18px 16px !important; }

  .mission-vision .mission-vision-card::after {
    border-width: 0 50px 60px 0 !important; }

  .workforce .col-sm-12:has(.title) {
    order: 1; }

  .career-benefit .section-title {
    font-size: 26px !important; }
  .career-benefit .title {
    font-size: 20px !important; }

  .career-list .section-title {
    font-size: 26px !important; }
  .career-list .card-title {
    font-size: 20px !important; }

  .career-detail .section-title {
    font-size: 25px !important; }
  .career-detail .title {
    font-size: 20px !important; }

  .career-detail .main-mail {
    font-size: 18px !important; }

  .career-form .career-form-wrapper {
    padding: 20px !important; }

  .demand-detail-wrapper {
    padding: 20px !important; }
    .demand-detail-wrapper .demand-detail {
      font-size: 16px !important; }

  .demand-form .demand-form-wrapper {
    padding: 20px !important; }

  .process .title {
    font-size: 26px !important;
    line-height: 35px !important; }
  .process .process-card .card-title {
    font-size: 20px !important;
    margin-block: 24px 10px !important; }

  .contact-form-wrapper .arrow {
    display: none; }
  .contact-form-wrapper .contact-form {
    padding: 15px !important;
    padding-top: 40px !important; }

  .contact-info .contact-info-wrapper {
    padding: 20px 20px !important; }

  .contact-form-wrapper .points {
    font-size: 30px !important;
    margin-bottom: 10px !important;
    line-height: 40px !important; }

  .enquiry-modal .modal-content {
    padding: 10px !important; }

  .breadcrumb-all {
    height: 400px !important; }
    .breadcrumb-all .breadcrumb-title {
      top: 50% !important; }

  .timeline .timeline-table .timeline-head p {
    width: 80px !important; }
  .timeline .timeline-table .timeline-body .date {
    width: 80px !important;
    font-size: 30px !important;
    flex-shrink: 0 !important; } }
@media (max-width: 575px) {
  .hero-banner figure figcaption .sub p {
    display: none; }

  .about-us .title {
    font-size: 24px !important;
    line-height: 30px !important; }

  .stats {
    overflow: hidden;
    padding-top: 70px !important; }
    .stats .main-img-wrapper .circular-wrapper {
      right: 0% !important; }
    .stats .main-img-wrapper figure.float-img {
      display: none; }
    .stats .count-wrapper {
      font-size: 20px !important; }
    .stats .circular-wrapper {
      top: -70px !important; }

  .title-wrapper {
    gap: 20px !important; }
    .title-wrapper .sub-title {
      font-size: 18px !important; }
    .title-wrapper .title {
      font-size: 30px !important;
      line-height: 38px !important; }

  .why-us {
    padding-block: 90px !important; }
    .why-us .sub-title {
      font-size: 18px !important; }
    .why-us .title {
      font-size: 30px !important;
      line-height: 38px !important;
      margin-block: 18px !important; }
    .why-us .accordion .accordion-item .accordion-header .accordion-button {
      font-size: 20px !important; }
      .why-us .accordion .accordion-item .accordion-header .accordion-button::after {
        font-size: 20px !important;
        width: 40px !important;
        height: 40px !important; }

  .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas::after {
    width: 93% !important; }

  .sidebar-menu .navbar .top-menu {
    width: 90% !important; } }
.enquiry button {
  width: max-content;
  color: #ffffff !important;
  width: max-content;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(90deg, #0670bf 0%, #07306d 100%);
  border: 2px solid #e4e4e4;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px 0px 0px 15px;
  padding: 12px;
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  transition: 500ms; }
  @media (max-width: 550px) {
    .enquiry button {
      top: 96.7% !important;
      width: 100% !important;
      padding: 16px 8px;
      border-radius: 0;
      animation: none; } }
  .enquiry button:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.712); }
  @media (max-width: 550px) {
    .enquiry button p {
      display: none; } }
  @media (min-width: 551px) {
    .enquiry button span {
      display: none; } }

.enquiry-modal {
  background-color: transparent !important; }
  .enquiry-modal .modal-content {
    background: url("../images/modal-texture.png");
    background-repeat: no-repeat;
    background-position: center, center;
    background-size: cover;
    background-color: #fff;
    padding: 40px; }
    .enquiry-modal .modal-content .modal-header {
      border-bottom: none; }
      .enquiry-modal .modal-content .modal-header .section-title {
        margin-bottom: 0px !important;
        font-size: 36px;
        font-weight: 600;
        font-family: "Playfair Display", serif; }
      .enquiry-modal .modal-content .modal-header .btn-close {
        background: transparent;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        color: #07306D !important; }
        .enquiry-modal .modal-content .modal-header .btn-close:focus {
          box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0) !important; }
    .enquiry-modal .modal-content .modal-body .form-label {
      color: #808080;
      font-weight: 500; }
    .enquiry-modal .modal-content .modal-body .form-control, .enquiry-modal .modal-content .modal-body .form-select {
      color: #808080;
      border-radius: 4px;
      background-color: transparent;
      border: 1px solid #B5B5B5 !important;
      height: 46px; }
      .enquiry-modal .modal-content .modal-body .form-control::placeholder, .enquiry-modal .modal-content .modal-body .form-select::placeholder {
        color: #424242; }
      .enquiry-modal .modal-content .modal-body .form-control:focus, .enquiry-modal .modal-content .modal-body .form-select:focus {
        box-shadow: none; }
    .enquiry-modal .modal-content .modal-body textarea {
      height: 105px !important; }
    .enquiry-modal .modal-content .primary-btn {
      width: 100%;
      margin-top: 30px; }

.main-menu {
  position: absolute;
  top: 30px;
  width: 100%;
  background-color: transparent;
  z-index: 500; }
  .main-menu nav {
    padding: 28px 50px 28px 30px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 60px; }
    .main-menu nav figure {
      width: fit-content; }
    .main-menu nav ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 40px;
      margin-bottom: 0; }
      .main-menu nav ul li {
        list-style-type: none; }
        .main-menu nav ul li a {
          font-size: 18px !important;
          font-weight: 600 !important; }
          @media (max-width: 1199px) {
            .main-menu nav ul li a {
              font-size: 16px !important; } }
          .main-menu nav ul li a.active {
            color: #07306D !important; }
            .main-menu nav ul li a.active:hover {
              color: #07306D !important; }
          .main-menu nav ul li a:hover {
            color: #0670BF !important; }
        .main-menu nav ul li button {
          background-color: transparent; }
    .main-menu nav .nav-item {
      color: #3A3636;
      position: relative; }
      .main-menu nav .nav-item i {
        font-size: 14px;
        padding-left: 8px; }
      .main-menu nav .nav-item a {
        font-size: 18px; }
      .main-menu nav .nav-item:hover ul {
        opacity: 1;
        visibility: visible;
        background: #ffffff;
        border-top: 2px solid #07306D;
        z-index: 2; }
      .main-menu nav .nav-item .nav-link {
        position: relative;
        font-size: 20px;
        font-weight: 500; }
      .main-menu nav .nav-item .active {
        color: #07306D !important; }
      .main-menu nav .nav-item ul {
        background-color: #929292;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        padding: 1rem 1.25rem !important;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 140%;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        transition: all .25s ease;
        border-radius: 4px;
        flex-direction: column;
        align-items: start;
        gap: 4px; }
        .main-menu nav .nav-item ul li {
          margin-top: 8px;
          transition: all 300ms ease;
          width: max-content;
          list-style-type: none;
          padding-block: 2px; }
          .main-menu nav .nav-item ul li a {
            display: inline-block; }
          .main-menu nav .nav-item ul li:first-child {
            margin-top: 0; }
          .main-menu nav .nav-item ul li::before {
            padding-right: .5rem;
            font-family: "Font Awesome 5 Free";
            content: "\f061";
            font-size: 13px;
            font-weight: 700; }
          .main-menu nav .nav-item ul li:hover {
            transform: translateX(0.5rem);
            color: #0670BF !important;
            transition: all 300ms ease; }

.sidebar-menu {
  position: relative;
  padding: 0 1.5rem;
  display: none;
  margin-top: 0;
  width: 100%;
  z-index: 1045;
  border-bottom: 4px solid #07306d; }
  .sidebar-menu .navbar {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px; }
    .sidebar-menu .navbar .top-menu-wrapper {
      color: black;
      pointer-events: none; }
      .sidebar-menu .navbar .top-menu-wrapper::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        transition: background 0.5s; }
      .sidebar-menu .navbar .top-menu-wrapper::after {
        content: '';
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        transition: width 0.4s;
        width: 0%; }
    .sidebar-menu .navbar .open-mobile-menu {
      background: none;
      position: absolute;
      right: 0;
      font-size: 30px;
      top: 50%;
      border: 0;
      transform: translateY(-50%); }
    .sidebar-menu .navbar .top-menu {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 2;
      transform: translate3d(-100%, 0, 0);
      transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    .sidebar-menu .navbar .top-menu {
      display: flex;
      flex-direction: column;
      width: 60%;
      overflow-y: auto;
      padding: 1.5rem 1.5rem;
      background: #fff;
      height: 100%;
      gap: 10px !important; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas {
      pointer-events: all; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas::before {
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
      backdrop-filter: blur(10px); }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas::after {
      background: #0670BF;
      z-index: 1;
      width: 62%; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .panel,
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .top-menu {
      transform: translate3d(0, 0, 0);
      transition-duration: 0.7s; }
    .sidebar-menu .navbar .top-menu-wrapper.show-offcanvas .top-menu {
      transition-delay: 0.2s; }
    .sidebar-menu .navbar ul a {
      display: inline-block;
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      transition: color 0.35s ease-out;
      color: #636363 !important; }
      .sidebar-menu .navbar ul a:hover {
        color: #07306D !important; }
    .sidebar-menu .navbar .has-dropdown i {
      display: none; }
    .sidebar-menu .navbar .sub-menu {
      padding: 0.5rem 1.5rem 0 1.5rem; }
      .sidebar-menu .navbar .sub-menu a {
        text-transform: capitalize;
        font-size: 1rem;
        font-weight: 400;
        margin-top: 0rem; }
    .sidebar-menu .navbar .top-menu li + li {
      margin-bottom: 1.5rem;
      margin-left: 30px;
      list-style-type: none; }
    .sidebar-menu .navbar .top-menu .dropdown-menu li {
      margin-left: 20px;
      margin-bottom: 10px; }
    .sidebar-menu .navbar .top-menu .dropdown-menu.show {
      padding: 20px 20px 10px 0;
      border: 0;
      box-shadow: 0 0 15px 2px #0000002b; }
    .sidebar-menu .navbar .top-menu .mob-block {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 2rem; }
      .sidebar-menu .navbar .top-menu .mob-block .logo {
        font-size: 1.7rem;
        font-weight: 700;
        text-transform: uppercase;
        color: red; }
      .sidebar-menu .navbar .top-menu .mob-block .close-mobile-menu {
        border: none;
        background: none; }
        .sidebar-menu .navbar .top-menu .mob-block .close-mobile-menu i {
          color: #07306D;
          font-size: 40px; }
  @media (max-width: 991px) {
    .sidebar-menu {
      display: block; } }

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.95); }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #ffffff; }
    .overlay .closebtn:hover {
      color: #ccc; }
  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white; }
    .overlay input[type=text]:focus-visible {
      border: 0 !important;
      outline: 0px solid red; }
    .overlay input[type=text]:hover {
      background: #f1f1f1; }
  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border: none;
    color: #ffffff !important;
    background: #07306D; }
    .overlay button:hover {
      background: #002153; }
  .overlay .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto; }

footer {
  background-color: #07306D;
  color: #ffffff;
  padding-bottom: 30px; }
  footer .top-footer {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background: linear-gradient(90deg, #07306d 0%, #0670bf 50%, #07306d 100%); }
    footer .top-footer .contact-detail {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 24px;
      height: 112px; }
      footer .top-footer .contact-detail figure {
        width: fit-content; }
      footer .top-footer .contact-detail .title {
        font-size: 20px;
        font-weight: 500; }
      footer .top-footer .contact-detail p,
      footer .top-footer .contact-detail a {
        color: #ffffff !important; }
  footer .main-footer {
    margin-top: 50px;
    padding-bottom: 72px; }
    footer .main-footer .title {
      font-size: 24px;
      font-weight: 500;
      line-height: 29px;
      margin-bottom: 16px; }
    footer .main-footer .footer-title {
      font-size: 1.5rem;
      font-weight: 500;
      text-transform: capitalize;
      position: relative;
      margin-bottom: 26px;
      width: max-content; }
      footer .main-footer .footer-title::after, footer .main-footer .footer-title::before {
        content: '';
        position: absolute;
        height: 2px;
        background-color: #ffffff;
        left: 0;
        bottom: -4px;
        border-radius: 2px; }
      footer .main-footer .footer-title::before {
        width: 67px; }
      footer .main-footer .footer-title::after {
        width: 17px;
        left: 73px; }
    footer .main-footer .datetime p {
      font-size: 21px;
      font-weight: 500; }
    footer .main-footer .datetime span {
      font-weight: 500;
      display: block; }
    footer .main-footer .description {
      color: #ffffff; }
      footer .main-footer .description .readmore {
        display: block;
        text-transform: capitalize;
        color: #0670BF !important;
        font-weight: 500; }
        footer .main-footer .description .readmore::after {
          padding-left: 0.6rem;
          font-family: "Font Awesome 5 Free";
          content: "\f061";
          font-size: 13px;
          font-weight: 700; }
    footer .main-footer .links {
      padding-left: 0; }
      footer .main-footer .links li {
        display: flex;
        align-items: baseline;
        font-size: 18px;
        margin-bottom: 12px; }
        footer .main-footer .links li::before {
          padding-right: 9px;
          content: url("../images/contacticon.svg"); }
      footer .main-footer .links.all-links {
        display: flex;
        align-items: left;
        justify-content: left;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-end; }
        footer .main-footer .links.all-links li {
          width: 50%; }
    footer .main-footer .socials {
      margin-top: 1.25rem;
      position: relative;
      display: flex;
      gap: 14px; }
      footer .main-footer .socials a {
        color: #0670BF !important;
        font-size: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center; }
        footer .main-footer .socials a i {
          font-size: 17px; }
    footer .main-footer figure {
      width: fit-content;
      margin: 0 auto !important; }
  footer .bottom-footer {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    gap: 10px;
    flex-wrap: wrap; }
    footer .bottom-footer .rights {
      color: #07306D;
      display: flex;
      flex-direction: column;
      gap: 10px;
      font-style: italic; }
      footer .bottom-footer .rights a {
        color: #4CE166 !important; }
      footer .bottom-footer .rights p {
        display: flex;
        gap: 10px;
        justify-content: end;
        font-weight: 500; }

.chat-bot-container {
  position: fixed;
  bottom: 100px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  z-index: 10; }
  .chat-bot-container .icon-whatsapp {
    transition: 500ms;
    z-index: 1; }
    .chat-bot-container .icon-whatsapp span {
      font-size: 30px;
      color: #ffffff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #41c051; }
      @media (max-width: 480px) {
        .chat-bot-container .icon-whatsapp span {
          width: 40px;
          height: 40px;
          font-size: 25px; } }
      .chat-bot-container .icon-whatsapp span:hover {
        background: #00740f; }
  .chat-bot-container .icon-messenger span {
    font-size: 24px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00A0F7; }
    @media (max-width: 480px) {
      .chat-bot-container .icon-messenger span {
        width: 40px;
        height: 40px;
        font-size: 25px; } }
    .chat-bot-container .icon-messenger span:hover {
      background: #005583; }

.worldnetmodal .page-center {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  gap: 12px;
  text-align: center;
  padding: 2rem; }
.worldnetmodal .page-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0; }
  .worldnetmodal .page-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #e8c97a;
    margin: 16px auto 0; }
.worldnetmodal .page-sub {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0; }
.worldnetmodal .btn-restart {
  margin-top: 24px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8c97a;
  background: transparent;
  border: 1px solid rgba(232, 201, 122, 0.35);
  border-radius: 2px;
  padding: 10px 24px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s; }
  .worldnetmodal .btn-restart:hover {
    background: rgba(232, 201, 122, 0.08);
    border-color: rgba(232, 201, 122, 0.7);
    color: #e8c97a; }
  .worldnetmodal .btn-restart:active {
    transform: scale(0.98); }
.worldnetmodal .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(6px); }
.worldnetmodal .chain-modal .modal-content {
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.04);
  position: relative; }
.worldnetmodal .chain-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background: transparent;
  justify-content: end;
  position: absolute;
  top: -10px;
  right: -10px;
  border: 0;
  z-index: 10; }
.worldnetmodal .chain-modal .modal-badge {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8c97a;
  opacity: 0.85; }
.worldnetmodal .chain-modal .btn-close-custom {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
  background-color: #ffffff !important;
  border-radius: 50%;
  opacity: 1;
  height: 30px;
  width: 30px;
  font-size: 26px;
  cursor: pointer;
  padding: 3px 0 0 0;
  background: none;
  margin: 0 !important;
  z-index: 1;
  border: 1px solid #585858; }
  .worldnetmodal .chain-modal .btn-close-custom:hover {
    background-color: #ffa4a4 !important; }
.worldnetmodal .chain-modal .modal-body {
  padding: 0; }
.worldnetmodal .modal-figure {
  margin: 0;
  position: relative;
  overflow: hidden; }
  .worldnetmodal .modal-figure img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease; }
    @media (max-width: 480px) {
      .worldnetmodal .modal-figure img {
        height: 220px; } }
  .worldnetmodal .modal-figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 24px 20px;
    font-size: 1rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.04em;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, transparent 100%); }
.worldnetmodal .modal.fade .modal-dialog {
  transform: translateY(24px) scale(0.97);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease;
  opacity: 0; }
.worldnetmodal .modal.show .modal-dialog {
  transform: translateY(0) scale(1);
  opacity: 1; }

.hero-banner {
  position: relative; }
  .hero-banner figure {
    position: relative;
    isolation: isolate;
    background-image: url("../images/banneroutline.svg");
    background-size: cover;
    background-repeat: no-repeat; }
    .hero-banner figure img {
      min-height: 490px; }
    .hero-banner figure::after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.35);
      width: 100%;
      height: 100%; }
    .hero-banner figure figcaption {
      z-index: 1;
      position: absolute;
      bottom: 160px;
      color: #ffffff;
      width: 100%; }
      .hero-banner figure figcaption .main {
        font-size: 70px;
        font-family: "Playfair Display", serif;
        font-weight: 800;
        line-height: 79px; }
      .hero-banner figure figcaption .sub {
        font-size: 23px;
        font-weight: 600; }
        .hero-banner figure figcaption .sub p {
          margin-bottom: 16px !important; }
  .hero-banner .owl-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%); }
    .hero-banner .owl-dots .owl-dot span {
      width: 93px;
      height: 10px;
      display: block;
      background: #ffffff; }
    .hero-banner .owl-dots .owl-dot.active span {
      background: #0670BF !important; }

.services {
  position: relative;
  padding-top: 80px;
  overflow: hidden; }
  .services::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    background-color: #07306D;
    z-index: -1; }
  .services::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 40%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 50%; }
  .services .service-card {
    background: linear-gradient(90deg, #0670bf 0%, #033459 100%);
    padding: 30px;
    border-radius: 20px;
    color: #ffffff !important;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
    height: 100%; }
    .services .service-card figure {
      width: fit-content;
      padding: 9px;
      background-color: #ffffff;
      border-radius: 8px; }
    .services .service-card .title {
      margin-block: 20px;
      font-size: 24px;
      font-weight: 600; }
    .services .service-card .description {
      font-size: 18px;
      line-height: 30px;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.about-us .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  color: #07306D;
  margin-bottom: -30px;
  z-index: 1;
  position: relative; }
.about-us figure {
  width: fit-content; }
.about-us .main-img {
  overflow: visible;
  position: relative; }
  .about-us .main-img::before {
    content: '';
    position: absolute;
    background-color: #07306D;
    width: 100%;
    height: 70%;
    border-radius: 133px;
    bottom: -24px;
    z-index: -1;
    left: 0; }
.about-us .sub-title {
  font-size: 50px;
  font-weight: 600;
  color: #07306D; }
.about-us .description {
  margin-block: 30px 40px !important; }
.about-us .arrow {
  transform: rotate(180deg) scaleX(-1);
  margin-bottom: 65px !important;
  margin-left: 80px !important; }

.why-us {
  background-image: url("../images/whyusbanner.png");
  color: #ffffff !important;
  padding-block: 130px;
  position: relative;
  isolation: isolate; }
  .why-us::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #07306d 0%, #0670bf 100%);
    opacity: .8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  .why-us .sub-title {
    font-size: 22px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: uppercase; }
  .why-us .title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    margin-block: 30px; }
  .why-us .accordion .accordion-item {
    color: #ffffff !important;
    background-color: transparent;
    border: none;
    border-top: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    border-radius: 0; }
    .why-us .accordion .accordion-item:last-child {
      border-bottom: 2px solid #ffffff; }
    .why-us .accordion .accordion-item .accordion-header .accordion-button {
      padding: 14px 0 !important;
      font-size: 30px;
      font-weight: 500;
      background-color: transparent; }
      .why-us .accordion .accordion-item .accordion-header .accordion-button:focus {
        border-color: transparent;
        box-shadow: none; }
      .why-us .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        box-shadow: none; }
      .why-us .accordion .accordion-item .accordion-header .accordion-button::after {
        font-family: "Font Awesome 5 Free";
        content: "\2b";
        font-size: 26px;
        font-weight: 700;
        background: none;
        width: 52px;
        height: 52px;
        background-color: #ffffff;
        color: #07306D;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
      .why-us .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
        content: "\f068"; }
    .why-us .accordion .accordion-item .accordion-body {
      padding: 0 0 16px 0; }

.stats {
  padding-top: 136px; }
  .stats .main-img-wrapper {
    position: relative; }
    .stats .main-img-wrapper figure {
      width: fit-content; }
      .stats .main-img-wrapper figure img {
        border-radius: 10px; }
      .stats .main-img-wrapper figure.float-img {
        position: absolute;
        top: -136px;
        left: 0;
        z-index: 1;
        padding-left: calc(var(--bs-gutter-x) * .5); }
      .stats .main-img-wrapper figure.main-img {
        margin-left: auto !important; }
    .stats .main-img-wrapper .circular-wrapper {
      position: absolute;
      top: -100px;
      right: 38%;
      width: fit-content;
      z-index: 2;
      width: fit-content; }
      .stats .main-img-wrapper .circular-wrapper .circular-text-container {
        position: relative;
        width: 200px;
        height: 200px;
        animation: rotate 10s linear infinite; }
        .stats .main-img-wrapper .circular-wrapper .circular-text-container span {
          position: absolute;
          left: 50%;
          top: 0;
          transform-origin: 0 100px;
          font-size: 18px;
          color: #07306D;
          font-weight: 600; }
      .stats .main-img-wrapper .circular-wrapper .center-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 75px;
        height: 75px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }
        .stats .main-img-wrapper .circular-wrapper .center-image img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
  .stats .count-wrapper {
    background: linear-gradient(90deg, #07306d 0%, #0670bf 100%);
    color: #ffffff;
    border-radius: 20px;
    padding: 20px 20px 50px;
    height: 100%; }
    .stats .count-wrapper figure {
      width: 85px;
      height: 85px;
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
      .stats .count-wrapper figure img {
        width: auto !important;
        height: auto !important; }
    .stats .count-wrapper .count {
      text-align: center;
      font-size: 50px;
      font-weight: 600;
      margin-top: -10px; }
      @media (max-width: 575px) {
        .stats .count-wrapper .count {
          font-size: 30px !important; } }
    .stats .count-wrapper p {
      text-align: center;
      font-size: 20px;
      font-weight: 600; }
      @media (max-width: 575px) {
        .stats .count-wrapper p {
          font-size: 16px !important; } }

.partners {
  background-image: url(../images/partnerbg.png);
  color: #ffffff !important;
  padding-block: 65px 100px;
  position: relative;
  isolation: isolate; }
  .partners .title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center; }
  .partners::before {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#07306d), to(#0670bf));
    background: linear-gradient(90deg, #07306d 0%, #0670bf 100%);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  .partners figure {
    background-color: #ffffff;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px; }
    .partners figure img {
      width: auto !important;
      height: auto !important;
      object-fit: contain; }

.blogs .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 30px; }
  .blogs .title-wrapper .sub-title {
    font-size: 22px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    color: #0670BF;
    margin-bottom: 20px; }
  .blogs .title-wrapper .title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    color: #07306D; }
.blogs a {
  flex-shrink: 0; }
.blogs .blog-card {
  position: relative; }
  .blogs .blog-card:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.164); }
    .blogs .blog-card:hover .card-body {
      background-color: rgba(6, 112, 191, 0.9); }
      .blogs .blog-card:hover .card-body .card-title {
        color: #07306D !important; }
  .blogs .blog-card figure {
    border-radius: 20px; }
  .blogs .blog-card .card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(6, 112, 191, 0.5);
    padding: 24px 30px;
    color: white;
    backdrop-filter: blur(3px);
    border-radius: 20px;
    transition: all 400ms; }
    .blogs .blog-card .card-body .card-title {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .blogs .blog-card .card-body i {
      padding-right: 10px; }

.testimonial {
  background-image: url(../images/testimonialbg.png);
  padding-block: 70px 100px;
  position: relative;
  isolation: isolate; }
  .testimonial::before {
    content: "";
    position: absolute;
    background-color: rgba(6, 111, 191, 0.6);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  .testimonial .title {
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
    color: #07306D;
    z-index: 1;
    position: relative;
    margin-block: 16px 40px; }
  .testimonial .sub-title {
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 600;
    color: #0670BF; }
  .testimonial .owl-nav {
    display: flex;
    gap: 20px;
    justify-content: end; }
    .testimonial .owl-nav button span {
      background: white !important;
      padding: 13px 22px !important;
      border-radius: 10px 0 10px 10px;
      color: #07306D; }
    .testimonial .owl-nav button.owl-prev span {
      border-radius: 0 10px 10px 10px !important; }
  .testimonial .testimonial-card figure {
    border-radius: 207px 0 207px 207px;
    margin-right: 10px; }
  .testimonial .testimonial-card .content {
    position: relative;
    padding-left: 10px; }
    .testimonial .testimonial-card .content::before {
      position: absolute;
      content: url("../images/quote.svg");
      top: -20px;
      left: 0;
      z-index: -1; }
    .testimonial .testimonial-card .content .description {
      color: #272727; }
    .testimonial .testimonial-card .content .name {
      margin-block: 24px 6px;
      font-size: 22px;
      font-weight: 600;
      color: #4d4d55; }
    .testimonial .testimonial-card .content .job {
      font-size: 18px;
      color: #383838; }

.faq .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 30px; }
  .faq .title-wrapper .sub-title {
    font-size: 22px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    color: #0670BF;
    margin-bottom: 20px; }
  .faq .title-wrapper .title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    color: #07306D; }
.faq .accordion .accordion-item {
  margin-bottom: 15px;
  border: 0px;
  border-radius: 11px;
  background-color: #FDFDFD;
  padding: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
  .faq .accordion .accordion-item:last-child {
    border-bottom: 0; }
  .faq .accordion .accordion-item h2, .faq .accordion .accordion-item h3, .faq .accordion .accordion-item h4, .faq .accordion .accordion-item h5, .faq .accordion .accordion-item h6 {
    margin: 0 !important; }
    .faq .accordion .accordion-item h2 .accordion-button, .faq .accordion .accordion-item h3 .accordion-button, .faq .accordion .accordion-item h4 .accordion-button, .faq .accordion .accordion-item h5 .accordion-button, .faq .accordion .accordion-item h6 .accordion-button {
      font-size: 18px;
      color: #5B5B5B !important;
      border-radius: 20px;
      padding: 0px;
      background-color: transparent !important; }
      .faq .accordion .accordion-item h2 .accordion-button::before, .faq .accordion .accordion-item h3 .accordion-button::before, .faq .accordion .accordion-item h4 .accordion-button::before, .faq .accordion .accordion-item h5 .accordion-button::before, .faq .accordion .accordion-item h6 .accordion-button::before {
        padding-right: 12px;
        font-family: "Font Awesome 5 Free";
        content: "\f059";
        font-size: 18px;
        font-weight: 700; }
      .faq .accordion .accordion-item h2 .accordion-button:focus, .faq .accordion .accordion-item h3 .accordion-button:focus, .faq .accordion .accordion-item h4 .accordion-button:focus, .faq .accordion .accordion-item h5 .accordion-button:focus, .faq .accordion .accordion-item h6 .accordion-button:focus {
        border-color: transparent;
        box-shadow: none; }
      .faq .accordion .accordion-item h2 .accordion-button:not(.collapsed), .faq .accordion .accordion-item h3 .accordion-button:not(.collapsed), .faq .accordion .accordion-item h4 .accordion-button:not(.collapsed), .faq .accordion .accordion-item h5 .accordion-button:not(.collapsed), .faq .accordion .accordion-item h6 .accordion-button:not(.collapsed) {
        color: #07306D !important;
        background-color: transparent !important;
        border-radius: 20px 20px 0 0;
        box-shadow: none;
        font-weight: 500; }
        .faq .accordion .accordion-item h2 .accordion-button:not(.collapsed)::before, .faq .accordion .accordion-item h3 .accordion-button:not(.collapsed)::before, .faq .accordion .accordion-item h4 .accordion-button:not(.collapsed)::before, .faq .accordion .accordion-item h5 .accordion-button:not(.collapsed)::before, .faq .accordion .accordion-item h6 .accordion-button:not(.collapsed)::before {
          color: #07306D; }
  .faq .accordion .accordion-item .accordion-body {
    padding-top: 16px !important;
    color: #454545;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 28px; }

@keyframes rotate {
  to {
    transform: rotate(360deg); } }
.mission-vision .section-title {
  font-size: 30px;
  font-weight: 600;
  color: #07306D;
  max-width: 572px;
  margin: 0 auto 40px;
  text-align: center; }
.mission-vision .mission-vision-card {
  background-color: #EAF6FF;
  padding: 45px 30px;
  clip-path: polygon(86% 0, 100% 13%, 100% 100%, 0 100%, 0 0);
  position: relative;
  transition: 1s;
  border-radius: 4px; }
  .mission-vision .mission-vision-card::after {
    position: absolute;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 90px 90px 0;
    border-color: #19ff0000 #19ff0000 #C0E4FF #19ff0000;
    box-shadow: -1px -1px 11px rgba(0, 0, 0, 0.25);
    transition: 1s 450ms; }
  .mission-vision .mission-vision-card figure {
    width: fit-content;
    margin: 0 auto 30px !important; }
  .mission-vision .mission-vision-card .title {
    font-weight: 600;
    font-size: 30px; }

.organization-structure figure {
  border-radius: 17px; }

.timeline .section-title {
  font-size: 30px;
  font-weight: 600;
  color: #07306D;
  max-width: 572px;
  margin: 0 auto 40px;
  text-align: center; }
.timeline .timeline-table .timeline-head {
  background-color: #0670BF;
  color: #ffffff;
  display: flex;
  padding: 16px;
  font-size: 20px;
  font-weight: 700; }
  .timeline .timeline-table .timeline-head p {
    width: 160px; }
.timeline .timeline-table .timeline-body {
  padding: 16px;
  color: #0c0a09;
  display: flex;
  align-items: center; }
  .timeline .timeline-table .timeline-body .date {
    width: 160px;
    font-size: 55px;
    font-family: "Playfair Display", serif;
    color: #07306D;
    flex-shrink: 0; }
  .timeline .timeline-table .timeline-body p {
    font-size: 20px;
    margin-bottom: 4px !important;
    font-weight: 500; }

.certificate .title {
  font-size: 30px;
  font-weight: 600;
  color: #07306D;
  max-width: 572px;
  margin: 0 auto 40px;
  text-align: center; }
.certificate .certificate-card a {
  width: 100%; }
.certificate .certificate-card .card-body {
  background-color: #EAF6FF;
  padding: 20px 16px; }
  .certificate .certificate-card .card-body .name {
    font-size: 17px;
    color: #0c0a09;
    font-weight: 500;
    margin-bottom: 10px; }
  .certificate .certificate-card .card-body p {
    font-size: 15px; }

.message-manager .message-manager-wrapper {
  position: relative; }
  .message-manager .message-manager-wrapper .manager-card {
    background-image: url(../images/messagebg.png);
    color: #ffffff !important;
    padding-block: 65px 100px;
    position: relative;
    isolation: isolate; }
    .message-manager .message-manager-wrapper .manager-card::before {
      content: "";
      position: absolute;
      background: -webkit-gradient(linear, left top, right top, from(#07306d), to(#0670bf));
      opacity: 0.8;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: -1; }
    .message-manager .message-manager-wrapper .manager-card figure {
      clip-path: path("M 15,0 H 290 Q 305,0 305,15 V 349 Q 305,359 298,366 L 250,409 Q 235,424 220,424 H 15 Q 0,424 0,409 V 15 Q 0,0 15,0 Z");
      position: sticky;
      top: 0; }
    .message-manager .message-manager-wrapper .manager-card .manager-detail {
      position: sticky;
      top: 0;
      padding: 30px 0 30px 60px; }
      .message-manager .message-manager-wrapper .manager-card .manager-detail .name {
        font-size: 40px;
        font-weight: 600; }
      .message-manager .message-manager-wrapper .manager-card .manager-detail .designation {
        font-size: 20px;
        font-weight: 500;
        margin-block: 10px 16px; }
    .message-manager .message-manager-wrapper .manager-card:nth-child(2n)::before {
      background: linear-gradient(90deg, #0670bf 0%, #07306d 100%); }
    .message-manager .message-manager-wrapper .manager-card:nth-child(2n) figure {
      clip-path: path("M 290,0 H 15 Q 0,0 0,15 V 349 Q 0,359 7,366 L 55,409 Q 70,424 85,424 H 290 Q 305,424 305,409 V 15 Q 305,0 290,0 Z"); }
    .message-manager .message-manager-wrapper .manager-card:nth-child(2n) .manager-detail {
      padding: 30px 60px 30px 0px; }
      .message-manager .message-manager-wrapper .manager-card:nth-child(2n) .manager-detail .name, .message-manager .message-manager-wrapper .manager-card:nth-child(2n) .manager-detail .designation {
        text-align: end; }

.team .team-card {
  position: relative; }
  .team .team-card figure {
    border-radius: 10px; }
  .team .team-card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(7, 48, 109, 0.6);
    padding-block: 26px 22px;
    border-radius: 56px;
    color: #ffffff;
    backdrop-filter: blur(4px); }
    .team .team-card .card-body .name {
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 700; }
    .team .team-card .card-body .designtion {
      font-size: 18px;
      font-weight: 600; }

.gallery a {
  position: relative; }
  .gallery a img {
    border-radius: 6px; }
  .gallery a i {
    background-color: #ffffff;
    color: #0670BF;
    padding: 20px 21px 18px 24px;
    font-size: 22px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    border: 1px solid #0670BF; }
  .gallery a img {
    width: 100%;
    height: 100%; }

.process .title {
  font-size: 40px;
  font-weight: 500;
  color: #07306D;
  max-width: 957px;
  margin: 0 auto;
  line-height: 55px;
  text-align: center;
  margin-bottom: 50px; }
.process .process-description {
  position: sticky;
  top: 10px; }
  .process .process-description .process-title {
    font-size: 20px;
    font-weight: 500;
    color: #07306D;
    margin-bottom: 20px; }
  .process .process-description .description {
    font-size: 16px;
    line-height: 29px; }
.process .process-card {
  background: linear-gradient(90deg, #0670bf 0%, #07306d 100%);
  color: #ffffff;
  border-radius: 20px;
  padding: 50px 30px;
  margin-bottom: 30px; }
  .process .process-card figure {
    width: fit-content;
    margin: 0 auto !important; }
  .process .process-card .card-title {
    font-size: 26px;
    font-weight: 500;
    margin-block: 29px 20px; }
  .process .process-card .description {
    font-size: 16px;
    line-height: 29px; }

.get-started {
  text-align: center;
  max-width: 527px;
  margin: 70px auto 0; }
  .get-started .sub-title {
    font-size: 20px;
    color: #07306D;
    font-weight: 500; }
  .get-started .title {
    font-size: 40px;
    color: #0670BF;
    font-weight: 500;
    margin-block: 10px; }
  .get-started .description {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px; }
  .get-started a {
    margin: 0 auto; }

.resources .resources-wrapper {
  border-radius: 10px !important;
  background: #FFF !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25) !important;
  display: block;
  padding: 46px 0 27px !important;
  text-align: center;
  height: 100%; }
  .resources .resources-wrapper figure {
    width: fit-content;
    margin: 0 auto !important; }
    .resources .resources-wrapper figure img {
      height: 90px !important;
      width: auto !important; }
  .resources .resources-wrapper .title {
    color: #676767;
    font-size: 26px;
    font-weight: 600;
    margin-top: 22px; }
  .resources .resources-wrapper:hover .title {
    color: #0670BF; }

.branches .section-title {
  font-size: 30px;
  color: #07306D;
  font-weight: 600;
  margin: 10px auto 30px !important;
  text-align: center; }
.branches .branch-card {
  color: #ffffff;
  text-align: center; }
  .branches .branch-card .card-body {
    background: linear-gradient(90deg, #0670bf 0%, #07306d 100%);
    padding: 30px; }
    .branches .branch-card .card-body .title {
      font-size: 24px;
      font-weight: 700; }
    .branches .branch-card .card-body .location {
      font-size: 24px;
      font-weight: 600;
      margin-block: 10px; }
    .branches .branch-card .card-body .number {
      font-size: 20px;
      font-weight: 500; }

.resources-detail .wrapper .col-sm-12:nth-child(2n) .icon-wrapper {
  background-color: #4C53F0 !important; }
.resources-detail .wrapper .col-sm-12:nth-child(3n) .icon-wrapper {
  background-color: #68C166 !important; }
.resources-detail .wrapper .col-sm-12:nth-child(4n) .icon-wrapper {
  background-color: #FFA654 !important; }
.resources-detail .wrapper .downloads {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
  .resources-detail .wrapper .downloads .download-card {
    padding-right: 30px;
    width: max-content;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    .resources-detail .wrapper .downloads .download-card:hover .title {
      color: #0670BF; }
    .resources-detail .wrapper .downloads .download-card .icon-wrapper {
      background-color: #F2484D;
      width: 60px;
      aspect-ratio: 1;
      display: flex;
      justify-content: center;
      align-items: center; }
      .resources-detail .wrapper .downloads .download-card .icon-wrapper i {
        color: #ffffff;
        font-size: 26px; }
    .resources-detail .wrapper .downloads .download-card .title {
      font-family: "Playfair Display", serif;
      color: #424242;
      font-size: 22px;
      font-weight: 500; }

.contact-info .contact-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EAF6FF;
  padding: 40px 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  height: 100%; }
  .contact-info .contact-info-wrapper figure {
    width: fit-content; }
  .contact-info .contact-info-wrapper .title {
    font-weight: 700;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    margin-bottom: 14px;
    color: #0670BF; }
  .contact-info .contact-info-wrapper a {
    font-weight: 600;
    line-height: 30px; }

.contact-form-wrapper .arrow {
  width: fit-content;
  margin-top: 40px !important; }
.contact-form-wrapper .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #07306D;
  margin-bottom: 30px; }
.contact-form-wrapper ul {
  padding-left: 0; }
  .contact-form-wrapper ul li {
    font-size: 18px;
    margin-bottom: 20px;
    list-style: none; }
    .contact-form-wrapper ul li::before {
      content: "\f058";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      padding-right: 10px;
      color: #0670BF; }
.contact-form-wrapper .contact-form {
  background-color: #629FC7;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 45px;
  padding-top: 60px;
  height: 100%;
  position: relative; }
  .contact-form-wrapper .contact-form .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    background-color: white;
    width: fit-content;
    padding: 10px !important;
    border-radius: 5px;
    line-height: initial;
    position: absolute;
    top: -22px;
    left: 6px;
    outline: 6px solid #629fc7;
    color: #0670BF;
    font-weight: 700; }
  .contact-form-wrapper .contact-form label {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff; }
  .contact-form-wrapper .contact-form .form-control {
    border: 0;
    height: 50px; }
    .contact-form-wrapper .contact-form .form-control::placeholder {
      color: #AEACAC;
      font-weight: 500; }
  .contact-form-wrapper .contact-form textarea {
    height: 147px !important; }
  .contact-form-wrapper .contact-form .primary-btn {
    margin-top: 26px; }
.contact-form-wrapper .map iframe {
  border-radius: 10px; }

.demand .demand-card {
  background-color: #629FC7;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #0670BF; }
  .demand .demand-card figure {
    border: 1px solid #E4E4E4; }
  .demand .demand-card .postdate {
    margin-top: 22px;
    color: #ffffff; }
  .demand .demand-card .expirytdate {
    margin-top: 6px;
    color: #CA0000; }
  .demand .demand-card .country {
    margin-top: 14px;
    font-size: 18px;
    color: #07306D;
    font-weight: 700; }

.demand-detail figure {
  border: 1px solid #07306D; }
.demand-detail .demand-detail-wrapper {
  background-color: #EAF6FF;
  padding: 30px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  position: sticky;
  top: 0; }
  .demand-detail .demand-detail-wrapper .demand-detail {
    color: #000000;
    font-size: 20px;
    display: flex;
    gap: 10px;
    font-weight: 600;
    margin-bottom: 20px; }
    .demand-detail .demand-detail-wrapper .demand-detail:last-child {
      margin-bottom: 0; }
    .demand-detail .demand-detail-wrapper .demand-detail p {
      font-weight: 400; }

.demand-form .demand-form-wrapper {
  background-color: #0670BF;
  padding: 50px;
  color: #ffffff;
  border-radius: 10px; }
  .demand-form .demand-form-wrapper .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px; }
  .demand-form .demand-form-wrapper .form-control {
    height: 50px; }
  .demand-form .demand-form-wrapper textarea {
    height: 147px !important;
    margin-bottom: 30px; }

.career-benefit .section-title {
  font-size: 36px;
  font-weight: 600;
  color: #07306D;
  text-align: center;
  margin-bottom: 40px; }
.career-benefit .title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600; }
.career-benefit .description {
  text-align: center !important; }

.career-list .section-title {
  font-size: 36px;
  font-weight: 600;
  color: #07306D;
  text-align: center;
  margin-bottom: 40px; }
.career-list .career-card {
  padding-inline: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC; }
  .career-list .career-card .card-title {
    font-size: 24px;
    font-weight: 600;
    color: #0670BF; }
  .career-list .career-card .date {
    font-size: 18px;
    font-weight: 500;
    color: #cf4646;
    margin-block: 20px 14px; }
    .career-list .career-card .date i {
      padding-right: 6px; }
  .career-list .career-card .description {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 29px; }
  .career-list .career-card a {
    font-size: 20px;
    color: #07306D !important;
    font-weight: 600; }
    .career-list .career-card a i {
      font-size: 15px;
      padding-left: 8px; }

.career-detail .section-title {
  font-size: 36px;
  font-weight: 500;
  color: #424242;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 16px;
  margin-bottom: 26px; }
.career-detail .title {
  font-size: 24px;
  color: #424242;
  margin-bottom: 16px;
  font-weight: 500; }
.career-detail .main-mail {
  font-size: 20px;
  font-weight: 600;
  color: #808080;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap; }
  .career-detail .main-mail a {
    color: #07306D !important; }

.career-form {
  margin-top: 50px; }
  .career-form .career-form-wrapper {
    background-color: #0670BF;
    color: #ffffff;
    padding: 40px;
    border-radius: 10px; }
    .career-form .career-form-wrapper .title {
      font-size: 25px;
      font-weight: 600;
      margin-bottom: 16px;
      font-family: "Playfair Display", serif; }
    .career-form .career-form-wrapper .form-control {
      height: 50px; }
    .career-form .career-form-wrapper textarea {
      height: 147px !important; }
  .career-form button {
    margin: 30px auto 0; }
  .career-form input[type="file"]::-webkit-file-upload-button {
    padding: 13px;
    color: #444444; }

.workforce .main-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 50px;
  color: #0670BF;
  margin-bottom: 24px; }
.workforce ol {
  padding-left: 1rem; }
  .workforce ol li {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px; }
.workforce .workforce-card {
  background: linear-gradient(90deg, #0670bf 0%, #07306d 100%);
  padding: 30px;
  color: #ffffff;
  border-radius: 20px;
  margin-bottom: 40px; }
  .workforce .workforce-card figure {
    border-radius: 8px;
    position: sticky;
    top: 0; }
  .workforce .workforce-card .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px; }
  .workforce .workforce-card ul {
    padding-left: 1.5rem; }
    .workforce .workforce-card ul li {
      font-weight: 600;
      margin-bottom: 10px; }
  .workforce .workforce-card .workforce-content {
    padding-left: 20px; }
  .workforce .workforce-card:nth-child(2n) {
    background: linear-gradient(90deg, #07306d 0%, #0670bf 100%); }
    .workforce .workforce-card:nth-child(2n) .workforce-content {
      padding-left: 0px; }

.clients .client-card {
  border-radius: 6px;
  background-color: #EAF6FF;
  padding: 30px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
  .clients .client-card figure {
    border: 1px solid #B8E1FF; }
  .clients .client-card .name {
    font-size: 20px;
    font-weight: 600;
    color: #07306D;
    margin-top: 20px; }
  .clients .client-card .location {
    font-size: 18px;
    color: #525252;
    margin-top: 20px; }

.service-detail .main-img {
  border-radius: 12px;
  height: 100%; }
.service-detail .service-benefit {
  background-color: #0670BF;
  padding: 37px 23px;
  border-radius: 23px; }
  .service-detail .service-benefit .service-benefit-card {
    background-color: #ffffff;
    border: 2px solid #07306D;
    padding: 23px 18px 17px;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 100%; }
    .service-detail .service-benefit .service-benefit-card:last-child {
      margin-bottom: 0; }
    .service-detail .service-benefit .service-benefit-card figure {
      width: fit-content; }
    .service-detail .service-benefit .service-benefit-card .title {
      margin-top: 14px;
      font-size: 18px;
      color: #07306D;
      font-weight: 500; }

.service-faq .title {
  font-size: 30px;
  font-weight: 600;
  color: #07306D;
  text-align: center;
  margin-bottom: 30px; }

.blog-detail .toc-wrapper {
  background-color: #F3F3F3;
  position: sticky;
  top: 0; }
  .blog-detail .toc-wrapper .toc-title {
    font-size: 22px;
    margin-bottom: 14px;
    font-weight: 600;
    border-bottom: 1px solid #7A7A7A;
    padding-bottom: 16px; }
  .blog-detail .toc-wrapper ul {
    padding-left: 0; }
    .blog-detail .toc-wrapper ul li {
      list-style-type: none;
      font-weight: 500; }
  .blog-detail .toc-wrapper .main {
    font-size: 16px;
    margin-block: 8px;
    margin-bottom: 14px; }
  .blog-detail .toc-wrapper .sub {
    margin-left: 26px;
    margin-bottom: 14px;
    font-size: 14px !important; }
.blog-detail .main-img {
  border-radius: 20px; }
.blog-detail .share-time {
  position: sticky;
  top: 6px; }
  .blog-detail .share-time .date-time {
    color: #AEACAC; }
    .blog-detail .share-time .date-time i {
      margin-right: 8px;
      font-size: 20px; }
    .blog-detail .share-time .date-time > * {
      margin-bottom: 30px; }

.recent-blogs .section-title {
  font-size: 30px;
  font-weight: 600;
  color: #07306D;
  text-align: center;
  margin-bottom: 30px; }

/*# sourceMappingURL=style.css.map */
