*{
    margin: 0;
    box-sizing: border-box;
    font-family: 'Domine', serif;
}
.section1 {
    padding: 50px 30px 30px 50px;
    margin: 50px;
}
.t1{
    padding:20px;
    margin: 20px;
}
.img1 {
    width: 350px;
    height: 250px;
    border-radius: 4px;
    margin: 20px;
    padding: 20px;
}
#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
#myDiv{
    display: none;
    text-align: left;
}


.img2{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 400px;
    height: 480px;
    border-radius: 4px;
    padding: 30px;
    margin: 30px;
}
.igs {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 350px;
    height: 250px;
    border-radius: 4px;
    margin: 20px;
    padding: 20px;
}
.img3{
    padding: 50px 30px 30px 0px;
}
.img3 h1{
    padding-bottom:30px;
}
.img3 button{
    border-radius:25px;
}
ul{
    list-style: disc;
}
.img3 ul li a{
   text-decoration: none;
   font-size: 18px;
   color:#000;
   line-height: 38px;
}
.section2{
    padding:30px 30px 30px 10px;
}
.box{
    width: 300px;
    height: auto;
    border-radius: 10px;
    border:1px solid #fff;
    background-color: #fff;
    padding: 60px 30px 30px 30px;
    margin: 50PX 0 30px 0;
}
.spacing{
    margin-right: 180px;
}
.section3{
    background-color: indigo;
    padding-left: 100px;
    color: white;
}
.colum{
    padding-top: 50px;
    padding-bottom: 30px;
}
.section4{
        padding: 40px 30px 30px 130px;
}
.section4 h1{
    padding: 20px 0 20px 0;
    text-align: center;
}
.img5{
    border: 1px solid #000;
    width: 540px;
    height: 647px;
    border-radius: 4px;
    margin-top: 120px;
}
.img6{
    border: 1px solid #000;
    width: 627px;
    height: 462px;
    border-radius: 4px;
    margin-top: 10px;
}
.content{
    padding-top:70px;
}
.content h3,.content p{
    padding-bottom: 10px;
}
.section5{
    padding: 40px 30px 30px 50px;
}
.section5 h1{
    padding: 40px 0px;
}
.talent{
    padding: 50px 0 0 0;
}
.talent h4{
    margin: 20px 0 20px 0 ;
}
.centered2{
      text-align: center;
      margin-top: 50px;
      margin-bottom: 50px;
      color: gray;
      line-height: 34px;
}
  .footer{
      color:white;
  }
  .footer ul,.footer li,.footer a{
    padding-left: 0;
    list-style: none;
    text-decoration: none;
  color: white;
  }
  .footer .icons{
      font-size: 24px;
      display: flex;
  }
  .contact{
        background-position: center center;
        background-repeat: no-repeat;
        width: 1518px;
  }
  .job-seekers{
      padding: 60px 30px 60px 30px ;
      background-image: url('http://demo2.themelexus.com/editech/wp-content/uploads/2021/02/h1-bg04.jpg');
      background-repeat: no-repeat;
  }
  .job-seekers h1{
      margin-top: 100px;
      color: white;
  }
  .about-content{
      margin:100px 0 20px 0;
  }
  .about-content p{
      text-align: justify;
      line-height: 34px;
      font-size: 16px;
      margin-top: 30px;
  }
  .about-content a{
      margin: 30px 0 30px 0;
      border-radius: 25px;
  }
  .about-img{
      margin: 100px 0 20px 0;
  }
  .about-img img{
      width: 700px;
  }
  .content-blk1{
      margin: 0px;
      padding: 80px;
      text-align: center;
      border-top: 1px solid #f8f9f4;
      border-bottom: 1px solid #f8f9f4;
  }
  .content-blk1 h2{
      margin-bottom: 30px;
      font-weight: bolder;
  }
  .content-blk1 p{
      margin-bottom: 30px;
      font-size: 20px;
      color: gray;
  }
  .content-blk1 h1,.content-blk2 h1{
      font-weight: bolder;
  }
  .content-blk2{
      padding: 80px 0 80px 170px;
  }
  .content-blk2 .p {
      font-size:16px;
      color: gray;
      line-height: 32px;
      margin-top:30px;
  }
  .content-blk2 .content2{
      margin-left: 20px;
  }
  .content-blk2 .fa{
      border-radius: 100%;
      padding: 10px;
      border: 1px solid #2980b9;
      background-color: #2980b9;
      color: white;
  }
  .referral p{
      line-height: 34px;
      margin-top: 30px;
      color:rgb(121, 90, 90);
      font-weight: 500;
  }
  .content-blk3{
      padding:40px;
  }
  .content-blk3 p{
      font-size: 28px;
      font-weight: 400;
      text-align: center;
  }
  .content-blk3 h1{
      text-align: center;
      font-weight: bolder;
  }
  .content-blk4 p{
      line-height: 28px;
      text-align: justify;
  }
  .form-card{
      border: 1px solid #fff;
      background-color: #fff;
      z-index: 1;
      padding: 30px;
  }
  .form-card label{
      font-size: 20px;
      font-weight: 400;
  }
  .form-card input{
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .form-card button{
      margin-right: 20px;
      margin-top: 30px;
  }
  .job-card{
      margin-top: 70px;
      padding-top: 70px;
  }
  .job-card .modal-dialog{
      max-width: 1000px;
  }
  .job-card .col-md-4{
      margin-bottom: 40px;
  }
  .employer{
      margin-top: 80px;
      padding-top: 80px;
  }
  .employer p{
      font-size:24px;
      text-align: center;
      margin-top: 30px;
      color: gray;
  }
  .employer a{
      border-radius: 25px;
      margin-top: 30px;
  }
  .content-blk5{
      padding: 40px;
  }
  .finding-talent{
      margin-top: 30px;
      padding-top: 30px;
  }
  h2{
      font-weight: 800;
      font-size: 44px;
  }
  .finding-talent p{
      color: gray;
      text-align: justify;
      line-height: 28px;
      margin-top: 30px;
  }
  .finding-talent img{
      width: 350px;
      margin-left: 150px;
  }
  .finding-talent a{
      border-radius: 25px;
      margin-top: 30px;
  }
  .client-centric img{
      width: 500px;
  }
  .clnt-blk{
      margin-left: -100px;
  }
  .Client-centric{
      margin-top: 50px;
      padding-top: 50px;
      margin-left: 140px;
      margin-bottom: 50px;
      padding-bottom: 50px;
  }
  .Client-centric p{
      line-height: 34px;
      color: gray;
      margin-top: 50px;
      text-align: center;
  }
  .staffing-process{
      margin-top: 50px;
      padding-top: 50px;
      padding-bottom: 50px;
      margin-bottom: 50px;
  }
  .best-nuggets .p{
      font-size:18px;
      color: gray;
      margin-top: 30px;
      line-height: 28px;
  }
  .best-nuggets p{
      font-size:14px;
      color: gray;
      line-height: 24px;
  }
  .what-we-block{
      padding-left: 100px;
  }
  .what-we-block h1{
      margin-top: 100px;
  }
  .what-we-block p{
      color: gray;
      margin-top: 50px;
      line-height: 40px;
  }
  .what-we-block a{
      margin-top: 70px;
      border-radius: 25px;
  }
  .block-img .img1{
      width: 280px;
      margin-right:180px;
      margin-top: 40px;
      border: 1px solid #2980b9;
      border-radius: 4px;
  }
  .block-img .img2{
    width: 280px;
    height: 250px;
    margin-left:180px;
    margin-top: 40px;
    border: 1px solid #2980b9;
    border-radius: 4px;
}
.what-we-offer img{
    width: 100px;
}
.links {
    margin-top: 50px;
    margin-bottom: 50px;
}
.cont-img{
    width: 700px;
}
.route-map{
    width: 1350px;
    height: 450px;
    text-align: center;
}
.hex {
    width: 104px;
    height: 60px;
    background-color: #ee6196;
    border-color: #ee6196;
    position: absolute;
    top: -20%;
    left: 32%;
    display: inline-block;
}
.hex:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 30px solid;
    border-color: inherit;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    position: absolute;
    top: -30px;
}
.hex:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -30px;
    border-top: 30px solid;
    border-color: inherit;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
}
.hex-img{
    margin-top: 140px;
}
.hex-img .fa{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    margin-top: 10px;
}
.jobs-content{
    padding-top: 200px;
    color: white;
    padding-bottom: 30px;
}
.jobs-content p{
    color: gainsboro;
    line-height: 34px;
}
.future-cnt h1{
    font-weight: bold;
    margin-bottom: 50px;
}
.future-cnt p{
    color: gray;
    line-height: 34px;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 30px;
}
.future-cnt a{
    margin-top: 50px;
    border-radius: 25px;
}
.best-we-do{
    width: 900px;
    background-image: url('http://demo2.themelexus.com/editech/wp-content/uploads/2021/02/h1-bg5.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 30px;
    position:absolute ;
    top: 225%;
    left: 20%;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 10px;
}
.best-we-do h2{
    text-align: center;
    font-weight: bolder;
    margin-bottom: 20px;
}
.services{
    background-image: url('https://zibber-react.netlify.app/assets/img/bg/wave-bg-2.png');
    background-repeat: no-repeat;
}
.best-we-do p{
    text-align: center;
    line-height: 34px;
    color: gray;
}
.page-content{
    margin-top: 100px;
}
.what-we-offer,.what-do-we-offer{
    margin-top: 100px;
    margin-bottom: 100px;
}
.offer-content h4{
    margin-left: 30px;
    font-weight: bolder;
}
.offer-content p,.what-do-we-offer p{
    margin-left: 30px;
    color: gray;
    line-height: 34px;
}
.seekers-content{
    text-align: center;
    margin-top: 150px;
    padding: 50px;
}
.seekers-content h1{
    font-weight: bolder;
    padding-top:20px ;
    padding-bottom: 20px;
}
.seekers-content h4{
    font-weight: normal;
}
.clients-section{
    margin: 40px 0 0 0;
    padding: 50px;
}
.clients-section h2{
    font-weight: bolder;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 50px;
}
.client-img img{
    border: 3px solid gray;
    width: 120px;
    height: auto; 
    padding: 20px;
    margin: 20px;   
}
.client-img h2,.client-img p{
    padding: 20px;
}
.how-we-help{
    padding: 50px 0 50px 0;
}
.how-we-help img{
    height: 550px;
}
.business h2{
    margin-top: 50px;
    font-weight: bolder;
    margin-bottom:40px;
}
.business p,.future-cnt p{
    line-height: 34px;
}
.business h6{
    margin: 10px 0 15px 0;
    font-weight: bold;
}
.services{
    padding: 150px 0 0 0;
}
.stats-block{
    padding: 20px 70px 20px 70px;
}
.stats-block .col-md-2{
    max-width: 15%;
}
.stats-block h3{
    text-align: center;
    font-weight: bold;
    padding: 50px 0 50px 0;
    font-size: 40px;
}
.block{
    background-color: #fff;
    margin-left: 10px;
    text-align: center;
    padding: 10px 0 10px 0;
    border-radius: 25px;
    margin-bottom: 10px;
}
.block p{
    color: gray;
    font-weight: 500;
}
.top-notch{
    padding:120px 70px 70px 70px ;
}
.top-notch h2{
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.circle{
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: #2980b9;
    border: 1px solid #2980b9;
    left: 70%;
}
.circle .fa{
    color: white;
    font-size: 40px;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.staffing-mastery{
    margin: 50px 30px 30px 30px;
    padding: 30px;
}
.staffing-mastery h4{
    padding:30px 0 50px 0 ;
    font-weight: bolder;
    margin-left: 50px;
    font-size: 28px;
}
.mast-img1{
    margin: 200px 40px 30px 0;
    width: 400px;
    border: 3px solid rgb(190, 171, 171);
    border-radius: 10px;
    padding: 10px;
}
.mast-img2{
    width: 400px;
    height: auto;
    margin-left: 150px;
    border: 3px solid rgb(190, 171, 171);
    border-radius: 10px;
}
.staff-block{
    padding: 120px  0 0 30px;
    text-align: center;
}
.arr{
    left: 23%;
    top: -100%;
    position: absolute;
}
.jobs-img1{
    width: 300px;
    border: 3px solid rgb(190, 171, 171);
    padding: 20px;
}
.jobs-img2{
    width: 400px;
    border:3px solid rgb(190, 171, 171);
    padding: 5px;
    margin: 0 50px 0 150px;
}
.jobs-img3{
    width: 400px;
    border: 3px solid rgb(190, 171, 171);
    padding: 5px;
    margin-left: 70px;
    margin-top: -90px;
}
.look-for-jobs{
    padding: 20px;
}
.look-for-jobs h2{
    padding: 80px 0 50px 50px;
    font-size: 44px;
    font-weight: bolder;
}
.look-for-jobs p{
    padding: 30px 0 30px 50px;
    line-height: 38px;
    color: gray;
    font-size: 20px;
}
.look-for-jobs a{
    margin: 30px 0 30px 50px;
}
.exp-block{
    border: 1px solid #fff;
    position: absolute;
    z-index:1;
    width: 220px;
    height: 180px;
    border-radius: 4px;
    top: 40%;
    left: 30%;
    background-color: white
}
.exp-block p{
    position: absolute;
    top: 35%;
    left: 30%;
    font-size: 20px;
    color: blue;
    font-weight: bold
}
.job-card .card{
    width: 300px;
}
/*For Mobiles*/
@media (min-width:576px) and (max-width:768px){
    .what-do-we-offer img{
        display: block;
    }
    .footer{
        width: 1520px;
    }
    .jobs-img2,.jobs-img3{
        display: none;
    }
    .jobs-img1{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .services{
        width: 790px;
    }
    .top-notch img{
        width: 200px;
    }
    .spacing{
        margin-right: 150px;
    }
    .circle{
        width: 60px;
        height: 60px;
        left: 110%;
        top: -15%;
    }
    .circle .fa{
        font-size: 22px;
    }
    .box{
        width: 150px;
    padding: 30px 0px 10px 0px;
    margin: 10PX 0 30px 0;
    }
    .box h4{
        font-size: 16px;
    }
    .box p{
        font-size: 10px;
    }
    .arr{
        left: 35%;
        top: -85%;
    }
    .about-img img{
        width: 400px;
    }
    .content-blk1{
        width: 985px;
    }
    .content-blk2{
        padding-left: 0px;
    }
    .content-blk2 img{
        width: 300px;
    }
    .cnt-blk2{
        margin-left: 60px;
    }
    .exp-block{
        width: 220px;
        height: 180px;
        border-radius: 4px;
        top: 30%;
        left: 50%;
        background-color: white
    }
    .what-we-block{
        padding-left: 40px;
    }
    .img1{
        width: 200px;
    }
    .how-we-help img{
        width: 400px;
    }
    .Client-centric{
        margin-left: 0;
        min-width: 1100px;
    }
    .Client-centric img{
        width: 300px;
    }
    .content-blk5{
        min-width: 1130px;
    }
    .staff-services{
        width: 1240px;
    }
    .staffing-process{
        width: 1240px;
    }
    .best-nuggets img{
        width: 450px;
    }
    .best-nuggets{
        width: 1250px;
    }
    .clnt-blk{
        margin-left: 0px;
    }
    .find-future img{
        width: 300px;
    }
    .find-future{
        width: 1200px;
    }
    .seekers-content{
        width: 1250px;
    }
    .what-we-offer{
        min-width: 1100px
    }
    .what-we-offer img{
        width: 50px;
    }
    .job-seekers{
        width: 1250px;
    }
    .clients-section{
        width: 1200px;
    }
    .best-we-do{
        display: none;
    }
    .job-card{
        width: 700px;
    }
    .job-card .card{
        width: 550px;
        margin-left: 30px;
    }
    .job-card .col-md-4{
        margin-left: 30px;
    }
    .content-blk4{
        width: 1200px;
    }
    .get-in-touch{
        width: 1320px;
    }
    .referal-img{
        width: 1320px;
    }
    .ref img{
        width: 400px;
    }
    .referral{
        width: 500px;
    }
    .content-blk3{
        width: 1320px;
    }
    .centered2{
        top: 40%;
        left: 80%;
    }
    .centered{
        top: 80%;
        left: 80%;
        width: 800px;
    }
    .content{
        min-width: 1300px;
    }
}
@media only screen and (max-width: 767px) {
    .section1 {
    padding:10px;
    margin: 10px;
}
.section2{
    padding:30px;
}
.footer{
    width: 780px;
}
.img1 {
    width: 200px;
    height: 175px;
    margin: 30px 30px 30px 5px;
    padding: 10px;
}
.img2 {
    width: 200px;
    height: 250px;
    padding: 10px;
    margin: 30px 30px 30px 5px;
}
.img3{
    padding: 20px;
}
.img3 h2,.img3 p{
    padding-bottom:20px;
}
.section3{
    padding-left:0px;
}
.colum{
    text-align: center;
}
.jobs-img1,.jobs-img3{
    display: none;
}
.jobs-img2{
    width: 300px;
}
.what-do-we-offer{
    margin-left: 150px;
    margin-bottom: 30px;
}
.block{
    background-color: rgb(44, 36, 36);
    color: #fff;
}
.stats-block{
    padding: 20px 10px 20px 150px;
}
.top-notch img{
    width: 250px;
    margin-left: 90px;
}
.staffing-mastery{
    margin-top: 20px;
    display: none;
}
.staffing-mastery h4{
    display: none;
}
.staff-block .circle .arr{
    left:0;
}
.staff-block{
    padding-left: 100px;
}
.top-notch .circle{
    left: 55%;
}
.services{
    background-image: none;
    padding-top: 30px;
}
.mast-img2{
    margin-left: 0;
}
.clients-section{
    width: 500px;
}
.about-content{
    margin-left: 70px;
    min-width: 500px;
}
.about-img img{
    width: 400px;
    margin-left: 70px;
}
.content-blk1{
    width: 745px;
}
.how-we-help img{
    width: 450px;
}
.content-blk2 img{
    width: 300px;
}
.Client-centric{
    margin-left: 120px;
}
.clnt-blk{
    min-width: 400px;
    margin-left: 50px;
}
.Client-centric img{
    width: 300px;
    margin-left: 50px;
}
.best-nuggets{
    margin: 10px 0 10px 50px;
}
.best-nuggets img{
    margin: 10px 0 20px 0;
}
.content-blk5{
min-width: 750px;
}
.staff-services{
    width: 750px;
}
.staffing-process{
    width: 750px;
}
.best-we-do{
    display: none;
}
.find-future{
    width: 700px;
}
.seekers-content{
    width: 750px;
}
.what-we-offer{
    width: 700px;
}
.job-seekers{
    background-image: none;
    width: 700px;
}
.job-seekers h1{
    color: #000;
}
.jobs-content,.jobs-content p{
    color: black;
}
.clients-section{
    width: 700px;
}
.hex{
    left: 43%;
}
.job-card{
    margin: 50px;
}
.job-card .card{
    width: 550px;
}
.referal-img{
    width: 760px;
}.content-blk3{
    width: 760px;
}
.get-in-touch{
    width: 700px;
    padding: 30px;
    margin-left: 30px;
}
.content-blk4{
    width: 700px;
}
.referral{
    min-width:400px ;
}
.links h6{
    padding-top: 50px;
    padding-bottom: 50px;
}
.content{
    min-width: 700px;
}
.contact{
    width: 900px;
}
}
@media (min-width: 769px) and (max-width:1024px){
    .services{
        width: 1140px;
    }
    .jobs-img3{
        display: none;
    }
    .top-notch img{
        width: 400px;
    }
    .circle{
        width: 60px;
        height: 60px;
        left: 120%;
        top: -10%;
    }
    .circle .fa{
        font-size: 22px;
    }
    .box{
        width: 200px;
    padding: 30px 0px 10px 0px;
    margin: 10PX 0 30px 0;
    }
    .footer{
        width: 1520px;
    }
    .arr{
        left: 35%;
        top: -85%;
    }
    .content-blk1{
        width: 1227px;
    }
    .content-blk2{
        padding-left: 0px;
    }
    .content-blk2 img{
        width: 500px;
    }
    .content-blk5{
        width: 1250px;
    }
    .staff-services{
        width: 1250px;
    }
    .clnt-blk{
        margin-left: 0px;
    }
    .Client-centric{
        margin-left: 10px;
    }
    .staffing-process{
        width: 1250px;
    }
    .best-nuggets img{
        width: 520px;
    }
    .best-we-do{
        display: none;
    }
    .seekers-content{
        width:1250px ;
    }
    .find-future img{
        width: 400px;
    }
    .job-seekers{
        width: 1250px;
    }
    .referal-img{
        width: 1250px;
    }
    .ref img{
        width: 400px;
    }
    .content-blk3{
        width: 1250px;
    }
    .get-in-touch{
        width: 1250px;
    }
    .centered2{
        top: 40%;
        left: 60%;
    }
    .centered{
        top: 80%;
        left: 60%;
    }
}
