.award-sec img{
    margin: auto;
}
.criminal-defense *{
    color: white;
}

.criminal-defense{
    background-size: cover;
}

.btm-border.btm-lft-border h2:after{
    left: 0;

}

.hire-sec .btm-border h2:after{
    border-bottom: 1px solid var(--red);
}
.hire-sec .rgt-btm-border:after{
    border: 1px solid var(--red);
}

.case-result .btm-border h2:after{
    border-bottom: 1px solid var(--red);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.case-result .col-inner{
    border: 1px solid var(--grey2);
    background-color: white;
    padding: 40px 20px;
    margin: 0px 5px;
    transition: all 0.5s;
}
.case-result .col-inner h5, .case-result .col-inner .h5{
    color: var(--red);
}
.case-result .col-inner:hover{
    border: 1px solid white;
    box-shadow: 0px 4px 80px 0px #00000014;
    transition: all 0.5s;

}
.lft-btm-border img{
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}
.lft-btm-border{
    padding: 20px 0px 20px 20px;
}
.lft-btm-border:after{
    content: '';
    background-color: var(--red);
    left: 0;
    top: 0;
    width: 30%;
    height: 30%;
    position: absolute;
}
.lft-btm-border:before{
    content: '';
    border: 1px solid var(--red);
    left: 0;
    bottom: 0;
    width: 95%;
    height: 40%;
    position: absolute;
}
.left-image-layout .btm-small-border h2:after, .left-image-layout .btm-small-border .h2:after{
    left: 0;
    width: 80%;
}
.left-image-layout  .sub-heading{
    font-size: 22px;
    color: var(--red);
    font-weight: 600;
}

.left-image-layout .outer-play-wp{
    position: absolute;
    left: calc(50% - 114px);
    bottom: 50px;
    z-index: 4;
    background-color: rgba(127, 16, 41, 0.2);
    border-radius: 40px;
    padding: 15px;
}
.left-image-layout .outer-play-wp .btn:hover{
    background-color: var(--red);
    color: white;
    transition: all 0.5s;
}
.left-image-layout .outer-play-wp:hover{
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
}

.how-we-help-sec *{
    color: white;
}
.how-we-help-sec{
    background-size: cover;
}
.how-we-help-sec .btm-small-border h2:after, .how-we-help-sec .btm-small-border .h2:after{
    border-bottom: 1px solid white;
}
.how-we-help-sec .col-inner a{
    position: relative;
    transition: all 0.5s;
    padding: 30px;
    height: 270px;
    border: 10px solid #7A7A7A;
    display: block;
    background-size: cover;
    background-position: center;
}
.how-we-help-sec .icon-sc{
    width: 92px;
    height: 92px;
    padding: 10px;
    background-color: white;
    border: 1px solid var(--red);
    margin-right: 20px;
    flex-shrink: 0;
    border-radius: 50%;
}
.how-we-help-sec .list-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}
.how-we-help-sec .col-inner a:after{
    content: '';
    width: 100%;
    height: 100%;
    background: #00000099;
    left: 0px;
    top:0px;
    z-index: 1;
    position: absolute;
    transition: all 0.5s;
}
.how-we-help-sec .col-inner a *{
    position: relative;
    z-index: 2;
}
.how-we-help-sec .col-inner a:hover:after{
    background: linear-gradient(0deg, rgba(127, 16, 41, 0.68), rgba(127, 16, 41, 0.68));
    transition: all 0.5s;

}
.how-we-help-sec .col-inner a:hover{
    border: 10px solid white;
    transition: all 0.5s;
}
.home-page-banner .rgt-img img{
    position: absolute;
    right: 0;
    bottom: -75px;
    display: block;
    height: 90%;
    object-fit: contain;
    z-index: 2;
    width: 100%;
    object-position: center bottom;
}
.home-page-banner {
    background-size: cover;
    margin-top: -30px;
}
.home-page-banner .container-1{
    min-height: 75vh;
    background-size: cover;
}
.banner-top-sec:after{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner-top-sec:before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
}


.home-page-banner .name-sec, .home-page-banner .banner-content-wrap{
    position: relative;
    z-index: 3;
}
.home-page-banner .banner-content-wrap{
    padding-right: 0;
    text-align: center;
}
.home-page-banner .banner_heading {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 15px;
    color: #fff;
}
.home-page-banner .banner_heading h1, .home-page-banner .banner_heading .h1{
    color: white;
}
.home-page-banner .name-sec{
    position: absolute;
    width: 316px;
    right: 0;
    bottom: 20px;
    line-height: 1.2;
}
.home-page-banner .name-sec .name{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: white;
    padding-bottom: 5px;
    margin-bottom: 5px;

    position: relative;
}
.home-page-banner .name-sec .name:after{
    content: '';
    width: 83%;
    border-bottom: 1px solid white;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.home-page-banner .name-sec .designation{
    font-size: 22px;
    line-height: 22px;
    color: white;
}
.home-page-banner  .btn:hover{
    background-color: white;
    color: var(--red);
    border-color: white;
}
.home-page-banner  .btn.white-btn:hover{
    background-color: var(--red);
    color: white;
    border-color: var(--red);
}
.home-page-banner  .btn{
    margin-right: 15px;
}
.banner-form{
    padding: 25px 0px;
    position: relative;
    z-index: 5;
    backdrop-filter: blur(10px);
    background-image: url(../img/form-bg.webp);
    background-size: cover;
}
.banner-form .form-control{
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: white;
    border-radius: 0;
    padding: 10px 0px;
    height: 45px;
}
.banner-form .form-control::placeholder{
    color: rgba(255,255,255,0.4) !important;
}
.banner-form textarea.form-control{
    height: 45px;
    overflow: hidden;
}
.banner-form .form-control:focus{
    outline: 0;
    box-shadow: none;
}
.banner-form .form-control:focus::placeholder{
    color: white !important;
}
.banner-form .form-control:focus{
    border-bottom: 1px solid white;
}
.banner-form  form{
    position: relative;
}
/*.banner-form  .submit-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: fit-content;
    padding-right: 0;
}*/
.banner-form  .submit-btn .btn{
    margin-right: 0;
}
.banner-form  .submit-btn p{
    margin: 0;
}
/*.banner-form .text-area-sc{
    padding-right: 220px;
}
*/.team-sc-hm .btm-small-border h2:after, .team-sc-hm .btm-small-border .h2:after{
    width: 178px;
    left: calc(50% - 87px);
}
.team-sc-hm .inner-blk{
    padding: 0px 10px;
}
.team-sc-hm .inner-blk .img-sec{
    padding: 10px;
    border: 1px solid var(--red);
    margin-bottom: 15px;
}
.team-sc-hm .inner-blk .img-sec img{
    display: block;
    transition: all 0.5s;
}
.team-sc-hm .inner-blk .img-sec img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}
.team-sc-hm .inner-blk .title{
    font-size: 22px;
    line-height: 1.3;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 8px;
    transition: all 0.5s;
}
.team-sc-hm .inner-blk .title:hover{
    color: var(--red);
    transition: all 0.5s;
}
.team-sc-hm .inner-blk .designation{
    font-size: 18px;
    color: var(--red);
    line-height: 1.3;
    margin-bottom: 8px;
}
.team-sc-hm .inner-blk  .location{
    font-size: 18px;
    line-height: 1;
}
.team-sc-hm .container{
    padding-left: 80px;
    padding-right: 80px;
}

.about-sec-hm .hd-sc h6{
    font-weight: 600;
}
.about-sec-hm .sub-heading{
    font-size: 22px;
    font-weight: 600;
    color: var(--red);
}
.about-sec-hm .top-sec{
    width: fit-content;
    padding-bottom: 10px;
}
.about-sec-hm .top-sec:after{
    content: '';
    width: 90%;
    height: 1px;
    background-color: var(--red);
    position: absolute;
    bottom: 0;
    left: 0;
}

.left-image-layout .btm-content{
    color: var(--red);
}
.case-result .col-inner:hover{
    background-color: var(--red);
}
.case-result .col-inner:hover *{
    color: white;
}
.custom-checkbox span.wpcf7-list-item.first.last {
    margin: 0;
}