/*
Theme Name: ybs
Description: A brief description of your theme.
Version: 1.0 
*/
body {
  font-family: "Raleway", sans-serif !important;
  /*overflow-x: hidden;*/
}
#left-arrow, #right-arrow{
	display:none !important;
}
/*html {*/
/*  overflow-x: hidden;*/
/*}*/

p {
  font-size: 15px !important;
}
ul, ol{font-size: 15px !important;}
ul li, ol li{margin-bottom:10px;}
p:last-child {
  margin-bottom: 0px;
}

a {
  display: inline-block;
  text-decoration: none !important;
}

section {
  padding: 70px 0px;
}

.main-title h1,
.main-title h2,
.main-title h3 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  font-family: "Raleway", sans-serif !important;
  text-transform: capitalize;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

header .navbar-brand img {
  width: 150px;
}

header .collapse ul {
  background: #2e2f5b;
  border-radius: 25px;
  padding: 0px 20px;
  margin-right: 10px;
  position: relative;
}

header .collapse i {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}

header .collapse ul::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -10px;
  background: rgb(255 255 255 / 30%);
  height: 35px;
  width: 1px;
  border-radius: 50%;
  margin: auto;
}

.banner {
  position: relative;
}
.banner img{width: 100%;}
.card-img-top{height: 220px;object-fit: cover;border-radius: 5px;}

@media (max-width: 991px) {
  header .collapse ul li a.active::before,
  header .collapse ul li a:hover::before,
  header .collapse ul li, .current-menu-item a:before {
    content: unset !important;
  }
}

header .collapse ul li a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
  transition: all 0.3s ease;
}
header .show ul li a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .navbar-collapse ul li a {
    padding: 5px 15px !important;
    font-size: 13px !important;
    border-bottom: 1px solid #dddddd2e;
    font-weight: 500;
  }

  .navbar-nav {
    --bs-nav-link-color: #fff;
    --bs-nav-link-disabled-color: #fff;
  }
}

header .collapse ul li a:hover {
  color: #fff;
}

header .collapse ul li a.active {
  color: #fff !important;
  position: relative;
  font-weight: 700;
}

header .collapse ul li a.active::before,
header .collapse ul li a:hover::before,
.outsourcing_facility .nav-tabs .nav-link.active::before, .current-menu-item a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background: #f4d35e;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: auto;
}

@media (max-width: 991px) {
  .outsourcing_facility .nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    background: #f4d35e;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: auto;
  }
}

.banner::before,
footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2e2f5b;
  mix-blend-mode: multiply;
}

.banner .banner_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.banner_text_slider {
  height: 45px !important;
  line-height: 45px;
}

.banner .banner_text h5 {
  color: #f4d35e;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 20px;
}

.banner .banner_text h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.banner .banner_text h1 span {
  color: #f4d35e;
  text-transform: uppercase;
  font-weight: 800;
  margin-left: 10px;
}

.banner .banner_text p {
  color: #fff;
  font-size: 16px !important;
  font-weight: 300;
  text-transform: capitalize;
  text-align: center;
  line-height: 24px;
  margin-bottom: 40px;
}

.banner .banner_text a {
  background: #f4d35e;
  border-radius: 5px;
  padding: 12px 20px;
  color: #505581;
  font-weight: 600;
}

.banner .banner_text a img {
  background: #505581;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  object-fit: none;
  margin-left: 4px;
}

/* .outsourcing_facility {
  background: url("http://localhost/ybs/wp-content/uploads/2024/09/outsourcing_facility_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
} */
.outsourcing_facility .main-title h3 {
  position: relative;
  margin-bottom: 60px;
}

.outsourcing_facility .main-title h3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -70px;
  left: 0;
  right: 0;
  background: #2e2f5b;
  width: 75px;
  margin: auto;
  height: 2px;
}

.main-title h5 {
  font-size: 13px;
  color: #505581;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif !important;
  margin-bottom: 15px;
}

.outsourcing_facility .nav-tabs {
  justify-content: center;
  border: 0px;
}

.outsourcing_facility .nav-tabs .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  border: 0px;
  padding: 5px 18px;
}

.outsourcing_facility .nav-tabs .nav-link.active {
  font-weight: 600;
  position: relative;
  border: 0px;
  background: transparent;
}

.outsourcing_facility .outsourcing_facility_slider .img_content_box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.outsourcing_facility .outsourcing_facility_slider .img_content_box img {
  width: 100%;
}

.outsourcing_facility
  .outsourcing_facility_slider
  .img_content_box
  .tabcontent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  text-align: left;
}

.outsourcing_facility .outsourcing_facility_slider .img_content_box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(46, 47, 91, 0.04) 0%,
    rgba(46, 47, 91, 0.75) 92.93%
  );
}

.outsourcing_facility
  .outsourcing_facility_slider
  .img_content_box
  .tabcontent
  img {
  margin-bottom: 10px;
  width: 20px;
}

.outsourcing_facility
  .outsourcing_facility_slider
  .img_content_box
  .tabcontent
  h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.outsourcing_facility
  .outsourcing_facility_slider
  .img_content_box
  .tabcontent
  p {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 300;
}

.outsourcing_facility_slider {
  padding-bottom: 60px !important;
}

.our_blogs.outsourcing_facility .outsourcing_facility_slider {
  padding-bottom: 0px !important;
}


.outsourcing_facility_slider .outsourcing_facility_slider-prev,
.outsourcing_facility_slider .outsourcing_facility_slider-next {
  top: 95%;
}

.outsourcing_facility_slider .outsourcing_facility_slider-prev {
  left: 47%;
}

.outsourcing_facility_slider .outsourcing_facility_slider-next {
  left: 50%;
}

/* .outsourcing_facility_slider .outsourcing_facility_slider-prev::after,
.outsourcing_facility_slider .outsourcing_facility_slider-next::after {
  font-size: 20px;
  background: url("http://localhost/ybs/wp-content/uploads/2024/09/Arrow.png");
  background-repeat: no-repeat;
  border: 1px solid #f4d35e;
  height: 25px;
  width: 25px;
  background-position: center;
  color: transparent;
  border-radius: 3px;
} */
/* .outsourcing_facility_slider .outsourcing_facility_slider-prev::after {
  transform: rotate(180deg);
  background-color: #505581;
  border: 1px solid #505581;
} */
.outsourcing_facility_slider .outsourcing_facility_slider-prev:hover::after,
.outsourcing_facility_slider .outsourcing_facility_slider-next:hover::after {
  background-color: #505581;
  position: absolute;
}

.our_procedure {
  background: #fafafa;
}

.our_procedure p {
  text-transform: capitalize;
  padding-top:10px;
}

 

.accordion {
  width: 100%;
  height: 650px;
  overflow: hidden;
  margin: 0px auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 600ms ease-in-out;
  padding: 20px 15px 0;
  transition-timing-function: unset !important;
  transition-property: unset !important;
  background-size: cover;
}
.our_procedure .accordion ul li:nth-child(3){background-position: left;}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 90px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 0px 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

.accordion ul li div a * {
  opacity: 1;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.accordion ul li div a h2 {
  text-overflow: clip;
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 25px;
  font-weight: 500;
  white-space: pre-wrap;
}

.accordion ul li div .title {
  text-overflow: clip;
  font-size: 32px;
  margin-bottom: 2px;
  top: 210px;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000;
  left: 5%;
  position: absolute;
  opacity: 1;
}

.accordion ul li div a p {
  opacity: 0;
  font-size: 18px;
  padding-left: 0;
  white-space: pre-wrap;
}

/* .accordion ul li { background-size: cover; } */
.accordion ul li:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(80, 85, 129, 0) 0%, #2e2f5b 82.87%);
}

.accordion ul li:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(244, 211, 94, 0) 0%, #f4d35e 82.87%);
}

.accordion ul:hover li {
  width: 10%;
}

.accordion ul:hover li:hover {
  width: 85%;
}

.accordion ul:hover li:hover a {
  height: 120px;
}

.accordion ul:hover li:hover a p {
  top: 0;
  opacity: 1;
}

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.accordion ul:hover li:hover .title * {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.about_us {
  background: #2e2f5b;
  padding: 0px !important;
  overflow: hidden;
}

.about_us h5 {
  color: #f4d35e;
}

.about_us h3 {
  color: #fff;
  text-transform: capitalize;
}

.about_us .aboutus_padd {
  padding: 3rem 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
}

.about_us .aboutus_padd p {
  color: #fff;
  font-weight: 300;
  line-height: 24px;
  text-transform: capitalize;
}

.about_us .aboutus_padd .nested_col {
  padding: 20px 0px;
}

.about_us .aboutus_padd .nested_box {
  border: 1px solid rgb(255 255 255 / 10%);
  padding: 15px 10px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.about_us .aboutus_padd .nested_box img {
  width: 36px;
  margin-right: 10px;
}

.about_us .aboutus_padd .nested_box h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 6px;
}

.about_us .aboutus_padd .nested_box p {
  margin-bottom: 0px;
  font-size: 11px !important;
  line-height: 16px;
}

.about_img {
  position: relative;
  height: 100%;
}

.about_img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2e2f5be0;
  mix-blend-mode: multiply;
  z-index: 1;
}

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

.about_us .aboutus_padd a {
  border: 1px solid #f4d35e;
  padding: 12px 18px;
  border-radius: 5px;
  margin-right: 10px;
}

.about_us .aboutus_padd a:first-child {
  background-color: #f4d35e;
  color: #2e2f5b;
}

.about_us .aboutus_padd a:last-child {
  background-color: #2e2f5b;
  color: #f4d35e;
  margin-right: 0px;
}

.about_us .aboutus_padd a:first-child img {
  background: #505581;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  object-fit: none;
  margin-left: 4px;
}

.about_us .aboutus_padd a:last-child img {
  background: #f4d35e;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  object-fit: none;
  margin-left: 4px;
  margin-top: 5px;
}

.about_play_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto !important;
  width: auto !important;
}

/* Initially hide the video until it comes into the viewport */
/* .about_img .video-container video {
    display: none; /* Video hidden by default */
/*} */
.about_img .video-container {
  height: 100%;
}

.about_img .about_img_default {
  display: block;
  /* The image is visible by default */
}

.about_img.video-playing .about_img_default {
  display: none;
}

.about_img.video-playing .about_img_default {
  display: none;
}

/* When the video is playing, hide the image */
.about_img.video-playing .about_img_default {
  display: none;
}

.about_img.video-playing .video-container video {
  display: block;
  /* Show video when playing */
}

.about_img.video-playing:before {
  content: unset;
}

.about_img.video-playing .about_play_btn {
  display: none;
}

.why_choose .why_choose_box {
  background: #2e2f5b;
  padding: 25px 25px 40px;
  border-radius: 5px;
  margin-top: 60px;
}

.why_choose .why_choose_box .icon {
  /* background-image: url("http://localhost/ybs/wp-content/uploads/2024/09/Star.png");
  background-size: contain;
  background-repeat: no-repeat; */
  margin: auto;
  margin-top: -65px;
  height: 80px;
  width: 80px;
  display: flex;
  margin-bottom: 30px;
  background-position: center;
}

.why_choose .why_choose_box .icon img {
  margin: auto;
}

.why_choose .why_choose_box h3,
.why_choose .why_choose_box p,
.success_dna .main-title h3,
.success_dna .main-title p {
  color: #fff;
  z-index: 9;
  position: relative;
}

.why_choose .why_choose_box h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.why_choose .why_choose_box p {
  font-weight: 200;
  letter-spacing: 0.3px;
}

/* .success_dna {
  background-image: url("http://localhost/ybs/wp-content/uploads/2024/09/success_dna.png");
  position: relative;
  padding: 125px 0px;
  background-position: center;
} */
.success_dna::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2e2f5b;
  mix-blend-mode: multiply;
  z-index: 1;
}

.success_dna .main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.success_dna img {
  z-index: 9;cursor:pointer;
}

.success_dna .main-title p {
  text-align: center;
  margin-bottom: 35px;
  font-weight: 200;
  letter-spacing: 0.3px;
}

.absolute_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

.success_dna.hovered .absolute_content {
  opacity: 0;
  z-index: -1;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 48%;
  /* 16:9 aspect ratio (for other ratios, adjust this percentage) */
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  object-position: center;
  z-index: 0;
}

.success_dna.hovered:before {
  content: unset;
}

ul.experience_list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 30px;
}
ul.experience_list{
    padding-left:20px;
}

.experience_list li {
  list-style: none;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 7px;padding-right: 5px;
}

/* .experience_list li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  background-image: url("http://localhost/ybs/wp-content/uploads/2024/09/listing_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 11px;
  width: 11px;
  margin: auto;
} */
.best_practice {
  display: flex;
  list-style: none;
  padding-left: 0px;
  gap: 5px;
}

.best_practice li:first-child {
  width: 10%;
}

.best_practice li:last-child {
  width: 90%;
}

.best_practice img {
  height: 40px;
  width: 40px;
}

.best_practice li h6 {
  font-size: 18px;
  text-transform: capitalize;
}

.best_practice li p {
  line-height: 26px;
}

.our_experience .padd_right {
  padding-right: 10rem;
}

.our_experience .padd {
  padding: 0 3rem;
  position: relative;
}

.our_experience .padd .employee {
  padding: 22px 70px;
  background: #2e2f5b;
  width: fit-content;
  border-radius: 5px;
  position: absolute;
  bottom: -45px;
  left: 10px;
  text-align: center;
}

.our_experience .padd .employee h3 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 35px;
}

.our_experience .padd .employee h5 {
  color: #f4d35e;
  font-size: 22px;
}

.our_experience p {
  line-height: 26px;
  margin-bottom: 30px;
}

.our_experience a {
  background-color: #2e2f5b;
  color: #f4d35e;
  padding: 12px 18px;
  border-radius: 5px;
}

.our_experience a img {
  background: #f4d35e;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  object-fit: none;
  margin-left: 6px;
}

.testimonials .client_detail {
  display: flex;
  align-items: center;
}

.testimonials .client_detail .client_img {
  position: relative;
  margin-right: 10px;
}

/* .testimonials .client_detail .client_img::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  bottom: 0;
  background-image: url("http://localhost/ybs/wp-content/uploads/2024/09/quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 999;
  height: 18px;
  width: 20px;
  margin: auto;
} */
.testimonials .client_detail .client_img img {
  height: 110px;
  width: 110px;
}

.testimonials .client_detail h4 {
  color: #505581;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonials .client_detail h5 {
  font-size: 11px;
  margin-bottom: 0px;
}

/* .testimonials .testimonial .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  bottom: 0;
  background-image: url("http://localhost/ybs/wp-content/uploads/2024/09/quote1.png");
  right: 60px;
  background-size: 80px;
  background-position: top right;
  background-repeat: no-repeat;
} */
.testimonials .testimonial .swiper-slide p {
  line-height: 24px;
  margin-bottom: 20px;
}

.testimonial-prev,
.testimonial-next {
  height: 25px !important;
  width: 25px !important;
  background: #505581;
  border-radius: 5px;
}

/* .testimonial-prev::after,
.testimonial-next::after {
  font-size: 20px;
  background: url("http://localhost/ybs/wp-content/uploads/2024/09/Arrow.png");
  background-repeat: no-repeat;
  border: 1px solid #505581;
  height: 25px;
  width: 25px;
  background-position: center;
  color: transparent;
  border-radius: 5px;
} */
.testimonial-prev::after {
  transform: rotate(180deg);
}

.testimonial-prev {
  left: auto !important;
  right: 0px !important;
  top: 100px !important;
}

.testimonial-next {
  background: transparent;
  top: 70px !important;
  right: 0px !important;
}

/* .testimonial-next::after {
  border: 1px solid #505581;
  background-image: url("http://localhost/ybs/wp-content/uploads/2024/09/purple_arr.png");
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center;
} */
.testimonials {
  background-color: #f9f9f9;
}

.our_blogs {
  background: none;
}

.our_blogs .main-title h3 {
  margin-bottom: 40px;
}

.our_blogs .main-title h3::after {
  content: unset;
}

.our_blogs .blogcontent {
  position: absolute;
  bottom: 0;
  padding: 30px;
}

.our_blogs .blogcontent h4,
.our_blogs .blogcontent h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.our_blogs .blogcontent h6 {
  color: #f4d35e;
}

.our_blogs .img_content_box::before {
  background: linear-gradient(
    180deg,
    rgba(46, 47, 91, 0.12) 0%,
    #2e2f5b 100%
  ) !important;
}

/* footer {
  background-image: url("http://localhost/ybs/wp-content/uploads/2024/09/footer_bg.png");
  position: relative;
  padding: 60px 0px 35px;
  color: #fff;
} */
footer p,
footer ul li,
footer h4,
footer img,
footer .footer_col {
  z-index: 9;
  position: relative;
}
.footer_col .current-menu-item a:before{content: unset}

footer .footer_col {
  border-right: 1px solid rgb(255 255 255 / 30%);
  z-index: 9;
}

footer ul {
  column-count: 2;
  list-style: none;
  padding-left: 0px;
}

footer ul li {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}

footer h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

footer p {
  font-weight: 300;
  display: flex;
  line-height: 24px;
}

footer p a {
  font-weight: 600;
  color: #fff;
}

footer p i {
  color: #f4d35e;
  font-size: 15px !important;
  margin-right: 6px;
}

footer .copyright {
  padding-top: 20px;
  border-top: 1px solid rgb(255 255 255 / 30%);
  z-index: 9;
  margin-top: 70px;
}

footer .copyright p {
  justify-content: center;
}

#left-arrow,
#right-arrow {
  background: white;
  border: 1px solid #2e2f5b;
  border-radius: 50%;
  color: #2e2f5b;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 25px;
  width: 25px;
  margin: auto;
  z-index: 8;
}

.slick-next,
.slick-prev {
  display: none !important;
}

#left-arrow {
  left: 0px;
}

#right-arrow {
  right: 0px;
}

/* Career style start */
.career_form form {
  background-color: #f7f7f7 !important;
  padding: 8px;
  margin-top: -40px;
  /*z-index: 99;*/
  position: relative;
  border: 1px solid #cdcdcd;
}

.career_form form input,
.career_form form select {
  background: #f7f7f7;
  border: 0px;
  border-radius: 0px;
  color: #000000ad;
  position: relative;
}

.career_form form input:focus,
.career_form form select:focus {
  box-shadow: none;
  background-color: #f7f7f7 !important;
}

/* .career_form form select {
  background: url("http://localhost/ybs/wp-content/uploads/2024/09/Polygon.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center right;
} */
.career_form button {
  background: #f4d35e;
  border: 1px solid #f4d35e;
  border-radius: 0px;
  width: 100%;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  padding: 10px;
}

.career_form button:hover,
.career_form .btn:active {
  background-color: #edd57f !important;
  border: 1px solid #edd57f !important;
  color: #000 !important;
}

/* button:hover, .btn:active, input[type="button"]:hover{background-color: #edd57f !important;border: 1px solid #edd57f !important;color: #000 !important;} */
.career_form form .border_right {
  border-radius: 0px;
  display: flex;
  align-items: center;
  border-right: 1px solid #cacaca;
  padding: 15px;
}

.job_listing .nav-tabs {
  justify-content: center;
  border: 0px;
}

.br_border {
  border-right: 0px !important;
}

.job_listing .nav-link {
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  padding: 5px 20px;
}

.job_listing .nav-link.active,
.job_listing .nav-link:hover {
  background-color: #2e2f5b !important;
  color: #f4d35e !important;
  border-radius: 0px;
  position: relative;
  font-weight: 600;
}

.job_listing .nav-link.active:after,
.job_listing .nav-link:hover:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: solid 10px rgb(46 47 91);
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  margin: auto;
}

.job_listing .tab-content {
  padding-top: 40px;
}

.job_listing .tab-content .tab-pane .col {
  flex: 1 0 20%;
}

.job_listing .job_post {
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 2px 5.99px 0px #00000024;
  height: 100%;
  justify-content: center;
}

.job_listing .job_post h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
}

.job_listing .job_post span {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}

.job_listing .job_post a {
  font-size: 12px;
  font-weight: 700;
  color: #2e2f5b;
}

.job_listing .job_post:hover a img {
  transform: translateX(5px);
  transition: 0.4s all;
}

.job_listing .job_post:hover {
  background: #2e2f5b;
}

.job_listing .job_post:hover h5,
.job_listing .job_post:hover span {
  color: #fff;
}

.job_listing .job_post:hover a {
  color: #f4d35e;
}

.grow_with_us .nav-link:nth-child(odd),
.grow_with_us .nav-link:nth-child(even) {
  border-radius: 0px;
  padding: 25px 15px 25px 30px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: relative;
  /*text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;*/
  width: 100%;
  text-align: left;
}

.grow_with_us .main-title p{
    padding-top:10px;
}

.grow_with_us .nav-link:nth-child(odd) {
  background: #e2e2e2;
}

.grow_with_us .nav-link:nth-child(even) {
  background: #f2f2f2;
}

.grow_with_us .nav-link.active {
  background-color: #2e2f5b !important;
  border-right: 7px solid #f4d35e;
  color: #fff;
  width:102%;
}

.grow_with_us .nav-link.active:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #f4d35e;
  margin: auto;
  height: fit-content;
}

.grow_with_us .tab-content {
  margin-left: -15px;
  background: #f6f6f6;
  height: 100%;
  padding: 30px 40px;
  box-shadow: 0px 3px 4px 0px #00000040;
}

.grow_with_us .tab-content .grow_box {
  border: 1px solid #2e2f5b;
  border-radius: 5px;
  padding: 20px;
}

.grow_with_us .tab-content .grow_box ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  margin-bottom: 0px;
}

.grow_with_us .tab-content .grow_box ul li:first-child {
  width: 75%;
}

.grow_with_us .tab-content .grow_box ul li:last-child {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #2e2f5b;
}

.grow_with_us .tab-content .grow_box ul li h5 {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.grow_with_us .tab-content .grow_box ul li h5 img {
  margin-right: 5px;
}

.grow_with_us .tab-content .grow_box ul li h6,
.grow_with_us .tab-content .grow_box ul li a,
.grow_with_us .tab-content .grow_box ul li:last-child span {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
}

.grow_with_us .tab-content .grow_box ul li a {
  border: 1px solid #000;
  border-radius: 4px;
  padding: 2px 15px;
  margin-top: 10px;
}

.grow_with_us .tab-content .grow_box ul li:last-child a {
  background: #f4d35e;
  padding: 7px 30px;
  font-size: 10px;
  font-weight: 600;
  color: #000000;
  border: 1px solid #f4d35e;
}

.apply_form input,
.apply_form textarea {
  border: 1px solid #7a7a7a;
  padding: 20px !important;
  font-size: 12px !important;
  color: #a8a8a8;
  border-radius: 5px;
}

.apply_form button,
.apply_form input[type="submit"] {
  background: #f4d35e;
  border: 1px solid #f4d35e;
  color: #000;
  font-size: 16px !important;
  font-weight: 700;
  padding: 10px 60px !important;
}

.apply_form button:hover {
  background: #edd57f;
  border: 1px solid #edd57f;
}

.apply_form .main-title p{
    padding-top:10px;
}

.apply_form input[type="file"] {
  position: relative;
}

.apply_form #gfield_upload_rules_3_7 {
  display: none;
}

.apply_form .gform_footer {
  text-align: center;
}

/* .apply_form input[type="file"]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 20px;
  left: auto;
  background-image: url("http://localhost/ybs/wp-content/uploads/2024/09/pdf.png");
  background-size: inherit;
  background-position: right;
  background-repeat: no-repeat;
} */

/* Career style end */

/* Case study single style start */
.case-study-content .first-container {
  display: flex;
}

.case-study-content .first-container h6 {
  font-weight: 400;
  font-size: 12px;
  color: #2e2f5b;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.case-study-content .first-container h6:last-child {
  margin-right: 0px;
}

.case-study-content .first-container h6 img {
  margin-right: 5px;
}

.case-study-content .first-container img {
  height: 16px;
}

.case-study-content .second-container {
  padding-top: 15px;
}

.case-study-content .second-container h4 {
  color: #2e2f5b;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.case-study-content .second-container p {
  font-weight: 500;
  color: #2e2f5b;
  line-height: 26px;
}

.case-study-content .second-container blockquote {
  font-weight: 500;
  font-size: 12px !important;
  color: #2e2f5b;
  padding: 5px 20px;
  border-left: 1px solid #f4d35e;
  line-height: 26px;
}

.body-start h6 {
  color: #667085;
  font-weight: 400;
  font-size: 8px;
}

.case-study-content .body-start {
  background-color: #f3f3f3;
  padding: 10px 11px 10px 5px !important;
}

.case-study-content .body-start h5 {
  color: #2e2f5b;
  font-weight: 700;
  font-size: 12px;
}

.case-study-content .body-start p {
  font-weight: 500 !important;
  color: #000000;
  font-size: 10px !important;
  line-height: 15px;
  margin-bottom: 5px;
}

.case-study-content .body-start a {
  color: #2e2f5b;
  font-weight: 500;
  font-size: 8px;
  text-decoration: none;
}

.objPosition {
  object-position: left;
}

.case-study-content .card-start {
  background-color: #f3f3f3;
  border-radius: 0px;
  border: none;
  margin-bottom: 0px !important;
}

.most-popular h2 {
  margin-bottom: 30px;
}

/* Case study single style end */

.even-in-view {
  animation-name: fadeInTop;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  /* Smooth transition */
  will-change: transform, opacity;
  /* Hint to browser for optimization */
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-50px);
    /* Adjust to a smaller value for smoother transition */
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.odd-in-view {
  animation-name: fadeInBottom;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  /* Smooth transition */
  will-change: transform, opacity;
  /* Hint to browser for optimization */
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
    /* Adjust to a smaller value for smoother transition */
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 575px) {
	.our_procedure .accordion ul li div a{
		height:120px !important;
/* 		padding-left:10px; */
		
	}
  /*  */
  .our_blogs .blogcontent h4,
  .our_blogs .blogcontent h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
  }

  .about_us .aboutus_padd .nested_box img {
    width: 25px;
  }

  /*  */
  .job_listing .tab-content .tab-pane .col {
    flex: 1 0 50% !important;
  }

  .career_form form {
    margin-top: 0px;
  }

  .career_form form .border_right {
    padding: 8px;
    border-right: 0px;
    /* border-bottom: 1px solid #cacaca; */
  }

  .br_border {
    border-bottom: 0px !important;
  }

  .career_form form .border_right img {
    width: 12px;
  }

  .career_form button,
  .apply_form button {
    font-size: 14px;
    padding: 7px;
  }
}

@media (max-width: 767px) {
	
	
    .client_detail div h5{
        padding-top:5px;
    }
    /*footer p i.fa-map-marker-alt{*/
    /*    margin-right:-10px;*/
    /*}*/
    .footer_col ul{
        margin-bottom:15px;
    }
    
    .testimonials .client_detail h4{
        padding-top:10px;
    }
     
    .apply_form .main-title p{
        padding-top:0px;
    }
    .grow_with_us .main-title p{
        padding-top:0px;
    }
    .our_procedure p{
        padding-top:0px;
    }
  .about_us .aboutus_padd h3 {
    width: -webkit-fill-available;
  }

  .banner .banner_text h5 {
    font-size: 10px;
    margin-bottom: 5px;
  }

  /* -------------------------------- */
  body {
    font-size: 10px !important;
  }

  .banner {
    height: 300px;
  }

  .banner img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    
  }

  .about_us {
    background: none;
  }

  .about_us h3,
  .about_us p {
    color: #000 !important;
  }

  .about_us .nested_col .nested_box h5,
  .about_us .nested_col .nested_box p {
    color: #000 !important;
  }

  .about_us .aboutus_padd .nested_box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
  }

  .aboutus_padd,
  .padd_right {
    text-align: center;
  }

  .aboutus_padd .nested_col .nested_box {
    text-align: left;
  }

  .aboutus_padd h5,
  .aboutus_padd p {
    width: 100%;
  }

  .about_us .aboutus_padd a:last-child {
    border: 1px solid #2e2f5b;
    background-color: #fff;
    color: #2e2f5b;
    display: flex;
    justify-content: center;
  }

  .about_us .aboutus_padd a:last-child img {
    background: #2e2f5b;
  }

  .aboutus_padd .flex {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .about_us .aboutus_padd a {
    margin: 0px 2px;
  }

  /* .why_choose_box { height: 100% !important; } */

  /* .why_choose .row { row-gap: 1rem; } */
  .why_choose .why_choose_box {
    padding: 30px 10px 15px !important;
  }

  .why_choose .why_choose_box h3 {
    font-size: 14px;
  }

  .why_choose .why_choose_box p {
    margin-bottom: 0px;
  }

  .our_experience {
    left: 0;
    right: 0;
    margin: auto;
    /* width: 100%; */
  }

  .our_experience .experience_list {
    text-align: left;
    padding-left: 1rem;
    
  }

  .experience_list li::before {
    left: -15px;
  }

  .best_practice li h6 {
    font-size: 14px;
  }

  .best_practice img {
    height: 25px;
    width: 25px;
    margin-bottom: 10px;
  }

  .best_practice li p {
    line-height: 18px;
  }

  .our_experience .best_practice {
    display: block;
  }

  .best_practice li:first-child,
  .best_practice li:last-child,
  .best_practice li {
    width: 100% !important;
  }

  .our_experience .padd_right {
    margin-bottom: 40px;
  }

  .our_experience .employee {
    left: 0;
    right: 0;
    margin: auto;
  }

  /* .best_practice li {
    display: flex;
    justify-content: center;
  } */

  .testimonial .testimonial-next,
  .outsourcing_facility_slider .outsourcing_facility_slider-next {
    top: auto !important;
    right: 0px !important;
    left: 40px !important;
    margin: auto;
    bottom: -10px;
  }
  .success_dna img{width: 40px;}

  .testimonial .testimonial-prev,
  .outsourcing_facility_slider .outsourcing_facility_slider-prev {
    left: 0px !important;
    right: 30px !important;
    margin: auto;
    top: auto !important;
    bottom: -10px !important;
  }

  .outsourcing_facility_slider .outsourcing_facility_slider-prev,
  .outsourcing_facility_slider .outsourcing_facility_slider-next {
    top: 88% !important;
    display:none;
  }

  .testimonials .client_detail .client_img::before {
    left: 12px !important;
    bottom: -40px !important;
  }

  .testimonials .testimonial .swiper-slide::before {
    top: 0;
    background-position: top center;
    background-size: 50px;
    right: 0px;
  }

  .testimonials .swiper {
    text-align: center !important;
    padding-bottom: 50px;
  }

  .testimonials .testimonial .swiper-wrapper .swiper-slide .client_detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* left: 0;
    right: 0;
    margin: auto;
    text-align: center; */
  }

  .testimonials .client_detail .client_img {
    margin-right: 0;
  }

  .success_dna .video-container {
    padding-bottom: 50%;
  }

  /* --------------------------------- */
  header .collapse ul li a.active::before,
  header .collapse ul li a:hover::before,
  .outsourcing_facility .nav-tabs .nav-link.active::before {
    bottom: 1px;
    height: 7px;
    width: 7px;
  }

  section {
    padding: 25px 0px !important;
  }

  .banner .banner_text {
    padding: 20px 10px;
  }

  .banner .banner_text h1 {
    font-size: 28px;
    /* flex-direction: column; */
    text-align: center;
    margin-bottom: 0px;
    align-items: center;
    line-height: 20px;
  }

  .banner .banner_text h1 span {
    margin-left: 5px;
  }

  .banner .banner_text p {
    margin-bottom: 10px;
    font-size: 10px !important;
  }

  .main-title h5 {
    font-size: 10px;
    margin-bottom: 7px;
  }

  .main-title h1,
  .main-title h2,
  .main-title h3 {
    font-size: 16px;
  }

  h3 br {
    display: none;
  }

  p {
    font-size: 12px !important;
  }

  .outsourcing_facility .main-title h3::after {
    bottom: -40px;
    background: #2e2f5b;
    width: 30px;
  }

  .outsourcing_facility .main-title h3 {
    margin-bottom: 20px;
  }

  .outsourcing_facility
    .outsourcing_facility_slider
    .img_content_box
    .tabcontent
    p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 10px !important;
  }

  .outsourcing_facility .outsourcing_facility_slider .img_content_box {
    border-radius: 3px;
  }

  .outsourcing_facility
    .outsourcing_facility_slider
    .img_content_box
    .tabcontent {
    padding: 15px;
  }

  .outsourcing_facility .nav-tabs .nav-link {
    padding: 5px;
    font-size: 10px;
  }

  #left-arrow,
  #right-arrow {
    margin: inherit;
  }

  .outsourcing_facility .nav-tabs .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .outsourcing_facility
    .outsourcing_facility_slider
    .img_content_box
    .tabcontent
    h4 {
    font-size: 16px;
  }

  .outsourcing_facility
    .outsourcing_facility_slider
    .img_content_box
    .tabcontent
    img {
    width: 16px;
  }

  .outsourcing_facility_slider {
    padding-bottom: 0px !important;
    padding-top: 20px !important;
  }

  .outsourcing_facility_slider .outsourcing_facility_slider-prev,
  .outsourcing_facility_slider .outsourcing_facility_slider-next {
    top: 93%;
  }

  .outsourcing_facility .tab-content {
    padding: 0px;
  }

  .outsourcing_facility_slider .outsourcing_facility_slider-prev {
    left: 44%;
  }

  .outsourcing_facility_slider .outsourcing_facility_slider-next {
    left: 53%;
  }

  p br {
    display: none;
  }

  .banner_text_slider {
    line-height: 44px;text-align: left;
  }

  .about_us .aboutus_padd {
    padding: 25px 12px;
  }

  .about_us h5 {
    color: #505581;
  }

  .about_us .aboutus_padd p {
    line-height: 18px;
    margin-bottom: 15px;
  }

  .about_us .aboutus_padd .nested_box h5 {
    font-size: 10px;
    margin-bottom: 2px;
  }

  .about_us .aboutus_padd .nested_box p {
    font-size: 8px !important;
    line-height: 12px;
    font-weight: 500;
  }

  .success_dna {
    padding: 50px 0px;
  }

  .success_dna .main-title p {
    margin-bottom: 20px;
  }

  .our_experience .padd {
    padding: 0 12px;
    margin-bottom: 60px;
  }

  .our_experience .padd .employee {
    padding: 10px 40px;
  }

  .our_experience .padd .employee h3 {
    font-size: 32px;
  }

  .our_experience .padd .employee h5 {
    font-size: 16px;
  }

  .our_experience .padd_right {
    padding-right: 12px;
  }

  .our_experience p {
    margin-bottom: 15px;
  }

  .best_practice li:first-child {
    width: 15%;
  }

  .our_blogs .blogcontent {
    padding: 20px;
  }

  .our_blogs .outsourcing_facility_slider .outsourcing_facility_slider-prev,
  .our_blogs .outsourcing_facility_slider .outsourcing_facility_slider-next {
    top: 95%;
  }

  footer {
    padding: 20px 0px 10px !important;
  }

  footer p {
    margin-bottom: 15px !important;
    line-height: 18px;
    font-size: 9px !important;
    justify-content: center;
  }

  footer h4 {
    margin-bottom: 12px;
  }

  footer .copyright {
    padding-top: 15px;
    margin-top: 0px;
  }

  .accordion ul:hover li:hover a {
    height: auto;
  }

  .accordion ul li div a h2 {
    line-height: 20px;
  }

  footer .footer_col {
    border-right: 0px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    margin: 15px 0;
    padding: 0;
    margin-bottom:0px;
  }

  .mob_design_flex {
    display: flex;
    justify-content: center;
    gap:10px
  }
  .mob_design_flex p i.fa-solid {
      font-size:12px !important;
  }

  .mob_design_flex p {
    margin-right: 10px;
    align-items: center;
  }

  .mob_design_flex p:last-child {
    margin-right: 0px;
  }

  footer ul {
    column-count: 3;
	  text-align:center;
  }

  footer ul li {
    font-size: 10px;
  }

  .footer-widget {
    text-align: center;
    margin-top:15px;
  }

  footer h4 {
    text-align: center;
    font-size: 14px;
  }

  footer img {
    height: 51px;
    width: 55px;
  }

  .our_experience .padd .employee {
    left: 0px !important;
  }

  footer .footer_col:first-child {
    display: flex;
    align-items: flex-start;
    padding: 0px 10px;
  }

  /* Career style start */
  .career_form button,
  .apply_form button {
    font-size: 14px;
    padding: 7px;
  }

  .career_form form .border_right {
    padding: 8px;
  }

  .job_listing .nav-link {
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
  }

  .job_listing .tab-content {
    padding-top: 20px;
  }

  .job_listing .job_post {
    padding: 12px;
  }

  .job_listing .job_post h5 {
    font-size: 14px;
  }

  .job_listing .tab-content .tab-pane .col {
    flex: 1 0 33.33%;
    max-width: fit-content;
  }

  .grow_with_us .nav-link:nth-child(odd),
  .grow_with_us .nav-link:nth-child(even) {
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
  }

  .grow_with_us .tab-content .grow_box {
    padding: 15px;
  }

  .grow_with_us .tab-content .grow_box ul {
    flex-direction: column;
  }

  .grow_with_us .tab-content .grow_box ul li:first-child,
  .grow_with_us .tab-content .grow_box ul li:last-child {
    width: 100%;
    border-left: 0px;
  }

  .grow_with_us .tab-content .grow_box ul li:last-child {
    border-top: 1px solid #2e2f5b21;
    margin: 20px 0 0;
    padding-top: 10px;
    flex-direction: row;
  }

  .grow_with_us .tab-content .grow_box ul li:last-child a {
    margin-top: 0px;
    padding: 7px 20px;
  }

  .apply_form input,
  .apply_form textarea {
    padding: 10px !important;
    border-radius: 4px;
  }

  .apply_form button,
  .apply_form input[type="submit"] {
    padding: 8px 60px !important;
  }

  .job_listing .tab-content .tab-pane > .row {
    justify-content: center;
  }

  /* .job_listing .nav-tabs .nav-item {
    padding-bottom: 10px;
  } */

  .selectBox {
    margin-top: 15px;
  }

  /* Career style end */

  /* Case study single style start */
  .case-study-content .second-container h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .most-popular h2 {
    margin-bottom: 10px;
  }

  .case-study-content .body-start {
    padding: 20px 25px !important;
  }

  /* Case study single style end */
}

@media (min-width: 480px) and (max-width: 767px) {
  ul.experience_list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-bottom: 30px;
  }

  .banner .banner_text {
    position: absolute;
  }

  .outsourcing_facility .main-title h3::after {
    bottom: -40px;
  }

  .about_img img {
    object-position: 20% 50%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .accordion ul li div a h2 {
    font-size: 12px;
    line-height: 14px;
  }
}
@media(min-width:768px){
        .blog-banner img{
        height:480px;
        width:100%;
        object-fit:cover;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {

  .job_listing .job_post {
    padding: 10px;
  }

  .job_listing .job_post h5 {
    font-size: 14px;
  }

  .grow_with_us .tab-content {
    padding: 20px 30px;
  }

  .grow_with_us .tab-content .grow_box ul li:last-child {
    padding-left: 10px;
  }

  .grow_with_us .tab-content .grow_box {
    padding: 12px;
  }

  .grow_with_us .tab-content .grow_box ul li a {
    font-size: 9px;
    padding: 2px 10px;
  }

  .grow_with_us .tab-content .grow_box ul li:last-child a {
    padding: 7px 15px;
  }

  .grow_with_us .nav-link.active {
    color: #fff !important;
  }

  .grow_with_us .nav-link:nth-child(odd),
  .grow_with_us .nav-link:nth-child(even) {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
  }
}

@media (max-width: 991px) {
	.navbar-toggler-icon{
		display:none;
	}
/* 	Custom navbar style */
	 .navbar-toggler div {
  height: 2px;
  background: #F4D35E;
  border-radius: 1px;
		 margin-top:5px;
}
 
.navbar-toggler div:first-child {
  width: 20px;
}
 
.navbar-toggler .middle {
  width: 12px;
  align-self: flex-start;
}
 
.navbar-toggler div:last-child {
  width: 20px;
}
  .accordion ul li.disable_li .sliderLink {
    display: none;
  }

  section {
    padding: 50px 0px;
  }

  header .navbar-brand img {
    width: 75px;
  }

  .navbar-toggler {
    border: 0px;
  }

  .navbar-toggler-icon {
    filter: invert(1);
  }

  header .collapse ul {
    border-radius: 0px;
    margin-right: 0px;
    padding: 0px;
  }

  button:focus {
    box-shadow: none !important;
  }

  /* header .collapse ul {
    background: #898aa3;
    padding: 0px 0px 10px;
  }

  header .navbar-collapse {
    background: #2e2f5b;
  } */

  header .collapse ul li a {
    text-transform: capitalize;
  }

  header .collapse ul li a {
    padding: 15px 0px 5px;
    border-bottom: 1px solid #dddddd2e;
  }

  /* header .collapse ul li {
    padding: 0px 12px;
  } */

  .banner .banner_text a,
  .about_us .aboutus_padd a,
  .our_experience a {
    padding: 8px 15px;
  }

  .why_choose .why_choose_box {
    margin-top: 30px;
    padding: 25px 15px 20px;
    height: auto;
  }

  .why_choose .why_choose_box .icon {
    margin-top: -60px;
    height: 55px;
    width: 55px;
    margin-bottom: 15px;
  }

  .why_choose .why_choose_box .icon img {
    width: 25px;
  }

  .our_experience .padd {
    padding: 0 12px;
    margin-bottom: 60px;
  }

  .our_experience .padd .employee {
    bottom: -50px;
    left: -20px;
    padding: 20px 50px;
  }

  .testimonials .testimonial .swiper-slide p {
    line-height: 18px;
  }

  .testimonials .client_detail .client_img img {
    height: 45px;
    width: 45px;
  }

  .our_experience .padd .employee h3 {
    font-size: 26px;
    line-height: 22px;
    font-weight: 600;
  }

  .our_experience .padd .employee h5 {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .our_experience .padd_right {
    padding-right: 12px;
  }

  .our_experience p,
  ul.experience_list {
    line-height: 18px;
    margin-bottom: 15px;
  }

  .best_practice li:first-child {
    width: 14%;
  }

  .best_practice li p {
    margin-bottom: 0px;
  }

  footer {
    padding: 40px 12px 10px;
  }

  footer p {
    margin-bottom: 10px !important;
  }

  footer h4 {
    margin-bottom: 12px;
  }

  footer .copyright {
    padding-top: 15px;
    margin-top: 15px;
  }

  .about_us .aboutus_padd .nested_col {
    padding: 0px 0px 10px;
    margin: auto;
  }

  .grow_with_us .tab-content {
    margin-left: 0px;
    padding: 15px;
  }

  .grow_with_us .col-md-8,
  .grow_with_us .col-md-4 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    p{
        font-size:13px !important;
    }
  footer img {
    height: 51px;
    width: 55px;
  }

  footer h4 {
    margin-bottom: 24px;
  }

  footer ul li {
    font-size: 12px;
  }

  footer p a {
    font-weight: 500;
  }

  .about_us .aboutus_padd .nested_box {
    padding: 8px;
  }

  .accordion,
  .accordion ul li {
    height: 500px;
  }

  .accordion {
    margin-top: 20px;
  }

  .banner .banner_text h1 {
    font-size: 36px;
  }

  .main-title h1,
  .main-title h2,
  .main-title h3 {
    font-size: 22px;
  }

  .main-title h5 {
    font-size: 12px;
  }

  .main-title h5,
  .outsourcing_facility .nav-tabs {
    margin-bottom: 10px;
  }

  .outsourcing_facility .main-title h3 {
    margin-bottom: 40px;
  }

  .outsourcing_facility .main-title h3::after {
    bottom: -60px;
  }

  .outsourcing_facility
    .outsourcing_facility_slider
    .img_content_box
    .tabcontent {
    padding: 20px;
  }

  .outsourcing_facility
    .outsourcing_facility_slider
    .img_content_box
    .tabcontent
    h4 {
    font-size: 18px;
  }

  .outsourcing_facility_slider .outsourcing_facility_slider-next {
    left: 52%;
  }

  .about_us .aboutus_padd {
    padding: 50px 12px;
  }

  .why_choose .why_choose_box {
    height: auto;
  }

  .success_dna {
    padding: 70px 0px;
  }

  .success_dna .main-title p {
    margin-bottom: 20px;
  }

  .accordion ul li div a {
    height: 100px;
  }

  .accordion ul li div a h2 {
    font-size: 13px;
    line-height: 18px;
  }

  .about_us .aboutus_padd .nested_box img {
    width: 25px;
    margin-right: 5px;
  }

  .about_us .aboutus_padd .nested_box h5 {
    font-size: 13px;
  }

  .about_us .aboutus_padd .nested_box p {
    font-size: 10px !important;
  }

  .about_us .aboutus_padd a:last-child {
    display: flex;
    justify-content: center;
    margin-left: 10px;
  }
}

.aboutus_padd .flex {
  width: 100%;
  display: flex;
}

.about_us .aboutus_padd a:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) and (max-width: 1240px) {
  .accordion ul li div a {
    height: 110px;
  }

  .accordion ul li {
    padding: 20px 7px 0;
  }
  .main-title h1, .main-title h2, .main-title h3{
    font-size:26px;
  }
  .about_us .aboutus_padd {
    padding: 50px 15px;
  }

  .our_experience .padd {
    padding: 0;
  }

  .our_experience .padd .employee {
    bottom: -45px;
    left: -15px;
    padding: 12px 50px;
  }

  .our_experience .padd .employee h3 {
    font-size: 36px;
    font-weight: 600;
  }

  .our_experience .padd .employee h5 {
    font-size: 18px;
  }

  .our_experience .padd_right {
    padding-right: 12px;
    padding-left: 25px;
  }

  .our_experience p,
  ul.experience_list {
    margin-bottom: 18px;
  }

  .testimonial-prev,
  .testimonial-next {
    right: 1px !important;
  }
}

@media screen and (max-width: 680px) {
	.sliderLink img{
		width:12px;
	}
  .accordion ul li {
    height: 300px;
/*     padding: 0px; */
  }
/* 	.accordion ul li div a{
		padding:5px 0px 12px 2px !important;
	} */
	.accordion ul li div a h2{
		line-height:11px;
		margin-top:5px;
	}
	.sliderLink p{
		font-size:8px !important;
		font-weight:200;
	}
	.accordion ul li div a h2{
		font-size:9px;
	}
	.accordion ul li{
		padding:20px 3px 0 !important;
	}

/*   .accordion ul li div a {
	  height:300px;
    padding: 10px;
  } */

  .accordion {
    height: auto;
  }

/*   .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  } */

/*   .accordion ul li div a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  } */
}