@font-face {
    font-family: 'Familiar Pro';
    src: url('../fonts/FamiliarPro-Bold.woff2') format('woff2'),
        url('../fonts/FamiliarPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body
{
    font-family: 'Source Sans Pro', sans-serif !important;
}
.familypro
{
    font-family: 'Familiar Pro';
    text-transform: uppercase;
}
.bgnav
{
    background-color:#ffffff;
    border-bottom: 1px solid #ccc;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 25%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width: 50%;
}
.bgtile
{
    background: url('../images/Tile1.png') no-repeat;
    border-radius: 10px;
    position: relative;
    top: -40px;
    min-height: 163px;
}
.bgtile h5
{
    margin-bottom: 18px;
    font-size: 1.1rem;
}
.bgtile p
{
    color: #d7d7d7;
}
.bgtile2
{
    background: url('../images/Needhelp.png') no-repeat;
    border-radius: 10px;
    position: relative;
    top: -40px;   
    min-height: 163px;
}
#welcomepart h4
{
    text-align: center;
}
#needimmediatebg
{
    background: url("../images/Bg1.png");
    background-size: cover;
}
#visionbg
{
    background: url('../images/Visionbg.png') no-repeat; 
    background-size: cover;
}
.associteslaw 
{
    border: 1px solid #908993;
    padding: 20px;
    /* background: rgb(24,20,24); */
    /* background: linear-gradient(90deg, rgba(24,20,24,1) 0%, rgba(76,68,71,1) 50%, rgba(97,88,97,1) 100%); */
    color: #121212;
    border-radius: 5px;
}
.fa-1x
{
    font-size: 1.5rem !important;
}


#footerpart
{
    background: #473c4c;
}


#footerpart ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#footerpart h5
{
    margin-bottom: 20px;
    color: #ebe7ec;
    text-transform: uppercase;
    font-size: 1.1rem;
}
#footerpart p
{
    color: #cec5d2;
    font-size: 1rem;
}
#footerpart h6
{
    color: #cec5d2;
    font-size: 1rem;
}

#footerpart ul li
{
    color: #cec5d2;
    font-size: 1rem;
    margin-bottom: 5px;
}
#footerpart .icon-links i
{
    color: #cec5d2;
    border: 1px solid #cec5d2;
    padding: 8px 12px;
    font-size: 1rem;
}
#footerpart .icon-links a i:hover
{
    background: #7a6f7e;
}
.bootomfooter
{
    color: #94879a;
    font-size: 0.9rem;
}
.bootomfooter a
{
    color: #94879a; 
}
.bootomfooter a:hover
{
    color: #b7b2b9;
    text-decoration: none;
}
#needimmediatebg h4
{
color: #fff;
text-transform: uppercase;
}
#needimmediatebg p
{
    color: #fff;
}
.navbar-nav a
{
    color: #504d58 ;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.navbar-nav a:hover
{
    color: #7ca9ed;
}
.navbar-nav .active
{
    color: #7ca9ed;
}
.bgtile h5
{
    margin-bottom: 18px;
    font-size: 1.1rem;
}
.bgtile p
{
    color: #fff;
}
.bgtile2 h5
{
    margin-bottom: 18px;
    font-size: 1.1rem; 
}
.bgtile2 p a
{
    color: #fff;
}
.welcometext h4
{
    color: #463b4b;
}

#aboutbg
{
    background: #997765;
}
.associateslist a
{
    background: #473c4c;
    padding: 10px 35px;
    border-radius: 5px;
    text-align: center;
    color: #e8e7e9;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 7px;
    display: inline-flex;
}
.associateslist a:hover
{
text-decoration: none;
}
.bg-brand
{
    background: #7c7c7c; 
}
.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}
.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    /* border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);*/
}
.info-wrap .dbox {
    width: 100%;
    color: #fff;
    margin-bottom: 25px;
}
.btn-brand {
    color: #fff;
    background-color: #473c4c;
    border-color: #473c4c;
}
.btn-brand:hover
{
    color: #fff;
    background-color: #947964;
    border-color: #947964;
}
.owl-nav > button > span
{
    font-size: 2rem;
}


.bgtilemob
{
    background: url('../images/Tile1.png') no-repeat;
    border-radius: 10px;
    background-size: cover;
}
  
.bgtilemob h5
{
    margin-bottom: 18px;
    font-size: 1.1rem;
}
.bgtilemob p
{
    color: #fff;
    margin-bottom: 0px;
}
.bgtile2mob
{
    background: url('../images/Needhelp.png') no-repeat;
    border-radius: 10px;
    background-size: cover;
}

.bgtile2mob p a
{
    color: #fff;
    margin-bottom: 0px;
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
    display: block;
    }
     
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    }
     
    #no-more-tables tr { border: 1px solid #ccc; }
      
    #no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align:left;
    }
     
    #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
    }
     
    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
    }

    .links-list a
    {
        color: #cec5d2;
    }
    .links-list a:hover
    {
        color: #fff;
        text-decoration: none;
    }