﻿.Uploadbtn {
    padding: 4px 20px;
    color: #275df5;
    border: 1px solid #275df5;
    font-weight: 500;
    text-decoration: none;
    margin: 10px 0px;
    border-radius: 20px;
}
.heroSec {
    background: url("assests/images/jobportalbannr.jpg");
    /*min-height: 470px;*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: -15px auto 0px auto;
    background-position: center;
    padding:50px;
}
.info-sec {
    margin-top:50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    color: white;
}
.info-sec h1{
    font-size:50px;
    font-weight:bolder;
    margin:24px 0px;
}
.info-sec p{
    font-size:20px;
}
.GetJobbtn {
    padding: 6px 20px;
    color: black;
    text-decoration: none;
    background: #86b7fe;
    margin-top:40px;
    font-size:30px;
    font-weight:bold;
}
.GetJobbtn:hover{
    color:black;
}
.background-video-container-fluid {
    width: 100%;
}

  .background-video-container-fluid video {
       /* position: absolute;
        top: 0;
        left: 0;*/
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*z-index: -1;*/
        opacity: 0.8;
    }


.form-group {
    margin-bottom: 25px;
    font-size: inherit;
    font-family: inherit;
}

.forms {
    padding: 30px 30px 5px 30px;
    background-color: rgba(255,255,255,0.95);
    margin-top: 280px;
    margin-left: 20%;
    width: 60%;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.bi {
    display: inline-block;
}

.input-group-text {
    color: #2e55fa;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border-width: 0 0 2px 0;
    border-color: #2e55fa;
    height: 100%;
    /*display: flex;*/
}

    .input-group-text::before {
        align-content: end;
    }

.form-control {
    border-radius: 0;
    background-color: transparent;
    border-width: 0 0 2px 0;
    border-color: #2e55fa;
    height: 100%;
}

.site-button::after {
    /* background-color: #2e55fa;
     color: #fff;
     padding: 10px 20px;
     font-weight: 400;
    height: 100%;*/
    outline: none;
}

.col-lg-2 {
    width: 16.66666667%;
}

.site-button {
    background-color: #2e55fa;
    color: #fff;
    border-radius: 4;
    /*// padding: 10px 20px;*/
    font-weight: 400;
    padding: 10px;
}

.btn-block {
    display: block;
    width: 100%;
}


.cards {
    /*box-shadow: 0 8px 16px 3px rgba(0,0,0,0.6);*/
    padding:25px;
    margin-top: 2%;
    /*   margin-left: 12%;
    margin-right: 10%;*/
}


.btn {
    width: 20%;
        float: right;
/**/
}


.abs,
h2:after,
.cards .card figcaption,
.cards .card:after,
.news .card figcaption,
.news .card:after,
.news .article figcaption {
    position: absolute;
}

.rel,
h2,
h2 strong,
.cards .card,
.news .card,
.news .article {
    position: relative;
}

.fix {
    position: fixed;
}

.dfix {
    display: inline;
}

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.df,
.cards,
.news {
    display: flex;
    justify-content:center;
}

.dif {
    display: inline-flex;
}

.dg {
    display: grid;
}

.dig {
    display: inline-grid;
}

.vm,
h2,
h2 strong,
h2 span {
    vertical-align: middle;
}

body {
    background: #24282f;
    font-family: 'Alegreya Sans';
}
.locationSec {
    background: #F0F0F0;
    padding: 30px !important;
}

    .wrapper {
    padding: 15px;
}

h2 {
    padding: 10px;
    padding-left: 25px;
    color: #ccc;
    margin: 0;
}

    h2 strong {
        z-index: 2;
        background: #24282f;
        padding: 4px 8px;
        color: white;
    }

    h2 span {
        font-size: 0.7em;
        color: #aaa;
        margin-left: 10px;
    }


.cards,
.news {
    flex-flow: row wrap;
}

    .cards .card,
    .news .card {
        margin-bottom: 25px;
        width: 250px;
        max-width: 100%;
        height: 250px;
        overflow: hidden;
        border-radius: 0px;
        padding: 15px;
        border:none;
        box-shadow: 0 5px 10px rgba(0,0,0,0.8);
        /* transform-origin: center top;
        transform-style: preserve-3d;
        transform: translateZ(0);*/
        transition: 0.3s;
    }

.cards {
    width: 100%;
    gap:20px;
}

    .cards .card img,
    .news .card img {
        width: 100%;
        height:100%;
    }

    .cards .card figcaption,
    .news .card figcaption {
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        padding-bottom: 10px;
        font-size: 20px;
        background-color: black;
        color: #fff;
        transform: translateY(100%);
        transition: 0.3s;
        text-align: center;
    }

/*    .cards .card:after,
    .news .card:after {
        content: '';
        z-index: 10;
        width: 200%;
        height: 100%;
        top: -90%;
        left: -20px;
        opacity: 0.1;
        transform: rotate(45deg);
        background: linear-gradient(to top, transparent, #fff 15%, rgba(255,255,255,0.5));
        transition: 0.3s;
    }*/

    .cards .card:hover,
    .news .card:hover,
    .cards .card:focus,
    .news .card:focus,
    .cards .card:active,
    .news .card:active {
        box-shadow: 0 8px 16px 3px rgba(0,0,0,0.6);
        transform: translateY(-3px) scale(1.05) rotateX(15deg);
    }

        .cards .card:hover figcaption,
        .news .card:hover figcaption,
        .cards .card:focus figcaption,
        .news .card:focus figcaption,
        .cards .card:active figcaption,
        .news .card:active figcaption {
            transform: none;
        }

        .cards .card:hover:after,
        .news .card:hover:after,
        .cards .card:focus:after,
        .news .card:focus:after,
        .cards .card:active:after,
        .news .card:active:after {
            transform: rotate(25deg);
            top: -40%;
            opacity: 0.15;
        }

.news .article {
    overflow: hidden;
    width: 220px;
    height: 235px;
    margin: 20px;
}

    .news .article img {
        width: 100%;
        min-height: 100%;
        transition: 0.2s;
    }

    .news .article figcaption {
        font-size: 14px;
        text-shadow: 0 1px 0 rgba(51,51,51,0.3);
        color: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 40px;
        box-shadow: 0 0 2px rgba(0,0,0,0.2);
        background: rgba(6,18,53,0.6);
        opacity: 0;
        transform: scale(1.15);
        transition: 0.2s;
    }

        .news .article figcaption h3 {
            color: #3792e3;
            font-size: 16px;
            margin-bottom: 0;
            font-weight: bold;
        }

    .news .article:hover img,
    .news .article:focus img,
    .news .article:active img {
        filter: blur(3px);
        transform: scale(0.97);
    }

    .news .article:hover figcaption,
    .news .article:focus figcaption,
    .news .article:active figcaption {
        opacity: 1;
        transform: none;
    }


/*recentjobs*/

.cardss {
    margin-top: 2%;
    margin-left: 20px;
    /*    margin-left: 20%;
    margin-right: 20%;*/
}

.browserjob {
    display: flex;
    justify-content: center;
}

.col-lg-6 {
    display: flex;
    width: 49% !important;
}

.btn {
    width: 20%;
    /*    float: right;
*/
}
.app-title {
    font-family: "Alice", serif;
    font-size:28px;
}
.Appnumber {
    border: 1px solid #665252;
    font-family: "Alice", serif;
    background: white;
    border-radius: 35px;
}
.input100 {
    font-family: "Alice", serif;
    border: none;
    outline: none;
    max-width: 65%;
}

.input100:focus {
    outline: none;
    border: none;
}
.pagination-link {
    border: 1px solid #ccc; /* Add border to each pagination link */
    padding: 5px 10px; /* Add padding for better appearance */
    margin-right: 5px; /* Add some space between pagination links */
    text-decoration: none;
}
.Getlink {
    color: #675C5C;
    margin-top: 10px;
    text-decoration: none;
    font-weight:600;
}

.active-page {
    background-color: #007bff; /* Change the background color for the selected page */
    color: #fff; /* Change text color for better visibility */
}

.card a {
    text-decoration: none !important;
    color: black !important;
    font-weight: bold !important;
    font-size: 18px !important;
    text-align:center;
}

.article a {
    text-decoration: none !important;
    color: white !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
.Cardborder {
    display: block;
    background: #022558;
    width: 2px;
    height: 100%;
}
.Appborder {
    display: block;
    background: #665252;
    width: 1px;
    height: 100%;
}
#subscribeDiv {
    position: fixed;
    top: 30%;
    width: 366px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
    @media(max-width:560px) {
        .heroSec{
            padding:10px;
        }
        .input100 {
            width: 63%;
        }
        #allJobsContainer {
        width: auto !important;
        display: flex;
    }


    .container {
        width: auto !important;
    }

    

    .card-body {
        width: auto !important;
        display: flex;
        flex-direction: column;
    }

    .browserjob {
        margin-bottom: 20px;
    }


    .text-danger {
        font-size: 20px;
    }

    h4 {
        display: flex;
    }

    .signup {
        margin-left: 0px !important;
    }
}
@media(max-width:960px) {
    .background-video-container-fluid video {
        height: auto !important;
        object-fit: contain !important;
    }
    .quali{
        flex-wrap:wrap;
    }
    #GetApp img {
        padding: 40px;
    }
}
@media (max-width:1048px) {
    .btn {
        width: 100% !important;
        clear:both;
    }
}

@media (max-width:810px) {
    .col-lg-6 {
        width: 100% !important;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
    }
    #industry{
        display:none;
    }
}
.setcontent{
    text-align:center;
    padding:20px;
}