/*home banner css start here*/
.banner-home {
    height: 90vh;
    background-size: cover;
    position: relative;
    background-position: center top; 
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
    margin-top: 100px;
    margin-left: 300px;
}
.home-banner {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    min-height: 750px;
    display: flex;
    align-items: center;
    margin-bottom: 50px
}
.banner-home .inner-content{
    position: absolute;
    bottom: 60px;
    left: 0%;
    background: #152B46;
    width: 935px;
    margin-left: -300px;
    padding: 85px 50px 95px;
}
.banner-home .sub_heading{
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 10px;
}
.home_banner_title{
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    line-height: 150%;
    letter-spacing: 3px;
    letter-spacing: 5px;
}
.banner-home p{
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: lowercase;
    margin: 10px 0px 0px 0px;
}
.banner-home .btn{
    position: absolute;
    bottom: -17px;
}
.home_about .container-fluid,
.home_team .container-fluid,
.home_case .container-fluid,
.dummy_content .container-fluid{ 
    padding: 0px 50px;
}


.home_about img{
    object-fit: cover;
    object-position: center;
    width: 878px;
    height: 109px;
    margin-bottom: -38px;
    margin-left: 10px;
}
.home_team{
    background: #f2f5f6;
}
.home_team .inner-content{
    padding-left: 30px;
}
.home_team img{
    height: 560px;
    object-fit: cover;
}
/* .home_practice{
    padding-left: 14%;
} */
.home_practice .container-fluid::after{
    /* position: absolute;
    content: '';
    top:0px;
    left:0;
    background: url(../img/practice_bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    width: 45%;
    height: 100%;
    z-index: -9; */
}
.home_practice .container-fluid::before{
    /* position: absolute;
    content: '';
    top:0px;
    right:0;
    background: url(../img/practice_group.webp) no-repeat;
    background-size: cover;
    background-position: center;
    width: 55%;
    height: 100%;
    z-index: -9; */
}
.home_practice h2{
    font-weight: 500;
    font-size: 38px;
}
.home_practice .inner_content{
    width:510px;
}
.home_practice .inner_content p{
    line-height: 30px;
} 
.home_practice .slick-list{
    padding-right: 5%;
}
.home_practice .practice_list a{
    font-weight: 600;
}
.home_practice .practice_list{
    background: #f2f5f6;
    padding: 25px 25px 30px 25px;
    margin-right: 20px;
    min-height: 448px;
    /* -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s; */
    transition: all ease-in-out .9s;

}
.home_practice .practice_list .numeric{
    font-weight: 600;
    color: #454545;
    margin-bottom: 85px;
    font-family: 'DM SANS 18PT';
}
.home_practice .practice_list .title{
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 15px;
}
.home_practice .practice_list p{
    color: #454545;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.home_practice .practice_list:hover{
    background: #033E5F;
    transition: all ease-in-out .9s;
}
.home_practice .practice_list:hover .numeric,
.home_practice .practice_list:hover .title,
.home_practice .practice_list:hover p, 
.home_practice .practice_list:hover .btn_link{
    color: #fff;
}
.home_practice .practice_list:hover .btn_link:after{
    background: #fff;
}
.home_practice .practice_list:hover .btn_link svg path{
    stroke: #fff;
}
.home_practice .slick-arrow{
    border: 0;
    background: 0 0;
    position: absolute;
    top: 47%;
    transform: translate(-50%);
    left: -31px;
    z-index: 9;
}
.home_practice .slick-arrow svg{
    width: 50px;
    height: 50px;
}
.home_practice .next-arrow{
    right: -69px;
    left: auto;
}
#practice_slider.slick-slider {
  position: relative;
}

#practice_slider.slick-slider::before,
#practice_slider.slick-slider::after {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    width: 100px;   
}


#practice_slider.slick-slider::after {
    right: -46px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1)); /* Adjust colors as needed */
}

#practice_slider{
    margin-top: 45px;
    margin-left: 12px;
}
.btn_link{
    background: none;
    padding: 0 !important;
    letter-spacing: 0px;
    border: 0;
    color: #7F99A5;
    font-weight: 600;
}
.btn_link svg{
    margin-left: 12px;
}
.btn_link:hover{
    background: none;
    border: 0;
    color: #152c47;
}
.btn_link:hover svg path{
    stroke: #152c47;
}
.btn_link:hover:after {
    background: #152c47;
}
.btn_link:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #7F99A5;
}

.home_case{
    background: #7F99A5;
    padding-top: 150px;
}
.home_case .btn{
    border: 1px solid #fff;
}
.home_case .btn:hover{
    border: 1px solid #1d1d1b;
}
.home_case p{
    color:#fff;
}
#case_slider{
    margin-top: 100px;
    margin-bottom: 140px;
}
.case_box {
    padding: 0 40px;
}
.case_box::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .4;
}
/* .case_box:not(:last-of-type)::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .4;
} */*/
/* #case_slider .case_box:nth-child(3n)::after {
    display: none;
}*/
#case_slider .slick-slide.slick-active:last-of-type .case_box::after {
    display: none;
  }
#case_slider .slick-slide.slick-active + .slick-slide:not(.slick-active) .case_box::after {
    display: none;
  } 

.case_box .numeric{
    font-weight: 600;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.case_box .title{
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    margin: 15px 0 65px 0px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case_box .title::after{
    position: absolute;
    content: '';
    bottom: -30px;
    left: 50%;
    width: 150px;
    height: 1px;
    background: #fff;
    opacity: 0.4;
    transform: translate(-50%);
}
.case_box p{
    font-family: 'Inter 18pt';
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}
.home_case .left_sec .img_block{
    position: absolute;
    left: 16%;
    top: -45px;
}
.home_case .left_sec .img_block img{
    width: 840px;
    height: 106px;
    object-fit: cover;
}
.home_case .slick-arrow{
    background: none;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
    bottom: -90%;
    position: absolute;
    transition: background 0.7s ease;
}
.home_case .prev-arrow{
    left: 46%;
}
.home_case .next-arrow{
    left: 51%;
}
.home_case .slick-arrow:hover{
    background: #fff;
}
.home_case .slick-arrow svg{
    width: 21px;
    height: 21px;
}
.home_case .slick-arrow:hover svg path{
    fill: #7F99A5;
}



.dummy_content .img{
    height: 673px;
    object-fit: cover;

}
.dummy_content .heading_img{
    object-fit: cover;
    object-position: center;
    width: 723px;
    height: 110px;
    margin-bottom: -66px;
    margin-left: 8px;
}
.dummy_content .inner-content{
    padding-left: 20px;
}
.home_blog{
    background: #f2f2f2;
    padding-left: 68px;
}
.home_blog .heading_bg{
    height: 398px;
    width: 102px;
    z-index: 9;
    position: relative;
}
.home_blog .img{
    width: 573px;
    height: 271px;
    object-fit: cover;
        margin-top: -52%;
    margin-right: 74px;
    position: absolute;
        left: 20px;
}
.home_blog p{
    font-family: Campton;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 3px;
    color: #706f6fb0;
    transform: rotate(90deg);
    margin: 0;
    height: 82px;
    width: 577px;
    position: absolute;
    top: 57%;
    left: -273px;
    z-index: 9;
}
.home_blog .wrap{
    width: fit-content;
    position: relative;
}
.two_sec{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
}
.home_blog .left{
    width: 18%;
    margin-top: 25px;
    position: relative;
}
.home_blog .left .inner_wrap{

}
.home_blog .right{
    width: 85%;
}
.home_blog h2{
    margin-left: -15px;
}
.home_blog .post-lists .blog-title a{
    font-size: 25px;
    line-height: 35px;
}
.home_blog .post-content {
    background: #ffffff;
    box-shadow: 0 4px 20px -6px rgba(0, 0, 0, .15);
    transition: box-shadow 0.3s ease;
}
.home_blog .post-content:hover{
    box-shadow: 0 4px 20px -6px rgb(0 0 0 / 40%);
    transition: box-shadow .9s ease;
    cursor: pointer;
}
.home_blog .blog-loop-item .inner_content {
    padding: 25px 22px;
    min-height: 182px;
}
.home_blog .blog-list-item.slick-slide {
    overflow: visible;
    margin-bottom: 45px; /* Add space to show shadow */
}
.home_blog .slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding: 0;
}
.home_blog .slick-arrow{
    background: 0 0;
    border: 1px solid #7F99A5;
    width: 60px;
    height: 60px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 16%;
    position: absolute;
    top: -21%;
    transition: background 0.7s ease;
}
.home_blog .next-arrow{
    right: 11%;
}
.home_blog .slick-arrow svg path{
    fill: #7F99A5;
}
.home_blog .slick-arrow:hover svg path {
    fill: #fff;
}
.home_blog .slick-arrow:hover {
    border: 1px solid #7F99A5;
    background: #7F99A5;
}
.home_blog .slick-list{

}
.home_blog .blog-list-item{
    margin-left: 8px;
    margin-right: 8px;
}
.home_blog .slick-slide:first-child {
    margin-left: 0 !important;
}
.home_blog .slick-slide:last-child {
    margin-right: 0 !important;
}
.home_blog .slick-list{
    padding-right: 10%;
}
.home_blog .blog-title a{
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.2px;
}
.home_blog .post-image .featured{
    height: 300px;
}
.home_blog .btn{
    width: auto;
}
.home_blog .slick-dots {
    display: flex;
    flex-wrap: wrap;
    bottom: -59px;
    left: 15%;
    width: 85%;
}
.home_blog .slick-dots li button {
    width: 100%;
    height: 1px;
    padding: 0;
    background: #00000033;
    opacity: 1;
    border-radius: 0;
}
.home_blog .slick-dots li {
    flex: 1;
    margin: 0;
}
.home_blog .slick-dots li.slick-active{
    width: 100%;
}
.home_blog .slick-dots li.slick-active button {
    background: #7F99A5;
    opacity: 1;
    height: 3px;
    margin-top: -2px;
}
.home_blog .slick-dots li.slick-active button:before, 
.home_blog .slick-dots li button:before{
    opacity: 0;
}


.footer_form .container{
    /* background: #152B46;
    padding: 25px; */
}
.footer_form .inner_content{
    /* border: 1px solid #a9aca1; */
    background: #152b46;
    padding: 30px 40px;
}
.footer_form .inner_content .inner_row{
    border: 1px solid #a9aca19c;
}
.footer_form .heading_bg {
    object-fit: cover;
    object-position: center;
    width: 1133px;
    height: 142px;
    margin: 0 auto -63px auto;
    display: block;
}
.footer_form .commonContactFormWrap{
    padding: 35px 35px 60px 35px;
}
.footer_form .custom-date-wrapper input{
    margin: 0 15px 0 15px;
    width: 95%;
    padding-right: 0;
}
.footer_form .commonContactFormWrap form textarea {
    height: 160px !important;
}
.common-contact-sec form input, .common-contact-sec form textarea, .common-contact-sec form select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 15px 25px 0px;
    background: 0 0;
    border-radius: 0;
    border-bottom: 1px solid #ffffff3b;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    font-family: 'Campton Book';
    width:100%;
}
.common-contact-sec .wpcf7-form-control-wrap{
    margin: 0px 15px;
}
.common-contact-sec form textarea {
    height: 95px !important;
    width: 100%;
    resize: none
}
.footer_form .form-group {
    margin-bottom: 45px;
}
.common-contact-sec form input:focus-visible,.common-contact-sec textarea:focus-visible {
    outline: 0px
}
.form-control:focus{
    background-color: transparent;
    border-color: #FFFFFF4D;
    color: #fff;
}
.footer_form ::-webkit-input-placeholder {
    color: #fff;
}
.footer_form ::-moz-placeholder {
    color: #fff;
}
.footer_form :-ms-input-placeholder {
    color: #fff;
}
.footer_form ::-ms-input-placeholder {
    color: #fff;
}
.footer_form ::placeholder {
    color: #fff;
}
.common-contact-sec form .address textarea{
    height: 50px !important;
}
.footer_form .custom-date-wrapper:after{
    right: 28px;
}
.footer_form label#date-error{
    margin-right: 27px;
}
.cf7mls-btns{
    margin: 0 auto;
    justify-content: center;
    display: flex;
    min-height: auto;
}
.cf7mls-btns .cf7mls_next{
    padding: 22px 20px 20px 20px !important;
    margin: 0 auto !important;
    height: 60px;
    justify-content: center;
    width: 115px;
}
.cf7mls-btns .cf7mls_next:hover{
    opacity: 1 !important;
    background: #000;
    border: 1px solid #000;
}
.cf7mls_next svg{
    display: none;
}
/* .cf7mls-btns .cf7mls_back{
    display: none;
} */
.wpcf7-display-none{
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.footer_form .form-btn{
    justify-content: center;
    display: flex;
    margin-top: 20px;
}
.footer_form .form-btn .wpcf7-submit.btn{
    padding: 20px;
    margin: 0 auto;
    height: 60px;
    justify-content: center;
    border-radius: 0;
    font-weight: 500;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    transition: .7s;
}


.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 15px;
    line-height: 21px;  
    display: block;    
    font-weight: normal;
    padding-left: 30px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #fff;
    text-align: left;
}

.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item{
    margin: 0;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 2px solid #7D8387;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0px;
    top: 3px;
    background: #f5f3ef;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 5px;
    height: 10px;
    border: solid #0c0c0c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label:after {
    top: 7px !important;
    left: 8px !important;
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label:before {
    border: 2px solid #7D8387;
    background: #f5f3ef;
}
.footer_form .accept .wpcf7 label{
    margin: 0px 15px 0px 15px;
}
.common-contact-sec .accept .wpcf7-form-control-wrap{
    margin: 0;
}
.common-contact-sec .accept{
    margin-bottom: 20px;
}
.privacy .wpcf7-acceptance .wpcf7-list-item-label{
    line-height: 30px;
}
/* END HOME PAGE */

/* START CONTACT US PAGE */
.contact_page .contact_info{

}

/* END CONTACT US PAGE */


/* START PRACTICE AREA PAGE */

.practice_page .practice_box .icon {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding: 19px;
    border-radius: 100px;
    background: #152b46;
    width: 170px;
    height: 170px;
}
.practice_box {
	    display: flex;
    justify-content: center;
}
.practice_page .practice_box img {
	height: -webkit-fill-available;
    margin: 12px;
    object-fit: contain;
    object-position: center;
    -webkit-transition: all ease-in-out .8s;
    -moz-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    transition: all ease-in-out .8s;
}
.practice_page .practice_box a.img_link{
    -webkit-transition: all ease-in-out .8s;
    -moz-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    transition: all ease-in-out .8s;
    
}
.practice_page .practice_box a.img_link:hover:before {
    opacity: 1; /* Show gradient smoothly */
    visibility: visible;
}

.practice_page .practice_title{
    color: #1D1D1B;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    padding: 15px 15px 13px 15px;
    height: 85px;
    -webkit-transition: all ease-in-out .8s;
    -moz-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    transition: all ease-in-out .8s;
}
.practice_page .practice_box a.img_link:hover .practice_title{
    color: #FFFFFF;
    background: #152B46;
}
.practice_page .item_wrap {
    width: 100%;
    padding: 15px;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: center;
}
.practice_page .practice_box{
    margin-bottom: 10px;
    -webkit-transition: all ease-in-out .8s;
    -moz-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
    transition: all ease-in-out .8s;
}
.mass_torts{
    background: #f2f5f6;
}
.practice_page .practice_list{
    padding:20px;
}
/* END PRACTICE AREA PAGE */


/* START LOCATION PAGE */
.location_page{
    background: #f2f5f6;
}
.location_page h2{
    letter-spacing: 5px;
}
.location_page .map p{
    line-height: 0;
}
.location_page iframe{
    height: 265px;
}
.location_page .title{
    font-family: Campton;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #1D1D1B;
}
.location_page .sub_heading{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #706F6F;
    font-family: 'Campton Book';
}
.location_page .review_wrap{
    justify-content: space-between;
}
.location_page .review_link{
    text-decoration: underline;
    text-transform: math-auto;
    font-family: 'Campton Book';
    font-weight: 400;
}
.location_page .content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #706F6F;
    font-family: 'Campton Book';
}
.location_page .btn_link:after{
    display: none;
}
.location_page .get_link{
    text-decoration: underline;
    color: #152B46;
    background: #fff;
    border: none;
    padding: 20px 15px 20px 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: none;
}
.location_page .get_link svg{
    margin-left: 12px;
}
.location_page .get_link:hover{
    background: #7f99a5;
    color: #fff;
}
.location_page .get_link:hover svg path{
    stroke: #fff;
}
.direction_icon{

}
.location_page .learn{
    color: #152B46;
    letter-spacing: 0.2px;
    font-weight: 600;
    margin-top: 10px;
    text-align: left;
}
.location_page .learn:hover{
    color: #7f99a5;
}
.location_page .address_heading{
    font-weight: 500;
    text-transform: uppercase;
    color: #1D1D1B;
}
.location_page .address_wrap{
    margin-left: 36px;
    margin-top: 22px;
}
.location_page .map_icon{
    position: absolute;
    left: -35px;
    top: 6px;
    width: 18px;
    height: 20px;
}
.location_page .white_bg{
    background: #fff;
    box-shadow: 0px 1px 20px 0px #00000014;
    padding: 15px 15px 15px 15px;
    
}
.location_page .inner_content{
    margin-top: 20px;
}
.location_page .location_list{
    padding-left: 10px;
    padding-right: 10px;
}
.gm-style .place-card-medium{
    display: none !important;
}

/* END LOCATION PAGE */

/* START FAQ PAGE */
.fqlist ul {
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 0 45px;
    border: 0;
}
.fqlist ul li{
    width: 49%;
    margin-right: 1%;
}
.fqlist ul li.fqitemli:nth-child(2){
    order: 1;
}
.fqlist ul li.fqitemli:nth-child(1){
    order: 2;
}
.fqlist ul a {
    background: #f2f5f6;
    border: 0;
    border-radius: 0;
    padding: 15px 154px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.fqlist ul a span{
    color: #1D1D1B;
    margin: 0;
    font-weight: 500;
    font-family: 'Campton';
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    text-transform: uppercase;
}
.fqlist ul a.active,
.fqlist ul a:hover{
    background: #152b46;
}
.fqlist ul a.active span,
.fqlist ul a:hover span{
    color: #fff;
}

.fqlist ul a.active{
    position: relative;
}
.fqlist ul a.active::after {
    position: absolute;
    content: '';
    bottom: -22px;
    left: 45%;
    z-index: 111;
    width: 25px;
    height: 22px;
    border-bottom: solid 30px #152b45;
    border-left: solid 18px transparent;
    border-right: solid 18px transparent;
    transform: rotate(-180deg);
}

.accordion {
    border: 0;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
}

.accordion-item.accordion-faqs-list {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 7px 0px #00000026;
    border-left: 5px solid transparent;
    box-sizing: border-box; /* Ensures border is included in the total width */
    transition: all 0.3s ease; /* Smooth transition for the whole item */
}

.accordion-item.accordion-faqs-list .accordion-button {
    background: 0 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 25px;
    line-height: 137%;
    color: #1D1D1B;
    padding: 20px 104px 20px 40px;
    transition: all 0.3s ease; /* Smooth transition for button's padding and color */
    height: 95px;
}

.accordion-item.accordion-faqs-list:has(.accordion-collapse.show) {
    background-color: #f3f5f6;
    border-left: 5px solid #152B46;
}
.accordion-item.accordion-faqs-list:has(.accordion-collapse.show) .accordion-button{
    color: #152B46;
}
.accordion-item.accordion-faqs-list:has(.accordion-collapse.show) .accordion-button {
    /* padding: 25px 40px 0px 40px; */
}

.accordion-body {
    padding: 0 90px 25px 40px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #706F6F;
}

.accordion-body ul li {
    list-style-position: inside; 
}

/* Smooth transition for accordion collapse */
.accordion-collapse {
    transition: height 0.3s ease; /* Smooth open/close transition for the body */
    overflow: hidden; /* Prevents content from overflowing */
}

/* Icon animation on button click */
.accordion-button:after {
    background-image: url(../img/faq_up.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
    transition: transform 0.9s ease; /* Smooth transition for the rotation */
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.accordion-button:not(.collapsed):after {
    background-image: url(../img/faq_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 51px;
    height: 51px;
    transform: rotate(0deg);
    transition: transform 0.9s ease;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

/* END FAQ PAGE */


/* START MEET TEAM PAGE */

.team_listing .featured-img{
    height: 393px;
    object-fit: cover;
    object-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.team_listing .team-name{
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 5px;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.team_page_wrap .team_listing{
    margin-bottom: 60px;
}
.team_listing .designation{
    color: #fff;
    font-weight: 300;
    line-height: 100%;
    text-align: center;
}
.team_page .wrap{
    background: #7F99A5;
    width: 100%;
    padding: 18px 18px;
    cursor: pointer;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    display: flex;
    justify-content: center;
    text-align: center;
}
.team_page .inner_content{
    width: 100%;
}
/* .team_page .wrap:hover{
    background: #000000;
} */
.team_page .team_box a{
    /* overflow: hidden; */
    position: relative;
    display: block;
    line-height: 0;
}
.team_page .team_box a:hover .featured-img{
    /* transform: scale(1.02); */
}
.team_hover:hover{
    cursor: pointer;
}
.team_hover:hover .wrap{
    background: #000000;
}
.team_page .team_box {
    position: relative;
    display: block;
    background: #F3F5F6;
    padding: 10px 45px 0px 45px;
    line-height: 0;
    margin-bottom: 0px;
}
.attorney_listing .box_wrap{
    margin-bottom: 25px;
}
.attorney_listing .box_wrap:nth-last-child(1),
.attorney_listing .box_wrap:nth-last-child(2),
.attorney_listing .box_wrap:nth-last-child(3){
    margin-bottom: 0px;
}

/* END MEET TEAM PAGE */

/* START MEET TEAM DETAIL PAGE */
.single-team p{
    font-weight: 400;
}
.single-team a:hover, .single-team ul li a:hover{
    color: #706f6f;
}
.single-team .post-image img {
    height: 718px;
    object-fit: cover;
}
.single-team .title{
    color: #1D1D1B;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 5px;
}
.single-team .designation{
    color: #706F6F;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 3px;
}
.single-team .bold_heading{
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #152B46;
}

.single-team .image_content{
    background: #f2f5f6;
    padding: 50px 60px;
}
.single-team .image_content img{
    height: 445px;
    object-fit: cover;
}
.single-team .image_content .inner-content{
    margin-right: 30px;
}
/* .video_team .inner-content{
    padding-left: 30px;
} */
.team_video .video_icon{
    width: 78px;
    height: 55px;
    background: url(../img/youtube_play.svg) no-repeat;
    background-size: 100%;
    margin: auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}
.team_video .img{
    height: 773px;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.team_video .img_link{
    overflow: hidden;
    position: relative;
    display: block;
}
.team_video .img_link:hover .img{
    transform: scale(1.04);
}
.team_video .img_link{
    position: relative;
    display: block;
}
.video_team{
   background: #152B46;
   padding: 100px 0px;
}

.video_team .title{
    font-family: Campton;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    letter-spacing: 0;
}
.video_team ul li{
    color: #fff;
}
.video_team ul{
    margin-left: 25px;
}
.tab_content .tab-pane {
    display: none;
}
.tab_content .active {
    display: block;
}
.team_tab_section .nav-tabs{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 0px 60px 0px;
    border: 0;
    justify-content: center;
}
.team_tab_section .nav-tabs .nav-item{
    margin-right: 30px;
}
.team_tab_section .nav-tabs .nav-item:last-child{
    margin-right: 0;
}

.team_tab_section .nav-tabs h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: capitalize;
    color: #706F6F;
    margin: 0;
}
.team_tab_section .nav-tabs .nav-link{
    background: #F2F5F6;
    border: 0;
    border-radius: 0;
    padding: 15px 68px;
    width: 313px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
}
.team_tab_section .nav-link.active{
    position: relative;
}
.team_tab_section .nav-link.active::after{
    position: absolute;
    content: '';
    bottom: -23px;
    left: 43%;
    z-index: 111;
    width: 25px;
    height: 22px;
    border-bottom: solid 33px #7f99a5;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
    transform: rotate(-180deg);
}
.team_tab_section .nav-tabs .nav-link:focus, 
.team_tab_section .nav-tabs .nav-link:hover, 
.team_tab_section .nav-tabs .nav-link.active{
    background: #7F99A5;
}
.team_tab_section .nav-tabs .nav-link:hover h3, 
.team_tab_section .nav-tabs .nav-link:focus h3, 
.team_tab_section .nav-tabs .nav-link.active h3{
    color: #fff;
}
.team_tab_section .tab_content{
    background: #7F99A5;
    padding: 80px 70px;
}
.team_tab_section .tab_content img{
    height: 353px;
    object-fit: cover;
}
.team_tab_section .tab_content h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.team_tab_section .tab_content ul{
    padding-left: 10px;
    margin-bottom: 0;
}
.team_tab_section .tab_content ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    letter-spacing: 3px;
}
.team_tab_section .content p{
    color: #fff;
}
.team_tab_section .content p a{
    color: #fff;
    text-decoration: underline;
}
.team_tab_section .content p a:hover{
    color: #fff;
    text-decoration: none;
}
/* END MEET TEAM DETAIL PAGE */

/* START ABOUT US PAGE */
.about_us img{
    height: 702px;
    object-fit: cover;
    margin-top: 15px;
}
.about_team{
    background: #f2f5f6;
}
.about_team .inner-content{
    padding-left: 30px;
}
.stellar_section{
    padding-left: 14%;
    padding-right: 2%;
}
.stellar_section .inner-content{
    padding-right: 30px;
}
.about_team_member .img_link{
    /* overflow: hidden;
    position: relative;
    display: block; */
    line-height: 0;
}
.about_team_member .team_listing .featured-img {
    height: 265px;
}
.about_team_member .box_wrap{
    margin-top: 20px;
}
.about_team_member .wrap{
    flex-direction: column;
}
.about_team_member .team_listing .team-name{
    font-size: 20px;
    margin-bottom: 0px;
}
.about_team_member .box_wrap a:hover .featured-img {
    transform: scale(1.04);
}
.about_team_member .content, .about_team_member .link{
    display: none;
}
.about_team_member .inner_content:hover .content, .about_team_member .inner_content:hover .link{
    display: block;
}
.about_team_member .inner_content:hover .designation{
    display: none;
}
.about_team_member.team_page .team_box{
    margin-bottom: 76px;
}
.about_team_member {
    position: relative;
    overflow: hidden;
}
.about_team_member img {
    display: block;
    width: 100%;
    height: auto;
}

.hover_wrap:hover{
    cursor: pointer;
}
.hover_wrap:hover .inner_content{
    justify-content: center;
    background-color: #7f99a5;

    animation: fadeIn 1700ms;
    transition: all 0.8s ease;
}
.hover_wrap:hover .inner_content .wrap{
    background: #7f99a5;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    transition: all .9s ease;
    animation: fadeUp .7s ease forwards;
}
.hover_wrap:hover .inner_content .team-name{
    margin-bottom: 0;
}
.hover_wrap:hover .inner_content .content a{
    color: #fff;
    font-weight: 700;
}
.hover_wrap:hover .inner_content .content, .hover_wrap:hover .inner_content .link{
    display: block;
}
.hover_wrap:hover .inner_content .designation{
    display: none;
}


.about_team_member .inner_content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 92%;
    left: 14px;
    bottom: 6px;
    transition: all 0.9s ease;
}
/* .about_team_member .inner_content:hover {
    justify-content: center;
    background-color: #7f99a5;
    cursor: pointer;
    animation: fadeIn 1700ms;
    transition: all 0.8s ease;
} */

.about_team_member .wrap {
    background: #7f99a5;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    transition: all 0.9s ease;
    animation: fadeUp 0.7s ease forwards;
}
.about_team_member .inner_content:hover .wrap{
    transition: all 0.9s ease;
}
.about_team_member .content,
.about_team_member .link {
    display: none;
}

.about_team_member .inner_content:hover .wrap {
    /* background: transparent;
    margin: 0; */
    /* padding: 0; */
}
.about_team_member .inner_content:hover .team-name{
    margin-bottom: 0;
}
.about_team_member .inner_content:hover .content a{
    color: #fff;
    font-weight: 700;
}
.about_team_member .content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #fff;
}
.about_team_member .wrap:hover {
    background: #7f99a5;
}


.help_sec{
    background: #7F99A5;
}
.help_sec h2{
    color: #fff;
    text-align: center;
}
.help_sec p{
    color: #fff;
}
.help_sec ul{
    column-count: 2;
    margin-top: 20px;
    margin-left: 30px;
}
.help_sec ul li{
    color: #fff;
    font-weight: 300;
}
.help_sec .inner-content{
    padding-right: 65px;
}
.help_sec .row .col-xl-6:last-child .inner-content{
    padding: 0px;
}
.help_wrap{
    padding-left: 50px;
    padding-right: 50px;
}
/* END ABOUT US PAGE */

/* START CASE RESULT PAGE */
.case_list .inner_content{
    background: #7f99a5;
    padding: 60px 33px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 25px;
    min-height: 448px;
}
.case_list .numeric{
    font-family: Campton;
    font-weight: 600;
    font-size: 40px;
    line-height: 65px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.case_list .sub_heading{
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Campton Book';
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 63%;
}
.case_list .sub_heading::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 150px;
    height: 1px;
    background: #ffffff42;
}
.case_list p{
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-family: 'Inter 18pt';
}
.case_wrap .case_list:nth-child(even) .inner_content{
    background: #f2f5f6;
}
.case_wrap .case_list:nth-child(even) .inner_content .numeric{
    color:#7F99A5;
}
.case_wrap .case_list:nth-child(even) .inner_content .sub_heading,
.case_wrap .case_list:nth-child(even) .inner_content p{
    color:#262626;
}
.case_wrap .case_list:nth-child(even) .inner_content .sub_heading::after{
    background: #b3b3b385;
}
/* END CASE RESULT PAGE */

/*==================== Blog List Page CSS ====================*/
.blog-title a{
    color: #1D1D1B;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 1px;
    font-family: 'Campton Book';
}
.blog-title a:hover{
    color: #7F99A5;
}
.post-lists .loop-item {
    margin-bottom: 45px;
}
.post-lists .loop-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.post-lists .loop-item:hover .post-image .featured {
    transform: scale(1.06);
}
.post-cat{
    font-size: 14px;
    line-height: 21px;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}
.post-cat::after{
    position: absolute;
    content: '';
    top: 3px;
    left: -2px;
    width: 2px;
    height: 15px;
    background: #545454;
}
.post-cat a {
    color: #545454;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.post-cat a:hover {
    color: #EB5311;
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 40px auto 0 auto;
    position: relative;
}
.pagination .nav-links{
    display: flex;
    align-items: center;
}
.pagination .page-numbers{
    margin: 0 8px;
    width: 30px;
    height: 30px;
    justify-content: center;
    color: #1D1D1B;
    display: flex;
    align-items: center;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;

}
.pagination .page-numbers:hover{
    background: #7F99A5;
    color: #fff;
}
.pagination .page-numbers.prev{
    cursor: pointer;
    position: absolute;
    width: auto;
    left: 12px;
    margin-left: 0;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover{
    background: none;
    color: #7F99A5;
}
.pagination .page-numbers.next{
    position: absolute;
    right: 12px;
    margin-right: 0;
    width: auto;
}
span.page-numbers.current {
    color: #fff;
    background: #7F99A5;
}

.blog-loop-item:first-child {
    margin-top: 0px;
}
 .post-content-info {
    margin-top: 8px;
    margin-bottom: 15px;

}

.post-image {
    overflow: hidden;
    position: relative;
    display: block;
    align-items: center;
   
    width: 100%;
    align-content: center;
    justify-self: center;
}
.blog-page .post-image a {
    overflow: hidden;
    position: relative;
    display: block;
}
.blog-page .post-image a .featured, .blog-page .post-image a .no-featured {
    overflow: hidden;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.blog-page .post-image a:hover .featured,  .blog-page .post-image a:hover .no-featured{
    transform: scale(1.02);
}
.post-image .featured, .post-image .no-featured  {
    background-size: cover;
    background-position: center;
    height: 380px;
    object-fit: cover;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.post-image .no-featured{
    background-color: #dfdfdf;
    background-position: center;
    background-size: 60%;
}
.post-content p {
    color: #111111;
    line-height: 25px;
}
.blog-loop-item .post-date, .single-post-detail .post-date {
    color: #706f6f69;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}
.blog-loop-item .post-content {
    /* border: 1.5px solid #30303045; */
    box-shadow: 0px 0px 5px 0px #00000047;
}
.blog-loop-item .post-content .readmore {
    color: #7F99A5;
    display: flex;
    align-items: end;
    position: relative;
    margin-top: 15px;
    width: fit-content;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.blog-loop-item .post-content .readmore::after{
    position: absolute;
    content:'';
    bottom: 0px;
    left:0;
    width:100%;
    height: 1.5px;
    background:#7F99A5;
}
.blog-loop-item .post-content .readmore:hover::after{
    background:#303030;
}
.blog-loop-item .post-content .readmore:hover {
    color: #303030;
}
.blog-loop-item .inner_content{
    padding: 30px;
}
/*==================== Blog List Page CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.blog-search {
    margin-bottom: 10px;
}
.blog-search .input-group{
    flex-wrap: nowrap;
}
.blog-search input.form-control {
    padding: 35px 25px 35px 55px;
    height: 80px;
    width: 100%;
    border-radius: 0;
    background: #E9E9E9;
    border: 1px solid #ececec;
    color: #545454;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
}
.blog-search input.form-control::-webkit-input-placeholder {
    color: #706F6F;
    opacity: 1;
}
.blog-search input.form-control::-moz-placeholder {
    color: #706F6F;
    opacity: 1;
}
.blog-search input.form-control:-ms-input-placeholder {
    color: #706F6F;
    opacity: 1;
}
.blog-search input.form-control::placeholder {
    color: #706F6F;
    opacity: 1;
}
.blog-search .search-btn {
    height: 80px;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    line-height: normal;
    position: absolute;
    border: none;
    left: 5px;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    background: none;
}
.blog-search .search-btn svg,
.blog-search .search-btn img {
    width: 22px;
    height: 22px;
}
.blog-search .arrow_btn:hover{
    background: #7f99a5;
}
.blog-search .arrow_btn{
    top: 15px;
    background: #152B46;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    left: auto;
}
.blog-search .search{
    position: absolute;
    z-index: 9;
    top: 40%;
    width: 16px;
    height: 16px;
    left: 6.5%;
}
.blog-search .msg-side-form {
    right: 55px;
}
.blog-search .form-control:focus {
    box-shadow: none;
}
.blog-sidebar, .sidebar-page-wrap{
    /* position: sticky !important; */
    top: 0;
}


.sidebar-list li {
    display: block;
    margin-bottom: 25px;
}
.sidebar-list ul li a {
    color: #303030;
    display: block;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 21.86px;
    letter-spacing: 0.4px;
    padding-right: 28px;
}
.sidebar-list li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
.sidebar-list li:last-child a {
    padding-bottom:0;
}
.sidebar-list ul li a::before {
    content: "";
    right: 0px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/category-arrow-active.svg);
    top: 5px;
    width: 18px;
    height: 13px;
}

.sidebar-list ul li a:hover,
.sidebar-list ul li.active a,
.sidebar-list ul li.activeChild a,
.sidebar-list ul li.current_page_item a {
    color: #7f99a5;
}

.sidebar-form.common-contact-sec .formbox{
    padding: 0 15px;
    margin-bottom: 25px;
}
.sidebar-form.common-contact-sec form textarea{
    height: 140px !important;
}
/* .sidebar-form.common-contact-sec label.error{
    background: #fff;
    padding: 0 5px;
    right: 0;
    bottom: -23px;
    width: fit-content;
} */
.sidebar-form.common-contact-sec form input:focus, .sidebar-form.common-contact-sec form textarea:focus{
    background: none;
}
.sidebar-form.common-contact-sec .btn:focus{
    background: #da8602;
}
.sidebar-form ::-webkit-input-placeholder {
    color: #fff;
} 
.sidebar-form ::-moz-placeholder {
    color: #fff;
}
.sidebar-form :-ms-input-placeholder {
    color: #fff;
}
.sidebar-form :-moz-placeholder {
    color: #fff;
}
.sidebar-form .form-btn .btn{

}
.sidebar-form .form-btn .btn:hover{

}
.widget-heading{
    color: #242E3D;
    text-transform: capitalize;
    margin-bottom:15px;
    font-weight: 500;
}
/* .widget_archive .widget-title,
.widget-title{
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    color: #232323;
} */
.widget_archive #archives-dropdown-2{
    width: 100%;
    color: #89929D;
    border: 1px solid #89929D;
    height: 55px;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url(../img/down_arrow.svg);
    background-repeat: no-repeat;
}


.blog-search {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    background: #ECECEC;
}
.blog-search form {
    display: block;
    position: relative;
}
.blog-search .input-group {
    width: 100%;
    position: relative;
}
/* .blog-sidebar .blog-search .search-btn {
    height: 64px;
    background: #0f4277;
    right: -90px;
} */
.blog-sidebar .blog-search input.form-control {

}
.blog-sidebar .widget-heading, .widget-title{
    color: #1D1D1B;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.sidebar-list {
    margin-top: 30px;
    padding: 50px 30px;
    background: #ECECEC;
}
.sidebar-list ul {
    margin-left: 0px;
}
.commonContactFormWrap .sidebar-form {
    padding: 50px 30px 50px 30px;
    width: 100%;
    position: relative;
    background: #152B46;
}
.common-contact-sec .sidebar-form .wpcf7-form-control-wrap {
    margin: 0 0px;
}
.sidebar-form .title{
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.common-contact-sec .sidebar-form textarea {
    height: 42px !important;
}
.commonContactFormWrap .sidebar-form .form-group {
    margin-bottom: 30px;
}
select.wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../img/down_arrow.svg') !important; /* change path as needed */
    background-repeat: no-repeat !important;
    background-position: bottom 32px right 0px !important;
    cursor: pointer;
}
.sidebar-form select.wpcf7-select{
    background-position: bottom 32px right 10px !important;
}
select.wpcf7-select option{
    color: #000;
}
/* Container for relative positioning */
.custom-date-wrapper {
    position: relative;
    display: inline-block;

 }
 .sidebar-form .custom-date-wrapper{
    width: 100%;
 }
 /* Custom input styling */
 .custom-date-wrapper input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff; /* Your input background */
    padding-right: 40px; /* space for icon */
    position: relative;
    cursor: pointer;
 }
 /* Hide the default calendar icon */
 .custom-date-wrapper input::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
 }
 /* Custom calendar icon overlay */
 .custom-date-wrapper::after {
    content: '';
    position: absolute;
    top: 31%;
    right: 23px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('../img/calender.svg'); /* Update with your icon path */
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}
.blog-sidebar .custom-date-wrapper input{
    padding-right: 0 !important;
}
  
  
.form-btn{
    margin: 0 auto;
    display: block;
    text-align: center;
}
.form-btn .btn{
    width: 132px;
}
/*==================== Sidebar CSS END ====================*/

/*==================== Blog Detail Page CSS ====================*/
.blog-detail .content p a:not('.btn'):hover{
    text-decoration: underline;
}
.blog-detail iframe{
    height: 450px;
    margin-top: 70px;
}
.single-post-detail img{
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
}
.blog-detail .post_wrap{
    padding: 10px 0;
}
single-post-detail{
    margin: 30px 0px 20px 0px;
    border-bottom: 1px solid #A9A9A9;
    padding-bottom: 20px;
}
.single-post-detail .post-date{
    margin: 0px 0px 17px 0px;
    border-bottom: 1px solid #A9A9A9;
    padding-bottom: 17px;
}
.single-featured.img_block{
    margin-bottom: 30px;
}

.blog-detail .single-post-detail .single-featured img {
    height: auto;
    width: 100%;
}

.blog-detail .single-post-detail img {
    height: auto;
    width: auto;
}
.blog-detail .single-post-detail img.alignright{
    width: 342px;
    height: 185px;
    object-fit: cover;
}

.blog-detail .post-lists .blog-title, .blog-detail .post-lists h1,
.blog-detail .post-lists h2{
    color: #1D1D1B;
    letter-spacing: .2px;
    margin: 20px 0 15px;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
}
.blog-detail .post-lists h2{
    font-size: 25px;
    line-height: 35px;
    
}
.blog-detail .post-lists h3, 
.blog-detail .post-lists h4, 
.blog-detail .post-lists h5, 
.blog-detail .post-lists h6 {
    font-family: Campton;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin: 20px 0px 15px 0px;
    color: #1D1D1B;
}

.blog-detail .post-lists h3 {
    font-size: 20px;
    line-height: 35px;
}
.blog-detail .post-lists h4,
.blog-detail .post-lists h5{
    font-size: 20px;
    line-height: 35px;
}
.blog-detail a:not('.btn'){
    text-decoration: underline;
}
.blog-detail a:not('.btn'):hover{
    text-decoration: none;
    color: #000;
}
/*==================== Blog Detail Page CSS End ====================*/

/* Search CSS */

.search-post-loop .post-content p {
    color: #111;
    line-height: 25px;
}
.search-page .sidebar-page-wrap .sidebar-list {
    border: 1px solid #242e3d;
    margin-top: 0px;
    padding: 30px 25px;
}
.search-page .sidebar-page-wrap .sidebar-list #menu-practice-areas {
    column-count: 1;
    margin: 0;
}
.search-page .sidebar-page-wrap .sidebar-list .widget-title,
.widget_archive .widget-title{ 
    color: #242E3D;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    line-height: 42.7px;
}

/* Search CSS */

/* START STATIC PAGE */
.default-content h1, .default-content .h1,
.default-content h2, .default-content .h2,
.default-content h3, .default-content .h3,
.default-content h4, .default-content .h4,
.default-content h5, .default-content .h5,
.default-content h6, .default-content .h6{
    text-transform: uppercase;
    color: #1D1D1B;
    font-weight: 600;
}

.default-content h1, .default-content .h1,
.default-content h2, .default-content .h2{
    font-size: 40px;
    line-height: 50px;
}
.default-content h2:first-of-type, .default-content .h2:first-of-type {
    margin: 0px 0 15px;
}
.default-content h3, .default-content .h3{
    font-size: 38px;
    line-height: 48px;
    margin: 28px 0 12px;
}
.default-content h4, .default-content .h4{
    font-size: 25px;
    line-height: 30px;
}
.default-content h5, .default-content .h5,
.default-content h6, .default-content .h6{
    font-size: 20px;
    line-height: 25px;
}
.default-content ul, .content ul, .default-content p,
.default-content ol, .content ol{
    color: #1D1D1B;
}
.default-content ul, .content ul,
.default-content ol, .content ol{
    margin-bottom: 1rem;
}
.default-content{
/*     
    float: left;
    width: 70%; */
}
.default-content a {
    text-decoration: underline;
}
.default-content a:hover{
    color: #000;
    text-decoration: none;
}
.default-content iframe{
    height: 397px;
}
.default-page .blog-sidebar{
    float: right;
    width: 40%;
    padding-left: 120px;
}
.flexible .gray_bg, .flexible .blue_bg{
    padding: 40px;
}
.flexible .gray_bg{
    background: #7f99a5;
    color: #fff;
}
.flexible .gray_bg h1, .flexible .gray_bg .h1,
.flexible .gray_bg h2, .flexible .gray_bg .h2,
.flexible .gray_bg h3, .flexible .gray_bg .h3,
.flexible .gray_bg h4, .flexible .gray_bg .h4,
.flexible .gray_bg h5, .flexible .gray_bg .h5,
.flexible .gray_bg h6, .flexible .gray_bg .h6,
.flexible .gray_bg p, .flexible .gray_bg p a,
.flexible .gray_bg ul li, .flexible .gray_bg ul li a,
.flexible .gray_bg ol li, .flexible .gray_bg ol li a{
    color: #fff;
}
.flexible .content-block{
    margin-top: 30px;
}
.flexible .blue_bg{
    background: #f2f2f2;
}









.bg_gray{
    background: #f2f5f6;
    padding: 30px;
}

.blog-detail .list-style ul {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 30px;
}
.blog-detail .list-style ul li {
    position: relative;
    padding-left: 0px;
    transition: all .3s ease;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    list-style: disc;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #706f6f;
}

/* END STATIC PAGE */


/* faq page css */
.faqlist {
    margin-top: 30px;
    width: 100%;
    position: relative;
    box-shadow: 4px 4px 20px 8px #0000000F;
}

.faqlist:first-child {
    margin-top: 0px;
}
.faqlist .faq-title {
    padding: 21px 30px;
    position: relative;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    display: block;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background: #fff;
    padding-right: 60px;
    color: #545454;
    font-weight: 700;

    border: 1px solid #F2F2F2;
    background-color: #fff;
    /* box-shadow: 0px 0px 20px #F2F2F2; */
}
.faqlist .faq-title[aria-expanded=true] {
    background: #F2F2F2;
    color: #3A3A3A;
}
.faqlist .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/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 38px;
    height: 38px;
    top: 16px;
    margin: auto;
    cursor: pointer;
    right: 20px;
    border: 1px solid var(--bs-darkblue);
    border-radius: 100%;
}
.faqlist .faq-title[aria-expanded=true]:before {
    transform: rotate(0deg);
    background-image: url(../img/arrow-active.svg);
}
.faqlist .faq-description {
    padding: 30px;
    background: #f2f2f2;
    position: relative;
    z-index: 0;
    padding-top: 20px;
}
.faqlist .faq-description:before {
    height: 1px;
    width: calc(100% - 60px);
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    margin: auto;
}
.faq-btn-row {
    margin-top: 35px;
}
.faq-btn-row .page-button {
    text-align: center;
}
.faq-btn-row .page-button .btn:last-child {
    margin-left: 20px;
}
.faqlist .faq-description ul {
    padding-left: 10px;
}
.faq-data-wrap .load-btn:hover {
    border: 1px solid #0f4277;
    -webkit-transition: .5s;
    color: #0f4277;
}
.faq-heading-wrap {
    width: 100%;
}
/* faq page css */


/* START 404 PAGE & THANK YOU PAGE*/
.thankyou-page a:hover {
    color: #000000;
}
.mainpage ul{
    padding-left: 20px;
}   
.mainpage ul li{
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #4d4b4b;
}
.clientreviews{
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}
.clientreviews .heading{
    margin-bottom: 15px;
}
.review-schema-wrapper {
    padding-top: 0;
    margin-bottom: 70px;
}
.review-schema-wrapper+.video-schema {
    margin-top: 0;
}
.video-schema {
    margin-bottom: 70px;
    margin-top: 70px;
}
.video-schema iframe{
    height: 240px;
}
.stcky {
    top: 0;
}
.wpcf7 form .wpcf7-response-output{
    border: 0px;
}
.page-banner {
    height: 244px;
    background-size: cover;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
    margin-top: 101px;
}

.page-banner .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    transform: translateY(-70%)
}
.page-banner h1, .page-banner .banner-title{
    color: #fff;
}
.page-banner .banner-title{
    font-weight: 600;
    font-size: 60px;
    line-height: 150%;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Campton';
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
select {
    background-image: url(../img/caret-down.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
}
input.btn {
    border: none;
    position: relative;
    padding: 0;
    margin: 0;
    color: #64241f;
    background: 0 0;
    padding-left: 0px;
}
label.error {
    color: red;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: -36px;
    right: 0px;
    line-height: normal;
    font-weight: 400;
    background: #ff0000;
    color: #fff;
    padding: 2px 2px;
}
.search-input-wrap button svg path {
    stroke: #fff;
}
textarea.form-control {
    resize: none;
    height: 100px !important;
}
div#breadcrumbs .container{
    max-width: 100%;
    padding: 0px 50px;
}
div#breadcrumbs {
    padding-top: 20px;
    background: #dddddd;
    margin: 0;
    padding: 10px 0;

}
div#breadcrumbs span a {
    text-transform: capitalize;
    color: #7f99a5;
    font-weight: 400;
}
div#breadcrumbs span a:hover{
    color: #242E3D;
}
span.breadcrumb_last {
    color: #181818;
    font-weight: 400;
    text-transform: capitalize;
}
.form-control {
    border: 2px solid #DCDCDC;
    border-radius: 0;
    padding: 10px;
    height: 50px;
    box-shadow: none !important;
    outline: none !important;
}
textarea.form-control {
    resize: none;
    height: 150px;
}
.page404 .common-contact-sec form input, .page404 .common-contact-sec form textarea{
    border-bottom: 1px solid #0000004d;
    margin-bottom: 30px;
    color: #000;
}
.page404 .common-contact-sec form .form-btn .btn{
    margin-bottom: 0px;
    color: #fff;
}
.page404 .form-btn .btn:hover{
    background: #000;
}

/* Make labels visible */
.wpcf7-list-item-label {
  display: inline !important;
  color: #fff !important; /* white color text */
  margin-left: 6px;
  font-size: 16px;
}

/* Show radio and text inline (same line) */
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: inline-flex !important;
  align-items: center;
  margin-right: 20px;
}

/* Make sure radio buttons are styled nicely */
.wpcf7-form-control input[type="radio"] {
  accent-color: #fff;
  cursor: pointer;
}
.radio_button .wpcf7-list-item label{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first{
    margin-left: 0;
}
.common-contact-sec .radio_button .wpcf7-form-control-wrap,
.common-contact-sec .checkbox .wpcf7-form-control-wrap{
    margin: 0;
}
.checkbox label input:checked+.wpcf7-list-item-label:before {
    border-color: #ffffff;
    background: #000000;
}

.page-id-8177 .radio_button{
    margin-bottom: 20px;
}
.page-id-8177 .checkbox{
    margin-bottom: 20px;
}
.page-id-8177 .footer_form .inner_content {
    padding: 40px 40px;
}
.page-id-8177 .full{
    display: none;
}
.page-id-8181 .full{
    display: none;
}
ul.built-point {
    color: white;
}