  #top{
    position: relative;
    top: 6px;
    width: 100%;
    overflow: hidden; 
  }
  #top2{
    position: relative;
    top: 12px;
  }
  .hero-contant h2{
    font-size: 43px;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 30px;
    text-align: justify;
    color: #000;
  }

  .hero-contant p{
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
  }
  .hero-contant h2 span{
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -moz-background-clip: text;
    background-image: linear-gradient(265deg, #f15852 0, #a3167f 60%, #3409a7 100%);
    background-size: 100%;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-right: 1px;
  }
  /****************************************************/
  .staffing-cap h2{
    font-size: 41px;
    letter-spacing: 1px;
    line-height: 45px;
    font-weight: 800;
    padding-bottom:20px;
    
  }
  .staffing-cap h3{
    font-size: 41px;
    letter-spacing: 1px;
    line-height: 45px;
    font-weight: 800;
    color: #000;
}
  

  .staffing-cap h6{
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px;
     color: #00ab5e;
         color: #ed563b;
}
  

  .staffing-cap p{
    font-size: 18px;
    padding: 10px 10px 0px 0px;
    line-height: 30px;
  }

/**************************************************/
.section-approach{
    background-color: #EFFAFA00;
    background: linear-gradient(to top, #d9d7e152, #d9d7e152), url(images/taffing/staffing.webp) no-repeat top center;
    background: url(images/Staffing/staffing.webp) no-repeat top center;
    position: relative;
    /* background-attachment: fixed; */
    /* background-repeat: no-repeat; */
    background-size: cover;
    /* height: 85vh; */
    background-position: center;
}
.approach{
  padding-top: 160px;
  padding-bottom: 160px;
}
.approach h1{
  font-size: 55px;
  font-weight: 800;
}
.approach p{
  padding-left: 100px;
  padding-right: 100px;
  font-size: 18px;
  line-height: 32px;
  padding-top: 26px;
}
  /********************************************************************************************************/

    /* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
content: '';
    position: absolute;
    width: 6px;
    background-color: #8f8f8f;
    top: 16px;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    height: 90%;
}
.timeline-heding h2{
  font-size: 41px;
    letter-spacing: 1px;
    line-height: 45px;
    font-weight: 800;
    padding-bottom: 45px;
}
/* Container around content */
.timeline {
position: relative;
background-color: inherit;
width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: -25px;
  background-color: #4990e2;
  border: 5px solid #4990e2;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-caption h2{
  position: absolute;
  left: 546px;
  top: 20px;
  z-index: 99;
  font-weight: 800;
  color: #fff;
}


.timeline-caption2 h2{
  position: absolute;
  left: -9px;
  top: 20px;
  z-index: 99;
  font-weight: 800;
  color: #fff;
}
/* Place the container to the left */
.left {
padding: 0px 40px 20px 0px;
left: 0;
}

/* Place the container to the right */
.right {
padding: 0px 0px 20px 40px;
left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
content: " ";
position: absolute;
top: 0px;
z-index: 1;
right: 20px;
border: medium solid #f3f5f5;
border-width: 20px 0 20px 20px;
border-color: transparent transparent transparent #f3f5f5;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 20px;
    border: medium solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #f3f5f5 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
left: -24px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
.main-timeline::after {
left: 31px;
}

/* Full-width containers */

/* Make sure that all arrows are pointing leftwards */
.timeline::before {
left: 60px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}

/* Make sure all circles are at the same spot */
.left::after, .right::after {
left: 18px;
}

.left::before {
right: auto;
}

/* Make all right containers behave like the left ones */
.right {
left: 0%;
}
}

/****************flipcard*************/
/* body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
} */
.creative2 h3{
  font-size: 41px;
    letter-spacing: 1px;
    line-height: 45px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
}
.creative2 h5{
  font-size: 25px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}
.creative2 p{
  font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  background: #004987;
  color: black;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-card-back {
  background: #004987;
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flip-card-front h3 {
  /* font-size: 20px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #fff; */
  font-size: 18px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
    line-height: 25px;
} 
/* h3 {
  font-size: 20px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
} */
/*************************/
.get-touch h2{
  font-size: 41px;
    letter-spacing: 1px;
    line-height: 45px;
    font-weight: 800;
}
/*************************************************************************/
    /* section top bottom */
    .sectons-tb{
    padding-top: 75px;
    padding-bottom: 75px;
    }

    /**********************************************************/
    .section-bg{
    background-color: #EFFAFA00;
    background-image: url(images/Staffing/5F-background-1.webp);
    position: relative;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;

}
.bulb{
  position: relative;
    top: -205px;
}

.content h3{
   color: #fff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
}

.content p{
    /* color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; */
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}
section .section-title{
  color:#fff;
  font-size: 28px;
}
.sect-con{
  position: relative;
    top: -200px;
}
/* .card{
    
    padding: 0px !important;
} */
#what-we-do .card{
  padding: 0rem!important;
  border: none;
    background-color: #fff0;
  margin-bottom:1rem;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}

#what-we-do .card .card-block{
  padding-left: 50px;
    position: relative;
}

#what-we-do .card .card-block:before{
  font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    color: #007bff;
    left: 0;
    top: -10px;

}
#what-we-do .card .block-1:before{
    content: "\f140";
}
#what-we-do .card .block-2:before{
    content: "\f002";
}
#what-we-do .card .block-3:before{
    content: "\f0b0";
}
#what-we-do .card .block-4:before{
    content: "\f12e";
}

#what-we-do .card .block-5:before{
    content: "\f0c0";
}



    /* ***************slider ****************************/
.carousel-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ourworks-box{
  font-size: 45px;
  justify-content: center;
  text-align: center;
}

.our-works-head{
    font-size: 45px;
    font-weight: 700;
    color: #045181;
}
.introduce{
    text-align: center;
    padding: 20px 15px;
    min-height: 312px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);

}
.flex-column-1 h3{
  /* height: 70%;
  width: 100%; */
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #344d6c;
    height: 60px;
  }
.flex-column-1 p{
  /* height: 70%;
  width: 100%; */
    font-size: 16px;
    font-weight: 400;
}
.sli-img img{
    width: 70px;
    height: auto;
    padding-bottom: 20px;
}

.carousel-indicators .active{
  background-color: #46eeaa;
}
.carousel-indicators li{
  background-color: #c8e5ff;
}
.carousel-indicators{
  bottom: -50px;
}
/***************background video******************/

.digimain-banner {
  position: relative;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
}

.digimain-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.digimain-banner .caption h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 110px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  font-family: "Nunito Sans", sans-serif;
}

.digimain-banner .caption h1 span{
    position: absolute;
    top: 79px;
    right: 101px;
    color: #00e598;
}


.digimain-banner .caption h1 .spansecond {

  position: absolute;
    top: 157px;
    right: -30px;
    color: #fff;
}
.digimain-banner .caption h2 {
 font-family: "Nunito Sans", sans-serif;
 /* font-family: Montserrat,serif; */
 font-weight: 700;
 text-decoration: none;
 font-style: normal;
 color: #fff;
 font-size: 34px;
 margin-top: 130px;
 padding: 15px;
 width: 69%;
 border: 4px solid black;
    box-shadow: 1px 1px 1px 3px #ffffff, inset 1px 1px 3px #ffffff;

}
.digimain-banner .caption h6 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 2.5px;
  color: #fff;
 
}


#digital-video {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: -1;
   height: 700px;
}


.staffing-caption h2{
 font-size: 40px;
 font-weight: 700;
 color: #fff;

}

.staffing-caption h5{
 font-size: 21px;
 font-weight: 400;
 color: #fff;
 padding-top: 65px;

}

.staffing-caption p{
 font-size: 20px;
 font-weight: 500;
 padding: 10px;
 color: #fff;
}


/* auto writing */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.iam{
  padding-top: 20px;
    font-size: 58px;
    letter-spacing: 1px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    z-index: 2;
    position: relative;
}
.text-writer{
  font-size: 42px;
  font-family: sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 52px;
  padding-top: 60px;
  height: 110px;
}
/*****************contact form*****************/
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5a5f64;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #a9a9a9;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.typed-cursor{
  opacity: 0 !important;
}

.carousel-control-next, .carousel-control-prev {
    width: 10% !important;
  }

.country-select.inside input, .country-select.inside input[type="text"]{
  display: block !important;
    width: 100%;
    min-width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 10px 0px 10px 70px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #5a5f64;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #a9a9a9;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 15px;
    height: 48px;
}
.country-select.inside .selected-flag {
    width: 66px;
    margin-top: 0px;
}
.select-drop{
    display: block !important;
    width: 100% !important;
    /* height: calc(1.5em + 0.75rem + 2px) !important; */
    padding: 0.7rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !;
    color: #5a5f64 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #a9a9a9;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 48px;
}

.staff-cap{
  padding-top: 136px;
}

.country-select {
  position: relative;
  display: inline-block;
  width: 100%;
}


@media (max-width: 1200px) and (min-width: 820px) {
  .section-bg{height: 800px;}
  .staff-capt.col-lg-6.staffing-caption {
    position: absolute;
    right: 0px;
    max-width: 462px;
    top: 280px;
}
.staffing-caption {
  max-width: 420px;
}
.text-writer {
  font-size: 32px;
  line-height: 60px;
  padding-top: 40px;
  height: 50px;
}
.hero-contant h2 {
  font-size: 24px;
  text-align: left;
}

}

@media (max-width: 1024px) and (min-width: 767px) {
  .digital-video{height: 1360px;margin: 10px auto 50px;}
  .flip-card {
      background-color: transparent;
      width: 300px;
      height: 100%;
      perspective: 1000px;
      margin: 0px auto 60px;
      max-width: 600px;
      width:100%;
  }
  .staff-capt.col-lg-6.staffing-caption {
    position: absolute;
    right: 0px;
    max-width: 462px;
    top: 280px;
}
.staffing-caption {
  max-width: 420px;
}
.text-writer {
  font-size: 32px;
  line-height: 60px;
  padding-top: 40px;
  height: 50px;
}
.hero-contant h2 {
  font-size: 24px;
  text-align: left;
}
.digimain-banner-2 {
  height: 2400px;
}

.video-overlay .row .col-lg-4{
  margin-bottom: 40px;
  height: 600px;
}


}

@media only screen and (max-width: 767px) {
  .creative2 h3, .get-touch h2, .staffing-cap h2, .staffing-cap h3, .approach h1, .timeline-heding h2, .our-works-head {
    font-size: 32px;
    line-height: 42px;
  }
  #top {overflow: hidden; }
  .staffing-caption h5 {
    padding-top: 10px;
  }
  .approach {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sectons-tb {
  padding-top: 0px;
  padding-bottom: 75px;
}
.timeline-heding h2 {
  padding-bottom: 10px;
}
.timeline {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  }
  .bulb {
    margin-top: 120px;
}

  .iam {
    padding-top: 0px;
    font-size: 24px;
    line-height: 32px;
  }
  .staff-cap{
  padding-top: 150px;
  }
  .text-writer {
    font-size: 22px;
    padding-top: 15px;
    height: 60px;
  }
  .hero-contant h2 {
    font-size: 24px;
    line-height: 42px;
    text-align: left;
  }
  .staf-vid #digital-video{
    height: 1700px !important;
  }
  .sect-con .col{
    flex-basis: auto;
    margin-bottom: 16px;
  }
  .flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
    margin: 10px auto 50px;
  }
  .country-select.inside input, .country-select.inside input[type="text"] {
    min-width: 100%;
  }
  .timeline::after{
    display: none;
  }
  .main-timeline::after {
    display: none;
  }
  .bulb img{
    width: 45% !important;
  }
  .section-bg {
    height: 1150px;
  }
}

.service-recruitment{
    padding-top: 50px;
}