@media only screen and (min-width:768px) {
    .landScapeHolder {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

@media only screen and (min-width:1200px) {
    .landScapeHolder {
        margin-bottom: 0;
        min-height: 390px
    }
}

.landScapeHolder .appFrame {
    position: relative;
    z-index: 10
}

@media only screen and (min-width:1200px) {
    .landScapeHolder .appFrame {
        width: auto
    }
}

.landScapeHolder .appFrame #shadow {
    width: 280px;
    margin: auto;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0)
}

.landScapeHolder .appFrameInner {
    position: absolute;
    top: 6%;
    left: 10%;
    width: calc(100% - 21%);
    height: calc(100% - 11%);
    overflow: hidden;
    z-index: -1
}

@media only screen and (min-width:1100px) {
    .landScapeHolder .appFrameInner {
        top: 6%;
        left: 11%;
        width: calc(100% - 21%);
        height: calc(100% - 58px)
    }
}

.landScapeHolder .appImgSlide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.landScapeHolder .appImgSlide .item {
    width: 100%;
    height: 100%
}

.landScapeHolder .appImgSlide .item img {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none
}

.landScapeHolder .appImgSlide .video, .landScapeHolder .appImgSlide img, .landScapeHolder .appImgSlide video {
    object-fit: cover;
    width: 100%
}

#career form .fileUploadInput {
    display: grid;
    grid-gap: 10px;
    position: relative;
    z-index: 1;
    height: 40px;
    cursor: pointer
}

@media only screen and (min-width:1441px) {
    #career form .fileUploadInput {
        height: 50px
    }
}

#career form .fileUploadInput .form-group {
    height: 100%
}

#career form .fileUploadInput input[type=file] {
    appearance: initial;
    background-color: initial;
    cursor: default;
    align-items: baseline;
    color: inherit;
    text-overflow: ellipsis;
    white-space: pre;
    text-align: start !important;
    padding: initial;
    border: initial;
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

#career form .fileUploadInput label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #18244d1a;
    display: flex;
    align-items: center;
    padding-left: 40px;
    font-size: 12px;
    font-weight: 300;
    color: #c7c7c7;
    cursor: pointer
}

@media only screen and (min-width:468px) {
    #career form .fileUploadInput label {
        font-size: 14px
    }
}

#career form .fileUploadInput svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 40px;
    padding: 13px;
    cursor: pointer
}

@media only screen and (max-width:992px){
    .about_page #abt_ppl .row{
            flex-direction: column-reverse;
        }
    .about_page #abt_ppl .img_bx{
            width: fit-content;
            width: -moz-fit-content;
        }

}