.join-us-section-container
{
    visibility: visible;
}
.join-us-container{
    padding :6rem 2rem;
    position: relative;
}
.join-us-contant{
    display: flex;
    flex-basis: 100%;
    margin-bottom: 10rem;
    height: 60vh;
}
.join-us-wrap-left{
    flex: 0 0 50%;
    padding-right: 25px;
    position: relative;
}
.join-us-wrap-left > p{
    font-size: 1em;
    color: #263238;
}
.join-us-wrap-right{
    flex:0 0 50%;
    padding-left: 25px;
    position: relative;
}
.join-us-stylesheet
{
    height: 70vh;
}
.join-us-backgroung-img{
    width: 62%;
    position: absolute;
    top: 4%;
    left:23%;
    animation: join-us-backgroung-img-animation 1s 0s linear forwards;
}
@-webkit-keyframes join-us-backgroung-img-animation {
    0%{
      opacity: 0;
      width: 10%;
    }
    100%{
      opacity: 1;
      width: 62%;
      
    }
}
.join-us-man-img{
    position: absolute;
    width: 39%;
    right: 28%;
    z-index: 11;
    top: 7%;
    animation: join-us-man-img-animation 1s 0s linear forwards;
}
@-webkit-keyframes join-us-man-img-animation {
    0%{
      opacity: 0;
     bottom: 0%;
      width: 10%;
    }
    100%{
      opacity: 1;
      width: 39%;
      bottom: -136%;
    }
}
.join-us-girl-img{
    position: absolute;
    width: 37%;
    right: 71%;
    top: 52%;
    animation: join-us-girl-img-animation 1s 0s linear forwards;
}
@-webkit-keyframes join-us-girl-img-animation {
    0%{
      opacity: 0;
      right: 0%;
      width: 0%;
    }
    100%{
      opacity: 1;
      right: 71%;
      width: 33%;
    }
}
.join-us-box-img{
    position: absolute;
    width: 39%;
    top: 54%;
    right: 12%;
    z-index: 10;
    animation: join-us-box-animation 1s 0s linear forwards;
}
@-webkit-keyframes join-us-box-animation {
    0%{
      opacity: 0;
      bottom: -3%;
      width: 10%;
    }
    100%{
      opacity: 1;
      bottom: 15%;
      width: 39%;
     
    }
}
.join-us-flower-img{
    position: absolute;
    width: 10%;
    top: 62%;
    left: 88%;
    animation: join-us-flower-img-animation 1s 0s linear forwards;
}
@-webkit-keyframes join-us-flower-img-animation {
    0%{
      opacity: 0;
      width: 1%;
    }
    100%{
      opacity: 1;
      width: 10%;
    }
}
.j-u-botton{
    padding: 6px 27px;
    font-size: 24px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #263238;
    border-radius: 25px;
    bottom: 73px;
    position: relative;
}
/* media quary */
@media only screen and (max-width: 1200px) {
    .join-us-wrap-left > p {
        font-size: 19px;
    }
}
@media only screen and (max-width: 1050px){
    .join-us-wrap-left > p {
        font-size: 16px;
    }
    .join-us-contant{
      
    }
}
@media only screen and (max-width: 900px) {
    .join-us-wrap-left > p {
        font-size: 14px;
    }
    .join-us-contant{
       
    }
}