/* @font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "boxicons";
  src: url("../fonts/boxicons.woff2") format("woff2"),
    url("../fonts/boxicons.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
} */

.section-vision h2 {
  font-size: 30px;
}
.section-vision .single-scroll-container .horizontal-scrolling-content p {
  font-size: 20px;
  margin-bottom: 40px;
  max-width: 1000px;
}
.section-vision .single-scroll-container .horizontal-scrolling-content {
  max-width: 100%;
}
.section-vision
  .single-scroll-container
  .horizontal-scrolling-content
  .section-title1
  h2 {
  max-width: 1000px;
}
.section-vision .single-scroll-container {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    url(/assets/img/home2/hero-image.webp);
}
.section-vision .single-scroll-container .mobile-btn {
  display: none;
}
.working-process-section .section-title1 {
  max-width: 1300px;
}
.working-process-section .section-title1 h2 {
  max-width: 1000px;
  font-size: 30px;
}
.working-process-section .icon svg {
  fill: var(--paragraph-color);
  transition: 0.5s;
}
.step-card1 p {
  line-height: 25px;
}
.eg-card-2.style-3 {
  align-items: self-start;
}
.eg-card-2.style-3 {
  border-top: 1px solid #eee;
}
.eg-card-2.style-3:hover {
  border-color: var(--primary-color);
}
.section-title1 h2 {
  font-size: 30px;
  margin-top: 0;
}
.solution-section .section-title1 h2 {
  max-width: 1000px;
}
.mission-section .mission-content-wrap .mission-content-top .section-title1 h2 {
  font-size: 40px;
}
.mission-section .mission-content-wrap .mission-content-top p {
  padding-top: 10px;
}
.mission-section .mission-content-wrap .mission-content-top h5 {
  font-size: 17px;
  max-width: 650px;
  line-height: 25px;
}
.why-choose-section .choose-content .sulution-approach ul {
  columns: 1;
}
.why-choose-section .choose-content .sulution-approach ul li {
  align-items: baseline;
  font-size: 18px;
}
.why-choose-section .about-counter-area {
  border-bottom: 1px solid #eee;
}
.why-choose-section .about-counter-area .counter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.why-choose-section .section-title1 h3 {
  color: var(--title-color);
  font-family: var(--font-marcellus);
  font-size: 24px;
  font-weight: 400;
  max-width: 700px;
}
.why-choose-section .choose-content .section-title1 h2 {
  font-size: 40px;
}
.why-choose-section .about-counter-area .counter-wrap .single-counter {
  background-color: #000;
}
.job-post-section {
  background-color: #f1f1f1;
}
.people-card-section .people-tag {
  background-color: #f1f1f1;
  min-width: 200px;
  margin-bottom: 0;
}
.team-left-side-container {
  width: 100%;
}

.team-left-side-container .position-lists .available-link {
  color: var(--title-color);
  font-size: 16px;
  margin-bottom: 20px;
}
.team-left-side-container p.pad {
  padding: 10px 0 0;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
}

.team-left-side-container ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.team-left-side-container ul li .details-btn a {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  margin-top: 0;
  border: 1px solid var(--title-color);
}
.team-left-side-container ul li:hover .details-btn a {
  background-color: var(--primary-color);
  fill: #ffffff;
  border: 1px solid var(--primary-color);
}
.team-left-side-container ul li .details-btn a:hover svg {
  transform: rotate(45deg);
  transition: 0.35s;
}

.team-left-side-container ul li.cent {
  text-align: start;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.team-left-side-container a {
  color: var(--title-color);
  font-size: 18px;
}
.team-left-side-container i {
  font-size: 13px;
}
.team-left-side-container .position-detail p {
  display: flex;
  align-items: center;
  gap: 5px;
}
.apply-position-section .job-summary-area ul {
  background-color: #f1f1f1;
  padding: 20px 25px;
  border-radius: 0;
}
.apply-position-section .job-extra p {
  margin-bottom: 5px;
}
.apply-position-section .job-extra p > b {
  color: var(--title-color);
}
.contact-form-area.three {
  background-color: #f1f1f1;
}

.blog-sidebar
  .single-widgets.widget_search
  .wp-block-search__inside-wrapper
  input {
  background-color: var(--white-color);
}
.clearable-input {
  position: relative;
  width: 100%;
}
.clearable-input .clear-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  display: none;
  line-height: 1;
}
.blog-sidebar
  .single-widgets.widget_search
  .wp-block-search__inside-wrapper
  select {
  height: 56px;
  color: var(--paragraph-color);
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 400;
  border: none;
  outline: none;
  width: 100%;
  padding: 10px 30px;
  border-radius: unset;
}
.custom-select-wrapper {
  position: relative;
  width: 100%; /* or set a fixed width */
  max-width: 300px;
}

.custom-select {
  appearance: none; /* Remove default arrow in most browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 40px 10px 15px; /* right padding to give space for arrow */
  font-size: 16px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
}

.custom-select option {
  border: none;
}

/* Custom arrow */
.custom-select-wrapper::after {
  content: "\f282"; /* or use an SVG background-image if you prefer */
  font-family: bootstrap-icons !important;
  font-size: 12px;
  color: #666;
  position: absolute;
  top: 50%;
  right: 15px; /* adjust this to change horizontal position */
  transform: translateY(-50%);
  pointer-events: none; /* allows clicking through to the select */
}

.clearable-input input:not(:placeholder-shown) + .clear-btn,
.clearable-input input:valid + .clear-btn {
  display: block;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .why-choose-section .about-counter-area .counter-wrap .single-counter {
    padding: 75px 30px;
  }
}
.why-choose-section .about-counter-area .counter-wrap .single-counter {
  display: flex;
  gap: 30px;
  width: 33.33%;
  border: 1px solid #eee;
  padding: 45px 40px;
  flex-flow: column;
}
.why-choose-section
  .about-counter-area
  .counter-wrap
  .single-counter
  .content
  .number {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 13px;
}
.why-choose-section
  .about-counter-area
  .counter-wrap
  .single-counter
  .content
  .number
  h2 {
  margin-bottom: 0;
  color: var(--title-color);
  font-family: var(--font-montserrat);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.why-choose-section
  .about-counter-area
  .counter-wrap
  .single-counter
  .content
  .number
  > span {
  color: var(--title-color);
  font-family: var(--font-montserrat);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.why-choose-section
  .about-counter-area
  .counter-wrap
  .single-counter
  .content
  p {
  color: var(--paragraph-color);
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 500;
}
.why-choose-section
  .about-counter-area
  .counter-wrap
  .single-counter
  .icon
  svg {
  fill: #566064;
}
.career-page .review-and-counter-area .counter-wrap {
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .why-choose-section .about-counter-area .counter-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  /* .why-choose-section .about-counter-area .counter-wrap .single-counter:first-child {
        padding: 30px 20px;
    } */
}
@media (max-width: 1699px) {
  .eg-card-2.style-3 {
    padding: 70px 25px 40px 25px;
  }
}
.fact-and-benefits-section .section-title1 {
  max-width: 970px;
}
.fact-and-benefits-section .eg-card-2 {
  height: 100%;
}
.section-stratigic
  .single-scroll-container
  .horizontal-scrolling-content
  .section-title1
  h2 {
  font-size: 40px;
}
.section-stratigic .single-scroll-container .horizontal-scrolling-content p {
  font-size: 20px;
  margin: 20px 0 40px;
}
.inner-banner-section .inner-banner-wrapper {
  background-color: #513f92;
}
.inner-banner-section .inner-banner-wrapper .banner-content h2 {
  color: var(--white-color);
  max-width: 505px;
}
.inner-banner-section .inner-banner-wrapper .banner-content ul {
  align-items: start;
  flex-direction: column;
}
.inner-banner-section .inner-banner-wrapper .banner-content ul li svg {
  fill: var(--white-color);
}
.inner-banner-section .inner-banner-wrapper .banner-content ul li {
  color: var(--white-color);
  font-size: 17px;
}
/* .inner-banner-section .container-fluid {
    padding-left: 0;
} */

.section-build .horizontal-scrolling-content .section-title1 h2 {
  font-size: 40px;
  max-width: 800px;
}
.section-build .single-scroll-container .horizontal-scrolling-content {
  max-width: 800px;
}
.section-build .single-scroll-container .horizontal-scrolling-content p {
  font-size: 20px;
}
.terms-and-conditions-pages .terms-and-conditions ul {
  list-style: disc;
}
.legality-link {
  color: #513f92;
  text-decoration: underline;
}
.faq-page .section-title1 {
  width: unset;
}
.banner2-section
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter
  .content
  .number
  h2,
.section-vision
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter
  .content
  .number
  h2 {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 400;
}
.banner2-section
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter
  .content
  .number
  > span,
.section-vision
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter
  .content
  .number
  > span {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 400;
}
.banner2-section
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter
  .content
  p,
.section-vision
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter
  .content
  p {
  color: var(--white-color);
  margin-bottom: 0;
}
.banner2-section
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter
  .icon
  svg,
.section-vision
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter
  .icon
  svg {
  fill: var(--white-color);
}
.banner2-section
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter,
.section-vision
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 15px;
}
.banner2-section .about-section2 .about-bottom .about-counter-area,
.section-vision .about-section2 .about-bottom .about-counter-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.banner2-section
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter:first-child,
.section-vision
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.banner2-section .banner-wrapper .banner-right-content {
  margin-top: 440px;
}
.banner2-section .banner-wrapper .banner-right-content h5 {
  margin-bottom: 0;
  font-size: 20px;
  max-width: 550px;
  border: 0;
}
.section-vision .banner-wrapper .banner-right-content h5 {
  margin-bottom: 0;
  font-size: 17px;
}
.section-vision
  .about-section2
  .about-bottom
  .about-counter-area
  .counter-wrap
  .single-counter {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.section-vision .about-section2 .about-bottom .about-counter-area {
  /* margin-bottom: 60px; */
}
.single-scroll-container .horizontal-scrolling-content .section-title1 {
  /* margin-bottom: 30px; */
}
.step-card1 {
  max-width: 370px;
}
.step-card1 h3 {
  font-size: 24px;
}
/* .step-card1 p {
    font-size: 18px;
} */
.section-mission
  .about-counter-area
  .counter-wrap
  .single-counter
  .content
  .number
  h2 {
  color: var(--white-color);
}
.section-mission .about-counter-area .counter-wrap .single-counter .content p {
  color: var(--white-color);
}
.section-mission
  .about-counter-area
  .counter-wrap
  .single-counter
  .content
  .number
  > span {
  color: var(--white-color);
}
.section-mission .about-counter-area .counter-wrap .single-counter .icon svg {
  fill: var(--white-color);
}
/* .section-mission .about-counter-area .counter-wrap {
 background-color: #000;
} */
.client-section .client-logo-wrap {
  background: #f1f1f1;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button,
.faq-wrap .accordion .accordion-item .accordion-header,
.faq-wrap .accordion .accordion-item {
  background: #f1f1f1;
}

.header-area.style-2 .header-logo {
  border: 0;
  padding-left: 0;
}
.header-area.style-2 .menu-wrap {
  border: 0;
  padding: 0px 0px 0 40px;
}
.header-area.style-2 .menu-wrap {
}
.section-title1 {
  max-width: 935px;
}
.img-full {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(1) contrast(80%);
}
.img-full:hover {
  filter: unset;
  transition: ease 0.2s;
}
.image-holder {
  width: 180px;
  height: 100%;
}
.image-holder:nth-child(1) {
  margin-bottom: 10px;
}
.image-holder:nth-child(2) {
  width: 160px !important;
}
.error-msg {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
.header-area.style-1 .header-logo,
.header-area.style-1 .menu-wrap {
  border: 0;
}
.header-area.style-1 .menu-wrap {
  padding-right: 0;
}
.header-area.style-1 .header-logo {
  padding-left: 0;
}

.header-area.style-1 .menu-wrap .nav-right .header-btn {
  border-radius: 0;
}
.banner2-section .banner-wrapper {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(/assets/img/home2/hero-image.webp);
}
.menu-list a.active {
  border-color: var(--white-color) !important;
}
.menu-list .sub-menu a.active {
  color: var(--white-color) !important;
}
footer .footer-menu-wrap .footer-menu {
  justify-content: flex-start;
}
footer .footer-widget .menu-container ul li span {
  color: var(--white-color);
  margin-bottom: 8px;
  display: inline-block;
}
/* Disabled button style */
.primary-btn1[disabled] {
  cursor: not-allowed; /* Change cursor to indicate it's not clickable */
}

/* Disabled button hover effect */
.primary-btn1[disabled].btn-hover:hover {
  background-color: unset; /* Keep the grey color on hover */
}
/*-----------------------------------------------------*/
/*-------------- Career Page Custom -------------------*/
/*-----------------------------------------------------*/
.apply-position-section strong {
  color: var(--title-color);
  font-family: var(--font-marcellus);
  font-size: 24px;
  font-weight: 400;
}

.breadcrumb-section .banner-content .tags {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.breadcrumb-section .banner-content .tags p {
  color: var(--white-color);
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.35s;
}

.breadcrumb-section .scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  /* margin-left: -22px; */
  margin-left: -85px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 55px;
}
.breadcrumb-section .scroll-down:hover {
  opacity: 0.7;
}
.breadcrumb-section .scroll-down > span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.primary-btn3 {
  color: var(--primary-color);
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  padding: 17px 28px;
  gap: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.6s;
}
.apply-position-holder .primary-btn2:hover {
  color: #191919;
}
/* .apply-position-holder .primary-btn2:hover {
  color: var(--primary-color);
  background-color: var(--white-color) !important;
}
.apply-position-holder .primary-btn2:hover svg {
  fill: var(--primary-color);
} */
.apply-position-right-side {
  position: sticky;
  top: 25px;
}
.apply-position-section .job-summary-area {
  position: unset;
  border-radius: 0;
}
.apply-position-section .team-left-side-container p.pad {
  color: var(--title-color);
  font-size: 24px;
  font-weight: 500;
  margin: 40px 0 15px;
}
.position-apply-form .primary-btn1:hover {
  background-color: var(--white-color);
}
.team-left-side-container ul li::before {
  content: unset;
}
.team-left-side-section .primary-btn1.two {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.team-left-side-section .primary-btn1 {
  width: 100%;
  justify-content: center;
}
.team-left-side-section .primary-btn1.two svg {
  fill: var(--primary-color);
}
.team-left-side-section .primary-btn1.two:hover {
  color: var(--white-color);
}
.team-left-side-section .primary-btn1.two {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.team-left-side-section .primary-btn1.two:hover svg {
  fill: var(--white-color);
}
.team-left-side-section .primary-btn1.two span {
  background-color: var(--primary-color);
}
.gray-map-wrapper iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.career-team-section p {
  color: #cacaca;
}
.career-team-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-scroll-container .horizontal-scrolling-content.two {
  gap: 60px;
  padding: 80px 0px;
}
/* .home5-testimonial-section
  .testimonial-card5
  .testimonial-content-wrap
  .testimonal-content {
  padding: 55px 50px 150px 50px;
}
.home5-testimonial-section .slider-btn-area {
  height: 100px;
  } */
.home5-testimonial-section
  .testimonial-card5
  .testimonial-content-wrap
  .testimonal-content
  p {
  font-size: 25px;
}
.home5-testimonial-section .slider-btn-area {
  bottom: -6px;
}

.job-post-section .single-job-card .job-list-content .job-discription ul {
  width: 100%;
  column-gap: 15px;
}
/* .breadcrumb-section-career {
  background-image: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75) 101.02%
    ),
    url("/assets/img/career/career-breadcrumb-image-desktop.webp");
} */
.breadcrumb-section-career {
  position: relative;
  overflow: hidden;
}

.breadcrumb-lcp-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2; /* background */
}

.breadcrumb-section-career::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0.75) 101.02%
  );
  z-index: -1; /* gradient overlay */
}

.location-details-item:first-child {
  border-right: 1px solid #cacaca;
}
.widget_search .search-text {
  display: none;
  margin-left: 5px;
}
/* .btn-hover-apply:hover {
  background-color: var(--primary-color);
} */
.job-post-section .single-job-card .job-list-content .post-name {
  max-width: 400px;
}
.career-page .career-img a img {
  width: 100%;
  height: auto;
}
.home5-testimonial-section .testimonial-card5 .author-img img {
  width: 100%;
}
.breadcrumb-section .banner-content h1 {
  font-size: 60px;
}
@media (max-width: 1199px) {
  .horizontal-scrolling-section .section-title1 h2 {
    font-size: 20px;
  }
  .single-scroll-container .horizontal-scrolling-content.two {
    padding: 60px 0px;
  }
  .single-scroll-container
    .horizontal-scrolling-content.two
    .horizental-scrolling-bottom-content
    .consulting {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .single-scroll-container .horizontal-scrolling-content.two .name-degi h5 {
    font-size: 18px;
  }
  .single-scroll-container .horizontal-scrolling-content.two .name-degi span {
    font-size: 13px;
  }
  .horizental-scrolling-bottom-content img {
    max-width: 120px;
  }
  .breadcrumb-section .banner-content .career-btn-holder {
    margin: 30px 0 !important;
  }
  /* .breadcrumb-section-career {
    background-image: linear-gradient(
        270deg,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.75) 101.02%
      ),
      url("/assets/img/career/career-breadcrumb-image-laptop.webp");
  } */
}
@media (max-width: 1280px) {
  .horizontal-scrolling-section .section-title1 h2 {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  /* .horizontal-scrolling-section .section-title1 h2 {
    font-size: 25px;
  } */
  .single-scroll-container .horizontal-scrolling-content.two {
    padding: 70px 0px;
  }
  .home5-testimonial-section
    .testimonial-card5
    .testimonial-content-wrap
    .testimonal-content
    p {
    font-size: 20px;
  }
  .home5-testimonial-section
    .testimonial-card5
    .testimonial-content-wrap
    .testimonal-content {
    padding: 70px 50px 140px 40px;
  }
  .home5-testimonial-section
    .testimonial-card5
    .testimonial-content-wrap
    .testimonal-content
    .author-area
    .content
    h6 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .home5-testimonial-section
    .testimonial-card5
    .testimonial-content-wrap
    .testimonal-content
    .author-area
    .content
    span {
    font-size: 13px;
  }
  .career-page
    .review-and-counter-area
    .counter-wrap
    .single-counter
    .content
    .number
    > span,
  .career-page
    .review-and-counter-area
    .counter-wrap
    .single-counter
    .content
    .number
    h2 {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  /* lg and above (desktop) */
  .desktop-vh-100 {
    height: 100vh;
  }
  .job-post-section .single-job-card {
    /* height: 100%; */
    height: -webkit-fill-available;
  }
}

@media (max-width: 992px) {
  .breadcrumb-section-career {
    padding: 270px 0px 220px;
  }
  /* .breadcrumb-section-career {
    background-image: linear-gradient(
        270deg,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.75) 101.02%
      ),
      url("/assets/img/career/career-breadcrumb-image-tablet.webp");
  } */
  .breadcrumb-section .banner-content h1 {
    font-size: 40px;
  }
  .breadcrumb-section .banner-content .career-btn-holder {
    margin: 20px 0 !important;
  }
  .scroll-down-holder {
    display: none;
  }
  .single-scroll-container .horizontal-scrolling-content.two {
    padding-top: 20px;
    text-align: center;
    align-items: center;
    margin: auto;
  }
  .single-scroll-container
    .horizontal-scrolling-content.two
    .horizental-scrolling-bottom-content
    .consulting::after {
    content: none;
  }
  .single-scroll-container
    .horizontal-scrolling-content.two
    .horizental-scrolling-bottom-content
    .consulting {
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  .single-scroll-container .horizontal-scrolling-content.two {
    gap: 30px;
  }
  .primary-btn1,
  .primary-btn2 {
    font-size: 14px;
    padding: 15px 25px;
  }
  .home5-testimonial-section
    .testimonial-card5
    .testimonial-content-wrap
    .testimonal-content {
    padding: 70px 50px 70px 40px;
  }
}
@media (max-width: 811px) {
  .location-details-item:first-child {
    border-bottom: 1px solid #cacaca;
    border-right: 0px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  /* .breadcrumb-section-career {
    background-image: linear-gradient(
        270deg,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.75) 101.02%
      ),
      url("/assets/img/career/career-breadcrumb-image-mobile.webp");
  } */
  .breadcrumb-section .banner-content h1 {
    font-size: 30px;
  }

  .single-scroll-container .horizontal-scrolling-content.two {
    padding-top: 20px;
    text-align: center;
    align-items: center;
  }

  .blog-sidebar .single-widgets.widget_search .wp-block-search__inside-wrapper {
    flex-direction: column;
  }
  .custom-select-wrapper {
    max-width: 100%;
  }
  .blog-sidebar
    .single-widgets.widget_search
    .wp-block-search__inside-wrapper
    button {
    max-width: 100%;
    min-width: 100%;
    color: #fff;
  }
  .widget_search .search-text {
    display: inline;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .single-scroll-container .horizontal-scrolling-content.two {
    gap: 20px;
  }

  .horizontal-scrolling-section .section-title1 h2 {
    font-size: 18px;
    max-width: 450px;
  }
  .home5-testimonial-section
    .testimonial-card5
    .testimonial-content-wrap
    .testimonal-content {
    padding: 50px 50px 50px 40px;
  }
  .career-page
    .review-and-counter-area
    .counter-wrap
    .single-counter
    .content
    .number
    > span,
  .career-page
    .review-and-counter-area
    .counter-wrap
    .single-counter
    .content
    .number
    h2 {
    font-size: 25px;
  }
}
/* Career Page Custom End*/
@media (min-width: 1920px) {
  .pl--95 {
    padding-left: 12px !important;
  }
  .header-area.style-1,
  .header-area.style-2 {
    padding: 0%;
  }
  .topbar-area {
    padding: 19px 0 19px 20%;
  }
  .header-area.style-1 .menu-wrap {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mw-700 {
    max-width: 700px !important;
  }
  .about-section2
    .about-bottom
    .about-counter-area
    .counter-wrap
    .single-counter {
    flex-direction: column;
  }
  .banner2-section .banner-wrapper .banner-left-content span,
  .section-title1 > span {
    font-size: 14px;
    padding: 5px 15px;
  }
  .primary-btn1,
  .primary-btn2 {
    font-size: 14px;
    padding: 15px 25px;
  }
  .section-title1 h2 {
    font-size: 25px;
    margin-top: 0;
  }
  .solution-section .section-title1 h2 {
    max-width: 700px;
  }
  .section-title1 {
    max-width: 600px;
  }
  .eg-card-2 .content h5,
  .step-card1 h3 {
    font-size: 20px;
  }
  .banner2-section .banner-wrapper .banner-left-content h1 {
    font-size: 35px;
    max-width: 600px;
  }
  .working-process-section .section-title1 h2 {
    font-size: 25px;
  }
  .eg-card-2.style-3 .content h5 {
    font-size: 22px;
  }
  .section-vision .single-scroll-container .horizontal-scrolling-content p {
    font-size: 18px;
    line-height: 27px;
  }
  .breadcrumb-section .banner-content h1 {
    font-size: 50px;
  }
  .section-stratigic .single-scroll-container .horizontal-scrolling-content p {
    font-size: 18px;
    line-height: 25px;
  }
  .section-stratigic
    .single-scroll-container
    .horizontal-scrolling-content
    .section-title1
    h2 {
    font-size: 35px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .banner2-section
    .about-section2
    .about-bottom
    .about-counter-area
    .counter-wrap
    .single-counter {
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  .section-vision
    .about-section2
    .about-bottom
    .about-counter-area
    .counter-wrap
    .single-counter {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-topbar-area .container-fluid.one {
    padding: 0;
  }
  .breadcrumb-section {
    background-position: center;
  }
  .about-section2 {
    padding-left: 0;
  }
  .section-vision .about-section2 {
    margin-top: 0px !important;
  }
  .client-section .client-logo-wrap .js-marquee-wrapper,
  .client-section .client-logo-wrap .js-marquee-wrapper .js-marquee {
    gap: 60px;
  }
  .why-choose-section .about-counter-area .counter-wrap .single-counter {
    width: 100%;
    flex-flow: row;
  }
  .banner2-section .banner-wrapper {
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
      ),
      url(/assets/img/home2/hero-mobile-image.webp);
  }
  .primary-btn1,
  .primary-btn2 {
    font-size: 13px;
    padding: 14px 20px;
  }
  .header-area.style-2 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .header-area.style-2 .header-logo img {
    width: 100%;
  }
  .section-vision .single-scroll-container {
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.7) 100%
      ),
      url(/assets/img/home2/hero-mobile-image.webp);
  }
  .banner2-section .banner-wrapper {
    padding: 170px 0 100px 0;
  }
  .banner2-section .banner-wrapper .banner-left-content span,
  .section-title1 > span {
    font-size: 13px;
    padding: 4px 13px;
  }
  .banner2-section .banner-wrapper .banner-left-content span {
    margin-bottom: 14px;
  }
  .banner2-section .banner-wrapper .banner-left-content h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .banner2-section .banner-wrapper .banner-right-content {
    margin-top: 55px;
  }
  .banner2-section
    .about-section2
    .about-bottom
    .about-counter-area
    .counter-wrap
    .single-counter,
  .section-vision
    .about-section2
    .about-bottom
    .about-counter-area
    .counter-wrap
    .single-counter {
    padding: 20px 15px;
  }
  .section-title1 h2 {
    font-size: 20px;
  }
  .section-vision .single-scroll-container .horizontal-scrolling-content p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 23px;
  }
  .single-scroll-container .horizontal-scrolling-content .section-title1 {
    margin-bottom: 20px;
  }
  footer .footer-widget .widget-title h3,
  .working-process-section .section-title1 h2 {
    font-size: 20px;
  }
  .eg-card-2.style-3 .content h5 {
    font-size: 19px;
  }
  .eg-card-2 .content h5,
  .step-card1 h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .eg-card-2 .icon svg,
  .working-process-section .icon svg {
    width: 50px;
    height: 50px;
  }
  .image-holder,
  .image-holder:nth-child(2) {
    width: 120px !important;
  }
  .client-section .client-logo-wrap {
    padding: 30px 30px;
  }
  .breadcrumb-section .banner-content h1 {
    font-size: 25px;
  }
  .logo-section .logo-wrapper .logo-area {
    margin: 20px;
  }
  .logo-section .logo-wrapper .logo-title {
    padding: 15px;
  }
  .logo-section .logo-wrapper .logo-title h6 {
    font-size: 16px;
  }
  .breadcrumb-section .banner-content .breadcrumb-list li {
    font-size: 13px;
  }
  .mission-section
    .mission-content-wrap
    .mission-content-top
    .section-title1
    h2 {
    font-size: 25px;
  }
  .mission-section .mission-content-wrap .mission-content-top p {
    font-size: 16px;
  }
  .mission-section .mission-content-wrap .mission-content-top h5 {
    font-size: 14px;
    line-height: 23px;
  }
  .why-choose-section .choose-content .sulution-approach ul li {
    padding-top: 15px;
  }
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
  .faq-wrap .accordion .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 23px;
  }
  .fact-and-benefits-section .section-title1 h2 {
    font-size: 25px;
  }
  .fact-and-benefits-section .section-title1 p {
    font-size: 14px;
  }
  .why-choose-section .about-counter-area .counter-wrap .single-counter {
    padding: 25px 40px;
  }
  .why-choose-section
    .about-counter-area
    .counter-wrap
    .single-counter
    .content
    .number
    h2 {
    font-size: 25px;
  }
  .why-choose-section
    .about-counter-area
    .counter-wrap
    .single-counter
    .content
    .number
    > span {
    font-size: 20px;
  }
  footer .footer-menu-wrap .footer-logo img {
    max-width: 170px;
  }
  footer .footer-menu-wrap .footer-logo {
    height: 60px;
    min-width: 100%;
    max-width: 100%;
  }
  .why-choose-section .section-title1 h3 {
    font-size: 20px;
  }
  .mb-50 {
    margin-bottom: 15px;
  }
  .section-stratigic
    .single-scroll-container
    .horizontal-scrolling-content
    .section-title1
    h2 {
    font-size: 25px;
  }
  .section-stratigic .single-scroll-container .horizontal-scrolling-content p {
    font-size: 14px;
    margin: 20px 0 30px 0;
    line-height: 23px;
  }
  .inner-banner-section .inner-banner-wrapper .banner-content h2 {
    font-size: 25px;
  }
  .inner-banner-section .inner-banner-wrapper .banner-content ul {
    gap: 10px;
  }
  .header-area.style-1 .header-logo img {
    width: 100%;
  }
  .stratigic-inbound .single-scroll-container {
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
      ),
      url(/assets/img/home1/strategic-mobile-image.jpg) !important;
  }
  .stratigic-backoffice .single-scroll-container {
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
      ),
      url(/assets/img/home1/backoffice-mobile-image.jpg) !important;
  }
  .section-vision .single-scroll-container .d-btn {
    display: none;
  }
  .section-vision .single-scroll-container .mobile-btn {
    display: inline-block;
  }
  footer .footer-menu-wrap .footer-menu li:nth-child(2) {
    margin-left: 10px;
  }
  .banner2-section .banner-wrapper .banner-right-content h5 {
    font-size: 18px;
  }
}
/*=====================================
 2. Alert
========================================*/

.contact-form-area .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.contact-form-area .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
