.banner {
  background-color: #ffcc00;
  color: #333;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1100;
}
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
  color: #333;
}
.container {
  max-width: 1200px;
}
.row{
  margin: 0;
}
.col , .col-sm-12{
  padding: 0;
}
/* Header Css */
.small-header{
display: none;
}
.head-nav{
  height: 95px;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
}
.nav-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-nav{
  height: 70px;
  border-radius: 16px;
  border: 1px solid #D1D5DB;
  background: #FAFAFAF2;
  backdrop-filter: blur(5px);
  padding: 12px;
  gap: 24px;
}
.logo a {
  padding: 0;
  margin: 0;
}
.menu {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.menu a {
  text-decoration: none;
  padding: 10px;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.10000000149011612px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000EB;
}

.menu li {
  position: relative;
}

.menu li ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border-radius: 10px;
  list-style: none;
  padding: 10px 0;
  min-width: 150px;
  box-shadow: rgb(0 0 0 / 25%) 0px 11px 20px 0px;
  opacity: 1;
  transform-origin: 50% 0% 0px;
  top: 100%;
  z-index: 1000;
}
.dropdown-item:hover{
  background-color: rgb(243, 244, 246, 1);
}
.menu .first-menu:hover ul{
display: block;
}
.menu .second-menu:hover ul{
display: flex;
box-shadow: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.menu .second-menu .hs-item-has-children{
width: 240px;
}
.menu .second-menu:hover ul .hs-menu-children-wrapper{
display: block;
width: 240px;
height: 365px;
box-shadow: none;
}
.buttons {
  display: flex;
  gap: 15px;
  margin-left: 30px;
}

.buttons a {
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.10000000149011612px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login {
  color: #000000EB;
  padding: 10px 20px;
}
.login:hover {
  color: #000000EB;
}

.signup {
  color: white !important;
  width: 132px;
  height: 37px;
  padding: 8px 12px;
  border-radius: 10px;
  text-align: center;  
  background: linear-gradient(rgba(247, 180, 54, 0.71) 0%, rgba(247, 180, 54, 0.71) 100%) rgba(247, 180, 54, 0.71);
  box-shadow: rgba(0, 0, 0, 0.467) 0px 0.72262px 0.72262px -1.25px inset, rgba(0, 0, 0, 0.41) 0px 2.74624px 2.74624px -2.5px inset, rgba(0, 0, 0, 0.16) 0px 12px 12px -3.75px inset, rgba(0, 0, 0, 0.157) 0px 0.72262px 0.72262px -1.25px, rgba(0, 0, 0, 0.14) 0px 2.74624px 2.74624px -2.5px, rgba(0, 0, 0, 0.055) 0px 12px 12px -3.75px;
}
.signup:hover {
  box-shadow: none;
  color: white;
}
.signup:hover img{
  transition: transform .3s ease-in-out;
  transform: rotate(45deg);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: #333;
}
.hamburger.close-icon div:nth-child(1) {
  transition: transform .3s ease-in-out;
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.close-icon div:nth-child(2) {
  opacity: 0;
}
.hamburger.close-icon div:nth-child(3) {
  transition: transform .3s ease-in-out;
  transform: rotate(-45deg) translate(5px, -5px);
}

.hamburger div {
  transition: transform .3s ease-in-out;
}
.footer{
  background: #101010;
  padding: 60px 188px;
}
.footer-top{
  display: flex;
  justify-content: space-between;
}
.footer-top a{
  color: unset;
  text-decoration: none;
}
.footer-top h6{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.800000011920929px;
  text-align: left;
  color: #ffffff;    
}
.footer-top p{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.6399999856948853px;
  text-align: left;
  color: #ffffff;
  margin-top: 15px;
}
.footer-text{
  width: 190px;
}
.footer-bottom{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.share-links{
  display: flex;
  gap: 15px;
}
.footer-bottom .horizontal-line{
  width: 100%;
}
.footer-bottom .terms {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 240px;
}
.footer-bottom2{
  display: flex;
  justify-content: space-between;
}
.footer-bottom2 p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.6399999856948853px;
  text-align: left;
  color: #ffffff;    
}
.footer-bottom2 a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.6399999856948853px;
  text-align: left;
  color: #ffffff;    
}
.hero-heading{
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.hero-heading h1{
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 67.2px;
  letter-spacing: -2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #3B3B3B;
}
.hero-heading p{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #374151;
  padding: 16px 0;
}
.hero-heading button{
  padding: 12px 18px 12px 22px;
  border-radius: 10px;
  background: linear-gradient(96.13deg, #F09D02 0%, #99A264 37.75%, #5A9581 55.04%, #0A6769 86%, #076466 100%);
  box-shadow: 0px 4px 6px 0px #1E07511F;
  border: none;
}
.hero-heading button a{
font-family: 'Poppins', sans-serif;
font-size: 15px;
font-weight: 500;
line-height: 23.25px;
letter-spacing: -0.30000001192092896px;
text-align: center;
color: #ffffff;
text-decoration: none;
}
.tab-items{
  display: flex;
  align-items: center;
  justify-content:space-around;
  margin-bottom: 20px;
}
.nav-tabs{
  gap: 40px;
  border: none;
}
.nav-item a{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: #000000;
  text-decoration: none;
}
.nav-item img {
  padding: 12px;
  padding: 0px 13.5px;
  border-radius: 8px ;
  height: 60px;
}
.nav-item:hover img {
  border: 1px solid #3B8F90;
  background: #ffffff;
}
.tab-img img{
  width: 100%;
  height: 658px;
  padding: 0 120px;
}
.nav-item.active a {
  font-weight: bold;
}
.nav-item.active img {
  background-color: #3B8F90;
}
.trusted-section{
  padding: 20px 0 40px 0;
}
.trusted-section h4{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6px;
  text-align: center;
  color: #001122;
}
.trusted-partners{
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 17px;
}
.hire-text{
  padding: 40px 0;
}
.hire-text h5{
  font-family: 'Poppins', sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 50.6px;
  letter-spacing: -1.5px;
  text-align: center;
  color: #000000;    
}
.hire-text p{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: center;
  color: #374151;    
}
.hire-accordion{
  padding-bottom: 50px;
}
.hire-acc{
  padding-left: 138px;
  padding-right: 50px;
}
.accordion-title h4{
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44.2px;
  letter-spacing: -1.3600000143051147px;
  text-align: left;
  color: #6B7280;  
}
.accordion-title .h4{
  color: linear-gradient(270deg, #3B8F90 42%, #F7B537 100%);
}
.accordion-title {
  cursor: pointer;
}

.hire-acc .item:hover .accordion-title h4,
.hire-acc .item.open .accordion-title h4 {
  background: linear-gradient(270deg, #3B8F90 42%, #F7B537 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: transform .3s ease-in-out;
}

.hire-acc p{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.7200000286102295px;
  text-align: left;
  color: #374151;
  padding-right: 60px;   
}   
.item {
  max-height: 70px;
  overflow: hidden;
  background-size: 100%;
  transition: max-height 0.3s ease; /* Smooth transition */

  &.open {
    max-height: 1000px;
    background-size: 200%;
    transition: 0.3s;
    border-bottom: 2px solid #3B8F90;
  }
}

.smart-hire{
  margin: 60px 0;
  padding: 85px 40px;
}
.smart-hire{
  width: 1278px;
  height: 408px;
  border-radius: 24px;
  border: 1px solid #21212130
}
.smart-hire-text{
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.smart-hire-text h6{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  color: #1F2937;    
}
.smart-hire-text h5{
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40.8px;
  text-align: left;
  color: #1F2937;
}
.smart-hire-text p{
  width: 436px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #4B5563;
}
.smart-hire-text button{
  width: 150px;
  height: 40px;
  padding: 8px 14px;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(250, 185, 65, 0.08), rgba(250, 185, 65, 0.08)),
      linear-gradient(0deg, rgba(250, 185, 65, 0.08), rgba(250, 185, 65, 0.08));
  box-shadow: 0px 4px 6px 0px #1E07511F;
  border: none;  
}
.smart-hire-text button a{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 23.25px;
  letter-spacing: -0.30000001192092896px;
  text-align: center;
  color: #F7B537;  
  text-decoration: none;
}
.slider-section{
  background: #FAFAFA;
  padding: 40px 0;
}
.slider-heading h4{
  font-family: 'Poppins', sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 49.2px;
  text-align: center;
  color: #000000;
  padding-bottom: 40px;
}
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider-container:hover .slider {
  animation-play-state: paused; /* Pause animation on hover */
}

.slider {
  display: flex;
  width: calc(100%);
  animation: scroll 100s linear infinite;
}

.slide {
  min-width: 343px;
  max-width: 343px;
  height: 610px;
  flex: 0 0 25%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  margin: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content:flex-end;
  transition: transform 0.3s ease;
}

.slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.slide-content {
  width: 343px;
  height: 305px;
  padding: 35px 20px;
  background: #03030373;
  backdrop-filter: blur(10px);
}

.slide h6 {
  padding: 0 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #FFFFFF;
}

.slide p {
  padding: 0 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  text-align: left;
  color: #FFFFFF;
}

/* Keyframes for smooth scrolling */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.slider::after {
  content: '';
  display: block;
  flex: 0 0 auto;
  animation: none;
}
.features-tabs-section{
  padding: 40px 0;
}
.features-tabs-section .nav-tabs{
  gap: 20px;
}
.features-tabs-section .nav-items a{
  cursor: pointer;
  width: 162px;
  height: 118px;
  padding: 19.5px 30.36px;
  border-radius: 15px;
  background: #FFFFFF01;
  border: 1px solid #9CA3AF;
}
.nav-active{
  box-shadow: 0px 10px 50px -2px #778F3B29 , 0px 2.29px 11.44px -1.33px #778F3B1F , 0px 0.6px 3.01px -0.67px #778F3B1C;
  border: 1px solid #4B5563;
  font-weight: bold !important;
  color: #4B5563 !important;
}
.features-tabs-section a{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -1px;
  text-align: center;
  color: #6B7280;
  text-decoration: none;
}
.tab-content .tab-text{
  padding: 40px;
  border-radius: 16px;
  box-shadow: -11px 14px 53.41px -4.75px #00000003, -3.51px 4.47px 17.05px -3.56px #0000002A, -1.33px 1.69px 6.45px -2.38px #00000036, -0.44px 0.56px 2.13px -1.19px #0000003A;
  border: 1px solid #D1D5DB;
}
.tab-col1{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tab-text ul li::before{
  width: 50px !important;
  height: 25px !important;
}
.tab-text h4{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: -1px;
  text-align: left;
  color: #1C1C1C;
}
.tab-text h6{
  width: 420px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #4B5563;
  margin: 0;
}
.tab-text ul{
  list-style: none;
  margin-bottom: 16px;
  padding: 0;
}
.tab-text ul li {
  display: flex; /* Flexbox for alignment */
  align-items: center; /* Vertically center the items */
  gap: 8px; /* Adjust spacing between the image and text */
}
.tab-text ul li::before {
content: '';
display: inline-block;
width: 16px;
height: 16px;
background: url('/assests/images/check-green.svg') no-repeat center;
background-size: cover; /* Make sure the image scales properly */
}
.tab-text li{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #4B5563;
  margin: 0;
}
.tab-text p{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #374151;
  margin: 0;
}
.tab-col2{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tests-items{
  height: 81px;
  margin-bottom: 4px;
  display: flex;
  padding: 13.38px 14px;
  gap: 10px;
}
.tests-icon{
  height: 55px;
  width: 55px;
  padding: 13.31px 0;
  border-radius: 8px;
  background-color: #F3F4F6;
}
.tests-items h4{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #4B5563;
  margin: 0;
  display: flex;
  align-items: center;
}
.tests-btn button{
  width: 100%;
  height: 48px;
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(180deg, #F7B537 0%, #FFC457 100%);
  box-shadow: 0px 4px 6px 0px #1E07511F;
  border: none;
}
.tests-btn button a{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 23.25px;
  letter-spacing: -0.30000001192092896px;
  color: #ffffff;
  text-decoration: none;
}
.quality-section{
  padding: 40px 0;
}
.quality-outer-img{
  position: relative;
  bottom: 496px;
  right: 25px;
  transition: transform 0.5s ease;
}
.quality-right-section{
  height: 470px;
}
.quality-section h3{
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  text-align: left;
  color: #374151;
}
.quality-section p{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #6B7280;
}
.hiring-team{
  padding: 40px 0;
}
.hiring-team-text h3{
  font-family: 'Poppins', sans-serif;
  font-size: 41px;
  font-weight: 800;
  line-height: 49.2px;
  text-align: center;
  color: #000000;
  margin-bottom: 28px;
}
.hiring-team-text p{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 0.18px;
  text-align: center;
  color: #374151;
  margin-bottom: 30px;
}
.hiring-cards{
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.hiring-card{
  width: 340px;
  height: 394px;
  border-radius: 14px;
}
.hiring-card-atached{
  display: flex;
}
.hiring-card-text{
  padding: 20px;
}
.hiring-card h4{
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: -0.800000011920929px;
  text-align: left;
  color: #FFFFFF;
}
.hiring-card p{
  width: 260px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.14000000059604645px;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}
.card-scroll-items{
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.card-scroll1, .card-scroll2, .card-scroll3 {
  height: 50px !important;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.card-scroll1 ul, 
.card-scroll2 ul, 
.card-scroll3 ul {
  display: flex;
  gap: 20px; /* Adjust for spacing between items */
  animation-duration: 10s; /* Adjust for scroll speed */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  white-space: nowrap; /* Ensures items stay on one line */
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-scroll-items li{
padding: 10.5px 21px;
border-radius: 4px;
background: #FFFFFF24;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 800;
line-height: 21px;
text-align: center;
color: #FFFFFF;
list-style: none;
}

.card-scroll1 ul {
  animation-name: scrollLeft;
}

.card-scroll2 ul {
  animation-name: scrollLeft;
}

.card-scroll3 ul {
  animation-name: scrollRight;
}
.card-scroll4 {
display: flex;
justify-content: center;
}
.card-scroll4 ul{
margin: 0;
padding: 0;
}
.card-scroll4 ul{
margin: 0;
padding: 0;
}
.card-scroll4 li{
margin: 0;
padding: 0;
background: transparent;
}
.card-scroll4 img{
border-radius: 100px;
}
.scroll-list {
display: flex;
flex-direction: column;
animation: scrollUp 10s linear infinite;
}

.scroll-list li {
display: flex;
justify-content: center;
margin: 10px 0;
}
.card-scroll4 ul{
animation-name: scrollUp;
}

@keyframes scrollLeft {
  from {
      transform: translateX(0%);
  }
  to {
      transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  from {
      transform: translateX(0%);
  }
  to {
      transform: translateX(50%);
  }
}

@keyframes scrollUp {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-50%);
}
}
@media (max-width:1224px) and (min-width:1001px) {
.footer {
  padding: 60px 60px;
}
.quality-outer-img{
  width: 100%;
}
.hiring-card-atached .hiring-card{
   width: unset !important;
}
.hiring-card-big{
  width: 675px !important;
}
.hiring-card-big-img {
  right: 45px;
}
}
@media (max-width:1000px) and (min-width:767px) {
.footer {
  padding: 60px 60px;
}
.hiring-cards{
  /* flex-direction: column; */
  align-items: center;
}
.hiring-card{
  width: 275px !important;
  height: 425px;
}
.hiring-card img {
  width: 100%;
}
.quality-outer-img{
  right: 0;
  left: 130px;
}
.hiring-card-big{
width: 100% !important;
}
.hiring-card-atached{
width: 675px;
}
.hiring-card-big-img{
display: none;
}
}
@media (max-width: 768px) {
  .large-header{
    display: none;
  }
  .small-header{
    display: block !important;
  }
  /* navbaer */
.header_wrapper{
-o-transition:all .2s linear;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition:all .2s linear;
transition: all .2s linear;
}
.header_wrapper .navbar-brand img {
max-width: 160px;
height: auto;
margin-left: -7px;
}
.header_wrapper .container-fluid {
display: block;
}

.header_wrapper .header-left {
padding-left: 55px;
}

.main-menu .justify-content-end {
justify-content: center !important;
}

.header_wrapper .header-right.flex-content-e {
justify-content: flex-end;
padding-right: 35px;
}

.header_wrapper .header-right .nav-item {
padding: 0;
margin: 0;
}

.header_wrapper .header-right .nav-item.signup {
margin-left: 35px;
}
.header_wrapper .header-right .nav-item .nav-link {
padding: 0;
border-bottom: 0;
}
.header_wrapper .header-right .navbar-nav {
align-items: center;
}
.header_wrapper .navbar {
padding-top: 18px;
padding-bottom: 18px;
}
.small-header{
height: 95px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
background-color: white;
}
.header_wrapper .container-fluid {
display: block;
}

.header_wrapper .header-left {
padding-left: 55px;
}

.main-menu .justify-content-end {
justify-content: center !important;
}
.header_wrapper .menu-navbar-nav {
width: 100%;
display: flex;
justify-content: center;
}
.header_wrapper .nav-item{
margin:0;
padding: 0 20px;
list-style: none;
}
.header_wrapper .col-lg-6 {
padding: 0;
}
.header_wrapper .nav-item .nav-link {
font-weight: 500;
font-size: 16px;
color: #111111;
line-height: 21px;
padding: 14px 0px;
width: 100%;
display: block;
padding: 14px 15px;
text-align: left;
}
.header_wrapper .nav-item .nav-link.active {
border-bottom: 2px solid #F7B538;
}
.visible-phone {
display: block;
}
i.fas.fa-stream.navbar-toggler-icon {
font-size: 30px;
}
.hidden-phone{
display:none;
}
.header_wrapper .col-6 {
width: 100%;
}
.navbar-toggler:focus{
box-shadow:none;
}
.header-scrolled{
position:fixed;
margin-top:0;
top:0;
left:0;
width:100%;
height: 85px;
background-color: #fff;
box-shadow: 0 4px 6px 0 rgb(12, 0 46, .05);


}
/* Mega Menu */

.header_wrapper .nav-item:nth-child(2) ul.sub-menu {
position: absolute;
top: calc(100% + 45px);
left: 0;
right: 0;
text-align: center;
opacity: 0;
visibility: hidden;
transition: all .3s;
pointer-events: none;
z-index: 1;
border-radius: 5px;
margin: 0;
padding: 0;
}

.header_wrapper .nav-item:nth-child(2):hover> ul.sub-menu {
top: calc(100% );
opacity: 1;
visibility: visible;
pointer-events: all;
z-index: 200;
}

.header_wrapper .nav-item:nth-child(2) ul.sub-menu:before {
content: "";
position: absolute;
top: 0;
left: -32px;
width: 100%;
height: 100%;
display: block;
z-index: -1;
}

.header_wrapper .nav-item:nth-child(2):hover> ul.sub-menu:before {
visibility: visible;
pointer-events: all;
}

.header_wrapper .nav-item:nth-child(2) ul.sub-menu > li {
width: 100%;
display: inline-block;
}

.header_wrapper .nav-item:nth-child(2) ul.sub-menu .mega-menu {
box-shadow: 0rem 0rem 1.25rem rgba(30,34,40,.06);
padding: 15px 0;
text-align: left;
max-width: 1200px;
margin: 0 auto;
background-color: #fff;
border-radius: 5px;
display: flex;
justify-content: center;
}

.header_wrapper .nav-item:nth-child(2) ul.sub-menu .mega-menu .mega-menu-item {
flex: 0 0 33%;
max-width: 33%;
padding-left: 0;
padding-right: 15px;
}

.header_wrapper .nav-item:nth-child(2) ul.sub-menu .mega-menu .mega-menu-item h6 {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.2px;
margin-bottom: 20px;
padding-left:15px;
position:relative;
}
.header_wrapper .nav-item:nth-child(2) ul.sub-menu .mega-menu .mega-menu-item h6:after {
position: absolute;
width: 30px;
height: 2px;
bottom: -7px;
content: '';
background: #F7B538;
left: 30px;
}
.header_wrapper .nav-item:nth-child(2) ul.sub-menu .mega-menu .sub-menu {
position: static;
opacity: 1;
visibility: visible;
text-align: left;
pointer-events: all;
}

.header_wrapper .nav-item:nth-child(2) ul.sub-menu .mega-menu .sub-menu li {
display: block;
}
.header_wrapper .nav-item:nth-child(2) ul.sub-menu .mega-menu .sub-menu li:hover a{
color: #1e2125;
background-color: #e9ecef;
}

.header_wrapper .nav-item:nth-child(2) ul.sub-menu .mega-menu .sub-menu li a {
padding: 10px 15px;
display: block;
}
.header-center {
position: relative;
}
.header_wrapper .nav-item .nav-link.active:hover {
border-bottom: 2px solid #F7B538;
}
.header_wrapper .header-left {
padding-left: 0;
display: block;
}
.header_wrapper .nav-item:hover > .dropdown-menu {
display: none;
}
.navbar-toggler {
position: absolute;
right: 10px;
top: 29px;
}

.header_wrapper .nav-item .nav-link {
margin-top: 0 !important;
}

.header_wrapper .nav-item {
margin: 0;
padding: 0;
}

.header_wrapper .nav-item:last-child .nav-link {
margin-bottom: 0 !important;
}
.header_wrapper .nav-item .nav-link:after {
display: none;
}

.header_wrapper .nav-item {
position: relative;
margin:0;
}
.header_wrapper .nav-item:nth-child(2) ul.sub-menu {
display: none;
}
.child-trigger {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 49px;
cursor: pointer;
line-height: 49px;
}
.child-trigger i{
position: relative;
top: 50%; /* Centers icon inside button */
margin: 0 auto !important;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.child-trigger i:after{
position: absolute;
content: '';
}
.child-trigger i, .child-trigger i:after{
width: 10px; /* Icon line width */
height: 1px; /* Icon line height */
background-color:#111; /* Icon color */
display: block;

}
.child-trigger i:after{
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.child-trigger.child-open i:after{
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}


.dropdown-menu {
border: none;
}

.dropdown-item {
padding: 10px 25px;
}

.header_wrapper .navbar-nav .nav-item ul li:last-child {
border-bottom: 1px solid #F7B538;
}

.dropdown-item:focus, .dropdown-item:hover {
background: transparent;
border-radius: 0;
}
.header_wrapper .nav-item:nth-child(2) ul.sub-menu {
position: relative;
top: 0;
opacity: 1;
visibility: visible;
}

.header_wrapper .nav-item:nth-child(2) ul.sub-menu > li {
display: block;
}

.header_wrapper .nav-item:nth-child(2) ul.sub-menu .mega-menu {
display: block;
box-shadow: none;
padding: 0;
}

.header_wrapper .nav-item:nth-child(2) ul.sub-menu .mega-menu .mega-menu-item {
max-width: 100%;
padding: 0;
}

.header_wrapper .nav-item:nth-child(2) ul.sub-menu .mega-menu .mega-menu-item h6 {
padding: 17px 40px;
margin: 0;
cursor: pointer;
}

.header_wrapper .nav-item:nth-child(2) ul.sub-menu .mega-menu .sub-menu li a {
padding: 10px 50px;
}

.header_wrapper .navbar-nav .nav-item ul li {
border-bottom: 0;
}

.header_wrapper .navbar-nav .nav-item ul li:last-child {
border: none;
}
ul.hs-menu-children-wrapper {
display: none;
}

li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
position: relative;
}
.navbar-nav .dropdown-menu .hs-menu-children-wrapper{
padding:0;
}
.header_wrapper .navbar-nav .nav-item ul li .hs-menu-children-wrapper li.hs-menu-depth-2 a{
padding:10px 35px;
}
.header_wrapper .navbar-nav > .nav-item:hover .child-trigger i, 
.header_wrapper .navbar-nav > .nav-item:hover .child-trigger i:after {
background: #F7B538;
}
.header_wrapper .navbar-nav > .nav-item:hover >a {
color:#F7B538;   
}
.header_wrapper .navbar-nav > .nav-item:hover .hs-menu-depth-2 .child-trigger i,
.header_wrapper .navbar-nav > .nav-item:hover .hs-menu-depth-2  .child-trigger i:after {
background: #111;
}

.header_wrapper .menu-navbar-nav .hs-item-has-children > ul.hs-menu-children-wrapper > .hs-item-has-children:hover > a,
.header_wrapper .menu-navbar-nav .hs-item-has-children > ul.hs-menu-children-wrapper > li:hover > a {
color: #F7B538;
}

.header_wrapper .menu-navbar-nav .hs-item-has-children > ul.hs-menu-children-wrapper > .hs-item-has-children:hover > .child-trigger > i, 
.header_wrapper .menu-navbar-nav .hs-item-has-children > ul.hs-menu-children-wrapper > .hs-item-has-children:hover > .child-trigger > i:after {
background: #F7B538;
}
.header_wrapper .menu-navbar-nav .hs-item-has-children > ul.hs-menu-children-wrapper > .hs-item-has-children > ul > li > a:hover {
color: #F7B538;
}
.header_wrapper .navbar-nav .nav-item ul li a{
font-size:16px;
padding:13px 25px;
}
  /* .banner{
    padding-top:80px;
  } */
  
  .footer{
      padding: 40px 30px;
  }
  .footer-text{
      width: unset;
  }
  .footer-top{
      flex-direction: column;
  }
  .footer-bottom2{
      flex-direction: column;
  }
  .terms{
      gap: 20px;
  }
  .hero-heading{
      padding-top: 40px;
  }
  .hero-heading h1{
      font-size: 45px;
      padding: 0 20px;
  }
  .hero-heading p{
      padding: 0 20px;
  }
  .tab-items{
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none;
  }
  .nav-tabs {
      display: inline-flex;
      flex-wrap: nowrap;
  }
  .tab-img img{
      padding: 0;
      height: auto;
  }
  .trusted-partners{
      flex-direction: column;
      align-items: center ;

  }
  .hire{
      padding: 0 20px;
  }
  .hire-acc{
      padding: 0;
      padding-bottom: 40px;
  }
  .hire-accordion {
    padding: 0 20px;
  }
  .tests-items{
    padding-left: 0;
  }
  .accordion-title h4{
      font-size: 24px;
  }
  .smart-hire{
      width: 100%;
      height: auto;
      padding: 40px;
  }
  .smart-hire-text p{
      width: unset;
  }
  .tab-text h6{
    width: unset;
  }
  .quality-section{
    display: none;
  }
  .hiring-cards{
    flex-direction: column;
  }
  .hiring-card-atached{
    display: none;
  }
  .hiring-card {
    width: 100% !important;
  }
  .hiring-card-big{
    width: unset !important;
    padding-bottom: 30px;
  }
  .hiring-card-big-img{
    display: none;
  }
  .hiring-card p{
    width: unset;
  }
  .hiring-team-text p{
    display: none;
  }
  .slider {
    animation: none;
    overflow: scroll;
  }
  .slider-extra {
    display: none;
  }
}