.home .nof {
  background-color: white;
  left: 0;
  padding: 20px 5%;
}
.home .banner {
  width: 100%;
  overflow: hidden;
}
.home .banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  animation: big 5s forwards linear;
}
@keyframes big {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.02);
  }
}
.home .main {
  width: 100%;
  position: relative;
  padding: 80px 0;
}
.home .main .intro {
  width: 70%;
  margin: 0 auto;
}
.home .main .intro .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.home .main .intro .item .l {
  width: 50px;
  color: rgba(56, 60, 68, 0.2);
  font-size: 26px;
  font-family: "Roboto-Regular";
  font-weight: bolder;
  font-style: italic;
}
.home .main .intro .item .des {
  width: calc(98% - 50px);
}
.home .main .intro .item .des .p1 {
  color: #2E2E2E;
  font-size: 24px;
  font-family: "Roboto-Bold";
}
.home .main .intro .item .des .dess {
  color: #474747;
  font-size: 14px;
  line-height: 28px;
  margin: 40px 0;
}
.home .main .allItems {
  width: 70%;
  margin: 60px auto;
}
.home .main .allItems .item {
  width: 100%;
  cursor: pointer;
  border-top: 1px solid #E5E5E5;
}
.home .main .allItems .item .d1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  width: 100%;
}
.home .main .allItems .item .d1 .l {
  color: #222222;
  font-size: 28px;
  font-family: "Roboto-Regular";
}
.home .main .allItems .item .d1 .r .btn {
  width: 45px;
  height: 45px;
  background: #EE892F;
  border-radius: 50%;
  transition: all 600ms;
  position: relative;
}
.home .main .allItems .item .d1 .r .btn span {
  position: absolute;
  left: 50%;
  background-color: white;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 600ms;
}
.home .main .allItems .item .d1 .r .btn span:nth-child(1) {
  width: 16px;
  height: 2px;
}
.home .main .allItems .item .d1 .r .btn span:nth-child(2) {
  width: 2px;
  height: 16px;
}
.home .main .allItems .item .d2 {
  display: none;
  border-top: 1px solid black;
  padding: 40px 0;
  width: 100%;
  position: relative;
}
.home .main .allItems .item .d2 .p1 {
  color: #161616;
  font-size: 14px;
  font-family: "Roboto-Regular";
}
.home .main .allItems .item .d2 .p2 {
  color: #272727;
  font-size: 20px;
  font-family: "Roboto-Regular";
  font-weight: bolder;
  margin: 20px 0;
}
.home .main .allItems .item .d2 .des {
  color: #0C0C0C;
  font-family: "Roboto-Regular";
  line-height: 30px;
}
.home .main .allItems .item .d2 .p3 {
  color: #272727;
  font-size: 18px;
  font-family: "Roboto-Regular";
  font-weight: bolder;
  margin: 60px 0 30px 0;
}
.home .main .allItems .item .d2 .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70%;
}
.home .main .allItems .item .d2 .form .submit {
  width: 45px;
  height: 45px;
  background: #EE892F;
  border-radius: 50%;
  transition: all 600ms;
  position: absolute;
  right: 0;
  top: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .allItems .item .d2 .form .submit i {
  color: white;
  font-size: 30px;
}
.home .main .allItems .item .d2 .form .fname {
  width: 30%;
}
.home .main .allItems .item .d2 .form .fname p {
  color: #808080;
  font-size: 14px;
  font-family: "Roboto-Regular";
  margin-bottom: 15px;
}
.home .main .allItems .item .d2 .form .fname input {
  width: 100%;
  border: none;
  outline: none;
  text-indent: 20px;
  height: 49px;
  background: #F4F4F4;
  border-radius: 4px;
}
.home .main .allItems .item .d2 .form .email {
  width: 48%;
  margin-top: 40px;
}
.home .main .allItems .item .d2 .form .email p {
  color: #808080;
  font-size: 14px;
  font-family: "Roboto-Regular";
  margin-bottom: 15px;
}
.home .main .allItems .item .d2 .form .email input {
  width: 100%;
  border: none;
  outline: none;
  text-indent: 20px;
  height: 49px;
  background: #F4F4F4;
  border-radius: 4px;
}
.home .main .allItems .active .d1 .r .btn {
  background-color: #DADADA;
  transform: scale(0.8);
}
.home .main .allItems .active .d1 .r .btn span {
  background-color: #0C0C0C;
}
.home .main .allItems .active .d1 .r .btn span:nth-child(2) {
  height: 0;
}
.home .main .allItems .item:last-child {
  border-bottom: 1px solid #E5E5E5;
}

/*# sourceMappingURL=career.css.map */
