@import url("../fonts/druk-cyr/stylesheet.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*Button Css */
.btn-grey-rounded {
  background: rgba(10, 20, 32, 1);
  border: none;
  box-shadow: 0px 0px 12.27px 0px rgba(19, 175, 227, 0.4);
  color: #fff;
  border-radius: 30px;
  width: 182px;
  height: 48px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  margin: 20px 0 10px;
}

.btn-grey-rounded::before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(rgba(0, 0, 0, 0),
      #13afe3,
      rgba(0, 0, 0, 0) 25%);
  animation: rotateBorder 2s linear infinite;
}

.btn-grey-rounded::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: rgba(10, 20, 32, 1);
  border-radius: 28px;
}

@keyframes rotateBorder {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

.btn-grey-rounded:hover {
  background: rgba(10, 20, 32, 1);
  color: #fff;
}

.btn-secondary-blue-rounded {
  background: #142b46;
  border: 0;
  color: #fff;
  border-radius: 30px;
}

.btn-secondary-blue-rounded:hover {
  background: #3150a7;
  border-color: #3150a7;
  color: #fff;
}

.btn-primary-blue-rounded {
  background: rgba(19, 176, 228, 1);
  border-color: rgba(19, 176, 228, 1);
  border: 0;
  color: #fff;
  border-radius: 30px;
}

/*Text Colors */
.primary-text {
  color: rgba(19, 175, 227, 1) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #0a1624;
}

/*Mouse Scroll*/
.mouse {
  margin: 0 auto;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #fff;
  height: 22px;
  width: 15px;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}

.move {
  position: absolute;
  background-color: #fff;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: 40%;
  transform: translateX(-50%);
  animation: move 3s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-20%, 0px);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, 30px);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 70px);
    opacity: 0;
  }
}

/*Vertical Text Slider */
.bx-wrapper {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  text-align: center;
  /* padding-top: 15px; */
  padding-top: 11px;
  max-width: 250px !important;
}

/*Section Heading */
.top-heading-small {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}

.sec-heading-small {
  font-family: "Druk Cyr", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}

/*Folder Card BG */
.folder-bg-blue {
  background-color: #0a1624;
  padding: 72px;
  border-radius: 12px 12px 0px 0px;
  margin-top: -15px;
}

.folder-bg-grey {
  background-color: #f2f2f2;
  padding: 72px;
  border-radius: 12px 12px 0px 0px;
  margin-top: -15px;
}

.folder-bg-navy {
  background-color: #0a1624;
  padding: 72px;
  border-radius: 12px 12px 0px 0px;
  margin-top: -15px;
}

.folder-bg-white {
  background-color: #ffffff;
  padding: 72px;
  border-radius: 12px 12px 0px 0px;
  margin-top: -15px;
}

.folder-bg-mid-blue {
  background-color: #476aca;
  padding: 72px;
  border-radius: 12px 12px 0px 0px;
  margin-top: -15px;
}

.card.bg-lightblue,
.bg-lightblue {
  background-color: #13afe3;
}

.card.bg-hanblue,
.bg-hanblue {
  background-color: #476aca;
}

.card.bg-grey,
.bg-grey {
  background-color: #f2f2f2;
}

.view-more-btn {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  min-width: 110px;
  min-height: 35px;
  padding: 5px 12px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  transition: all 1s;
}

.view-more-btn:hover,
.view-more-btn:focus {
  box-shadow: none;
  color: #fff;
  background-color: #13afe3;
}

.sticky-section {
  position: sticky;
  top: 0;
}

.relative-section {
  position: relative;
}

/*Word Slider */

.ms-slider {
  display: inline-block;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  vertical-align: middle;
  mask-image: linear-gradient(transparent, white, white, white, transparent);
  mask-type: luminance;
  mask-mode: alpha;
}

.ms-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  animation-name: wordSlider;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-duration: 7s;
}

.ms-slider__word {
  display: block;
  /* line-height: 1.3em; */
  font-size: 2.4rem;
  text-align: center;
  color: white;
}

.ms-slider__word_eam {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  color: white;
}

@keyframes wordSlider {

  0%,
  27% {
    transform: translateY(0%);
  }

  33%,
  60% {
    transform: translateY(-25%);
  }

  66%,
  93% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(-75%);
  }
}

.contact-form .form-control {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #3c3c3c;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.contact-form .form-control:focus {
  box-shadow: none;
}

.contact-form .form-control:focus+.form-label {
  top: -12px;
  left: 5px;
  background-color: #fff;
}

.contact-form input {
  height: 45px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form .form-group .form-label {
  position: absolute;
  top: 30%;
  left: 15px;
  color: #3c3c3c;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 300;
  line-height: 24px;
  transition: 1s all;
  display: none;
}

.form-info {
  color: #3c3c3c;
  font-size: 18px;
  font-family: "Druk Cyr", sans-serif;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  /* max-width: 75%; */
}

.contact-form .form-group.input-focused {
  margin-bottom: 40px;
}

.contact-form .contact-btn {
  min-width: 150px;
  min-height: 45px;
  transition: all 1s;
}

.contact-form .contact-btn:hover {
  color: #fff;
  background-color: #0a1624;
  border-color: #0a1624;
}

.contacts__section .close-btn {
  min-width: 100px;
  min-height: 35px;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 30px;
  transition: 1s all;
}

.contacts__section .close-btn:hover {
  background-color: #13afe3;
  border-color: #13afe3;
  color: #fff;
}

.contacts__section .close-btn:hover .close-icon {
  transform: rotate(180deg);
}

/* Prevent background scroll when modal is open but keep modal scrollable */
body.modal-open-custom {
  overflow: hidden;
  padding-right: 0px;
  /* Prevent scrollbar jump */
}

/* Bootstrap Contact Modal Design */
#contactUsBSModal .modal-dialog {
  max-width: none;
  margin: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}

#contactUsBSModal .modal-content {
  background: url("../img/home/home-banner.jpg") center/cover !important;
  border: none;
  overflow-y: auto;
  padding: 80px 40px 0;
  height: 100%;
  border-radius: 0;
}

#contactUsBSModal .modal-header {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background: transparent !important;
  border: none;
}

#contactUsBSModal .modal-body {
  padding: 40px;
  -webkit-overflow-scrolling: touch;
}

#contactUsBSModal .contact-modal-body {
  height: 100%;
  min-height: 500px;
}

#contactUsBSModal .contact-main-heading,
#contactUsBSModal .contact-sub-heading,
#contactUsBSModal .contact-info-label,
#contactUsBSModal .form-info,
#contactUsBSModal .form-label {
  color: white !important;
}

#contactUsBSModal .create-text {
  color: #13afe3 !important;
}

#contactUsBSModal .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
}

#contactUsBSModal .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#contactUsBSModal .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #13afe3;
  box-shadow: 0 0 0 0.2rem rgba(19, 175, 227, 0.25);
  color: white;
}

/* Ensure modal backdrop and container are fullscreen */
#contactUsBSModal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999 !important;
}

#contactUsBSModal .modal-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
}

/* Force body to not scroll when modal is open */
body.modal-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
}

/* Ensure modal content scrolls properly on desktop */
@media (min-width: 1025px) {
  #contactUsBSModal .modal-body {
    height: calc(100vh - 140px);
    /* Account for header and padding */
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }

  #contactUsBSModal .contact-modal-body {
    min-height: calc(100vh - 200px);
  }
}

.contact-left-section {
  display: flex;
  align-items: stretch;
  color: white;
  padding-right: 30px;
}

.contact-left-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 100px;
}

.contact-left-content .contactLeftFirstDiv {
  padding-top: 40px;
}

.contact-main-heading {
  font-size: 24px;
  font-weight: 500;
  color: white;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: "Druk Cyr", sans-serif;
  letter-spacing: 1px;
}

.contact-sub-heading {
  font-size: 32px;
  font-weight: 500;
  color: white;
  line-height: 1.2;
  margin-bottom: 40px;
  font-family: "Druk Cyr", sans-serif;
  letter-spacing: 0.8px;
}

.create-text {
  color: #13afe3;
}

.contact-info-section {
  margin-top: 50px;
}

.contact-info-label {
  color: white;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.contact-email {
  color: #13afe3;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.4px;
}

.contact-email:hover {
  color: #0ea2d1;
  text-decoration: none;
}

.contact-right-section {
  border-radius: 15px;
  padding: 19px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-right-section .form-info {
  color: white;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

/* Digital Services Page */

.display-large.digital-services-hero-text {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1;
}

/* .digital-services-hero-container .ms-slider {
  height: 4.89rem !important;
  line-height: 1;
  margin-top: 0;
}

.digital-services-hero-container .ms-slider ul li {
  text-transform: uppercase !important;
  font-size: 72px !important;
  color: #13afe3 !important;
  letter-spacing: 2px;
} */

.digital-services-hero-container .hero-text-col {
  padding-top: 10rem !important;
}

.digital-services-hero-container~#client-logos {
  background-color: #0a1624 !important;
  padding: 10px 0 0 !important;
}

.ourvalue-sec .sec-heading-small {
  letter-spacing: normal;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.ourvalue-sec.bluecard .card {
  background-color: #e2eff4;
}

.ourvalue-sec .card-eam {
  background: linear-gradient(#0a1420, #27456a);
  border: none;
  box-shadow: none;
}

.ourvalue-sec .card-eam h3 {
  color: white !important;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.second-section-title {
  font-size: 40px;
}

.big-blue-title {
  font-size: 50px;
  margin-bottom: 4rem;
  color: #294184;
}

/* Digital Services Page */

/* EAM Page */

.display-large.eam-hero-text {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1;
}

/* .eam-hero-container .ms-slider {
  height: 4.89rem !important;
  line-height: 1;
  margin-top: 0;
} */

.eam-hero-container .ms-slider ul li {
  text-transform: uppercase !important;
  /* font-size: 72px !important;
  color: #13afe3 !important; 
  letter-spacing: 10px;*/
  padding-bottom: 20px;
}

.eam-hero-container .hero-text-col {
  padding-top: 10rem !important;
}

.eam-hero-container~#client-logos {
  /* background-color: #0a1624 !important; */
  padding: 10px !important;
}

.eam.folder-bg-grey {
  background-color: #f2f2f2;
  padding: 72px 32px;
  border-radius: 12px 12px 0px 0px;
  margin-top: -15px;
}

/* .ourvalue-sec .sec-heading-small {
  letter-spacing: normal;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.ourvalue-sec.bluecard .card {
  background-color: #e2eff4;
}

.ourvalue-sec .card-eam {
  background: linear-gradient(#0a1420, #27456a);
  border: none;
  box-shadow: none;
}
.ourvalue-sec .card-eam h3 {
  color: white !important;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.second-section-title {
  font-size: 40px;
}
.big-blue-title {
  font-size: 50px;
  margin-bottom: 4rem;
  color: #294184;
} */

.eam-paragraph {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: black;
}

/* EAM Page */

/* Bootstrap Modal Responsive adjustments */
@media (max-width: 768px) {
  #contactUsBSModal .modal-dialog {
    margin: 0;
    width: 100vw;
    height: 100vh;
  }

  #contactUsBSModal .modal-content {
    padding: 1.5rem;
    border-radius: 0;
    height: 100vh;
    overflow-y: auto;
  }

  #contactUsBSModal .modal-body {
    height: calc(100vh - 3rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .contact-modal-body {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .contactLeftFirstDiv {
    order: 1;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 20px;
  }

  .contact-right-section {
    order: 2;
    padding: 20px;
  }

  .contactLeftSecondDiv {
    order: 3;
    margin-top: 30px;
    text-align: center;
    padding: 0 20px;
  }

  .contact-main-heading {
    font-size: 28px;
  }

  .contact-sub-heading {
    font-size: 20px;
  }

  .contact-info-section {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .contact-email {
    font-size: 16px;
  }

  .contact-form .form-group {
    margin-bottom: 1.5rem;
  }

  .contact-form .form-control {
    min-height: 48px;
    font-size: 16px;
  }

  .btn-grey-rounded {
    width: 100%;
    min-height: 48px;
  }
}

/* Tablet responsive adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  #contactUsBSModal .modal-dialog {
    margin: 0;
    width: 100vw;
    height: 100vh;
  }

  #contactUsBSModal .modal-content {
    padding: 2rem;
    height: 100vh;
    border-radius: 0;
    overflow-y: auto;
  }

  .contact-left-section {
    padding-right: 20px;
  }

  .contact-right-section {
    padding: 20px 0 0 20px;
  }

  .contact-main-heading {
    font-size: 22px;
  }

  .contact-sub-heading {
    font-size: 28px;
  }

  .contact-form .form-control {
    min-height: 44px;
  }
}

.contact-info-content p {
  color: #3c3c3c;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 20px;
}

.contact-info-content a {
  color: #0a1624;
  font-family: "Druk Cyr", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

.contact-info-content a:hover {
  color: #13afe3;
}

/*Text Animation */
.reveal-text {
  visibility: hidden;
}

.line {
  position: relative;
  overflow: hidden;
  display: flex;
}

.card-section {
  margin-top: 40px;
}

.card-col {
  margin-bottom: 15px;
}

/*Card with Icon */
.card-with-icon.card {
  border: 0;
  border-radius: 10px;
  height: 100%;
}

.card-with-icon .icon-box {
  margin-bottom: 20px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-with-icon .card-icon {
  max-width: 75%;
}

.card-with-icon .card-heading {
  color: #0a1624;
  font-family: "Druk Cyr", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.card-with-icon .card-content {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 300;
  line-height: 26px;
  color: #0a1624;
  margin-bottom: 10px;
}

.card-with-icon .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.card-grey {
  background-color: #f2f2f2;
}

.card-grey .icon-box {
  background-color: #fff;
}

.card-naviblue {
  background-color: #142b46;
}

.card-naviblue .icon-box {
  background-color: #1c3f69;
}

.card-darkblue {
  background-color: #0a1420;
}

.card-darkblue .icon-box {
  background: linear-gradient(180deg, #142b46 49.48%, #0f2135 100%);
}

.card-mid-blue {
  background-color: #294184;
}

.card-mid-blue .icon-box {
  background-color: #314c96;
}

.card-light-blue {
  background-color: #13afe3;
}

.card-heavy-blue {
  background-color: #476aca;
}

.card-light-blue .icon-box {
  background-color: #4fc5ed;
}

.card-naviblue .card-heading,
.card-naviblue .card-content,
.card-mid-blue .card-heading,
.card-mid-blue .card-content,
.card-darkblue .card-heading,
.card-darkblue .card-content {
  color: #fff;
}

.card-naviblue .icon-box .card-icon,
.card-mid-blue .icon-box .card-icon {
  filter: brightness(0) invert(1);
}

/*Custom Tabs */
.custom-tabs .nav {
  justify-content: center;
}

.custom-tabs .nav-tabs {
  border: 0;
}

.custom-tabs .nav-tabs .nav-link {
  border: 0;
  background-color: #fff;
  color: #0a1624;
  margin-right: 20px;
  border-radius: 100px;
  font-size: 14px;
  padding: 10px 30px;
}

.custom-tabs .nav-tabs .nav-link.active {
  background-color: #13afe3;
  color: #fff;
}

.badge-grey {
  background-color: #f2f2f2;
  border-radius: 27px;
  padding: 10px 20px;
  color: #0a1624;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 20px;
}

.link-btn {
  min-width: 125px;
  min-height: 40px;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 28px;
}

.link-btn:hover {
  color: #fff;
}

/*Drag and Drop */
.dropzone-wrapper {
  color: #92b0b3;
  position: relative;
  height: 211.5px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 75px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 211.5px !important;
  cursor: pointer;
  opacity: 0;
  left: 0;
}

.dropzone-wrapper .upload-icon {
  max-width: 30px;
}

.dropzone-wrapper .drag-info {
  margin: 5px 0px 0px;
  font-size: 14px;
  color: #0a1624;
  font-weight: bold;
  font-family: "Druk Cyr", sans-serif;
}

.dropzone-wrapper .file-info {
  margin: 5px 0px 0px;
  font-size: 14px;
  color: #0a1624;
  font-family: "Poppins", sans-serif;
}

.dropzone-wrapper .choose-file {
  color: #13b0e4;
  font-weight: bold;
  cursor: pointer;
}

.draganddrop .filepath-box {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

.draganddrop #filepath {
  font-size: 14px;
  color: #8f8f8f;
  margin: 0;
}

.draganddrop #removefile {
  color: #13b0e4;
  border-bottom: 1px solid #13b0e4;
  cursor: pointer;
}

.slider-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 35px;
  /* Space between the buttons */
  z-index: 10;
  /* Ensures buttons are on top of the carousel items */
}

.slider-nav button {
  background: #333;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  /* Makes the buttons circular */
  font-size: 18px;
  width: 40px;
  /* Ensures the button is a perfect circle */
  height: 40px;
  /* Ensures the button is a perfect circle */
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-slider-container {
  position: relative;
}

.event-slider .item {
  width: 100% !important;
}

.ongoing-event .section-header {
  position: relative;
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: #000;
  z-index: 9999;
}

.title-large {
  font-family: "Druk Cyr", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-align: justify;
}

.body-medium {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.005em;
  text-align: justify;
}

.body-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.job-card-exp {
  display: flex;
  width: 21rem;
  justify-content: space-between;
}

.job-card-exp-text-div {
  flex-grow: 1;
}

.list-group-item.show-apply-bubble {
  cursor: pointer;
}

.cur-point {
  cursor: pointer;
}

.fade-in-image {
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to left, black 45%, transparent);
  mask-image: linear-gradient(to left, black 45%, transparent);
}

.lb-data .lb-details {
  width: 100%;
}

.lb-data .lb-close {
  position: absolute;
  top: -35px;
  margin-left: 650px;
}

.primary-heading-hero-font {
  font-family: "Druk Cyr", sans-serif !important;
  font-size: 5.4rem !important;
  text-transform: uppercase !important;
}

.primary-heading-font {
  font-family: "Druk Cyr", sans-serif !important;
  font-size: 3rem !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 500 !important;
}

.primary-heading-font-question-section {
  font-family: "Druk Cyr", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 4rem;
  line-height: 70px;
  color: var(--secondary);
  margin: 0;
  letter-spacing: 3px;
}

.primary-heading-font-talktous-section {
  font-family: "Druk Cyr", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 4.4rem !important;
  color: #13afe3 !important;
  line-height: 70px;
  color: var(--secondary);
  margin: 0;
  letter-spacing: 3px;
  margin-top: 5rem !important;
}

.primary-heading-font-footer {
  font-family: "Druk Cyr", sans-serif !important;
  font-size: 1.375rem !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 500 !important;
}

.see-heading-font {
  font-family: "Druk Cyr", sans-serif !important;
  font-size: 3rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  font-weight: 500 !important;
}

.secondary-heading-font {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 0.1% !important;
  line-height: 100% !important;
  margin-bottom: 10px !important;
}

.secondary-heading-footer-font {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 0.1% !important;
  margin-left: 1.2rem !important;
}

.image-bd-rad {
  border-radius: 1rem;
}

.section-color-change {
  background-color: #e2eff4;
}

.about-slider-sec h3.sec-heading-small .blue-text {
  color: #13b0e4 !important;
}

.header-logo {
  width: 139px !important;
}

#open-positions .position-list .job-title,
#open-positions .position-list .job-info #open-positions .position-list .job-card-exp {
  font-size: 1rem !important;
}

.perk-mar {
  margin-right: 10px;
}

/* Background Colors */
.bg-light-blue {
  background-color: #e2eff4;
}

.bg-navy-blue {
  background-color: #294184;
}

.bg-sky-blue {
  background-color: #13afe3;
}

/* Background Colors */