@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


h1,h2,h3,h4,h5,h6{
  font-family: "DM Sans", sans-serif;
}

p,span{
  font-family: "Roboto", sans-serif;
}

.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar{
  background-color: #14212B;
}

.navbar-sticky {
  position: sticky;
  top:-2px;
  z-index: 1020;
  }


.navbar-brand{
    display: block;
    /* width:180px;
     */
     margin-right: 0px;
}

.navMenu{
  width: 100%;
}

.navbar-expand-lg .offcanvas .offcanvas-body {
justify-content: space-between;
}

.logo-img{
    width: 100%;
}
.sectionCta{
  display: flex;
  align-items: center;
}
  .call-container ,.call-parent-container{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
  }

  .menu-area-container{
    display: flex;
    align-items: center;
    justify-content: center;
  }

.divider{
    width: 1px;
    height: 40px;
    background-color:rgba(207, 201, 201,.4);
}

.left-yellow-border{
    border-left: 4px solid #D38E25;
    padding-left: 5px;
}

.icon-area{
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 18px;
    color:#ffffff;
    background: #D38E25;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-wise .icon-area{
  background-color: transparent;
  color:#D38E25;
}

.section-wise .icon-area i{
  animation: none;
  font-size:40px;
}

.icon-area i{
    animation: ring .4s .4s infinite ease-in-out;
    /* animation: name duration timing-function delay iteration-count direction fill-mode; */
}



.call-info-container a{
  color: #e7e1e1;
}
.section-wise .call-info-container a{
  font-size: 18px;
  font-weight: bold;
}

.white .call-info-container span{
  color:#D38E25;
}
.white .call-info-container p a{
  color: #000;
}
.logo-container.phone{
  display: none;
}

.navbar-toggler {
 color: #ffffff;
}

@keyframes ring {
    10%{
        transform: rotate(30deg);
    }
    20%{
        transform: rotate(20deg);
    }
    30%{
        transform: rotate(30deg) scale(1.2);
    }
}
.call-info-container span{
    font-size: 16px;
    line-height: 25px;
    font-weight:500;
    margin: 0;
    color:#ffffff;
}

.call-info-container p{
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    color: #E5B20A;
}

.menu-area-container ul{
    position: relative;
}

.menu-area-container li{
     padding:10px 10px;
     position: relative;
     display: inline-block;
}

.menu-area-container li a{
   
    position: relative;
    font-weight: 600;
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    align-items: center;
    justify-content: start;
    gap:10px;
    color: #ffffff;
}

.subList{
  height:150px;
}

.subList span i{
  width: 12px;
}

.megaImg{
  width: 70px;
}

.menu-image{
  border: 1px dashed;
  border-radius: 100%;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:#E5B20A;
}

.nav-link:hover,.nav-link:focus {
    color:#E5B20A;
}


.about-para {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em; 
  max-height: 6.5em; 
  text-align: justify;
  font-size: 14px;
}

/* START TITLE HEADING */

/* === BASE HEADING === */ 

.base-tag {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight:bold;
  font-size: 45px;
  /* font-family: Arial, Helvetica, sans-serif; */
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.base-tag span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.base-tag em {
  font-style: normal;
  font-weight: 600;
}

.eleven .base-tag {
  font-size:30px;
  text-align:center;
  line-height:1.5em;
  padding-bottom:40px;
  text-transform:uppercase;
  letter-spacing: 2px; color:#111;
}


.eleven .base-tag:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 10%;
  left:50%;
  transform: translateX(-50%);
  height: 1px;
  content: "";
  background-color: #777; z-index: 4;
}
.eleven .base-tag:after {
  position:absolute;
  width:40px;
  height:40px;
  left:50%;
  margin-left:-20px;
  bottom:0px;
  content: '\f005';
  font-family: fontawesome;
  font-size:14px;
  line-height:40px;
  color:#D38E25;
  font-weight:400; z-index: 5;
  display:block;
  background-color:#FFFFFF;
}

.eleven{
  margin:24px auto;
}

/* END TITLE HEADING */


/* styling dropdown */

.serviceListContainer{
  display: flex;
  align-items: start;
  gap: 12px;
 
}

.scrollable{
  height: 70vh !important;
  overflow-y: scroll !important;
}
.dropdown {
    z-index: 100;
  }
  .dropdown:hover {
    cursor: pointer;
  }

  .dropdown:hover .dropdown_menu li {
    display: block;
  }
  .dropdown_menu {
    position: absolute !important;
    top: 117%;
    left:-80px;
    z-index: -1;
    padding-left: 0;
    overflow: hidden;
    width:1020px;
    background-color: #fff;
    border: 1px solid rgb(233, 226, 226);
    border-top: none;
    border-radius: 0px 0px 12px 12px;
    padding:24px;
  }

  .industriesDrop{
    width:500px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .industriesDrop li{
    animation: translateX 300ms ease-in-out forwards;
  }

  .menu-item {
    list-style: none;
    display: flex;
    align-items: center;
}

.menu-item img {
    margin-right: 10px; /* Adds space between image and text */
}

.menu-item a {
    text-decoration: none;
    color: inherit; /* Keeps the default text color */
    display: flex;
    align-items: center;
}

  .dropdown_menu li {
    display: none;
    color: #fff;
    background-color: #fff;
    padding:5px 0px;
    font-size: 16px;
    line-height: 10px;
    opacity: 0;
    
  }

  .dropdown_menu li a{
    /* border-bottom: 1px dotted #00000047; */
    color: #003054;
  }

  .dropdown_menu li a span{
    text-transform: capitalize;
    text-wrap: nowrap;
  }

 

  .dropdown_menu li:nth-last-child(-n+2) a {
   border-bottom: 0;
  }

  .dropdown_menu li:hover a {
    color: #E5B20A;
  }
  .dropdown:hover .dropdown_menu--animated {
    display: block;
  }
  .dropdown:hover .dropdown_menu--animated.industriesDrop {
    display: grid;
 }
  .dropdown_menu--animated {
    display: none;
  }
  .dropdown_menu--animated li {
    display: block;
    opacity: 1;
  }

  .dropdown_menu-7 {
    /* animation: rotateMenu 400ms ease-in-out forwards; */
    transform-origin: top center;
    /* transform-origin: top center; */
  }

  @keyframes rotateMenu {
    0% {
      transform: rotateX(-90deg);
    }
    70% {
      transform: rotateX(20deg);
    }
    100% {
      transform: rotateX(0deg);
    }
  }

  @-moz-keyframes translateX {
    0% {
      opacity: 0;
      transform: translateY(60px);
    }
    80% {
      transform: translateY(5px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  @-webkit-keyframes translateY {
    0% {
      opacity: 0;
      transform: translateY(60px);
    }
    80% {
      transform: translateY(5px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  @-o-keyframes translateX {
    0% {
      opacity: 0;
      transform: translateY(60px);
    }
    80% {
      transform: translateY(5px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  @keyframes translateX {
    0% {
      opacity: 0;
      transform: translateY(60px);
    }
    80% {
      transform: translateY(5px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }

 
  /* end styling dropdown */

  /* mega menu style start */

  .subList li{
    color: #000000;
  }
  .accordion-item{
    border: 0;
    margin-top: 22px;
    transform: translatY(60px);
    animation: translateX 300ms ease-in-out forwards;
  }
  .accordion-item .accordion-button{
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    font-weight: bold;
    /* font-family: Arial, Helvetica, sans-serif; */
  }

  .megaIconContaioner img{
    border: 1px dashed;
    border-radius: 100%;
    transform: translateY(60px);
    animation: translateX 300ms  ease-in-out forwards;

  }

  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.subList{
  padding: 12px 0px;
}

.accordion-button::after {
  width:30px;
  margin-left: 12px;
}
  /* mega mune style end */


/* start btn style */

  .readMoreBtn{
    font-size: 14px;
    border: 1px solid #DFAD61;
    background-color: #DFAD61;
    color: #000;
    font-weight: bold;
    padding:8px 24px;
    border-radius: 2px;
    margin: 12px auto;
    display:inline-block;
    transition: all .4s;
  }

  .cta .readMoreBtn{
    color: #000;
  }

  .readMoreBtn:hover{
    transform: scale(1.06);
  }

/* end btn style */


  /* start sub header styling */
.sub-header {
    background-color: #ffffff;
    color: #14212B;
  }
  .sub-header ul{
    margin-bottom: 0;
    padding-left: 0;
  }
  
  .sub-header a{
    text-decoration: none;
    height: 100%;
  }
  .sub-header li{
    list-style: none;
  }
  
  .info li {
      margin-top: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
  }
  
  .info li i {
    font-size: 11px !important;
  }
  
  .info li a {
    font-size: 12px;
  }
  
  .info span {
    height: 20px;
    display: block;
    width: 2px;
    background-color: #fff !important;
    color: #000;
    margin: 8px 30px;
  }
  
  .socialContainer {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 20px;
  }
  
  .socialContainer .social-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  
  .socialContainer .social-links li{
    background-color: #14212B;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
  }
  
  .socialContainer .social-links li a i{
    font-size:12px;
    color: #ffffff;
  }

  .get-quate{
    flex-basis: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }


  .get-quate a{
    color: #fff;
    font-weight: 600;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    background: #E5B20A;
  }
  
  .triangle {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    width:40px;
    height:40px;
    border-bottom: solid 20px #E5B20A;
    border-right: solid 20px #E5B20A;
    border-left: solid 20px transparent;
    border-top: solid 20px transparent;
    margin-right: 0px;
  }

 

  .navbar-toggler{
    outline: none;
    border: none;
    font-size:26px;
  }

  .navbar-toggler:focus{
    outline: none;
    box-shadow: none;
  }
 
  .subInfoCard{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .subInfoCard .subInfoIcon{
    color:#D38E25;
    border: 1px solid #d38d2567;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .subInfoCard p{
    margin-bottom: 0;
    font-size: 14px;
    color:#000000;
    opacity: .7;
  }

  .subInfoCard a{
    font-weight: bold;
  }
  /* end sub header styling */



  /* STart styling hero section */

.heroContainer{
    display: flex;
    /* height:calc(100vh - 80px - 66px); */

background-repeat: no-repeat;}
    .heroInfoContainer{
        width: 50%;
        /* height: 450px; */
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    .heroInfoContainer h1{
        font-size:48px;
        font-weight: 800;
    }
    .heroFormContainer{
        width: 50%;
        position: relative;

    }
    .formAndCircleContainer{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .bannerImg{
        width: 100%;
        height: 100%;
        object-fit: fill;
        position: absolute;
        bottom: -10px;
        right: 0;
    }
    .formAndCircleContainer::before{
        content: '';
        display: block;
        background-color:#1c2b2a;
        border-radius: 100%;
        width: 60vw;
        height: 120vh;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%)
    }

    .characterImg{
      position: absolute;
      height: 80%;
      bottom: 0;
      left: -27.9%;
      z-index: 1;
    }
    .formContainer{
        position: absolute;
        width:50%;
        left:65%;
        top: 50%;
        transform: translate(-65%,-50%);
        padding:10px 20px;
        background-color: rgba(255,255,255,.09);
        border-radius: 12px;
    }

    .formContainer .formTitle{
        color: #D38E25;
    }

    .formContainer label{
        color: #fff;
    }
    .formContainer input, .formContainer textarea{
        border-radius:8px;
        padding: 4px 12px;
        border: none;
        outline: none;
    }
    .heroFormBtn{
        background-color: #D38E25;
        color: #fff;
        padding: 6px 30px;
        border-radius:8px;
    }

    .uspContainer{
        display: flex;
        align-items: start;
        justify-content: start;
        gap:50px;
        margin:20px auto;
        padding-left:0px;
    }

    .uspIconContainer{
      width: 50px;
    }
    form .flex-column{
      margin-top: 10px;
    }

    .uspIconContainer img{
      width: 100%;
    }
    .uspContainer > div{
        display: flex;
        align-items:center;
        flex-direction: column;
        text-align: center;
    }
    .uspInfoContainer span{
        font-size:36px;
        font-weight: bold;
        color:#25b786;
        text-align: center;
        line-height: 45px;
        display: block;
        padding-top: 10px;
    }

    .uspInfoContainer p{
        margin-bottom: 0;
        color: #25b786;
        font-weight: 700;
        text-align: center;
    }

    .uspInfoContainer.blue span,  .uspInfoContainer.blue p {
      color: #1a4d7d;
    }

    .uspInfoContainer.red span,  .uspInfoContainer.red p {
      color: #cb2d37;
    }

    .certificateImgContainer{
        display: flex;
        align-items: center;
        justify-content: start;
        gap:5px;
        margin: 12px 0px;
        width: 75%;
        margin-top: 50px;
    }
    .certficateContainer{
        width:25%;
    }

    .certficateContainer img{
        width:80%;
    }
    .end-border{
      position: relative;
    }
    .end-border::after{
      content: '';
      width: 1px;
      height: 40%;
      background-color: rgb(0,0,0,.3);
      position: absolute;
      right:-25px;
      top: 50%;
      transform: translateY(-50%);
    }

    .formAndCircleContainer form .btn {
      min-width: 130px;
    }

    .formAndCircleContainer form .btn span {
      font-size: 12px;
      padding: 10px 20px;
  }
  /* end styling hero section */

  /* styling top client section */
  .topClientSection{
    padding:30px 0px;
  }

  .sectionTitle{
    text-align: center;
  }
  .clientLogoContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px;
  }

  .topClietnsLogo{
    width:125px;
    padding: 12px 0px;
    border-radius: 12px;
    margin:0px 0px;
  }

  .topClietnsLogo img{
    width: 100%;
  }

  /* end styling top clients section */

  /* About Section Strat */
  .about-section{
    padding: 20px 0px;
  }
  .about-list {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    margin: 10px auto;
}

.about-list p{
    margin-bottom: 0;
}

#border-right {
    border-right: 1px solid rgb(218, 214, 214);
}

.icon-part {
    width: 80px;
}

.about-bottom-box {
    border: 1px solid rgb(218, 214, 214);
    width: 96%;
    margin-left: 10px;
}

.content-container p {
    text-align: justify;
}

.about-section .call-info-container a {
  color: #000000;
}

.about-section .call-info-container span {
  color: #d38e25;
}

.aboutHighlight{
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #FFEBD4;
  /* width: 70%; */
  border-radius: 12px;
  padding: 6px 15px;
  gap:12px;
  margin: 6px auto;
  font-weight:500;
  color: #d38e25;
}

.aboutHighlight.manpower{
  background-color: #CDE0F2;
  color: #1a3550;
}

.aboutHighlight.housekeeping{
  background-color: #D5ECD1;
  color: #45877b;
}

.aboutHighlight.consultancy{
  background-color: #F4D9D1;
  color: #ff5757;
}

.aboutHighlight.payroll{
  background-color: #FBFADE;
  color: #a46d40;
}

.aboutHighlightIcon{
  width: 40px;
}

.aboutHighlightIcon img{
  width: 100%;
}
.aboutHighlightPara{
  width: calc(100% - 80px);
}
.aboutHighlightPara p{
  margin-bottom: 0;
}

/* END ABOUT SECTION */

/* START WHY CHOOSE US SECTION  */
.whyChooseUsSection{
  padding: 20px 0px;
  background-color: #FBF6EE;
}
 .basicFeatureContainer{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    margin: 12px auto;
 }

 .featureImg{
    width: 50px;
 }
 .featureImg img{
    width: 100%;
 }

 .featureInfo p{
    margin-bottom: 0;
 }

 .whyChooseUsCard{
    width: 100%;
    margin: auto;
    padding:40px 18px;
    border:1px solid #D38E25;
    border-radius: 24px;
    text-align: center;
 }

 .whyChooseUsCard.darkOutline{
    border-color: #080808;
 }

 .whyChooseImg{
    width: 60px;
    margin: auto;
 }

 .whyChooseImg img{
    width: 100%;
 }

 .whyChooseInfo span{
    font-size: 35px;
    font-weight: bold;
    color:#D38E25;
 }
 .whyChooseInfo p{
    margin: 0;
 }
/* END WHY CHOOSE US SECTION */
/* START TOP STAFFING SERVICES SECTION */
.topStaffingSection{
  padding: 20px 0px;
}
 .topStaffingCard{
    text-align: center;
    background-color: #D38E25;
    width:70%;
    padding:24px;
    margin:12px auto;
    border-radius: 24px;
    box-shadow: 3px 5px 6px rgba(36, 36, 36,.25);
 }

 .topStaffingCard.cta{
    border: 2px solid #D38E25;
    background-color: transparent;
    box-shadow: none;
 }

 .staffingImgContainer{
    width: 120px;
    margin: auto;
 }

 .cta .staffingImgContainer{
    width: 70px;
    margin: 12px auto;
 }

 .staffingImgContainer img{
    width: 100%;
 }

 .staffingTitle{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
 }

 .cta a.contactNumber{
    color: #D38E25;
    font-weight: 700;
    font-size: 20px;
 }
 .staffCardTitle p{
  font-size: 18px;
  font-weight: 500;
 }

 .readMoreBtn{

 }
/* END TOP STAFFING SERVICES SECTION */

/* START INDUSTRY WE SERVE SECTION STYLE */
 .industryWeServeSection{
   /* background: #020202; */
  padding: 20px 0px;
 }

 .industryListContainer{
  width: 80%;
  margin: auto;
  /* background: rgba(0,0,0,.4); */
  background-color:#2F2F2F;
  padding: 40px;
 }

 .industryCard{
  text-align: center;
 }
 .industryCardImg{
  width: 80px;
  margin: auto;
 }

 .industryCardImg img{
  width: 100%;
 }
 .industryTitle p{
  font-size: 18px;
  color: #ffebd4;
 }
/* END INDUSTRR WE SERVE SECTION STYLE */

/* start staff section */
.staffWeProvideSection{
  padding: 20px 0px;
}
.staffCardContainer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap:24px;
  margin:24px auto;
}
.staffCard{
  width:18%;
  text-align: center;
  cursor: pointer;
}
  .staffCardImgContainer{
    background-color: #D38E25;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px auto;
    position: relative;
    transition: all .4s ease-in-out;
    
  }

    
  .staffCardImgContainer::before{
    content: '';
    width: 120px;
    height: 120px;
    position: absolute;
    border:1px solid black;
    top:-15px;
    left: -20px;
    z-index: -3;
  }

  .staffCardImgContainer.plumber{
    background-color:#ed4f25;
    border: none;

  }
  .staffCardImgContainer.plumber::before{
    border-color:#ed4f25;
  }

  .staffCardImgContainer.carpenter{
    background-color:#3e30b2;
  }

  .staffCardImgContainer.carpenter::before{
    border-color:#3e30b2;
  }

  .staffCardImgContainer.nurse{
    background-color:#468b97;
  }

  .staffCardImgContainer.nurse::before{
    border-color:#468b97;
  }

  .staffCardImgContainer.clerk{
    background-color:#70757f;
  }

  .staffCardImgContainer.clerk::before{
    border-color:#70757f;
  }

  .staffCardImgContainer.helper{
    background-color:#f2be22;
  }

  .staffCardImgContainer.helper::before{
    border-color:#f2be22;
  }

  .staffCardImgContainer.driver{
    background-color:#d28208;
  }

  .staffCardImgContainer.driver::before{
    border-color:#d28208;
  }

  .staffCardImgContainer.cook{
    background-color: #35629b;
  }

  .staffCardImgContainer.cook::before{
    border-color: #35629b;
  }

  .staffCardImgContainer.waiter{
    background-color: #a40678;
  }

  .staffCardImgContainer.waiter::before{
    border-color: #a40678;
  }

  .staffCardImgContainer.peon{
    background-color:#65b751;
  }

  .staffCardImgContainer.peon::before{
    border-color:#65b751;
  }

  .staffCardImgContainer.housekeeping{
    background-color: #0097b2;
  }

  .staffCardImgContainer.housekeeping::before{
    border-color: #0097b2;
  }

  .staffCardImgContainer.fire-oprator{
    background-color:#92bd8f;
  }

  .staffCardImgContainer.fire-oprator::before{
    border-color:#92bd8f;
  }

  .staffCardImgContainer.data-entry{
    background-color:#ed567f;
  }

  .staffCardImgContainer.data-entry::before{
    border-color:#ed567f;
  }

  .staffCardImgContainer.tailor{
    background-color:#F7B5CA;
  }

  .staffCardImgContainer.tailor::before{
    border-color:#F7B5CA;
  }

  .staffCardImgContainer.accountant{
    background-color:#77a3ed;
  }

  .staffCardImgContainer.accountant::before{
    border-color:#77a3ed;
  }

  .staffCardImgContainer.polytechnic{
    background-color:#FFEBD4;
  }

  .staffCardImgContainer.polytechnic::before{
    border-color:#dfbe98;
  }

  .staffCardImgContainer img{
    width: 50%;
    transition: all .5s ease-in-out;
  }

  .staffCard:hover .staffCardImgContainer img{
  transform: translateX(60px);
  }

  .staffCard:hover .staffCardImgContainer{
    /* transform: scale(1.1); */
  }

/* end staff section */
/* strat cta section style */
.ctaSection{
display: flex;
margin-bottom: 24px;
}

.ctaInfoContainer{
  width: 40%;
  background-color: #191919;
  padding: 30px;
  /* padding-left: 140px; */

}
.ctaImgContainer{
  width:60%;
  background-color: #FFB54D;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctaImgContainer img{
  /* width: 83%; */
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius:2px;
}
.ctaTitle{
  font-size:60px;
  color: #D38E25;
  font-weight: 800;
  font-family: "Antonio", sans-serif;
}

.subTitle{
  color: #fff;
  font-size:20px;
  font-weight: 700;
}

.ctaButtonContainer{
  display: flex;
  align-items: start;
  justify-content: start;
  margin:16px auto;
  gap: 24px;
}

.iconContainer i{
  color: #fff;
  font-size:22px;
  margin-top:12px;
}

.ctaButtonInfo p,.ctaButtonInfo a{
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}

.ctaButtonInfo a{
 color: #D38E25;
 font-weight: 800;
}

.or{
  display: block;
  text-align: center;
  color: #D38E25;
  font-size: 20px;
 font-weight:700;
}

/* end cta section style */

/* START FAQS STYLE */
.faq-container{
  padding:30px 0px;
}
.faq-container .accordion-item .accordion-header button {
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  box-shadow: none;
  padding: 0;
  position: relative;
  color: #1C2539;
  text-align: left;
}

.faq-container .accordion-body{
  padding:20px 0px 0px 0px;
}

.faq-container .accordion-item{
  background: transparent;
  border: none;
  padding-bottom:0px;
  position: relative;
  padding-left: 60px;
  margin-top: 0;
}

.faq-container .accordion-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #D38E25;
  top: 24px;
  left: 18px;
  position: absolute;
}

.faq-container .accordion-header{
  position: relative;
}


.faq-container .accordion-header button::before{
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  /* background-color:#D38E25; */
  background-color: #fff;
  border: 5px solid #D38E25;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:-51px;
  border-radius: 100%;
  z-index:1;
  transition: all .5s linear;
}

.faq-container .accordion-header button[aria-expanded=true]::before {
  height: 40px;
  width: 40px;
  left:-60px;
  border: none;
  background-color: #D38E25;
}

.faqCtaAddress a{
  display:block;
  margin: 12px;
  color: #fff;
}

.faqCtaAddress span{
  width: 20px;
  color: #fff;
}

.faqCtaContainer{
  background:#14212B;
}
.faqCtaTitle{
  color: #fff;
  margin-bottom: 15px;
}
.faqCtaPara{
  color: #fff;
}

.faqCtaBtn{
  background: #D3913D;
}

.faqCtaBtn span{
  color: #fff;
}

.highlight-heading-part {
  color: #D38E25;
}

p.accordion-header {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
/* END FAQ STYLE */

/* styling client logo section */

.section-padding {
  padding-top: 80px;
}

.gallery-section {
  position: relative;
  z-index: 1;
}


.filter {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}

.gallery-section .btn {
  padding: 10px 20px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #003;
  background: #eee;
  border: 1px solid #003054;
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.gallery-section .btn:hover,.gallery-section .btn-active {
  background: #003054;
  color: #fff;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.gallery {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 1320px;
  flex-wrap: wrap;
  margin: 25px auto;
  gap:55px;
}
.gallery a {
  display: flex;
}
.gallery img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  margin:8px;
  border:2px dashed rgb(160, 155, 155);
  border-radius: 24px;
  padding: 15px;
}



.gallery .certifiacte img{
  object-fit: fill;
  object-position: top !important;
}

.gallery img:hover {
  /* transform: scale(1.1); */
}

.client-logo.gallery img,.client-logo.mySwiper2 img{
  background-color: rgb(255, 255, 255);
  object-fit: contain !important;
  width: 150px;
  height: 150px;
  border: 2px dashed #a19a9a;
  padding: 10px;
  border-radius: 12px;
}

.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
  display: none;
}

.closeBtn {
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  right: 25px;
  top: 25px;
  color:#003054;
  transition: 0.5s linear;
  padding: 8px;
  border-radius:100%;
  background:#fff;
}
.closeBtn:hover {
  cursor: pointer;
  background: white;
  color: black;
  outline: 2px solid #000;
}

.openDiv {
  width: 100%;
  height: 100vh;
  background: #000000e7;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 9999;
}
.imgPreview {
  width: 70%;
  object-fit: scale-down;
  max-height: 40vw;
  height: auto;
}
.prevButton,
.nextButton {
  transition: 1s linear;
  padding: 10px 35px;
  font-size: 18px;
  border: none;
  color: white;
  background: #0005;
  border-radius: 10px;
  border: 1px solid white;
  margin: 10px;
}
.prevButton:hover,
.nextButton:hover {
  background: #fff;
  color: black;
}

.frame{
  position: relative;
}

.frame::before{
  content: '';
  width: 50%;
  height: 100%;
  background-color: #D38E25;
  display: block;
  position: absolute;
  left: 0px;
  z-index: -1;
}

.client-logo.gallery img, .client-logo.mySwiper2 img {
  background-color: rgb(255, 255, 255);
  object-fit: contain !important;
  width: 150px;
  height: 150px;
  border: 2px dashed #a19a9a;
  padding: 10px;
  border-radius: 12px;
}

/* end client logo section */

/* START CONTACT US STYLING */
.subHeading {
  color: lightslategray;
  font-family: "outfit", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1.76px;
  display: block;
  text-align: left;
  padding: 12px 0px;
}

.contact-rect-card {
  background: #eee;
  display: flex;
  align-items: center;
  padding: 28px 32px;
  gap: 12px;
  margin-top: 28px !important;
}

.contact-icon-container {
  background: #1d2940;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 73px;
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
}

.contact-rect-card p {
  font-size: 16px;
  color: #1d2940;
  line-height: 16px;
  margin-bottom: 8px;
}

.contact-rect-card a {
  font-size: 24px;
  color: #1d2940;
  font-weight: 700;
}

.contact-main-section {
  border-radius: 4px;
  background: #1d2940;
  padding: 32px;
}

.contact-main-text .main-heading {
  color: #fff;
  font-size: 24px;
}

.contact-main-text p {
  color: #fff;
  font-size: 16px;
}

.input-5area input, .input-5area textarea {
  width: 100%;
  padding: 20px 16px;
  outline: none;
  border-radius: 2px;
  background: #343e53;
  color: #fff;
  font-size: 16px;
  height: 100%;
  border: none;
  margin-top: 20px;
}

.leftPart {
  width: calc(100% - 70px);
}

/* END CONTACT US STYLING */

/* fOOTER STYLE START  */
.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  background: #14212B;
}
.new_footer_area .footer_bottom {
  /* padding-top: 5px; */
  padding: 20px;
}
/* END FOOTER STYLE */


/* btn style start */
.btn-3 {
  padding: 5px;
}

.btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  /* margin: 0px 25px 15px; */
  min-width: 150px;
}

.contact-main-section .btn.hover-border-1::before, .yellow-one.btn.hover-border-1::before {
  border-left: 1px solid #D38E25;
  border-top: 1px solid #D38E25;
}

.btn.hover-border-1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-left: 1px solid #14212B;
  border-top: 1px solid #14212B;
}

.btn.hover-border-1::before, .btn.hover-border-1::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 25%;
  transition: 0.35s;
}

.btn-3::before, .btn-3::after {
  position: absolute;
  content: "";
  background: transparent;
  z-index: 2;
}
.contact-main-section a.btn span,.yellow-one span {
  background: #D38E25 !important;
}

.btn-3 span {
  color: rgb(255, 255, 255);
  background-color: #14212B;
}

.btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
}


.contact-main-section .btn.hover-border-1::after,.yellow-one.btn.hover-border-1::after{
  border-right: 1px solid #D38E25;
  border-bottom: 1px solid #D38E25;
}
.btn.hover-border-1::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  border-right: 1px solid #14212B;
  border-bottom: 1px solid #14212B;
}

.btn.hover-border-1::before, .btn.hover-border-1::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 25%;
  transition: 0.35s;
}

.btn-3::before, .btn-3::after {
  position: absolute;
  content: "";
  background: transparent;
  z-index: 2;
}

.btn.hover-border-1:hover::before, .btn.hover-border-1:hover::after {
  width: 99%;
  height: 98%;
}

/* end btn style */


/* START DETAIL STAFFING STYLE */
.detailStaffingSection{
  padding: 20px 0px;
}
 .detailStaffingImg img{
   width:100%;
 }

 .detailStaffingSection .aboutHighlight{
  background-color: transparent;
 }

 .detailStaffingSection .aboutHighlightIcon {
  width: 80px;
}
.detailStaffingSection .aboutHighlightPara p {
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
}
/* END DETAIL STAFFING STYLE */

/* sideform style start */
.sidebar-contact {
  position: fixed;
  top: 50%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  transition: .5s;
  z-index: 1114;
  border-radius: 20px 0 0 20px
}

.sidebar-contact.active {
  right: 0
}

.toggle {
  position: absolute;
  text-align: center;
  cursor: pointer;
  background: #14212B;
  color: #fff;
  top: 48%;
  left: -74px;
  transform: rotate(90deg);
  padding: 8px 15px;
  border-radius: 0 0 10px 10px
}

.toggle h6 {
  margin-bottom: .5px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  font-family: Overpass,sans-serif
}

.toggle h2 {
  margin-bottom: .5px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  font-family: Overpass,sans-serif
}

.toggle h6 i {
  margin-right: 5px
}

.toggle h2 i {
  margin-right: 5px
}

.sidebar-contact input,.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,.5);
  outline: 0;
  border-radius: 5px
}

.sidebar-contact .btn {
  border: unset;
  font-size: 12px;
  min-width:127px;
  padding:4px;
  margin-top: 12px;
}

.sidebar-contact .btn span{
font-size: 10px;
padding: 13px 10px;
}

/* sideform end */

/* floating btn */
.float {
  position: fixed;
  width: 50px;
  line-height: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  animation: pulse 2s infinite;
  }


    @keyframes pulse {
      0% {
          transform: scale(1);
          box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
      }
      70% {
          transform: scale(1.1);
          box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
      }
      100% {
          transform: scale(1);
          box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
      }
    }
    

  /* end floating btn */

  /* strat certification style */
  .certificationSection .gallery img {
    width: 200px;
    height: 220px;
    object-fit: fill;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    margin: 8px;
    border: 2px solid black;
    border-radius:0;
    padding: 3px;
}
  /* end certification style */


  /* START OUR GALLERY STYLE */
   .galleryFrame{
    box-shadow: 5px 8px 12px lightgray;
   }
   .galleryFrame img{
    object-fit: cover !important;
    border:none !important;
    object-position: top !important;
   }
  /* END OUR GALLERY STYLE */

  /* our top client work orders style */
  .pdfFrame{
    position: relative;
  }
  
  .pdfFrame::before{
    content: '';
    width: 25%;
    height: 100%;
    background-color: #474746;
    display: block;
    position: absolute;
    left: 0px;
    z-index: -1;
  }

  .pdfFrame::after{
    content: '';
    width: 25%;
    height: 100%;
    background-color: #474746;
    display: block;
    position: absolute;
    right: 0px;
    z-index: -1;
  }

  .gallery .pdfFrame img{
    height: 300px !important;
    border: 0 !important;
    background-color: #fff;
    margin:5px !important;
    padding: 12px !important;
  }

  /* end top clients work orders */


/* start responsive */

@media (max-width:1200px) {
  .heroInfoContainer h1 {
    font-size: 35px;
}

.uspIconContainer img {
  width: 80%;
}

.uspInfoContainer span {
  font-size: 25px;
  line-height: 30px;
}
.end-border::after {
right: -15px;
}
.uspContainer {
gap: 30px;
}

.characterImg {
height: 60%;
left: -22.9%;
}
.formContainer {
width: 60%;
left: 68%;
top: 50%;
}
.formAndCircleContainer::before {
  width: 70vw;
  height: 140vh;
}


form .flex-column{
  margin-top: 10px;
}



}
  
  @media (max-width:991px) {
    .logo-container.desktop{
        display: none;
      }
      
      .logo-container.phone{
        display: block;
      }

      .subInfoCard .subInfoIcon {
        padding: 8px;
        border-radius: 5px;
        font-size: 12px;
      }
      .subInfoCardContainer{
        /* d-flex gap-5 */
        display: flex;
        gap:12px;
      }
      .navMenu {
        width:unset;
    }

    /* styling hero section */

    .heroInfoContainer h1 {
      font-size: 26px;
      line-height: 30px;
  }

  .heroInfoContainer p{
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 16px;
   }

  .uspIconContainer {
    width: 45px;
  }

  .uspInfoContainer span {
    font-size: 20px;
    line-height: 28px;
    padding-top: 0px;
 }

 .uspInfoContainer p {
  margin-bottom: 0;
  font-size: 15px;
}

.uspContainer {
  margin: 10px auto;
}

.certificateImgContainer {
  margin-top:20px;
}

.formContainer .formTitle {
  font-size: 20px;
}

.formContainer input, .formContainer textarea {
  padding:2px 12px;
}
.formContainer label {
  color: #fff;
  font-size: 12px;
}

.btn {
  min-width: 120px;
}

.btn span {
  font-size: 13px;
  padding: 10px 20px;
}
form .flex-column{
  margin-top:5px;
}
    /* end styling hero section */
    .clientLogoContainer {
      gap: 10px;
  }

  .staffCard {
    width: 25%;
    height: 140px;
}

.industryListContainer {
  width: 100%;
 
  }

  .ctaInfoContainer {
    width: 45%;
  }
  .ctaImgContainer {
    width:55%;
  }
  .ctaImgContainer img {
    height: 500px;
  }
  .ctaButtonInfo p, .ctaButtonInfo a {
    font-size: 16px;
  }
  .subInfoIcon i{
    margin-right: 5px;
  }
}

  @media (max-width:767px) {
    .formContainer label {
      font-size:unset;
  }
  .formContainer input, .formContainer textarea {
    padding:8px 12px;
}
form .flex-column {
  margin-top: 15px;
}
    .clientLogoContainer {
      flex-wrap: wrap;
      gap: 8px;
  }

  .topClietnsLogo {
    margin:0px 0px;
}

.sidebar-contact .toggle {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.sidebar-contact {
  width: 100%;
  height: 100%;
  right: -100%;
  border-radius: 0;
}

.sidebar-contact.active .toggle {
  top: 15px;
  left: 22px;
  transform: translateY(0);
  border-radius: 10px;
}
.toggle.active h2 {
  display: none;
}

.toggle.active::before {
  content: '\f00d';
  font-family: fontAwesome;
  font-size: 18px;
  color: #fff;
}.sidebar-contact .toggle {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.sidebar-contact {
  width: 100%;
  height: 100%;
  right: -100%;
  border-radius: 0;
}

.sidebar-contact.active .toggle {
  top: 15px;
  left: 22px;
  transform: translateY(0);
  border-radius: 10px;
}
.toggle.active h2 {
  display: none;
}

.toggle.active::before {
  content: '\f00d';
  font-family: fontAwesome;
  font-size: 18px;
  color: #fff;
}


.heroContainer {
  flex-direction: column;
}

.heroInfoContainer {
  width:100%;
}

.characterImg {
  height: 57%;
  left: -2.9%;
  bottom: 16px;
}

.formContainer {
position: sticky;
width: 60%;
left: 33%;
top:unset;
transform:unset;
padding: 10px 20px;
background-color: rgba(255, 255, 255, .09);
border-radius: 12px;
margin: 24px auto;
}

.heroFormContainer {
  width: 100%;
}
.formAndCircleContainer::before {
  width: 100vw;
  height: 100vh;
  border-radius:0;
}

.uspContainer {
  margin: 30px auto;
  justify-content: center;
}
.certificateImgContainer {
  margin: auto;
  width: 70%;
  gap:16px;
}
.certficateContainer img {
  width: 80%;
}
.topClientSectio{
  display: none;
}

.content-container p {
  font-size: 14px;
}

.topStaffingCard {
  width: 100%;
}
.staffCardImgContainer{
  width: 90px;
  height: 90px;
}

.staffCardImgContainer::before {
  width: 90px;
  height: 90px;
}

.staffCardTitle p {
  font-size: 13px;
  font-weight: 500;
}

.ctaSection {
  flex-direction: column-reverse;
}
.ctaInfoContainer {
  width:100%;
}

.ctaImgContainer {
  display: none;
}
.gallery img {
  width: 125px;
  height: 125px;
}
.gallery {
  gap: 15px;
}

  }

  @media (max-width:700px) {
    .characterImg {
      height: 53%;
  }
  }

  @media (max-width:636px) {
    .characterImg {
      display: none;
  }
  .formContainer {
   left: 0%;
   width: 90%;
  }
  }

  @media (max-width:575px) {
    .about-section,.whyChooseUsSection,.detailStaffingSection,.topStaffingSection,.staffWeProvideSection{
      padding:10px 20px ;
  }
  }
  @media (max-width:500px) {
    .gallery img {
      width: 110px;
      height: 110px;
  }
    
  }

  @media (max-width:485px) {
    .formContainer {
      left: 0%;
      width: 80%;
  }
    .characterImg {
      display: none;
  }
  .certificateImgContainer {
    width: 80%;
}

.certficateContainer img {
  width: 90%;
}
.section-wise .icon-area i {
  animation: none;
  font-size: 30px;
}
.section-wise .call-info-container a {
  font-size: 14px;
}
.icon-area {
    margin-right: 10px;
  }

  .staffingImgContainer {
    width: 80px;
}
.staffingTitle {
  font-size: 14px;
}
.readMoreBtn {
  font-size: 12px;
  padding: 8px 12px;
}
.cta .staffingImgContainer {
  width: 50px;
  margin: 12px auto;
}

.cta a.contactNumber {
  color: #D38E25;
  font-weight: 700;
  font-size: 14px;
}
.contact-icon-container {
  height: 50px;
  width: 50px;
  line-height: 52px;
  font-size: 18px;
  }

.contact-rect-card a {
  font-size: 18px;
}

.certificationSection .gallery img {
  width: 122px;
  height: 144px;

}

.gallery img {
  width: 100px;
  height: 100px;
}

.gallery .pdfFrame img {
  height: 185px !important;
}

  }

@media (max-width:425px) {
  .call-container, .call-parent-container {
    margin-left: 10px;
}
.certificateImgContainer {
  width: 90%;
}
.certficateContainer img {
width: 95%;
}

.aboutHighlightIcon {
width: 50px !important;
}
.aboutHighlightPara {
width: calc(100% - 50px);
}

.aboutHighlightPara p {
font-size: 12px;
line-height: 15px;
}

.aboutHighlight {
padding: 6px 12px;
}
.staffCardContainer {
gap: 30px;
}

.staffCardImgContainer {
width: 80px;
height: 80px;
}
.staffCardImgContainer::before {
width: 80px;
height: 80px;
}
.staffCard:hover .staffCardImgContainer img {
transform: translateX(37px);
}

.industryCardImg {
width: 60px;
margin: auto;
}
.industryTitle p {
font-size: 16px;
padding-top: 6px;
}

.detailStaffingSection .aboutHighlightPara p {
font-size: 12px;
font-weight: 600;
}

.gallery {
  gap: 5px;
}
  
}

@media (max-width:405px) {
    .section-wise .call-info-container a {
      font-size: 13px;
  }

.call-info-container span {
  font-size: 14px;
  line-height: 10px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}

  .btn span {
      font-size: 13px;
      padding: 10px 10px;
  }

.btn {
      min-width: 100px;
  }
  .socialContainer .social-links {
    gap:5px;
}
.topStaffingCard {
  padding:10px;
}
.staffingTitle {
  font-size: 12px;
  line-height: 14px;
}
.readMoreBtn {
  font-size: 11px;
  padding: 6px 10px;
  margin-top: 6px;
}
.staffingImgContainer {
  width: 60px;
}
.cta .readMoreBtn {
  display: none;
}
.cta a.contactNumber {
  font-size: 11px;
}
.topStaffingCard.cta {
 padding: 12px;
}
.gallery img {
  width: 90px;
  height: 90px;
  padding: 10px;
}
  
}

@media (max-width:380px) {
  .detailStaffingSection .call-parent-container ,.about-section .call-parent-container, .whyChooseUsSection .call-parent-container {
    display: none;
}
.staffCardImgContainer {
  width: 70px;
  height: 70px;
}

.staffCardImgContainer::before {
  width: 70px;
  height: 70px;
}

.subInfoCard .subInfoIcon {
  padding: 4px;
  border-radius: 5px;
  font-size: 10px;
}
.socialContainer {
  padding-right:0px;

}
.subInfoCardContainer {
  gap: 5px;
}

.gallery img {
  width: 70px;
  height: 70px;
  padding: 4px;
}
.gallery {
  gap:0px;
}
.certificationSection .gallery a {
  display: flex;
  margin:8px 0px;
}

}
  @media (max-width:350px) {
    .topClietnsLogo {
      width: 130px;
    }
    .contact-rect-card a {
      font-size: 16px;
    }
  }

@media (min-width:767px) and (max-width:991px) {
  .staffCard {
    height: 163px;
}
}