
/*********************************JK STYLE START************************/
ul.menu-inner.py-1.ps {
    background: #07122a;
}
a.register-yellow {
    background: #4472c4;
    padding: 10px 30px;
    border: 0px solid#000;
    color: #fff;
    width: 250px;
    font-weight: 600;
    float: left;
    font-size: 20px;
    border-radius: 10px;
}

a.register-organ {
    background: #70ad47;
    padding: 10px 30px;
    text-underline-offset: unset;
    margin: 20px 0px;
    border: 0px solid#000;
    color: #fff;
    width: 250px;
    font-weight: 600;
    float: left;
    font-size: 20px;
    border-radius: 10px;
}
a.register-vip>span {
    background: #ffc000;
    padding: 10px 30px;
    text-underline-offset: unset;
    border: 0px solid#000;
    color: #fff;
    width: 250px;
    font-weight: 600;
    float: left;
    border-radius: 10px;
    font-size: 20px;
}
a.register-yellow:hover{
    color:#000;
}
a.register-organ:hover{
    color:#000;
}
a.register-vip>span:hover{
    color:#000;
}
a.register-yellow:hover{
    color:#000;
}
h4.text-color {
    color: #fff;
    font-size: 20px;
}
a.download-exhibiting {
    background: #c00000;
    padding: 10px 30px;
    margin-top: 20px;
    border: 0px solid#000;
    width: 250px;
    font-weight: 600;
    float: left;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
}
.bttn-align {
    float: none;
    margin: 0px auto;
    display: table;
}
body.antialiased {
    background: url(../../assets/img/banner.jpg)fixed;
    width: 100%;
    background-size: cover;
    padding: 30px 0;
    background-position: inherit;
    position: relative;
    z-index: 9999;
    -webkit-box-shadow: inset 0px 6px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: inset 0px 6px 10px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 6px 10px 0px rgb(0 0 0 / 25%);
}
.w-1\/2.bg-gray-500.h-12 {
    float: left;
    color: #a8a4a4;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}
.w-1\/2.bg-gray-300.h-12 {
    float: left;
    color: #eed804;
    margin-top: 20px;
    font-size: 12px;
    padding: 0px 14px;
}
p.footer-link {
    color: #405dd5;
    text-align: right;
    font-size: 12px;
}
p.text-gray-600.dark\:text-gray-400 {
    color: #fff;
    font-size: 13px;
}
span.Organized {
    color: #fff;
}
h4.text-yeloow {
    color: #f4d708;
    font-size: 36px;
}
.card-body {
    padding: 40px;
}
.job_seeker_title {
    padding: 20px;
    background: #25397b;
    color: #fff;
}
button.btn.btn-primary {
    background: #25397b;
    color: #fff;
    padding: 8px 46px;
    font-size: 16px;
    font-weight: 600;
}
button.btn.btn-primary:hover {
    background: #fff;
    color: #000;
}
select.form-select {
    border: 1px solid#afaaaa;
    border-radius: 3px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #4b4b4b;
    padding: 4px 0px;
}
.tj-inner-banner {
    padding: 50px;
    background-size: cover;
    text-align: center;
}
.about-info.bounceInLeft.animated.delay-2s p {
    color: #fff;
    padding-top: 20px;
}
.find h2 {
    background: #f0ecec;
    width: 25%;
    padding: 10px 20px;
    font-size: 22px;
    border-radius: 10px;
}
.about-info.bounceInLeft.animated.delay-2s p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    font-family: sans-serif;
}
h5.text_center {
    text-align: center;
}


@media only screen and (max-width: 360px) and (min-width: 320px){
    span.navbar-toggler-icon {
        display: none;
    }
    h5.mb-0 {
        font-size: 14px;
    }
    .find h2 {
        width: 100%;
    }
    .tj-inner-banner {
        padding: 0px;
    }
}


@media only screen and (max-width: 480px) and (min-width: 360px){
    .find h2 {
        background: #f0ecec;
        width: 100%;
    }
    span.navbar-toggler-icon {
        display: none;
    }
    .tj-inner-banner {
        padding: 0px;
    }
}


/*********************************JK STYLE END************************/

