img, a, div, p, input, textarea, select, .space{
    outline: none !important;
}

.clear{
    clear: both;
}

.icon-col .content .model-name{
    margin: 15px 0 5px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}


/* AR/VR - begins */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container {
    width: 600px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.mySwiper2, .mySwiper2 video {
    width: 100%;
    height: 600px;
    background: #000;
    object-fit: cover;
    object-position: center;
}
#thumbSlider .swiper-slide{
    max-width: 150px;
}
@media only screen and (max-width:  767px){
    .mySwiper2, .mySwiper2 video{
        height: 300px;
    }
}
.mySwiper {
    position: absolute;
    width: 100%;
    height: 20%;
    max-height: 75px;
    box-sizing: border-box;
    padding: 0;
    left: 0;
    bottom: 45px;
}
.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* AR/VR - ends */

#ourTeam.career-sec .teamContent .persons-content-list{
        height: 420px;
}
#ourTeam.career-sec .teamContent .persons-content-list .each-person .person-description {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}
#ourTeam.career-sec .teamContent .persons-content-list .each-person {
    margin-right: 7em;
 
}

#ourTeam.career-sec .content-block {
    max-width: 400px;
    margin: 0 auto;
}
#ourTeam.career-sec {
    padding: 0em 0 0;
    min-height: 187px; 
}
#ourTeam.career-sec #contactFormBlock {
    margin-top: 30px;
    padding-bottom: 55px;
}

#ourTeam.career-sec #contactFormBlock .form-group select {
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    margin: 0;
    appearance: auto;
}

/*carrer-form*/


/* General Styles */




/*end*/

.filelabel {
    padding: 5px 10px;
    transition: border 300ms ease;
    cursor: pointer;
    margin: 0;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border: 1px dashed #111E3D;
    border-radius: 10px;
    opacity: 1;
}
.resume-form {
    float: right;
    width: 80%;
    margin-bottom: 20px;
}
span.resume-title {
    float: left;
    width: 20%;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 15px;
}

.filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}
.filelabel i,
.filelabel .title {
  padding-left: 0.5em;
  color: #A7A9AC;
  transition: 200ms color;
}
.filelabel .file_text{
    margin-left: 18%;
}
#FileInput{
    display:none;
}
.resume-form p{
    font-size: 12px;
    color: #aaa;
    padding-top: 10px;
}
form.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
    color: #dc3232 !important;
}

img#previewImage {
    width: 22px;
    height: 19px;
}

/* category */
.category-post.category-post-banner{
    padding: 3em 0;
    background: #d7d7d7;
}
@media only screen and (max-width:  1199px){

    .category-post.category-post-banner{
        padding-top: 5em;
    }
}

#awards.current-infrastructure .slick-custom-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 4em;
    margin-top: 15%;
}
#awards.current-infrastructure .d-md-block {
    display: none!important;
}
#awards.current-infrastructure .each-award {
    background: none;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    min-height: 0;
}
#awards.current-infrastructure .each-award:hover {
    background: none;
}
#awards.current-infrastructure .each-award .image {
    margin-bottom: 15px;
}
#awards.current-infrastructure .each-award .content .company-name {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#awards.current-infrastructure.future-factory {
    padding: 0em 0;
    position: relative;
}


#awards.current-infrastructure .slick-custom-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 4em;
    margin-top: 15%;
}
#awards.current-infrastructure .d-md-block {
    display: none!important;
}
#awards.current-infrastructure .each-award {
    background: none;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    min-height: 0;
}
#awards.current-infrastructure .each-award:hover {
    background: none;
}
#awards.current-infrastructure .each-award .image {
    margin-bottom: 15px;
}
#awards.current-infrastructure .each-award .content .company-name {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#awards.current-infrastructure.future-factory {
    padding: 0em 0;
    position: relative;
}


#awards-current.current-infrastructure .slick-custom-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 4em;
    margin-top: 15%;
}
#awards-current.current-infrastructure .d-md-block {
    display: none!important;
}
#awards-current.current-infrastructure .each-award {
    background: none;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    min-height: 0;
}
#awards-current.current-infrastructure .each-award:hover {
    background: none;
}
#awards-current.current-infrastructure .each-award .image {
    margin-bottom: 15px;
}
#awards-current.current-infrastructure .each-award .content .company-name {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#awards-current.current-infrastructure.future-factory {
    padding: 0em 0;
    position: relative;
}


#awards-current .slick-custom-arrows .icon {
    width: 30px;
    height: 30px;
    border: 1px solid #FF4D00;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#awards-current .slick-custom-arrows .icon img, #awards .slick-custom-arrows .icon svg,
.slick-custom-arrows .icon img, .slick-custom-arrows .icon svg {
    width: 15px;
}

#awards-current.current-infrastructure .slick-custom-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 4em;
    margin-top: 15%;
}
#awards-current .slick-custom-arrows li:not(:last-child) {
    margin-right: 3px;
}
section#awards-current {
    /* padding: 50px; */
    padding: 4em 0 30px;
    position: relative;
}
#awards-current .slick-custom-arrows li:hover {
    cursor: pointer;
}


#awards-current .slick-custom-arrows .icon:hover {
    background: #FF4D00;
}

#awards-current.current-infrastructure .each-award {
    background: none;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    min-height: 0;
}

#awards-current.current-infrastructure .each-award {
    background: none;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    min-height: 0;
}

#awards-current .slick-list {
    padding-left: 0px !important;
}
#awards-current .slick-custom-arrows .icon img, #awards-current .slick-custom-arrows .icon svg {
    width: 15px;
}

#carrer-info .contactLandingInfo.carrrers-info .shapes {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    max-width: 400px;
}


@media screen and (max-width: 767px) {
    .upload-area__drop-zoon {
        width: 73%;
    }
}

@media screen and (max-width: 768px) {
    #ourTeam.career-sec .content-block {
        max-width: 364px;
    }
}