.page-not-found .error-info {
    text-align: center;
}
.page-not-found .error-info {
    margin-bottom: 60px;
}

.error404 .wpcf7 .wpcf7-form .form-control {
    border-bottom: 1px solid #b1b1b1;
}
/* inner banner */
.innerpages.bgimg {
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.sidebar div.wpcf7 .wpcf7-form select.form-control {
    background-image: url(../img/down-white.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   
}
.sidebar .wpcf7-select option{
	color:#000;
}
.innerpages.bgimg:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.page-banner-wrap .container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px 0px 110px 0px;
}
.testimonial-header svg path{
	fill:hsla(208, 77%, 27%, 1);
}
.page-banner-wrap {
    bottom: 20px;
    display: flex;
    height: 100%;
}

.innerpages .page-banner-wrap {
    text-align: center;
}

.innerpages .banner-title {
    font-size: 77px;
    margin: 0;
    color: #353839;
    margin-top: 0px;
    text-align: center;
    font-weight: 700;
    line-height: 100%;
}
/* inner banner css end */

/* pagination css */
.paging-new {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top:70px;
	
}

.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paging-new .page-numbers {
    color: #000;
}

.paging-new .page-numbers, .paging-new .page-numbers.current {
    font-size: 18px;
    margin: 0 13px;
	line-height:0px;
}
.paging-new .page-numbers.current {
    color: #10487a;
    font-weight: 600;
}
.paging-new .page-numbers:hover {
    color: #10487a;
}
.paging-new .page-numbers.current {
}
.paging-new .next.page-numbers, .paging-new .prev.page-numbers {
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    margin-right: 0;
    transform: rotate(0deg);
    border: none;
/*     height: 15px; */
/*     width: 22px; */
    margin-left: 30px;
    position: absolute;
    right: 0;
}
.paging-new .next.page-numbers{
	right:0;
	top:0;
}
.paging-new .prev.page-numbers{
	left:0;
	top:0;
}

.paging-new .prev.page-numbers{
    
    margin-right: 30px;
    margin-left: 0;
}
.paging-new .screen-reader-text {
    display: none;
    font-size: 0px;
    opacity: 0;
    pointer-events: none;
}
/* pagination css */

/* blog page css */
.blog-full-post .info-box {

}

.blog-full-post ul li .post-image {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.blog-full-post ul li .blog-desc {

}
.blog-full-post .post-list .post-image a {
    display: block;
    position: relative;
	overflow:hidden;
	
}
.blog-full-post ul li .post-image a img {
    width: 100%;
    height: auto;
    max-height:511px;
    object-fit: cover;
    object-position: center;
	transition:0.5s all;

}
.blog-full-post ul li .post-image a:hover img{
	transform:scale(1.05);
}
.category-list {
    width: calc(100% - 0px);
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border-bottom: 1px solid #D4D4D4;
}
.default-img
{
   height:511px;
    background-color:#F4F4F4;
    display:flex;
    align-items:center;
    justify-content: center;
	width:100%;
}
.blog-full-post ul li .post-image a .default-img img{
    width:auto!important;
    height:auto;
    
}
.blog-full-post .post-list .post-image .category-list a {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    text-transform: capitalize;
}

.blog-full-post .category-list .datetime {
    margin-right: 5px;
    padding-right: 0;
}

.blog-full-post .category-list:before{
    display: none;
}

.blog-full-post ul li .post-title {
    float: left;
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 15px;
    position: relative;
    color: #353839;
    font-size: 30px;
    line-height: normal;
}
.blog-full-post ul li .post-title a{
    color: #353839;
    font-weight: 500;
    line-height: 30px;    
    text-transform: none;
}
.blog-full-post .post-list .post-image .category-list a:hover, .blog-full-post ul li .post-title a:hover {
    color: hsla(208, 77%, 27%, 1);
}

.blog-full-post .blog-btn {
    line-height: normal;
    margin-top: 25px;
}
.category-list a {
    color: #707070;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.blog-full-post .post-list li {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    padding-bottom:40px;
}
.blog-full-post .post-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0px;
}

.bloglist .top-title {
    margin-bottom: 50px;
}
/* blog list page css end */

/* sidebar css*/
.sidebar .widget {
    margin-bottom: 60px;
    z-index: 1;
}

.sidebar .widget.practice-side {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget .form-title {
    color: #000;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
}

.sidebar .widget-menu {
    padding-top: 0;
    position: relative;
    width: 100%;
    float: left;
    background: #FDFDFD;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
}

.sidebar .widget-menu:after {
    border: 10px solid #fefcf9;
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 0;
    right: 0;
    height: calc(100% + 15px);
    width: calc(100% + 15px);
    z-index: -1;
}

.sidebar .practice-side .widget-menu {
    padding-bottom: 0;
}

.sidebar .widget-menu .widget-title {
    position: relative;
    padding: 0 15px;
    margin: 0;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: #000;
}

.sidebar .widget ul {
    padding-bottom: 30px;
}

.sidebar .widget li {
    position: relative;
    padding-right: 0;
    margin-top: 15px;
}

.sidebar .widget-menu ul li a {
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    position: relative;
    color: #7B7B7B;
    font-weight: 400;
    padding-left: 35px;
    font-size: 16px;
    line-height: 30px;
}

.sidebar .widget-menu ul li:last-child a{
    border-bottom: none;
}

.sidebar .widget li:last-child {
    border-bottom: none;
}

.sidebar .widget li a:after {
    background-size: 7px;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    left: 15px;
    top: 18px;
    height: 8px;
    width: 8px;
}
.team-section img{
	max-height:600px;
	height:auto;
	object-fit:contain;
}
.sidebar .widget-menu .current-menu a:after, .sidebar .widget-menu .current-menu-item a:after, .sidebar .widget-menu .activeChild a:after{
/*     background-image: url(../img/right-angle.svg); */
}

.sidebar .widget-menu ul li a:hover{
    color: #fff;
	background-color: hsla(208, 77%, 27%, 1);
}
.sidebar .widget-menu ul li a:hover::after{
  border-color:#fff;
}

.sidebar .widget-menu .current-menu a, .sidebar .widget li.current-cat a, .sidebar .widget-menu .current-menu-item a, .sidebar .widget-menu ul .current_page_item a, .sidebar .widget-menu li.activeChild a {
    color: #000000;
    font-weight: 600;
    line-height: 19px;
}

.side-contact-header {
    margin-bottom: 20px;
}

.contact-form-sidebar .wpcf7 {
    padding: 55px 30px 60px 30px;
    position: relative;
    box-sizing: border-box;
    background: hsla(208, 77%, 27%, 1);
    color: #fff;
}

.side-contact-header p {
    font-size: 12px;
    color: #000;
    line-height: normal;
}

.contact-form-sidebar {
    width: 100%;
    position: relative;
}

.contact-form-sidebar:before {

}
.side-form-title {
    border-bottom: none;
    position: relative;
    width: 100%;
    letter-spacing: 0px;
    text-align: center;
    font-size: 35px;
    line-height: 41px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.sidebar .form-title-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
}

.sidebar div.wpcf7 .wpcf7-form textarea.form-control {
    height: 110px;
}

.sidebar div.wpcf7 .btn {
    width: 100%;
    border-radius: 0px;
    color: hsla(208, 77%, 27%, 1);
    line-height: 21px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 17px 47px;
    text-decoration: none;
}
.sidebar div.wpcf7 .btn-wrap {
    padding: 0;
    display: inline-block;
    position: relative;
    width: 180px;
    margin-top: 20px;
    padding-left: 0;
}
.contact-form-sidebar .wpcf7 .btn-wrap:after{
    display: none;
}

.sidebar .btn-wrap .wpcf7-submit {
    color: #ffffff;
}

.sidebar .btn-wrap .wpcf7-submit:hover {
    color: #fff;
}

.sidebar div.wpcf7 .btn:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.sidebar div.wpcf7 .btn:focus, .sidebar .btn-wrap .wpcf7-submit:focus {
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
}

.sidebar div.wpcf7 .wpcf7-form .form-control {
    color: #ffffff;
    border: none;
    border-bottom: .5px solid #adabab;
    padding: 7px 0px;
    height: 50px;
    font-weight: 400;
}

.sidebar div.wpcf7 .wpcf7-form .label-name {
    font-size: 16px;
}

.sidebar .wpcf7 ::-webkit-input-placeholder {
    color: #ffffff;
}

.sidebar .wpcf7 ::-moz-placeholder {
    color: #ffffff;
}

.sidebar .wpcf7 :-ms-input-placeholder {
    color: #ffffff;
}

.sidebar .wpcf7 :-moz-placeholder {
    color: #ffffff;
}

.wpcf7-form textarea.form-control {
    height: 130px;
}

.sidebar div.wpcf7 .wpcf7-form .form-control:focus {
    border-bottom: 1px solid #fff;
}

.sidebar div.wpcf7 .wpcf7-form .form-group {
    margin-bottom:50px;
}

.sidebar div.wpcf7 .wpcf7-response-output {
    bottom: -30px;
    padding: 2px 6px !important;
    font-size: 12px;
    background: #b30000;
    line-height: 14px;
    color: #fff;
}

.sidebar div.wpcf7 span.wpcf7-quiz-label {

}
.normal-btn {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
}
/* sidebar css*/

/* search css */
.custom_form_msg, .msg-side-form {
    color: #ffffff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 0;
    right: 32px;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0px 0px;
    line-height: 6px;
    text-transform: capitalize;
}

.msg-side-form {
    right: 0;
}

.sidebar .msg-side-form {
    right: 0px;
    bottom: -18px;
}

.blog-search-side .msg-side-form {
    right: 111px;
}

.search-form ::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    opacity: 1;
}
.search-form ::-moz-placeholder {
    font-size: 16px;
    color: #000;
    opacity: 1;
    font-weight: 300;
}
.search-form :-ms-input-placeholder, .mobile-search-bar-box .search-input-box :-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    opacity: 1;
    font-weight: 300;
}
.search-form :-moz-placeholder, .mobile-search-bar-box .search-input-box :-moz-placeholder {
    font-size: 16px;
    color: #000;
    opacity: 1;
    font-weight: 300;
}

.blog-search-side form.search-form {
    float: left;
    width: 100%;
    position: relative;
}

.sidebar .searchitem label {
    display: inline;
    margin-bottom: 0;
}
.sidebar .searchitem .search-field {
    background-color: #F4F4F4;
    color: #000;
    font-size: 16px;
    height: 79px;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    border: 1px solid #F4F4F4;
    padding: 12px 0px;
    padding-right: 100px;
    padding-left: 15px;
    border-radius: 0;
    line-height: 26px;
}
.blog-search-side .searchitem .search-submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 60px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 14px;
    background: #BE2430;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar .searchitem .search-submit {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 79px;
    height: 79px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 0px;
    background:hsla(208, 77%, 27%, 1);
    border-radius: 0;
    right: 0;
}

.blog-search-side form.search-form:after, .sidebar form.search-form:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 79px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/search-white.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 0px;
    background-position: center;
}
.sidebar .widget.searchitem  {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none;
}

.sidebar .widget.searchitem .widget-title {
    padding: 0;
    margin-bottom: 15px;
}
.sidebar .searchitem .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a7a7a7;
}
.sidebar .searchitem .search-field::-moz-placeholder { /* Firefox 19+ */
    color: #a7a7a7;
}
.sidebar .searchitem .search-field:-ms-input-placeholder { /* IE 10+ */
    color: #a7a7a7;
}
.sidebar .searchitem .search-field:-moz-placeholder { /* Firefox 18- */
    color: #a7a7a7;
}
/* sidebar css end */
.single-post .single_post .post-title {
    margin-bottom: 25px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}

.single-post .single_post .post_meta {
    color: #949494;
    font-size: 18px;
    border-bottom: none;
    background: #F8F8F8;
    margin-bottom: 30px;
    padding: 7px 16px;
}
.single-post .blog-img {
    display: flex;
    align-items: center ;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
    background: #d0d3d7;
    text-align: center;
    overflow: hidden;
}
.single-post .single_post .fullwidth{
    float: none;
}
.single-post .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.3s ease;
}
.single-post .blog-img.no_img img{
    height: auto;
    object-fit: contain;
    width: auto;
}

.share_post_block{
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.26) 0%, #F8F8F8 100%);
    padding: 15px;
    width: max-content;
}
.share_post_block a svg path{
    fill: #CDCDCD;
    stroke: #cdcdcd;
}
.share_post_block a:hover svg path{
    fill: #000;
    stroke: #000;
}
.testimonial-row {
    display: flex;
    padding-top: 25px;
    padding-bottom: 40px;
    background: #F4F4F4;
    flex-wrap: wrap;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0px;
    position: relative;
    height: calc(100% - 47px);
}
.testimonial-body {
    width: 100%;
}
.testimonial-header {
    width: 100px;
}
.testimonial-page {
    max-width: 1100px;
}
.testimonial-item {
    height: 100%;
}
.testimonial-item1{
    display: none;
}
.testimonial-item1.active {
    display: block;
}
.case-wrap {
    background: #FAFAFA;
    padding: 100px 3rem;
    position: relative;
    transition: 0.5s ease all;
}
.case-results-listing{
    margin:2rem 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.case-results-listing li {
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    /*text-align: center;*/
    padding: 15px;
}
.case-results-listing .case-loop{
    display:none;
}
.case-results-listing .case-loop.active{
    display:flex;
}
.case-wrap .case-title {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    margin-bottom:8px;
}

.case-wrap .case-content {
    font-size: 0.95rem;
    line-height: 1.75rem;
    /*    min-height: 50px;
        height: 100%;*/
    }
    .case-wrap:hover {
        background: #000;
        color: #fff;
    }
    .case-arrow {
        position: absolute;
        bottom: 15px;
        right: 20px;
    }
    .case-wrap:hover .case-arrow svg path {
        fill:#fff;
    }
    .case-results-listing li:hover .case-title{
        color: #fff;
    }
    .big_img_wrap .big_img.active {
        display: block !important;
    }
    .areaslist {
        border: 1px solid #C6C6C6;
    }
    .areaslist li a {
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        color: #6A6A6A;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 23px 15px;
        position: relative;
        padding-left: 35px;
        transition: 0.5s ease all;
    }
    .areaslist li a:hover svg {
        right: 15px;
        left: auto;
    }
    .areaslist li a:hover svg path{
        fill:#fff;
    }
    .areaslist li a:hover{
        background:#000;
        color:#fff;
        padding-left: 15px;
        padding-right: 35px;
    }
    .practice-list-image {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .practice_icon_image svg, .practice_icon_image img {
        height: 48px;
		width:48px;
    }
  .practice_icon_image {
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px;
    border: 1px solid #F1F3ED;
    background: hsla(83, 21%, 94%, 0.1);
}
    .prac-right-sec {
        display: flex;
        align-items: center;
    }

    .big_img_wrap {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .big_img_wrap .big_img .row {
        height: 100%;
    }
    .big_img_wrap .big_img {
        height: 100%;
        align-items: center;
    }
    .prac-right-sec .prac-wrapper-sec {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
 .practice_title_info {
    font-size: 24px;
    color: #353839;
    line-height: normal;
}
.practice-desc-short {
    color: #333334;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.item-box a{
	text-decoration:none!important;
}
.item-box .button .link {
    color:#10487a!important;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
}
.item-box .button .link:hover svg {
    transform: translateX(20px);
}
.item-box .button .link svg {
    transition: 0.5s all;
    margin-left: 10px;
    vertical-align: middle;
}
    .practice_subtitle {
        font-size: 20px;
        line-height: 27px;
        color: #6A6A6A;
    }
    .areaslist li a svg {
        left: 15px;
        position: absolute;
    }
    .grey_bg{
        background: #FCFCFC;
    }
   .attorney-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 350px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
    .social-profile-link a {
        height: 36px;
        width: 36px;
        border-radius:5px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px 3px;
        border:1px solid #353839;
        background: #353839;
        transition: .5s;
    }
    .social-profile-link a:hover{
        border:1px solid #FCC200;
        background: #FCC200;
    }
    .social-profile-link {
        display: flex;
        margin: 15px 0px;
    }
    .attorney-content {

    }
    .attorney-name a {
        color: #353839;
        text-transform: uppercase;
    }
    .attorney-designation {
        color: #77808B;
    }
    .attorney-box {
        position: relative;
    }
    .attorney-content-inner{
        background: #fff;
        transition: 0.5s ease all;
        padding-left: 40px;
    }
    .attorney-box:hover .attorney-content-inner {
        background: none;
        color:#fff;
    }
    .short-description{
        transition: 0.5s ease all;
        font-size: 14px;
    }

    .attorney-box:hover .content-overlay{
        display: block;
    }
    .team-list {
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom:130px;
    }
    .content h1.heading {
        font-weight: 600;
        font-size: 48px;
        line-height: 67px;
    }
    .attorney-image-border {
        height: 100%;
        position: relative;
        padding-bottom: 32px;
        padding-left: 28px;
        min-height:400px;
    }
    .attorney-image-wrap {
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .attorney-image-border:before{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background: #cccccc;
        width: calc(100% - 28px);
        height: calc(100% - 32px);
        z-index: -1;
    }
    .personal_experience_wrap:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background: #000;
        width: 53%;
        height: 100%;
        z-index: -1;
    }
    .personal_experience {
        padding-left: 50px;
        max-width: 600px;
    }
    .personal_experience_wrap .col-lg-6 img {
        height: auto;
        width: auto;
    }
    .list-style li {
        background-image: url(../img/arrow2.svg);
        background-repeat: no-repeat;
        padding-left: 35px;
        background-position: left top 10px;
    }

    ul.bio-list li ul {
        margin-bottom: 20px;
    }

    .static-page-details p {
        color: #081B33;
    }

    .static-page-details.linklist ul li:after {
        top: 13px;
        width: 18px;
        height: 18px;
    }

    .single-post .linklist ul li:after {
        top: 10px;
        width: 17px;
        height: 19px;
    }

    .single-post .single_post .wp-image-wrap img, .single-post .wp-image-wrap img, .static-page-details img, .singleblog img {
  /*  
    padding: 5px;
    border: 1px solid #dee2e6;
    */
        border-radius: 0;
    }

    .single-post .single_post h2:first-child {
        margin-bottom: 25px;
    }
/* Contact Page CSS */
.main-contact-form {
    margin-bottom: 0px;
    padding-bottom: 0;
}
.contact-detail-sec .common-contact-info {
    border: 1px solid #E5EAF4;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.03);
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    justify-content: space-between;
    flex-direction: column;
}

.contact-detail-sec .common-contact-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.contact-detail-sec .contact-title .direction-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #081B33;
}
.contact-detail-sec .contact-title .direction-link:hover {
    color: #000;
    text-decoration: none;
}

.contact-detail-sec .contact-title {
    position: relative;
    /* left: 0;
     right: 0;
     margin: auto;
     bottom: 10px;*/
     font-weight: 600;
     font-size: 16px;
     line-height: 19px;
     text-decoration: underline;
     text-transform: uppercase;
     color: #081B33;
 }

 .contact-detail-sec .location-icon {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*  border: 1px dashed #E5EAF4;*/
}

.contact-detail-sec .location-icon svg, .location-icon img {
    width: 33px;
    height: 33px;
}

.contact-nap-maps .nap-footer {
    height: 480px;
}

.contact-nap-maps .nap-footer .nap-postal-address-wrapper {
    position: absolute;
    bottom: inherit;
    top: -110px;
    right: 0;
    left: 0;
    margin: auto;
    height: 220px;
    width: 60%;
    z-index: 1;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    flex-direction: inherit;
}

.contact-nap-maps .nap-footer .nap-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: auto;
    top: inherit;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #111315 transparent transparent transparent;
    opacity: 0;
}
.contact-nap-maps .nap-footer .nap-wrapper {
    margin: 0;
    border-left: 1px solid #7B8C9F;
}

.contact-nap-maps .nap-footer .nap-wrapper:first-child {
    border: none;
}

.contact-nap-maps .nap-footer .nap-wrapper:hover, .contact-nap-maps .nap-footer .nap-wrapper.active:before {
    opacity: 1;
}

.contact-nap-maps .nap-footer .nap-wrapper:hover:hover, .contact-nap-maps .nap-footer .nap-wrapper.active {
    width: 100%;
}

.contact-nap-maps .map-wrapper-nap {
    height: 100%;
    width: 100%;
}
.contact-nap-maps .nap-footer.assignnap .nap-postal-address-wrapper, .contact-nap-maps .nap-footer.selected-single-nap .nap-postal-address-wrapper {
    width: 265px;
}
/* Contact Page CSS */

.testimonials-sections-wrap .loadmore-testimonial, .testimonials-sections-wrap .loadmore-case {
    margin-top: 40px;
}

/* Site Schema Styling */
.clientreviews {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}

.clientreviews .heading {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    font-size: 35px;
}

.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 70px;
}

.clientreviews div strong, .clientreviews p strong {
    color:#10487a;
    letter-spacing: 1px;
}

.clientreviews p {
    color: #000;
}
.page_review_by .testimonialTitle {
    color: #000;
}
.clientreviews p strong {
    font-weight: 600;
}
.review-schema-wrapper .page_review {
    line-height: 32px;
}

.clientreviews .heading span, .clientreviews .heading strong {
    position: relative;
}

.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.video-schema p {
    line-height: 32px;
    margin-bottom: 5px;
}

.site-schema {
    margin-top: 0px;
}

.video-schema {
    margin-bottom: 70px;
    margin-top: 70px;
}
.review-schema-wrapper + .video-schema {
    margin-top: 0;
}

.video-schema .heading {
    margin-bottom: 15px;
}

.clientreviews iframe {
    border: 1px solid #f6f6f6;
}
/*  Site Schema Styling End */

.full-bio-sec {
    background: #000;
}

.full-bio-sec .personal_experience {
    max-width: 100%;
}
.attorney-content-center {
    background: #353839;
}
.personal_experience_wrap + .attorney-content-center {
    padding-top: 60px;
}
/* about page css */
.vision_sec {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vision_box {
    padding: 45px 50px;
}
.vision-bg {
    background: #fff;
    box-shadow: 0px 19px 28px 0px #84848440;
    position: relative;
    margin-top: 220px;
    padding: 40px 40px;
}
.about-experience-sec img {
    border-radius: 20px;
}
.bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    height: calc(100% - 100px);
}
.top_lawyers_section .text_block {
    padding-right: 20px;
}
.top_lawyers_section .linklist ul li:after{
    height: 20px;
    width: 20px;
}

.services_section .service figure{
    width: 57px;
    margin: 0 auto 35px;
}
.services_section .service figure:after{
    position: absolute;
    width: 57px;
    height: 57px;
    top: -12px;
    left: -12px;
    content: '';
    background: #C4C4C4;
    z-index: -1;
    opacity: 0.2;
}
/* about page css */
/* community service page css */
.community-service-list > .container> .row {
    justify-content: center;
}

.community-service-list  .community-content p {
    font-size: 36px;
    line-height: normal;
}
.community-content {
    margin-bottom: 30px;
}
.service-link-wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-link-wrap a {
    display: block;
    text-align: center;
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 100%;
    padding: 30px;
}
/* community service page css */

.simple-sitemap-container, .simple-sitemap-container ul {
    width: 100%;
    position: relative;
}

.simple-sitemap-container  ul {
    padding-left: 30px;
}

.page-template-about .common-our-team {
    background-color: #f2f2f2;
}

.single-team header#header {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
}

.single-post h2 strong, .single-post h3 strong, .single-post h4 strong, .single-post h5 strong {
    font-weight: 600;
}
.main-contact-form .wpcf7 .title {
    margin-bottom: 40px;
    text-align: center;
}

.page-template-contact-us .contact-nap-maps {

}

.attorney-trust-info.fullwidth {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}
.attorney-trust-info .item img {
    width: 80%;
}
.attorney-trust-info .item {
    padding: 15px;
    width: 33.333333333333%;
    text-align: center;
}
.name-and_img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.practice-desc-short {
    color: #798196;
    font-size: 18px;
    font-weight: 500;
}
/* FAQ PAGE */
.faq_accordian .accordion-button {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.2px;
    padding: 0;
    background: none;
    border: none;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding-right: 20px;
    cursor: pointer;
    color: #1B1B1B;
}
.faq_accordian .accordion-item{
    border: 1px solid #E5EAF4;
    border-radius: 5px;
    padding: 32px;
}
.faq_accordian .accordion-button:not(.collapsed){
    background: none;
    color: #1B1B1B;
    box-shadow: 0 0;
}
.faq_accordian .accordion-body{
    padding: 0;
    margin-top: 10px;
}

.faq_accordian .accordion-flush .accordion-item:first-child {
    border-top: 1px solid #E5EAF4;
}
.faq_accordian .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #E5EAF4;
    margin-bottom: 0;
}
.faq_accordian .accordion-button:focus{
    box-shadow: 0 0;
}
.faq_accordian .accordion-button::after {
    background-image: url(../img/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    right: 0px;
    top: 11px;
}
.faq_accordian .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg);
    transform: rotate(0deg);
    content: "";
}
.faq_accordian .accordion-flush .accordion-collapse {
    padding-right: 40px;
}
.faq_page p{
    color:#1B1B1B;
}
.faq_connect p{
    text-align: center;
    color: #555555;
}
.faq_connect .inner-content{
    border: 1px solid #E5EAF4;
    border-radius: 5px;
    padding: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}
.faq_connect .img-block{
    border: 1px dashed #5A7184;
}
.faq_connect svg{
    width: 30px;
    height: 33px;
}
.faq_connect a{
    color: #1B1B1B;
    text-decoration: none;
}
.faq_connect a:hover{
    text-decoration: underline;
}
.faq_connect .cell-number{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #1B1B1B;
    margin-bottom: 5px;
    text-decoration: none;
}
.faq_connect .cell-number:hover{
    text-decoration: underline;
}
.bottom-services {
  padding-top: 0;
}
.bg-color {
    position: relative;
    padding: 35px 0px;
}
.bottom-services .content {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  padding-left: 50px;
}
.bottom-services .row img.left-image {

}
.bottom-services-info-wrap .services-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-services .bg-color::after {
  content: "";
  background: #353839;
  max-width: 85%;
  display: block;
  position: absolute;
  top: 0;
  left: 200px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bottom-services .services-icon .services-heading.h5 {
  padding-left: 0px;
  color: rgba(255, 255, 255, 1);
  -webkit-text-fill-color: rgba(255, 255, 255, 1);
  text-transform: none;
  font-size: 23px;
}
.bottom-services .services-icon .content {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  padding-left: 0px;
  padding-top: 0;
  padding-bottom: 0px;
  color: rgba(255, 255, 255, 1);
}
.blog-full-post {
    padding-right: 70px;
}
.blog-indx {
    padding-right: 70px;
}
.bg-grey {
    background: #F8F8F8;
}
.vision_sec:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 100%;
    background: #F8F8F8;
    bottom: 0px;
    z-index: -1;
}
.bio_box {
    border: 1px solid #E2E2E2;
    background: #fff;
    height: 100%;
    padding: 35px 25px;
}
.bio_box .h4 {
    font-weight: 400;
    text-wrap: balance;
}
.bio_sec_heading {
    text-align: right;
    line-height: 100%;
}
.shape-box-image {
    padding-right:70px;
}
.shape-box-image img {
    width: 100%;
}
.bottom-services-info-wrap {
    padding-right: 60px;
    padding-left: 18px;
}
.contact-detail-sec {
    color: #5A7184;
    font-size: 18px;
}
.page-content-wrap{
    padding-right: 85px;
}
.main-contact-form div.wpcf7 .wpcf7-form .form-control {
    border-radius: 8px;
    height: 56px;
}
.main-contact-form div.wpcf7 .wpcf7-form textarea.form-control {
    height: 130px;
}
body.search .breadcrumb {
    display: none;
}
.error404 .breadcrumb {
    display: none;
}
.page-template-thank-you .contact-form-footer {
    DISPLAY: NONE;
}
.about-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.text-transform-none{
    text-transform: capitalize;
}
.bio_box .content p {
    line-height: 1.6;
}
.submitting-content p {
    font-size: 16px;
    line-height: 1.8;
}
.contact-nap-maps iframe {
    height: 525px;
    display: block;
    width: 100%;
}
div.wpcf7 .wpcf7-form select.form-control {
    background-image: url(../img/downarrow.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 19px;
}

.services_section_img {
    background: rgba(220, 220, 220, 0.14);
    width: 75%;
    text-align: center;
}

.know-more a.button {
    color: #FCC200;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
    transition: 0.5s;
}
.know-more a.button:hover {
    color: #fff;
    text-decoration: none;
}
/*.attorney-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 360px;
    object-fit: contain;
    width: 100%;
}*/
.team-content {
    position: absolute;
    width: 366px;
    height: fit-content;
    left: 46%;
    top: 57%;
}
.attorney-content-inner {
    background: #fff;
    transition: 0.5s ease all;
    padding: 31px;
}
.attorney-name a {
    color: #353839;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 400;
}
.attorney-content-inner .attorney-name {
    line-height: normal;
}
.attorney-content-inner .designation {
    color: #798196;
    line-height: normal;
}
.practice-desc-short {
    color: #333334;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.social-profile-link {
    display: flex;
    margin: 15px 0px 0px;
}
.team-content:hover .attorney-content-inner {
    background-color:#10487a!important;
    cursor: pointer;
}
.team-content:hover .practice-desc-short {
    color: #fff;
}
.team-content:hover .designation {
    color: #fff;
}
.team-content:hover .attorney-name a {
    color: #fff;
}
.table-wrapper .custom-table{
    border:1px dashed #081B33;
}
.table-wrapper .custom-table tr{
    border:1px dashed #081B33; }
.table-wrapper .custom-table td{
    border:1px dashed #081B33;
    padding:5px;
}
.item-box .button{
	text-decoration:none;
}
.team-members .default-img{
	height:350px;
}