﻿/*resgister*/
.modal-content .tab-content .registers form fieldset {
    display: block;
    position: relative;
    margin: 0 0 16px;
}

.modal-content .tab-content .registers .havean p {
    margin: 0;
    color: #7c7c7c;
    font-size: 16px;
    text-align: center;
}
/*login*/
.modal-content .navtab li a {
    display: block;
    background: #ebebeb;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    height: auto;
    line-height: 44px;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.modal-content .tab-content {
    padding: 25px 35px;
    text-align: center;
    background-color: #0097a20a;
}
    .modal-content .tab-content .logins form fieldset {
        display: block;
        position: relative;
        margin: 0 0 16px;
    }
    .modal-content .tab-content .logins form fieldset span {
        height: 50px;
        line-height: 50px;
        color: #808080;
        font-size: 20px;
        position: absolute;
        padding-left: 15px;
        bottom: auto;
        left: 0;
        z-index: 99;
    }
.errorsal {
    color: #ff0000;
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    margin:0
}

.login_img {
    width: 100%;
    height: 100%;
    position: relative;
}
    .login_img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }
.login-content {
    position: absolute;
    top: 25px;
    left: 15px;
    color: #0097a2;
}
    .login-content h3 {
        line-height: 1.5;
        margin: 0;
    }
    .login-content p {
        color: #3c3c3c;
        font-size: 14px;
        line-height: 1.5;
    }
.contact-area .modal-content {
    box-shadow: -1px 1px 15px 2px #00000014;
    border: none;
    border-radius: 12px;
}

.googl_crt {
    padding: 0px 0 10px 0px;
}

.optionss {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:25px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

    .optionss::before, .optionss::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #cccccc;
    }

.googl_crt a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
}

    .googl_crt a img {
        width: 21px;
    }
.capta-register img {
    border-radius: 10px 0 0 10px;
}
.login-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-top: 4px;
}
.terms {
    margin-bottom:20px;
    color: #3b3b3b;
}
.terms a, .login-bottom a {
    color: #3b3b3b;
    text-decoration: underline;
}

/*home page start*/
/*serach area*/
.job-searcing {
    height: 630px;
}
    .job-searcing .search-con {
        padding: 132px 0;
        padding-bottom: 0;
    }
        .job-searcing .search-con .heading_con h2 {
            font-size: 56px;
            margin: 0 0 8px;
        }
        .job-searcing .search-con .heading_con {
            margin: 0 0 30px;
        }
        .job-searcing .search-con .heading_con h1 {
            font-size: 22px;
        }
    .job-searcing .search-con form {
        position: relative;
        display: block;
        width: 100%;
        padding: 20px;
        float: left;
        margin: 0 0 18px;
    }
    .job-searcing .search-con form:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgb(255 255 255 / 27%);
        opacity: 0.63;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }

    .job-searcing .search-con .keyword p {
        color: #ffffff;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        padding-right: 15px;
    }
/*categories*/
.section-heading p {
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
}
.categories-area .intro {
    display: block;
    position: relative;
    text-align: center;
    margin:36px 0 36px;
}

    .categories-area .intro h4 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
        margin: 0;
        position: relative;
        display: block;
    }

.categories-area {
    margin-top: 0;
    margin-bottom: 60px;
    display: block;
    position: relative;
    z-index: 999;
}

    .categories-area .categories a {
        display: block;
        position: relative;
        background: #404a5aed;
        overflow: hidden;
        vertical-align: middle;
        margin: 0 0 5px;
        height: auto;
        border: 1px solid rgb(255 255 255 / 23%);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 0;
        -webkit-transition: 0 2px 7px rgba(0, 0, 0, 0.5);
        -moz-transition: 0 2px 7px rgba(0, 0, 0, 0.5);
        box-shadow: none;
    }

        .categories-area .categories a:hover {
            transform: scale(1.0);
            background-color: #00b6c3;
        }
        .categories-area .categories a .con {
            display: block;
            text-align: center;
            padding: 12px 0;
            position: relative;
            z-index: 999;
        }
            .categories-area .categories a .con .ico {
                width: 63px;
                height: 58px;
                margin: 0 auto 8px;
                border-radius: 12px;
                background: rgb(37 99 235 / 26%);
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .categories-area .categories a .con .ico i {
                    color: #0097a2;
                    font-size: 48px;
                    line-height: 55px;
                }

            .categories-area .categories a .con p {
                margin: 0;
                color: #ffffff;
                font-size: 15px;
                font-weight: 600;
                text-transform: capitalize;
            }

            .categories-area .categories a .con span {
                line-height: 15px;
                font-size: 14px;
                display: inline-flex;
                align-items: center;
                gap: 6px;
                color: rgba(255, 255, 255, 0.5);
                font-weight: 600;
                border-radius: 999px;
                margin-top: 4px
            }
.row.cat > div {
    padding: 0;
}

.categories-area .categories.last a {
    background: #00b6c373;
    height: 145px;
}
    .categories-area .categories.last a .con p {
        color: #ffffff;
    }
/*FEATURED JOBS*/
.featured-jobs {
    overflow: hidden;
    vertical-align: middle;
    background: linear-gradient(90deg, rgba(248, 250, 252, 0.8) 0%, rgba(236, 253, 245, 0.8) 100%);
    padding-top: 60px;
}
    .featured-jobs .section-heading {
        margin: 0;
    }
span.card-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.card-bottom .btn1 {
    display: inline-block;
    position: relative;
    padding: 0 18px;
    line-height: 38px;
    height: auto;
    padding: 0 45px;
    border: 1px solid #00b6c3;
    background-color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    color: #00b6c3 !important;
    cursor: pointer;
    font-size: 15px;
    border-radius: 40px;
}
    .card-bottom .btn1:hover {
        background-color: #00b6c3;
        color: #fff !important;
    }
.featured-jobs .jobs .jobs_items .items {
    min-height: auto;
    height: 340px;
    margin: 0 0 25px;
    overflow: hidden;
    vertical-align: middle;
    transition: all 0.5s ease;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
  
    .featured-jobs .jobs .jobs_items .items .content {
        padding: 20px 20px 5px 20px;
    }
        .featured-jobs .jobs .jobs_items .items .content h3 {
            margin: 0 0 0px;
        }
        .featured-jobs .jobs .jobs_items .items .content ul li {
            overflow: hidden;
            vertical-align: middle;
            display: block;
            padding: 4px 0;
            border-bottom: none;
        }
            .featured-jobs .jobs .jobs_items .items .content ul li:last-child {
                margin-top: 20px;
                padding-top: 20px;
                border-top: 1px dashed #c9c9c9;
            }
/*service slider*/
.service-slider {
    padding: 37px 0px;
    background: #000d1f;
    opacity: 0.73;
}
.service-slider main {
    width: 800px;
    margin: 0 auto;
}

.service-slider .slide-row {
    display: flex;
    width: 3200px;
    transition: 0.5s;
}

    .service-slider .slide-col {
        position: relative;
        width: 800px;
        display: flex;
        gap: 10px;
    }


    .service-slider .hero img {
        height: 100%;
        border-radius: 10px;
        width: 320px;
        object-fit: cover;
        pointer-events: none;
        user-select: none;
    }

    .service-slider .content {
        width: 520px;
        height: 297px;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        padding: 45px;
    }

    .service-slider .content p {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.3;
    }

        .service-slider .content h2 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-top: 35px;
            color: #ffffff;
            margin-bottom: 14px;
        }

    .service-slider .indicator {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .service-slider .indicator .btn {
        display: inline-block;
        height: 30px;
        width: 12px;
        margin: 4px;
        border-radius: 24px;
        background: #fff;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }
.service-slider .slider {
    width: 100%;
    overflow: hidden;
  
}
/*service card*/
.blogs {
    padding: 15px;
    margin: 5px 0 25px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 24px;
    transition: all 0.5s ease;
}
    .blogs figure img {
        border-radius: 24px;
    }
    .blogs .content h4 {
        color: #0097a2;
        margin-bottom: 10px;
    }
    .blogs .content p {
        margin: 0 0 15px;
    }
    .blogs .btn1 {
        border-radius:24px;
        border: 1px solid #00b6c3;
        background: #fff;
        color: #00b6c3;
    }
    @media (max-width: 850px) {
        .service-slider main {
        width: 500px;
    }

    .service-slider .slide-row {
        width: 2000px;
    }

    .service-slider .slide-col {
        width: 500px;
        height: 250px;
    }
    .service-slider .content {
        width: 320px;
        height: 200px;
        padding: 20px;
    }

        .service-slider .content p {
            font-size: 0.9rem;
        }

        .service-slider .content h2 {
            font-size: 1.2rem;
            margin-top: 20px;
        }
}

@media (max-width: 550px) {
    .service-slider main {
        width: 800px;
        margin: auto;
    }

    .service-slider .slide-row {
        width: 1200px;
    }

    .service-slider .slide-col {
        width: 500px;
        height: 300px;
    }

    .service-slider .hero {
        top: 60%;
        height: 100px;
        z-index: 5;
    }

        .service-slider .hero img {
            width: 100px;
        }

    .service-slider .content {
        width: 300px;
    }
}