.header-logo img {
    max-width: 260px;
}
header#header{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 4px 0;
}
body.nav-open-menu {
    overflow: hidden;
}
.header-top-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}
.color-red {
    color: #9f1a1a;
}
.header-contact a {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
/*.header-contact {
    padding-bottom: 15px;
    border-bottom: 1px solid #ced2d1;
}*/
.header-btn {
    padding:15px 0 10px;
    text-align: right;
}
.header-contact span.color-red {
    font-weight: 400;
    padding: 0 10px;
}
.btn {
    padding: 14px 25px;
    display: inline-block;
    background: #9f1a1a;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 200px;
    text-align: center;
    box-shadow: unset !important;
    outline: none !important;
}
.btn:hover{
    background: #000;
    color: #fff;
}
.header-menu-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-nav {
    background: #eeeaeb;
    border-bottom: 1px solid #9f1a1a;
    border-top: 1px solid #9f1a1a;
}
.header-menu-main {
    width: calc(100% - 60px);
}
ul.menutop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu-main .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #9f1a1a;
    min-width: 250px;
}
.header-menu-main ul  li a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #000;
}
.header-menu-main ul li {
    padding: 12px 15px;
    position: relative;
}
.header-menu-main ul > li.menu-item-has-children::before {
    content: "";
    right: 0px;
    position: absolute;
    top: 47%;
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform-origin: 5px 0px;
}
.header-menu-main ul > li ul.sub-menu li.menu-item-has-children::before {
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 0px solid #fff;
    border-top: 2px solid #fff;
    right: 10px;
}
.header-search-bar svg {
    width: 21px;
    height: 21px;
    display: block;
}
.header-menu-main ul li ul.sub-menu li a {
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    padding: 10px 15px;
}
.header-menu-main ul li ul.sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header-menu-main ul li:hover > ul.sub-menu{
    display: block;
}
.menu-wrap {
    display: none;
}






p {
    line-height: 34px;
    font-size: 18px;
}
.home_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fcfcfc;
    position: relative;
    padding: 50px 0;
}
.home_banner .btn {
    width: 250px;
    white-space: normal;
    word-wrap: break-word;
}
.home_banner .btn + .btn {
    margin-left: 5px;
}
.home_banner .btn.btn-3 {
    padding: 14px 55px;
}
.home_banner::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #000;
    filter: blur(30px);
    width: 80%;
    height: 20px;
    z-index: -1;
}
.home_banner .banner-heading {
    font-size: 100px;
    line-height: 1.2;
    color: #343434;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 900 !important;
    font-family: 'Oswald', sans-serif;
    position: relative;
}
.home_banner .banner-heading em {
    font-style: normal;
    font-size: 30px;
    position: absolute;
    bottom: 30px;
}
.home_banner .banner-content {
    color: #343434;
}
.home_banner .banner-heading span{
    color:#af010b;
}
.home_banner img {
    height: 780px;
    object-fit: contain;
    margin: 0 auto;
    width: 100%;
}
.secTitle {
    font-size: 40px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.home-content-section .buttons .btn {
    width: 300px;
}
.home-content-section .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.secTitle span {
    display: block;
    font-weight: 600;
    color: #9f1a1a;
}

.secTitle:after {
    content: '';
    position: absolute;
    left: 30%;
    right: 30%;
    background: #9f1a1a;
    height: 1px;
    top: 100%;
}

.aboutSec .secTitle:after{
    left: 0;
}


.about-content {
    font-size: 20px;
    padding-top: 10px;
}

.about-content p {
    line-height: 1.5;
}


.listTitle {
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300 !important;
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 0px;
}

.listTitle span {
    display: block;
    font-weight: 600;
    color: #9f1a1a;
}

.text-white .listTitle span{
    color: #fff;
}

.priority{
    position: relative;
    z-index: 2
}
.full-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
/*.full-iframe-holder{
    width: 850px;
    margin: auto;
    position: relative;
    padding-bottom: 44.5%
}
.full-iframe-holder iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}*/


.full-iframe-holder iframe {
    width: 100%;
    max-width: 850px;
    height: 100%;
    object-fit: cover;
    min-height: 470px;
}

.practice-item {
    background-position: center;
    background-size: cover;
    padding: 30px 25px;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    background: #9f1a1a;
    margin: auto;
    transition: all .15s ease-in-out;
}
.practice-item:hover {
    background: #000;
}
/*.practice-item:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background:#9f1a1a;
        z-index: 1;
        transition: all .15s ease-in-out;
}*/
/*.practice-item:hover:after {
    background: #000;
}*/
.m-practice-item:after {
    right: 0;
    background: #9f1a1a;
}

/*.m-practice-item {
        border-radius: 0px !important;
}*/
.practice-item .listTitle,
.practice-item .listContent{
    position: relative;
    z-index: 4;
}

.practice-item .listContent {
    font-size: 20px;
    padding: 0 25px;
}

.practice-item .read-link {
    display: block;
    color: #fff;
    margin-top:30px;
    position: relative;
    z-index: 9;
}
.practice-item .read-link svg {
    fill: #fff;
    width: 40px;
    height: 40px;
}
.practice-item .read-link svg path{
    fill: #fff;
}



.aboutSec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.confident-legal-sec {
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fcfcfc;
}
.common-examples-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fcfcfc;
    padding-top: 160px;
}
.common-examples-sec .case-list .item {
    background-size: cover;
    background-position: center;
    background-color: #fff;
    padding: 35px 15px;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    /* align-items: center; */
    justify-content: center;
}
.common-examples-sec .case-list .item .title {
    text-transform: uppercase;
    color:#9f1a1a;
    font-weight: 300 !important;
    margin-bottom:12px;
    line-height:1.2;
    font-weight: 600 !important;
}
.common-examples-sec .case-list .item .title span{
    font-weight: 500 !important;
    display: block;
    color: #555;
}
.common-examples-sec .case-list .item .read-more {
    font-size: 32px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-examples-sec .case-list .item .read-more svg{
    width:35px;
    height:35px;
    fill:#555;
}
.common-examples-sec .case-list .item .read-more svg path{
    fill:#555;
}

.home-pursuing-sec .inner-content {
    padding-left: 6vw;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-pursuing-sec .item {
    padding: 40px 20px;
    background-size: cover;
    background-position: center;
    background-color: #000;
    background-repeat: no-repeat;
}
.home-pursuing-sec .item .title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 300 !important;
}
.home-pursuing-sec .item .title b{
    font-weight: 600 !important;
}
.left-bottom-line:after {
    content: '';
    position: absolute;
    left: 0;
    background: #9f1a1a;
    height: 1px;
    top: 100%;
    width: 65%;
}

.badage_wrap img {
    height: 100px;
    object-fit: contain;
}
.trust_icon {
    height: auto;
    padding: 20px 0;
}
.trust_icon .slick-list {
    padding:0 8%;
}

.secTitle.text-white:after {
    background: #fff;
}
.secTitle.text-white span {
    color: #fff;
}
.testimonials-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #222;
    position: relative;
}
.testimonials-sec:after {
    content: "";
    background: rgb(0, 0, 07,0.2);
    position: absoluteg1034
        ;
    width: 100%;
    height: 100%;
    top: 0px;
}
.testimonials-sec .container-fluid {
    position: relative;
    z-index: 9;
}
.testimonials-sec .secTitle span {
    display: inline-block;
}
.testimonials-sec .slick-track {
    display: inline-flex;
}
.testimonials-sec .slick-list .slick-slide {
    height: auto;
}
.testimonials-sec .slick-list{
    padding:0 25%;
}
.testimonials-sec .inner-item {
    padding: 40px 30px;
    background: rgba(255,255,255,0.7);
    text-align: center;
    font-size: 20px;
    height: 100%;
    font-weight: 400;
    line-height: 36px;
}
.testimonials-sec .slick-slider {
    margin-bottom: 70px;
}
.testimonials-sec .clientname {
    color: #000;
    text-transform: capitalize;
    margin-top: 13px;
}
.testimonials-sec .slick-slide {
    padding: 0 50px !important;
}

.testimonials-sec .slick-dots li button {
    background-color: #fff !important;
    border: solid 1px #fff;
    height: 18px !important;
    width: 18px !important;
}
.testimonials-sec .slick-dots li.slick-active button {
    background-color: #9f1a1a !important;
    border: solid 1px #fff;
    height: 18px !important;
    width: 18px !important;
}
.testimonials-sec .slick-dots li.slick-active button:after{
    display:none;
}

.badage_wrap img {
    filter: grayscale(1);
}

.six-ofc-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #9f1a1a;
}
.white-btn {
    background: #fff;
    color: #555;
}
.white-btn:hover {
    background: #555;
    color: #fff;
}

.home-contact-sec .content {
    text-align: justify;
}
.home-contact-sec input, .home-contact-sec select, .home-contact-sec textArea {
    border-bottom: solid 1px #fff;
    color:#fff;
}

.home-contact-sec .btn-main input.Submit {
    background-color: #9b1919;
    color: #fff;
    font-size: 20px;
    border: none;
    letter-spacing: 3px;
}

.informed-sec{
    margin-bottom:-60px;
}
.informed-sec .book-lists .item .btn {
    font-size: 24px;
    padding: 60px 30px 12px;
}
.bookimg {
    position: relative;
    background: none;
}
.bookimg::before {
    position: absolute;
    content: "";
    background: #000;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    filter: blur(47px);
    z-index: -1;
}
.informed-sec .book-lists .item img {
    margin-bottom: -40px;
    position: relative;
    max-width: 380px;
}
.honor-sec  {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #222;
}
.honor-sec .secTitle span{
    display:inline-block;
}
.fv-block {
    max-width: 800px;
    margin: 25px auto;
}
.honor-sec .video-block {
    margin-left: -20px;
}
.honor-sec .inner-content .btn:hover {
    background: #555;
}
.home-community-sec .inner-content {
    padding-left: 6vw;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.hide-bottom-line{
    margin-bottom:0;
}
.hide-bottom-line:after {
    display:none;
}
.home-community-sec .item {
    text-align: center;
    background-size: cover;
    background-position: center;
    position:relative;
}
.home-community-sec .item a {
    display: block;
    padding: 60px 30px;
    min-height: 200px;
}
.home-community-sec .item::before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home-community-sec .item:nth-child(2n)::before{
    background:rgba(159,26,26,0.6);
}
.home-community-sec .item .title {
    color: #fff;
    position: relative;
    font-weight: 300 !important;
    text-transform: uppercase;
    line-height: 1.2;
}
.home-community-sec .item .title span {
    display: block;
    font-weight: 600;
}
.footeraddress .address-wrap {
    padding-left: 0;
}

.practice-item .read-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.banner-form-inner2 {
    box-shadow: 1em 1em 2em rgba(0,0,0,0.25);
    background: rgb(159 29 28 / 0.9);
}

/*================ Responsive CSS =================*/



@media (min-width:1400px){
    .container {
        max-width: 1300px;
    }
    section.aboutSec .container {
        max-width: fit-content;
    }
}

@media (min-width:1500px){
    .container {
        max-width: 1400px;
    }
    header#header .container {
        max-width: 90vw;
    }
}
@media (min-width:1500px) and (max-width:1506px){
    .search-bar {
        width: 40px;
    }
    .search-bar img {
        max-width: 20px;
    }
}
@media (min-width:1200px) and (max-width:1400px){
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1700px) {
    .home_banner .banner-heading {
        font-size: 87px;
    }
    .header-phone-desktop a span {
        font-size: 15px;
    }
    header .header-phone-desktop a img, header .header-phone-desktop a svg {
        width: 24px;
        height: 24px;
        left: 9px;
    }
    .header-phone-desktop a {
        padding-left: 45px;
        font-size: 21px;
    }
    .menu-top li a {
        font-size: 11px;
    }
    .search-bar {
        width: 50px;
    }
}


@media (max-width:1500px){
    .home_banner .btn {
        width: 220px;
    }
    .header-phone-desktop a span {
        font-size: 13px;
    }
    .header-phone-desktop a {
        font-size: 18px;
        line-height: 1.3;
    }
    .home_banner .banner-heading {
        font-size: 70px;
    }
}
@media screen and (max-width: 1400px) {
    .home_banner .banner-heading {
        font-size: 55px;
    }
}
@media screen and (max-width: 1300px) {
    .home_banner .btn {
        width: 190px;
        font-size: 13px;
        min-width: auto;
    }
    .home_banner .banner-heading {
        font-size: 50px;
    }
    .banner-form-inner p {
        font-size: 13px !important;
    }
}


@media screen and (max-width: 1199px) {
    .home_banner .container {
        max-width: 98%;
    }
    .home_banner .btn {
        width: 175px;
        font-size: 12px;
    }
    .home_banner .btn + .btn {
        margin-left: 2px;
    }
    .header-menu-main ul  li a {
        font-size: 16px;
    }
    .header-menu-main {
        width: calc(100% - 40px);
    }
    .informed-sec .book-lists .item img {
        max-width: 300px;
        width: 100%;
    }

    .common-examples-sec {
        padding-top: 80px;
    }

}

@media screen and (max-width: 991px) {
    .home_banner .btn {
        font-size: 15px;
    }
    header#header {
        padding: 0;
    }
    .home_banner .btn {
        width: 235px;
    }
    .practice-item {
        width: 330px;
        height: 330px;
    }
    p {
        line-height: 30px;
        font-size: 16px;
    }
    .full-iframe-holder {
        width: 100% !important;
    }
    .header-contact a {
        font-size: 21px;

    }
    .header-logo img {
        max-width: 220px;
    }
    .header-contact {
        padding-bottom: 10px;
    }
    .btn {
        padding: 12px 18px;
    }
    .header-top-nav {
        display: none;
    }
    .mobile-header-wraper {
        display: flex;
        align-items: center;
    }
    div#search-icon-bar {
        width: 50px;
        height: 50px;
        background: #9f1a1a;
        margin-left: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }
    .header-btn {
        padding: 15px 0 5px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    div#search-icon-bar.header-search-bar svg path{
        stroke: #fff;
    }
    .menu-wrap {
        background-color: #000;
        position: fixed;
        top: 136px;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }
    .menu-full-wrapper {
        width: 100%;
        position: absolute;
        top: 0;
        text-align: left;
    }
    .menu-show {
        right: 0;
        max-width: 100%;
    }
    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        height: 100%;
        padding-bottom: 50%;
    }
    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .menu-sidebar .menu-bar-wrapper li:last-child{
        border: none;
    }
    .menu-sidebar .menu-bar-wrapper li > a {
        color: #fff;
        padding: 10px 15px;
        position: relative;
        display: block;
        font-weight: 300;
        font-size: 15px;
    }
    .menu-sidebar .menu-bar-wrapper li > a:hover:after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper li > a:hover {
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a {
        background-color: #931106;
        color: #fff;
    }
    .menu-sidebar .sidebar-menu-arrow:after {
        content: "";
        cursor: pointer;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -5px;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow:after {
        transform: rotate(135deg);
        display: block;
        margin:0;
    }
    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
        color: #0e2743;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 500;
        background-color: #9f1a1a;
        color: #fff;
        width: 100%;
    }
    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link:after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 47px;
        width: 44px;
        background-color: transparent;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 30px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow:after {
        font-size: 16px;
    }
    .sidebar-menu-arrow::after {
        cursor: pointer;
        content: "";
        position: absolute;
        top: 0px;
        margin: auto;
        bottom: 0px;
        right: 0;
        background-size: 14px;
        height: 40px;
        width: 40px;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li a:after{
        display: none;
    }
    .menu-sidebar .menu-bar-wrapper li .sub-menu li .sub-menu li a {
        padding-left: 50px;
    }
    /* body.nav-open-menu {
        position: fixed;
        overflow: hidden;
    } */
    .menu-button {
        height: 50px;
        width: 50px;
        position: relative;
        margin-left: 0;
        background: #9f1a1a;
    }
    .menu-button .menu-bar {
        position: absolute;
        transition: .5s;
        opacity: 1;
        margin: 0 auto;
        width: 35px;
        right: 0;
        left: 0;
        background: #fff;
        height: 2px;
        border-radius: 10px;
    }
    .menu-button:hover {
        cursor: pointer;
    }
    .menu-button .menu-bar-top {
        top: 10px;
    }
    .menu-button .menu-bar-middle {
        top: 50%;
        transform: translateY(-50%);
        margin-left: auto;
        margin-right: auto;
    }
    .menu-button .menu-bar-bottom {
        top: auto;
        bottom:10px;
    }
    .menu-button.button-open {
        z-index: 13;
    }
    .menu-button.button-open {
        z-index: 13;
    }
    .button-open .menu-bar-middle {
        background-color: #fff;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }
    .menu-button.button-open .menu-bar-top {
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
        top: 13px;
        background: #fff;
        opacity: 1;
    }
    .menu-button.button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(10px, -12px);
        transition: .5s;
        right: 0;
        background: #fff;
        top: 40px;
        bottom: auto;
    }
    .sub-menu li ul.sub-menu {
        position: static;
    }

    .home_banner {
        padding: 40px 0;
    }
    .home_banner .banner-img {
        display: none;
    }

    .secTitle {
        font-size: 30px;
    }
    /*.practice-item {
            padding: 80px 20px;
    }*/

    .practice-item .listContent {
        font-size: 16px;
        padding: 0;
    }
    .practice-item .read-link {
        margin-top: 12px;
    }
    .practice-item .read-link svg {
        width: 30px;
        height: 30px;
    }

    .home-community-sec .inner-content {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .testimonials-sec .slick-list {
        padding: 0 20%;
    }
    .testimonials-sec .inner-item {
        padding: 25px 15px;
        font-size: 16px;
        line-height: 30px;
    }
    .testimonials-sec .slick-slide {
        padding: 0 25px !important;
    }
    .informed-sec .book-lists .item .btn {
        font-size: 17px;
        padding: 17px 20px;
        width: 100%;
        display: block;
    }
    .informed-sec .book-lists .item img {
        margin-bottom: 30px;
    }
    .informed-sec .item {
        margin-bottom: 60px;
    }
    .informed-sec {
        margin-bottom: 0;
    }
    #menu-menu-footer li a {
        font-size: 15px;
        padding: 10px 9px;
    }
    .copyright {
        padding: 10px 0;
    }
    .confident-legal-sec {
        background-color: #f1f1f1;
        background-image: none !important;
    }
    .confident-legal-sec .text-right {
        text-align: center !important;
    }
    .confident-legal-sec .secTitle br {
        display: none;
    }
    .home-pursuing-sec .inner-content {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .home_banner {
        height:auto;
        padding: 40px 0;
        display: flex;
        align-items: center;
    }
    .home_banner .banner-heading em {
        font-size: 20px;
        bottom: 18px;
    }
    .trust_icon .slick-list {
        padding:0;
    }


    .aboutImg-sec {
        margin-bottom: 25px;
    }

}

@media (max-width:768px){
    .home_banner .btn.btn-4 {
        transform: rotate(-90deg);
        transform-origin: 0 0;
        width: auto;
        min-width: auto;
        position: fixed;
        right: -92px;
        top: 60%;
        z-index: 9;
        padding: 8px 15px;
    }
    .home_banner .btn + .btn {
        margin-left: 0;
    }
    .practice-item {
        /*padding: 30px 20px;
        border-radius: 11px;
        margin-bottom: 40px;*/
        /*height: auto;*/
    }
    .testimonials-sec .slick-list {
        padding: 0;
    }
    .fv-block {
        max-width: 350px;
        margin: 20px auto;
    }
    .header-contact {
        display: none;
    }
    .header-btn .btn {
        display: none;
    }
    .header-logo img {
        max-width: 180px;
    }
    .informed-sec .book-lists .item img {
        margin-bottom: 20px;
        width: 100%;
        max-width: 85%;
    }
    .bookimg::before{
        display:none;
    }

}
@media (max-width:767px){
    .home_banner .btn {
        width: 100%;
    }
    body #container-wrap{
        margin-top: 0px !important;
    }
    .home_banner .btn + .btn {
        margin-left: 0;
    }
    .practice-item-list:last-child .practice-item{
        margin-bottom: 0;
    }
    .practice-item {
        margin-bottom: 25px;
    }
    .home-community-sec .inner-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .informed-sec .item {
        margin-bottom: 35px;
    }
    .common-examples-sec {
        padding-top: 35px;
    }
    .home-pursuing-sec .inner-content {
        padding: 35px 15px;
    }
    .home-pursuing-sec .item {
        padding: 35px 15px;
    }
    .home-contact-sec .content {
        text-align: center;
    }
    #menu-menu-footer {
        justify-content: center;
    }
    .footer-top-nav ul li {
        lex: initial;
    }
    .copyright {
        padding: 10px 0 !important;
    }
    .addressInner br {
        display: initial;
    }
    .menu-wrap {
        top: 86px;
    }
    div#search-icon-bar {
        margin-right: 15px;
    }
}
@media (max-width:575px){
    .home-content-section .buttons .btn {
        width: 100%;
    }
    .full-iframe-holder {
        height: 260px;
        padding: 0;
    }
    .home_banner .banner-heading {
        font-size: 60px;
        line-height: 60px;
    }
    .home_banner .banner-heading em {
        font-size: 20px;
        bottom: 12px;
    }
    .home_banner::after{
        display:none;
    }
}

@media (max-width:480px){
    .secTitle {
        font-size: 27px;
    }
    .home_banner .banner-heading {
        font-size: 45px;
        line-height: 45px;
    }
    .trust_icon li{
        flex:auto !important;
    }
}

@media (max-width:380px){
    .header-logo img {
        max-width: 150px;
    }
    div#search-icon-bar {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.secTitle.text-white a {
    color: #fff;
    font-weight: 600;
}

.secTitle.text-white a:hover {
    text-decoration: underline;
}

.aboutSec {
    position: relative;
}

.aboutSec:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.6);
    z-index: 1;
}
.aboutSec .container {
    z-index: 3;
    position: relative;
}
.practice-item .btn-learn {
    background: #fff;
    font-size: 18px;
    display: inline-block;
    color: #000;
    padding: 10px 15px;
    margin-top: 15px;
}
.book-list-box{
    padding-bottom:15px;
    padding-top:15px;
}
@media screen and (max-width: 1399px) {
    .header-phone-desktop a p {
    font-size: 13px;
}
#header .header-phone-desktop a img, #header .header-phone-desktop a svg {
    left: 10px;
}

}
@media screen and (max-width: 1299px) {
.menu-header>ul>li.current_page_item>a {
    padding: 0 5px;
}
}
@media screen and (max-width: 1199px) {
    .informed-sec .book-lists .item .btn {
        font-size: 18px;
    }

.menu-top {
    margin-right:0px;
}
.search-bar {
    width: 55px;
}
#mainNav>li.menu-item-has-children {
    padding-right: 14px;
}
ul.menu-top li {
    padding: 0 8px;
}

}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.banner-form-inner .btn-main span.wpcf7-spinner {
    top: 12px;
    right: 175px;
}
input[type="file"]::-webkit-file-upload-button {
    padding: 10px 25px !important;
    border: 1px solid #9f1a1a !important;
    background-color: #9f1a1a;
    color: #fff !important;
    border-radius: 50px;
    text-transform: uppercase;
}

input[type="file"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
.file-control-field label {
    text-transform: uppercase;
}
input[type=file]:not(:disabled):not([readonly]) {
    padding-top: 0;
    margin: 0;
    border: 0;
}
.disabled1{
    opacity:.3;
    cursor:not-allowed
}
div#wpcf7-f918035-p918034-o1 input[type="radio"] {
    height: auto !important;
    top: 10px !important;
}

.home-practice.practiceattorney.main {
    padding-bottom: 30px;
}

.banner-form-inner .wpcf7 .wpcf7-not-valid-tip ,
.banner-form-inner .wpcf7 .wpcf7-not-valid-tip {
    bottom: -16px;
    font-size: 9px;
    height: 14px;
    line-height: 1.6;
}
.sidebar_form_style .wpcf7-list-item {
    font-size: 16px;
    padding-right: 10px;
    line-height: 1.5;
}
.sidebar_form_style .wpcf7-list-item input[type=radio] {
    top: 3px;
}

@media (max-width:991px){

    .banner-form-inner .wpcf7 .wpcf7-not-valid-tip ,
    .banner-form-inner .wpcf7 .wpcf7-not-valid-tip {
        bottom: -21px;
    }

    div#wpcf7-f917820-o1 .wpcf7-response-output {
        bottom: -34px;
    }
}
/* */
.current_page_item .sub-menu a {
    color: unset !important;
}
#contact .contact-page-form .form-group .form-control {
    border-bottom: 1px solid #eee !important;
}
#contact .contact-page-form .form-group .form-control.wpcf7-checkbox{
     border-bottom: 0 !important;
}
