html {
  font-size: 14px;
  background-color: #f2f8ff;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #f2f8ff;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

header{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  background-color: #151f48;

}
.logo a{
  width: 200px;
  height: 75px;
  display: block;
  color: #fff;
  line-height: 75px;
  text-decoration: none;
  margin-left: 15px;
    font-size: 25px;
    background-image: url('/img/WorkSisNet_Logo.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
header nav{
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
header nav a{
  display: block;
  line-height: 75px;
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  font-weight: 500;
}
header nav a:hover{
  color: #5e6a97;
}


.home-area-1-bg{
  background: linear-gradient(to right, #ffffff 40%, #b8c4f4 40%);
}
.home-area-1{
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.home-area-1-1{
  width: 40%;
  padding-right: 10%;
}
.home-area-1-1-title{
  color: #151f47;
  font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}
.home-area-1-1-desc{
  color: #151f47;
  margin-top: 50px;
    font-weight: 500;
    font-size: 20px;
}

.home-area-1-2{
  background-color: #b8c4f4;
  width: 60%;
  height: 800px;
  position: relative;
}
.home-area-1-2-image1 {
  position: absolute;
    width: 50%;
    height: 450px;
    top: 30px;
    left: -10%;
  background-image: url('/img/area1-img1.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-area-1-2-image2 {
  position: absolute;
    width: 50%;
    height: 450px;
    top: 30px;
    left: 45%;
  background-image: url('/img/area1-img4.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-area-1-2-image3 {
  position: absolute;
    width: 100%;
    height: 250px;
    top: 515px;
    left: 0;
  background-image: url('/img/area1-img2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.home-area-2{
  text-align: center;
  color: #1e2b5c;
  margin: 40px 0;
    font-weight: bold;
}

.home-area-3{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: -80px;
}
.home-area-3-item{
  width: 20%;
  height: 270px;
  margin: 15px 0;
  background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 15px;
}
.home-area-3-item-image{
  background-image: url('/img/user-tie-solid-full.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: invert(25%) sepia(9%) saturate(1908%) hue-rotate(168deg) brightness(99%) contrast(89%);

      margin-top: 50px;
    height: 60px;
}
.home-area-3-item-count{
    line-height: 89px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.home-area-3-item-title{
  background-color: #f2f8ff;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.home-second-color{
  background-color: #151f47;
  padding-top: 250px;
      padding-bottom: 90px;
}

.home-jobs-menu{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.home-jobs-menu-item{
  line-height: 50px;
    color: #fff;
    font-weight: bold;
    padding: 0 30px;
    cursor: pointer;
}
.home-jobs-menu-item:hover{
  background-color: #2e3c6e;
}
.home-jobs-menu-item-active{
  background-color: #1e2b5c;
}

.home-jobs-list{
  width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 0;
}
.home-jobs-list-item{
  width: 30%;
  height: 430px;
  margin-top: 15px;
  transition: transform 0.5s ease;
}
.home-jobs-list-item:hover {
  transform: scale(0.95);
}
.home-jobs-list-item-img{
  width: 100%;
  height: 240px;
  background-image: url('/img/area1-img1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-jobs-list-item-img a{
  display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    background-color: #5478ff;
    color: #fff;
    text-decoration: none;
    margin: 20px 10px;
  transition: background-color 0.5s ease;
}
.home-jobs-list-item-img a:hover{
    background-color: #1b3aa9;
}

.home-jobs-list-item-title{
  display: inline-block;
    text-decoration: none;
  margin-top: 25px;
    margin-left: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 27px;
  transition: color 0.5s ease;
}
.home-jobs-list-item-title:hover{
    color: #839bff;
}
.home-jobs-list-item-desc{
  color: #d1d8f3;
    margin-left: 5px;
    margin-top: 10px;
}
.home-jobs-list-item-link{
  display: inline-block;
    margin-left: 5px;
    margin-top: 20px;
    text-decoration: none;
    color: #839bff;
    font-weight: bold;
  transition: color 0.5s ease;
}
.home-jobs-list-item-link:hover{
    text-decoration: underline;
    color: #fff;
}

.home-jobs-list-more-btn{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto;
    color: #839bff;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #839bff;
    margin-top: 30px;
    line-height: 50px;
  transition: color 0.5s ease, background-color 0.5s ease, border 0.5s ease;
}
.home-jobs-list-more-btn:hover{
    color: #000;
    border: 2px solid #fff;
    background-color: #fff;
}



.home-area-4{
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.home-area-4-1{
  width: 50%;
  padding-right: 10%;
}
.home-area-4-1-title{
  color: #151f47;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
}
.home-area-4-1-desc{
  color: #151f47;
  margin-top: 50px;
    font-weight: 500;
    font-size: 20px;
}
.home-area-4-1-desc2{
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.home-area-4-1-desc2 span{
  background-color: #d1d8f3;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  background-image: url('/img/tick.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  margin-right: 10px;
}

.home-area-4-2{
  width: 50%;
  height: 800px;
  position: relative;
}
.home-area-4-2-image1 {
  position: absolute;
    width: 50%;
    height: 450px;
    top: 30px;
    left: -10%;
  background-image: url('/img/area1-img1.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-area-4-2-image2 {
  position: absolute;
    width: 50%;
    height: 450px;
    top: 30px;
    left: 45%;
  background-image: url('/img/area1-img4.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-area-4-2-image3 {
  position: absolute;
    width: 100%;
    height: 250px;
    top: 515px;
    left: 0;
  background-image: url('/img/area1-img2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}



.home-area-5{
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.home-area-5-1{
  padding-right: 2%;
      width: 40%;
    margin-left: 8%;
}
.home-area-5-1-title{
  color: #151f47;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
}
.home-area-5-1-desc{
  color: #151f47;
  margin-top: 50px;
    font-weight: 500;
    font-size: 20px;
}
.home-area-5-1-desc2{
  display: flex;
  flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.home-area-5-1-desc2 span{
  background-color: #d1d8f3;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  background-image: url('/img/tick.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  margin-right: 10px;
}

.home-area-5-2{
  width: 50%;
  height: 800px;
  position: relative;
}
.home-area-5-2-image1 {
      position: absolute;
    width: 50%;
    height: 400px;
    top: 10px;
    left: 60%;
  background-image: url('/img/area1-img1.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-area-5-2-image2 {
  position: absolute;
    width: 50%;
    height: 450px;
    top: 30px;
    left: 5%;
  background-image: url('/img/area1-img4.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-area-5-2-image3 {
  position: absolute;
    width: 100%;
    height: 250px;
    top: 515px;
    left: 0;
  background-image: url('/img/area1-img2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.home-area-5-1-box{
  display: flex;
    height: 100px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
        font-size: 19px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 20px;
}
.home-area-5-1-box div:first-child{
  font-weight: bold;
    margin-left: 20px;
    font-size: 30px;
    margin-right: 20px;
}
.home-area-5-1-box div:last-child{
  font-weight: 500;
  color: #839bff;
}

.home-area-2color-1{
  background: linear-gradient(to right, #ffffff 50%, #f1f8ff 50%);
}
.home-area-2color-2{
  background: linear-gradient(to right, #f1f8ff 50%, #ffffff 50%);
}

.home-area-6{
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 500px;
}
.home-area-6-1{
  width: 100%;
    max-width: 1200px;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 40px;
}
.home-area-6-2{
  display: flex;
    width: 100%;
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.home-area-6-2-box{
  width: 380px;
  height: 290px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.home-area-6-2-box-title{
  display: flex;
    width: 100%;
    height: 100px;
    background-color: #839bff;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.home-area-6-2-box-title-profile{
width: 57px;
    height: 57px;
    border-radius: 30px;
    background-color: #fff;
    margin-left: 40px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 3px solid #fff;
}
.home-area-6-2-box-title-profile-1{
  background-image: url(/img/profile-man-1.jpg);
}
.home-area-6-2-box-title-profile-2{
  background-image: url(/img/profile-man-2.jpg);
}
.home-area-6-2-box-title-profile-3{
  background-image: url(/img/profile-woman-1.png);
}
.home-area-6-2-box-title-name{
  display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.home-area-6-2-box-title-name div:first-child{
  color: #fff;
font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.home-area-6-2-box-title-name div:last-child{
  margin-top: 3px;
}
.home-area-6-2-box-title-name div:last-child span{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/img/star-solid-full.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: invert(83%) sepia(61%) saturate(1684%) hue-rotate(335deg) brightness(107%) contrast(101%);
}
.home-area-6-2-box-desc1{
padding: 5px 40px;
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
}
.home-area-6-2-box-desc2{
  color: #41475f;
      padding: 10px 40px;
}

.home-brand-area{
  display: flex;
    background-color: #839bff;
    height: 160px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
.home-brand-area div{
  width: 150px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home-brand-item-1{
  background-image: url('/img/brand-1.png');
}
.home-brand-item-2{
  background-image: url('/img/brand-2.png');
}
.home-brand-item-3{
  background-image: url('/img/brand-3.png');
}
.home-brand-item-4{
  background-image: url('/img/brand-4.png');
}
.home-brand-item-5{
  background-image: url('/img/brand-5.png');
}
.home-brand-item-6{
  background-image: url('/img/brand-6.png');
}

.footer-area{
  width: 100%;
  background-color: #151f48;
  border-top: 1px solid #1e2b5c;
}
.footer-inside{
  width: 100%;
  height: 70px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
        font-size: 15px;
}
.footer-inside-links a{
  display: inline-block;
  text-decoration: none;
    color: #fff;
    margin-left: 25px;
}
.footer-inside-links a:hover{
  text-decoration: underline;
  color: #5478ff;
  transition: color 0.5s ease;
}


.home-area-1-jobs-btn{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #151f48;
    background-color: #151f48;
    margin-top: 50px;
    line-height: 50px;
  transition: color 0.5s ease, background-color 0.5s ease, border 0.5s ease;
}
.home-area-1-jobs-btn:hover{
    color: #000;
    background-color: #fff;
}

.jobs-show-header{
  width: 100%;
  display: flex;
  background-color: #1e2b5c;
}
.jobs-show-header-1{
  width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
.jobs-show-header-1-area{
  width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.jobs-show-header-1-title{
  color: #fff;
  font-size: 50px;
  margin-bottom: 40px;
}
.jobs-show-header-1-qualifications{
  width: 100%;
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}
.jobs-show-header-1-qualifications-item{
  width: 30%;
    padding-left: 3%;
    height: 100px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.jobs-show-header-1-qualifications-item span{
  background-color: #d1d8f3;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-image: url(/img/tick.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    margin-right: 10px;
}
.jobs-show-header-2{
  width: 50%;
  height: 475px;
  background-image: url('/img/area1-img4.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.jobs-area-1{
  width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.jobs-area-1-1{
  width: 50%;
  min-height: 525px;
  background-image: url('/img/jobs-area-1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.jobs-area-1-2{
  width: 50%;
}
.jobs-area-1-2-title{
font-weight: bold;
    font-size: 35px;
    margin-left: 50px;
    margin-bottom: 30px;
}
.jobs-area-1-2-desc{
  margin-left: 60px;
    font-weight: 500;
}
.jobs-area-1-2-desc ul li{
  margin-top: 10px;
}
.jobs-area-1-2-btn{
    margin-left: 50px;
    margin-top: 30px;
  background-color: #151f47;
    color: #fff;
    text-align: center;
    letter-spacing: -.5px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    transition: all .4s;
    display: inline-block;
    cursor: pointer;
}
.jobs-area-1-2-btn:hover{
  background-color: #3898ec;
}




.jobs-area-2{
  width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.jobs-area-2-1{
  width: 50%;
  min-height: 525px;
  background-image: url('/img/jobs-area-2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.jobs-area-2-2{
  width: 50%;
}
.jobs-area-2-2-title{
font-weight: bold;
    font-size: 35px;
    margin-left: 50px;
    margin-bottom: 30px;
}
.jobs-area-2-2-desc{
  margin-left: 60px;
    font-weight: 500;
}
.jobs-area-2-2-desc ul li{
  margin-top: 10px;
}
.jobs-area-2-2-btn{
    margin-left: 50px;
    margin-top: 30px;
  background-color: #151f47;
    color: #fff;
    text-align: center;
    letter-spacing: -.5px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    transition: all .4s;
    display: inline-block;
    cursor: pointer;
}
.jobs-area-2-2-btn:hover{
  background-color: #3898ec;
}


.jobs-area-more-btn{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto;
    color: #839bff;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #839bff;
    margin-top: 30px;
    line-height: 50px;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.jobs-area-more-btn:hover{
    color: #fff;
    background-color: #151f47;
}

.privacy-area{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.jobs-list-area{
  color: #fff;
}
.jobs-list-area .home-area-1-1-title{
  padding-left: 15px;
  color: #fff;
}
.jobs-list-area .home-area-1-1-desc{
  padding-left: 15px;
  color: #fff;
}

.jobs-second-color{
  padding-top: 50px;
}