
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #26262c;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 850px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    float: left
}

#boxes #dialog {
    width: auto;
    height: auto;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    font-size: 15pt;
}

.agree:hover {
    background-color: #26262c;
}

.popupoption:hover {
    background-color: #D1D1D1;
    color: green;
}

.popupoption2:hover {
    color: red;
}

/*Created Css Talib Khan*/

.INSPIRING {
    background-color: #38363b !important;
    padding: 50px 0;
    margin-bottom: 0 !important;
}

.INSPIRESEXCELLENCE {
    margin-top: -21px;
    margin-bottom: -15px;
    text-align: center;
}

    .INSPIRESEXCELLENCE h2 {
        font-family: Square721 BdEx BT!important;
        font-size: 40px;
        color: white;
        text-align: center;
        left: 64px;
        position: relative;
    }
    .INSPIRESEXCELLENCE span {
        color: white !important;
        left: 64px !important;
        position: relative;
        font-size: 20px;
    }

    .img-responsive img {
        height: 88px;
        width: 580px;
    }
.headingcolor {
    color:crimson !important;
}
.headingcolorRECRUITERS
{
    color:black;
}
.accent {
    color: black !important;
}
.team-member h3 {
    color: crimson!important;
}
.role
{
    color:black!important;
}
.btnclass {
    background-color: cornflowerblue !important;
    color: #fff;
}
    .btnclass:hover {
        background-color: #fff !important;
        color: #000;
        border: 2px solid #000;
    }


@media screen and (max-width: 1200px) and (min-width: 190px) {
    .INSPIRESEXCELLENCE h2 {
        font-family: Square721 BdEx BT!important;
        font-size: 30px;
        color: white;
        text-align: center;
        left: 0px !important;
        position: relative;
    }

    .INSPIRESEXCELLENCE span {
        color: white!;
        left: 0px!important;
        position: relative!important;
        font-size: 16px!important;
    }
    .headingcolor {
        color: crimson !important;
    }

    .accent {
        color: black !important;
    }

    .team-member h3 {
        color: black;
    }
 
}