@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden !important;
}

:root {
  --blue: #aab8f9;
  --black: #1d192b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
  font-family: "Gabarito", sans-serif;
}

p {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
}

img {
  max-width: 100%;
}

.bg_style {
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

button {
  border: none;
}

input {
  width: 100%;
  border: none;
}

input:focus-visible {
  outline: none;
}

.title_heading h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
  text-align: left;
  color: var(--black);
}
.title_heading h2.blue {
    color: #0039a9;
}
.company .company_box {
    background-color: #0039a9 !important;
}
.theme_anchor {
  font-family: "Gabarito", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  display: inline-block;
  position: relative;
  color: var(--black);
  background-color: transparent !important;
  cursor: pointer;
}

.theme_anchor::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  transition: 0.2s linear;
}

.theme_anchor:hover::before {
  width: 0%;
  transition: 0.2s linear;
}

.py_10 {
  padding: 110px 0px;
  /* border-bottom: 5px solid var(--black); */
  position: relative;
}

.py_10::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 5px;
  background-color: var(--black);
  z-index: 1;
}

h1.main_heading {
  font-size: 90px;
  font-weight: 700;
  line-height: 108px;
  text-align: left;
  color: #fff;
}

/* base css end */

/* header css */

.main_header {
  background-color: transparent;
  padding: 30px 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  transition: 0.4s linear;
}

header.main_header.newClass {
  background-color: var(--black);
  transition: 0.4s linear;
}

.header_menu {
  background-color: #fff;
  padding: 11px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  z-index: 9;
  cursor: pointer;
}

.header_menu p {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  color: var(--black);
  margin-right: 19px;
}

.hamburger span.bar {
  height: 1.5px;
  width: 20px;
  background-color: var(--black);
  display: block;
  margin-bottom: 6px;
}

.hamburger span.bar:last-child {
  margin-bottom: 0px;
}

.inner_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_header .container {
  position: relative;
}

.menubar {
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  padding: 36px 30px 40px 30px;
  border-radius: 0 0 0 20px;
  position: absolute;
  top: -1030px;
  right: 0px;
  z-index: 1;
  display: flex;
  gap: 30px;
  transition: all ease-in-out 0.5s;
}

.header_extras {
  height: 347.2px;
  width: 50vh;
  background: #fff;
  position: absolute;
  right: 0px;
  top: -1000px;
  transition: all ease-in-out 0.5s;
}

.menubar .menu_title {
  color: #0039a9;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  margin-bottom: 10px;
}

.email_cont {
  margin-bottom: 16px;
}

.email_cont h4 {
  margin-bottom: 0px !important;
}

.menubar nav ul li a,
.email_cont a {
  font-family: Gabarito;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
  color: var(--black);
  padding: 6px 0;
  display: inline-block;
}

.menubar nav ul {
  display: flex;
  flex-wrap: wrap;
}

.menubar nav ul li {
  flex: 0 0 50%;
}

.menubar.active {
  top: -30px;
  transition: all ease-in-out 0.5s;
}

.header_extras.active {
  top: 0px;
  transition: all ease-in-out 0.5s;
}

.hamburger.active span.bar:nth-child(1) {
  transform: rotate(45deg);
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span.bar:nth-child(2) {
  transform: rotate(-45deg);
  transform: rotate(-45deg) translate(1px, -1px);
}

.hamburger.active span.bar:nth-child(3) {
  display: none;
}

/* header end */

/* .banner_inner .tab-pane {
    padding: 319px 0 365px;
    background-size: cover;
    background-repeat: no-repeat;
} */

.banner_cont h1 {
  font-size: 90px;
  font-weight: 700;
  line-height: 108px;
  text-align: left;
  color: #fff;
  max-width: 840px;
  width: 100%;
}

.banner_cont h1 span {
  color: var(--blue);
}

/* .baner_navtabes {
    margin-top: -98px;
} */

.baner_navtabes .nav-tabs button {
  font-family: Gabarito;
  font-size: 17px;
  font-weight: 500;
  line-height: 20.4px;
  text-align: left;
  color: #fff;
  opacity: 50%;
  /* flex-grow: 1; */
  padding: 8px 0;
  border: none;
  margin-right: 30px;
}

.baner_navtabes .nav-tabs button:hover {
  border: none;
  opacity: 1;
}

.baner_navtabes .nav-tabs button.active {
  opacity: 1;
  background-color: transparent;
  padding: 8px 0;
  color: #fff;
  border: none;
  box-shadow: none;
  position: relative;
}

.baner_navtabes .nav-tabs button.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0px;
  left: 0px;
}

.baner_navtabes .nav-tabs {
  border: none;
  /* gap: 30px; */
}

/* .bg1 {
    background-image: url('../img/b1a.png');
}

.bg2 {
    background-image: url('../img/b2a.png');
}

.bg3 {
    background-image: url('../img/b3a.png');
}

.bg4 {
    background-image: url('../img/b4a.png');
}

.bg5 {
    background-image: url('../img/b5a.png');
}

.bg6 {
    background-image: url('../img/b6a.png');
}

.bg7 {
    background-image: url('../img/b7a.png');
} */

.highly_title h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: var(--black);
}

.highly_decp p {
  margin-bottom: 30px;
}

.highly_decp {
  padding-left: 12px;
}

.retain_img img {
  width: 100%;
}

.retain_cont {
  padding: 62px 36px;
  padding-top: 0px;
  /*margin-top: auto;*/
}

.retain_img {
  height: 240px;
}

.retain_cont p {
  margin: 30px 0;
  color: #fff;
}

.retain_cont h2,
.retain_cont a.theme_anchor {
  color: #fff;
}

.retain_cont a.theme_anchor::before {
  background-color: #fff;
}

.retain_box {
  background-color: var(--blue);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.retain .row [class^="col-"]:nth-child(1) .retain_box {
  background-color: #5b7dd4;

  p,
  h2,
  a {
    color: var(--black);
  }

  a::before {
    background-color: var(--black);
  }
}

.retain .row [class^="col-"]:nth-child(2) .retain_box {
  background-color: #5b7dd4;
}

.retain .row [class^="col-"]:nth-child(3) .retain_box {
  background-color: #0039a9;
}

.meet_decp h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 11px;
}

.meet_decp p {
  font-family: "Gabarito", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
}

p.meet_detail {
  max-width: 860px;
  margin-left: auto;
  margin-top: 70px;
}

.meet {
  position: relative;
}

.meet_shape {
  position: absolute;
  left: 0px;
  top: 35%;
  z-index: 1;
}

.current {
  overflow: hidden;
}

.current .slick-list {
  overflow: visible;
  position: relative;
}

.current .slick-list::before {
  content: "";
  position: absolute;
  top: -2px;
  width: 200%;
  height: 101%;
  background-color: #fff;
  z-index: 1;
  right: 100%;
}

.current_box {
  padding: 28px 30px 34px;
  border: 1px solid var(--Blue, #0039a9);
  border-radius: 10px;
  min-height: 408px;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}

.current_box h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: var(--black);
}

.current_box ul li p {
  font-family: "Gabarito", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
  color: var(--black);
}

.current_box ul li {
  margin-bottom: 7px;
  padding-left: 16px;
  position: relative;
}

.current_box ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0039a9;
}

.current_box ul {
  margin-top: auto;
}

.current_slider {
  margin-top: 60px;
}

.current_anchor {
  display: flex;
  align-items: center;
  /* gap: 40px; */
  margin-top: 70px;
  justify-content: end;
}

.curr_btn {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  cursor: pointer;
  margin-right: 40px;
}

.curr_btn .left_btn {
  margin-right: 20px;
}

section.latest {
  position: relative;
}

.latest_shape {
  position: absolute;
  top: 0px;
  left: 50%;
}

section.latest .container::before {
  content: none;
}

.latest_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.latest_img {
  position: relative;
}

.latest_img span {
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  background: #fff;
  color: var(--black);
  padding: 7px 11px 7px 28px;
  border-radius: 5px;
  position: relative;
}

.label_lats {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.latest_img span::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0039a9;
}

.latest_box h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: var(--black);
  margin-top: 27px;
}

.current .left_btn.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.latest_box .latest_img {
  overflow: hidden;
  border-radius: 10px;
  max-height: 240px;
}

.latest_box .latest_img img {
  transition: 0.2s linear;
}

.latest_box:hover .latest_img img {
  transform: scale(1.05);
  transition: 0.2s linear;
}

.menubar.active nav,
.menubar nav {
  flex: 0 0 100%;
}

.meet_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest_img img {
  width: 100%;
  object-fit: cover;
}

.current_box:hover {
  background-color: var(--black);
  transition: all ease-in-out 0.5s;
}

.current_box:hover h3,
.current_box:hover li p {
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.current_box:hover li::before {
  background-color: #fff;
}

.baner_bnts {
  display: none;
}

/* 28-08-24 */
.news_catbtn label {
  font-family: "Gabarito", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  background-color: transparent;
  padding: 16px 40px;
  border: 1px solid #aab8f9;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: var(--black);
}

.news_catbtn label:hover {
  background: #000;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.news_catbtn input:checked + label {
  background: #000;
  color: #fff;
}

.news_catbtn input {
  display: none;
}

/* footer */

.footer_inner {
  border-radius: 10px;
  background-color: var(--black);
  padding: 50px;
}

/*22-05-2025 .footer_detail {
    background: #fff;
    border-radius: 10px;
    height: 100%;
    padding: 50px;
}*/

.footer_detail h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  line-height: 48px;
  text-align: left;
  color: var(--black);
  margin-bottom: 5px;
}

.footer_detail h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: var(--black);
}

/*22-05-2025 .footer_logo {
    margin-bottom: 67px;
}*/

.footer_detail a {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-top: 20px;
}

.email_foter {
  background: #aab8f9;
  padding: 50px;
  border-radius: 10px;
  width: 100%;
  transition: 0.2s linear;
  margin-right: 30px;
}

.email_foter:hover {
  background-color: #fff;
  transition: 0.2s linear;
}

.email_foter h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin-bottom: 17px;
  color: var(--black);
}

.email_foter a {
  font-family: "Gabarito", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
  color: var(--black);
}

.linkedin_box {
  padding: 76px 37px;
  background: #ecece9;
  border-radius: 10px;
  max-width: 106px;
  width: 100%;
  flex: 0 0 20%;
  width: 20%;
}

.footer_boxone {
  display: flex;
  justify-content: space-between;
  /* gap: 30px;    */
}

.linkedin_box {
  padding: 76px 37px;
  background: #ecece9;
  border-radius: 10px;
  max-width: 106px;
  width: 100%;
  transition: 0.2s linear;
}

.linkedin_box:hover {
  background-color: #636363;
  transition: 0.2s linear;
}

.linkedin_box:hover img {
  filter: invert(1);
}

.footer_boxtwo {
  background: var(--Blue, #0039a9);
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-radius: 10px;
  margin-top: 30px;
  transition: 0.2s linear;
}

.footer_boxtwo:hover {
  background-color: #fff;
  transition: 0.2s linear;
}

.footer_boxtwo:hover h3,
.footer_boxtwo:hover a {
  color: var(--black);
}

.footer_boxtwo h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #fff;
  margin-bottom: 17px;
}

.footer_boxtwo a {
  font-family: "Gabarito", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
  color: #fff;
}

.copyright p {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: var(--black);
}

.copyright a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: right;
  color: var(--black);
}

.copyright {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
}

/* footer end */

/* About us page */

/* .unique_bannercont h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 108px;
    text-align: left;
    color: #fff;
} */

.uniqe_banner {
  /* padding: 522px 0 70px; */
  height: 100vh;
  position: relative;
}
.uniqe_banner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.uniqe_banner .container {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.mission_inner {
  padding: 80px 224px;
  border-radius: 10px;
}

.mission_cont p {
  margin-top: 30px;
}

.company .title_heading {
  margin-bottom: 60px;
}

.company .row [class^="col-"] {
  margin-bottom: 30px;
}

.company_box {
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.company_cont {
  padding: 36px;
  padding-bottom: 34px;
}

.company .row [class^="col-"]:nth-child(1) .company_box {
  background-color: #aab8f9;
}

.company .row [class^="col-"]:nth-child(2) .company_box {
  background-color: #1d192b;
}

.company .row [class^="col-"]:nth-child(3) .company_box {
  background-color: #0039a9;
}

.company .row [class^="col-"]:nth-child(4) .company_box {
  background-color: #5b7dd4;
}

.company .row [class^="col-"]:nth-child(5) .company_box {
  background-color: #0039a9;
}

.company .row [class^="col-"]:nth-child(6) .company_box {
  background-color: #5b7dd4;
}

.company_box h3 {
  font-size: 39.1px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.company_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.44px;
  text-align: left;
  color: #fff;
}

.compny_img img {
  width: 100%;
}

.company_cont .comp_par {
  font-family: Gabarito;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #fff;
}
.vertical_cont .shorr_discription_for_industries {
    font-size: 17px;
}
.company_cont .comp_par span {
  color: #fff;
}

.history .title_heading {
  margin-bottom: 60px;
}

.history_box {
  background: #cad1f1;
  border-radius: 10px;
  padding: 26px 30px 54px;
  position: relative;
  transition: 0.5s ease-in-out all;
}

.history_box:hover {
  background-color: var(--black);
  transition: 0.5s ease-in-out all;
}

.history_box::before {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  width: 28px;
  height: 10px;
  background-color: var(--black);
}

.history_box h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  text-align: left;
  color: var(--black);
  margin-bottom: 28px;
  transition: 0.5s ease-in-out all;
}

.history_box p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  color: var(--black);
  padding-right: 10px;
  transition: 0.5s ease-in-out all;
}

.history_box:hover h3 {
  color: #fff !important;
  transition: 0.5s ease-in-out all;
}

.history_box:hover p {
  color: #fff !important;
  transition: 0.5s ease-in-out all;
}

.history .row {
  /* gap: 36px; */
  justify-content: space-between;
  padding: 0 15px;
}

.history .row [class^="col-"] {
  margin-right: 30px;
}

.history .row [class^="col-"]:last-child {
  margin-right: 0px;
}

.history [class^="col-"] {
  flex: 0 0 auto;
  width: 31%;
  padding: 0px;
}

.history .row [class^="col-"]:nth-child(3) .history_box::before {
  content: none;
}

.vertical {
  overflow: hidden;
}

.vertical-box {
  padding: 26px 30px 30px;
  border-radius: 10px;
  min-height: 413px;
  position: relative;
  margin-right: 36px;
  overflow: hidden !important;
}

.vertical_cont h4 {
  font-family: Gabarito;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
  height: 72px;
}

.vertical_cont a {
  color: #fff;
}

.vertical_cont a::before {
  background-color: #fff;
}

.vertical_toolip {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.toolip_img {
  cursor: pointer;
  position: relative;
}

.toolip_img:hover img {
  filter: invert(1);
  transition: 0.2s linear;
}

.vertical .title_heading {
  margin-bottom: 60px;
}

.vertical_slider .slick-list {
  overflow: visible;
}

.about_meet .container::before {
  content: none;
}

.tooltips {
  position: absolute;
  bottom: -50px;
  opacity: 0;
  transition: 0.5s ease-in-out all;
}

span.tooltiptext {
  width: 100px;
  min-width: 100px;
  height: auto;
  display: inline-block;
  background: var(--black);
  border-radius: 2px;
  padding: 5px;
  text-align: center;
  position: relative;
  color: #fff;
}

span.tooltiptext::before {
  content: "";
  position: absolute;
  left: 6px;
  top: -8px;
  height: 10px;
  width: 10px;
  background-color: #000;
  /* border-width: 5px; */
  /* border-style: solid; */
  /* border-color: transparent blue transparent   transparent; */
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.toolip_img:hover .tooltips {
  opacity: 1;
  transition: 0.5s ease-in-out all;
}

/* solutions page */

.header_two {
  position: sticky;
  top: 0px;
  left: 0px;
}

.headder_lgo2 {
  display: none;
}

.header_two img {
  display: none;
}

.header_two .headder_lgo2 {
  display: block;
}

.header_two .header_menu {
  background-color: #ecece9;
}

.solution_cnt ul {
  display: flex;
  align-items: center;
  /* gap: 30px; */
  margin-top: 26px;
  flex-wrap: wrap;
}

.solution_cnt ul li a {
  font-family: "Gabarito", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  display: flex;
  align-items: center;
  /* gap: 15px; */
  color: #fff;
}

.solution_cnt ul li a img {
  margin-left: 12px;
}

.solution_cnt ul li {
  margin-right: 30px;
  margin-bottom: 12px;
}

.solution_cnt ul li:last-child {
  margin-right: 0px;
}

.solution_baninner {
  padding: 280px 112px 112px;
  border-radius: 10px;
  overflow: hidden;
}

.search_cont h3,
.executive_cont h4 {
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
  text-align: left;
  color: var(--black);
  margin-bottom: 60px;
}

.search_cont p,
.executive_cont > p {
  font-family: "Gabarito", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: var(--black);
  margin-bottom: 50px;
}

.search_img {
  position: relative;
  top: -30px;
}

.executive_inner {
  position: relative;
}

.executive_inner p {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 40px;
}

.execut_box p {
  font-family: DM Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 22.13px;
  text-align: left;
  color: var(--black);
  margin: 0px;
}

.executive {
  overflow: hidden;
}

.execut_box {
  padding: 20px 10px;
  border-radius: 10px;
  background-color: var(--blue);
  margin-right: 30px;
  height: 100%;
}

.executive_slider .slick-track {
  display: flex !important;
}

.executive_slider .slick-list {
  overflow: visible;
  position: relative;
}

.executive_slider .slick-list::before {
  content: "";
  position: absolute;
  right: 100%;
  width: 200%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

.executive_slider .slick-slide {
  height: auto;
  min-height: 100%;
}

.executive_slider .slick-slide div {
  height: 100%;
}

.executive_slide {
  height: 100%;
}

.solution_btns {
  position: absolute;
  left: -100px;
  bottom: 165px;
}

.executive_cont a {
  font-family: Gabarito;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #0039a9;
}

.executive_cont a::before {
  background-color: #0039a9;
}

.executive_img img {
  max-width: unset;
  position: relative;
  top: -20px;
  z-index: -1;
}

.search2 .container::before {
  content: none;
}

.header_two.newClass .header_logo img {
  display: block;
}

.header_two.newClass img.headder_lgo2 {
  display: none;
}

/* Opportunity page */

.shape_optnist {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.oportunity_banner h1 {
  color: var(--black);
}

.oportny_banercont {
  padding: 60px 0;
}

.search_oportunity {
  border: 1px solid #ecece9;
  border-radius: 10px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 972px;
  margin-bottom: 60px;
}

.search_oportunity input {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  color: var(--black);
  padding-right: 50px;
  background-color: transparent;
}

.search_oportunity input::placeholder {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  opacity: 50%;
  color: var(--black);
}

.chain_input {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #ecece9;
}

.chain_detail h5 {
  font-family: Gabarito;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
  margin-bottom: 19px;
}

.chain_input {
  margin-bottom: 12px;
}

.chain_input > input {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  opacity: 1;
}

.chain_input input::placeholder {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  opacity: 0.5;
}

.chain_main {
  display: flex;
  padding-bottom: 110px;
}

.chain_boxtwo > ul {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  row-gap: 30px;
  padding-left: 34px;
}

.chain_boxone {
  flex: 0 0 auto;
  width: 23%;
}

.chain_boxtwo {
  flex: 0 0 auto;
  width: 77%;
}

.chain_boxtwo > ul > li {
  flex: 0 0 auto;
  width: 31%;
  margin-right: 28px;
}
.chain_boxtwo > ul > li:nth-child(3n) {
  margin-right: 0px;
}

.chain_boxtwo .current_box {
  /* margin-left: 30px; */
  margin-right: 0px;
}

.chain_boxone li {
  padding: 30px 0;
  border-top: 2px solid var(--black);
}

/* checkbox design */
.form-group {
  margin-bottom: 12px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
}

.form-group label:before {
  content: "";
  appearance: none;
  background-color: transparent;
  border: 2px solid #aab8f9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 2px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 7px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-group input:checked + label:before {
  background-color: #0039a9;
}

.show_mroe a {
  background-color: transparent;
  border: transparent;
  font-family: Gabarito;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  color: #0039a9 !important;
  margin-top: 14px;
  display: inline-block;
  cursor: pointer;
}

.chain_boxone > ul li:first-child {
  padding-top: 0px;
  border-top: none;
}

.chain_boxone > ul li:first-child .chain_input {
  margin-bottom: 26px;
}

.sort_by {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  justify-content: end;
  margin-bottom: 32px;
}

.sort_by p {
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: var(--black);
  margin-right: 20px;
}

.sort_by select {
  background-color: transparent;
  border: none;
  font-family: Gabarito;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  color: #0039a9;
  appearance: none;
  padding-right: 20px;
  background-image: url("../images/arow-down.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 0px top 5px;
}

.sort_by select:focus-visible {
  border: none;
  outline: none;
}

.sort_by select option {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  color: var(--black);
}

.chain_category {
  display: none;
}

.chain_category p {
  font-family: Gabarito;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
  color: #0039a9;
  cursor: pointer;
}

.close_chainbox {
  display: none;
}

.oportny_banercont p {
  font-family: "Gabarito", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  margin-bottom: 26px;
  color: #0039a9;
}

.oportny_banercont ol li {
  padding-left: 27px;
  position: relative;
  margin-right: 50px;
}

.oportny_banercont ol li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  background-color: #0039a9;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.oportny_banercont ol li p {
  font-family: "Gabarito", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: var(--black);
}

.oportny_banercont ol {
  display: flex;
  margin-top: 55px;
  margin-bottom: 70px;
}

.apply_butn {
  font-family: "Gabarito", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  padding: 20px 40px;
  background-color: var(--blue);
  border-radius: 10px;
  transition: 0.3s ease-in-out all;
  cursor: pointer;
  color: var(--black);
}

.apply_butn:hover {
  background-color: var(--black);
  color: #fff;
  transition: 0.3s ease-in-out all;
}

*/ .job_apliesbox p {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
}

.job_apliesbox ul h5 {
  font-family: "Gabarito", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: var(--black);
  margin-bottom: 27px;
}

.job_apliesbox ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.job_apliesbox ul li:last-child {
  margin-bottom: 0px;
}

.job_apliesbox {
  display: flex;
  flex-direction: column;
  /* row-gap: 60px; */
  align-items: flex-start;
}

.job_apliesbox ul {
  margin: 60px 0;
}

/*.job_apliesbox button.apply_butn {
    margin-top: 60px;
}*/

.profil_img {
  max-width: 300px;
  border-radius: 10px;
}

.profil_img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.job_descp h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: var(--black);
  margin-bottom: 10px;
  margin-top: 30px;
}

.job_descp p {
  font-family: "Gabarito", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
  color: var(--black);
  margin-bottom: 10px;
}

.job_descp a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: left;
  color: var(--black);
}

.job_profile {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  position: relative;
  top: -130px;
}

section.job_applies .container {
  padding-top: 0px;
}

.similar_oprtns .container::before {
  content: none;
}

.similar_oprtns .title_heading {
  margin-bottom: 60px;
}

.similar_oprtns .current_box {
  margin: 0px !important;
}

/* News page css */

.news_catbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 26px; */
  margin-top: 50px;
}

.news_catbtn button {
  font-family: "Gabarito", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  background-color: transparent;
  padding: 16px 40px;
  border: 1px solid #aab8f9;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: var(--black);
}

.news_catbtn .catg_btn1 {
  margin-right: 26px;
}

.news_catbtn button:hover {
  background-color: var(--black);
  color: #fff;
  transition: 0.3s ease-in-out;
}

.news_search {
  max-width: 860px;
  width: 100%;
  margin: auto;
  margin-top: 34px;
}

.category_news .row [class^="col-"] {
  margin-bottom: 30px;
}

.category_news .row [class^="col-"]:last-child {
  margin-bottom: 0px;
}

.category_news {
  padding-bottom: 110px;
}

.article_baner span {
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  background: #fff;
  color: var(--black);
  padding: 7px 11px 7px 28px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
}

.article_baner span::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0039a9;
}

.article_date {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.article_date h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
  color: #fff;
}

.article_share ul {
  display: flex;
  /* gap: 17px; */
  margin-top: 10px;
}

.article_share ul li {
  margin-right: 17px;
}

.article_share ul li:last-child {
  margin-right: 0px;
}

.article_box {
  margin-bottom: 60px;
}

.article_box h5 {
  font-family: Gabarito;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: var(--black);
  margin-bottom: 27px;
}

.article_box p {
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  color: var(--black);
}

.inner_articldetail {
  max-width: 860px;
  width: 100%;
  margin: auto;
}

.inner_article .article_box:last-child {
  margin-bottom: 0px;
}

/* .article_baner {
    padding: 482px 0 36px;
} */

/* Contact page css */

.contact_banner h6 {
  font-family: Gabarito;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: var(--black);
  margin-top: 60px;
}

.contact_form {
  max-width: 860px;
  width: 100%;
  margin: auto;
  margin-top: 70px;
}

.contact_form .row [class^="col-"] {
  margin-bottom: 36px;
}

.contact_form .row [class^="col-"]:last-child {
  margin-bottom: 0px;
}

.contact_form .row [class^="col-"]:nth-last-child(2) {
  margin-bottom: 0px;
}

.custom_input label {
  font-family: "Gabarito", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  text-align: left;
  margin-bottom: 20px;
}

.custom_input label sup {
  color: #ff285c;
}
.custom_input select {
  color: #95939b;
}
.custom_input input,
.custom_input textarea,
.custom_input select {
  border: 1px solid #ecece9;
  border-radius: 10px;
  padding: 24px 26px;
  background-color: #fff;
  width: 100%;
  font-size: 22px;
}
.py_10.no-bottom::before {
    background-color: transparent !important;
}
.custom_input textarea:focus-visible {
  outline: none;
}

.custom_input input::placeholder,
.custom_input textarea::placeholder {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  color: #1d192b;
  opacity: 0.5;
}

.custom_input textarea {
  min-height: 164px;
}

.agree_msg p {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: var(--black);
}

.agree_msg p a {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: left;
  color: #0039a9;
  text-decoration: underline;
}

.officies .title_heading {
  margin-bottom: 60px;
}

.officies_img {
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  height: 330px;
}

.officies_img img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out all;
}

.officies_img:hover img {
  transition: 0.4s ease-in-out all;
  transform: scale(1.05);
}

.officies_cont h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: var(--black);
  margin-bottom: 21px;
}

.officies_cont a {
  font-family: "Gabarito", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: var(--black);
  margin-bottom: 11px;
  display: block;
}

.officies_cont a:hover {
  color: #0039a9;
}

.officies .container::before {
  content: none;
  position: relative;
}

.officies .container::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 5px;
  background-color: var(--black);
  z-index: 1;
}

.contact_banner .oportny_banercont {
  padding-bottom: 110px;
}

.compny_img {
  margin-top: auto;
}

.chain_main .chain_boxtwo ul li a {
  display: block;
}

.solution_cnt .baner_bnts {
  display: none;
}

.history_slider .history_slide {
  /* margin-right: 30px; */
  padding: 0 18px;
  height: 100%;
}

.history_slider .history_slide .history_box {
  height: 100%;
}

.history_slider .slick-track {
  display: flex;
  height: 100%;
}

.history_slider .slick-track .slick-slide {
  min-height: 100%;
  height: auto;
}

.history_slider .slick-track .slick-slide div {
  height: 100%;
}

.history_slider .slick-track .slick-slide:nth-child(1) .history_slide {
  padding-left: 0px;
}

.history_slider .slick-track .slick-slide:nth-child(3) .history_slide {
  padding-right: 0px;
}

/*23-08-24*/
popup-open .popup-fon {
  display: block;
}

.popup-open .popup {
  transform: translate3d(0px, 0px, 0px);
}

.popup-fon {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 200;
}

.popup {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate3d(100%, 0px, 0px);
  transition: all 300ms ease-out;
  width: 1200px;
  height: 761px;
  margin-top: -380px;
  box-sizing: border-box;
  padding: 110px 80px 100px 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background: #fff;
  z-index: 201;
}

.popup .close-popup {
  position: absolute;
  right: 88px;
  top: 52px;
  font-size: 41px;
  color: #3b5b55;
  transition: all 300ms ease-out;
  cursor: pointer;
}

.popup .close-popup:hover {
  color: #3b5b55;
}

.popup .title-popup {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  color: #e94e26;
}

.popup .pf-flex {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.popup .pf-flex .pf-column {
  width: 332px;
  margin-left: 38px;
}

.popup .pf-flex .pf-column:first-child {
  margin-left: 0;
}

#popup span.icon-close:before {
  background-image: url(../images/cancel.svg?q=1);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 36px;
  height: 36px;
}

@media (max-width: 1200px) {
  .popup {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .popup {
    right: auto;
    padding: 40px;
  }
}

@media (max-width: 1199px) {
  .nav-link-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.popup-open .popup-fon {
  display: block;
}

div#site.popup-open {
  position: relative;
  z-index: 999999;
}

.popup .title-popup {
  width: 90%;
}

#popup span.icon-close:before {
  background-size: 20px;
  width: 20px;
  top: -20px;
  right: 20px;
}

.popup .title-popup {
  font-size: 42px;
  line-height: 33px;
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  line-height: 66px;
  text-align: left;
}

.pc-field label {
  font-family: "Gabarito", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px;
}

.pc-field {
  margin-bottom: 14px;
}

.pc-field input {
  padding: 24px 20px;
  border: 1px solid #b4b4b4;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  border-radius: 10px;
}

.pc-field input::placeholder {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
}

.popup-form button.button.full {
  background: #aab8f9;
  padding: 20px 40px;
  border-radius: 10px;
  font-family: Gabarito;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  display: block;
  transition: 0.3s linear all;
}
.popup-form button.button.full:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s linear all;
}

.popup-form .form-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.popup-form .form-field .pc-field {
  flex: 0 0 auto;
  width: 49%;
}

.popup .close-popup {
  top: 10px;
  right: 6%;
  font-size: 70px;
}

#popup span.icon-close:before {
  background-size: 20px;
  width: 20px;
}

.popup .pf-flex {
  display: block;
}

.popup .pf-flex .pf-column {
  margin-left: 0;
}

.popup-form .upload_button {
  padding: 14px;
  background: #eae9e9;
  display: flex;
  width: 150px;
  border-radius: 10px;
}

.popup .title-popup,
.checkBox .check-title {
  color: var(--primary) !important;
}

form#apply_form .w-layout-grid.grid-7 .upload-2 label.w-input {
  padding-left: 10px;
  cursor: pointer;
  height: auto;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28.64px;
  text-align: left;
  color: #000;
}

form#apply_form .w-layout-grid.grid-7 .checkBox .check-title:before {
  width: 19px;
  height: 19px;
  top: 3px;
}

form#apply_form .w-layout-grid.grid-7 .checkBox .check-title {
  padding-left: 30px;
}

form#apply_form .upload-2 .upload_button {
  display: flex;
}

.popup-form label.checkBox {
  position: relative;
  margin: 20px 0;
  cursor: pointer;
}

.popup-form .check-title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 2px;
}

.popup-form .check-title::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}

.popup-form .checkBox input:checked + .check-title::before {
  background-color: #000;
}

.popup-form label.checkBox input {
  display: none;
}

.popup-form span.check-title.pc-label {
  font-size: 18px;
  font-weight: 500;
  color: #1d192b;
  font-family: "DM Sans", sans-serif;
  line-height: 28.64px;
  text-align: left;
}
.popup-form span.check-title.pc-label a {
  color: #0039a9 !important;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  form#apply_form .w-layout-grid.grid-7 {
    flex-direction: column;
  }

  form#apply_form .w-layout-grid.grid-7 .pc-field {
    width: 100%;
  }

  form#apply_form {
    width: 100%;
  }

  form#apply_form .w-layout-grid.grid-7 .checkBox .check-title:before {
    top: 0px;
  }

  #popup {
    padding-top: 60px !important;
    overflow: scroll;
    padding: 20px;
  }

  .pc-field input {
    padding: 12px 10px;
    font-size: 16px;
  }
  .pc-field input::placeholder {
    font-size: 16px;
  }
  .popup .title-popup {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px !important;
  }
  .popup-form span.check-title.pc-label {
    font-size: 15px;
    font-weight: 500;
    color: #1d192b;
    font-family: "DM Sans", sans-serif;
    line-height: 24.64px;
    text-align: left;
  }
  .popup-form label.checkBox {
    position: relative;
    margin: 10px 0;
  }
  .popup-form button.button.full {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .pc-field label {
    font-family: "Gabarito", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-bottom: 4px;
  }
  .popup-form .check-title::after {
    top: 2px;
  }
  .popup .close-popup {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .popup .title-popup {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 20px !important;
  }
}

.search_cont a {
  font-family: Gabarito;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #0039a9;
}

.search_cont a::before {
  background-color: #0039a9;
}

.retain_inner {
  position: relative;
}

.retain_inner .highlight {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 40px;
}

.interim_inner .highlight {
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.64px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 40px;
}

/* 02-09-24 */

.search .search_cont .search_inner .executive_slider .slick-list {
  overflow: hidden;
  position: relative;
}
.search .search_cont .search_inner .solution_btns {
  position: absolute;
  right: -100px;
  left: unset !important;
}
.search_inner {
  position: relative;
}
section.search .search_cont > p {
  padding-right: 25%;
}
.search .search_img {
  width: 100%;
  position: relative;
}
.search_img img {
  max-width: unset;
  position: absolute;
  right: 0%;
}
.executive .executive_cont {
  position: relative;
}
.history .curr_btn {
  justify-content: flex-end;
  margin-top: 42px;
}
.job_apliesbox button.apply_butn {
  margin-top: 30px;
}

/*9-09-24*/
section.home_banner {
  position: relative;
}
.banner_slider_one,
.banner_slider_two,
.banner_slider_three,
.banner_slider_four,
.banner_slider_five,
.banner_slider_six,
.banner_slider_seven {
  background-color: #000 !important;
}
/* Hide the Swiper lazy loading preloader */
.swiper-lazy-preloader {
  display: none !important;
}
.home_imgbaner {
  position: relative;
}
.home_imgbaner::before {
  content: "" !important;
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    73.93deg,
    rgba(0, 0, 0, 0.5) 30.2%,
    rgba(0, 0, 0, 0) 88.05%
  ) !important;
  z-index: 1 !important;
}

.banner_slide {
  height: 100vh;
}

.home_imgbaner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner_inner .container {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
}

.baner_navtabes {
  position: absolute;
  bottom: 130px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1;
}

.banner_slider .home_imgbaner {
  overflow: hidden;
}

.banner_slider .home_imgbaner img {
  width: 100%;
  transition: all 2s ease-in-out;
  transform: scale(1);
}

.banner_slider .slick-slide.slick-active .home_imgbaner img {
  transform: scale(1.3);
  transition: all 2s ease-in-out;
}

.banner_slider {
  background: #000;
}
.home_imgbaner::before {
  content: "" !important;
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    73.93deg,
    rgba(0, 0, 0, 0.5) 30.2%,
    rgba(0, 0, 0, 0) 88.05%
  ) !important;
  z-index: 1 !important;
}
.home_imgbaner {
  position: relative;
}

/* ----22-01-2025-start---- */
.banner_cont p {
  color: #fff;
  max-width: 1000px;
  width: 100%;
  font-family: Gabarito;
}
section.retain h2 {
  padding-bottom: 15px;
}
section.retain p {
  padding-bottom: 30px;
}
.oportny_banercont p {
  font-size: 22px;
  color: #000;
  line-height: 35px;
  max-width: 1000px;
  width: 100%;
}
.solution_baninner.bg_style .solution_cnt h1 {
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 20px;
}
.solution_baninner.bg_style {
  /*position: relative;*/
}
.solution_baninner.bg_style::before {
  content: "";
  background: #0000008f;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.solution_baninner.bg_style .solution_cnt {
  position: relative;
}
.solution_baninner.bg_style .solution_cnt p {
  color: #fff;
  font-family: Gabarito;
  max-width: 1000px;
  width: 100%;
}
section.search .search_cont > p,
.executive .executive_cont p {
  font-size: 17px;
  line-height: 26px;
}
section.oportunity_banner form#form-filter .oportny_banercont p {
  text-align: center;
  padding-top: 15px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.retain_inner.search_inner ul li {
  list-style: disc;
}
.retain_inner.search_inner ul {
  padding-left: 20px;
}

/* 9-5-25 */

section.solution_banner.for_r_p_o h1,
section.solution_banner.for_r_p_o h2 {
  color: #fff;
}
section.solution_banner.for_r_p_o h2 {
  color: #aab8f9;
  margin-bottom: 13px;
}
section.solution_banner.for_r_p_o h1 {
  font-family: Gabarito;
  font-weight: 700;
  font-size: clamp(
    38px,
    calc(2.375rem + ((1vw - 5.76px) * 6.0185)),
    90px
  ) !important;
  line-height: 100% !important;
  max-width: 911px;
}
section.highly.recruitment-process-outsourcing .title_heading,
section.highly_key_benifits_of_rpo .title_heading {
  margin-bottom: clamp(10px, calc(0.625rem + ((1vw - 3.75px) * 4.6948)), 60px);
}
section.highly.recruitment-process-outsourcing .highly_title {
  padding-right: 10px;
}

section.highly.recruitment-process-outsourcing.recruitment-process-out2 {
  margin-bottom: clamp(40px, calc(2.5rem + ((1vw - 5.76px) * 8.1019)), 110px);
}

section.highly.post-acquisition-integration .title_heading {
  margin-bottom: clamp(10px, calc(0.625rem + ((1vw - 3.75px) * 4.6948)), 60px);
  max-width: 800px;
}
.acquistion-cont h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  margin: 15px 0 28px;
}
.acquisition_highly_decp {
  padding: 36px;
  border: 1px solid var(--Light-Blue, #aab8f9);
  border-radius: 10px;
  max-width: 524px;
  margin-left: auto;
  position: relative;
  background-color: #fff;
}
.acquisition_highly_decp p {
  font-family: Gabarito;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
}

.acquisition_highly_decp::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 260px;
  background-image: url(../images/hify-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  right: 50px;
  top: -160px;
}

section.highly.forwording-fututres .title_heading {
  margin-bottom: clamp(10px, calc(0.625rem + ((1vw - 3.75px) * 4.6948)), 60px);
  max-width: 700px;
}

section.highly.ready-streamlines .row {
  border: 1px solid var(--Blue, #0039a9);
  align-items: center;
  border-radius: 10px;
  margin: 0px;
}
section.highly.ready-streamlines .row .col-md-6 {
  padding: 0px;
}
.ready-streamline-cont p {
  margin: 30px 0;
}
.ready-streamline-cont {
  padding-right: clamp(
    30px,
    calc(1.875rem + ((1vw - 9.91px) * 24.4989)),
    140px
  );
}
section.highly.ready-streamlines .container.py_10::before {
  content: none;
}

/* tab industry */

.industries-tabsection .category-lists-slider {
  position: relative;
  margin-bottom: 46px;
}

.industries-tabsection #catgory-slider .swiper-slide {
  width: auto;
}

.industries-tabsection .category-button {
  font-family: Gabarito;
  font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 1.3146)), 30px);
  font-weight: 500;
  line-height: 20.4px;
  text-align: left;
  color: #1d192b;
  opacity: 50%;
  /* flex-grow: 1; */
  padding: 8px 0;
  border: none;
  margin-right: 30px;
  cursor: pointer;
}

.industries-tabsection .swiper-wrapper {
  cursor: grab;
}

.industries-tabsection .category-button.active {
  opacity: 1;
  background-color: transparent;
  padding: 8px 0;
  color: #1d192b;
  border: none;
  box-shadow: none;
  position: relative;
}

.industries-tabsection .category-button.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #aab8f9;
  bottom: 0px;
  left: 0px;
}

.industries-tabsection .data-text {
  display: none;
}

.industries-tabsection .data-text.active {
  display: block;
}

.industries-tabsection .data-text h6 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 8px;
  font-weight: 700;
}

.industries-tabsection .slider-button {
  width: 25px;
  height: 25px;
  background-color: #37a7f1;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  top: 5px;
  z-index: 1;
  cursor: pointer;
  display: none !important;
}
section.highly.forwording-fututres .highly_title p {
  max-width: 630px;
}
.industries-tabsection .slider-button.slider-prev {
  left: -30px;
}

.industries-tabsection .slider-button.slider-next {
  right: -30px;
}

.industries-tabsection .slider-button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.industries-boxes.box .highly_title {
  margin-bottom: 28px;
}

.industries-tab-box {
  padding: 42px clamp(30px, calc(1.875rem + ((1vw - 10.24px) * 9.6154)), 70px);
  position: relative;
}
.industries-tabbox-img {
  width: clamp(300px, calc(18.75rem + ((1vw - 10.24px) * 14.4231)), 360px);
  height: clamp(300px, calc(18.75rem + ((1vw - 10.24px) * 14.4231)), 360px);
  border-radius: 30px;
  overflow: hidden;
  transform: rotate(-3deg);
  position: relative;
}
.industries-tab-box::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/industries-shapwws.png);
  background-repeat: no-repeat;
  background-size: 95%;
}
.industries-boxes.box p {
  margin-bottom: 22px;
  font-size: 18px;
}
.industries-boxes.box p:last-child {
  margin-bottom: 0px;
}
.industries-tabbox-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion-item {
  margin-bottom: 5px;
  border-radius: 10px !important;
  overflow: hidden !important;
}
.accordion-item .accordion-button::after {
  content: none !important;
}
.accordion-item button {
  background: var(--Light-Blue, #aab8f9) !important;
  font-weight: 700;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 1.1268)), 30px);
  line-height: 100%;
  color: #1d192b !important;
  padding: 17px !important;
}
.accordion-item .accordion-body p {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.accordion-item .accordion-button:not(.collapsed) {
  color: #1d192b !important;
  background-color: #cad1f1 !important;
  box-shadow: unset !important;
}
.accordion-item.open_rpo_accordians .accordion-body {
  background-color: #cad1f1 !important;
  padding: 17px !important;
  padding-top: 3px !important;
}
section.industries-tabsection {
  overflow: hidden;
}
.vertical-box.bg_style::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.vertical-box.bg_style .vertical_cont h4,
.vertical-box.bg_style .vertical_cont > div {
  position: relative;
}
.vertical_cont a {
  color: #fff;
  position: absolute;
  bottom: 40px;
}

/* 20-5-25 */
section.solution_banner.for_r_p_o .solution_baninner {
  height: 100vh;
  /*border-radius: 0px 0px 10px 10px;*/
}
section.solution_banner.for_r_p_o .container {
  max-width: 100%;
  padding: 0px;
}
section.solution_banner.for_r_p_o .solution_cnt {
  position: absolute;
  bottom: 70px;
  left: 50%;
  max-width: 1338px;
  width: 100%;
  padding: 0 15px;
  transform: translateX(-50%);
}
section.solution_banner.for_r_p_o.for_industries_we_serve .title_heading,.solution_banner.for_r_p_o.for_our_services_page .title_heading  {
  max-width: 830px;
}
.header_logo img {
  width: 480px;
}

@media (max-width: 1024px) {
  .ready-streamline-cont {
    padding: 30px;
  }
  section.highly.ready-streamlines .row {
    align-items: stretch;
  }
  .ready-streamline-img {
    height: 100%;
  }
  .ready-streamline-img img {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .solution_baninner.bg_style .solution_cnt h1 {
    font-size: 50px;
    line-height: 60px;
  }
  section.highly.forwording-fututres .row {
    flex-direction: column-reverse;
    gap: 30px;
  }
  section.highly.forwording-fututres .title_heading,
  section.highly.forwording-fututres .highly_title p {
    max-width: 100%;
  }

  section.industries-tabsection .row {
    flex-direction: column;
  }
  .industries-tab-box {
    width: 520px;
  }
  section.highly.recruitment-process-outsourcing.recruitment-process-out2
    .highly_title
    h3 {
    font-size: 26px;
    line-height: 1.4;
  }
  section.highly.recruitment-process-outsourcing .highly_title h3 {
    font-size: 30px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .header_logo img {
    width: 220px;
  }
  .solution_baninner.bg_style .solution_cnt h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .acquisition_highly_decp {
    margin-top: 30px;
  }
  section.highly_key_benifits_of_rpo .row {
    flex-direction: column-reverse;
  }
  section.highly_key_benifits_of_rpo .row {
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  section.highly.recruitment-process-outsourcing .highly_title h3,
  section.highly.post-acquisition-integration .highly_title h3,section.vertical.for_industries_section .highly_title h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .accordion-item button {
    padding: 12px !important;
  }
  .acquisition_highly_decp {
    padding: 18px;
  }
  .acquisition_highly_decp p {
    font-size: 22px;
  }
  .ready-streamline-cont {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 576px) {
  .oportny_banercont p {
    font-size: 18px !important;
    line-height: 30px;
  }
  .oportny_banercont h1.main_heading {
    font-size: 40px;
    line-height: 60px;
  }
  .solution_baninner.bg_style .solution_cnt h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .acquistion-cont h4 {
    font-size: 22px;
  }
  .acquisition_highly_decp {
    margin-top: 30px;
  }
  .industries-tab-box {
    width: 340px;
    padding: 40px 20px;
  }
  .industries-boxes.box .highly_title {
    margin-bottom: 10px;
  }
}

/* ----22-01-2025-end---- */

/*22-05-2025 */
.footer_logo {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 50px;
}
.footer_email a {
  background: #0039a9;
  color: #ffff !important;
  margin: 0px 0xp 0px 30px;
  text-decoration: underline;
  padding: 20px 20px;
  width: 100%;
  display: block;
  margin: 0px;
  text-align: center;
}
.eamil_linkdin_box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer_email {
  flex-grow: 1;
}
/*22-05-2025 */
/*23-05-2025*/

/*23-05-2025*/

.officies_cont a {
  word-wrap: break-word;
}
.email_foter h3 {
  font-size: clamp(46px, calc(2.875rem + ((1vw - 12px) * 5.8333)), 60px);
  line-height: 1;
}
.email_foter h4 {
  margin: clamp(14px, calc(0.875rem + ((1vw - 12px) * 6.6667)), 30px) 0px;
}

.footer_linked {
  flex: 0 0 auto;
  width: 50px;
}
.footer_detail a {
  display: inline-block;
  margin: 0px;
}
.footer_linked a {
    width: 50px;
}
.footer_detail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.email_foter {
    padding: 38px;
}

@media (max-width: 991px) {
.footer_inner .row > div {
    width: 100%;
}
.email_foter {
    padding: 50px 30px;
    margin-right: 0px !important;
}
.footer_inner .row [class^="col-"] {
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {
  .footer_detail {
    padding: 0px !important;
  }
  .footer_logo {
    margin-bottom: 19px !important;
    max-width: 100% !important;
  }
.footer_linked a {
    width: 40px;
}
  .eamil_linkdin_box {
    gap: 10px;
  }
  .footer_detail a {
    font-size: 18px;
  }

  .footer_linked {
    width: 40px;
  }
  .footer_logo {
    padding: 30px 20px;
}
.highly_decp a {
    word-wrap: break-word;
}
}
@media (max-width: 576px) {
  .footer_detail a {
    font-size: 16px;
  }
  .footer_email a {
    padding: 20px 10px;
  }
}
