﻿.background-image-container-fluid {
    background-image: url('/assests/images/jobboy.jpg');
    background-size: 100%;
    width: 100%;
    height: 700px;
    /* Other background properties can be added here as well */
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
}

.section {
    display: block;
}

.row {
    clear: both;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    width: 100%;
}

.col-lg-12 {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.container {
    max-width: 1188px;
}

.static-container {
    padding-top: 16px;
    padding-bottom: 16px;
    /*background: #fcfcfc;*/
}

.anm {
    width: 139px;
    height: 40px;
    background-color: whitesmoke;
    animation-name: example;
    animation-duration: 10s;
}

@keyframes example {
    0% {
        background-color: blue;
    }

    25% {
        background-color: whitesmoke;
    }

    50% {
        background-color: rgba(252, 149, 5, 0.989);
    }

    100% {
        background-color: rgb(87, 213, 87);
    }
}

.static-content-box {
    width: 100%;
    padding: 20px 24px;
    /*background: #fff;*/
    margin-top: 16px;
}

.wave-text1 {
    /*font-size: 24px;*/
    position: relative;
    animation: waveAnimation 2s linear forwards;
}

.wave-text2 {
    /* font-size: 24px;*/
    position: relative;
    animation: waveAnimation 4s linear forwards;
}

.wave-text3 {
    /*font-size: 24px;*/
    position: relative;
    animation: waveAnimation 6s linear forwards;
}

.wave-text4 {
    /*font-size: 24px;*/
    position: relative;
    animation: waveAnimation 8s linear forwards;
}

.wave-text5 {
    /*font-size: 24px;*/
    position: relative;
    animation: waveAnimation 10s linear forwards;
}

@keyframes waveAnimation {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

.para1 {
    animation: fadeIn 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.para2 {
    animation: fadeIn 10s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.para3 {
    animation: fadeIn 15s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.para4 {
    animation: fadeIn 20s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.para5 {
    animation: fadeIn 20s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.static-content-box .para {
    color: #000000;
    font-size: 15px;
    font: bold;
    margin-bottom: 24px;
}

.p {
    line-height: 24px;
    margin-bottom: 15px;
    text-align: justify;
    font-weight: 1000;
}

/*jobs*/
.jd {
    margin-top: 30px;
}

.menus {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-weight: 400;
    line-height: 18px;
    font-family: poppins-regular-webfont;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    font-size: 14px;
    width: 100%;
    float: left;
    display: block;
}


@media(max-width:580px) {
    .container {
        /*        width:100% !important;
*/
    }

    .static-content-box {
        font-size: 20px;
    }

    .p-4 {
        padding: 20px !important;
    }

    .static-mheading {
        display: flex;
        justify-content: center;
    }

    .signup {
        margin-left: 0px !important;
    }
}
