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

.bros {
    text-align: center;
    display: block;
    margin: 32px auto;
}
.service-icon i {
    margin: 0px auto;
    display: block;
    padding: 17px;
}

.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;
}

.lil {
    list-style-type: square;
    margin-bottom: 0px;
    margin-left: 15px;
    color: #1e4169;
    text-align: left;
    height: 150px;
}
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;
}


.diff {
    background-color: #cccccc2b;
    padding: 40px 0px;
}
.tet {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
.hr-header {
    background: url(../../img/franchise/hr-management.jpg) center center no-repeat;
background-size: cover;
height: 78%;
background-position: center;
}

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

}

.hr-header .text-container {
    margin-top: 0;
    margin-bottom: 0;
}

.serviceBox {
    padding: 0px 20px 20px;
    /* border: 1px solid #1e4169; */
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
    /* box-shadow: 0 0 5px #ccc; */
    margin-bottom: 30px;
    /* background-color: #dac5c559; */
    /* border-radius: 7px; */
}
.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 0px;
    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;
    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;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}

/* .lil {
    list-style-type: square;
    margin-bottom: 0px;
    margin-left: 15px;
    color: #1e4169;
    text-align: left;
    height: 150px;
} */


@media only screen and (max-width: 768px){

    .cc {
        max-width: 100%!important;
        padding: 10px 0px 10px 0px;
    }
    .mang p {
        margin: 0 auto;
        font-size: 11px;
        /* height: 37px; */
    }
    .lis {
        list-style-type: none;
        margin-bottom: 0px;
        /* margin-left: -51px; */
        color: #1e4169;
        font-size: 12px;
    }
    .turquoise {
        color: #292B2C;
        font-size: 20px;
    }
    .hr-header {
        background: url(../../img/franchise/hr-management.jpg) center center no-repeat;
        background-size: cover;
        height: 78%;
        background-position: center;
        margin-top: 58px;
    }
    .hr-header .hr-header-content {
        padding-top: 60px;
        text-align: left;
        padding-bottom: 40px;
    }
    .lil {
        list-style-type: square;
        margin-bottom: 0px;
        margin-left: -25px;
        color: #1e4169;
        text-align: left;
        height: auto;
    }
}

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

}
@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait)
{
.hr-header .hr-header-content {
    padding-top: 12.5rem;
    text-align: left;
    padding-bottom: 11.5rem;
}
}

@media screen and (min-width:1024px) and (max-width:1366px)
{
    .lis {
        list-style-type: none;
        margin-bottom: 0px;
        /* margin-left: -35px; */
        color: #1e4169;
        margin-right: 0%;
    }
    .lil {
        list-style-type: square;
        margin-bottom: 0px;
        margin-left: -25px;
        color: #1e4169;
        text-align: left;
        height: auto;
    }
}

