html *{
    cursor: url('/asset/images/customcursor.svg'), auto !important;
}
a, button {
    cursor: pointer !important;
}
a *,
button *,
.btn *,
.checkmark,
.subheader__menu-button *
{
    cursor: pointer !important;
}
.subheader__menu-item .icon{
    transform: rotate(-90deg);
}
.subheader__menu-item__txt{
    padding:10px 15px;
}

@media all and (min-width: 993px){
    .subheader__menu-content{
        justify-content: center;
    }
    .subheader__menu-tab:nth-child(2), .subheader__menu-tab:nth-child(3){
        width: 0;
    }
    .subheader__menu-tab:nth-child(2).active, .subheader__menu-tab:nth-child(3).active{
        width: 400px;
    }
}
.human-card-image{
    width: 100%;
    max-width: 30%;
    height: auto;
    display: block;
    margin:0 auto;
}
@media all and (max-width: 1450px){
    .human-card-image{
        max-width: 25%;
    }
}
@media all and (max-width: 575px){
    .human-card-image{
        max-width: 15%;
    }
}
@media all and (min-width: 993px){
    .main-menu__form{
        padding-top:135px;
    }
}
#contact_form .input-item{
    margin-bottom: 15px;
}
.input-item--checkbox--transparent .checkmark{
    border:1px solid #000;
}
.flex-between{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items:center;
    justify-content: space-between;
}

.justify-center{
    justify-content: center;
}

@media all and (max-width: 575px){
    .cookie-policy{
        padding:15px;
    }
    .cookie-policy p{
        font-size: 12px;
        line-height: 16px;
        color:#000;
    }
    .btn--circle-icon .btn-icon{
        width:55px;
        height: 55px;
    }
    .darkmode .cookie-policy__close .btn-icon{
        color:#000;
    }
}


.hero .social{
    top:250px;
}
.hero__scroll{
    top:540px;
}

.scroll-way {
    padding: 10px 32px;
    line-height: 44px;
    position: fixed;
    text-decoration: none !important;
    font-size: 16px;
    border-radius: 6px;
    z-index: 999999;
    color: #ffffff !important;
    text-align: center;
    cursor: pointer;
    background: #e31e26;
    transition:all ease 650ms;
    text-transform: uppercase;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    bottom: 48px;
    right: 122px;
}
.scroll-way:hover{
    background-color: #4d4d4d;
}
@media all and (max-width: 992px){
    .scroll-way{
        right:-40px;
        bottom: 180px;
        transform: rotate(-90deg);
    }
}

.marsus svg path{
    fill:#000;
}
.darkmode .marsus svg path{
    fill:#fff
}
.human-seperator__img{
    width:100%;
    max-width:100%;
    flex-wrap:wrap;
    gap:10px;
}
.human-seperator__img img{
    width:100%;
    margin-right:10px;
    max-width: calc(20% - 20px);
}
@media all and (max-width: 1200px){
    .human-seperator__img img{
        max-width: calc(25% - 20px);
    }
}
@media all and (max-width: 992px){
    .human-seperator__img img{
        max-width: calc(33.333% - 20px);
    }
}
@media all and (max-width: 575px){
    .human-seperator__img img{
        max-width: calc(50% - 20px);
    }
}

.column__wrapper{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    gap:30px;
}
.column__wrapper > div{
    width: 100%;
}

@media all and (max-width: 575px){
    .about-numbers-item{
        height: 180px;
    }
    .home-info .section-top .section-title h2{
        font-size:24px;
        text-align: center;
    }
}

.heading-layout h2{
    font-size:42px;
    font-weight: 700;
}

@media all and (max-width: 575px){
    .heading-layout h2{
        font-size:32px;
        font-weight: 700;
    }
}

.human-center__number--text svg textPath.en{
    font-size:20px;
}


.text-justify{
    text-align: justify;
}
.text-justify p{
    text-align: justify;
}

.main-title--md{
    font-size:30px;
}

.career-version-tabs .top{
    position: relative;
    display: block;
    width: 100%;
}
.career-version-tabs .top .links{
    overflow-x: scroll;
    padding-bottom: 15px;
}
.career-version-tabs .top .links ul{
    width: max-content;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}
.career-version-tabs .top .links ul li:not(:last-child){
    margin-right: 30px;

}
.career-version-tabs .top .links ul li a{
    font-size:22px;
    white-space: nowrap;
    font-weight: 400;
    color:#000;
}
.career-version-tabs .top .links ul li a.active{
    color:#e31e26;
}
/* width */
.career-version-tabs .top .links::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.career-version-tabs .top .links::-webkit-scrollbar-track {
    background: #B5B5B5;
}

/* Handle */
.career-version-tabs .top .links::-webkit-scrollbar-thumb {
    background: #e31e26;
}

/* Handle on hover */
.career-version-tabs .top .links::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.career-version-tabs .top .arrowLeft{
    display:none;
    width:40px;
    height: 30px;
    position: absolute;
    padding:5px;
    left: 0;
    pointer-events: none;
    top:0;
    background-color: #fff;
    animation: move-1 1s infinite;
}
.career-version-tabs .top .arrowRight{
    display:none;
    width:40px;
    height: 30px;
    pointer-events: none;
    position: absolute;
    padding:5px;
    right: 0;
    top:0;
    background-color: #fff;
    animation: move-2 1s infinite;
}

@keyframes move-1 {
    0% {left:0;}
    50% {left:-5px;}
    100% {left: 0;}
}
@keyframes move-2 {
    0% {right:0;}
    50% {right:-5px;}
    100% {right: 0;}
}
.career-version-tabs .sticker{
    background-color: #fff;
}
.career-version-tabs .sticker.stand-on{
    position: fixed;
    padding-top:30px;
    left:0;
    right: 0;
    z-index: 9999;
    top:0;
    transition: all ease 150ms;
}
.terms-page-active p{
    color:#000;
    margin-bottom: 20px;
}
.terms-page-active a{
    color:blue;
    text-decoration: underline;
    margin-bottom: 20px;
}
.terms-page-active table {
    border:1px solid #e1e1e1 !important;
}
.terms-page-active table td{
    color:#000;
    background-color: transparent;
    border-top:1px solid #e1e1e1 !important;
}
.terms-page-active table tbody tr{
    border:0;
}
.terms-page-active table td:not(:last-child){
    border-right: 1px solid #e1e1e1;
}
.terms-page-active table td p{
    margin-bottom: 0;
}
.terms-page-active table{
    margin-bottom: 20px;
}
.terms-page-active ol{
    list-style: normal;
    padding-left:25px;
    margin-bottom: 20px;
}
.terms-page-active ol li{
    list-style-type: decimal;
}

.terms-page-active ul{
    list-style: circle;
    padding-left:25px;
    margin-bottom: 20px;
}
.terms-page-active ul li{
    list-style-type: disc;
    padding-left:0;
}
.terms-page-active ul li:before{
    display: none;
}
.w-full{
    width: 100%;
}
.footer-menus{
    display: flex;
    width: 100%;
    gap:30px;
}
.footer-menus .menu{
    width: 25%;
}
.footer-menus .menu.double{
    width: 50%;
}
.footer-menus .title{
    font-family: "Simplon Mono";
    font-weight: 700;
    text-transform: uppercase;
    color: #e31e26;
    display: block;
    font-size:20px;
    margin-bottom: 20px;
}
.footer-menus .menu .list{
    display: flex;
    gap:15px;
    flex-wrap: wrap;
}
.footer-menus .menu .list.double li{
    width: calc(50% - 7.5px);
}
.footer-menus .menu .list li a{
    font-size:18px;
    color:#000;
    text-transform: capitalize;
}
.footer-menus .menu .list li a:hover{
    color:#e31e26;
    transition:all ease 500ms;
}

@media all and (max-width: 767px){
    .footer-menus{
        gap:10px 30px;
    }
    .footer-menus .title{
        margin-bottom: 10px;
    }
    .footer-menus .menu .list{
        gap:3px 15px;
    }
    .footer-menus .menu .list li{
        border:1px solid #e1e1e1;
        border-radius: 3px;
    }
    .footer-menus .menu .list li a{
        font-size:14px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-menus{
        flex-wrap: wrap;
    }
    .footer-menus .menu.double{
        width: 100%;
    }
    .footer-menus .menu{
        width: calc(50% - 15px);
        text-align: center;
    }
    .footer-menus .menu:not(.double) li{
        width: 100%;
    }
    footer.custom .footer__wrapper{
        text-align: center;
    }
    footer.custom .footer__logo{
        margin:0 auto 10px;
    }
    footer.custom .social{
        justify-content: center;
    }
}
