/* home banner bottom css */
.banner-blocks.spaced {
    padding-top: 15px;
}
.banner-blocks .inner {
    background: var(--color-one);
    color: #fff;
    text-align: center;
    padding: 60px 25px 80px;
    height: 100%;
    position: relative;
}
.banner-blocks .icon {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
}
.banner-blocks .title {
    font-size: 20px;
    color: #fff;
    line-height: 27px;
}
.banner-blocks .hover-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    padding: 20px;
    background: var(--color-three);
    color: var(--color-one);
    font-size: 16px;
    line-height: 28px;
}
.banner-blocks .arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px;
}
.banner-blocks .inner:hover .detail {
    opacity: 0;
}
.banner-blocks .inner:hover .hover-detail {
    opacity: 1;
    transition: all .4s ease-in;
}
/* home banner bottom css */
/* Types of Cases Area Section */
.practice-list-wrap {
    width: 100%;
    position: relative;
}
.practice-content-section {
    background-color: #1b1b1b;
}
.practice-content-section .prac-bg-img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    object-position: center;
    opacity: 0;
}
.practice-content-section .prac-bg-img.current-image {
    opacity: 1;
}
.practice-info-wrap a {
    display: block;
    width: 100%;
    padding: 45px 15px;
    text-align: center;
    background: rgba(255, 255, 255, .04);
    border: 1px solid #ccc;
}
.practice-info-wrap a * {
    color: #fff;
}
.practice-info-wrap a .practice-icon svg path {
    fill: #fff;
}
.practice-info-wrap a .practice-icon svg, .practice-info-wrap a .practice-icon img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    object-position: center;
}
.practice-info-wrap .practice-icon {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.practice-info-wrap .prac-heading {
    font-size: 30px;
    font-family: var(--font-two);
    line-height: normal;
    position: relative;
    padding: 0;
}
.practice-info-wrap .practice-icon:after {
    opacity: 0;
}
.practice-info-wrap {
    margin-top: 20px;
    display: flex;
}
.practice-info-wrap a:hover, .practice-info-wrap .current-tab {
    background: #ccc;
}
.practice-info-wrap a:hover svg path, .practice-info-wrap a.current-tab .practice-icon svg path {
    fill: #000000;
}
.practice-info-wrap a:hover .prac-heading, .practice-info-wrap .current-tab .prac-heading {
    color: #000000;
}

.white-color-sec .heading {
    color: #fff;
}

/* Types of Cases Area Section */

/* Team section css */
.center-padding .container-fluid {
    padding: 70px;
}
.team-list-wrap {
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.team-list-wrap .team-info-wrap {
    flex: initial;
    width: 20%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0 5px;
    position: relative;
    transition: all .3s ease 0s;
}
.team-list-wrap .team-info-wrap.current {
    width: 35%;
}
.team-list-wrap .team-info-wrap .team-img img {
    height: 446px;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.team-list-wrap .team-info-wrap a {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}
.team-list-wrap .team-info-wrap .pointer-none {
    pointer-events: none;
}
.team-list-wrap .team-info-wrap a:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 0;
}
.team-list-wrap .team-info-wrap .team-name {
    position: absolute;
    color: #fff;
    font-size: 23px;
    z-index: 1;
    transform: rotate(270deg);
    left: 48px;
    bottom: 115px;
    width: 235px;
}
.team-list-wrap .team-info-wrap .team-name-hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
    padding: 15px;
    opacity: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.team-list-wrap .team-info-wrap.current .team-name {
    opacity: 0;
}
.team-list-wrap .team-info-wrap.current .team-name-hover {
    opacity: 1;
}
.team-list-wrap .team-info-wrap .attorney-name {
    font-size: 30px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
}
.team-list-wrap .team-info-wrap .designation-text {
    color: #fff;
    font-size: 16px;
}
.team-list-wrap .team-info-wrap.current .team-name-hover>div {
    width: 100%;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
    padding-right: 35px;
    background-image: url(../images/right-srrow-small.png);
}
.team-list-wrap .team-info-wrap.current .pointer-none .team-name-hover>div {
    background-image: none;
}

/* Team section css */

/* Testimonials section css */
.testimonials .owl-carousel .owl-item .item {
    padding: 0 5px;
}
.testimonial-wrap-center {
    background: #1b1b1b;
    padding: 30px;
    width: 100%;
    height: 500px;
    position: relative;
}
.testimonial-wrap-center * {
    color: #fff;
}
.testimonial-and-title .name {
    font-size: 25px;
    line-height: normal;
    font-family: var(--font-two);
    margin-bottom: 15px;
}
.testimonial-wrap-center .client-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
}
.star-image img {
    width: auto;
    max-width: 150px;
}
.star-image {
    margin-bottom: 20px;
}
/* Testimonials section css */

/* case section css */
.case-and-price-info {
    background: #fafafa;
    width: 100%;
    padding: 50px 30px;
    position: relative;
    text-align: center;
}
.case-and-price-info:hover {
    background: #000;
}
.case-and-price-info:hover .case-name, .case-and-price-info:hover .case-description p {
    color: #fff;
}
.case-and-price-info:hover .case-name {
    color: #ccc;
}
.case-and-price-info:after {
    border: 1px solid #C1C1C1;
    height: calc(100% + 45px);
    width: calc(100% - 30px);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.case-section .cases-row {
    margin-top: 36px;
    margin-bottom: 73px;
}
.case-item-wrap {
    display: flex;
}
.case-and-price-info .case-price {
    font-size: 35px;
    color: silver;
    font-weight: 600;
    font-family: var(--font-two);
    line-height: normal;
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 18px;
}
.case-and-price-info .case-price:after {
    background: #ccc;
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    z-index: 999999999;
    margin: auto;
    left: 0;
    right: 0;
}
.case-and-price-info .case-description p {
    font-size: 14px;
    color: #565656;
    font-weight: 500;
    line-height: 24px;
}
.case-and-price-info .case-name {
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
    line-height: normal;
    margin: 10px 0;
}

/* case section css */

/* Footer faq section css */
.heading-h3 {
    font-weight: 600;
    margin-bottom: 36px;
    font-family: var(--font-two);
    display: inline-block;
    position: relative;
    font-size: 28px;
    color: #1b1b1b;
    line-height: 38px;
}
.heading-row {
    margin-bottom: 40px;
}
.faq-wrap-item {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.faq-wrap-item:first-child {
    margin-top: 0px;
}
.faq-wrap-item .faq-h3 {
    color: #999;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.faq-wrap-item p {
    color: #565656;
    font-size: 16px;
    line-height: 30px;
}
.faq-wrap-item .faq-desc {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.faq-wrap-item .faq-desc iframe {
    width: 100%;
    height: 278px;
    margin-top: 10px;
}
.faq-wrap-item .faq-desc strong {
    color: #1b1b1b;
    font-size: 12px;
    line-height: 20.16px;
    display: inline-block;
    letter-spacing: .2px;
}
.right-side-faq-content {
    width: 100%;
    position: relative;
}

.right-side-faq-content .faq-wrap-item .faq-h3 {
    color: #1B1B1B;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: var(--font-two);
    line-height: 23.4px;
}
.footer-faq-section .left-faq-col {
    padding-left: 11px;
}
.right-faq-col {
    padding-left: 30px;
}
.faq-image-sec {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
.faq-image-sec img {
    width: 100%;
}
/* Footer faq section css */
/* about css */
.about-left-side-content, .about-left-side-content .about-image {
    width: 100%;
    position: relative;
}
.about-left-side-content .about-image img {
    width: 100%;
    height: 754px;
    object-fit: cover;
}
.about-right-side-content p strong {
    color: #000;
}
.about-right-side-content ul {
    padding-left: 20px;
}

.about-left-side-content .attorney-desc {
    width: calc(100% - 25px);
    background-color: #000;
    padding: 25px;
    margin: auto;
    margin-top: -37px;
    z-index: 1;
    position: relative;
    background-image: url(../images/pattern-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-left-side-content .attorney-desc p {
    font-size: 28px;
    font-family: var(--font-two);
    font-weight: 700;
    color: #ccc;
    line-height: 40px;
}
.about-left-side-content .attorney-name {
    font-size: 16px;
    font-weight: 600;
    color: #ccc;
}
/* about css */
.team-content-section .right-btn-wrap {
    justify-content: flex-end;
}