body{
  color: rgba(0, 0, 0, 1);
  font-family: "Inter", sans-serif;
}

header .alert,
header .alert a{
  color: rgba(0, 0, 0, 1);
}

header:not(.background_light_header),
header:not(.background_light_header) .nav-link,
header:not(.background_light_header) .nav-item,
header:not(.background_light_header) .nav-item .nav-link,
header:not(.background_light_header) a:not(.alert a, .megamenu a, .dropdown a){
  color: rgba(255, 255, 255, 1) !important;
  font-size: 16px !important;
}

@media screen and (min-width: 786px){
  body:has(.hero_section_dark_mode) header,
  body:has(.sub_navigation_dark_mode, .hero_section_dark_mode) header,
  body:has(.sub_navigation_dark_mode, .hero_section_dark_mode) header .nav-link,
  body:has(.sub_navigation_dark_mode, .hero_section_dark_mode) header .nav-item,
  body:has(.sub_navigation_dark_mode, .hero_section_dark_mode) header .nav-item .nav-link,
  body:has(.sub_navigation_dark_mode, .hero_section_dark_mode) header a:not(.alert a, .megamenu a, .dropdown a){
    color: rgba(255, 255, 255, 1) !important;
    font-size: 16px !important;
  }
}

.inter-100 {
  font-family: "Inter", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.inter-200 {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.inter-300 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.inter-400 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.inter-500 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.inter-600 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.inter-700 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.inter-800 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.inter-900 {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.bricolage-grotesque-200 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 200;
    font-style: normal;
  }
  
  .bricolage-grotesque-300 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 300;
    font-style: normal;
  }
  
  .bricolage-grotesque-400 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 400;
    font-style: normal;
  }
  
  .bricolage-grotesque-500 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 500;
    font-style: normal;
  }
  
  .bricolage-grotesque-600 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 600;
    font-style: normal;
  }
  
  .bricolage-grotesque-700 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 700;
    font-style: normal;
  }
  
  .bricolage-grotesque-800 {
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 800;
    font-style: normal;
  }
  
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler{
  box-shadow: none;
  outline: none;
}

.background-brand-900{
  background: #2B224A;
}

.background-brand-900.background_light_header{
  background: #fff;
}

.background-lavander-200{
  background: rgba(172, 171, 234, 1);
}

a.btn.btn-orange:hover,
a.btn.btn-orange {
  background: #FB774D !important;
  color: white !important;
  padding: 11px 30px !important;
  border-radius: 34px;
  position: relative;
  /* margin-left: 20px; */
}

@media screen and (max-width: 786px) {
  .nav-item a.btn.btn-orange{
    color: #ffffff !important;
    background-color: transparent;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  }

  a.btn.btn-orange:hover,
  a.btn.btn-orange {
    margin-left: 0 !important;
  }
}


.logo_strip{
  background: #F6F4FE;
}
.logo_strip h4{
  border-right: 1px solid #3C3560;
  color: #3C3560;
  font-family: Bricolage Grotesque, "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
.logo_strip h4 span{
  /* font-size: 32px; */
  display: block;
  line-height: 32px;
}



@media screen and (max-width: 786px) {
  .logo_strip h4{
    /* text-align: center; */
  }

  header:not(.background_light_header),
  header:not(.background_light_header) .nav-link,
  header:not(.background_light_header) .nav-item,
  header:not(.background_light_header) .nav-item .nav-link,
  header:not(.background_light_header) a:not(.alert a, .megamenu a, .dropdown a){
    color: #000000 !important;
    font-size: 16px !important;
    
  }

}
.logo_strip ul{}

.logo_strip img{
  height: 30px;
  width: 100%;
  max-width: 150px;
  object-fit: contain;
  aspect-ratio:3/2;
}

.you_will_love_this .container{
  background-image: url(../body-d-1.html);
  /* min-height: 80vh; */
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  /* align-items: center; */
  border-radius: 25px;
}
.you_will_love_this h2{
  font-family: Bricolage Grotesque !important;
  font-weight: 600 !important;
  line-height: 52px !important;
  color: #FFFFFF !important;
}
.you_will_love_this p{
font-size: 20px !important;
font-weight: 400 !important;
line-height: 32px !important;
color: #FFFFFF !important;
opacity: 0.8;
}

section.logo_strip img {
  filter: grayscale(1);
}

/* .you_will_love_this h4{
  font-size: 40px;
  line-height: 60px;
} */
/* .you_will_love_this p{
  font-size: 20px;
  line-height: 32px;
} */
.you_will_love_this img{
  max-height: max(70vh, 500px);
}


@media screen and (max-width: 786px) {
  .you_will_love_this img{
    max-height: max(30vh, 300px);
  }
  .productsList .nav.nav-tabs{
    padding: 20px !important;
  }
}

.productsList .nav.nav-tabs{
  background: #ffffff;
  position: relative;
  border: 1px solid #3C356033;
  /* flex-wrap: nowrap; */
  padding: 5px 5px;
  overflow: hidden;
  border-radius: 35px;
  /* max-width: 750px; */
  max-width: fit-content;
  margin: auto;
  padding: 8px !important;
}

.productsList .nav.nav-tabs .nav-item{
  border: none;
}

.productsList .nav.nav-tabs .nav-link.active{
  border: none;
  background: #7D56F5;
  border: 2px solid #7D56F5;
  color: #ffffff;  
}

.productsList .nav.nav-tabs .nav-link{
  font-size: 16px;
  line-height: 24px;
  color: #707070;  
  border: 2px solid transparent !important;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-wrap: nowrap;
  font-weight: 500;
  padding: 12px 16px;
}

.productsList .nav.nav-tabs .nav-link .ki{
  margin-right: 5px;
}

.right_navigate{
  right: 0;
}

.left_navigate{
  left: 0;
}

.right_navigate,.left_navigate{
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  background: #DBDAFA;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

#myTabContent li{
  position: relative;  
  padding-left: 35px;
}

#myTabContent .tab_list_icon{
  position: absolute;
  top: 0;
  left: 0;
  /* font-size: 20px; */
  color: #7D56F5;  
}

/* #myTabContent h3{
  color: #7545fd;  
}

#myTabContent p{
  color: grey;
} */
#myTabContent .tab-pane{
  padding: 20px 0;
}



@media screen and (max-width: 786px) {
  .logo_strip h4{
    text-align: center;
    border: none;
  }

  .productsList .nav.nav-tabs .nav-item .nav-link,
  .productsList .nav.nav-tabs .nav-item{
    width: 100%;
  }
  
}

/* inndustries css section starts here */
.bg-light-blue-us{
  background: #F6F4FE;
}
.industries-us-keka p{
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  color: #3C3560CC !important;
  opacity: 0.8 !important;
}
.industries-label-section:not(:last-child) {
  margin-bottom: 40px; 
}
/* inndustries css section ends here */
/* Why employers love Keka starts here */
.actions a{
  color: #7D56F5;
}
/* Why employers love Keka end  here */
/* testimonial starts here */
.testimonials img{
  filter: grayscale(1);
}
/* testimonials end  here */

/* Tailor made for your industry! starts here */
h6.tagline {

  background: #DCD2F6;

  width: max-content;

  padding: 8px 20px;

  border-radius: 25px;

  color: #7054AF;

}

/* section.industries-us-keka {

  padding: 100px 0px !important;

} */

a.btn.btn-blue {
  background: #3C3560;
  color: white !important;
  padding: 11px 24px;
  border-radius: 34px;
}

/* Tailor made for your industry! ends here */
/* list items start here */
.list-items-with-logo svg{
  margin-right: 10px;
}
.list-items-with-logo p{
  font-family: Inter;
/* font-size: 18px; */
font-weight: 400;
line-height: 28px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.home-hero {
  background: #2B224A;
  padding: 0px 0 !important;
}
.pagination {
  gap: 5px;
}
.pagination span{
  cursor: pointer;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 14px;
  border: 1px solid #1e1937;
  color: #1e1937;
  font-weight: 600;
}
.pagination span.current_page{
  border: 2px solid #1e1937;
  background: #1e1937;
  color: #fff;
}
.points-list-para p{
font-size: 16px !important;
font-weight: 500;
line-height: 24px !important;
color: #524F64 !important;
opacity: 0.5;
}


