/* Navigation Styles */
.slide-item h1{
    font-size: 45px;
}

/*** tabbed menu ***/
.practice-section.tabmenu{
    padding:0px;
}

.practice-block .inner-box:hover {
    color:#fff;
    cursor: pointer;
}

.icon {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 20px;
}

.dropdown-menu{
    background-color: #334c6f;
    border:none;
    border-radius:0px;
}
.dropdown-menu .first-one{
    padding:0px 5%;
}

.dropdown-menu .other-one{
    padding:0px 4%;
}

.tabbed-menu .dropdown-menu
{
   margin:0px;
}

.dropcnt{
    padding:40px 0px;
}

#dropdownMenu1{
    width:100%;
}

#dropdownMenu2{
    width:100%;
}

#dropdownMenu3{
    width:100%;
}

.dc-housing-stats{
    background-color: rgba(0, 32, 76, 0.8);
    padding:40px 0;
}
.dc-housing-stats .sec-title a h2:hover{
    color:#e1a122;
}
.dc-latest-updated h3{
    color:#fff;
}
.dc-latest-updated a{
    color:#fff;
}
.dc-latest-updated a:hover{
    color:#e1a122;
}
.dc-housing-item .box-inner{
    background-color:#fff;
    border-radius: 5px;
}

.tabbed-menu .footer-list {
    position: relative;
}
.tabbed-menu .footer-list li a::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 7px;
    width: 12px;
    height: 9px;
    background: url(../images/icons/logo-small-icon.png) no-repeat;
}
.tabbed-menu .footer-list li a:hover {
    color: #e1a122;
  }
.tabbed-menu .footer-list li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 22px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .tabbed-menu .footer-list li{
    padding:10px 0;
  }
  .practice-block .inner-box.active{
    background-color: #e1a122;
    color:#fff;
  }
  .practice-block .inner-box.active .icon{
    color:#fff;
  }
  .auto-container.blog_out {
    background: #fbfbfb;
  }
  .tabbed-menu img{
    filter: brightness(0) saturate(100%) invert(28%) sepia(23%) saturate(1122%) hue-rotate(175deg) brightness(87%) contrast(86%);
    margin-bottom:10px;
  }
  .tabbed-menu .inner-box:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(25%) hue-rotate(69deg) brightness(106%) contrast(105%);
  }
  .tabbed-menu .inner-box.active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(25%) hue-rotate(69deg) brightness(106%) contrast(105%);
   }
  .tabbed-menu .inner-box {
    height: 110px;
  }
  ul.basic li
  {
    list-style: disc;
    margin: 20px;
  }
  li > strong {
    margin-bottom: 20px!important;
  }
  ol li {
    list-style: decimal;
    margin: 10px 0 10px 2em;
  }
  .h2_normal {
    font-size: 32px;
    color: #e1a122;
    font-weight: bold;
  }
  .h3_normal {
    font-size: 24px;
  }
  p{
    padding-bottom: 10px;
  }
  .h4-title{
    font-weight: 500;
    color:rgb(225, 161, 34);
  }
  .copyright p{
    padding-bottom:0px;
  }