@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;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&amp;display=swap');
/* CSS Reset */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');

/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: "Outfit", 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: "Outfit", sans-serif;

}

p,span{
    font-family: "Outfit", 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: 11px;
  }

  .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:black;
}
.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: #d38e25;
}

.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;
  }
  
  .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;
  }

 .get-quate-container{
  position: absolute;
  left: 100px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-right: 63px;
  margin-top: -8px;
  margin-bottom: -8px;
  width: 20%;
  background-color: #d38e25;
  text-align: center;
 }
.backColor{
  background-color: #d38e25;
  padding-top: 15px;
  padding-bottom: 7px;
  margin: -20px;
  text-align: center;
}
 .guate-container{
    margin: 0;
    font-size: 25px;
    font-weight: bold;
 }

  .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: 60%;
        /* height: 450px; */
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;  
      }
    .heroInfoContainer h4{
        /* font-size:48px; */
        font-weight: 800;
    }
    .heroInfoContainer h5{
      margin-left: 5px;
      font-weight: 800;
    }
    .blue-worker{
      color: #d38e25;
      background-color: #FAF1E5;
      width: 230px;
      border-radius: 5px;
      /* padding: 2px; */
      padding-top: 2px;
      margin-bottom: 30px;
    }
    .heroFormContainer{
        width: 40%;
        position: relative;

    }
    .formAndCircleContainer{
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        margin-top: -88px;
        z-index: 1040;
    }
    .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: 75%;
      bottom: 0;
      left: -15%;
      z-index: 1;
      bottom: -3px;
    }
    .formContainer{
        position: absolute;
        right: 20px; 
        color: white;
        width:41%;
        left:64%;
        top:50%;
        border-radius: 15px;
        transform: translate(-65%,-50%);
        padding:10px 20px;
        background-color: #737373;
    }

    .formContainer .formTitle{
        color: #D38E25;
    }

    .formContainer label{
        color: #fff;
    }
    .formContainer input, .formContainer textarea{
        border-radius:2px;
        padding: 4px 12px;
        /* border: none; */
        outline: none;
    }
    textarea {
      min-height: 70px;
      max-height: 400px;
      overflow: auto; /* स्क्रॉल के लिए */
  }
    .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: 0px;
    }

    .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;
  }
  .topClientSectio{
    background-color: #ebe3d8;
    margin-top: 4px;
  }
  .hiretext
  {
    color: #fff;width: 250px; font-weight: 600; margin-top: auto; margin-bottom: auto;
  }
  .topClietnsLogo {
    width: 157px;
    padding: 12px 14px !important;
    border-radius: 12px;
    margin: 0px 0px;
}
  .sectionTitle{
    text-align: center;
  }
  .clientLogoContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #14212b; */
    /* padding-left: 120px; */
    padding-top: 5px;
    height: 90px;
    color: #fff;
  }
  .clientLogoContainer span{
    font-size: 30px;
    padding-top: 15px;
    font-weight: bold;
  }
  .clientLogoContainer p{
    font-size: 20px;
    /* font-weight: bold; */
  }

  .topClietnsLogo{
    width:125px;
    padding: 12px 0px;
    border-radius: 12px;
    margin:0px 13px;
  }

  .topClietnsLogo img{
    width: 100%;
  }

  /* end styling top clients section */

  /* About Section Strat */
  .about-section{
    padding: 20px 0px;
  }
  .ChooseUS1{
    border: 1px solid #d38e25;
    margin-right: 18px;
    text-align: center;
    width: 200px;
  }
  .cImg1{
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .ChooseUS4{
    border: 1px solid black;
    margin-right: 18px;
    text-align: center;
    width: 200px;
    
  }
  .ChooseUS3{
    border: 1px solid #d38e25;
    margin-right: 18px;
    text-align: center;
    width: 200px;
  }
  .ChooseUS2{
    border: 1px solid black;
    margin-right: 18px;
    text-align: center;
    width: 200px;
  }
  .fbold{
    font-weight: bold;
    font-size: 25px;
  }
  .chooseUs{
      font-weight: bold;
      color: #d38e25;

  }
  .ftext1
  {
    font-size: 17px;
  }
.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;
}

.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;
}
.provideHighlight{
  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;
}
.provideHighlight.payroll{
  background-color: #FBFADE;
  color: #a46d40;
}

.provideHighlightIcon{
  width: 40px;
}

.provideHighlightIcon img{
  width: 180%;
}
.provideHighlightPara{
  width: calc(100% - 80px);
  margin-left: 30px;
  color: black;
}
.provideHighlightPara p{
  margin-bottom: 0;
}




.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;
}
.content-container .highlight-heading-part
{
  font-size: 29px;
}

.highlight-heading-part {
  color: #D38E25;
  font-size: 32px;
}

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; */
  border: 1px solid #1d2940;
  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 */


.provide-us
{
   margin: auto;
   margin-top: 0px;
}

/* 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: 10px;
}
/* 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 #D38E25 ;
  border-top: 1px solid #D38E25 ;
}

.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: #d38e25 ;
}
.blue-one1 span
{
  color: rgb(255, 255, 255);
  background-color: #14212B ;
}
.blue-one1.hover-border-1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-left: 1px solid #14212B;
  border-top: 1px solid #14212B;
}
.blue-one1.hover-border-1::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  border-right: 1px solid #14212B;
  border-bottom: 1px solid #14212B;
}
.blue-one1.hover-border-1::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  border-right: 1px solid #14212B !important;
  border-bottom: 1px solid #14212B !important;
}
.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 #D38E25 ;
  border-bottom: 1px solid #D38E25 ;
}

.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: 15px;
  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: 1113;
  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 (min-width:1775px) and (max-width:1900px)
{
  .backColor{
    background-color: #d38e25;
    padding-top: 14px;
    padding-bottom: 8px;
    margin: -20px;
    text-align: center;
  }
  .experties {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
}
  .content-container h2
  {
    font-size:31px;
    font-weight: 800;
  }
  .content-container .highlight-heading-part
  {
    font-size: 31px;
    font-weight: 800;
  }
  .formAndCircleContainer{
    width: 100%;
    height: 120%;
    overflow: hidden;
    position: relative;
    margin-top: -153px;
    /* margin-bottom: 50px; */
    z-index: 1040;
  }
  .formContainer{
    position: absolute;
    width:52%;
    left:70%;
    top: 50%;
    transform: translate(-65%,-50%);
    padding:10px 20px;
    background-color: #737373;
    margin-right: -50px;
    border-radius: 15px;
  }
  .heroContainer
  {
    margin-bottom: 25px;
  }
  .blue-worker
  {
    margin-top: 60px;
  }
  .characterImg {
    height: 82%;
    left: -24%;
}
    .heroInfoContainer h3 {
      font-size: 55px;
      font-weight: 900;
  }
  .highlight-heading-part
  {
    font-size: 35px;
    font-weight: 600;
  }
  .heroInfoContainer p {
    font-size: 20px;
    line-height: 1.3;
}
.highlight-para-part {
  color: black;
  font-weight: bold;
}
.call-info-container a {
  color: black;
  font-size: 16px;
}
.call-info-container span {
  /* margin-top: 20px; */
  font-size: 16px;
  /* line-height: 25px; */
  font-weight: 500;
  margin: 0;
  color: #d38e25;
  font-weight: bold;
}
.call-info-container{
  margin-top: 20px;
}
.icon-area {
  margin-right: 10px;
  /* height: 32px; */
}
.img-size
{
  height: 500px;
  width: 600px;
}
.we-provide
 {
    height: 500px;
    width: 780px;
 }
}

@media (min-width:1706px) and (max-width:1774px)
{
  .experties {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
}
  .content-container h2
  {
    font-size:31px;
    font-weight: 800;
  }
  .content-container .highlight-heading-part
  {
    font-size: 31px;
    font-weight: 800;
  }
  .backColor{
    background-color: #d38e25;
    padding-top: 12px;
    padding-bottom: 8px;
    margin: -20px;
    text-align: center;
  }
  .formAndCircleContainer{
    width: 100%;
    height: 120%;
    overflow: hidden;
    position: relative;
    margin-top: -72px;
    z-index: 1040;
  }
  .formContainer{
    position: absolute;
    width:52%;
    left:70%;
    top: 50%;
    transform: translate(-65%,-50%);
    padding:10px 20px;
    background-color: #737373;
    margin-right: -50px;
    border-radius: 15px;
}
.heroContainer
{
  margin-bottom: 25px;
}
.characterImg {
  height: 85%;
  left: -25%;
  }
  .heroInfoContainer h3 {
    font-size: 54px;
    font-weight: 900;
}
.highlight-heading-part
  {
    font-size: 35px;
    font-weight: 600;
  }
  .heroInfoContainer p {
    font-size: 20px;
    line-height: 1.3;
}
.highlight-para-part {
  color: black;
  font-weight: bold;
}
.img-size
{
  height: 500px;
  width: 600px;
}
.we-provide
 {
    height: 500px;
    width: 750px;
 }
}
.textp
{
  text-align: justify;
}

@media (min-width:1553px) and (max-width:1705px){
    .formContainer{
      position: absolute;
    width:52%;
    left:70%;
    top: 50%;
    transform: translate(-65%,-50%);
    padding:10px 20px;
    background-color: #737373;
    margin-right: -50px;
    border-radius: 15px;
  }
  .experties {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
}
  .backColor{
    background-color: #d38e25;
    padding-top: 26px;
    padding-bottom: 8px;
    margin: -20px;
    text-align: center;
  }
  .formAndCircleContainer{
    width: 100%;
    height: 110%;
    overflow: hidden;
    position: relative;
    margin-top: -66px;
    z-index: 1040;
}

  .characterImg {
    height: 85%;
    left: -25%;
    }
    .heroInfoContainer h3 {
      font-size: 44px;
      font-weight: 900;
  }
  .highlight-heading-part
  {
    font-size: 35px;
    font-weight: 600;
  }
  .heroInfoContainer h5 {
    font-size: 22px;
  }
  .heroInfoContainer p {
    font-size: 20px;
    line-height: 1.3;
}
.highlight-para-part {
  color: black;
  font-weight: bold;
}
  .clientLogoContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #14212b; */
    height: 90px;
    /* width: 90%; */
    margin: 0;
    color: #fff;
  }
  .img-size
  {
    height: 500px;
    width: 600px;
  }
  .we-provide
 {
    height: 500px;
    width: 675px;
 }
 .fontex
 {
   font-size: 30px;
 }
 .content-container h2
 {
   font-size:31px;
   font-weight: 800;
 }
 .content-container .highlight-heading-part
 {
   font-size: 31px;
   font-weight: 800;
 }
}
.highlight-para-part {
  color: black;
  font-weight: bold;
}
@media (min-width:1444px) and (max-width:1552px)
{
  .experties {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
}
  .content-container h2
  {
    font-size:31px;
    font-weight: 800;
  }
  .content-container .highlight-heading-part
  {
    font-size: 31px;
    font-weight: 800;
  }
  .backColor{
    background-color: #d38e25;
    padding-top: 18px;
    padding-bottom: 5px;
    margin: -20px;
    text-align: center;
  }
  .backColor h2
  {
    font-size: 30px;
    font-weight: 800;
  }
  .formAndCircleContainer{
    width: 100%;
    height: 115%;
    overflow: hidden;
    position: relative;
    margin-top: -68px;
    z-index: 1040;
  }
  .formContainer{
   position: absolute;
    width:52%;
    left:70%;
    top: 50%;
    transform: translate(-65%,-50%);
    padding:10px 20px;
    background-color: #737373;
    margin-right: -50px;
    border-radius: 15px;
  }
  .characterImg {
    height: 80%;
    left: -28%;
}
    .heroInfoContainer h3 {
      font-size: 44px;
      font-weight: 900;
  }
  .highlight-heading-part
  {
    font-size: 35px;
    font-weight: 600;
  }
  .heroInfoContainer h5 {
    font-size: 22px;
  }
  .heroInfoContainer p {
    font-size: 20px;
    line-height: 1.3;
}
.highlight-para-part {
  color: black;
  font-weight: bold;
}
  .clientLogoContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #14212b; */
    height: 90px;
    width: 100%;
    margin: 0;
    color: #fff;
  }
  .img-size
  {
    height: 500px;
  }
  .we-provide
 {
    height: 500px;
    width: 632px;
 }
 .fontex
 {
   font-size: 30px;
 }
}
@media (min-width:1417px) and (max-width:1443px){
  .backColor{
    background-color: #d38e25;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: -20px;
    text-align: center;
  }
  .experties {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
}
  .content-container h2
  {
    font-size:31px;
    font-weight: 800;
  }
  .content-container .highlight-heading-part
  {
    font-size: 31px;
    font-weight: 800;
  }
  .formAndCircleContainer{
    width: 100%;
    height: 110%;
    overflow: hidden;
    position: relative;
    margin-top: -74px;
    z-index: 1040;
  }
  .formContainer{
    position: absolute;
    width:52%;
    left:70%;
    top: 50%;
    transform: translate(-65%,-50%);
    padding:10px 20px;
    background-color: #737373;
    margin-right: -50px;
    border-radius: 15px;
  }
  .characterImg {
    height: 77%;
    left: -30%;
}
    .heroInfoContainer h3 {
      font-size: 45px;
      font-weight: 900;
  }
  .highlight-heading-part
  {
    font-size: 35px;
    font-weight: 600;
  }
  .heroInfoContainer h5 {
    font-size: 22px;
  }
  .heroInfoContainer p {
    font-size: 20px;
    line-height: 1.2;
}
  .clientLogoContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #14212b; */
    height: 90px;
    width: 100%;
    margin: 0;
    color: #fff;
  }
  .fontex
  {
    font-size: 30px;
  }
  .we-provide
 {
    height: 500px;
    width: 590px;
 }
  .img-size
  {
    height: 500px;
  }
}
@media (min-width:1251px) and (max-width:1416px){
  .backColor{
    background-color: #d38e25;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: -20px;
    text-align: center;
  }
  .experties {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
}
  .content-container h2
  {
    font-size:31px;
    font-weight: 800;
  }
  .content-container .highlight-heading-part
  {
    font-size: 31px;
    font-weight: 800;
  }
  .staffingtemp
  {
    height: 100%;
  }
  .formAndCircleContainer{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -77px;
    z-index: 1040;
  }
  .heroInfoContainer h3
  {
    font-size: 35px;
    font-weight: 800;
  }
  .formContainer{
    position: absolute;
    width:55%;
    left:70%;
    top: 50%;
    transform: translate(-65%,-50%);
    padding:10px 20px;
    background-color: #737373;
    margin-right: -50px;
    border-radius: 15px;
  }
  .characterImg {
    height: 68%;
    left: -35%;
    }
    .fontex
    {
      font-size: 30px;
    }
    .heroInfoContainer h3 {
      font-size: 45px;
      font-weight: 900;
  }
  .highlight-heading-part
  {
    font-size: 35px;
    font-weight: 600;
  }
  .heroInfoContainer h5 {
    font-size: 22px;
  }
  .heroInfoContainer p {
    font-size: 20px;
    line-height: 1.2;
}
  .highlight-para-part
  {
    color: black;
    font-weight: bold;
  }
  .clientLogoContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #14212b; */
    height: 90px;
    /* width: 90%; */
    margin: 0;
    color: #fff;
  }
  .we-provide
 {
    height: 500px;
    width: 580px;
 }
  .img-size
  {
    height: 500px;
  }
}
.callIcons
{
  margin-right: 19%; width: auto;
}
.getquotetext
{
  color: #fff; background-color: #d38e25; width: 200px; height: 100%; margin-right: 5%; text-align: center;  right: 0; position: absolute;  top: 0; display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.getquotetext h5{
  font-weight: 700;
}
@media (min-width:1201px) and (max-width:2000px){
  .callIcons
  {
    margin-right: 22% !important;
  }
  .backColor{
    background-color: #d38e25;
    padding-top: 20px;
    padding-bottom: 5px;
    margin: -20px;
    text-align: center;
  }
  .experties {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
}
  .content-container .highlight-heading-part
 {
    font-size: 35px;
 }
 .fontex
 {
    font-size: 30px;
 }
 .we-provide
 {
     height: 400px;
     width: 515px;
     /* margin-right: 20%; */
 } 
 
.provide-us .col-sm-5 
{
 display: flex;
 justify-content: center;
}
 .formAndCircleContainer{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -67px;
    z-index: 1040;
  }
  .img-size {
    height: 310px;
}
  .heroInfoContainer h3
  {
    font-size: 40px;
    font-weight: 800;
  }
  
  .formContainer{
    position: absolute;
    width:55%;
    left:70.2%;
    top: 43%;
    transform: translate(-65%,-50%);
    padding:10px 20px;
    background-color: #737373;
    margin-right: -50px;
    border-radius: 15px
  }
  .characterImg {
    height: 73%;
    left: -38%;
    }
    .content-container h2
    {
      font-size:29px;
      font-weight: 800;
    }
    .content-container .highlight-heading-part
    {
      font-size: 29px;
      font-weight: 800;
    }
    .highlight-heading-part
    {
      font-size: 35px;
      font-weight: 600;
    }
  .heroInfoContainer h5 {
    font-size: 22px;
  }
  .heroInfoContainer p {
    font-size: 20px;
    line-height: 1.3;
}
  .clientLogoContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #14212b; */
    height: 90px;
    /* width: 90%; */
    margin: 0;
    color: #fff;
  }
  .fontex
  {
    font-size: 30px;
  }
}

@media (min-width:1182px) and (max-width:1200px) {
  .heroInfoContainer h1 {
    font-size: 35px;
}
.backColor{
  background-color: #d38e25;
  padding-top: 14px;
  padding-bottom: 5px;
  margin: -20px;
  text-align: center;
}
.img-size {
  height: 310px;
}
.we-provide
    {
        height: 400px;
        width: 500px;
        /* margin-right: 20%; */
    } 
    
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  } 
.formAndCircleContainer{
  width: 100%;
  height: 110%;
  overflow: hidden;
  position: relative;
  margin-top: -112px;
  z-index: 1040;
}
.uspIconContainer img {
  width: 80%;
}

.uspInfoContainer span {
  font-size: 25px;
  line-height: 30px;
}
.end-border::after {
right: -15px;
}
.uspContainer {
gap: 30px;
}

.characterImg {
height: 65%;
left: -50%;
}
.formContainer {
width: 60%;
left: 65%;
top: 50%;
border-radius: 15px;
}
.formAndCircleContainer::before {
  width: 70vw;
  height: 140vh;
}

.heroInfoContainer p {
  font-size: 18px;
}
.highlight-heading-part
  {
    font-size: 30px;
  }
  .heroInfoContainer h3
  {
    font-size: 37px;
    font-weight: 800;
  }
  .fontex
  {
    font-size: 30px;
  }
  .content-container h2
  {
    font-size:29px;
    font-weight: 800;
  }
  .content-container .highlight-heading-part
  {
    font-size: 29px;
    font-weight: 800;
  }

}

@media (min-width:1179px) and (max-width:1181px)
{
  .fontex
  {
    font-size: 30px;
  }
  .backColor{
    background-color: #d38e25;
    padding-top: 14px;
    padding-bottom: 5px;
    margin: -20px;
    text-align: center;
  }
  .we-provide
  {
      height: 400px;
      width: 489px;
      /* margin-right: 20%; */
  } 
  
.provide-us .col-sm-5 
{
  display: flex;
  justify-content: center;
}
 .img-size {
  height: 469px;
  width: 469px;
}
  .formAndCircleContainer{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -92px;
    z-index: 1040;
  }
  .uspIconContainer img {
    width: 80%;
  }
  
  .uspInfoContainer span {
    font-size: 25px;
    line-height: 30px;
  }
  .end-border::after {
  right: -15px;
  }
  .uspContainer {
  gap: 30px;
  }
  
  .characterImg {
  height: 60%;
  left: -40%;
  }
  .formContainer {
  width: 60%;
  left: 65%;
  top: 50%;
  border-radius: 15px;
  }
  .formAndCircleContainer::before {
    width: 70vw;
    height: 140vh;
  }
  
  .heroInfoContainer p {
    font-size: 18px;
  }
  .highlight-heading-part
    {
      font-size: 30px;
    }
    .heroInfoContainer h3
    {
      font-size: 37px;
      font-weight: 800;
    }
    .content-container h2
    {
      font-size:29px;
      font-weight: 800;
    }
    .content-container .highlight-heading-part
    {
      font-size: 29px;
      font-weight: 800;
    }
}
@media (min-width:1149px) and  (max-width:1178px)
{
  .fontex
  {
    font-size: 30px;
  }
  .backColor{
    background-color: #d38e25;
    padding-top: 14px;
    padding-bottom: 5px;
    margin: -20px;
    text-align: center;
  }
  .we-provide
  {
      height: 400px;
      width: 490px;
      /* margin-right: 20%; */
  } 
  
.provide-us .col-sm-5 
{
  display: flex;
  justify-content: center;
}
  .img-size
  {
    height: 500px;
    width: 500px;
  }
  .formAndCircleContainer{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -91px;
    z-index: 1040;
  }
  .characterImg {
    height: 60%;
    left: -60%;
    }
    .formContainer {
    width: 60%;
    left: 68%;
    top: 50%;
    border-radius: 15px;
    }
    .formAndCircleContainer::before {
      width: 70vw;
      height: 140vh;
    }
  
    .heroInfoContainer p {
      font-size: 18px;
    }
    .highlight-heading-part
      {
        font-size: 29px;
      }
      .heroInfoContainer h3
      {
        font-size: 37px;
        font-weight: 800;
      }
      .content-container h2
      {
        font-size:29px;
        font-weight: 800;
      }
      .content-container .highlight-heading-part
      {
        font-size: 29px;
        font-weight: 800;
      }
}
@media (min-width:1140px) and (max-width:1148px)
{
  .fontex
  {
    font-size: 30px;
  }
  .backColor{
    background-color: #d38e25;
    padding-top: 14px;
    padding-bottom: 5px;
    margin: -20px;
    text-align: center;
  }
  .we-provide
    {
        height: 400px;
        width: 480px;
        /* margin-right: 20%; */
    } 
    
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
  .img-size
  {
    height: 400px;
    width: 400px;
  }
  .formAndCircleContainer{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -92px;
    z-index: 1040;
  }
  .characterImg {
    height: 60%;
    left: -50%;
    }
    .formContainer {
    width: 60%;
    left: 68%;
    top: 50%;
    border-radius: 15px;
    }
    .formAndCircleContainer::before {
      width: 70vw;
      height: 140vh;
    }
    .heroInfoContainer p {
      font-size: 18px;
    }
    .highlight-heading-part
      {
        font-size: 29px;
      }
      .heroInfoContainer h3
      {
        font-size: 37px;
        font-weight: 800;
      }
      .content-container h2
      {
        font-size:29px;
        font-weight: 800;
      }
      .content-container .highlight-heading-part
      {
        font-size: 29px;
        font-weight: 800;
      }
}
@media (min-width:1085px) and (max-width:1139px)
{
  .callIcons
  {
    margin-right: 21% !important;
  }
  .fontex
  {
    font-size: 30px;
  }
  .backColor{
    background-color: #d38e25;
    padding-top: 14px;
    padding-bottom: 5px;
    margin: -20px;
    text-align: center;
  }
  .we-provide
  {
      height: 400px;
      width: 480px;
      /* margin-right: 20%; */
  } 
  
.provide-us .col-sm-5 
{
  display: flex;
  justify-content: center;
}
  .img-size
  {
    height: 500px;
    width: 400px;
  }
  .formAndCircleContainer{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -92px;
    z-index: 1040;
  }
  .characterImg {
    height: 60%;
    left: -50%;
    }
    .formContainer {
    width: 58%;
    left: 68%;
    top: 50%;
    border-radius: 15px;
    }
    .formAndCircleContainer::before {
      width: 70vw;
      height: 140vh;
    }
    .heroInfoContainer p {
      font-size: 17px;
    }
    .highlight-heading-part
      {
        font-size: 27px;
      }
      .heroInfoContainer h3
      {
        font-size: 37px;
        font-weight: 800;
      }
      .content-container h2
      {
        font-size:28px;
        font-weight: 800;
      }
      .content-container .highlight-heading-part
      {
        font-size: 28px;
        font-weight: 800;
      }
}

@media (min-width:1063px) and (max-width:1084px)
{
  .callIcons
  {
    margin-right: 21% !important;
  }
  .fontex
  {
    font-size: 30px;
  }
  .backColor{
    background-color: #d38e25;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: -20px;
    text-align: center;
  }
  .we-provide
    {
        height: 400px;
        width: 490px;
    } 
    
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  } 
  .img-size
  {
    height: 500px;
    width: 400px;
  }
  .formAndCircleContainer{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -92px;
    z-index: 1040;
  }
  .characterImg {
    height: 60%;
    left: -50%;
    }
    .formContainer {
    width: 60%;
    left: 68%;
    top: 50%;
    border-radius: 15px;
    }
    .formAndCircleContainer::before {
      width: 70vw;
      height: 140vh;
    }
    .heroInfoContainer p {
      font-size: 17px;
    }
    .highlight-heading-part
      {
        font-size: 27px;
      }
      .heroInfoContainer h3
      {
        font-size: 37px;
        font-weight: 800;
      }
      .content-container h2
      {
        font-size:28px;
        font-weight: 800;
      }
      .content-container .highlight-heading-part
      {
        font-size: 28px;
        font-weight: 800;
      }
}
  
@media (min-width:1047px) and (max-width:1062px) {
  .callIcons
  {
    margin-right: 22% !important;
  }
  .fontex
  {
    font-size: 30px;
  }
    .logo-container.desktop{
        display: none;
      }
      .we-provide
    {
        height: 400px;
        width: 480px;
    } 
    
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
      .img-size
      {
        height: 500px;
        width: 400px;
      }
      .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;
        display: none;
    }
    .backColor{
      background-color: #d38e25;
      padding-top: 17px;
      padding-bottom: 17px;
      margin: -20px;
      text-align: center;
    }
    .formAndCircleContainer{
      width: 100%;
      height: 120%;
      overflow: hidden;
      position: relative;
      margin-top: -106px;
      z-index: 1040;
    }
    .characterImg {
      height: 62%;
      left: -50%;
      }
      .formContainer {
      width: 60%;
      left: 68%;
      top: 50%;
      border-radius: 15px;
      }
      .formAndCircleContainer::before {
        width: 70vw;
        height: 140vh;
      }
      .heroInfoContainer p {
        font-size: 17px;
      }
      .highlight-heading-part
        {
          font-size: 26px;
          /* font-weight: 800; */
        }
        .heroInfoContainer h3
        {
          font-size: 34px;
          font-weight: 800;
        }

    /* styling hero section */

    .heroInfoContainer h1 {
      font-size: 26px;
      line-height: 30px;
  }

  .heroInfoContainer p{
    /* font-size: 14px; */
    margin-bottom: 15px;
    line-height: 1.4;
   }

  .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;
  }
    /* 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;
  }
  .content-container h2
  {
    font-size:28px;
    font-weight: 800;
  }
  .content-container .highlight-heading-part
  {
    font-size: 28px;
    font-weight: 800;
  }
}
@media (min-width:982px) and (max-width:1046px) {
  .callIcons
  {
    margin-right: 24% !important;
  }
  .logo-container.desktop{
      display: none;
    }
    .fontex
    {
      font-size: 30px;
    }
    .we-provide
    {
        height: 400px;
        width: 450px;
    } 
    
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
    .logo-container.phone{
      display: block;
    }
    .img-size
    {
      height: 400px;
      width: 400px;
    }
    .subInfoCard .subInfoIcon {
      padding: 8px;
      border-radius: 5px;
      font-size: 12px;
    }
    .subInfoCardContainer{
      /* d-flex gap-5 */
      display: flex;
      gap:12px;
    }
    .navMenu {
      width:unset;
      display: none;
  }
  .backColor{
    background-color: #d38e25;
    padding-top: 17px;
    padding-bottom: 17px;
    margin: -20px;
    text-align: center;
  }
  .formAndCircleContainer{
    width: 100%;
    height: 120%;
    overflow: hidden;
    position: relative;
    margin-top: -116px;
    z-index: 1040;
  }
  .characterImg {
    height: 58%;
    left: -50%;
    }
    .formAndCircleContainer::before {
      width: 70vw;
      height: 140vh;
    }
    .heroInfoContainer p {
      font-size: 17px;
    }
    .highlight-heading-part
      {
        font-size: 24px;
        /* font-weight: 800; */
      }
      .heroInfoContainer h3
      {
        font-size: 34px;
        font-weight: 800;
      }

  /* styling hero section */

  .heroInfoContainer h1 {
    font-size: 26px;
    line-height: 30px;
}

.heroInfoContainer p{
  /* font-size: 14px; */
  margin-bottom: 15px;
  line-height: 1.4;
 }

.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;
}
.workexperince
{
  width: 120px;
}
.btn span {
font-size: 13px;
padding: 10px 20px;
}
  /* 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;
}
.formContainer {
  width: 60%;
  left: 68%;
  top: 50%;
  border-radius: 15px;
}
.aboutHighlight
{
  font-size: 10px;
}

.fonte
{
  font-size: 15px;
}
.content-container h2
{
  font-size:28px;
  font-weight: 800;
}
.content-container .highlight-heading-part
{
  font-size: 28px;
  font-weight: 800;
}
}


  @media (min-width:891px) and (max-width:981px)
  {
    .callIcons
    {
      margin-right: 23% !important;
    }
    .backColor{
      background-color: #d38e25;
      padding-top: 26px;
      padding-bottom: 15px;
      margin: -20px;
      text-align: center;
    }
    .fontex
    {
      font-size: 30px;
    }
    .we-provide
    {
        height: 400px;
        width: 450px;
    } 
    
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
    .characterImg {
      height: 50%;
      left: -50%;
      }
    .formAndCircleContainer{
      width: 100%;
      height: 110%;
      overflow: hidden;
      position: relative;
      margin-top: -94px;
      z-index: 1040;
    }
    .formContainer h2{
      font-size: 25px;
    }
    .logo-container.desktop{
      display: none;
    }
    .img-size {
      height:550px;
  }
    .logo-container.phone{
      display: block;
    }
    .navMenu {
      width:unset;
      display: none;
    }
    .subInfoCard .subInfoIcon {
      padding: 8px;
      border-radius: 5px;
      font-size: 12px;
    }
    .subInfoCardContainer{
      /* d-flex gap-5 */
      display: flex;
      gap:12px;
    }
  /* styling hero section */

  .heroInfoContainer h1 {
    font-size: 26px;
    line-height: 30px;
}

.heroInfoContainer p{
  /* font-size: 14px; */
  margin-bottom: 13px;
  line-height: 1.4;
 }

.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;
}
  /* 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;
}
.formContainer {
  width: 60%;
  left: 68%;
  top: 50%;
  border-radius: 15px;
}
.workexperince
{
  width: 120px;
}
      .highlight-heading-part
      {
        font-size: 22px;
        /* font-weight: 800; */
      }
      .heroInfoContainer h3
      {
        font-size: 34px;
        font-weight: 800;
      }
      .content-container h2
      {
        font-size:27px;
        font-weight: 800;
      }
      .content-container .highlight-heading-part
      {
        font-size: 27px;
        font-weight: 800;
      }
  }

  @media (min-width:862px) and (max-width:890px)
  {
    .callIcons
    {
      margin-right: 23% !important;
    }
      .workexperince
    {
      width: 120px;
    }
    .fontex
    {
       font-size: 25px;
    }
    .we-provide
    {
        height: 400px;
        width: 400px;
    } 
    
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
    .backColor{
      background-color: #d38e25;
      padding-top: 18px;
      padding-bottom: 15px;
      margin: -20px;
      text-align: center;
      height: 79px;
    }
    .img-size
    {
      height: 520px;
      /* width: 350px; */
    }
    .formAndCircleContainer{
      width: 100%;
      height: 110%;
      overflow: hidden;
      position: relative;
      margin-top: -94px;
      z-index: 1040;
    }
    .characterImg {
      height: 45%;
      left: -50%;
    }
    .formContainer h2{
      font-size: 25px;
    }
    .logo-container.desktop{
      display: none;
    }
    
    .logo-container.phone{
      display: block;
    }
    .navMenu {
      width:unset;
      display: none;
    }
    .subInfoCard .subInfoIcon {
      padding: 8px;
      border-radius: 5px;
      font-size: 12px;
    }
    .subInfoCardContainer{
      /* d-flex gap-5 */
      display: flex;
      gap:12px;
    }
    
  /* styling hero section */

  .highlight-heading-part
  {
    font-size: 21px;
    /* font-weight: 800; */
  }
  .heroInfoContainer h3
  {
    font-size: 34px;
    font-weight: 800;
  }
.heroInfoContainer p{
  /* font-size: 14px; */
  margin-bottom: 12px;
  line-height: 1.3;
 }

.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;
}
  /* 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;
}
.formContainer {
  width: 65%;
  left: 68%;
  top: 50%;
  border-radius: 15px;
}
.content-container h2
{
  font-size:27px;
  font-weight: 800;
}
.content-container .highlight-heading-part
{
  font-size: 27px;
  font-weight: 800;
}
.experties
    {
      margin-left: 10px;
      font-size: 15px;
    }
  }
  .highlight-heading-part 
  {
      font-weight: 800;
  }
  @media (min-width:841px) and (max-width:861px)
  {
    .callIcons
    {
      margin-right: 25% !important;
    }
    .workexperince
    {
      width: 120px;
    }
    .fontex
    {
        font-size: 25px;
    }
    .backColor{
      background-color: #d38e25;
      padding-top: 20px;
      padding-bottom: 15px;
      margin: -20px;
      text-align: center;
    }
    .experties
    {
      margin-left: 10px;
      font-size: 15px;
    }
    .experties span {
      margin-left: 0px !important;
    }
     .we-provide
    {
        height: 400px;
        width: 380px;
    } 
 
 .provide-us .col-sm-5 
 {
   display: flex;
   justify-content: center;
 }
    .img-size
    {
      height: 520px;
      /* width: 350px; */
    }
    .formAndCircleContainer{
      width: 100%;
      height: 110%;
      overflow: hidden;
      position: relative;
      margin-top: -90px;
      z-index: 1040;
    }
    .logo-container.desktop{
      display: none;
    }
    .characterImg {
      display: none;
      }
    .logo-container.phone{
      display: block;
    }
    .navMenu {
      width:unset;
      display: none;
    }
    .subInfoCard .subInfoIcon {
      padding: 8px;
      border-radius: 5px;
      font-size: 12px;
    }
    .subInfoCardContainer{
      /* d-flex gap-5 */
      display: flex;
      gap:12px;
    }
    
  /* styling hero section */

  .heroInfoContainer h1 {
    font-size: 26px;
    line-height: 30px;
}

.heroInfoContainer p{
  /* font-size: 14px; */
  margin-bottom: 13px;
  line-height: 1.3;
 }

.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;
}
  /* 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;
}
.formContainer {
  width: 70%;
  left: 61%;
  top: 50%;
  border-radius: 15px;
}
.highlight-heading-part
      {
        font-size: 20px;
        /* font-weight: 800; */
      }
      .heroInfoContainer h3
      {
        font-size: 32px;
        font-weight: 800;
      }
      .content-container h2
      {
        font-size:27px;
        font-weight: 800;
      }
      .content-container .highlight-heading-part
      {
        font-size: 27px;
        font-weight: 800;
      }
}
@media (min-width:837px) and (max-width:840px)
  {
    .callIcons
    {
      margin-right: 25% !important;
    }
    .experties
    {
      margin-left: 10px;
      font-size: 15px;
    }
    .experties span {
      margin-left: 0px !important
    };
    .workexperince
    {
      width: 120px;
    }
    .fontex
    {
        font-size: 25px;
    }
    .backColor{
      background-color: #d38e25;
      padding-top: 22px;
      padding-bottom: 15px;
      margin: -20px;
      text-align: center;
    }
    .we-provide
    {
       height: 400px;
       width: 350px;
    } 
    .img-size
    {
      height: 510px;
      /* width: 350px; */
    }
    .formAndCircleContainer{
      width: 100%;
      height: 110%;
      overflow: hidden;
      position: relative;
      margin-top: -103px;
      z-index: 1040;
    }
    .formContainer h2
    {
      font-size: 29px;
    }
    .logo-container.desktop{
      display: none;
    }
    
    .logo-container.phone{
      display: block;
    }
    .navMenu {
      width:unset;
      display: none;
    }
    .subInfoCard .subInfoIcon {
      padding: 8px;
      border-radius: 5px;
      font-size: 12px;
    }
    .subInfoCardContainer{
      /* d-flex gap-5 */
      display: flex;
      gap:12px;
    }
    .characterImg {
     display: none;
  }
    
  /* styling hero section */

  .heroInfoContainer h1 {
    font-size: 26px;
    line-height: 30px;
}

.heroInfoContainer p{
  /* font-size: 14px; */
  margin-bottom: 13px;
  line-height: 1.4;
 }

.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;
}
  /* end styling hero section */
  /* .clientLogoContainer {
    gap: 10px;
} */
.highlight-heading-part
      {
        font-size: 20px;
        /* font-weight: 800; */
      }
      .heroInfoContainer h3
      {
        font-size: 34px;
        font-weight: 800;
      }
.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;
}
.formContainer {
  width: 75%;
  left: 55%;
  top: 50%;
  border-radius: 15px;
}
.content-container h2
{
  font-size:27px;
  font-weight: 800;
}
.content-container .highlight-heading-part
{
  font-size: 27px;
  font-weight: 800;
}
  }
  @media (min-width:795px) and (max-width:836px)
  {
    .callIcons
    {
      margin-right: 28% !important;
    }
    .experties
    {
      margin-left: 10px;
      font-size: 14px;
    }
    .experties span {
      margin-left: 0px !important
    };
    .workexperince
    {
      width: 120px;
    }
    .fontex
    {
        font-size: 25px;
    }
    .backColor{
      background-color: #d38e25;
      padding-top: 22px;
      padding-bottom: 15px;
      margin: -20px;
      text-align: center;
    }
    .we-provide
    {
       height: 400px;
       width: 350px;
    } 
    .img-size
    {
      height: 482px;
      /* width: 350px; */
    }
    .formAndCircleContainer{
      width: 100%;
      height: 101%;
      overflow: hidden;
      position: relative;
      margin-top: -80px;
      z-index: 1040;
    }
    .formContainer h2
    {
      font-size: 29px;
    }
    .logo-container.desktop{
      display: none;
    }
    
    .logo-container.phone{
      display: block;
    }
    .navMenu {
      width:unset;
      display: none;
    }
    .subInfoCard .subInfoIcon {
      padding: 8px;
      border-radius: 5px;
      font-size: 12px;
    }
    .subInfoCardContainer{
      /* d-flex gap-5 */
      display: flex;
      gap:12px;
    }
    .characterImg {
      display: none;
  }
    
  /* styling hero section */

  .heroInfoContainer h1 {
    font-size: 26px;
    line-height: 30px;
}

.heroInfoContainer p{
  /* font-size: 14px; */
  margin-bottom: 13px;
  line-height: 1.4;
 }

.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;
}
  /* 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;
}
.formContainer {
  width: 75%;
  left: 55%;
  top: 50%;
  border-radius: 15px;
}
.call-container, .call-parent-container {
  display: inline-flex;
  /* align-items: center;
  justify-content: center; */
  /* margin-left: 30px; */
}
.call-info-container a {
  color: black;
  font-size: 13px;
}
.call-info-container span {
  font-size: 13px;
  /* line-height: 25px; */
  font-weight: 500;
  margin: 0;
  color: #d38e25;
}
.icon-area {
  margin-right: 10px;
  height: 32px;
}
.highlight-heading-part
      {
        font-size: 19px;
        /* font-weight: 800; */
      }
      .heroInfoContainer h3
      {
        font-size: 32px;
        font-weight: 800;
      }
      .content-container h2
      {
        font-size:27px;
        font-weight: 800;
      }
      .content-container .highlight-heading-part
      {
        font-size: 27px;
        font-weight: 800;
      }
  }
  @media (min-width:768px) and (max-width:794px)
  {
    .callIcons
    {
      margin-right: 30% !important;
    }
    .experties
    {
      margin-left: 10px;
      font-size: 14px;
    }
    .experties span {
      margin-left: 0px !important
    };
    .workexperince
    {
      width: 120px;
    }
    .fontex
    {
        font-size: 25px;
    }
    .backColor{
      background-color: #d38e25;
      padding-top: 20px;
      padding-bottom: 15px;
      margin: -20px;
      text-align: center;
      /* font-size: 10px; */
    }
    .we-provide
    {
       height: 400px;
       width: 320px;
    } 
    .img-size
    {
      height: 482px;
      /* width: 350px; */
    }
    .formAndCircleContainer{
      width: 100%;
      height: 104%;
      overflow: hidden;
      position: relative;
      margin-top: -85px;
      z-index: 1040;
    }
    .characterImg {
      /* height: 65%;
      left: -26%; */
      display: none;
      }
    .formContainer h2
    {
      font-size: 29px;
    }
    .logo-container.desktop{
      display: none;
    }
    
    .logo-container.phone{
      display: block;
    }
    .navMenu {
      width:unset;
      display: none;
    }
    .subInfoCard .subInfoIcon {
      padding: 8px;
      border-radius: 5px;
      font-size: 12px;
    }
    .subInfoCardContainer{
      /* d-flex gap-5 */
      display: flex;
      gap:12px;
    }
    .highlight-heading-part
    {
      /* font-weight: 800; */
      font-size: 18px;
    }
  /* styling hero section */

  .heroInfoContainer h3 {
    font-size: 30px;
    font-weight: 800;
}

.heroInfoContainer h5 {
  font-size: 15px;
  line-height: 30px;
}

.heroInfoContainer p{
  /* font-size: 14px; */
  margin-bottom: 13px;
  line-height: 1.4;
 }

.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: 110px;
}

.btn span {
font-size: 12px;
padding: 10px 20px;
}

  /* 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;
}
.formContainer {
  width: 78%;
  left: 50%;
  top: 50%;
  border-radius: 15px;
}
.call-info-container a {
  color: black;
  font-size: 10px;
}
.call-info-container span {
  font-size: 10px;
  /* line-height: 25px; */
  font-weight: 500;
  margin: 0;
  color: #d38e25;
}
.call-container, .call-parent-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 30px; */
}
.icon-area {
  margin-right: 10px;
  height: 32px;
}
.content-container h2
{
  font-size:27px;
  font-weight: 800;
}
.content-container .highlight-heading-part
{
  font-size: 27px;
  font-weight: 800;
}
  }
  .icon-area{
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 18px;
    color:#ffffff;
    background: #D38E25;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .icon-area i{
    animation: ring .4s .4s infinite ease-in-out;
    /* animation: name duration timing-function delay iteration-count direction fill-mode; */
}
  @media (min-width:700px) and (max-width:767px) {
    .callIcons
    {
      display: none !important;
    }
    .formContainer label {
      font-size:unset;
    }
    /* .workexperince
    {
      width: 120px;
    } */
    .fontex
    {
        font-size: 25px;
    }
    .formAndCircleContainer {
      z-index: auto; 
    }
    .backColor{
      background-color: #d38e25;
      padding-bottom: 4px;
      margin: -20px;
      text-align: center;
      font-weight: 800;
    }
    .we-provide
    {
       height: 400px;
       width: 700px;
    }
    
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  } 
    .provide-us
    {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .weProvide 
    {
      width: 100%;
    }
    .img-size
    {
      height: 500px;
      width: 700px;
    }
    .subInfoCard .subInfoIcon {
      padding: 8px;
      border-radius: 5px;
      font-size: 12px;
    }
    .subInfoCardContainer{
      display: flex;
      gap:12px;
    }
    .formAndCircleContainer{
      width: 100%;
      height: 100%;
      overflow: hidden;
      margin-top: -20px;
      left: -15%;
    }
    .logo-container.desktop{
      display: none;
    }
    
    .logo-container.phone{
      display: block;
    }
    .formContainer
    {
      background-color: #737373;
      
    }
    .formContainer input, .formContainer textarea {
      padding:8px 12px;
    }
    .clientLogoContainer {
      flex-wrap: wrap;
      /* gap: 8px; */
    }
    .topClietnsLogo {
      margin:0px 0px;
    }
    .characterImg {
      display: none;
      }
    .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;
}
      .highlight-heading-part
      {
        font-size: 28px;
        /* font-weight: 800; */
      }
      .heroInfoContainer h3
      {
        font-size: 32px;
        font-weight: 800;
      }
      .heroInfoContainer p {
        font-size: 17px;
      };
.why-choose-us
{
  width: 100%;
}
.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: 87%;
  left: 2.9%;
  bottom: 16px;
}

.formContainer {
position: sticky;
width: 45%;
left: 30%;
top:unset;
transform:unset;
padding: 10px 20px;
/* background-color: rgba(255, 255, 255, .09); */
border-radius: 15px;
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;
}
.why-choose-us
{
  margin: 0;
  width: 100%;
}
.ChooseUS1
{
  width: 150px;
  margin-left: -140px;
}
.ChooseUS2
{
  width: 150px;
  margin-left: -8px;
}
.ChooseUS3
{
  width: 150px;
  margin-left: -5px;
}
.ChooseUS4
{
  width: 150px;
  margin-right: -80px;
}

.content-container h2
{
  font-size:27px;
  font-weight: 800;
}
.content-container .highlight-heading-part
{
  font-size: 27px;
  font-weight: 800;
}

}

  @media (min-width:637px) and (max-width:700px) {
    .formContainer label {
      font-size:unset;
    }
    .callIcons
    {
      display: none !important;
    }
    .col-sm-5 {
      flex: 0 0 auto;
      width: 54.666667%;
  }
    .fontex
    {
      font-size: 30px;
    }
    .formAndCircleContainer {
      z-index: auto; 
    }
    .weProvide 
    {
      width: 100%;
    }
    .provide-us
    {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .provide-us .col-sm-5
    {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .we-provide
    {
      height: 400px;
      width: 600px;
    }
    .img-size
    {
      height: 500px;
      width: 600px;
    }
    .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;
    }
    .backColor{
      background-color: #d38e25;
      /* padding-top: 8px; */
      padding-bottom: 3px;
      margin: -20px;
      text-align: center;
      font-weight: 800;
    }
    .formAndCircleContainer{
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      margin-top: -20px;
      left: -15%;
      /* z-index: 1040; */
    }
    .formContainer
    {
      background-color: #737373;
      
    }
    .formContainer input, .formContainer textarea {
      padding:8px 12px;
    }
    .clientLogoContainer {
      flex-wrap: wrap;
      /* gap: 8px; */
    }
    .topClietnsLogo {
      margin:0px 0px;
    }
    .characterImg {
      display: none;
      }
    .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;
}
.highlight-heading-part
{
  font-size: 28px;
  /* font-weight: 800; */
}
.heroInfoContainer h3
{
  font-size: 31px;
  font-weight: 800;
}
.why-choose-us
{
  width: 100%;
}
.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: 87%;
  left: 2.9%;
  bottom: 16px;
}

.formContainer {
position: sticky;
width: 45%;
left: 30%;
top:unset;
transform:unset;
padding: 10px 20px;
/* background-color: rgba(255, 255, 255, .09); */
border-radius: 15px;
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%;
}
.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;
}

    .characterImg {
      height: 63%;
    }
    .why-choose-us
    {
      margin: 0;
      width: 100%;
    }
    .ChooseUS1
    {
      width: 130px;
      margin-left: -100px;
      padding: 0;
    }
    .fbold
    {
      font-size: 20px;
    }
    .ChooseUS2
    {
      width: 130px;
      margin-left: -8px;
    }
    .ChooseUS3
    {
      width: 130px;
      margin-left: -5px;
    }
    .ChooseUS4
    {
      width: 130px;
      margin-right: -80px;
    }
    .content-container h2
    {
      font-size:27px;
      font-weight: 800;
    }
    .content-container .highlight-heading-part
    {
      font-size: 27px;
      font-weight: 800;
    }
  }

  @media (min-width:486px) and (max-width:636px) {
    .characterImg {
      display: none;
  }
  .callIcons
    {
      display: none !important;
    }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 54.666667%;
  }
  .fontex
  {
    font-size: 30px;
  }
  .formAndCircleContainer {
    z-index: auto; 
  }
  .formContainer {
   left: 0%;
   width: 90%;
  }
  .img-size
  {
    height: 400px;
    width: 610px;
  }
  .weProvide 
  {
    width: 100%;
  }
  .provide-us
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .we-provide
  {
    height: 380px;
    width: 500px;
  }
  
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
  .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;
  }
  .formContainer label {
    font-size:unset;
  }
  .backColor{
    background-color: #d38e25;
    /* padding-top: 8px; */
    font-weight: 800;
    padding-bottom: 3px;
    margin: -20px;
    text-align: center;
    /* font-size: 10px; */
  }
  .formAndCircleContainer{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -20px;
    left: -15%;
    /* z-index: 1040; */
  }
  .formContainer
  {
    background-color: #737373;
    
  }
  .formContainer input, .formContainer textarea {
    padding:8px 12px;
  }
  .clientLogoContainer {
    flex-wrap: wrap;
    /* gap: 8px; */
  }
  .topClietnsLogo {
    margin:0px 0px;
  }
  .characterImg {
    display: none;
    }
  .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;
}
.highlight-heading-part
{
  font-size: 27px;
  /* font-weight: 800; */
}
.heroInfoContainer h3
{
  font-size: 30px;
  font-weight: 800;
}
.why-choose-us
{
width: 100%;
}
.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: 87%;
left: 2.9%;
bottom: 16px;
}

.formContainer {
position: sticky;
width: 45%;
left: 30%;
top:unset;
transform:unset;
padding: 10px 20px;
/* background-color: rgba(255, 255, 255, .09); */
border-radius: 15px;
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;
}

.content-container h2
{
  font-size:27px;
  font-weight: 800;
}
.content-container .highlight-heading-part
{
  font-size: 27px;
  font-weight: 800;
}


  }

  @media (max-width:575px) {
    .about-section,.whyChooseUsSection,.detailStaffingSection,.topStaffingSection,.staffWeProvideSection{
      padding:10px 20px ;
  }
  .callIcons
    {
      display: none !important;
    }
  .experties
    {
      margin-left: 10px;
      /* font-size: 15px; */
    }
    .experties span {
      margin-left: 0px !important
    };
  .fontex
  {
    font-size: 30px;
  }
  .formAndCircleContainer {
    z-index: auto; 
  }
  .weProvide 
  {
    width: 100%;
    /* display: flex; */

  }
  .provide-us
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -15px;

  }
  .we-provide
  {
    height: 300px;
    width: 500px;
    display: flex;
    justify-content: center;
  }
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
  .img-size
  {
    height: 350px;
    width: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: auto;
  }

  .workexperince 
{
  width: 200px;
  margin: auto;
}

.content-container h2
{
  font-size:27px;
  font-weight: 800;
}
.content-container .highlight-heading-part
{
  font-size: 27px;
  font-weight: 800;
}
.highlight-heading-part {
  font-size: 27px;
  /* font-weight: 800; */
}
  }
  @media (max-width:500px) {
    .gallery img {
      width: 110px;
      height: 110px;
  }
  .workexperince 
{
  width: 200px;
  margin: auto;
}
.fontex
{
  font-size: 30px;
}
.highlight-heading-part
{
  font-size: 27px;
  /* font-weight: 800; */
}
.heroInfoContainer h3
{
  font-size: 30px;
  font-weight: 800;
}
    
.we-provide
  {
    height: 300px;
    width: 450px;
    display: flex;
    justify-content: center;
  }
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
  }

  @media (max-width:485px) {
    .formContainer {
      left: 0%;
      width: 80%;
  }
  .experties
  {
    font-size: 13px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .fontex
  {
    font-size: 30px;
  }
  .logo-container.desktop{
    display: none;
  }
  .formAndCircleContainer {
    z-index: auto; 
  }
  .we-provide
  {
    height: 300px;
    width: 450px;
    display: flex;
    justify-content: center;
  }
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
  .logo-container.phone{
    display: block;
  }
  .subInfoCard .subInfoIcon {
    padding: 8px;
    border-radius: 5px;
    font-size: 12px;
  }
  .subInfoCardContainer{
    /* d-flex gap-5 */
    display: flex;
    gap:12px;
  }
    .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;
}
.formContainer label {
  font-size:unset;
}
.backColor{
  background-color: #d38e25;
  /* padding-top: 8px; */
  padding-bottom: 3px;
  font-weight: 800;
  margin: -20px;
  text-align: center;
  /* font-size: 10px; */
}
.formAndCircleContainer{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -20px;
  left: -15%;
  /* z-index: 1040; */
}
.formContainer
{
  background-color: #737373;
  
}
.formContainer input, .formContainer textarea {
  padding:8px 12px;
}
.clientLogoContainer {
  flex-wrap: wrap;
  /* gap: 8px; */
  display: none;
}
.topClietnsLogo {
  margin:0px 0px;
}
.characterImg {
  display: none;
  }
.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;
}
.highlight-heading-part
{
  font-size: 27px;
  /* font-weight: 800; */
}
.heroInfoContainer h3
{
  font-size: 30px;
  font-weight: 800;
}
.why-choose-us
{
width: 100%;
}
.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: 87%;
left: 2.9%;
bottom: 16px;
}
.formContainer h5{
  font-size: 25px;
}
.formContainer {
position: sticky;
width: 70%;
left: 15%;
top:unset;
transform:unset;
padding: 10px 20px;
/* background-color: rgba(255, 255, 255, .09); */
border-radius: 15px;
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;
}
.weProvide .col-sm-5{
  margin-left: -10px;
}
  }

@media (max-width:425px) {
  .call-container, .call-parent-container {
    margin-left: 3px;
}
.experties span
{
  margin-left: 0px !important;
}
.experties 
{
  margin-left: 10px !important;
}
.weProvide .col-5{
  margin-left: -19px;
  margin-right: 13px;
}
.formAndCircleContainer {
  z-index: auto; 
}
.certificateImgContainer {
  width: 90%;
}
.certficateContainer img {
width: 95%;
}

.aboutHighlightIcon {
width: 80px !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: 10px;
font-weight: 600;
}
.provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
  .we-provide {
    height: 300px;
    width: 420px;
    display: flex;
    justify-content: center;
}

.gallery {
  gap: 5px;
}
.blue-worker
{
  font-size: 12px;
} 
.highlight-heading-part
      {
        font-size: 26px;
        /* font-weight: 800; */
      }
      .heroInfoContainer h3
      {
        font-size: 29px;
        font-weight: 800;
      }
}

@media (max-width:405px) {
    .section-wise .call-info-container a {
      font-size: 13px;
  }
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
  .we-provide {
    height: 300px;
    width: 390px;
    display: flex;
    justify-content: center;
}

  
  .aboutHighlightIcon {
    width: 80px !important;
    }
  .formAndCircleContainer {
    z-index: auto; 
  }
  .weProvide .col-5{
    margin-left: -30px;
    margin-right: 13px;
  }
  .provideHighlightPara p{
    margin-bottom: 0;
    font-size: 12px;
  }
.call-info-container span {
  font-size: 14px;
  line-height: 10px;
  font-weight: 500;
  margin: 0;
  color: #d38e25;
}

  .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;
}
.img-size
{
  height: 350px;
  width: 380px;
  margin: auto;
}
.blue-worker
  {
    font-size: 12px;
  }
  .highlight-heading-part
  {
    font-size: 25px;
    /* font-weight: 800; */
  }
  .heroInfoContainer h3
  {
    font-size: 29px;
    font-weight: 800;
  }
}

@media (max-width:380px) {
 
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
  .we-provide {
    height: 300px;
    width: 350px;
    display: flex;
    justify-content: center;
}
.aboutHighlightIcon {
  width: 100% !important;
  }
  .blue-worker
  {
    font-size: 12px;
  }
.formAndCircleContainer {
  z-index: auto; 
}
.staffCardImgContainer {
  width: 70px;
  height: 70px;
}
.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: #d38e25;
}
.provideHighlightPara p{
  margin-bottom: 0;
  font-size: 12px;
}
.img-size
{
  height: 350px;
  width: 350px;
}
.staffCardImgContainer::before {
  width: 70px;
  height: 70px;
}

.subInfoCard .subInfoIcon {
  padding: 4px;
  border-radius: 5px;
  font-size: 10px;
}
.socialContainer {
  padding-right:0px;

}
.subInfoCardContainer {
  gap: 5px;
}
.call-container, .call-parent-container {
  display: inline-flex;
  /* align-items: center;
  justify-content: center; */
  /* margin-left: 30px; */
}
.call-info-container a {
  color: black;
  font-size: 12px;
}
.call-info-container span {
  font-size: 12px;
  /* line-height: 25px; */
  font-weight: 500;
  margin: 0;
  color: #d38e25;
}
.icon-area {
  margin-right: 10px;
  height: 32px;
}
.gallery img {
  width: 70px;
  height: 70px;
  padding: 4px;
}
.gallery {
  gap:0px;
}
.certificationSection .gallery a {
  display: flex;
  margin:8px 0px;
}
.highlight-heading-part
{
  font-size: 25px;
  /* font-weight: 800; */
}
.heroInfoContainer h3
{
  font-size: 29px;
  font-weight: 800;
}
}
  @media (max-width:350px) {
    .topClietnsLogo {
      width: 130px;
    }
    .provideHighlightPara p{
      margin-bottom: 0;
      font-size: 10px;
    }
    .aboutHighlightIcon {
      width: 100% !important;
      }
      .blue-worker
  {
    font-size: 12px;
  }
  .provide-us .col-sm-5 
  {
    display: flex;
    justify-content: center;
  }
  .we-provide {
    height: 300px;
    width: 330px;
    display: flex;
    justify-content: center;
}
    .formAndCircleContainer {
      z-index: auto; 
    }
    .img-size
    {
        height: 350px;
        width:  2000px;
    }
    .contact-rect-card a {
      font-size: 16px;
    }
    .formAndCircleContainer{
      width: 100%;
      height: 100%;
      overflow: hidden;
      /* position: relative; */
      margin-top: -20px;
      left: -13%;
    }
    .formContainer
    {
      width: 75%;
    }
    .highlight-heading-part
    {
      font-size: 24px;
      /* font-weight: 800; */
    }
    .heroInfoContainer h3
    {
      font-size: 28px;
      font-weight: 800;
    }
  }

@media (min-width:767px) and (max-width:991px) {
  .staffCard {
    height: 163px;
}


/* .why-choose-us
{
    width: 100%;
} */
}

@media (min-width:1901px) and (max-width:1930px)
{
  .backColor{
    background-color: #d38e25;
    padding-top: 32px;
    padding-bottom: 18px;
    margin: -20px;
    text-align: center;
  }
  .img-size
  {
    height: 500px;
    width: 600px;
  }
  .backColor h2{
    margin: auto;
    /* padding: 25px; */
  }
  .formAndCircleContainer{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -145px;
    z-index: 1040;
}
.flex-column
{
  margin-top: 20px;
}
.blue-worker
{
  margin-top: 50px;
}
.btn-3 span{
  margin-bottom: 2px;
}
.characterImg {
  position: absolute;
  height: 85%;
  bottom: -3px;
  left: -25%;
  z-index: 1;
}
.heroInfoContainer p{
    font-size: 25px;
}
.btnsubmit{
  margin-bottom: 15px;
  margin-top: 15px;
}
.highlight-heading-part
  {
    font-size: 35px;
    font-weight: 600;
  }
.heroInfoContainer h3
{
  font-size: 55px;
  font-weight: 900;
}
.button-row
{
  margin-bottom: 50px;
}
.we-provide {
  height: 500px;
  width: 800px;
}
}



/* temp staffing */

.workexperince{
  background-color: #d38e25;
  padding: 25px;
}
.workexperince span{
  text-align: center;
  /* font-size: 15px; */
}
.fontex
{
  /* font-size: 30px; */
  font-weight: bold;
}
.workexperince img{
  height: 70px;
  width:90px;
  margin: auto;
}


/* Seccond Banner */


.banner {
  position: relative;
  background-color: #14212b;
  width: 100%;
  height: 150px;
  margin-top: 150px;
}
.banner h4 {
  color: #D4F2EA;
  font-size: 25px;
  padding-left: 60px;
  position: relative;
  top: 12px;
}
.banner .col-sm-3 a {
  position: relative;
  top: 35px;
  font-size: 20px;
  
}
.banner-img {
  position: absolute;
  bottom: -0px; 
  /* top:10px; */
  right: 0;
  max-width: 100%;
  height: 290px;
  /* margin-top: 150px; */
}
.titleText {
  text-align: center;
  background-color: var(--tercery-color);
}
.button-color
{
  background-color: #ffbd59;
  padding: 5px;
}
/*     WE Provide */


.weProvide .col-sm-7{
  margin-top: 30px;
}
.btn-row
{
  background-color: #d38e25;
  display: flex;
  justify-content: center;
  padding: 10px;
 

}
.blue-one
{
  /* background-color: #d38e25; */
  border-radius: none;
  /* height: 50px; */
}




/* CSS UPDATED BY PRASHANT DOBRIYAL */
.col-8 {
  margin-left: -15px;
 }
 .col-8 span {
  position: relative;
  top: 10px;
 }
 .why-choose-us {
  display: flex;
  justify-content: center;
 }
 

/* RESPONSIVENESS UPDATED BY PRASHANT DOBRIYAL */
@media (max-width:1399px) {
  .col-8 {
   margin-left: -5px;
  }
}
@media (max-width:1199px) {
   .col-4 img {
     height: 60px;
   }
   .col-8 span{
     top:6px;
     font-size:20px;
   }
   .col-8 p {
     font-size: 16px;
   }
   .col-8 {
     margin-left: -15px;
   }
   .provideHighlightIcon img {
    width: 55px;
  }
  .provideHighlightPara {
    width:100%;
    margin-left: 5px;
    color: black;
    font-size: 14px;
  }
}
@media(min-width:892px) and (max-width:991px)
{
  .img-size {
    height: 550px;
    width: 900px;
}
}
@media (max-width:991px) {
  .clientLogoContainer {
   width: 100%;
   height: 20px;
   margin-top: 10px;
  }
  
  .topClietnsLogo img {
    width: 60px;
    height: 80%;
  }
   .col-4 img {
     height: 50px;
   }
   .col-8 {
     margin-left: -5px;
   }
   .col-8 span{
     top:5px;
     font-size:15px;
   }
   .col-8 p {
     font-size: 12px;
   }
   .cImg1 {
     height: 75px;
   }
   .ChooseUS1 {
     width: 160px;
     height: 170px;
   }
   .ChooseUS2 {
     width: 160px;
     height: 170px
   }
   .ChooseUS3 {
     height: 170px;
     width: 160px;
   }
   .ChooseUS4 {
     height: 170px;;
     width:160px;
   }
   .fbold {
     font-size: 20px;
   }
   .ftext1 {
     font-size: 15px;
   }
   .fonte
   {
    font-size: 15px;
   }
   .provideHighlightIcon img {
    width: 55px;
  }
  .provideHighlightPara {
    width:100%;
    margin-left: 15px;
    color: black;
    font-size: 12px;
  }

}

.clientLogoContainer {
  display: flex;
  /* overflow: hidden; */
}

.clientLogoContainer.marquee {
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@media (min-width: 992px) {
  .clientLogoContainer {
      animation: none; /* Disable the marquee effect for larger screens */
  }
}



@media (max-width:767px) {
   .clientLogoContainer {
     /* padding-left: 55px; */
     height: 15px;
     flex-wrap: nowrap;
     margin: 0px;
   }
   .topClientSectio {
    background-color: #ebe3d8;
    /* margin-top: 4px; */
    }
   .col-4 img {
     margin-left: -10px;
   }
   .why-choose-us {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
   }
   .ChooseUS1 {
     margin-left: 50px;
     width: 200px;
     height: 200px;
   }
   .ChooseUS2 {
     margin-left: 14px;
     width: 200px;
     height: 200px;
   }
   .ChooseUS3 {
     margin-top: 30px;
     margin-left: 50px;
     width: 200px;
     height: 200px;
   }
   .ChooseUS4 {
     margin-top: 30px;
     margin-left: 14px;
     width: 200px;
     height: 200px;
   }
   .cImg1 {
     height: 90px;
   }
   .fbold {
     font-size: 30px;
   }
   .ftext1 {
     font-size: 20px;
   }
   .provideHighlightIcon img {
    width: 55px;
  }
  .provideHighlightPara {
    width:100%;
    margin-left: 15px;
    color: black;
    font-size: 12px;
  }
 }  
@media (max-width:575px) {
 .clientLogoContainer {
   /* height: 130px; */
   /* display: grid; */
   grid-template-columns: repeat(2, 1fr);
 }
 .topClientSectio .container
   {
      max-width: 460px;
   }
 .topClietnsLogo:nth-child(1)
   {
      margin-left: 350px;
   }
 .formContainer {
  position: sticky;
  width: 60%;
  left: 20%;
  top: unset;
  transform: unset;
  padding: 10px 20px;
  /* background-color: rgba(255, 255, 255, .09); */
  border-radius: 15px;
  margin: 24px auto;
}
 .col-4 img {
   margin-left: 30px;
 }
 .col-8 {
   position: relative;
   left:65px;
 }
 .ChooseUS1 {
   margin-left: 90px;
   width: 160px;
   height: 160px;
 }
 .ChooseUS2 {
   margin-left: 14px;
   width: 160px;
   height: 160px;
 }
 .ChooseUS3 {
   margin-top: 30px;
   margin-left: 90px;
   width: 160px;
   height: 160px;
 }
 .ChooseUS4 {
   margin-top: 30px;
   margin-left: 14px;
   width: 160px;
   height: 160px;
 }
 .cImg1 {
   height: 60px;
 }
 .fbold {
   font-size: 25px;
 }
 .ftext1 {
   font-size: 15px;
 }
 .provideHighlightIcon img {
  width: 50px;
}
.provideHighlightPara {
  width:100%;
  margin-left: 5px;
  color: black;
  font-size: 12px;
}
}
@media (max-width:540px) {
 .ChooseUS1 {
   margin-left: 60px;
   
 }
 .provideHighlightIcon img {
  width: 45px;
}
.provideHighlightPara {
  width:120%;
  margin-left: 0px !important;
  color: black;
  font-size: 12px;
}
 .ChooseUS2 {
   margin-left: 14px;
 }
 .ChooseUS3 {
   margin-top: 30px;
   margin-left: 60px;
 }
 .ChooseUS4 {
   margin-top: 30px;
   margin-left: 14px;
 }
}
@media (max-width:470px) {
 .col-4 img {
   margin-left: 20px;
 }
 .textp,.highlight-heading-part
 {
    line-height: 1.2;
 }
 .button-row,.show-tines
 {
    display: none;
 }
 .div-tines
 {
    height: 35px !important;
    width: 35px !important;
 }
 .stop-view
 {
    display: none !important;
 }
 .getquotetext
 {
  display: none;
 }
 .provideHighlightIcon img {
  width: 40px;
}
.provideHighlightPara {
  width:100%;
  margin-left: 0px !important;
  color: black;
  font-size: 12px;
}
 .col-8 {
   position: relative;
   left:55px;
 }
 .ChooseUS1 {
   margin-left: 40px;
   
 }
 .ChooseUS2 {
   margin-left: 14px;
 }
 .ChooseUS3 {
   margin-top: 30px;
   margin-left: 40px;
 }
 .ChooseUS4 {
   margin-top: 30px;
   margin-left: 14px;
 }
 .formContainer {
  position: sticky;
  width: 70%;
  left: 10%;
  top: unset;
  transform: unset;
  padding: 10px 20px;
  /* background-color: rgba(255, 255, 255, .09); */
  border-radius: 15px;
  margin: 24px auto;
}
.box img
{
  width: 15px;
  height: 15px;
}

}
@media (max-width:450px) {
 .ChooseUS1 {
   margin-left:40px;
   height:140px ;
   width:140px ;
 }
 .ChooseUS2 {
   margin-left: 14px;
   height:140px ;
   width:140px ;
 }
 .ChooseUS3 {
   margin-top: 30px;
   margin-left: 40px;
   height:140px ;
   width:140px ;
 }
 .ChooseUS4 {
   margin-top: 30px;
   margin-left: 14px;
   height:140px ;
   width:140px ;
 }
 .cImg1 {
   height: 55px;
 }
 .fbold {
   font-size: 20px;
 }
 .ftext1 {
   font-size: 13px;
 }
}
@media (max-width:430px) {
 .col-4 img {
   margin-left: 10px;
 }
 .col-8 {
   position: relative;
   left:45px;
 }
}
@media (max-width:400px) {
 .ChooseUS1 {
   margin-left: 40px;
   height:120px ;
   width:120px ;

 }
 .boxs-flexs{
  display: flex !important;
  flex-direction: column !important;
  
 }
 .boxs-flexs 
 {
    line-height: 0.5 !important;
 }
 .ChooseUS2 {
   height:120px ;
   width:120px ;
   margin-left: 14px;
 }
 .ChooseUS3 {
   height:120px ;
   width:120px ;
   margin-top: 30px;
   margin-left: 40px;
 }
 .ChooseUS4 {
   height:120px ;
   width:120px ;
   margin-top: 30px;
   margin-left: 14px;
 }
 .cImg1 {
   height: 40px;
 }
 .ftext1 {
   font-size: 10px;
 }
 .formContainer {
  position: sticky;
  width: 80%;
  left: 10%;
  top: unset;
  transform: unset;
  padding: 10px 20px;
  /* background-color: rgba(255, 255, 255, .09); */
  border-radius: 15px;
  margin: 24px auto;
}
}
@media (max-width:375px) {
 .col-4 img {
   margin-left: 0px;
 }
 .col-8 {
   position: relative;
   left:35px;
 }
 .ChooseUS1 {
   margin-left: 30px;
 }
 .ChooseUS2 {
   margin-left: 14px;
 }
 .ChooseUS3 {
   margin-top: 30px;
   margin-left: 30px;
 }
 .ChooseUS4 {
   height:120px ;
   width:120px ;
   margin-top: 30px;
   margin-left: 14px;
 }
}
@media (max-width:342px) {
 .pos-Bt {
   position: relative;
   bottom: 50px;
 }
 .abc {
  position: relative;
  bottom: 50px;
 }
 .col-8 {
   position: relative;
   bottom: 40px;
   margin-left: -5px;
 }
 .col-8 span {
   font-size: 10px;
 }
 .col-8 p {
   font-size: 10px;
 }
 .col-4 img {
   margin-left: -10px;
   height: 35px;
 }
 .clientLogoContainer {
   height: 15px;
 }
 .ChooseUS1 {
   margin-left: 20px;
 }
 .ChooseUS2 {
   margin-left: 14px;
 }
 .ChooseUS3 {
   margin-top: 30px;
   margin-left: 20px;
 }
 .ChooseUS4 {
   margin-top: 30px;
   margin-left: 14px;
 }
}
/* BANNER CSS */
.about-section {
 margin-bottom: 90px;
}
.second-banner {
 
 position: relative;
 background-color: #14212b;
 width: 100%;
 padding-bottom: 20px;
}
.Dial {
 height: 30px;
}
.second-banner h4 {
 color: #D4F2EA;
 font-size: 25px;
 font-weight: bold;
 padding-left: 60px;
 position: relative;
 top: 12px;
}
.col-sm-6 h4 {
  color: white;
}
.col-sm-6 h4:nth-of-type(2) {
 color: #ffbd59;
}
.second-banner .col-sm-3 a {
 position: relative;
 top: 35px;
 font-size: 20px;
 
}
.docImg {
 position: absolute;
 bottom: 0px;
 right: 0;
 max-width: 100%;
 height: 300px;
}
.titleText {
 text-align: center;
 background-color: var(--tercery-color);
}
/*RESPONSIVENESS SECOND BANNER*/
@media (max-width:1900px) {
 .second-banner .col-sm-3 a {
     position: relative;
     right: 90px;
     font-size: 25px;
 }
 .Dial {
   margin-right: 5px;
 }
}
@media (max-width:1200px) {
 .second-banner .col-sm-3 a {
   position: relative;
   right: 30px;
 }
 .box {
  cursor: pointer;
  padding: 5px 5px !important;
  text-align: center;
  /* font-size: 12px !important; */
  font-weight: bold;
  color: white;
  background-color: #ebe3d8;
  border: 2px solid #D38E25;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  min-height: 45px;
  width: 100%;
}
.box-alt {
  background-color: #ebe3d8;
}
}

@media (max-width:1110px) {
 .about-section {
   margin-bottom: 140px;
 }
 .second-banner .col-sm-6 h4 {
     font-size: 20px;
 }
 .second-banner .col-sm-3 a {
     font-size: 20px;
 }
 .Dial {
     height: 20px;
     margin-right: 5px;
     
 }
 .box {
  cursor: pointer;
  padding: 5px 5px !important;
  text-align: center;
  /* font-size: 12px !important; */
  font-weight: bold;
  color: white;
  background-color: #ebe3d8;
  border: 2px solid #D38E25;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  min-height: 45px;
  width: 100%;
}
.box-alt {
  background-color: #ebe3d8;
}
}

@media (max-width:991px) {
 .docImg {
     height: 230px;
 }
 .col-sm-3 a {
     position: relative;

 }
 .staff_Temp {
   display: flex;
   flex-direction: column-reverse;
 }
 .about-section {
   margin-bottom: 50px;
 }
 .box img{
    height: 20px;
    width: 20px;
 }
 .box {
  cursor: pointer;
  padding: 5px 0px !important;
  text-align: center;
  font-size: 12px !important;
  font-weight: bold;
  color: white;
  background-color: #ebe3d8;
  border: 2px solid #D38E25;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  min-height: 45px;
  width: 100%;
}

.box-alt {
  background-color: #ebe3d8;
}
}
@media (max-width:880px) {
 .about-section{
   margin-bottom: 80px;
 }
 .second-banner .col-sm-6 h4 {
     font-size: 18px;
     position: relative;
     right: 60px;
 }
 .second-banner .col-sm-6 h4 {
   font-size: 15px;
 }
 .col-sm-6 h4:first-of-type {
     margin-bottom: 5px;
 }
 .second-banner .col-sm-3 a {
     padding: 5px;
     position: relative;
     right: 100px;
 }
 .bannerBtn {
     font-size: 16px;
     font-weight: 700;
 }
 .Dial {
     height: 20px;
     margin-left: 0  px;
 }
 .box {
  cursor: pointer;
  padding: 5px 0px !important;
  text-align: center;
  font-size: 12px !important;
  font-weight: bold;
  color: white;
  background-color: #ebe3d8;
  border: 2px solid #D38E25;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  min-height: 45px;
  width: 100%;
}

.box-alt {
  background-color: #ebe3d8;
}
}

@media (max-width:767px) {
 .second-banner {
   padding-bottom: 5px;
 }
 .about-section {
   margin-bottom: 60px;
 }
 .col-sm-6 h4:first-of-type {
   margin-bottom: 15px;
 }
 
 .col-sm-3 a {
     display: none;
 }
 .col-sm-6 {
     width:90%;
 }
 .bannerBtn {
     padding: 6px;
     margin-left:2px;
 }
 .col-sm-6 h4 {
      position: relative;
      top: 8px;
      margin-top: -10px;
      line-height: 1.5;
      
 }
 .second-banner .col-sm-6 a {
   position: relative;
   top: 5px;
 }    
 .second-banner .col-sm-6 h4 {
   font-size: 15px;
 }
 .Dial {
     margin-left: 5px;
 }
 .box {
  cursor: pointer;
  padding: 5px 0px !important;
  text-align: center;
  font-size: 11px !important;
  font-weight: bold;
  color: white;
  background-color: #ebe3d8;
  border: 2px solid #D38E25;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  min-height: 45px;
  width: 100%;
}

.box-alt {
  background-color: #ebe3d8;
}
}
@media (max-width:482px) {
 .second-banner .col-sm-6 h4 {
   font-size: 12px;
 }
 .col-sm-6 h4:first-of-type {
   margin-bottom: 15px;
 }
 .btn span {
   font-size: 10px;
 }
 .box {
  cursor: pointer;
  padding: 5px 5px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: white;
  background-color: #ebe3d8;
  border: 2px solid #D38E25;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  min-height: 45px; 
  width: 100%;
}

.box-alt {
  background-color: #ebe3d8;
}
}

@media (max-width:450px) {
 .second-banner .col-sm-6 h4 {
     font-size: 12px;
     margin-top: -20px;
 }
 .second-banner  
 .Dial {
     height: 15px;
     margin-left: 0px;
 }
 .docImg {
     margin-right:-30px;
     height: 210px;
 }
 .col-sm-6 h4:first-of-type {
     padding-top: 10px;
     margin-bottom: 25px;
     
 }
 .second-banner .col-sm-6 a {
     font-size: 10px;
 }
}

.table-starting {
  border-collapse: collapse;
  /* margin: 20px; */
  table-layout: fixed;
  width: 100%;
}

.table-starting td {
  padding: 0;
  border: 2px solid #ebe3d8;
  width: 25%; /* Equal width for 4 columns */
}

.box {
  cursor: pointer;
  padding: 5px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: black;
  background-color: #ebe3d8;
  border: 2px solid #D38E25;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  min-height: 45px; 
  width: 100%;
}

.box-alt {
  background-color: #ebe3d8;
}

@media(max-width: 470px) {
  .table-respons {
    overflow-x: auto;
  }

  .box {
    cursor: pointer;
    padding: 5px 5px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    /* color: white; */
    background-color: #ebe3d8;
    border: 2px solid #D38E25;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    min-height: 45px; 
    width: 100%;
  }
  
  .box-alt {
    background-color: #ebe3d8;
  }
}

.card-header
{
  font-weight: 600;
  padding: 10px 0px;
  border-bottom: var(--bs-card-border-width) dashed var(--bs-card-border-color);
}
.fullcards
{
  width: 100% !important;
  border-radius: 5px; height:  2000px;
  box-shadow: 0px 0px 5px rgba(128, 128, 128, 0.411);
}
.first-row
{
  justify-content: space-between;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.thired-row
{
  justify-content: space-between;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.second-row
{
  justify-content: space-between;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.first-text{
  font-size: 15px;
  cursor: pointer;
  color: #000;
}
.second-text
{
  font-size: 15px;
  margin-left: 10px;
  color: #000;
  cursor: pointer;
}
.card-header
{
  background-color: white;
}
.card-footer
{
  background-color: white;
  border-top: var(--bs-card-border-width) dashed var(--bs-card-border-color);
}
.spanhire
{
  padding: 5px 12px; border: 1px solid #D38E25; background-color: #D38E25; color: white; border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}
.spanicon
{
  padding: 5px; border: 1px solid #ddb476; background-color: #ddb476; color: white; border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}

.fullcards
{
  background-color: #f7f4ec;
}
.card-header
{
  background-color: #f7f4ec;
}
.card-footer
{
  background-color: #f7f4ec;
}
.success-button .icon {
  margin-left: 8px;   
  background-color: #ddb476; 
  padding:8px 9px;
  /* margin-top: 1px; */
  margin-right: -24px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width:1134px)
{
  .first-row
{
  padding-left: 0px;
  padding-right: 0px;
}
.thired-row
{
  padding-left: 0px;
  padding-right: 0px;
}
.second-row
{
  padding-left: 0px;
  padding-right: 0px;
}
}

@media(max-width:1062px)
{
  .body-cards{
    padding: 6px !important;
  }
}
@media(max-width:991px)
{
  .body-cards{
    padding: 15px !important;
  }
  .success-button .icon {
    margin-left: 8px;   
    background-color: #ddb476; 
    padding:7.8px 9px;
    /* margin-top: 1px; */
    margin-right: -24px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .success-button {
    background-color: #D38E25; /* Green color */
    color: white;              /* Text color */
    border: none;              /* No border */
    border-radius: 5px;       /* Rounded corners */
    padding: 5.3px 8px;       /* Padding */
    font-size: 15px;  
    font-weight: 600;        /* Font size */
    cursor: pointer;           /* Pointer cursor */
    text-align: center;
    width: 120px;
  }
}

