@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300&family=Oswald:wght@400;500;600;700&display=swap");
.breadcrumb-section {
  position: relative; }
  .breadcrumb-section::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.64) 100%), url("../images/breadcrumb.jpg"), lightgray 50%/cover no-repeat;
    filter: grayscale(100%); }
  .breadcrumb-section .page-title {
    text-align: center;
    font-family: Open Sans;
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    background-image: url("../images/breadcrumb.jpg");
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 200px 0px 100px;
    filter: grayscale(0%) !important; }
  .breadcrumb-section .breadcrumb {
    padding-bottom: 20px !important;
    position: relative; }
    .breadcrumb-section .breadcrumb .breadcrumb-item {
      color: #fff;
      font-family: Open Sans;
      font-size: 14px;
      font-weight: 400; }
      .breadcrumb-section .breadcrumb .breadcrumb-item::before {
        color: #fff; }

.blog-breadcrumbs-img {
  background-repeat: no-repeat !important;
  background-position: center, center !important;
  background-size: cover !important;
  position: relative; }
  .blog-breadcrumbs-img::before {
    display: none !important; }
  .blog-breadcrumbs-img .breadcrumb {
    padding-top: 530px !important;
    padding-bottom: 40px !important;
    z-index: 99; }
  .blog-breadcrumbs-img::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.custom-button a,
.custom-button button {
  border-radius: 20px;
  border: 1px solid #0033b7;
  background: #0033b7;
  color: #fcf7f8;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 8px 15px; }

.custom-button-second {
  position: relative; }
  .custom-button-second a {
    color: #0033b7 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding-left: 16px;
    background-color: white;
    width: fit-content;
    margin-left: auto;
    display: block; }
  .custom-button-second:before {
    content: "";
    background-color: blue;
    height: 1.5px;
    width: 100%;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    z-index: -99;
    transition: all 0.3s ease; }
  .custom-button-second:hover:before {
    content: "";
    width: 100%;
    left: 0; }

.row {
  margin-right: 0 !important; }

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

body {
  background: #ffffff;
  font-weight: 400;
  color: #3e3a3a;
  font-size: 16px;
  font-family: "Open Sans", sans-serif; }
  body ::selection {
    background-color: #001F3F;
    color: white; }

body.fixed-background {
  position: fixed;
  top: 0;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px !important;
  padding: 0px !important;
  font-family: "Oswald", sans-serif; }

p {
  color: #363636;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px !important; }
  p a {
    color: #6079C5 !important; }

.custom-margin {
  margin-top: 80px !important; }
  @media (max-width: 991px) {
    .custom-margin {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .custom-margin {
      margin-top: 450px; } }
  @media (max-width: 480px) {
    .custom-margin {
      margin-top: 25px; } }

.button-margin-none {
  margin-bottom: -90px; }
  @media (max-width: 991px) {
    .button-margin-none {
      margin-bottom: -70px; } }
  @media (max-width: 767px) {
    .button-margin-none {
      margin-bottom: -50px; } }
  @media (max-width: 480px) {
    .button-margin-none {
      margin-bottom: -30px; } }

.custom-padding {
  padding: 80px 0px; }

.section-padding {
  padding-bottom: 80px; }

.center-width {
  max-width: 80%;
  margin: 0 auto; }
  .center-width p {
    text-align: center; }
  @media (max-width: 991px) {
    .center-width {
      max-width: 90%; } }

figure {
  margin: 0px !important;
  overflow: hidden; }
  figure img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

ul,
ol {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none; }
  ul li,
  ol li {
    display: inline-block;
    font-family: "Barlow", sans-serif; }

a {
  text-decoration: none !important;
  color: inherit !important; }

.section-heading {
  margin-bottom: 24px; }
  .section-heading span {
    color: #161811;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px; }
  .section-heading .main-title {
    color: #161811;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize; }
    .section-heading .main-title span {
      color: #6079C5 !important;
      font-family: "Oswald", sans-serif;
      font-size: 36px;
      font-weight: 600; }

.section-heading.center-align span {
  text-align: center;
  display: block; }
.section-heading.center-align .main-title {
  text-align: center; }
  .section-heading.center-align .main-title span {
    display: inline-block; }

.page-not-found {
  padding: 10vh 0px; }
  .page-not-found .icons {
    font-size: 80px;
    text-align: center; }
    .page-not-found .icons span {
      font-family: "Open Sans";
      font-weight: 700;
      line-height: 32px;
      text-align: center;
      padding-left: 10px;
      color: #6079C5; }
  .page-not-found .text {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    padding-left: 10px;
    display: block;
    font-size: 40px; }
  .page-not-found p {
    text-align: center;
    font-weight: 500 !important;
    font-size: 20px !important;
    max-width: 60%;
    margin: 20px auto 0px auto !important; }
    @media (max-width: 991px) {
      .page-not-found p {
        max-width: 80%; } }
    @media (max-width: 767px) {
      .page-not-found p {
        max-width: 100%; } }
  .page-not-found .round-animated-btn {
    margin-top: 20px !important; }
    .page-not-found .round-animated-btn a {
      margin: 0px auto; }

.social-media {
  z-index: 3; }
  .social-media ul {
    display: flex;
    gap: 15px; }
    .social-media ul li {
      display: block; }
      .social-media ul li a {
        display: flex;
        height: 30px;
        width: 30px;
        justify-content: center;
        align-items: center;
        color: white !important;
        background: transparent;
        border-radius: 50%;
        border: 1px solid white; }
        .social-media ul li a i {
          font-size: 14px; }
        .social-media ul li a:hover {
          color: white !important;
          border: 1px solid white; }
      .social-media ul li .facebook:hover {
        background: #4867aa; }
      .social-media ul li .instagram:hover {
        background: #f70181; }
      .social-media ul li .twitter:hover {
        background: #1da1f2; }
      .social-media ul li .youtube:hover {
        background-color: #ff0000; }
      .social-media ul li .linkedin:hover {
        background-color: #0077b5; }

.text-document-content p {
  margin-bottom: 20px !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify; }
  .text-document-content p img {
    max-width: 100%;
    width: auto !important;
    height: auto !important; }
  .text-document-content p a {
    font-weight: 500;
    font-style: italic; }
    .text-document-content p a:hover {
      text-decoration: underline !important; }
  .text-document-content p img {
    margin: 20px 0px;
    width: 100%; }
.text-document-content h1,
.text-document-content h2,
.text-document-content h3,
.text-document-content h4,
.text-document-content h5,
.text-document-content h6 {
  font-weight: 600 !important;
  margin: 20px 0px !important;
  color: #696969; }
.text-document-content h1 {
  font-size: 26px !important;
  line-height: 30px !important; }
.text-document-content h2 {
  font-size: 24px !important;
  line-height: 26px !important; }
.text-document-content h3 {
  font-size: 22px !important;
  line-height: 24px !important; }
.text-document-content h4 {
  font-size: 20px !important;
  line-height: 22px !important; }
.text-document-content h5 {
  font-size: 18px !important;
  line-height: 20px !important; }
.text-document-content h6 {
  font-size: 117px !important;
  line-height: 18px !important; }
.text-document-content ol {
  margin: 15px 0px 15px 25px !important;
  list-style: decimal; }
  .text-document-content ol li {
    padding: 5px 0px;
    font-family: "Open Sans", sans-serif;
    color: #696969;
    font-size: 16px;
    display: list-item;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; }
    .text-document-content ol li a {
      color: #6079C5 !important; }
      .text-document-content ol li a:hover {
        text-decoration: underline !important; }
    .text-document-content ol li::marker {
      color: #696969; }
.text-document-content ul {
  margin: 15px 0px 15px 25px !important;
  list-style: disc; }
  .text-document-content ul li {
    padding: 5px 0px;
    font-weight: 400;
    padding: 5px 0px;
    display: list-item;
    font-family: "Open Sans", sans-serif;
    color: #696969;
    font-size: 16px; }
    .text-document-content ul li a {
      color: #6079C5 !important; }
      .text-document-content ul li a:hover {
        text-decoration: underline !important; }
.text-document-content blockquote {
  margin: 40px 0px 40px 0px;
  padding: 40px 10px;
  background: #e5f4f9;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px; }
  .text-document-content blockquote p {
    color: #6079c5;
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    text-align: center !important;
    position: relative;
    margin-left: 10px; }
    .text-document-content blockquote p:before {
      position: absolute;
      content: open-quote;
      font-size: 2em;
      left: 0; }
    .text-document-content blockquote p:after {
      position: absolute;
      content: close-quote;
      font-size: 2em;
      margin: 12px 0 0 8px; }
  .text-document-content blockquote span {
    color: #161811;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center !important; }
.text-document-content figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 15px 0 40px 0 !important; }
  .text-document-content figure img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.text-document-content table tr td,
.text-document-content table tr th {
  padding: 16px 3px !important; }

.header-view-all-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  margin-bottom: 60px; }
  .header-view-all-wrapper .section-heading {
    margin-bottom: 0px; }

.block-frame .container {
  position: relative; }
  .block-frame .container .vector-image {
    filter: brightness(0) invert(1);
    position: absolute;
    pointer-events: none; }
  .block-frame .container .top-left {
    top: 50px;
    left: 20px;
    height: 50px; }
  .block-frame .container .top-right {
    top: 50px;
    right: 20px; }
  .block-frame .container .bottom-right {
    bottom: 50px;
    right: 20px;
    height: 50px; }
  .block-frame .container .bottom-left {
    bottom: 50px;
    left: 20px; }
.block-frame .text-document-content p,
.block-frame .text-document-content span,
.block-frame .text-document-content li,
.block-frame .text-document-content div {
  color: white;
  text-align: center; }
.block-frame .custom-button a {
  background-color: white !important;
  border: 1px solid white;
  margin: 0px auto !important; }
  .block-frame .custom-button a:hover {
    color: white !important; }

.learn-more-card-frame figure {
  height: 300px; }
  .learn-more-card-frame figure img {
    transition: all 500ms linear; }
.learn-more-card-frame .description {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  width: 85%;
  margin: -50px auto 0px auto;
  position: relative;
  z-index: 2; }
  .learn-more-card-frame .description .tittle {
    color: #363636;
    font-family: Barlow;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px !important; }
  .learn-more-card-frame .description p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px !important; }
  .learn-more-card-frame .description .read-more {
    color: #075e89 !important;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase; }
    .learn-more-card-frame .description .read-more:hover {
      color: #6079C5 !important; }
.learn-more-card-frame:hover figure img {
  opacity: 0.5; }

.video-wrapper {
  position: relative;
  height: 100%; }
  .video-wrapper .video-play-button {
    padding: 5px 15px;
    border-radius: 4px;
    background: #C92127;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    cursor: pointer; }

.owl-nav {
  color: #363636 !important;
  width: 24px !important; }
  .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -32px;
    transform: translateY(-50%);
    margin-right: 30px; }
  .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -32px;
    transform: translateY(-50%); }

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #363636 !important; }

.form-element input,
.form-element select,
.form-element textarea {
  border-radius: 4px;
  border: 1px solid #c8c8c8; }
.form-element .form-label {
  color: #696969;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px !important; }
.form-element .form-control::placeholder {
  color: #a4a4a4;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
.form-element .error-message {
  color: #ff4848;
  font-style: italic;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 1px; }

.pagination {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  justify-content: center !important;
  --bs-pagination-hover-bg: none !important; }
  .pagination .page-item {
    margin-left: 6px !important; }
    .pagination .page-item:first-child {
      margin-left: 0px !important; }
    .pagination .page-item .page-link {
      font-size: 16px;
      font-weight: 500;
      line-height: 166.5%;
      text-transform: capitalize;
      text-align: center;
      color: #696969 !important;
      border: none !important;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pagination .page-item .page-link:hover {
        color: #696969 !important;
        background-color: none !important; }
        .pagination .page-item .page-link:hover::after {
          content: "";
          background: #3a1ddb;
          height: 2px;
          width: 50%;
          position: absolute;
          bottom: 0; }
      .pagination .page-item .page-link:focus {
        z-index: 3;
        background: white !important;
        outline: 0;
        box-shadow: none !important; }
  .pagination .active .page-link {
    background: white; }
    .pagination .active .page-link::after {
      content: "";
      background: #3a1ddb;
      height: 2px;
      width: 50%;
      position: absolute;
      bottom: 0; }

:root {
  --translation-timeline: 220px; }

@media (max-width: 1200px) {
  :root {
    --translation-timeline: 184px; } }
@media (max-width: 425px) {
  :root {
    --translation-timeline: 122px; } }
.timeline-history .nav-item-wrapper .timelineTab1 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab2 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab2 .nav-item:nth-child(2) {
  transform: rotate(90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab3 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab3 .nav-item:nth-child(2) {
  transform: rotate(30deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab3 .nav-item:nth-child(3) {
  transform: rotate(150deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab4 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab4 .nav-item:nth-child(2) {
  transform: rotate(0deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab4 .nav-item:nth-child(3) {
  transform: rotate(90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab4 .nav-item:nth-child(4) {
  transform: rotate(180deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab5 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab5 .nav-item:nth-child(2) {
  transform: rotate(-18deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab5 .nav-item:nth-child(3) {
  transform: rotate(54deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab5 .nav-item:nth-child(4) {
  transform: rotate(126deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab5 .nav-item:nth-child(5) {
  transform: rotate(198deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab6 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab6 .nav-item:nth-child(2) {
  transform: rotate(-30deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab6 .nav-item:nth-child(3) {
  transform: rotate(30deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab6 .nav-item:nth-child(4) {
  transform: rotate(90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab6 .nav-item:nth-child(5) {
  transform: rotate(150deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab6 .nav-item:nth-child(6) {
  transform: rotate(210deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab7 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab7 .nav-item:nth-child(2) {
  transform: rotate(-38.5714285714deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab7 .nav-item:nth-child(3) {
  transform: rotate(12.857142857deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab7 .nav-item:nth-child(4) {
  transform: rotate(64.2857142857deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab7 .nav-item:nth-child(5) {
  transform: rotate(115.7142857143deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab7 .nav-item:nth-child(6) {
  transform: rotate(167.1428571429deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab7 .nav-item:nth-child(7) {
  transform: rotate(218.5714285714deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab8 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab8 .nav-item:nth-child(2) {
  transform: rotate(-45deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab8 .nav-item:nth-child(3) {
  transform: rotate(0deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab8 .nav-item:nth-child(4) {
  transform: rotate(45deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab8 .nav-item:nth-child(5) {
  transform: rotate(90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab8 .nav-item:nth-child(6) {
  transform: rotate(135deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab8 .nav-item:nth-child(7) {
  transform: rotate(180deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab8 .nav-item:nth-child(8) {
  transform: rotate(225deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab9 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab9 .nav-item:nth-child(2) {
  transform: rotate(-50deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab9 .nav-item:nth-child(3) {
  transform: rotate(-10deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab9 .nav-item:nth-child(4) {
  transform: rotate(30deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab9 .nav-item:nth-child(5) {
  transform: rotate(70deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab9 .nav-item:nth-child(6) {
  transform: rotate(110deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab9 .nav-item:nth-child(7) {
  transform: rotate(150deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab9 .nav-item:nth-child(8) {
  transform: rotate(190deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab9 .nav-item:nth-child(9) {
  transform: rotate(230deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab10 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab10 .nav-item:nth-child(2) {
  transform: rotate(-54deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab10 .nav-item:nth-child(3) {
  transform: rotate(-18deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab10 .nav-item:nth-child(4) {
  transform: rotate(18deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab10 .nav-item:nth-child(5) {
  transform: rotate(54deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab10 .nav-item:nth-child(6) {
  transform: rotate(90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab10 .nav-item:nth-child(7) {
  transform: rotate(126deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab10 .nav-item:nth-child(8) {
  transform: rotate(162deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab10 .nav-item:nth-child(9) {
  transform: rotate(198deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab10 .nav-item:nth-child(10) {
  transform: rotate(234deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab11 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab11 .nav-item:nth-child(2) {
  transform: rotate(-57.2727272727deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab11 .nav-item:nth-child(3) {
  transform: rotate(-24.5454545455deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab11 .nav-item:nth-child(4) {
  transform: rotate(8.1818181818deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab11 .nav-item:nth-child(5) {
  transform: rotate(40.9090909091deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab11 .nav-item:nth-child(6) {
  transform: rotate(73.6363636364deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab11 .nav-item:nth-child(7) {
  transform: rotate(106.3636363636deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab11 .nav-item:nth-child(8) {
  transform: rotate(139.0909090909deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab11 .nav-item:nth-child(9) {
  transform: rotate(171.8181818182deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab11 .nav-item:nth-child(10) {
  transform: rotate(204.5454545455deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab11 .nav-item:nth-child(11) {
  transform: rotate(237.2727272727deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab12 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab12 .nav-item:nth-child(2) {
  transform: rotate(-60deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab12 .nav-item:nth-child(3) {
  transform: rotate(-30deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab12 .nav-item:nth-child(4) {
  transform: rotate(0deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab12 .nav-item:nth-child(5) {
  transform: rotate(30deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab12 .nav-item:nth-child(6) {
  transform: rotate(60deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab12 .nav-item:nth-child(7) {
  transform: rotate(90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab12 .nav-item:nth-child(8) {
  transform: rotate(120deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab12 .nav-item:nth-child(9) {
  transform: rotate(150deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab12 .nav-item:nth-child(10) {
  transform: rotate(180deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab12 .nav-item:nth-child(11) {
  transform: rotate(210deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab12 .nav-item:nth-child(12) {
  transform: rotate(240deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(2) {
  transform: rotate(-62.3076923077deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(3) {
  transform: rotate(-34.6153846154deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(4) {
  transform: rotate(-6.9230769231deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(5) {
  transform: rotate(20.7692307692deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(6) {
  transform: rotate(48.4615384615deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(7) {
  transform: rotate(76.1538461538deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(8) {
  transform: rotate(103.8461538462deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(9) {
  transform: rotate(131.5384615385deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(10) {
  transform: rotate(159.2307692308deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(11) {
  transform: rotate(186.9230769231deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(12) {
  transform: rotate(214.6153846154deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab13 .nav-item:nth-child(13) {
  transform: rotate(242.3076923077deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(2) {
  transform: rotate(-64.2857142857deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(3) {
  transform: rotate(-38.5714285714deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(4) {
  transform: rotate(-12.8571428571deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(5) {
  transform: rotate(12.8571428571deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(6) {
  transform: rotate(38.5714285714deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(7) {
  transform: rotate(64.2857142857deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(8) {
  transform: rotate(90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(9) {
  transform: rotate(115.7142857143deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(10) {
  transform: rotate(141.4285714286deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(11) {
  transform: rotate(167.1428571429deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(12) {
  transform: rotate(192.8571428571deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(13) {
  transform: rotate(218.5714285714deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab14 .nav-item:nth-child(14) {
  transform: rotate(244.2857142857deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(2) {
  transform: rotate(-66deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(3) {
  transform: rotate(-42deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(4) {
  transform: rotate(-18deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(5) {
  transform: rotate(6deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(6) {
  transform: rotate(30deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(7) {
  transform: rotate(54deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(8) {
  transform: rotate(78deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(9) {
  transform: rotate(102deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(10) {
  transform: rotate(126deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(11) {
  transform: rotate(150deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(12) {
  transform: rotate(174deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(13) {
  transform: rotate(198deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(14) {
  transform: rotate(222deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab15 .nav-item:nth-child(15) {
  transform: rotate(246deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(2) {
  transform: rotate(-67.5deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(3) {
  transform: rotate(-45deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(4) {
  transform: rotate(-22.5deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(5) {
  transform: rotate(0deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(6) {
  transform: rotate(22.5deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(7) {
  transform: rotate(45deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(8) {
  transform: rotate(67.5deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(9) {
  transform: rotate(90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(10) {
  transform: rotate(112.5deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(11) {
  transform: rotate(135deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(12) {
  transform: rotate(157.5deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(13) {
  transform: rotate(180deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(14) {
  transform: rotate(202.5deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(15) {
  transform: rotate(225deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab16 .nav-item:nth-child(16) {
  transform: rotate(247.5deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(2) {
  transform: rotate(-68.8235294118deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(3) {
  transform: rotate(-47.6470588235deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(4) {
  transform: rotate(-26.4705882353deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(5) {
  transform: rotate(-5.2941176471deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(6) {
  transform: rotate(15.8823529412deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(7) {
  transform: rotate(37.0588235294deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(8) {
  transform: rotate(58.2352941176deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(9) {
  transform: rotate(79.4117647059deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(10) {
  transform: rotate(100.5882352941deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(11) {
  transform: rotate(121.7647058824deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(12) {
  transform: rotate(142.9411764706deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(13) {
  transform: rotate(164.1176470588deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(14) {
  transform: rotate(185.2941176471deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(15) {
  transform: rotate(206.4705882353deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(16) {
  transform: rotate(227.6470588235deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab17 .nav-item:nth-child(17) {
  transform: rotate(248.8235294118deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(2) {
  transform: rotate(-70deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(3) {
  transform: rotate(-50deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(4) {
  transform: rotate(-30deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(5) {
  transform: rotate(-10deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(6) {
  transform: rotate(10deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(7) {
  transform: rotate(30deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(8) {
  transform: rotate(50deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(9) {
  transform: rotate(70deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(10) {
  transform: rotate(90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(11) {
  transform: rotate(110deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(12) {
  transform: rotate(130deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(13) {
  transform: rotate(150deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(14) {
  transform: rotate(170deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(15) {
  transform: rotate(190deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(16) {
  transform: rotate(210deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(17) {
  transform: rotate(230deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab18 .nav-item:nth-child(18) {
  transform: rotate(250deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(2) {
  transform: rotate(-71.0526315789deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(3) {
  transform: rotate(-52.1052631579deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(4) {
  transform: rotate(-33.1578947368deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(5) {
  transform: rotate(-14.2105263158deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(6) {
  transform: rotate(4.7368421053deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(7) {
  transform: rotate(23.6842105263deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(8) {
  transform: rotate(42.6315789474deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(9) {
  transform: rotate(61.5789473684deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(10) {
  transform: rotate(80.5263157895deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(11) {
  transform: rotate(99.4736842105deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(12) {
  transform: rotate(118.4210526316deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(13) {
  transform: rotate(137.3684210526deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(14) {
  transform: rotate(156.3157894737deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(15) {
  transform: rotate(175.2631578947deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(16) {
  transform: rotate(194.2105263158deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(17) {
  transform: rotate(213.1578947368deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(18) {
  transform: rotate(232.1052631579deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab19 .nav-item:nth-child(19) {
  transform: rotate(251.0526315789deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(1) {
  transform: rotate(-90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(2) {
  transform: rotate(-72deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(3) {
  transform: rotate(-54deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(4) {
  transform: rotate(-36deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(5) {
  transform: rotate(-18deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(6) {
  transform: rotate(0deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(7) {
  transform: rotate(18deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(8) {
  transform: rotate(36deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(9) {
  transform: rotate(54deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(10) {
  transform: rotate(72deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(11) {
  transform: rotate(90deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(12) {
  transform: rotate(108deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(13) {
  transform: rotate(126deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(14) {
  transform: rotate(144deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(15) {
  transform: rotate(162deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(16) {
  transform: rotate(180deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(17) {
  transform: rotate(198deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(18) {
  transform: rotate(216deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(19) {
  transform: rotate(234deg) translate(var(--translation-timeline)); }
.timeline-history .nav-item-wrapper .timelineTab20 .nav-item:nth-child(20) {
  transform: rotate(252deg) translate(var(--translation-timeline)); }

header {
  position: absolute;
  z-index: 100;
  width: 100%; }
  header .navbar {
    width: 100% !important; }
    header .navbar .navbar-brand img {
      filter: brightness(0) invert(1); }
    header .navbar ul {
      gap: 30px;
      align-items: center; }
      header .navbar ul li {
        color: white !important;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize; }
        header .navbar ul li .btn {
          width: 92px;
          height: 41px;
          border: 1px solid white;
          border-radius: 20px;
          color: white !important;
          font-family: "Open Sans", sans-serif;
          font-size: 18px;
          font-weight: 400;
          text-transform: capitalize;
          background-color: transparent !important; }
        header .navbar ul li .dropdown-menu {
          top: 50px !important;
          padding-top: 20px !important;
          overflow: hidden; }
          header .navbar ul li .dropdown-menu li {
            width: 100%;
            padding-bottom: 18px; }
            header .navbar ul li .dropdown-menu li .dropdown-item {
              color: black !important;
              width: 100%; }
              header .navbar ul li .dropdown-menu li .dropdown-item:active {
                background-color: transparent !important; }
              header .navbar ul li .dropdown-menu li .dropdown-item:hover {
                color: #6079C5; }
    header .navbar .hamburger-menu {
      font-size: 26px; }
    header .navbar .btn {
      width: 92px;
      height: 41px;
      border: 1px solid white;
      border-radius: 20px;
      color: white !important;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 400;
      text-transform: capitalize;
      background-color: transparent !important; }

.fixed-navbar {
  position: sticky !important;
  top: 0;
  z-index: 999;
  background-color: white;
  width: 100% !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .fixed-navbar .navbar-brand img {
    filter: none !important; }
  .fixed-navbar ul li {
    color: black !important; }
  .fixed-navbar .navbar .navbar-brand img {
    filter: none !important; }
  .fixed-navbar .navbar ul li {
    color: black !important; }
    .fixed-navbar .navbar ul li .btn {
      color: white !important;
      background-color: #6079C5 !important; }
  .fixed-navbar .navbar .btn {
    background-color: #6079C5 !important;
    color: white !important; }
  .fixed-navbar .navbar .hamburger-menu {
    color: #6079C5 !important; }

.sidenav.open {
  right: 0; }

.sidenav {
  position: fixed;
  top: 0;
  right: -100%;
  transition: all 0.4s ease-in-out;
  z-index: 9999999999;
  background: #003366;
  height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: 5fr 3fr; }
  @media (max-width: 1400px) {
    .sidenav {
      grid-template-columns: 3fr 1fr; } }
  .sidenav .side-nav-tabs-wrapper {
    padding: 50px 100px;
    overflow-y: auto; }
    .sidenav .side-nav-tabs-wrapper::-webkit-scrollbar {
      border-radius: 10px;
      width: 5px; }
    .sidenav .side-nav-tabs-wrapper::-webkit-scrollbar-track {
      background-color: #ffffff;
      border-radius: 10px; }
    .sidenav .side-nav-tabs-wrapper::-webkit-scrollbar-thumb {
      background-color: #6079C5;
      border-radius: 10px; }
    @media (max-width: 1400px) {
      .sidenav .side-nav-tabs-wrapper {
        padding: 50px; } }
    .sidenav .side-nav-tabs-wrapper .side-nav-close-btn a {
      display: inline-block;
      color: white !important;
      font-size: 32px;
      line-height: 26px;
      border-radius: 5px;
      cursor: pointer; }
    .sidenav .side-nav-tabs-wrapper .side-nav-close-btn span {
      font-weight: 800;
      color: white;
      font-size: 36px;
      padding-left: 10px;
      letter-spacing: 2px; }
    .sidenav .side-nav-tabs-wrapper .side-nav-navigation {
      margin-top: 50px;
      gap: 100px; }
      .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-pills .nav-link {
        color: #fff !important;
        font-family: Open Sans;
        font-size: 48px;
        font-weight: 300;
        text-transform: capitalize;
        text-align: left;
        padding: 0px !important;
        border-radius: 0px !important;
        position: relative;
        margin-bottom: 20px; }
        @media (max-width: 1400px) {
          .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-pills .nav-link {
            font-size: 32px;
            margin-bottom: 15px; } }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-pills .nav-link::after {
          content: "";
          position: absolute;
          left: 0px;
          bottom: 0px;
          height: 1px;
          width: 0px;
          background-color: #e5f4f9;
          transition: 500ms linear; }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-pills .nav-link:hover::after {
          width: 100%; }
      .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-pills .nav-link.active {
        background-color: transparent !important; }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-pills .nav-link.active::after {
          width: 100%; }
      .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content-tab > .tab-pane {
        display: none; }
      .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content-tab > .active {
        display: block; }
      .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content-tab .v-pills-content-wrapper ul li {
        margin-bottom: 15px;
        display: block;
        position: relative; }
        @media (max-width: 1400px) {
          .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content-tab .v-pills-content-wrapper ul li {
            margin-bottom: 10px; } }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content-tab .v-pills-content-wrapper ul li:last-child {
          margin-bottom: 0px; }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content-tab .v-pills-content-wrapper ul li a {
          color: #fff !important;
          font-family: Open Sans;
          font-size: 48px;
          font-weight: 300;
          text-transform: capitalize; }
          @media (max-width: 1400px) {
            .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content-tab .v-pills-content-wrapper ul li a {
              font-size: 32px; } }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content-tab .v-pills-content-wrapper ul li::after {
          content: "";
          position: absolute;
          left: 0px;
          bottom: 0px;
          height: 1px;
          width: 0px;
          background-color: #e5f4f9;
          transition: 500ms linear; }
        .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content-tab .v-pills-content-wrapper ul li:hover::after {
          width: 100%; }
    .sidenav .side-nav-tabs-wrapper .contact-information {
      margin: 50px 0px 100px 0px; }
      .sidenav .side-nav-tabs-wrapper .contact-information ul li {
        display: block;
        padding-bottom: 20px; }
        .sidenav .side-nav-tabs-wrapper .contact-information ul li:last-child {
          padding-bottom: 0px; }
        .sidenav .side-nav-tabs-wrapper .contact-information ul li .wrapper {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 20px;
          color: #fcf7f8;
          font-family: Open Sans;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          text-transform: capitalize; }
          .sidenav .side-nav-tabs-wrapper .contact-information ul li .wrapper img {
            height: 25px; }
  .sidenav .figure-social-media {
    position: relative; }
    .sidenav .figure-social-media img {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      object-fit: cover;
      opacity: 0;
      background-color: #003366;
      pointer-events: none; }
    .sidenav .figure-social-media img.active {
      opacity: 0.5; }
    .sidenav .figure-social-media .social-media {
      position: absolute;
      bottom: 10%;
      left: 50%;
      transform: translateX(-50%); }
      .sidenav .figure-social-media .social-media ul li a {
        height: 50px;
        width: 50px; }
        @media (max-width: 1400px) {
          .sidenav .figure-social-media .social-media ul li a {
            height: 30px;
            width: 30px; } }
        .sidenav .figure-social-media .social-media ul li a i {
          font-size: 24px; }
          @media (max-width: 1400px) {
            .sidenav .figure-social-media .social-media ul li a i {
              font-size: 14px; } }
  .sidenav .contact-information ul li .wrapper .social-media {
    display: none; }

#QueryForm .modal-content {
  background: url("../images/moda-texture.jpg");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
  padding: 40px; }
  #QueryForm .modal-content .modal-header {
    border-bottom: none; }
    #QueryForm .modal-content .modal-header .section-heading {
      margin-bottom: 0px; }
    #QueryForm .modal-content .modal-header .btn-close {
      background: transparent;
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 30px;
      color: #696969; }
      #QueryForm .modal-content .modal-header .btn-close:focus {
        box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0) !important; }

footer .footer-left {
  background-color: #e5f4f9; }
  footer .footer-left .custom-margin {
    padding-left: 5vw !important; }
    footer .footer-left .custom-margin figure {
      padding-left: 30px; }
      footer .footer-left .custom-margin figure img {
        width: 191px;
        height: 107px; }
    footer .footer-left .custom-margin .news-letter-sign-up label {
      color: #696969;
      font-family: "Oswald", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0.8px;
      padding-top: 36px;
      padding-bottom: 24px; }
    footer .footer-left .custom-margin .news-letter-sign-up .form-group {
      position: relative;
      width: 90% !important; }
      footer .footer-left .custom-margin .news-letter-sign-up .form-group .news-letter-submit-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent !important;
        border: none !important;
        right: 10px;
        color: #0033b7;
        top: 18px; }
    footer .footer-left .custom-margin .news-letter-sign-up .error-message {
      color: red;
      font-style: italic; }
    footer .footer-left .custom-margin .social-medias {
      padding-top: 35px;
      padding-bottom: 35px; }
      footer .footer-left .custom-margin .social-medias p {
        color: #696969;
        font-family: "Oswald", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.8px;
        padding-bottom: 15px; }
      footer .footer-left .custom-margin .social-medias .social-icon {
        display: flex;
        gap: 15px;
        font-size: 26px;
        color: #000055; }
footer .footer-right {
  background-image: url("../images/footer1.png");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 10vh 3vw 0 3vw; }
  footer .footer-right ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 40px !important; }
    footer .footer-right ul .footer-title {
      color: #fcf7f8;
      font-family: "Oswald", sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      letter-spacing: 0.8px;
      padding-bottom: 16px !important; }
    footer .footer-right ul li {
      color: #fcf7f8;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px; }
      footer .footer-right ul li .btn-primary {
        color: #fcf7f8;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        background-color: transparent !important;
        border: none !important;
        padding: 0px !important; }
      footer .footer-right ul li .contact-us {
        gap: 6px; }
        footer .footer-right ul li .contact-us img {
          width: 24px;
          height: 24px; }
        footer .footer-right ul li .contact-us p,
        footer .footer-right ul li .contact-us a {
          display: block;
          color: white;
          word-break: break-all; }
  footer .footer-right .copyright {
    color: #fcf7f8;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.56px; }
    footer .footer-right .copyright span {
      font-weight: 600; }

@media screen and (max-width: 1200px) {
  .banner figure figcaption .banner-heading {
    font-size: 70px !important;
    width: 80% !important; } }
@media screen and (max-width: 1200px) {
  .timeline-history .nav-item-wrapper {
    height: 368px !important; } }
@media screen and (max-width: 1024px) {
  .banner figure figcaption .banner-heading {
    font-size: 60px !important; }

  .about-us .about-us-text-wrapper {
    padding: 60px 32px 40px 69px !important; }

  .emotion-accordion-container .tabs-wrapper .tab .item-open .custom-button-second:hover:before {
    width: 85% !important; }

  .team-details-slider .team-dtails-card {
    gap: 50px !important; }

  .joblisting .job-listing-content .job-list-content-flex {
    flex-direction: column !important;
    gap: 29px !important; }
    .joblisting .job-listing-content .job-list-content-flex .gap-5 {
      gap: 1rem !important; }
    .joblisting .job-listing-content .job-list-content-flex .gap-4 {
      gap: 0.5rem !important; }

  .joblisting-detail .job-description:after {
    display: none !important; }

  .jobs-grid-container .job-category-description {
    padding: 0 20px 10px 50px !important; }

  .contact-us-page .contact-us-form {
    padding: 56px 37px 68px 40px !important; }

  .contact-us-page .contact-information {
    padding: 80px 27px 80px 70px !important; }

  .core-values-objective-wrapper .row {
    --bs-gutter-x: 0rem !important; } }
@media screen and (max-width: 991px) {
  .about-us-text-wrapper {
    padding-top: 40px; }

  .jobs-grid-container {
    grid-template-columns: repeat(2, 1fr) !important; }

  .jobs-grid-container .job-category-description {
    padding: 10px 50px 10px 50px !important; }

  .jobs-grid-container .job-category-description {
    justify-content: start !important;
    padding-top: 40px !important; }

  .service .service-box .service-box-title {
    display: none; }

  .core-values-objective-wrapper .section-wrapper {
    padding: 45px 30px 40px 30px !important; } }
@media screen and (max-width: 768px) {
  .banner figure figcaption .banner-heading {
    font-size: 50px !important;
    line-height: 63px !important; }

  .about-us .about-us-text-wrapper {
    padding: 60px 32px 60px 69px !important; }

  .emotion-accordion-container .tabs-wrapper .tab .item-open .custom-button-second:hover:before {
    width: 80% !important; }

  .our-process .process-wrapper .timeline-block .timeline-content {
    display: flex;
    flex-direction: column !important; }

  footer .footer-right {
    padding-left: 10vw !important; }

  .breadcrumb-section .page-title {
    padding: 144px 0px 100px !important; }

  .ceo-message .message-card {
    flex-direction: column !important; }

  .team-details-slider .team-dtails-card {
    gap: 50px !important;
    flex-direction: column !important; }

  .joblisting .job-listing-content .job-list-content-flex {
    flex-direction: row !important;
    gap: 2px !important; }

  .process .process-flex {
    flex-direction: column !important; }

  .process .tab-content .process-content .process-content-title {
    background: #fcf7f8 !important;
    width: 48% !important; }
  .process .tab-content .process-content .process-content-description {
    width: 48% !important; }

  .process .tab-content {
    width: 100% !important; }

  #mySideNav {
    display: flex !important;
    flex-direction: column !important; }

  .sidenav .figure-social-media {
    display: none !important; }

  .contact-information ul li .wrapper .social-media {
    display: block !important; }

  .sidenav .side-nav-tabs-wrapper .contact-information ul li .wrapper {
    gap: 8px !important;
    font-size: 15px !important; }

  .contact-us-page .contact-us-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important; }
    .contact-us-page .contact-us-grid .aside-figure,
    .contact-us-page .contact-us-grid .form-section,
    .contact-us-page .contact-us-grid .contact-information,
    .contact-us-page .contact-us-grid .google-map {
      display: block !important; }
    .contact-us-page .contact-us-grid .aside-figure {
      max-height: 400px; }
    .contact-us-page .contact-us-grid .form-section .contact-us-form {
      padding: 56px 37px 30px 40px !important; }
    .contact-us-page .contact-us-grid .contact-information {
      padding: 0px 27px 0px 70px !important; }
    .contact-us-page .contact-us-grid .send-message-btn,
    .contact-us-page .contact-us-grid .locate-us-button {
      display: none; }
    .contact-us-page .contact-us-grid .google-map {
      height: 500px; }

  .contact-us-page .contact-us-grid .section-heading {
    margin-bottom: 0px !important; }

  .contact-us-page .contact-us-grid .form-element {
    margin-top: 24px !important; } }
@media screen and (max-width: 580px) {
  .banner figure figcaption .banner-heading {
    font-size: 40px !important;
    font-weight: 600 !important;
    width: 100% !important; }

  .section-heading .main-title {
    font-size: 28px; }

  .emotion-accordion-container .tabs-wrapper .tab .item-open .custom-button-second:hover:before {
    width: 72% !important; }

  .breadcrumb-section .page-title {
    font-size: 60px !important;
    line-height: 70px !important; }

  .navbar .gap-5 {
    gap: 1rem !important; }

  .navbar .navbar-brand img {
    height: 80px !important; }

  header .navbar .btn {
    width: 81px !important;
    font-size: 15px !important; }

  .ceo-message .message-card .details p {
    font-size: 25px !important; }

  .team-details-slider .team-dtails-card .cover-photo figure {
    height: 377px !important; }

  .joblisting .job-listing-content .job-list-content-flex {
    flex-direction: column !important;
    gap: 29px !important; }

  .jobs-grid-container .job-category-description {
    padding: 2px 19px 2px 16px !important; }

  .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-pills .nav-link {
    font-size: 26px !important;
    margin-bottom: 22px !important; }

  .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content-tab .v-pills-content-wrapper ul li a {
    font-size: 26px; }

  .sidenav .side-nav-tabs-wrapper .side-nav-navigation {
    gap: 25px !important; }

  .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content .v-pills-content-wrapper ul li {
    margin-bottom: 22px !important; }

  .contact-us-page .contact-us-grid .contact-information {
    padding: 0px 27px 0px 35px !important; }

  .owl-nav {
    display: none !important; }

  .about-us .about-us-text-wrapper {
    padding: 60px 27px 60px 23px !important; }

  .Legal-letter .g-5,
  .Legal-letter .gy-5 {
    --bs-gutter-x: 0rem !important; }

  .process .tab-content .process-content {
    flex-direction: column !important; }
    .process .tab-content .process-content .process-content-title {
      width: 100% !important; }
    .process .tab-content .process-content .process-content-description {
      width: 100% !important; }

  .ceo-message .message-card .details .name-post {
    margin-top: 0 !important; } }
@media screen and (max-width: 425px) {
  .timeline-history .nav-item-wrapper {
    height: 244px !important; }

  .team-details-slider .team-dtails-card .cover-photo figure {
    height: 280px !important; }

  .breadcrumb-section .page-title {
    font-size: 50px !important;
    line-height: 67px !important; }

  .sidenav .side-nav-tabs-wrapper .side-nav-navigation .nav-pills .nav-link {
    font-size: 20px !important; }

  .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content .v-pills-content-wrapper ul li a {
    font-size: 20px !important; }

  .sidenav .side-nav-tabs-wrapper .side-nav-navigation {
    gap: 10px !important; }

  .contact-us-page .contact-information .contact-information-wrapper ul {
    margin-top: 11px !important; }

  .contact-us-page .contact-information .contact-information-wrapper ul li i {
    font-size: 25px !important; }

  .contact-us-page .contact-information .contact-information-wrapper ul li {
    font-size: 16px !important;
    margin-bottom: 15px !important; }
    .contact-us-page .contact-information .contact-information-wrapper ul li a {
      font-size: 16px !important; }

  .sidenav .side-nav-tabs-wrapper .side-nav-navigation .tab-content-tab .v-pills-content-wrapper ul li a {
    font-size: 20px !important; } }
.banner {
  height: 100% !important; }
  .banner figure {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh; }
    .banner figure:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
    .banner figure img {
      width: 100%;
      height: 100%; }
    .banner figure figcaption .banner-heading {
      z-index: 1;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #fcf7f8;
      font-family: "Open Sans", sans-serif;
      font-size: 80px;
      font-style: normal;
      font-weight: 700;
      line-height: 84px;
      text-transform: capitalize;
      width: 60%; }
      .banner figure figcaption .banner-heading .typingText {
        color: #6079C5; }
      .banner figure figcaption .banner-heading .typed-cursor {
        color: #6079C5; }

.country .section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
.country .owl-country .country-aaa figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 213px;
  transition: all 400ms linear; }
  .country .owl-country .country-aaa figure img {
    border-radius: 50%;
    width: 90px;
    height: 90px; }
  .country .owl-country .country-aaa figure figcaption {
    color: #696969;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    visibility: hidden;
    transition: all 400ms linear; }
.country .owl-country .country-aaa:hover figure {
  transform: translateY(20%); }
  .country .owl-country .country-aaa:hover figure figcaption {
    visibility: visible; }

.emotion-accordion-container {
  height: 550px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .emotion-accordion-container {
      height: auto; } }
  .emotion-accordion-container .source-wrapper {
    position: absolute;
    height: 100%;
    width: 100%; }
    .emotion-accordion-container .source-wrapper img {
      position: absolute;
      opacity: 0;
      transition: all 1000ms ease;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .emotion-accordion-container .source-wrapper .default-image {
      opacity: 1; }
    .emotion-accordion-container .source-wrapper .active {
      opacity: 1; }
  .emotion-accordion-container .initial-default-close .default-image {
    opacity: 1; }
  .emotion-accordion-container .default-close .default-image {
    opacity: 0; }
  .emotion-accordion-container .tabs-wrapper {
    display: flex;
    height: 100%; }
    @media (max-width: 991px) {
      .emotion-accordion-container .tabs-wrapper {
        flex-direction: column; } }
    .emotion-accordion-container .tabs-wrapper .tab {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
      height: 100%;
      z-index: 9;
      display: flex;
      flex-direction: column;
      border-right: 1px solid rgba(255, 255, 255, 0.4);
      flex: 1;
      transition: all 500ms ease;
      cursor: pointer; }
      .emotion-accordion-container .tabs-wrapper .tab:last-child {
        border-right: none; }
      .emotion-accordion-container .tabs-wrapper .tab:hover {
        background-color: #29538d65; }
      .emotion-accordion-container .tabs-wrapper .tab .item-open {
        visibility: hidden;
        padding: 5%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center; }
        .emotion-accordion-container .tabs-wrapper .tab .item-open .section-heading {
          display: none;
          margin-bottom: 20px; }
          .emotion-accordion-container .tabs-wrapper .tab .item-open .section-heading span {
            color: #fff; }
          .emotion-accordion-container .tabs-wrapper .tab .item-open .section-heading .main-title {
            color: #fff; }
        .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content {
          display: none;
          width: 500px; }
          @media (max-width: 1350px) {
            .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content {
              width: 400px; } }
          @media (max-width: 1099px) {
            .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content {
              width: 300px; } }
          .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content p,
          .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content h1,
          .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content h2,
          .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content h3,
          .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content h4,
          .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content h5,
          .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content h6,
          .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content li,
          .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content a {
            color: #acacac; }
          .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content a {
            font-style: italic; }
            .emotion-accordion-container .tabs-wrapper .tab .item-open .text-document-content a:hover {
              text-decoration: underline !important;
              cursor: pointer; }
        .emotion-accordion-container .tabs-wrapper .tab .item-open .custom-button-second {
          width: 100%; }
          .emotion-accordion-container .tabs-wrapper .tab .item-open .custom-button-second a {
            color: #e5f4f9 !important;
            background-color: transparent;
            width: fit-content;
            margin-left: auto;
            display: block; }
          .emotion-accordion-container .tabs-wrapper .tab .item-open .custom-button-second:before {
            content: "";
            background: #e5f4f9; }
          .emotion-accordion-container .tabs-wrapper .tab .item-open .custom-button-second:hover:before {
            content: "";
            width: 80%;
            left: 0; }
    .emotion-accordion-container .tabs-wrapper .active {
      flex-grow: 2 !important; }
      .emotion-accordion-container .tabs-wrapper .active .item-open {
        visibility: visible;
        height: 100%;
        transition: all 2000ms ease; }
        .emotion-accordion-container .tabs-wrapper .active .item-open .section-heading {
          display: block; }
        .emotion-accordion-container .tabs-wrapper .active .item-open .text-document-content {
          display: block; }
        .emotion-accordion-container .tabs-wrapper .active .item-open .custom-buttons {
          display: block; }

.achievements .achievement-text {
  position: relative;
  min-height: 500px; }
  .achievements .achievement-text .achievement-text-img {
    position: absolute;
    bottom: 0;
    width: 100%; }
.achievements .section-heading {
  margin: 80px 20px 24px 81px; }
  .achievements .section-heading span {
    color: #6079C5; }
.achievements .text-document-content {
  margin: 15px 25px 28px 81px; }
  .achievements .text-document-content p {
    text-align: justify; }
.achievements figure {
  max-height: 220px !important;
  width: 100%;
  position: relative; }
  .achievements figure img {
    object-fit: cover; }
  .achievements figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.592);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .achievements figure figcaption .fig-number {
      color: #6079c5;
      text-align: justify;
      font-family: "Oswald", sans-serif;
      font-size: 56px;
      font-weight: 700;
      line-height: 64px; }
    .achievements figure figcaption .fig-text {
      color: #fcf7f8;
      text-align: justify;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 400; }

.testimonial .section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px; }
.testimonial .testimonial-box {
  border: 1px solid black;
  padding: 30px;
  position: relative;
  margin: 40px 0px; }
  .testimonial .testimonial-box figure {
    overflow: hidden;
    position: absolute;
    top: -41px;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    height: 85px;
    border-radius: 50%; }
    .testimonial .testimonial-box figure img {
      object-fit: none; }
  .testimonial .testimonial-box .testimonial-box-text {
    color: #696969;
    text-align: justify;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 24px;
    position: relative; }
    .testimonial .testimonial-box .testimonial-box-text:after {
      content: "";
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: black; }
  .testimonial .testimonial-box .testimonial-box-detail {
    color: #000;
    text-align: justify;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    line-height: 20px; }
    .testimonial .testimonial-box .testimonial-box-detail p {
      padding-top: 24px;
      font-size: 20px;
      font-weight: 600;
      padding-bottom: 10px; }
    .testimonial .testimonial-box .testimonial-box-detail span {
      font-size: 16px;
      font-weight: 400;
      padding-bottom: 24px; }

.affiliation {
  margin-bottom: 80px !important; }
  .affiliation .section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .affiliation .owl-affiliation figure {
    overflow: hidden;
    height: 100px; }
    .affiliation .owl-affiliation figure img {
      height: 100%;
      width: 100%;
      object-fit: contain; }

.our-process {
  background: #e5f4f9;
  padding-top: 80px; }
  .our-process .process-wrapper {
    width: 80%;
    padding: 50px 0;
    margin: 50px auto;
    position: relative;
    overflow: hidden; }
    .our-process .process-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%;
      border-right: 2px dotted #696969;
      z-index: 1;
      transform: translateX(-50%); }
    .our-process .process-wrapper .timeline-block {
      width: calc(50% + 13px);
      display: flex;
      justify-content: space-between;
      clear: both;
      position: relative; }
      .our-process .process-wrapper .timeline-block .marker {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #161811;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e5f4f9; }
      .our-process .process-wrapper .timeline-block .timeline-content {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        z-index: 2;
        position: relative; }
        .our-process .process-wrapper .timeline-block .timeline-content h3 {
          color: #000;
          font-family: Open Sans;
          font-size: 18px !important;
          font-weight: 600;
          margin-bottom: 10px !important;
          background: #e5f4f9;
          width: fit-content;
          padding-left: 20px !important; }
        .our-process .process-wrapper .timeline-block .timeline-content p {
          color: #696969;
          text-align: justify;
          font-family: Open Sans;
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          /* 187.5% */ }
      .our-process .process-wrapper .timeline-block::after {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        height: 1px;
        width: 80%;
        border-bottom: 2px dotted #696969;
        z-index: 1; }
      .our-process .process-wrapper .timeline-block:nth-child(odd) {
        float: left;
        direction: rtl; }
        .our-process .process-wrapper .timeline-block:nth-child(odd)::after {
          content: "";
          left: initial;
          right: 0px; }
        .our-process .process-wrapper .timeline-block:nth-child(odd) .deatils {
          direction: ltr;
          width: 100%; }
          .our-process .process-wrapper .timeline-block:nth-child(odd) .deatils h3 {
            padding-left: 0px !important;
            padding-right: 20px !important; }
      .our-process .process-wrapper .timeline-block:nth-child(even) {
        float: right; }
        .our-process .process-wrapper .timeline-block:nth-child(even) .deatils {
          direction: rtl; }
  .our-process .custom-button {
    border-radius: 20px;
    border: 1px solid #0033B7;
    background: #0033B7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    padding: 8px 56px;
    width: fit-content;
    margin: 0 auto; }

.map iframe {
  margin-bottom: -6px; }

.about-us {
  overflow-x: hidden; }
  .about-us .row > div:last-child {
    padding-right: 0px !important; }
  .about-us .about-us-text-wrapper {
    padding: 60px 50px 40px 120px; }
    .about-us .about-us-text-wrapper .text-document-content {
      text-align: justify; }
      .about-us .about-us-text-wrapper .text-document-content .story {
        position: relative; }
        .about-us .about-us-text-wrapper .text-document-content .story span {
          color: #0033b7 !important;
          font-size: 18px;
          font-weight: 600;
          line-height: 18px;
          padding-left: 16px;
          background-color: white; }
        .about-us .about-us-text-wrapper .text-document-content .story:before {
          content: "";
          background-color: blue;
          height: 1.5px;
          width: 100%;
          display: block;
          position: absolute;
          top: 9px;
          left: 0;
          width: 0;
          z-index: -99;
          transition: all 0.3s ease; }
        .about-us .about-us-text-wrapper .text-document-content .story:hover:before {
          content: "";
          width: 100%;
          left: 0; }
  .about-us figure {
    overflow: hidden;
    max-height: 700px !important;
    width: 100%; }
    .about-us figure img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.mission-statement {
  background: url("../../../../frontend/images/texture.jpg");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover; }
  .mission-statement .heading {
    color: #036;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px !important; }
  .mission-statement p {
    color: #6079C5;
    text-align: center;
    font-family: Open Sans;
    font-size: 32px !important;
    line-height: 36px !important;
    font-weight: 300; }

.core-values-objective-wrapper .aside-cover-images {
  position: sticky !important;
  top: 120px;
  height: calc(100vh - 120px); }
  .core-values-objective-wrapper .aside-cover-images figure {
    height: 100%; }
.core-values-objective-wrapper .section-wrapper {
  padding: 60px 80px 40px 20px; }
  .core-values-objective-wrapper .section-wrapper .core-value-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    .core-values-objective-wrapper .section-wrapper .core-value-wrapper .core-value-item .icon-heading {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px; }
      .core-values-objective-wrapper .section-wrapper .core-value-wrapper .core-value-item .icon-heading h3 {
        color: #6079C5; }
  .core-values-objective-wrapper .section-wrapper ul {
    list-style: none;
    margin: 0px !important; }
    .core-values-objective-wrapper .section-wrapper ul li {
      display: flex;
      gap: 10px;
      position: relative; }
      .core-values-objective-wrapper .section-wrapper ul li::before {
        content: "\f024";
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        color: #6079C5; }

.ceo-message {
  background: url("../images/texture.jpg");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover; }
  .ceo-message .message-card {
    display: flex;
    gap: 25px;
    align-items: center; }
    .ceo-message .message-card .ceo-cover figure {
      width: 200px;
      border-radius: 8px; }
    .ceo-message .message-card .details p {
      color: #696969;
      font-family: Open Sans;
      font-size: 32px;
      font-style: normal;
      font-weight: 300 !important;
      line-height: 40px;
      text-align: justify; }
    .ceo-message .message-card .details .name-post {
      margin-top: 20px; }
      .ceo-message .message-card .details .name-post .name {
        color: #161811;
        font-family: Open Sans;
        font-size: 24px;
        font-weight: 600; }
      .ceo-message .message-card .details .name-post .post {
        color: #696969;
        font-family: Open Sans;
        font-size: 16px;
        font-weight: 400; }

.timeline-history .nav-item-wrapper {
  height: 440px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed #036;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto; }
  .timeline-history .nav-item-wrapper figure img {
    object-fit: scale-down !important; }
  .timeline-history .nav-item-wrapper .timeline-dots {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .timeline-history .nav-item-wrapper .timeline-dots .nav-item {
      position: absolute;
      margin: -10px; }
      .timeline-history .nav-item-wrapper .timeline-dots .nav-item .nav-link {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #6079C5;
        border: 5px solid #6079C5;
        padding: 0px !important; }
      .timeline-history .nav-item-wrapper .timeline-dots .nav-item .nav-link.active {
        background: linear-gradient(180deg, #036 0%, #0033b7 100%);
        filter: drop-shadow(0px 0px 8px #6079c5); }
.timeline-history .tab-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .timeline-history .tab-nav-wrapper .tab_nav {
    color: #0033b7 !important;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer; }

.blogs .g-5,
.blogs .gx-5 {
  --bs-gutter-x: 1.5rem !important;
  --bs-gutter-y: 1.5rem !important; }
.blogs a .blog-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  transition: all 500ms ease;
  border-radius: 10px; }
  .blogs a .blog-card .overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2; }
  .blogs a .blog-card .read-more {
    position: absolute;
    top: 0;
    left: 10px;
    transition: all 700ms ease;
    color: #FCF7F8;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    z-index: 2;
    transform-origin: 0 0;
    transform: rotate(270deg); }
    .blogs a .blog-card .read-more:before {
      content: "";
      position: absolute;
      background: white;
      height: 1px;
      width: 200%;
      top: 13px;
      left: 112%; }
  .blogs a .blog-card figure {
    overflow: hidden;
    height: 75% !important;
    transition: all 500ms ease;
    position: relative; }
    .blogs a .blog-card figure img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    .blogs a .blog-card figure figcaption {
      position: absolute;
      bottom: -100% !important;
      left: -120px !important;
      z-index: 111;
      display: block;
      transition: all 700ms ease; }
      .blogs a .blog-card figure figcaption .fig-body {
        padding: 8px !important; }
        .blogs a .blog-card figure figcaption .fig-body span {
          color: white;
          font-family: Open Sans;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
        .blogs a .blog-card figure figcaption .fig-body .fig-text {
          color: white !important;
          font-family: Oswald;
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          display: -webkit-box;
          -webkit-line-clamp: 2 !important;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          overflow: hidden; }
  .blogs a .blog-card .card-body {
    position: relative;
    left: 0;
    height: 25% !important;
    padding: 8px 8px 8px 0px !important;
    background: white !important;
    z-index: 10; }
    .blogs a .blog-card .card-body span {
      color: #696969;
      font-family: Open Sans;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .blogs a .blog-card .card-body .card-text {
      color: #000;
      font-family: Oswald;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden; }
  .blogs a .blog-card:hover .read-more {
    top: 50%; }
  .blogs a .blog-card:hover figure {
    height: 100% !important; }
    .blogs a .blog-card:hover figure figcaption {
      display: block;
      bottom: 0 !important;
      left: 0 !important; }
  .blogs a .blog-card:hover .card-body {
    top: 40px; }

.blogs-single .main-title {
  font-weight: 500 !important; }
.blogs-single figure {
  background-color: #f7f7f7; }
  .blogs-single figure img {
    max-height: 600px;
    object-fit: contain !important; }
.blogs-single .d-flex .blog-date {
  color: #696969;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; }
.blogs-single .text-document-content {
  padding: 40px 0; }
  .blogs-single .text-document-content p {
    text-align: justify; }
.blogs-single .blog-share {
  gap: 20px;
  font-size: 26px;
  color: #696969; }

.news .g-5,
.news .gx-5 {
  --bs-gutter-x: 1.5rem !important; }
.news .news-card {
  border-radius: 4px !important;
  border: none !important;
  overflow: hidden;
  height: 100%; }
  .news .news-card figure {
    height: 270px !important;
    overflow: hidden;
    position: relative; }
    .news .news-card figure figcaption {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #161811;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 6px 12px;
      gap: 4px; }
      .news .news-card figure figcaption p {
        color: #FCF7F8;
        text-align: right;
        font-family: Open Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; }
  .news .news-card .card-body {
    padding: 16px 12px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important; }
    .news .news-card .card-body .card-title {
      color: #161811;
      font-family: Oswald;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      padding-bottom: 8px !important;
      display: -webkit-box;
      -webkit-line-clamp: 1 !important;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden; }
    .news .news-card .card-body .card-text {
      color: #696969;
      text-align: justify;
      font-family: Open Sans;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      display: -webkit-box;
      -webkit-line-clamp: 2 !important;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-bottom: 8px; }
    .news .news-card .card-body .read-more {
      position: relative; }
      .news .news-card .card-body .read-more span {
        color: #0033B7;
        font-family: Open Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        background-color: white;
        padding: 6px;
        position: relative;
        z-index: 4; }
      .news .news-card .card-body .read-more:before {
        content: '';
        background-color: #0033B7;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: -110%;
        z-index: 1;
        transition: all 500ms ease; }
  .news .news-card:hover .card-body .read-more::before {
    left: 0; }

.service .g-5, .service .gy-5 {
  --bs-gutter-y: 3rem !important;
  --bs-gutter-x: 3rem !important; }
.service .service-box {
  border: 2px solid #036;
  padding: 12px;
  position: sticky;
  top: 160px; }
  .service .service-box .service-box-title-collapse, .service .service-box .service-box-title {
    background: #036;
    color: #eff1ed;
    font-family: Oswald;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 8px 6px;
    margin-bottom: 12px;
    width: 100%; }
  .service .service-box .nav-tabs {
    border-bottom: none;
    width: 100%; }
    .service .service-box .nav-tabs .nav-item {
      padding-bottom: 10px;
      width: 100%; }
      .service .service-box .nav-tabs .nav-item:last-child {
        padding-bottom: 0px; }
      .service .service-box .nav-tabs .nav-item .nav-link {
        width: 100%;
        color: #000;
        font-family: Open Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 8px 6px;
        text-align: left;
        border-radius: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .service .service-box .nav-tabs .nav-item .nav-link::after {
          content: "\f178";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          color: #6079C5;
          opacity: 0;
          visibility: 0;
          transition: all 300ms linear; }
        .service .service-box .nav-tabs .nav-item .nav-link:hover {
          background: #e3e3e3; }
          .service .service-box .nav-tabs .nav-item .nav-link:hover::after {
            opacity: 1;
            visibility: 1; }
      .service .service-box .nav-tabs .nav-item .nav-link.active {
        background: #e3e3e3; }
        .service .service-box .nav-tabs .nav-item .nav-link.active::after {
          opacity: 1;
          visibility: 1; }

.process {
  background-color: #FCF7F8; }
  .process .custom-margin {
    padding-top: 80px !important;
    margin-top: 0 !important; }
    .process .custom-margin .nav-link {
      display: flex;
      gap: 10px;
      color: black;
      flex-shrink: 1; }
      .process .custom-margin .nav-link .number {
        border: 1px solid black;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        color: #161811;
        font-family: Open Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
      .process .custom-margin .nav-link span {
        font-family: Open Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: start; }
  .process .tab-content {
    width: 75%; }
    .process .tab-content .process-content {
      display: flex;
      flex-direction: row;
      gap: 10px; }
      .process .tab-content .process-content .process-content-title {
        background-color: white;
        border-radius: 8px;
        width: 35%;
        padding: 30px !important; }
        .process .tab-content .process-content .process-content-title .text-document-content figure {
          background-color: #e5f4f9;
          margin: 0 !important;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 8px; }
          .process .tab-content .process-content .process-content-title .text-document-content figure img {
            width: 210px !important;
            height: 160px !important; }
      .process .tab-content .process-content .process-content-description {
        padding: 30px !important;
        width: 65%; }
        .process .tab-content .process-content .process-content-description .text-document-content figure {
          height: 80px;
          width: 80px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #696969;
          padding: 12px 0 !important; }
          .process .tab-content .process-content .process-content-description .text-document-content figure img {
            height: 40px;
            width: 40px; }
  .process .nav-pills .nav-link.active,
  .process .nav-pills .show > .nav-link {
    color: black !important;
    background-color: #FCF7F8 !important; }

.gallery-albumb-card figure {
  height: 400px;
  position: relative;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%); }
  .gallery-albumb-card figure img {
    transition: all 300ms linear; }
  .gallery-albumb-card figure::after, .gallery-albumb-card figure::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    border-radius: 4px;
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 400ms linear; }
  .gallery-albumb-card figure::after {
    background: linear-gradient(180deg, #036 0%, #036 100%);
    width: 60%; }
  .gallery-albumb-card figure::before {
    background: #696969;
    width: 70%; }
  .gallery-albumb-card figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: #fff;
    text-align: center;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    transition: 400ms linear; }
  .gallery-albumb-card figure:hover img {
    opacity: 0.5; }
  .gallery-albumb-card figure:hover::after, .gallery-albumb-card figure:hover::before {
    width: 0; }
  .gallery-albumb-card figure:hover figcaption {
    opacity: 1; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  grid-gap: 20px;
  grid-auto-rows: 12vw; }
  .gallery-grid figure {
    height: 100%;
    width: 100%; }
  .gallery-grid li {
    --row-step: calc(3 * var(--n)); }
    .gallery-grid li:nth-child(7n + 1) {
      grid-row: calc(1 + var(--row-step))/span 2; }
    .gallery-grid li:nth-child(7n + 4) {
      grid-row: calc(1 + var(--row-step))/span 2; }
    .gallery-grid li:nth-child(7n + 6) {
      grid-column: 2 / span 2;
      grid-row: calc(2 + var(--row-step))/span 2; }

.gallery-wrapper .g-5 {
  --bs-gutter-y: 1.5rem !important;
  --bs-gutter-x: 1.5rem !important; }

.demand-letter-card {
  border-radius: 4px;
  border: 1px solid #a4a4a4;
  padding: 20px; }
  .demand-letter-card figure {
    height: 400px;
    background: rgba(0, 0, 0, 0.8);
    position: relative; }
    @media (max-width: 1400px) {
      .demand-letter-card figure {
        height: 300px; } }
    .demand-letter-card figure img {
      transition: 300ms linear;
      object-fit: contain; }
    .demand-letter-card figure::after {
      content: "\f00e";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 36px;
      transition: 300ms linear;
      opacity: 0;
      pointer-events: none; }
    .demand-letter-card figure:hover img {
      opacity: 0.5; }
    .demand-letter-card figure:hover::after {
      opacity: 1; }
  .demand-letter-card .details {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; }
    .demand-letter-card .details ul li {
      color: #696969;
      font-family: Open Sans;
      font-size: 16px;
      font-weight: 400;
      display: flex;
      align-items: center;
      gap: 5px;
      padding-bottom: 10px; }
      .demand-letter-card .details ul li:last-child {
        padding-bottom: 0px; }
      .demand-letter-card .details ul li img {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        flex-shrink: 0; }
  .demand-letter-card .g-4, .demand-letter-card .gy-4 {
    --bs-gutter-y: 1.5rem !important;
    --bs-gutter-x: 1.5rem !important; }

.Demands-letter .g-4, .Demands-letter .gy-4 {
  --bs-gutter-y: 1.5rem !important;
  --bs-gutter-x: 1.5rem !important; }

.joblisting .job-listing-content {
  background: #FCF7F8;
  padding-left: 8vw;
  padding-right: 3vw; }
  .joblisting .job-listing-content .job-list-content-flex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3d3d3b;
    padding-right: 15px; }
  .joblisting .job-listing-content figure {
    width: 158px;
    height: 108px; }
    .joblisting .job-listing-content figure img {
      object-fit: fill; }
  .joblisting .job-listing-content .job-content {
    width: 100% !important; }
    .joblisting .job-listing-content .job-content .job-title {
      color: #161811;
      font-family: Open Sans;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 131%;
      text-transform: capitalize;
      padding-bottom: 4px; }
    .joblisting .job-listing-content .job-content .job-salary {
      color: #696969;
      font-family: Open Sans;
      font-size: 16px;
      font-weight: 400;
      padding-bottom: 8px; }
    .joblisting .job-listing-content .job-content .job-location {
      color: #6079C5;
      font-family: Open Sans;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 131%;
      text-transform: capitalize; }
    .joblisting .job-listing-content .job-content .job-icon {
      color: #696969;
      font-size: 16px; }
  .joblisting .job-listing-content .job-add-expire .job-add p {
    color: #696969;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .joblisting .job-listing-content .job-add-expire .job-expire {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end; }
    .joblisting .job-listing-content .job-add-expire .job-expire p {
      color: red;
      font-family: Open Sans;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .joblisting .job-listing-content .job-add-expire .job-expire a {
      color: blue !important; }
.joblisting .job-listing-form {
  background: #E5F4F9; }
  .joblisting .job-listing-form .job-filter-wrapper {
    padding-left: 10%;
    position: sticky;
    top: 180px; }
    .joblisting .job-listing-form .job-filter-wrapper .filter-job {
      color: #036;
      font-family: Open Sans;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 20px; }
    .joblisting .job-listing-form .job-filter-wrapper form label {
      color: #036;
      font-family: Open Sans;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      padding-bottom: 10px; }
    .joblisting .job-listing-form .job-filter-wrapper form input,
    .joblisting .job-listing-form .job-filter-wrapper form select {
      border-radius: 4px;
      border: 1px solid #6079C5;
      padding: 5px 8px;
      width: 70%; }
    .joblisting .job-listing-form .job-filter-wrapper form .error-message {
      color: #ff4848;
      font-style: italic;
      font-weight: 400 !important;
      font-size: 14px !important;
      letter-spacing: 1px;
      padding-top: 8px; }
    .joblisting .job-listing-form .job-filter-wrapper form .btn {
      border-radius: 20px;
      border: 1px solid #0033B7;
      background: #0033B7;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white; }

.jobs-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
  grid-auto-rows: 250px;
  overflow: hidden; }
  .jobs-grid-container .job-category-description {
    padding: 50px 100px;
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .jobs-grid-container .job-category-card {
    overflow: hidden  !important; }
    .jobs-grid-container .job-category-card figure {
      position: relative;
      height: 100%;
      background: linear-gradient(0deg, #161811 0%, #161811 100%);
      transition: all 400ms linear; }
      .jobs-grid-container .job-category-card figure img {
        opacity: 0.5; }
      .jobs-grid-container .job-category-card figure figcaption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .jobs-grid-container .job-category-card figure figcaption h2 {
          color: #fff;
          text-align: justify;
          font-family: Open Sans;
          font-size: 24px !important;
          font-weight: 700;
          letter-spacing: 0.1px;
          text-align: center; }
        .jobs-grid-container .job-category-card figure figcaption .vaccancy-no {
          color: #fdfdfd;
          font-family: Open Sans;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          opacity: 0;
          transition: all 400ms linear;
          text-align: center; }
        @media (max-width: 1400px) {
          .jobs-grid-container .job-category-card figure figcaption h2 {
            font-size: 20px !important; } }
    .jobs-grid-container .job-category-card:hover figure {
      background: linear-gradient(0deg, rgba(0, 51, 102, 0.808) 0%, rgba(0, 51, 102, 0.842) 100%); }
      .jobs-grid-container .job-category-card:hover figure figcaption .vaccancy-no {
        opacity: 1; }

.team-details-slider {
  margin: 50px 0px; }
  .team-details-slider .team-dtails-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 100px; }
    .team-details-slider .team-dtails-card .details .name {
      color: #161811;
      font-family: Open Sans;
      font-size: 36px !important;
      font-weight: 400;
      line-height: 36px;
      text-transform: uppercase;
      position: relative;
      margin-bottom: 10px !important; }
      .team-details-slider .team-dtails-card .details .name::after {
        content: "";
        height: 1px;
        width: 0px;
        background: #696969;
        position: absolute;
        bottom: -5px;
        left: 0px;
        transition: all 400ms linear; }
    .team-details-slider .team-dtails-card .details .post {
      color: #161811;
      font-size: 16px; }
    .team-details-slider .team-dtails-card .cover-photo figure {
      height: 420px;
      aspect-ratio: 1; }
      .team-details-slider .team-dtails-card .cover-photo figure img {
        transition: all 400ms linear; }
    .team-details-slider .team-dtails-card:hover .name::after {
      content: "";
      width: 100%; }
    .team-details-slider .team-dtails-card:hover .cover-photo img {
      transform: scale(1.2); }

.team-category-filter .nav-tabs {
  border: none !important; }
  .team-category-filter .nav-tabs .nav-link {
    color: #696969;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    border: none !important;
    display: flex;
    align-items: center;
    gap: 5px; }
    .team-category-filter .nav-tabs .nav-link::before {
      content: "";
      height: 15px;
      width: 15px;
      border: 1px solid #696969;
      border-radius: 50%; }
  .team-category-filter .nav-tabs .nav-link.active {
    color: #161811 !important; }
    .team-category-filter .nav-tabs .nav-link.active::before {
      background-color: #161811;
      border: 1px solid #161811; }

.team-category-slider {
  margin-top: 30px; }
  .team-category-slider .current .team-card figure {
    border: 1px solid #696969; }
    .team-category-slider .current .team-card figure img {
      transform: scale(0.8); }
  .team-category-slider .team-card figure {
    height: 100px;
    aspect-ratio: 1; }
    .team-category-slider .team-card figure img {
      transition: all 400ms ease-in-out; }
  .team-category-slider .team-card:hover figure {
    border: 1px solid #696969; }
    .team-category-slider .team-card:hover figure img {
      transform: scale(0.8); }

.joblisting-detail {
  overflow: hidden !important; }
  .joblisting-detail .job-description {
    position: relative;
    padding-right: 6vw; }
    .joblisting-detail .job-description .text-document-content h2 {
      color: #161811 !important; }
    .joblisting-detail .job-description:after {
      content: '';
      position: absolute;
      top: -100px;
      right: 0;
      width: 1px;
      height: 150%;
      background-color: #DDD;
      z-index: -2; }
  .joblisting-detail .job-details {
    align-items: center;
    overflow-x: clip !important; }
    .joblisting-detail .job-details .sticky {
      padding-left: 10%;
      position: sticky !important;
      overflow-x: clip !important; }
      .joblisting-detail .job-details .sticky h2 {
        color: #161811;
        font-family: Oswald;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.2px;
        text-transform: uppercase; }
      .joblisting-detail .job-details .sticky .d-flex span {
        color: #000;
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
      .joblisting-detail .job-details .sticky .d-flex p {
        color: #000;
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
      .joblisting-detail .job-details .sticky .button {
        border-radius: 20px;
        border: 1px solid #0033B7;
        background: #0033B7;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white !important;
        padding: 8px 56px;
        width: fit-content;
        margin: 0 auto; }

.contact-us-page .contact-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 800px; }
.contact-us-page .aside-figure figure {
  height: 100%; }
.contact-us-page .contact-us-form {
  padding: 80px 150px 80px 40px; }
  .contact-us-page .contact-us-form .form-label {
    color: #696969;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  .contact-us-page .contact-us-form .form-control::placeholder {
    color: #a4a4a4;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .contact-us-page .contact-us-form .button-wrapper {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
.contact-us-page .google-map {
  display: none; }
  .contact-us-page .google-map iframe {
    height: 100%;
    width: 100%; }
.contact-us-page .contact-information {
  display: none;
  padding: 80px 40px 80px 150px; }
  .contact-us-page .contact-information .contact-information-wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center; }
    .contact-us-page .contact-information .contact-information-wrapper ul {
      margin-top: 40px !important; }
      .contact-us-page .contact-information .contact-information-wrapper ul li {
        display: flex;
        gap: 10px;
        margin-bottom: 35px;
        color: #696969;
        font-family: Open Sans;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
        .contact-us-page .contact-information .contact-information-wrapper ul li .wrapper {
          display: flex;
          gap: 5px; }
        .contact-us-page .contact-information .contact-information-wrapper ul li a {
          color: #696969;
          font-family: Open Sans;
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
          .contact-us-page .contact-information .contact-information-wrapper ul li a:hover {
            color: #6079C5 !important; }
        .contact-us-page .contact-information .contact-information-wrapper ul li i {
          font-size: 30px;
          width: 40px; }
.contact-us-page .send-message-btn,
.contact-us-page .locate-us-button {
  color: #0033b7 !important;
  text-align: justify;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer; }
.contact-us-page .send-message-btn {
  text-align: right;
  display: block; }

.jobapply .text-document-content h2 {
  color: black !important;
  margin: 30px 0 !important; }
.jobapply .text-document-content form .dotted {
  border-bottom: 1px dotted #D5D5D5;
  padding-bottom: 15px; }
  .jobapply .text-document-content form .dotted label {
    color: #696969;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
  .jobapply .text-document-content form .dotted input,
  .jobapply .text-document-content form .dotted select {
    border-radius: 4px;
    border: 1px solid #C8C8C8;
    padding: 5px 8px;
    width: 90%;
    margin-top: 10px !important;
    margin-bottom: 8px !important; }
  .jobapply .text-document-content form .dotted .error-message {
    color: #ff4848;
    font-style: italic;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: 1px; }
  .jobapply .text-document-content form .dotted.t-c {
    border-bottom: 0; }
    .jobapply .text-document-content form .dotted.t-c input {
      width: auto; }
.jobapply .text-document-content form #accept {
  margin: 50px 0; }
  .jobapply .text-document-content form #accept a {
    color: #03C !important;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.32px; }
.jobapply .text-document-content form .submit {
  border-radius: 20px;
  border: 1px solid #0033B7;
  background: #0033B7;
  padding: 8px 16px;
  color: white; }

.Legal-letter .g-5, .Legal-letter .gy-5 {
  --bs-gutter-y: 1.5rem;
  --bs-gutter-x: 1.5rem ; }
.Legal-letter .section-padding h1,
.Legal-letter .section-padding h2 {
  color: #161811;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 26px !important; }
.Legal-letter .section-padding .legal-card figure {
  height: 400px;
  position: relative; }
  @media (max-width: 1400px) {
    .Legal-letter .section-padding .legal-card figure {
      height: 300px; } }
  .Legal-letter .section-padding .legal-card figure img {
    transition: 300ms linear;
    object-fit: cover; }
  .Legal-letter .section-padding .legal-card figure:hover img {
    opacity: 0.5; }

.error {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px; }
  .error .d-flex figure img {
    width: 326px;
    height: 284px; }
  .error .d-flex p {
    color: #B2B0F7;
    font-family: Oswald;
    font-size: 200px;
    font-style: normal;
    font-weight: 700;
    line-height: 200px;
    text-transform: capitalize; }
  .error span {
    color: #161811;
    font-family: Open Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
    text-transform: capitalize; }
  .error p {
    color: #696969;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; }
  .error .button {
    padding: 8px 16px;
    border: 1px solid blue;
    border-radius: 20px; }

/*# sourceMappingURL=style.css.map */
