.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 12px 20px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 555555;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  width: 100vw;
  overflow: hidden;
  height: max-content;
}

/* Style for the close button */
.cookie-close {
  position: absolute;
  right: 20px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.cookie-close:hover {
  color: #000;
}

/* Maintain other CSS rules */
.cookie-message {
  margin-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  width: 69%;
}

.cookie-message p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.cookie-message a {
  color: #3c54d0;
  text-decoration: underline;
}

.cookie-message a:hover {
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  width: 30%;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}

.cookie-btn {
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  border-radius: 0;
  background: #222;
  color: #fff;
}

.cookie-btn.primary {
  background: #3c54d0;
}

.cookie-btn:hover {
  opacity: 0.9;
}

@media (max-width: 991px) {
  .cookie-message {
    width: 59%;
  }
  .cookie-actions {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cookie-popup {
    flex-direction: column;
  }
  .cookie-message {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .cookie-actions {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
}

/* ############ */
/* ############ */
/* Contact Form */
/* ############ */
/* ############ */
@media all {
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
  }
  textarea.form-control {
    height: auto;
  }
  .form-group {
    margin-bottom: 1rem;
  }
  .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .text-center {
    text-align: center !important;
  }
  .text-warning {
    color: #ffc107 !important;
  }
}

.handler-wrap {
  max-width: 100%;
  background: #6c84ff;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.15);
  border-radius: 22px;
  padding: 24px 25px 19px;
}
@media (min-width: 992px) {
  .handler-wrap {
    padding: 34px 25px 29px;
  }
}
.handler-wrap h2,
.handler-wrap h3 {
  color: #32165d;
  font-weight: 800;
}
.handler-wrap h2 {
  line-height: 40px;
  margin-bottom: 9px;
}
.handler-wrap h3 {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 9px;
}
.handler-wrap .form-control {
  background: #fff;
  width: 100%;
  border-radius: 10px;
  line-height: 40px;
  color: #000;
  font-weight: 300;
  font-size: 18px;
  padding: 0 10px;
  border: none;
}
.handler-wrap .form-control::placeholder {
  color: #b9b9b9;
}
.handler-wrap .form-control:focus {
  background: rgba(247, 245, 250, 0.8);
}
.handler-wrap input.form-control {
  height: 40px;
}
.handler-wrap select.form-control {
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.handler-wrap select.form-control:invalid {
  color: #b9b9b9;
}
.handler-wrap select.form-control > option {
  color: #000;
}
.handler-wrap select.form-control option[value=""] {
  color: #b9b9b9;
}
.handler-wrap .form-group {
  margin-bottom: 0;
}
.handler-wrap button:not(.iti__selected-country) {
  background: #32165d;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  border-radius: 21px;
  height: 42px;
  border: none;
  display: block;
  width: 188px;
  margin: 12px auto 0;
}
.handler-wrap .text-warning {
  color: #000 !important;
  font-weight: 800;
}
.talk-to-our-team-form-wrap.handler-wrap {
  overflow: hidden;
  background-color: #455cd2;
  position: relative;
  margin-bottom: 0px;
  border-radius: 0;
  padding: 50px 0 40px;
}
.talk-to-our-team-form-wrap.handler-wrap .container {
  z-index: 1;
}
@media (min-width: 992px) {
  .talk-to-our-team-form-wrap.handler-wrap {
    padding: 115px 0 100px;
  }
}
@media (min-width: 1311px) {
  .talk-to-our-team-form-wrap.handler-wrap .container {
    max-width: 1294px;
  }
}
.talk-to-our-team-form-wrap.handler-wrap p {
  color: #000;
}
.talk-to-our-team-form-wrap.handler-wrap:before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 953px;
  height: 953px;
  z-index: 0;
  position: absolute;
  left: -427px;
  top: -250px;
  background: #2c3e99;
}
.talk-to-our-team-form-wrap.handler-wrap:after {
  content: "";
  display: block;
  border-radius: 100%;
  width: 953px;
  height: 953px;
  z-index: 0;
  position: absolute;
  right: -92px;
  bottom: -613px;
  background: #2c3e99;
}
.talk-to-our-team-form-wrap.handler-wrap h2 {
  color: #fff;
  line-height: 56px;
}
.talk-to-our-team-form-wrap.handler-wrap h2 strong {
  white-space: nowrap;
  color: #6c84ff;
}
@media (min-width: 1311px) {
  .talk-to-our-team-form-wrap.handler-wrap h2 {
    font-size: 54px;
    line-height: 64px;
  }
}
.talk-to-our-team-form-wrap.handler-wrap h3 {
  text-align: center;
  color: #000;
  margin-bottom: 13px;
}
@media (min-width: 1311px) {
  .talk-to-our-team-form-wrap.handler-wrap h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.talk-to-our-team-form-wrap.handler-wrap button:not(.iti__selected-country) {
  background: #121725;
  margin-top: 15px;
}
.talk-to-our-team-form-wrap.handler-wrap .text-block ul {
  margin-top: 54px;
  list-style: none;
  color: #fff;
}
.talk-to-our-team-form-wrap.handler-wrap .text-block ul li {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 43px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 50px;
  background-size: 30px;
}
@media (min-width: 992px) {
  .talk-to-our-team-form-wrap.handler-wrap .text-block ul li {
    font-size: 18px;
    line-height: 24px;
    padding-left: 100px;
    background-size: 50px;
  }
}
.talk-to-our-team-form-wrap.handler-wrap .text-block ul li strong {
  font-size: 18px;
  display: block;
  font-weight: 800;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .talk-to-our-team-form-wrap.handler-wrap .text-block ul li strong {
    font-size: 22px;
  }
}

.talk-to-our-team-form-wrap.handler-wrap .text-block ul li.email {
  background-image: url("../images/email-icon.svg");
}
@media (min-width: 992px) {
  .talk-to-our-team-form-wrap.handler-wrap .form-block {
    padding-left: 61px;
  }
}
.talk-to-our-team-form-wrap.handler-wrap .stats-block {
  margin: 16px 0px;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 9;
}
@media (min-width: 992px) {
  .talk-to-our-team-form-wrap.handler-wrap .stats-block {
    margin: 16px 65px;
  }
}
.talk-to-our-team-form-wrap.handler-wrap .stats-block strong {
  margin-top: 32px;
  display: block;
  font-size: 25px;
  font-weight: 800;
}
@media (min-width: 1201px) {
  .talk-to-our-team-form-wrap.handler-wrap .stats-block strong {
    font-size: 30px;
  }
}
.talk-to-our-team-form-wrap.handler-wrap form {
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 15px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .talk-to-our-team-form-wrap.handler-wrap form {
    padding: 38px 38px 58px;
  }
}
.talk-to-our-team-form-wrap.handler-wrap .form-control {
  border: 1px solid #6d6d6d;
}
.talk-to-our-team-form-wrap.handler-wrap .form-group {
  padding-top: 20px;
}
.talk-to-our-team-form-wrap.handler-wrap .form-group:has(select) {
  position: relative;
}
.talk-to-our-team-form-wrap.handler-wrap .form-group:has(select):before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 39px;
  height: 38px;
  top: 21px;
  right: 1px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    white 66%,
    white 100%
  );
  display: block;
  border-radius: 0 9px 9px 0;
}
.talk-to-our-team-form-wrap.handler-wrap .form-group:has(select):after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-width: 8px 4px;
  border-style: solid;
  border-color: #b8b8b8 transparent transparent;
  top: 38px;
  right: 14px;
}
.talk-to-our-team-form-wrap.handler-wrap .p-relative {
  position: relative;
}
.talk-to-our-team-form-wrap.handler-wrap .text-warning {
  position: absolute;
  color: #fff !important;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: table-cell;
  padding: 50px;
}
.talk-to-our-team-form-wrap.handler-wrap .text-warning:empty {
  display: none;
}
.talk-to-our-team-form-wrap.handler-wrap .disclaimer {
  font-size: 11px;
}
.contact-page h1,
.contact-page h2,
.contact-page h3,
.contact-page h4,
.contact-page h5,
.contact-page h6,
.contact-page ul,
.contact-page p {
  position: relative;
  z-index: 2;
}

.pt-80 {
  padding-top: 80px !important;
}

.form-group.title h2 {
  color: #000;
}

/* ########### */
/* ########### */
/* Career Page */
/* ########### */
/* ########### */

.career-pg-section .blog-content .post {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .career-pg-section .blog-content .post {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .career-pg-section .blog-content .post {
    margin-bottom: 40px;
  }
}
.career-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .career-pg-section .entry-meta {
    margin: 25px 0;
  }
}
.career-pg-section .entry-meta ul {
  list-style: none;
}
.career-pg-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  float: left;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}
.career-pg-section .entry-meta ul li a {
  color: #121725;
}
.career-pg-section .entry-meta ul li a:hover {
  color: #3c54d0;
}
.career-pg-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}
.career-pg-section .entry-meta ul li i:before {
  font-size: 16px;
  line-height: 15px;
  color: #071e93;
}
.career-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.career-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #676a7d;
  width: 9px;
  height: 1px;
}
@media (max-width: 440px) {
  .career-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .career-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .career-pg-section .entry-meta ul li {
    font-size: 12px;
  }
}
@media (max-width: 440px) {
  .career-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.career-pg-section .post h3 {
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 600;
  margin: -0.27em 0 0.7em;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media (max-width: 991px) {
  .career-pg-section .post h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .career-pg-section .post h3 {
    font-size: 22px;
  }
}
.career-pg-section .post h3 a {
  color: #121725;
}
.career-pg-section .post h3 a:hover {
  color: #3c54d0;
}
.career-pg-section .post p {
  margin-bottom: 2em;
  color: #5e5f63;
}
@media (max-width: 991px) {
  .career-pg-section .post p {
    font-size: 16px;
  }
}
.career-pg-section .post a.read-more {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  padding-right: 50px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.career-pg-section .post a.read-more::before {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "themify";
  content: "\e628";
  color: #04010c;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.career-pg-section .entry-media {
  position: relative;
}
.career-pg-section .entry-media span {
  position: relative;
  left: 0;
  top: -20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  background: #3c54d0;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .career-pg-section .entry-media span {
    font-size: 16px;
    line-height: 24px;
  }
}
.career-pg-section .entry-media img {
  width: 100%;
}

.career-section {
  overflow: hidden;
}
.career-section .title {
  margin-bottom: 45px;
}
.career-section .title h2 {
  color: #3c54d0;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  text-transform: capitalize;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.14);
}
@media (max-width: 991px) {
  .career-section .title h2 {
    font-size: 16px;
  }
}
.career-section .title-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .career-section .title-bottom {
    display: block;
  }
}
.career-section .title-bottom h3 {
  max-width: 620px;
  color: #121725;
  font-size: 65px;
  font-weight: 700;
  line-height: 72px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .career-section .title-bottom h3 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .career-section .title-bottom h3 {
    font-size: 40px;
    line-height: 55px;
  }
}
.career-section .title-bottom h3 span {
  font-size: 65px;
  font-style: italic;
  font-weight: 400;
  line-height: 72px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .career-section .title-bottom h3 span {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .career-section .title-bottom h3 span {
    font-size: 40px;
    line-height: 55px;
  }
}
.career-section .title-bottom a {
  color: #3c54d0;
}
.career-section .title-bottom a span {
  font-size: 22px;
  line-height: 24px;
}
.career-section .title-bottom a i {
  font-size: 22px;
  line-height: 38px;
  position: relative;
  bottom: -4px;
}
.career-section .owl-nav {
  display: none;
}
.career-section .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.career-section .owl-dot {
  border: 0;
  width: 7px;
  height: 12px;
  background: #d0d0d0;
  border-radius: 7px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.career-section .owl-dot::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #3c54d0;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.career-section .owl-dot.active {
  background: #3c54d0;
}
.career-section .owl-dot.active::after {
  opacity: 1;
  visibility: visible;
}

.career-card {
  border-radius: 10px;
  background: #000;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 757px) {
  .career-card {
    display: block;
    padding: 0;
  }
}
.career-card .image {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 757px) {
  .career-card .image {
    max-width: 100%;
  }
}
.career-card .image img {
  width: 100%;
  border-radius: 8px;
}
.career-card .content {
  padding: 0 50px;
  padding-left: 30px;
}
@media (max-width: 1399px) {
  .career-card .content {
    padding: 0px 20px;
    padding-left: 19px;
  }
}
@media (max-width: 757px) {
  .career-card .content {
    padding: 20px;
  }
  .career-top.p-top-small {
    padding-top: 118px !important;
  }
  .career-single-section.section-padding {
    padding: 120px 0 !important;
  }
}
.career-card .content span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 39px;
  text-transform: uppercase;
}
.career-card .content h3 {
  margin-bottom: 18px;
}
.career-card .content h3 a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 1399px) {
  .career-card .content h3 a {
    font-size: 18px;
  }
}
.career-card .content p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}
.career-card .content a {
  color: #3c54d0;
}
.career-card .content a span {
  text-decoration: underline;
  text-transform: capitalize;
  color: #3c54d0;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}
.career-card .content a i {
  font-size: 18px;
  line-height: 38px;
  position: relative;
  bottom: -7px;
}
