/* HEADER-START */
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-thumb {
  background: var(--c9);
  border-radius: 50px;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
header {
  position: absolute;
  width: 100%;
  height: auto;
  padding-top: 30px;
  z-index: 999;
}
.header-container {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.navbar {
  display: grid;
  grid-template-columns: 1fr 120px;
  align-items: center;
  gap: 30px;
}
.nav-menu ul {
  display: flex;
  justify-content: right;
  gap: 30px;
}
.navbar ul li a {
  color: var(--c4);
  font-size: var(--f7);
  font-weight: 700;
}
.navbar ul li a:hover {
  color: var(--c9);
}
.navbar ul li.active a{
    color:var(--c9);
}
/* HEADER-END */

/* HERO-WRAPPER-START */
.hero-wrapper {
  width: 100%;
  height: 900px;
  position: relative;
}
.hero-wrapper .hero-content-section .hero-content h1 span {
    position: relative;
    color: #26a8e5;
}
.hero-wrapper .hero-content-section .hero-content h1 span:after {
  content: "";
  background: transparent;
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  height: 85%;
  border: 1px solid var(--c4);
  border-radius: 30px 0;
  z-index: -1;
}
.hero-wrapper .hero-content-section {
  position: relative;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 99;
  padding: 220px 0px 70px 0px;
  height: 100%;
}
.hero-wrapper .hero-content-section .hero-content h1 {
  padding-bottom: 25px;
  color: var(--c4);
}
.hero-wrapper .hero-image-section {
  position: absolute;
  z-index: -1;
  left: -13%;
  top: -17%;
}
.hero-wrapper .hero-image-section img {
  width: 100%;
  height: 100%;
}
.hero-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.hero-inner .right-text{
    position:relative;
    min-height:350px;
}
.hero-inner .map {
  position: absolute;
  top: 0;
  width:100%;
  height:100%;
}

.hero-inner .map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* HERO-WRAPPER-END */

/* ABOUT-WRAPPER-START */
.swiper.about-swiper {
  position: absolute;
  left: 0;
  top: -250px;
  width: 100%;
  height: auto;
}
section.about-wrapper {
  background: var(--c4);
  position: relative;
  padding: 250px 0 140px;
}
.about-swiper .swiper-wrapper {
  align-items: center !important; /* add this will all relevant prefixes */
}
.about-swiper .swiper-wrapper .swiper-slide img,
.banner-swiper .swiper-wrapper .swiper-slide img {
  border-radius: 15px 0 40px 0;
}
.banner-swiper .swiper-wrapper .swiper-slide.even-slide img {
    border-radius: 40px 0 15px 0;
}
.about-inner .about-text {
  display: grid;
  grid-template-columns: 423px 1fr;
  margin-left: 229px;
}
.about-inner .about-text .about-head h3,
.about-inner .about-text .about-desc p {
  color: var(--c6);
}
.about-desc {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-right: 122px;
  padding-top: 15px;
}
.about-wrapper .about-swiper .swiper-wrapper,
.inner.hero-wrapper .banner-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.about-desc p {
  font-size: 20px;
}
/* ABOUT-WRAPPER-END */
/* JOB-WRAPPER-START */
.job-inner {
  display: flex;
  flex-flow: wrap;
}
.job-inner .job-box {
  min-height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 20%;
}
.job-inner .job-box.manufacture {
  background: var(--c1);
}
.job-inner .job-box.technical {
  background: var(--c2);
}
.job-inner .job-box.engineer {
  background: var(--c5);
}
.job-inner .job-box.commercial {
  background: var(--c7);
}
.job-inner .job-box.hospitality {
  background: var(--c8);
}
.job-inner .job-box h4 {
  color: var(--c6);
  min-height: 90px;
}
.job-inner .swiper-pagination {
    position: relative;
    top: 10px;
    padding-top: 20px;
    display: none;
    align-items: center;
    justify-content: center;
}
.job-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:var(--c9);
    width:15px;
    height:15px;
}
/* JOB-WRAPPER-END */
/* ACHIVEMENT-WRAPPER-START */
section.achievement-wrapper {
  padding: 130px 0;
}
.achievement-inner {
  /*display: grid;*/
  display:flex;
  flex-wrap:wrap;
  /*grid-template-columns: repeat(5, 1fr);*/
  gap: 26px;
  justify-content:center;
}
.achievement-inner .achieve-box {
  min-height: 304px;
  max-height: 304px;
  border: 1px solid var(--c4);
  padding: 30px 30px 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background-color: var(--c6);
  z-index: 1;
  width:280px;
}
.achievement-inner .achieve-box:before {
  content: "";
  background: url(../images/achivement-bg.svg) no-repeat;
  position: absolute;
  right: -62px;
  top: -57px;
  width: 260px;
  height: 100%;
  background-size: contain;
  z-index: 0;
}
.achievement-inner .achieve-box .text-box h4 span {
  font-size: var(--f3);
  color: var(--c9);
}
.achievement-inner .achieve-box .text-box h4 {
  font-size: var(--f80);
  font-weight: 700;
}
.achievement-inner .achieve-box .text-box p {
  font-size: var(--f6);
  font-weight: 600;
  color: var(--c9);
  min-height:60px;
}
.achievement-inner .achieve-box .text-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.achievement-inner .achieve-box .imgbox {
  position: absolute;
  right: 89px;
  top: 23px;
  width: auto;
  text-align: center;
  z-index: 1;
}

/* ACHIVEMENT-WRAPPER-END */
/* AREA-WE-SERVE-WRAPPER-START  */
section.area-we-serve-wrapper,
.company-history-wrapper {
  position: relative;
}
section.area-we-serve-wrapper:after {
  content: "";
  background: url(../images/area-bg.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -80%;
  height: 1124px;
  width: 1090px;
  z-index:-1;
}
.area-serve-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 107px;
}
.area-serve-inner .left-head {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.area-serve-inner .right-service ul li {
  font-size: var(--f4);
  font-weight: 700;
  border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.area-serve-inner .right-service ul li + li {
  /*padding-bottom: 20px;*/
  position: relative;
  /*border-bottom: 1px solid #000;*/
  margin-top: 20px;
}
.left-head .imgbox {
  text-align: right;
  margin-left:auto;
}
/* AREA-WE-SERVE-WRAPPER-END  */

/* TALENT-WRAPPER-START */
section.talent-wrapper {
  padding: 100px 0 130px;
}
section.talent-wrapper .talent-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.talent-para p {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
}
.hiring-box.general {
  /*background-image: url("../images/hiring1bg.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border-radius: 0 50px;
  background:#300be0;
}
.hiring-box.general:before {
  content: "";
  background: #300be0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.hiring-box.partner {
  /*background-image: url("../images/hiring2bg.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  border-radius: 0 50px;
}
.hiring-box.partner:before {
  content: "";
  background: #26a8e5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
section.talent-wrapper .hiring-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 820px;
  overflow: hidden;
  padding: 40px;
  position: relative;
}
section.talent-wrapper .hiring-box:after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
section.talent-wrapper .hiring-box .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.talent-wrapper .hiring-box .heading-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

section.talent-wrapper .hiring-box .hiring-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 5;
}
.talent-wrapper .hiring-box .hiring-cta{
      z-index: 5;
}
.talent-wrapper .hiring-box .hiring-content img{
    max-width: 194px
}
.talent-wrapper .hiring-box .box-bg-image{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 0;
     mix-blend-mode: multiply;
}
.talent-wrapper .hiring-box .box-bg-image img{
    object-fit:cover;
    object-position: top;
}
section.talent-wrapper .hiring-box .heading-box h3 {
  color: var(--c6);
    z-index: 1;
}
section.talent-wrapper .hiring-box .hiring-text p {
  color: var(--c6);
  font-size: var(--f8);
}
/* TALENT-WRAPPER-END */

/* FEATURE-JOBS-WRAPPER-START */
.feature-job-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.feature-jobs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.feature-jobs .feature-box,
.job-lists .feature-box {
  min-height: 299px;
  padding:20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.feature-box .feature-url {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    padding: 20px;
    justify-content: space-between;
}
.job-lists .feature-box:before {
    z-index: -1;
}

.feature-jobs .feature-box:before,
.job-lists .feature-box:before {
  content: "";
  background: transparent;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 107%;
  border-top: 1px solid #212529;
  border-bottom: 1px solid #212529;
}
.feature-box.red {
  background: var(--c7);
}
.feature-box.green {
  background: var(--c1);
}
.feature-box.purp {
  background: var(--c8);
}
section.feature-job-wrapper {
  padding-bottom: 221px;
}
.feature-jobs .feature-box .job-head h4{
  font-size: var(--f4);
  font-weight: 700;
  color:var(--c3);
}
.job-lists .feature-box .job-head h4 {
      font-size: var(--f4);
  font-weight: 700;
  color:var(--c3);
}
.feature-jobs .feature-box .job-desc h5,
.feature-jobs .feature-box .job-desc p,
.job-lists .feature-box .job-desc h5,
.job-lists .feature-box .job-desc p {
  font-size: var(--f6);
  color: var(--c6);
}
.feature-job-cta {
  margin-top: 60px;
  text-align: center;
}
section.feature-job-wrapper {
  position: relative;
}
section.feature-job-wrapper:after {
  content: "";
  background: url(../images/feature-job-bg.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  height: 100%;
  background-size: contain;
  z-index: -1;
}

/* FEATURE-JOBS-WRAPPER-END */

/* TESTIMONIAL-WRAPPER-STARTS */
section.testimonial-wrapper {
  padding: 140px 0;
  background: var(--c4) url(../images/testimonial-bg.svg) no-repeat;
  background-position: center right;
  background-size: 40%;
}
section.testimonial-wrapper .testimonial-head h3,
section.testimonial-wrapper .testimonial-title h3 {
  color: var(--c6);
}
section.testimonial-wrapper .testimonial-title h3{
    font-size:45px;
    line-height:60px;
}
.testimonial-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.testimonial-title {
  padding: 35px;
  background: #300be0;
  min-height: 510px;
  max-width: 414px;
  float: left;
  margin-right: 26px;
}
.review-box {
  background: var(--c6);
  padding: 35px;
  min-height: 510px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-box .review p {
  font-size: var(--f8);
}
.review-box p.meta-name {
  font-size: var(--f6);
  font-weight: 600;
  color: var(--c4);
}
.review-box p.p.meta-title {
  font-size: var(--f18);
  line-height: var(--f18l);
}
/* TESTIMONIAL-WRAPPER-ENDS */

/* LIVE-JOB-WRAPPER-STARTS */
section.live-job-wrapper {
  /* background: url(../images/live-jobs-bg.png) no-repeat center center / cover; */
  padding: 300px 0;
  position: relative;
  overflow: hidden;
}
.parallaxbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url("../images/live-jobs-bg.png") no-repeat center center;*/
  background-size: cover;
  z-index: -1;
}
.parallaxbg img{
    object-fit:cover
}
section.live-job-wrapper:after {
  content: "";
  background: var(--c4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
section.live-job-wrapper .live-job-inner h3 {
  color: var(--c6);
}
section.live-job-wrapper .live-job-inner h3 span {
  position: relative;
}
section.live-job-wrapper .live-job-inner h3 span:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 12px;
  width: 106%;
  height: 76%;
  background: linear-gradient(45deg, #300be0, #26a8e5);
  border-radius: 15px 0;
  z-index: -1;
}
section.live-job-wrapper .live-job-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 50%;
  z-index: 1;
  position: relative;
}
.live-job-graphic {
  position: absolute;
  right: 73px;
  bottom: 73px;
  z-index: 1;
}
/* LIVE-JOB-WRAPPER-ENDS */
/* BLOG-WRAPPER-START */
section.blog-wrapper {
  padding: 140px 0 0;
  background: var(--c4);
  background-position: bottom center;
  background-size: 65%;
}
section.blog-wrapper .blog-head h3 {
  color: var(--c6);
}
section.blog-wrapper .blog-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--c6);
}
section.blog-wrapper .blog-inner .blog-head{
    display:flex;
    justify-content: space-between;
    
}
section.blog-wrapper .blog-inner .blog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
section.blog-wrapper .blog-inner .blog-list .news-box h4 {
  font-size: var(--f6);
  line-height: var(--f6l);
  color: var(--c6);
  font-weight: 600;
}
section.blog-wrapper .blog-inner .blog-list .news-box a {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* BLOG-WRAPPER-END */
/* FOOTER-WRAPPER-START */

section.footer-wrapper {
  padding: 80px 0 153px;
  /*background: var(--c4) url(../images/footer-bg.svg) no-repeat;*/
  background: var(--c4) url(../images/footer-bg-1.svg) no-repeat;
  background-position: bottom center;
  background-size: 65%;
}

.footer-inner .footer-top {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: flex-start;
}
h5.ft-sm-head {
  font-size: var(--f8);
  color: var(--c6);
  font-weight: 700;
}
h5.ft-head {
  font-size: var(--f4);
  color: var(--c6);
  font-weight: 700;
}
.footer-address ul li {
  color: var(--c6);
}
.footer-contact a {
  font-size: var(--f8);
  color: var(--c6);
  font-weight: 400;
}
.footer-contact a:hover {
  color: var(--c9);
}
.footer-sitemap ul li a:hover {
  color: var(--c9);
}
.footer-sitemap ul li a {
  color: var(--c6);
  font-size: var(--f8);
  font-weight: 600;
}
.footer-sitemap .ft-head {
  margin-bottom: 20px;
}
.footer-address ul li + li {
  margin-top: 20px;
}
.footer-sitemap ul li + li {
  margin-top: 10px;
}
.footer-bottom .brand-list ul {
  display: flex;
  gap: 28px;
}
.footer-bottom .brand-list li a img {
  max-width: 150px;
    height: 100%;
    object-fit: contain;
}
.footer-bottom {
  padding: 67px 0 0;
  display: grid;
  gap: 53px;
}
.social-media .social li a {
  color: #fff;
}
.footer-bottom .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-media {
  width: 400px;
}
.social-media .social-group {
  display: flex;
  gap: 50px;
}
.social-media .social-group li a {
  color: var(--c6);
  font-size: 25px;
}
.copyrightrow ul.footer-menu {
  display: flex;
  gap: 30px;
}
.copyrightrow ul.footer-menu li a {
  font-size: var(--f14);
  color: var(--c6);
  font-weight: 600;
}
.copyrightrow {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--c6);
  border-radius: 0 30px;
  padding: 19px;
}
.copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
.copyright p {
  color: var(--c6);
  font-size: var(--f14);
  font-weight: 600;
}
/* FOOTER-WRAPPER-END */

/* MOB-MENU-TOGGLE-START */
.mob-menu-toggle {
  position: absolute;
  width: 72px;
  height: 48px;
  line-height:48px;
  text-align: center;
  background: var(--c4);
  right: 30px;
  top: 30px;
  z-index: 1000;
  border-radius: 0 15px;
  display: none;
}
.mob-menu-toggle img {
  width: 26px;
  height: 18px;
  object-fit: contain;
}
.mob-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(20, 20, 20, 1);
  z-index: 999;
  display: none;
  padding: 22vh 24px 40px 24px;
}
.mob-menu .mob-menu-inner {
  text-align: center;
  height: 100%;
}
.mob-menu .mob-menu-inner ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mob-menu .mob-menu-inner ul li a {
  font-size: calc(var(--f5) - 1px);
  line-height: calc(var(--f5l) - 2px);
  color: var(--c6);
  font-weight: 500;
}
.mob-menu .mob-menu-inner ul li a:hover {
  color: var(--c9);
}
.mob-menu .mob-menu-inner .mob-social-media {
  padding-top: 100px;
}
.mob-menu .mob-menu-inner .mob-social-media ul {
  display: flex;
  column-gap: 16px;
  flex-direction: row;
  justify-content: center;
}
.mob-menu .mob-menu-inner .mob-social-media ul li img {
  object-fit: contain;
}
.mob-menu .mob-menu-inner .mob-button {
  padding-top: 40px;
}
.mob-menu .mob-menu-inner .mob-button .green-button {
  width: 100%;
}
/* MOB-MENU-TOGGLE-END */

/********************************************************** ABOUT-PAGE-STYLING******************************************************************************* */

/* COMPANY-HISTORY-WRAPPER-START */
section.company-history-wrapper {
  padding-bottom: 130px;
}
section.company-history-wrapper .history-list {
  margin-top: 80px;
}

section.company-history-wrapper h4.history-year {
  font-size: var(--f40);
  font-weight: 700;
  color: var(--c10);
}
section.company-history-wrapper .history-box:before {
  content: "";
  background: var(--c4);
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 60px;
}
section.company-history-wrapper .history-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
  position: relative;
}
section.company-history-wrapper .history-box p {
  font-size: var(--f8);
  color: var(--c4);
  font-weight: 700;
}
.company-history-wrapper:after {
  content: "";
  background: url(../images/area-bg.svg) no-repeat;
  background-size: auto;
  position: absolute;
  right: 0;
  top: -96%;
  height: 200%;
  width: 100%;
  background-position: top right;
}
/* COMPANY-HISTORY-WRAPPER-END */

/* INNER-BANNER-WRAPPER-STARTS */

.hero-wrapper.inner .hero-inner .hero-content {
  float: left;
  min-width: 43%;
  height: 500px;
  display: flex;
  align-items: center;
  width: 40%;
  padding-right: 105px;
}

.hero-wrapper.inner .hero-inner {
  display: block;
}

/* INNER-BANNER-WRAPPER-ENDS */

.hero-certified {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 64%;
  z-index: 9;
}

/* SOLUTON-WRAPPER-START */
section.solution-wrapper {
  padding-bottom: 130px;
}
section.solution-wrapper .solution-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
section.solution-wrapper .solution-inner .right-text{
    padding-top:15px;
}
section.solution-wrapper .solution-inner .right-text p span {
  font-size: var(--f8);
  font-weight: 400;
  margin-top: 15px;
  display: block;
}

section.solution-wrapper .solution-inner .right-text p {
  font-size: var(--f6);
  font-weight: 600;
}
/* SOLUTON-WRAPPER-END */

/* RECRUITMENT-WRAPPER-START */
section.recruitment-wrapper {
  padding: 140px 0;
    background: var(--c4) url(../images/footer-bg.svg) center center no-repeat;
  color: var(--c6);
  background-size:contain;
}
section.recruitment-wrapper.newQuote{
    background:var(--c4);
}
section.recruitment-wrapper .recruitment-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
}
section.recruitment-wrapper .consultant-box {
  display: grid;
  grid-template-columns: 1fr 194px;
  gap: 26px;
}
section.recruitment-wrapper .consultant-box .consultant-head {
  background: var(--c9);
  min-height: 414px;
  padding: 35px;
}
section.recruitment-wrapper .consultant-box .consultant-head h3{
    color:var(--c3);
}
section.recruitment-wrapper .talent-head {
  display: flex;
  flex-direction: column;
}
section.recruitment-wrapper .multi-consultant {
  background: var(--c6);
}
section.recruitment-wrapper .multi-consultant ul li a span {
  display: block;
}
section.recruitment-wrapper .multi-consultant ul li a {
  display: block;
  color: var(--c4);
  font-size: var(--f14);
  font-weight: 600;
}
section.recruitment-wrapper .multi-consultant ul {
  padding: 29px 17px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 28px;
  column-gap: 17px;
}
/* RECRUITMENT-WRAPPER-END */
/* MEMBERS-WRAPPER-START */
section.members-wrapper .member-info .member-other-info a {
  color: var(--c6);
  font-size: var(--f18);
}
section.members-wrapper .member-info .member-other-info a i {
  padding-right: 14px;
}
section.members-wrapper .member-info .member-title p.m-role {
  font-size: var(--f8);
  font-weight: 700;
  color: var(--c6);
}
section.members-wrapper .member-info .member-title h5.m-name {
  font-size: var(--f4);
  font-weight: 700;
  color: var(--c6);
}
section.members-wrapper .member-info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.members-wrapper .member-box:before {
  content: "";
  background: linear-gradient(180deg, transparent, #00000050);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section.members-wrapper .member-box {
  position: relative;
}
section.members-wrapper .member-box .imgbox{
    height:666px;
}
section.members-wrapper .member-box .imgbox img{
    object-fit:cover;
}

section.members-wrapper .swiper-nav .swiper-button-next {
  right: 0;
  background: var(--c6);
  width: 41px;
  height: 41px;
  border-radius: 15px 0;
}

section.members-wrapper .swiper-nav .swiper-button-prev {
  left: 0;
  background: var(--c6);
  width: 41px;
  height: 41px;
  border-radius: 0 15px;
}
section.members-wrapper .swiper-nav {
  position: absolute;
  left: 50%;
  top: 22%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 102px;
}
section.members-wrapper .swiper-nav .swiper-button-prev:after,
section.members-wrapper .swiper-nav .swiper-button-next:after {
  font-size: 0;
}
section.members-wrapper .swiper-nav .swiper-button-prev i,
section.members-wrapper .swiper-nav .swiper-button-next i {
  font-size: 24px;
  color: var(--c4);
}
/* MEMBERS-WRAPPER-END */

/******************************************************************** SPECIALISM-PAGE-CSS********************************************************************** */

/* PROVIDED-SERVICE-WRAPPER-START  */

.service-provided .service-box {
  width: 304px;
}
.service-provided {
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 50px;
  position: relative;
}
section.provided-service-wrapper .service-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
section.provided-service-wrapper .service-box h4 {
  font-weight: 700;
}
section.provided-service-wrapper .service-title {
  height: 93px;
  display: inline-flex;
  align-items: flex-end;
  border-bottom: 1px solid var(--c4);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
section.provided-service-wrapper {
  padding-bottom: 130px;
}
.service-description a.show-more-btn {
  color: var(--c4);
  font-weight: 700;
}
.service-provided .toggle-info {
  overflow: hidden;
  height: 0px;
}
.service-box.active a.show-more-btn {
  color: var(--c10);
}
.service-box a.show-more-btn i {
  margin-left: 13px;
}
.service-box.active .toggle-info {
  height: 100%;
}
.service-arrow-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* PROVIDED-SERVICE-WRAPPER-START  */

/* CERTIFICATION-WRAPPER-START */
section.certification-wrapper {
  background: var(--c4);
  padding: 140px 0;
  color: var(--c6);
}
.certification-inner {
  display: grid;
  gap: 60px;
}
.certifications-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.certifications-row .membership-box {
  display: flex;
  gap: 30px;
    flex-direction: column;
}
.certifications-row .membership-box .membership-desc {
  margin-top: 15px;
}
.membership-cta a {
  font-weight: 700;
  color: var(--c6);
  position:relative;
}

/* CERTIFICATON-WRAPPER-END */

/* SPECIALIST-JOB-WRAPPER-START */
.specialism.job-wrapper .job-box {
  min-height: 433px;
}
.specialism.job-wrapper .job-heading {
  position: relative;
  min-height: 100px;
}
.specialism.job-wrapper .job-heading a {
  bottom: -15px;
  color: var(--c6);
  font-weight: 700;
}

/* SPECIALIST-JOB-WRAPPER-END */
/* SPECIALIST-TALENT-WRAPPER-START */

.specialism.talent-wrapper .hiring-box.general:before,
.specialism.talent-wrapper .hiring-box.partner:before {
  background: #000;
  opacity: 0.4;
}
/*.specialism.talent-wrapper .hiring-box.general {*/
/*  background-image: url("../images/speacilism-hiring1.png");*/
/*}*/
/*.specialism.talent-wrapper .hiring-box.partner {*/
/*  background-image: url("../images/speacilism-hiring2.png");*/
/*}*/
/* SPECIALIST-TALENT-WRAPPER-END */

/* FAQ-WRAPPER-START */
.accordion {
  /*max-width: 100%;*/
      max-width: 858px;
  margin: auto;
  width:100%;
}
.accordion-items {
  border-bottom: 1px solid var(--c4);
  padding: 20px 0;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-items.active .accordion-header h4 {
  color: var(--c10);
}
.accordion-icon {
  font-size: 18px;
  font-weight: bold;
}
.accordion-items.active span.accordion-icon i:before {
  content: "\f068";
  color: var(--c10);
}
.accordion-items span.accordion-icon i {
  transform: rotate(0);
  transition: 0.4s ease;
}
.accordion-items.active span.accordion-icon i {
  transform: rotate(180deg);
  transition: 0.4s ease;
}
.accordion-content {
  padding: 10px 0;
  display: none; /* Hidden by default */
}
.accordion-items.active .accordion-content {
  padding: 10px 0;
  display: block;
}
section.faq-wrapper {
  padding-bottom: 130px;
  position: relative;
}
section.faq-wrapper:before {
  content: "";
  background: url(../images/area-bg.svg) no-repeat;
  position: absolute;
  right: 0;
  top: -21%;
  width: 100%;
  height: 100%;
  background-position: right;
  z-index: -1;
  background-size: contain;
  min-height: 1000px;
}
section.faq-wrapper .faq-head {
  text-align: center;
}
section.faq-wrapper .faq-inner {
  display: grid;
  gap: 60px;
}

/* FAQ-WRAPPER-END */

/********************************************* CANDIDATE-SERVICES-PAGE-STYLING **********************************************/

/* CV-WRAPPER-START */

.cv-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
section.cv-wrapper {
  padding-bottom: 130px;
}

section.cv-wrapper .advice-box {
  padding: 35px;
  background: var(--c11);
  color: var(--c6);
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 540px;
}
section.cv-wrapper .advice-box p {
  line-height: 27px;
  margin-bottom: 15px;
}
section.cv-wrapper .swiper-nav div:after {
  display: none;
}
section.cv-wrapper .swiper-nav div i {
  color: var(--c6);
}
section.cv-wrapper .swiper-nav .swiper-button-next {
  right: 0;
  background: var(--c4);
  width: 41px;
  height: 41px;
  border-radius: 15px 0;
}

section.cv-wrapper .swiper-nav .swiper-button-prev {
  left: 0;
  background: var(--c4);
  width: 41px;
  height: 41px;
  border-radius: 0 15px;
}
section.cv-wrapper .cv-head {
  position: relative;
}
section.cv-wrapper .swiper-nav {
  position: absolute;
  right: 100px;
  z-index: 1;
  width: 102px;
  bottom: 0;
}
/* CV-WRAPPER-END */

/* TIPS-WRAPPER-START */

section.interview-tips-wrapper .tips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 26px;
  row-gap: 30px;
}
section.interview-tips-wrapper {
  padding: 140px 0;
  /*background: var(--c4);*/
  color: var(--c6);
     background: var(--c4) url(../images/footer-bg.svg) center center no-repeat;
     background-size:cover;
}
section.interview-tips-wrapper .tips-inner {
  display: grid;
  gap: 60px;
}
/* TIPS-WRAPPER-END */

/* FEATURE-JOB-WRAPPER-STARTS */

section.feature-job-wrapper.candidate {
  padding: 130px 0;
}

/* FEATURE-JOB-WRAPPER-ENDS */

/* GENERAL-FAQ-WRAPPER-STARTS */
section.general-faq-wrapper {
  padding-bottom: 127px;
}
.general-faq-wrapper .faqs-head {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.general-faq-wrapper .general-faq-inner {
  display: grid;
  gap: 40px;
}
.general-faq-wrapper .faqs-head h3.active {
  opacity: 1;
}
.general-faq-wrapper .faqs-head h3 {
  opacity: 0.5;
}
.general-faq-wrapper .faqs-head h3 {
  cursor: pointer;
}
.general-faq-wrapper .accordion {
  display: none;
}
.general-faq-wrapper .accordion.active {
  display: block;
}

/* GENERAL-FAQ-WRAPPER-ENDS */

/* REFER-WRAPPER-STARTS */
section.refer-wrapper {
  padding: 140px 0;
  background: var(--c4);
  color: var(--c6);
}
section.refer-wrapper .refer-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 136px;
}
section.refer-wrapper .refer-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}
section.refer-wrapper .refer-form form input {
  min-height: 71px;
}
section.refer-wrapper .refer-form form .input input {
  width: 100%;
  display: block;
  padding: 21px 30px;
  font-size: var(--f6);
}
section.refer-wrapper .refer-form form .input label {
  margin-bottom: 14px;
  display: block;
}
section.refer-wrapper .refer-form form .submit {
  display: flex;
  justify-content: right;
  align-items: center;
}
section.refer-wrapper .refer-form form .submit button {
  cursor: pointer;
}
section.refer-wrapper .refer-form form .input input::placeholder {
  font-size: var(--f6);
  top: 4px;
  position: relative;
  color: var(--c4);
  opacity: 0.5;
}
section.refer-wrapper .refer-form form .input input:focus-visible {
  outline: none;
}
section.refer-wrapper .refer-form form .file-upload {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
}
section.refer-wrapper .refer-form form .file-upload a {
  background: var(--c12);
  color: var(--c4);
  padding: 8px 16px;
  font-size: var(--f18);
}
section.refer-wrapper .refer-form form .file-upload:hover a {
  background: var(--c10);
  color: #fff;
}
section.refer-wrapper .refer-form form input[type="file"] {
  padding: 0 !important;
  min-height: auto !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}
section.refer-wrapper .refer-form form .input small {
  font-size: 13px;
  font-style: italic;
  margin-top: 14px;
  display: block;
}
/* REFER-WRAPPER-END */

/************************************************************** LIVE-JOB-PAGE-STYLING ************************************************************/

/* LIVEJOB-PAGE-HERO-WRAPPER-START */
section.job-hero-wrapper {
  padding: 219px 0 99px;
  overflow: auto;
}
section.job-hero-wrapper:after {
  content: "";
  background: url(../images/live-job-banner.svg);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  z-index: -1;
}
.banner-search input[type="text"] {
  min-height: 71px;
  border: 1px solid var(--c12);
  padding: 10px 57px 10px 30px;
  font-size: var(--f6);
  width: calc(100% - 39px);
}
.jobhero-inner {
  gap: 50px;
  display: grid;
}
.banner-search {
  max-width: 730px;
  position: relative;
}
.banner-search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* LIVEJOB-PAGE-HERO-WRAPPER-END */

/* JOB-CONTENT-WRAPPER-START */
.live-job-content-wrapper {
  padding-bottom: 130px;
}
ul.filter-tab {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
ul.filter-tab li a {
  background: transparent;
  padding: 10px 14px;
  border-radius: 15px 0;
  border: 1px solid;
  display: inline-block;
}
.live-job-inner {
  display: grid;
  grid-template-columns:276px 1fr;
  gap: 71.5px;
}

ul.filter-tab li a.technical {
  border-color: var(--c2);
  color: var(--c2);
}
ul.filter-tab li a.engineering {
  border-color: var(--c5);
  color: var(--c5);
}
ul.filter-tab li a.commercial {
  border-color: var(--c7);
  color: var(--c7);
}
ul.filter-tab li a.hospitality {
  border-color: var(--c8);
  color: var(--c8);
}
ul.filter-tab li a.food {
  border-color: var(--c1);
  color: var(--c1);
}
.filterbox {
  display: grid;
  gap: 22px;
}
.live-job-filter {
  display: grid;
  gap: 50px;
}
ul.sub-filter {
  margin: 10px 28px;
}
input[type="checkbox"] {
  accent-color: var(--c10);
  outline: 1px solid var(--c12);
}
/* JOB-CONTENT-WRAPPER-END */

/******************************************************************* custom checkbox ****************************************************************************/

/* Hide the default checkbox appearance */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

/* Style the custom checkbox */
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

/* Style for the checkbox mark */
.checkbox-mark {
  width: 16px;
  height: 16px;
  border: 1px solid var(--c12);
  background: #fff;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

/* Style when checkbox is checked */
.custom-checkbox input[type="checkbox"]:checked + .checkbox-mark {
  background: var(--c10);
  border-color: var(--c10);
}

/* Optional: Add a checkmark */
.checkbox-mark::after {
      content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid var(--c6);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  opacity: 0;
}

/* Show checkmark when checked */
.custom-checkbox input[type="checkbox"]:checked + .checkbox-mark::after {
  opacity: 1;
}

span.toggle-list {
  position: relative;
  margin-left: 5px;
  top: -2px;
  cursor: pointer;
}

ul.sub-filter {
  display: none;
}
ul.sub-filter.active {
  display: block;
}
span.toggle-list.active i {
  transform: rotate(90deg);
  color: var(--c10);
  position: relative;
}
.live-job-list .list-filter {
  display: flex;
  justify-content: space-between;
}
.sort .sort-head {
  font-size: var(--f18);
}
.sort {
  display: flex;
  gap: 23px;
  position: relative;
}
.list-filter .list-info p {
  color: var(--c9);
  font-size: var(--f7);
}
select#sort-job {
  all: unset;
  border: none;
  font-size: var(--f18);
  font-weight: 600;
  padding-right: 25px;
  cursor:pointer;
}
.filter-ico {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index:-1;
}
.live-job-inner .job-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 26px;
  row-gap: 46px;
}
.live-job-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.feature-box.orange {
  background: var(--c5);
}
.feature-box.voilet {
  background: var(--c2);
}

/* JOB-HERO-SINGLE-WRAPPER-START */

.jobhero-inner .hero-title .subtitle {
  margin-bottom: 30px;
}
.job-hero-wrapper .detail-info table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 80%;
  table-layout: fixed;
}
.job-hero-wrapper .detail-info table tbody{
    vertical-align:text-top;
}
.job-hero-wrapper .detail-info table th {
  font-size: var(--f6);
  font-weight: 600;
  text-align: left;
}
.job-hero-wrapper .detail-info table td {
  font-size: var(--f4);
  font-weight: 700;
  padding-top: 10px;
}

/* .job-hero-wrapper .detail-info table th,
.job-hero-wrapper .detail-info table td {
  padding-right: 40px;
} */

.job-hero-wrapper .detail-info table th,
.job-hero-wrapper .detail-info table td {
  padding-right: 46px;
  text-transform:inherit;
}

table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
ul.social-share li a {
  color: var(--c4);
  font-size:calc(var(--f8) + 10px) ;
}
ul.social-share {
  display: flex;
  gap: 30px;
}
.job-detail {
  display: grid;
  gap: 40px;
}
.job-detail p{
    font-size:var(--f8);
}
.job-detail ul{
    margin-left:20px;
}
.job-detail li {
    font-size: var(--f8);
    list-style-type: disc;
}
.job-detail-inner {
  gap: 50px;
  display: grid;
}
/* JOB-HERO-SINGLE-WRAPPER-END */

/************************************************************** NEWS PAGE CSS*********************************************************************** */

section.job-hero-wrapper.news:after {
  background: url(../images/news-banner-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
}
section.featured-news-wrapper {
  background: var(--c4);
  padding: 60px 0;
  color: #fff;
}

section.featured-news-wrapper .news-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 78px;
}
section.featured-news-wrapper .news-inner .feature-img{
    border-radius:0px 50px 0px 50px;
    overflow:hidden;
}

section.featured-news-wrapper .newsbox {
  display: grid;
  gap: 52px;
}

section.featured-news-wrapper .newsbox .news-detail {
  display: grid;
  gap: 20px;
}
section.featured-news-wrapper .newsbox p.news_subhead span {
  background: linear-gradient(45deg, var(--c10), var(--c9));
  padding: 8px 12px;
  border-radius: 15px 0;
  font-size: calc(var(--f7) - 1px);
  font-weight: 700;
}
section.featured-news-wrapper .newsbox .news-detail .news_date {
  font-size: var(--f6);
  font-weight: 400;
}

/* NEWS-SEARCH-WRAPPER-START */
section.search-news-wrapper {
  padding: 50px 0;
  background-color: var(--c9);
}
section.search-news-wrapper h4 {
  font-size: var(--f40);
  font-weight: 600;
  color: var(--c6);
}
section.search-news-wrapper .serach-news-inner {
  display: grid;
  gap: 20px;
}
/* NEWS-SEARCH-WRAPPER-END */

/* BLOG-WRAPPER-START */
section.blog-wrapper.news {
  background: var(--c6);
  padding: 60px 0 130px;
}
section.blog-wrapper.news .blog-inner {
  padding: 0;
}
section.blog-wrapper.news .blog-inner .blog-list .news-box h4 {
  color: var(--c4);
}
section.blog-wrapper.news .sort {
  justify-content: end;
}
/* BLOG-WRAPPER-END */

/* BLOG-DETAIL-WRAPPER-START */

section.job-hero-wrapper.blog-detail .hero-title h1 {
  font-size: calc(var(--f2) + 10px);
  text-transform: capitalize;
  line-height: 1.2;
}
.blog-detail .jobhero-inner {
  gap: 38px;
}
/*.blog-detail .jobhero-inner {*/
/*  gap: 38px;*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr;*/
/*}*/
.blog-detail .jobhero-inner {
    gap: 4%;
    display: grid;
    grid-template-columns: 60% 36%;
}
.blog-detail p.blog_date {
  font-size: 22px;
}
.share-article h4 {
  font-size: 22px;
  font-weight: 600;
}
.share-article {
  margin-top: 38px;
  display: grid;
  gap: 18px;
}
.blog-feature-detail {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.blog-feature-img img {
  border-radius: 0 50px;
}
.blog-detail-inner {
  display: grid;
  grid-template-columns: 1fr 414px;
  gap: 136px;
}
section.blog-detail-wrapper {
  padding-bottom: 130px;
}
section.blog-detail-wrapper .blog-description {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.blog-detail-wrapper .blog-description p{
    font-size:var(--f8);
    line-height:var(--f8l);
}

section.blog-detail-wrapper .blog-description .detail-content h4 {
  text-transform: capitalize;
  margin-top:40px;
  margin-bottom:16px;
}
section.blog-detail-wrapper .blog-description .detail-content-share h4 {
  text-transform: capitalize;
  margin-top:0;
  margin-bottom:0;
}
section.blog-detail-wrapper .blog-description .detail-content .share-article {
  margin: 0;
}
aside.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
aside.blog-sidebar h4 {
  font-size: var(--f6);
  line-height: var(--f6l);
}
/* BLOG-DETAIL-WRAPPER-END */

/************************************************************* GET-IN-TOUCH-PAGE-STYLING-START*********************************************************** */

/* GET-IN-TOUCH-WRAPPER-START */

.hero-wrapper.get-in-touch .contact-info {
  display: grid;
  gap: 29px;
}
.hero-wrapper.get-in-touch .hero-content h1 {
  padding-bottom: 41px;
}
.hero-wrapper.get-in-touch .contact-info .contact-infobox p {
  font-size: var(--f6);
  font-weight: 600;
}
.hero-wrapper.get-in-touch .contact-info .contact-infobox a {
  font-size: var(--f4);
  font-weight: 700;
  color: #000;
}
.hero-wrapper.get-in-touch {
  height: auto;
}
.hero-wrapper.get-in-touch .hero-content-section {
  padding-bottom: 130px;
}
/* GET-IN-TOUCH-WRAPPER-END */

/* GET-IN-TOUCH-ADDRESS-WRAPPER-START */
section.address-wrapper .address-box {
  display: grid;
  gap: 30px;
  background: var(--c9);
  padding: 35px;
  color: var(--c6);
  max-width: 414px;
  min-width: 414px;
}
section.address-wrapper .address-box .a_city {
  font-size: var(--f3);
  color:var(--c3);
  font-weight: 700;
  line-height: 60px;
}
section.address-wrapper .address-box .a_full,
section.address-wrapper .address-box .a_phone,
section.address-wrapper .address-box .a_mail {
  font-size: var(--f6);
  font-weight: 600;
  line-height: 35px;
  color: var(--c6);
}
section.address-wrapper .address-box .a_mail{
    color:#212529;
}
section.address-wrapper {
  padding-bottom: 130px;
}
section.address-wrapper .address-inner {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

/* GET-IN-TOUCH-ADDRESS-WRAPPER-END */

/* CONTACT-FORM-BOX-WRAPPER-START */
section.contact-form-wrapper {
  padding-bottom: 130px;
  position: relative;
}
section.contact-form-wrapper:before {
  content: "";
  background: url(../images/area-serve-img.svg) no-repeat;
  position: absolute;
  left: -96px;
  bottom: -74px;
  width: 100%;
  height: 100%;
  background-size: 23%;
  background-position: left bottom;
  z-index: -1;
}
section.contact-form-wrapper .contact-form-inner {
  display: grid;
  grid-template-columns: 275px 1fr;
  gap: 55px;
  max-width: 854px;
  margin: auto;
}
.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder {
  font-size: 22px;
  opacity: 0.5;
  color: var(--f4);
}
.contact-form-box input,
.contact-form-box textarea {
  min-height: 71px;
  padding: 21px 20px 21px 30px;
  font-size: 22px;
  border: 1px solid var(--c12);
  width: 100%;
}
.contact-form-box textarea {
  min-height: 158px;
}
.contact-form-box form {
  display: grid;
  gap: 26px;
}
.contact-form-box form .contact-cta {
  text-align: right;
  margin-top: 20px;
}

.certifications-row .member-logo{
    height:50px;
}
.certifications-row .member-logo img {
    width: 100%;
    height:100%;
    object-fit: contain;
    object-position: left;
    display: block;
}

/* CONTACT-FORM-BOX-WRAPPER-END */


/*New styling*/

a.black-button.orange {
    background: var(--c5);
    border-color: var(--c5);
}
a.black-button.voilet {
    background: var(--c2);
    border-color: var(--c2);
}
a.black-button.red {
    background: var(--c7);
    border-color: var(--c7);
}
a.black-button.green {
    background: var(--c1);
    border-color: var(--c1);
}
a.black-button.orange:hover, a.black-button.voilet:hover, a.black-button.red:hover, a.black-button.green:hover{
    background:#000;
    border-color:#000;
    color:#fff;
}
section.cookie-terms-section .content-element {
    padding: 200px 0 100px;
}
section.cookie-terms-section .content-element h1 {
    font-size: 50px;
    padding-bottom:10px;
}
section.cookie-terms-section .content-element h2, section.cookie-terms-section .content-element h3 {
    font-size: 35px;
}
ul.filter-tab label.custom-checkbox span.checkbox-mark {
    display: none;
}
ul.filter-tab label.custom-checkbox {
    background: transparent;
    padding: 8px 12px;
    border-radius: 15px 0;
    border: 1px solid;
    font-size:18px;
    font-weight:700;
}
form#search_form2 {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
ul.filter-tab label.custom-checkbox {
    font-size:18px;
    font-weight: 700;
}

ul.filter-tab label.custom-checkbox.active{
    box-shadow: 3px 4px 0px rgb(0 0 0 / 15%);
}
ul.filter-tab label.custom-checkbox.technical {
    border-color: #CA26E5;
    color: #CA26E5;
}
ul.filter-tab label.custom-checkbox.technical.active {
    background: #CA26E5;
    color: #fff;
}
ul.filter-tab label.custom-checkbox.engineering {
    border-color: #E57626;
    color: #E57626;
}
ul.filter-tab label.custom-checkbox.engineering.active {
    background: #E57626;
    color: #fff;
}
ul.filter-tab label.custom-checkbox.commercial {
    border-color: #E5265F;
    color: #E5265F;
}
ul.filter-tab label.custom-checkbox.commercial.active {
    background: #E5265F;
    color: #fff;
}
ul.filter-tab label.custom-checkbox.hospitality {
    border-color: #9126E5;
    color: #9126E5;
}
ul.filter-tab label.custom-checkbox.hospitality.active {
    background: #9126E5;
    color: #fff;
}
ul.filter-tab label.custom-checkbox.food {
    border-color: #45C94B;
    color: #45C94B;
}
ul.filter-tab label.custom-checkbox.food.active {
    background: #45C94B;
    color: #fff;
}
/*custom pagination*/
.pagination-section .pagination-outer{
    display: flex;
    justify-content: center; 
padding-top: 30px;
}
.pagination-section .pagination-outer .pagination{
   gap: 10px;
}
.pagination-section .pagination-outer .pagination .page-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--c4);
    cursor:pointer;
    transition:0.3s ease-in-out;
    border-radius: 50%;
    box-shadow:1px 5px 5px rgb(0 0 0 / 12%);
}
.pagination-section .pagination-outer .pagination .page-item a.page-link img{
    filter: invert(1);
    padding: 14px;
}
.pagination-section .pagination-outer .pagination .page-item.disabled a.page-link img{
    filter: invert(0.5);
}
.pagination-section .pagination-outer .pagination .page-item.active a.page-link img{
    filter: invert(0);
}
.pagination-section .pagination-outer .pagination .page-item.disabled{
    background:transparent;
    border: 1px solid var(--c12);
    cursor:auto;
}
.pagination-section .pagination-outer .pagination .page-item.disabled:hover{
    transform:scale(1);
}
.pagination-section .pagination-outer .pagination .page-item.disabled a.page-link{
    color:var(--c12);
}
.pagination-section .pagination-outer .pagination .page-item.disabled:hover{
    background:transparent;
    border: 1px solid var(--c12);
}
.pagination-section .pagination-outer .pagination .page-item.disabled:hover a.page-link{
    color:var(--c12);
}

.pagination-section .pagination-outer .pagination .page-item:hover{
    background:var(--c9);
    border: 1px solid var(--c9);
    transform:scale(1.1);
}
.pagination-section .pagination-outer .pagination .page-item:hover a.page-link{
    color:#fff;
}
.pagination-section .pagination-outer .pagination .page-item a.page-link{
    padding:0;
    background:none;
    border:none;
    color:var(--c4);
    font-weight: 600;
    font-size: 18px;
}
.pagination-section .pagination-outer .pagination .page-item.active{
    background:var(--c9);
    border: 1px solid var(--c9);
}
.pagination-section .pagination-outer .pagination .page-item.active:hover{
    transform:scale(1);
}
.pagination-section .pagination-outer .pagination .page-item.active a.page-link{
    color:#fff;
}
.pagination-section .pagination-outer .pagination .page-item.active a.page-link span{
        text-shadow: -1px 2px 3px rgb(0 0 0 / 28%)
}


/*dropdown custom*/

.dropdown__filter {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  z-index: 10;
    width: 170px;
top:100%;
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter {
  display: block;
  right:0;
}

.dropdown__options-filter {
  cursor: pointer;
  width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown__filter-selected {
  font-weight: bold;
}

.dropdown__select-option {
  padding: 10px;
  cursor: pointer;
}

.dropdown__select-option:hover {
  background-color: #f0f0f0;
}






/*RESUME-POPUP-SECTION-START*/
.modal{
    display:none;
    background:rgba(0, 0, 0, .65);
    overflow:hidden;
}
.modal-dialog{
    padding:30px;
    max-width:850px;
    width:100%;
    height:100%;
}
.modal-dialog .modal-content{
    border-radius:30px;
}
.modal-dialog .modal-dialog-centered{
    min-height:auto;
}
.modal-dialog .form-outer{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    row-gap:30px;
}
.modal-dialog .form-outer .form-inner{
    width:calc(50% - 30px);
}
.modal-dialog .form-outer .form-inner.last-child{
    width:calc(100% - 0px);
    margin-bottom:20px;
}
.cv_file_name {
    font-size: 15px;
}
.modal-dialog .form-outer .form-inner .upload-btn{
    padding:5px 20px;
    background:var(--c4);
    color:var(--c6);
    border-radius:40px;
    cursor:pointer;
    display:inline;
}

.modal-dialog .form-outer .form-inner .upload-btn:hover{
      background:var(--c5);
    color:var(--c6);
}
.modal-dialog .modal-body{
    padding-top:30px;
}
.modal-dialog .form-outer .form-inner .form-control{
    background:none;
    border:none;
    border-bottom:1px solid var(--c4);
    font-size:16px;
    color:var(--c4);
    font-weight:400;
    padding-bottom:20px;
    border-radius:0;
}
.modal-dialog .form-outer .form-inner .form-control::placeholder{
    color:var(--c4);
    opacity:1;
}
.modal-dialog .form-outer .form-inner .form-control:focus{
    outline:none;
    box-shadow:none;
}
.modal-dialog .form-outer .form-inner .form-control:focus::placeholder{
    opacity:0;
}
.modal-dialog .form-outer .form-inner .file-upload {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 12px 0px;
}
.modal-dialog .form-outer .form-inner .file-upload input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0;
}
.modal-dialog .form-outer .form-inner .file-upload a {
    padding: 5px 20px;
    background: var(--c4);
    color: white;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.modal-dialog .form-outer .form-inner .file-upload a:hover{
    background:var(--c1);
}
.custom-checkbox input[type="checkbox"] {
    display: none;
}

.modal-dialog .form-outer .form-inner .custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

.modal-dialog .form-outer .form-inner .custom-checkbox .checkbox-mark {
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    background-color: white;
}

.modal-dialog .form-outer .form-inner .custom-checkbox input[type="checkbox"]:checked + .checkbox-mark {
    background-color:var(--c4);
    border-color:var(--c4);
}

.modal-dialog .form-outer .form-inner .custom-checkbox input[type="checkbox"]:checked + .checkbox-mark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 0px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.modal-dialog .form-inner .outline-button{
     padding:5px 20px;
    background:var(--c4);
    font-size:16px;
    color:var(--c6);
}
.modal-dialog .form-inner .outline-button:hover{
     background:var(--c1);
}

.modal-dialog .form-outer .form-inner .custom-checkbox .checkbox-content {
    margin-left: 10px;
}
.modal-dialog .green-button{
    padding:10px 40px;
    background:var(--c4);
    color:var(--c6);
    border:none;
    display:flex;
    justify-content:flex-end;
}
.modal-dialog .green-button:hover{
    background:var(--c5);
}
.modal-dialog .form-outer .form-inner p{
    font-size:14px;
}
.modal-dialog .modal-content h5 {
    font-size:22px;
    line-height:32px;
}
.modal-contentbox{
        border-radius: 30px;
    overflow: hidden;
}
input#popup-file {
    display: none;
}
/*RESUME-POPUP-SECTION-END*/

.faq--wrapper .accordion {
    min-height: 100vw;
}

section.refer-wrapper .refer-form form .input input {
    color: #575757;
}
.quote-logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.quote-logo img {
    width: 25%;
}
section.recruitment-wrapper.newQuote .consultant-box {
    grid-template-columns: 1fr;
}
.popup-form h3 {
    font-size: 25px;
    line-height: 1.2;
}
.modal-dialog .form-outer span.checkbox-text a {
    color: #000;
    font-weight: 600;
}
.jobhero-inner .subtitle a {
    cursor: default;
}
main.single-page-404 a.btn-big {
    background: #26a8e5;
    border-color:#26a8e5;
}
.upload-btn2 {
    background: #CFCFCF;
    display: inline-block;
    padding: 6px 14px;
    color: #000;display: table;
    cursor:pointer;
    margin: 14px 0;
}
section.refer-wrapper h3.success-title {
    font-size: 16px;
    font-weight: 400;
    grid-column: 2 span;
    line-height: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

section.refer-wrapper .refer-form {
    position: relative;
}
.moblogo-section, body.openmenu .logo-section, header.sticky .logo-section{
    display:none;
}
.mob-menu-toggle.sticky {
    position: fixed;
    top: 45px;
    background: #26a8e5;
}
body.openmenu .moblogo-section, header.sticky .moblogo-section {
    display: block;
    z-index: 9;
    position: relative;
}
.mob-navbar {
    margin-top: 45px;
}
.copyright img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.recruitment-wrapper.newQuote .consultant-box img {
    height: 600px;
    object-fit: cover;
    border-radius: 40px 0;
    object-position: top;
    margin-left: auto;
}
section.recruitment-wrapper.newQuote .recruitment-inner {
    grid-template-columns: 1fr 500px;
}
.swiper.about-swiper .swiper-wrapper {
    min-height: 450px;
}

.news-box a {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #000;
}

.multi-consultant ul a {
    cursor: auto;
}


.toggle-info.job {
    display: none;
        min-width: 500px;
}


section.job-wrapper.specialism .swiper-slide.active .toggle-info.job {
    display: block;
    color: #fff;
}


section.job-wrapper.specialism .swiper-slide .toggle-info.job ul li {
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #fff;
    padding: 9px 0;
}


/* abour new popup */
.member-cardd-a {
    display: block;
    cursor: pointer;
    position: relative;
}

.modal.member-v1 .modal-dialog {
    padding: 30px;
    max-width: 70%;
    width: 100%;
    height: 100%;
}

.modal.member-v1 .modal-content {
    border-radius: 10px;
}

.modal.member-v1 .modal-header {
    padding: 1rem 1rem;
    border-bottom: 0px !important;
}

.modal.member-v1 .modal-footer {
    border-top: 0px !important;
}

.modal.member-v1 .modal-body {
    padding: 0 50px 50px;
}

.modal.member-v1 .member-row {
    display: grid;
    grid-template-columns: 30% auto;
    gap: 5%;
    justify-content: start;
    align-items: center;
}

.modal.member-v1 .member-row .image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 5px #808080a3;
}

.modal.member-v1 .member-cta ul li {
    position: relative;
    height: 45px;
    width: 45px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 5px gray;
    transition: all 0.5s;
}

.modal.member-v1 .member-cta ul li:hover {
    transform: translate(0px, -3px);
    transition: all 0.5s;
}

.modal.member-v1 .member-cta ul a {
    display: block;
    overflow: hidden;
}

.modal.member-v1 .member-cta ul li.linkedin {
    background: #2867b2;
}

.modal.member-v1 .member-cta ul li.envelope {
    background: #c03a2a;
}

.modal.member-v1 .member-row .desi a {
    color: #24282c;
}

.modal.member-v1 .member-row .desi {
    margin-bottom: 15px;
}

.modal.member-v1 .member-cta ul li.instagram {
    background: linear-gradient(168deg, #6457c4, #fda84aa3);
}

.modal.member-v1 .member-cta ul {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}

.modal.member-v1 .member-row .member-disc {
    margin-top: 20px;
    max-height: 300px;
    overflow: auto;
}

.blink_text {
 animation-name: blinker;
 animation-duration: 2s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}

/* for new section bold */

.values {
    position: relative;
    background: #26a8e5;
    color: #fff;
    padding: 150px 0 100px;
}

.values .cont {
  margin: 0 auto;
  max-width: 1276px;
  width: 88.61111111111111%;
}

.values  .values__wrap {
    align-items: center;
    display: flex;
    gap: max(30px,min(calc(-378px + 28.33333vw),166px));
    justify-content: center;
}

.values__info {
  max-width: 391px;
}

.values .marquee-vertical {
  flex-shrink: 0;
  max-height: 355px;
  overflow: hidden;
  margin-bottom: 70px;
}


.values .marquee__content {
  align-items: flex-start;
}

.values__wrap span.round-fill {
    background: #000;
    padding: 0px 30px;
    border-radius: 55px;
}

.values h2.accent-title {
    margin-bottom: 20px;
}

.values .marquee-vertical .marquee__content {
  /*duration: 10s;*/
  /*gap: 10px;*/
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 20px;
  justify-content: space-around;
  min-width: 100%;
  transition: all .25s linear;
}
.values .marquee-vertical .marquee__content h2{
    color:var(--c3);
}

.values .marquee-vertical.animated .marquee__content {
  animation: scroll-y 10s linear infinite;
}


@keyframes scroll-y {
0% {
  transform: translateY(0%);
}

100% {
  transform: translateY(-100%);
}
}





/* =========================================== */

.brands-v1 {
    position: relative;
    padding: 40px 0 20px;
}

.brands-v1.brands-v2  {
    position: relative;
    padding: 140px 0px 20px 20px;
}
.brands-v1 .title {
    text-align: center;
    margin-bottom: 50px;
}

.brands-v1 .cta {
    text-align: center;
    margin-top: 30px;
}

.brands-v1 .marquee_container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #ff5c5c;
  padding: 0.2rem 0;
}



.marquee.marquee--reverse .marquee__content>* {
    transform: rotate(-180deg);
}

.brands-v1 .marquee.marquee--reverse {
    transform: rotate(180deg)!important;
    display: flex;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 50px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-bottom: 50px !important;
}

.brands-v1 .brands-logos__item:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
    border-bottom: 1px solid var(--grey);
    padding-bottom: max(10px,min(calc(-7.14286px + 2.23214vw),25px));
}

.brands-v1 .brands-logos__item>div {
    height: 100%;
    display: flex;
}

.brands-v1 .brands-logos__item .marquee__content {
    animation-duration: 30s;
}

.brands-v1 .brands-logos__item:nth-child(2n) .marquee__content {
    animation-duration: 60s;
}

.brands-v1 .marquee__content {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: var(--gap);
    justify-content: space-around;
    min-width: 100%;
}

.brands-v1 .marquee {
  display: inline-block;
  animation: marqueea 15s linear infinite;
}

@keyframes marqueea {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.marquee.animated .marquee__content {
    animation: scroll 15s linear infinite;
}

@keyframes scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

/* ===============================*/

.clients-logo-section .swiper-container.image-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}

.clients-logo-section .swiper-container.image-slider-right .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}

.clients-logo-section {
    position: relative;
    margin-bottom: 110px;
}

.clients-logo-section .swiper-container {
    /*margin-bottom: 50px;*/
    /*border-bottom: 1px solid gray;*/
    padding-bottom: 40px;
}

/*17-12-24*/
.clients-logo-section .client-logo-1 .logo-client-main{
    height:192px;
}
.clients-logo-section .client-logo-1 .logo-client-main img{
    object-fit:contain;
}




body.modal-open {
    overflow: hidden!important;
}
.cookie-terms-section ul {
    /* padding-left: 20px; */
    padding: 0px 0px 10px 20px;
}
.cookie-terms-section ul li{
    list-style-type:disc;
}
.cookie-terms-section ol li{
    list-style-type:auto;
    
}
.cookie-terms-section ol{
    padding-left:1rem !important;
}
.cookie-terms-section p{
    padding-bottom:10px;
}
.cookie-terms-section p span{
    font-size:26px;
    color:#000;
    font-weight:600;
    
}
.protection-policy p span{
    font-size:18px;
    font-style:italic;
}
.cookie-terms-section h3{
    padding-bottom:10px;
}
.cookie-terms-section h6{
    padding-bottom:10px;
}

/*10-01-25*/
.job-desc {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 20px 10px 40px;
    background: var(--c4);
    left: 0;
}
.job-desc .white-button{
    display:flex;
    margin-left:auto;
   padding: 2px 5px;
}
.feature-job-wrapper .job-desc{
    padding:10px 20px;
}
.blog-list.mobile{
    display:none !important;
}




.swiper-slide.active .job-cta {
    margin-top: 20px;
}