/* Inner Banner CSS Start */
.breadcrumbs-block {
    width: 100%;
    background: #f5f5f5;
    padding: 7px 15px;
    padding-bottom: 10px;
}
.inner-banner-section {
    z-index: 1;
    height: 450px;
    position: relative;
    width: 100%;
}
.inner-banner-section .banner-bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    object-fit:cover;
}
.inner-banner-section:after {
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.40;
    background: #000;
}
.inner-banner-section .container {
    z-index: 2;
    padding-bottom: 70px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.inner-banner-info {
    width: 100%
}
.inner-banner-section .inner-banner-title {
    line-height: 65px;
    font-size: 60px;
    color: var(--bs-white);
    font-weight: 500;
    margin: 0;
}
.inner-banner-section .inner-banner-content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    color: var(--bs-black)
}

.inner-banner-section .inner-banner-content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: .5px;
    color: var(--bs-black)
}
.page-not-found .error-info {
    text-align: center;
    margin-bottom: 60px
}
.main-contact-form {
    margin-top: 30px;
}

.testimonial-column-flex {
    display: flex;
    gap: 15px;
}

.testimonial-list {
    border: 1px solid rgba(14, 71, 126, 1);
    padding: 50px 35px;
    height: 100%;
    transition: 1s;
    position: relative;
    padding-bottom: 160px;
}
.testimonial .testimonial-outer .about-author {
    position: absolute;
    bottom: 50px;
}
.testimonial-list:hover {
    background-color: rgba(14, 71, 126, 1);
    transition: 1s;
}
.testimonial-list:hover .testimonial-title {
    color: white;
}
.testimonial-list:hover p {
    color: white;
}
.testimonial-list .replaced-svg {
    background-color: white;
    padding: 12px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.testimonial-list:hover .replaced-svg {
    background-color: white;
    padding: 12px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
}
.testimonial-list:hover .quote-icon svg path {
    color: white;
    fill: white;
}
.quote-icon {
    padding-bottom: 30px;
}
.testimonial-review-rating {
    padding-bottom: 20px;
}
/* faq page css */
.faq-outer .faqdetail-wrap {
    width: 100%;
    border-bottom: 1px solid #3b3b3b;
}
.faqdetail-wrap .faq-title {
    padding: 20px 30px;
    position: relative;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    color: var(--bs-darkblack);
    text-transform: capitalize;
    background: none;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0;
    font-size: 30px;
    font-weight: 500;
    padding-right: 50px;
    line-height: normal;
}
.faqdetail-wrap .faq-title:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    position: absolute;
    line-height: 2;
    font-weight: 300;
    transition: .3s all;
    background-image: url(../img/plus-icon-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 30px;
    height: 38px;
    top: 16px;
    margin: auto;
    cursor: pointer;
    right: 0;
    border: none;
    border-radius: 100%;
}
.faqdetail-wrap .faq-title[aria-expanded=true]:before {
    transform: rotate(180deg);
    background-image: url(../img/minus-icon-black.svg);
}
.faqdetail-wrap .faq-description {
    padding: 0 15px;
    background: none;
    width: 100%;
    padding-bottom: 30px;
    padding-right: 52px;
}
.faqdetail-wrap {
    width: 100%;
    position: relative;
}
/* faq page css end */
.testimonial-heading {
    font-size: 18px;
    font-weight: 400;
}

.iframesection iframe {
    display: block;
}
.iframe-map-location {
    width: 100%;
    position: relative;
    height: 450px;
}
.iframe-map-location iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
/* Inner Banner CSS END */
/* blog page css */
.blog-full-post .info-box {
    width: 100%;
    position: relative;
    border: 1px solid #e8e8e8;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    transition: all 1s;
}
.blog-full-post .blog-post-col {
    display: flex;
    margin-bottom: 25px;
}
.blog-full-post .info-box .blog-desc {
    width: 100%;
    position: relative;
    padding: 20px;
    height: 100%;
}
.blog-post-col:hover .info-box {
    background-color: var(--bs-blue);
    transition: all 1s;
}

.blog-full-post .info-box:hover .post-title a, .blog-full-post .info-box:hover .blog-desc p, .blog-full-post .info-box:hover .blog-desc {
    color: var(--bs-white);
}
.blog-full-post .info-box:hover .read-more {
    color: var(--bs-white);
}
.blog-full-post .post-list .post-image a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.blog-full-post .post-image a img {
    width: 100%;
    height: 274px;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: 1s;
}
.blog-post-col:hover .post-image a img {
    transform: scale(1.1);
    transition: 1s;
}
.blog-full-post .info-box .post-image {
    margin: 0;
    position: relative;
}
.blog-full-post .blog-desc p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}
.blog-full-post .post-title a {
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #1D1D1D;
    font-size: 26px;
    line-height: 34px;
}
.blog-full-post .post-title a:hover {
    color: var(--bs-blue);
    opacity: 1;
}
.sidebar .searchitem .search-submit:hover {
    background: var(--bs-blue);
}
.blog-full-post .blog-btn {
    line-height: normal;
    margin-top: 25px;
    position: absolute;
    bottom: 0;
}
.blog-full-post .post-list li {
    float: none;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(92, 92, 92, 0.20);
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: flex;
}
.blog-full-post .post-list li:last-child {
    margin-bottom: 0;
}
/* blog list page css end */
/* sidebar css*/
.sidebar {
    padding-left: 34px;
}
.sidebar .widget {
    margin-bottom: 40px;
    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.practice-side ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.sidebar .widget .form-title {
    color: #000;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
}
.sidebar .widget-menu {
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 20px 0;
    background: #fff;
    border: 1px solid #B4B1B1;
    padding-bottom: 0;
}
.sidebar .practice-side .widget-menu {
    padding-bottom: 0;
}
.sidebar .widget-title br {
    display: none;
}
.sidebar .widget-menu .widget-title {
    position: relative;
    padding-left: 15px;
    margin: 0;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 500;
    color: #0E477E;
    text-align: center;
    padding-right: 15px;
}
.sidebar .widget ul {
    padding-bottom: 0px;
    margin-bottom: 0;
}
.sidebar .widget li {
    position: relative;
    padding-right: 0;
    margin-top: 0;
}
.sidebar .widget-menu ul li a:after {
    -ms-transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg);
    left: 25px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid #0e477e;
    border-bottom: 2px solid #0e477e;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
    background-color: transparent !important;
    border-radius: 0px;
}
.sidebar .widget li a{
    position:relative;
}
.sidebar .widget-menu ul li a {
    display: block;
    padding: 8px 20px;
    position: relative;
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #C2C2C2;
    padding-left: 55px;
}
.sidebar .widget-menu ul li a br {
    display: none;
}

.sidebar .widget-menu ul li:last-child a{
    border-bottom: none;
}
.sidebar .widget li:last-child {
    border-bottom: none;
}
.sidebar .widget li a:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 15px;
    height: 4px;
    width: 4px;
    background-color: #000;
    border-radius: 50%;
}
.sidebar .widget-menu .current-menu a:after, .sidebar .widget-menu .current-menu-item a:after, .sidebar .widget-menu .activeChild a:after,
.sidebar .widget-menu a:hover:after{
    background-color: #fff;
    border-color: #fff;
}
.sidebar .widget-menu ul li a:hover {
    color: #ffffff;
    background: var(--bs-blue);
}
.sidebar .widget-menu ul li a:hover:after {
    background-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: #ffffff;
    background: var(--bs-blue);
}
.side-contact-header {
    margin-bottom: 20px;
}
.contact-form-sidebar .wpcf7 {
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: var(--bs-blue);
    box-shadow: 0px 0px 30px rgba(94, 94, 94, 0.1);
}
.side-contact-header p {
    font-size: 12px;
    color: #000;
    line-height: normal;
}
.contact-form-sidebar {
    width: 100%;
    position: relative;
}
.contact-form-sidebar .side-form-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.sidebar .form-title-wrap {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}
.sidebar div.wpcf7 .wpcf7-form .form-control {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: none;
    height: 50px;
    font-weight: 300;
    font-size: 14.5273px;
    line-height: 22px;
    color: #fff;
    box-shadow: none;
    padding-left: 15px;
    border-radius: 5px;
}
.sidebar div.wpcf7 .wpcf7-form textarea.form-control {
    height: 110px;
}
.sidebar div.wpcf7 .wpcf7-form .label-name {
    font-size: 16px;
}

.sidebar .wpcf7 ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.sidebar .wpcf7 ::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}

.sidebar .wpcf7 :-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.sidebar .wpcf7 :-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}

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

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

.sidebar div.wpcf7 .wpcf7-form .form-group {
    margin-bottom: 15px;
}
.sidebar div.wpcf7 .wpcf7-response-output {
    bottom: 0px;
    padding: 2px 6px !important;
    font-size: 12px;
    background: #b30000;
    line-height: 14px;
    color: #fff;
}
.sidebar div.wpcf7 span.wpcf7-quiz-label {
    color: #ffffff;
}
.sidebar .wpcf7 form .btn-wrap.btn:after {
    border: 1px solid #295464;
}
.sidebar .wpcf7 form .btn-wrap:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.sidebar .wpcf7 form .btn-wrap .btn {
    color: var(--bs-blue);
    border-color: #ffffff;
    background-color: var(--bs-white);
    font-weight: 500;
}
.sidebar .wpcf7 form .btn-wrap .btn:hover {
    color: #fff;
    border-color: #ffffff;
    background-color: transparent;
}
.sidebar .wpcf7 form .btn-wrap.btn:hover:after {
    border-color: #fff;
}
/* sidebar css*/

/* blog single css */
.blog-info-header .category-list {
    width: calc(100% - 0px);
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    text-transform: capitalize;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 22px;
}
.blog-heading {
    margin-bottom: 20px;
    position: relative;
    display: block;
    letter-spacing: .03em;
    text-transform: capitalize;
    line-height: 48px;
    color: #292828;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
}
.blog-single-img {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.blog-single-img img {
    width: 100%;
}
.single-post-content img,  .static-page-details img {
    border: 1px solid #f2f2f2;
    padding: 5px;
}
img.size-full, .size-full {
    width: 100%;
}
.single-post-content .size-full {
    width: 100%;
}
.blog-info-header {
    margin-top: 15px;
    margin-bottom: 0;
}

.blog-content .wp-video {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.read-more {
    display: inline-block;
    position: relative;
    color: var(--bs-blue);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 0;
    border-bottom: 1px solid var(--bs-blue);
    line-height: 17px;
}
.blog-desc .post-title:hover a, .blog-full-post .info-box .read-more:hover {
    color: var(--bs-gold) !important;
}
.blog-full-post .info-box .read-more:hover {
    border-color: var(--bs-gold) !important;
}
.single-post-content .blog-title h1 {
    margin-top: -10px;
}
.read-more:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/right-arrow-blue.svg);
    position: absolute;
    right: -28px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 14px;
    width: 24px;
}
.read-more:hover {
    color: var(--bs-white);
    border-color: var(--bs-white);
}
.read-more:hover:after {
    background-image: url(../img/right-arrow-white.svg);
}
.blog-full-post .info-box:hover .read-more:after {
    background-image: url(../img/right-arrow-white.svg);
}
.blog-full-post .info-box:hover .read-more {
    color: var(--bs-white);
    border-color: var(--bs-white);
}
.read-more a:focus {
    color: var(--bs-blue);
    border-color: var(--bs-blue);
}
.read-more a:hover {
    color: var(--bs-white);
    border-color: var(--bs-white);
}
/* blog page css */

/* pagination css */
.paging-new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}
.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.paging-new .page-numbers {
    background-color: #E8E8E8;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #000000;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paging-new .page-numbers, .paging-new .page-numbers.current {
    margin: 0 6px;
}
.paging-new .next.page-numbers, .paging-new .prev.page-numbers {
    display: inline-block;
    margin-right: 0;
    margin-left: 15px;
    color: var(--bs-white);
    height: 45px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    width: 90px;
    text-indent: 0px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 43px;
    border: 1px solid var(--bs-blue);
    background-color: var(--bs-blue);
}
.paging-new .prev.page-numbers {
    margin-right: 10px;
    margin-left: 0;
    position: absolute;
    left: 0;
}
.paging-new .next.page-numbers {
    position: absolute;
    right: 0;
}
.paging-new .prev.page-numbers:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    color: var(--bs-blue);
    font-size: 16px;
}
.paging-new .page-numbers:hover {
    color: var(--bs-white);
    border-color: var(--bs-blue);
    background-color: var(--bs-blue);
}
.paging-new .prev.page-numbers:hover:after {
    color: var(--bs-darkblue);
}
.paging-new .page-numbers.current {
    color: var(--bs-white);
    border-color: var(--bs-blue);
    background-color: var(--bs-blue);
}
.paging-new .screen-reader-text {
    display: none;
    font-size: 0px;
    opacity: 0;
    pointer-events: none;
}
.paging-new .next.page-numbers:hover, .paging-new .prev.page-numbers:hover {
    color: var(--bs-blue);
    border-color: var(--bs-blue);
    background-color: var(--bs-white);
}
.paging-new .pagination {
    margin-top: 70px;
    width: 100%;
}
/* pagination css */
/* sidebar search css */
.custom_form_msg,.msg-side-form {
    color: #fff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 0;
    right: 32px;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0 0;
    line-height: 6px;
    text-transform: capitalize
}

.msg-side-form {
    right: 0
}

.sidebar .msg-side-form {
    right: 65px
}

.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 {
    color: #000;
    font-size: 16px;
    height: 60px;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    border-radius: 0;
    border: 1px solid #C2C2C2;
    padding: 12px 0;
    padding-right: 100px;
    padding-left: 15px;
    line-height: 26px;
    background: #fff;
}
.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: 52px;
    height: 50px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 0px;
    border-radius: 0;
    right: 5px;
    background: var(--bs-blue);
}
.sidebar .searchitem .search-submit:hover {
    background: var(--bs-gold);
}
.blog-search-side form.search-form:after, .sidebar form.search-form:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 52px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/search-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    padding-left: 0;
    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 .msg-side-form {
    display: none;
    opacity: 0
}

.sidebar .searchitem .search-field:focus {
    outline: none
}

.sidebar .searchitem .search-field::-webkit-input-placeholder {
    color: #a7a7a7
}

.sidebar .searchitem .search-field::-moz-placeholder {
    color: #a7a7a7
}

.sidebar .searchitem .search-field:-ms-input-placeholder {
    color: #a7a7a7
}

.sidebar .searchitem .search-field:-moz-placeholder {
    color: #a7a7a7
}
/* sidebar search css */
/* practice page css */
.practice-areas-list {
    margin-top: 30px
}
.practice-areas-list .practice-areas-link {
    display: block;
    width: 100%
}
.practice-areas-list .practice-areas-link img {
    width: 100%
}
.practice-areas-list .practice-area-title {
    color: var(--bs-white);
    font-size: 25px;
    width: 100%;
    margin-top: 20px;
}
.practice-areas-list .prac-name-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px;
    height: 130px;
    width: 100%;
    transition: .5s;
}
.practice-areas-list .practice-areas-link:hover .prac-name-wrap {
    background-color: rgba(214, 173, 96, 0.92);
    display: flex;
    align-items: center;
    height: 100%;
    transition: 1s;
}
.practice-areas-list .practice-area-image {
    width: 100%;
    position: relative
}
.practice-areas-list .practice-area-image:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 65%;
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .65;
}
/* practice page css */

/* team page css */
.team-list .attorney-img-wrap a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.team-list .attorney-img-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.team-list .attorney-img-wrap a img {
    width: 100%;
    height: 379px;
    object-fit: cover;
    object-position: top center;
    background-color: #f0f0f0;
    transition: 1s;
}
.team-list .attorney-img-wrap a:hover img {
    transform: scale(1.05);
}
.team-list .attorney-img-wrap a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.18);
    opacity: 0;
    transition: .5s;
    width: 100%;
}
.team-list .attorney-img-wrap a:hover:after {
    opacity: .5;
}
.team-name-and-designation .attorney-designation {
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 400;
}
.team-name-and-designation .team-page-link {
    color: #000000;
    font-size: 30px;
    display: inline-block;
    line-height: normal;
}

.team-name-and-designation {
    width: 100%;
    position: relative;
    padding-top: 20px;
}
.team-page .team-list {
    margin-bottom: 50px;
}
.team-name-and-designation .team-page-link:hover {
    color: var(--bs-blue);
}
/* team page css */

/* team detail page csss */
.attorney-image-col {
    display: flex;
}
.attorney-image-col .single-team-image {
    width: 100%;
}
.single-team-image img {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
}
.short-team-info .attr-designation {
    font-size: 30px;
    color: #3B3B3B;
    font-weight: 400;
    margin-bottom: 20px;
}
.short-team-info .single-attorney-name {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 5px;
}

.attorney-important-information.section-pd {
    padding-bottom: 30px;
}
.full-attorney-info {
    margin-top: 30px;
}
.about-tax-law-info h2 {
    margin: 0;
    margin-top: 40px;
}
.about-tax-law-info {
    background-color: var(--bs-blue);
    background-image: url(../img/practice-area-bg.webp);
    padding-bottom: 310px;
}
.goals-info-row .heading {
    margin-top: 30px;
    text-align: center;
}
.white-color-sec.linklist ul li:after {
    background: #ffffff;
}
.goals-info-row ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.goals-info-row ul li {
    margin-top: 16px;
    margin-bottom: 0;
    width: calc(50% - 20px);
}
.goals-info-row ul li strong {
    font-weight: 800;
}
.values-and-beliefs-information {
    background: #f9f9f9;
}
.attorney-video-information {
    z-index: 2;
    margin-top: -260px;
    margin-bottom: 70px;
}
.video-link-information a img {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .12);
    max-height: 570px;
    object-fit: cover;
    object-position: top center;
}
.video-link-information {
    width: 100%;
    padding: 0 70px;
}
.video-link-information a {
    display: block;
    position: relative;
}
.video-link-information a:before {
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 1s;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
}
.video-link-information a:hover:before {
    opacity: 0.2;
}
.play-icon {
    position: relative;
        display: block;
}
.video_thumb {
    position: relative;
}
.play-icon:after {
    position: absolute;
    background-image: url(../img/play-icon.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: 15px;
    height: 65px;
    width: 65px;
    background-position: 53%;
   /* right: 0;
    left: 0;*/
    z-index: 1;
    background-color: var(--bs-blue);
    border-radius: 50%;
    transition: .5s;
   left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play-icon:hover:after {
    background-color: var(--bs-gold);
    transition: .5s;
}
.trey-image-wrap .owl-carousel .owl-item img {
    height: 360px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.trey-image-wrap {
    width: 100%;
    position: relative;
}
.trey-image-wrap .owl-carousel .owl-nav .owl-next, .trey-image-wrap .owl-carousel .owl-nav .owl-prev {
    vertical-align: middle;
    line-height: 26px;
    height: 55px;
    width: 55px;
    font-size: 0px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    opacity: 1;
    background-size: 10px;
    display: block;
    width: 55px;
    height: 55px;
    font-size: 0px;
    border: 1px solid var(--bs-blue);
    border-radius: 100%;
}
.trey-image-wrap .owl-carousel .owl-nav .owl-prev {
    left: -65px;
    background-image: url(../img/next-blue-icon.svg);
    background-position: center;
    transform: rotate(180deg);
}
.trey-image-wrap .owl-carousel .owl-nav .owl-next {
    right: -65px;
    background-image: url(../img/next-blue-icon.svg);
    background-position: center;
}
.trey-image-wrap .owl-carousel .owl-nav .owl-next:hover, .trey-image-wrap .owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
    background-color: var(--bs-blue);
    background-image: url(../img/next.svg);
    border-color: var(--bs-blue);
}
/* team detail page css */

/* Static Page css */
.page-video-information.fullwidth {
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-faq-data-wrap {
    background: var(--bs-blue);
    padding: 15px;
    width: 100%;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.linklist .page-faq-data-wrap ul li:after {
    background: var(--bs-white);
}
.page-faq-data-wrap .faqlist {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}



.search-no-results .search-left-side .page-header {
    margin-bottom: 0
}

.search-left-side .page-title {
    color: #2c2c2c
}

.search-left-side .page-title span {
    color: var(--bs-blue);
    font-size: 28px;
    line-height: 35px;
    font-weight: 300
}

.search-left-side .entry-title {
    line-height: 20px;
    margin: 0
}

.search-left-side .entry-title a {
    display: inline-block;
    font-style: normal;
    letter-spacing: .01em;
    width: auto;
    position: relative;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 40px;
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 600
}

.search-left-side .entry-title a:hover {
    color: var(--bs-blue);
    opacity: 1
}

.search-left-side .entry-summary .btn {
    margin-top: 15px
}

.search_result article {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 40px
}

.search_result article:last-child {
    margin: 0
}
.search-left-side .entry-title a br {
    display: none
}
.image-left-right-section {
    margin-top: 25px;
    margin-bottom: 25px;
}
.image-left-right-section .col-lg-6 {
    display: flex;
}
.image-left-right-section .col-lg-6 img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
h2, h3 {
    margin-bottom: 15px;
}
h4 {
    margin-bottom: 10px;
}
.static-page h2, .blog-content h2, .static-page h3, .blog-content h3, .static-page h4, .blog-content h4, .static-page h5, .blog-content h5 {
    text-transform: normal;
}
.blog-content h2:first-letter, .static-page h2:first-letter, .blog-content h3:first-letter, .static-page h3:first-letter, .blog-content h4:first-letter, .static-page h4:first-letter, .blog-content h5:first-letter, .static-page h5:first-letter {
    text-transform: capitalize;
}
.static-page h2 strong,.blog-content h2 strong,.static-page h3 strong,.blog-content h3 strong,
.static-page h4 strong,.blog-content h4 strong, .static-page h5 strong, .blog-content h5 strong {
    text-transform: normal;
    display: inline-block;
}
.blog-content h2 strong:first-letter, .static-page h2 strong:first-letter, .blog-content h3 strong:first-letter, .static-page h3 strong:first-letter,
.blog-content h4 strong:first-letter, .static-page h4 strong:first-letter, .blog-content h5 strong:first-letter, .static-page h5 strong:first-letter {
    text-transform: capitalize;
}
.page-faq-data-wrap .faqlist .linklist ol, .page-faq-data-wrap .faqlist .linklist ul {
    line-height: 26px;
}
.static-page-gallery .trey-image-wrap .owl-carousel .owl-item img {
    height: 290px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.faq .heading {
    margin-bottom: 40px;
}
.faqdetail-wrap .faq-title:hover {
    color: var(--bs-blue);
}
.row.testing-heading-row {
    margin-bottom: 10px;
}
.testimonial .testimonial-outer {
    margin-top: 25px;
}
.linklist ol li ul li {
    padding-left: 15px;
}
.sidebar .widget li a:after {
    content: unset;
}

/* Static Page css */