.brc {
    margin: 63px auto;
    display: block;
    text-align: right;
}

.bros {
    text-align: center;
    display: block;
    margin: 32px auto;
}

.bros select 
{
     padding: 8px 16px; 
    border:1px solid black;
    background-color:transparent;
     border-radius: 8px; 
    width: 250px;
    
}
.bros select:focus 
{
   border:1px solid black;
    border-radius: 8px; 
   outline:none!important;
}

button:focus {
  
    outline: none;
}

.dwn {
    margin: 28px auto;
    display: block!important;
}

.btn-solid-reg {
    display: inline-block;
    padding: 19px 27px 10px;
    border: 0.125rem solid #1e4169;
    border-radius: 2rem;
    background-color: #1e4169;
    color: #fff;
    font: 700 0.75rem/0 "Raleway", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 16px;
}

.btn-solid-reg i 

{
    margin-top:-8px;
}

.vcn {
    background-color: #cccccc5c;
    margin: 65px 0px 30px 0px;
}




.manpower-header {
    background: url(../../img/franchise/manpower-outsourcing.jpg) center center no-repeat;
background-size: cover;
height: 78%;
background-position: center;
}

.manpower-header .manpower-header-content {
    padding-top: 11.5rem;
text-align: left;
padding-bottom: 20.5rem;

}

.manpower-header .text-container {
    margin-top: 0;
    margin-bottom: 0;
}
.serviceBox {
    padding: 20px 20px 20px;
    border: 1px solid #f4f4f4;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 30px;
    border-radius: 5px;
    
}
.serviceBox h3 {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}


.serviceBox .service-icon{
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    color: #fff;
    margin: 35px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}


.serviceBox .service-icon:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    border-color: #1e4169;
    background: #1e4169;

}

.serviceBox .title{
    font-size: 20px;
    font-weight: 700;
    color: #064774;
    text-transform: capitalize;
    margin: 0 0 15px 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #999;
    line-height: 27px;
    margin: 0;
}
.lil {
    list-style-type: square;
    margin-bottom: 0px;
    margin-left: 20px;
    color: #1e4169;
    text-align: left;
    height: 150px;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}

@media only screen and (max-width:768px){
    .lil {
        list-style-type: square;
        margin-bottom: 0px;
        margin-left: 20px;
        color: #1e4169;
        text-align: left;
        height: auto;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation :landscape){
    .lil {
        list-style-type: square;
        margin-bottom: 0px;
        margin-left: 20px;
        color: #1e4169;
        text-align: left;
        height: auto;
        font-size: 13px;
    }
}

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation :portrait)
{
    
    .lil {
        list-style-type: square;
        margin-bottom: 0px;
        margin-left: 20px;
        color: #1e4169;
        text-align: left;
        height: auto;
    }

    }
