#landing form {
    background: transparent;
    align-items: flex-start;
    justify-content: start;
    height: auto;
    width: 100%;
    padding: 10px 0;
}

#landing form input {
    border-radius: 0;
    padding: 10px;
    font-size: 20px;
}
.single-job-desc ul{
    margin-left:24px;
    list-style-type:disc;
    margin-bottom:12px;
}

#job-list h5 {
    color: #100C05 !important;
    font-weight: 400;
}

#job-list .job-filter {
    background-color: #EBF2FA !important;
    padding: 35px;
}

#job-list input {
    width: auto;
}

#job-list .filter-list label {
    padding-left: 40px;
}
#profile .filter-list label {
    padding-left: 30px;
}

#landing .landing-search.search-jobs {
    justify-content: flex-start !important;
}

#landing .search-jobs .search-title {
    margin-left: 35px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
}
#job-list .job-filter .filter-list,
#profile .filter-list {
    position: relative;
    padding: 0px 20px;
    margin-bottom: 7px;
}

#job-list .job-filter input,
#profile .filter-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    opacity: 0;
}
#job-list .job-filter .filter-list label::before,
#profile .filter-list label::before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    border: 2px solid #100C05;
    left: 0;
    right: auto;
    top: 3px;
}



#job-list .job-filter .filter-list input[type="checkbox"]:checked  + label::before,
#profile .filter-list input[type="checkbox"]:checked  + label::before {
    width: 22px;
    height: 22px;
    background-color: #100C05;
}

#job-list .filter-checkbox .filter-title,
#profile .filter-checkbox .filter-title {
    border-bottom: 2px solid #662d9165;
    padding-bottom: 10px;
    margin-bottom: 25px;
}


#job-list .filter-checkbox .checkbox-list,
#profile .filter-checkbox .checkbox-list {
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;
}

#menu-trigger .toggle p {
    display: none;
}

#menu-trigger .toggle p.show {
    display: block;
}

#job-list .filter-checkbox,
#profile .filter-checkbox {
    margin-bottom: 35px;
}

.job-search-card {
    padding: 20px 35px;
    border: 2px solid #662D91;
    margin-bottom: 35px;
}
.job-search-card .job-title {
    font-size: 22px;
    font-weight: 500;
}

.job-search-card .job-postdate {
    text-transform: capitalize;
}

.job-search-card .job-card-header {
    padding: 15px 0;
    margin-bottom: 15px;
}

.job-search-card .job-card-body .job-card-meta .location-title {
    font-weight: 500;
    font-size: 18px;
}
.job-search-card .job-card-body .job-card-meta {
    padding-bottom: 25px;
}
.job-search-card .job-card-body .job-card-btn {
    margin-top: 25px;
}

.checkbox-list::-webkit-scrollbar {
    width: 6px;
}

.checkbox-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.checkbox-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.single-job-title {
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    font-size: 24px;
    padding-bottom: 30px;
}
.single-job-title .location,
.single-job-title .type {
    margin-right: 20px;
}
.single-job-desc {
    padding: 50px;
    padding-right: 15px;
    margin-top: -30px;
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.job-company,
.job-role,
.job-you {
    margin: 55px 0;
}
.job-company .company-title,
.job-role .role-title,
.job-you .you-title {
    text-transform: uppercase;
    font-size: 500;
    color: #662D91;
    margin-bottom: 7px;
    font-size: 22px;
}

.share.side-hover {
    position: sticky;
    top: 180px !important;
    z-index: 0 !important;
    background-color: #EBF2FA;
    padding: 16px 24px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    transform: translateY(10px);
}
.share.social-side-hover {
    position: sticky;
    top: 180px !important;
    z-index: 0 !important;
    background-color: #EBF2FA;
    padding: 16px 24px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 8px;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
}


.share #menu-trigger::before {
    content: '';
    position: absolute;
    top: -95px;
    width: 0.5px;
    height: 85px;
    background-color: #100C05;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.share #menu-trigger {
    margin-top: 100px;
    margin-bottom: 0;
}
/* .contact-single-job {
    background-color: #028090;
    padding: 50px 20px;
    color: #fff;
}

.contact-single-job .contact-name-job {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-single-job .contact-link .email {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 15px;
}
.contact-single-job .contact-link .email .icon-job-single i {
    font-size: 24px;
    padding-top: 8px;
}
.contact-single-job .contact-link .email .info-job-single {
    margin-left: 15px;
}
.contact-single-job .contact-link .email .info-job-single a {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.single-job-contact {
    padding-left: 35px;
    padding-right: 35px;
}
.contact-single-job {
    position: relative;
}
.contact-single-job::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: auto;
    width: 100%;
    height: 50px;
    background-color: #028090;
} */

.order-md-2 {
    z-index: 1;
}
.img-landing #landing {
    padding-bottom: 55px;
}
.img-landing.landing-about #landing {
    height: 100vh;
}
#landing img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: top;
}

.img-landing #landing .title {
    width: 60%;
}
.img-landing #landing .landing-title {
    padding-bottom: 25px;
}
.img-landing #landing p {
    margin-left: 0;
}
.img-landing #landing .side-scroll-down {
    bottom: 25px;
}
.mb-35 {
     margin-bottom: 35px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
#company-core .bg-color-value {
    background-color: #028090;
    color: #fff;
}
#company-core .mission-value {
    padding: 35px;
}
#company-core {
    background-color: #EBF2FA;
}
#company-core .mission-value ul {
    list-style-type: disc;
    padding-left: 25px;
}
#company-core .mission-value .core li {
    padding-bottom: 25px;
}
#company-core .bg-color-mission {
    background-color: #EBF2FA;
    color: #000;
}
#company-core .company-value {
    padding: 35px;
}
.nopadding {
    padding: 0 !important;
}
.value-content .value-title {
    font-size: 22px;
    padding-bottom: 10px;
}
.value-content {
    margin-bottom: 35px;
}
#whyus .content-space {
    padding: 75px 0;
}
#whyus .content-space p strong {
    font-size: 28px;
}
.work-us #landing {
    height: 170px;
}

#with-us {
    background-color: #EBF2FA;
}

#with-us .work-with-content {
    padding: 45px 0px;
    padding-right: 30px;
    color: #fff;
    position: relative;
}
#with-us .work-with-form {
    color: #000;
    padding: 45px 35px;
}
.bg-color-workwith {
    background-color: #028090;
    position: relative;
}
.work-with-form p.with-form-desc {
    margin-bottom: 30px !important;
}
.bg-color-workwith::before {
    position: absolute;
    content: '';
    height: 110%;
    top: 0;
    width: 50%;
    right: 90%;
    left: auto;
    background-color: #028090;
    z-index: 0;
}

#with-us .work-with-content ul li {
    padding-bottom: 20px;
}

#with-us form,
#profile form {
    background-color: transparent;
    text-align: start;
    padding: 0;
    display: block;
}

#with-us form input, #with-us form label {
    margin-bottom: 20px;
}
#with-us form .form-control {
    margin-top: 0;
    /* border: none; */
    border-radius: 0;
    background-color: transparent;
    border: 2px solid #662D91;
}
#with-us form .submit-btn {
    margin-top: 15px;
}

#with-us form label {
    color: #4a4a4a;
}
.color-white {
    color: #fff !important;
}
.job-look {
    border-top: 2px solid #fff;
    position: relative;
}
#with-us .form-control:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
    border: none;
    border: 2px solid #662D91;
    border-radius: 0;
}
.locations {
    position: relative;
    padding: 45px 0px;
    margin-right: 30px;
}
.location-card {
    color: #fff;
    padding: 20px;
    position: relative;
}

/* #with-us .location-card .card-line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 0;
}
#with-us .location-card .card-line::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #fff;
    top: 0;
    left: 0;
}
#with-us .location-card .card-line-2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
#with-us .location-card.card-1 .card-line::after {
    display: none;
}
#with-us .location-card.card-1 .card-line::before {
    display: none;
}
#with-us .location-card.card-1 .card-line-2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
#with-us .location-card.card-1 .card-line-2::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #fff;
    top: 0;
    right: 0;
} */

.location-card .address {
    position: relative;
    margin-right: 25px;
}
.location-card .card-icon {
    margin-right: 20px;
}
.location-card .address .card-icon i {
    font-size: 22px;
}
/* .location-card .address .card-desc:before {
    content: "";
    width: 2px;
    height: 22px;
    margin-left: 20px;
    background-color: #EBF2FA;
    display: inline-block;
} */

#with-us p {
    margin-bottom: 3px;
}
#with-us .locations a {
    color: #fff;
    font-size: 20px;
}

#with-us .location-card .address,
#with-us .location-card .number,
#with-us .location-card .mail {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 20px;
}


hr.short-line {
    width: 75%;
    margin: auto;
    color: #fff;
}

#with-us .location-card.card-1 .address {
    margin-top: 5px;
}

.profile-landing #landing {
    height: 170px;
}

#profile .profile-photo {
    z-index: 1;
}
#profile .photo {
    margin-top: -170px;
}
#profile .personal-title h1 {
    color: #662D91;
    text-transform: uppercase;
}

#profile .profile-link {
    position: relative;
    color: #fff;
}
#profile .link-class {
    padding: 0;
    margin-bottom: 35px;
    padding-right: 55px;
}
#profile .link-class .link-profile {
    padding: 15px 10px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    transition: all ease-in-out 0.45s;
}
#profile .link-class .link-profile a {
    color: #fff;
    transition: all ease-in-out 0.45s;

}
#profile .link-class .link-profile:hover{
    transform: translateX(20px);
    transition: all ease-in-out 0.45s;
}


#profile form .form-control {
    background-color: transparent;
    border: none ;
    border-bottom: 2px solid #662D91;
    margin-top: 0;
    border-radius: 0;

}

#profile form input, 
#profile form select {
    margin-bottom: 20px;
}

#profile form .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
#profile .personal-info {
    padding: 30px;
}

#profile .profile-link {
    position: sticky;
    top: 55px;
}
.mt-20 {
    margin-top: 20px !important;
}
.blog-card {
    margin-bottom: 35px;
}
#profile form input[type="radio"] {
    margin-bottom: 10px;
    margin-left: 15px;
    width: 22px;
    height: 22px;
}
.job-title {
    position: relative;
}
.new-tag {
    position: absolute;
    left: auto;
    right: 20px;
    top: 0;
}
.new-tag p {
    font-weight: 400;
    font-size: 20px;
    color: #028090;
}
.bg-color-light {
    background-color: #EBF2FA;
    color: #000 !important;
    position: relative;
}
.bg-color-light::before {
    position: absolute;
    content: '';
    height: 110%;
    top: 0;
    width: 50%;
    right: 90%;
    left: auto;
    background-color: #EBF2FA;
    z-index: 0;
}
.faq-title-list {
    padding: 30px;
}
.faq-title {
    font-size: 20px;
}
.faq-tab {
    padding: 35px;
    padding-top: 55px;
}
.faq-title-list {
    padding: 10px;
    padding-top: 55px;
    position: relative;
}
.faq-title-list .faq-title {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 2px solid #662D91;
}
.faq-title-list {
    position: sticky;
    top: 55px;
}
/* .faq-tab .questions {
    padding-bottom: 10px
} */
.faq-tab .faq-questions {
    padding-bottom: 10px;
}
.faq-tab .answers {
    padding-top: 5px;
}
.faq-tab h3 {
    color: #662D91;
    padding-bottom: 10px;
}
.faq-title a:hover {
    color: #662D91;
}
#blog-single .blog-content {
    padding: 60px 0;
}
.blog-content .blog-author {
    font-size: 26px;
    font-weight: 700;
    position: relative;
}
.blog-content .blog-meta {
    display: flex;
    justify-content: flex-start;
}
.blog-meta .blog-date {
    margin: auto;
    margin-left: 25px;

}
.blog-content .short-content, .blog-content .long-content {
    padding: 35px 0;
} 
.blog-content .blog-author::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 60%;
    background-color: #662D91;
    top: 7px;
    margin-left: 10px;
}
#blog-single {
    position: relative;
}
#blog-single .share {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}
#blog-single .share .share-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}
#blog-single .share .social-share {
    display: flex;
    align-items: center;
}
#blog-single .share .social-share li {
    padding-left: 10px;
}
#blog-single .share .side-hover {
    position: relative;
    z-index: 99;
    background-color: transparent !important;
    padding: 0;
    margin-left: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#blog-single .side-hover ul li {
    margin-top: 0;
}
form.search-filter {
    display: block;
    background-color: #EBF2FA !important;
    text-align: left;
    align-items: left;
    padding: 0;
    height: auto;
}
.language{
    
}
.language img{
     height:22px;
}
.language p{
     font-size:18px;
     color:#fff;
     display:flex;
    flex-direction:row;
    align-items:center;
    margin-bottom:0;
}
.language p:hover{
    cursor:pointer;
}
.language p i{
    font-size:9px;
}
.l-selector{
    position:absolute;
    top:100%;
    left:0;
    padding:6px;
    background-color:#fff;
    width:125%;
    display:none;
}
.l-selector p{
    color:#111111;
    margin-bottom:8px;
    font-size:14px;
}
.l-selector a:hover{
    background-color:#f5f5f5;
}
.l-selector img{
     height:18px;
}
.whatsapp-flag{
    position: absolute;
    bottom: -2px;
    left: 14px;
    width: 14px;
}
#menu-trigger span{
    height:4px;
}
@media only screen and (max-width: 992px) {
    .share.side-hover ul li,
    .share #menu-trigger:before,
    .share #menu-trigger p {
        display: block;
    }

    .img-landing #landing .title {
        width: 80%;
    }
    .single-job-desc {
        margin-top: 0;
        padding-left: 15px;
    }
    .widgets-contact .widget {
        margin-bottom: 20px;
    }
    .cta-1 .cta-action {
        float: none;
    }
    .cta-1 .cta-action.text-center {
        text-align: left !important;
        margin-left: 55px;
        margin-top: 25px;
    }
    .cta-devider:before {
        top: 37%;
    }
    .img-landing #landing {
        height: 70vh;
    }

    .share.side-hover #menu-trigger:before {
        display: none;
    }
    .share.side-hover #menu-trigger {
        margin-top: 5px;
        margin-top: 5px;
    }
    .single-job-title {
        flex-direction: column;
    }
    .single-job-title .location {
        margin-bottom: 15px;
    }
    .job-apply a {
        margin-bottom: 10px;
    }

    .job-search-card {
        margin-top: 30px;
    }

    
}

@media only screen and (max-width: 767px) {
    .cta-1 .cta-action.text-center {
        margin-left: 0;
    }

    #landing .landing-search.search-jobs a {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 576px) {
    #landing .landing-search.search-jobs {
        flex-direction: column;
    }
    .share.side-hover {
        width: 100%;
        margin-top: 20px;
    }
    
    .share.side-hover ul {
        display: flex;
        justify-content: space-around;
    }
}
#whyus p {
    color: #fff;
}
.side-hover{
    transform:translateY(-50%);
    bottom:auto;
    top:50%;
}

@media only screen and (max-width: 1400px) {
    .button-small.jpn-btn {
        font-size: 16px;
        padding: 12px;
        text-transform: capitalize;
    }
}

@media only screen and (max-width:600px){
    #menu-trigger .toggle p.show {
        display: block;
        margin-bottom:0;
        font-size:14px;
    }
    #menu-trigger span{
        height:2px;
    }
}

.personal-info .col-md-6{
    position:relative;
}
.thumbnail-photo{
    position: absolute;
    top: -4px;
    right: 13px;
    height: 45px;
    width: auto;
    /*border:1px solid #eaeaea;*/
}
.job-date {
    display: flex;
    gap: 25px;
}

.job-date .job-enddate {
    animation: flash 1.3s linear infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.job-search-card {
    position: relative;
}
.star-section {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    padding-top: 20px;
    color: #ffdf00;
}

.social-side-hover {
    margin-left: 15px;
}
.blog-single-share {
    padding: 25px;
    background-color: #eaeaea;
}
.blog-content {
    text-align: justify;
}

.blog-content h1, 
.blog-content h2, .blog-content h3, 
.blog-content h4, .blog-content h5 {
    text-align: left !important;
}
.blog-content p{
        text-align: justify !important;

}



.event-img {
    position: relative;
}
.event-img video{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 32px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #fff;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #662D91;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 5px;
    margin-top: 8px;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@media only screen and (max-width:600px){
    #mainright ul li:nth-of-type(2){
        margin-right:0;
    }
    .top-bar ul {
        padding: 4px 0 4px 0;
    }
}