.home p {
    color: #333;
}

.home .footer-info p, .home .common-contact-wrap p {
    color: #DCDCDC;
}
.home .footer-info p{
    color: #ffffff;
}
/* home banner */
.home-banner {
    z-index: 1;
    display: flex;
    position: relative;
    opacity: 1;
    padding-bottom: 100px;
    padding-top: 80px;
}
.home-banner-bgimage{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.home-banner .home-banner-image {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}
.home-banner .home-banner-image img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-height: 829px;
}
.home-banner .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
.home-banner .banner-wrap {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    padding-bottom: 0;
    z-index: 2;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-banner .banner-right-side {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-flow: column;
}
.home-banner-info .page-button {
    margin-top: 55px;
}

.banner-small-title {
    color: #7B8C9F;
    font-size: 50px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 5px;
    font-style: italic;
    text-transform: capitalize;
    font-weight: normal;
}
.home-banner-info .banner-title {
    font-size: 77px;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    color: #000;
}
.home-banner-info .banner-title:after {
    content: "";
    position: absolute;
    width: 135px;
    height: 26px;
/*    background-image: url(../img/small-pattern.svg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    bottom: -25px;
    left: 0px;
}
/* banner bottom css */
/* about section css */
.about-image {
    width: 100%;
    position: relative;
    padding-right: 80px;
}

.about-image img{
    width: 100%;
}

/* about section css */
/* injury-claim section css */
.injury-claim-section {
    z-index: 1;
   background-color:hsla(0, 0%, 97%, 1);
}
.injury-claim-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 100%;
    width: 65%;
   
}

.injury-claim-section .injury-right-image {
    position: absolute;
    right: 0;
    width: 45%!important;
    height: 100%;
    background-repeat: no-repeat;
    
    background-position: center;
    top: 0;
}

.injury-image-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.injury-image-info .injury-img {
    width: 181px;
}

.injury-image-info .injury-desc {
   /* width: calc(100% - 181px);
    padding-left: 20px;
    */
}

.injury-image-info .injury-img img {
    width: 100%;
}

/* about section css */

/* Case Result CSS */
.case-result-information {
    z-index: 1;
    position: relative;
}
.case-result-information .case-bg-image {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0px;
}

.case-result-information:after {
    content: "";
    background: #000;
    position: absolute;
    bottom: -50px;
    margin: auto;
    right: 0;
    height: 100%;
    width: 55%;
    z-index: -1;
}

.case-result-information .right-case-detail {
    margin-left: auto;
}

.case-result-section {
    background: #F8F8F8;
}

.case-result-information .right-case-detail .fullwidth {
    padding-left: 100px;
    top: 45px;
}

.case-result-information .right-case-detail .small-title {
    line-height: 38px;
}
.case-result-information .right-case-detail .title {
    margin-bottom: 30px;
    margin-top: 10px;
}

.case-result-information .right-case-detail .small-title:before {
    top: 10px;
    bottom: inherit;
}

.case-result-information .right-case-detail .case-small-text{
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    position: relative;
}
.case-result-information .right-case-detail .case-small-text:hover{
    color: #7b8c9f; 
}
.case-result-information .right-case-detail .case-small-text:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 11px;
    background-image: url(../img/small-pattern.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    bottom: -14px;
    left: 140px;
}

.case-result-list {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 25px;
}

.case-result-list .case-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.case-result-list .case-icon img {
    width: 60px;
    height: 60px;
}

.case-short-desc {
    width: calc(100% - 80px);
}

.case-short-desc .view-all {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 30px;
    background-image: url(../img/arrow-long-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    margin-top: 24px;
}

.home-case-details{
    position: relative;
    width: 100%;
}

.casedots .owl-dot span {
    display: inline-block;
    background: rgba(123, 140, 159, 0.58);
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.casedots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.casedots .owl-dot {
    margin: 0 5px;
    cursor: pointer;
}

.casedots .owl-dot.active {
    background: #000;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-result-section .page-button {
    margin-top: 45px;
}

/* Case Result Slider */
.home-case-info {
    background: #111315;
    height: 232px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    text-align: center;
    transition: .50s; 
    padding-left: 15px;
    padding-right: 15px;
}

.home-case-info .case-price {
    font-weight: 600;
    font-size: 36px;
    line-height: 39px;
    width: 100%;
}

.home-case-info .case-name {
    color: #7B8C9F;
    margin-top: 0;
    font-style: italic;
    display: inline-block;
    position: relative;
    font-size: 28px;
    line-height: normal;
    padding-bottom: 40px;
    margin-bottom: 24px;
}

.home-case-info .case-name:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 21px;
    background-image: url(../img/small-pattern.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    bottom: 0;
    left: 0px;
    right: 0;
}

.case-item-wrap {
    z-index: 1;
    display: flex;
    align-items: center;
    height: 300px;
}

.case-item-wrap .home-case-info:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
}

.case-item-wrap:hover .home-case-info {
    background: none;
    border: 1px solid #000;
    height: 272px;
}

.case-item-wrap:hover .home-case-info .case-price {
    color: #000;
}

/* Case Result CSS End */

/* financial info */
.financial-detail-sec{
    z-index: 1;
}

.financial-compensation-info {
    margin-top: 50px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.financial-compensation-info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/financial-pattern-img.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.experience-year .experience-year-info:nth-child(2){
	border-right:1px solid #fafafa!important;;
}
.experience-year.reach-out-sec .experience-year-info{
	border-right:1px solid #dcdcdc!important;
}
.experience-year.reach-out-sec.current .experience-year-info{
	border:none!important;
}
.financial-detail-sec .small-title:before{
    display: none;
    opacity: 0;
}

.financial-detail-sec .title {
    padding-bottom: 40px;
}

.financial-detail-sec .title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 21px;
    background-image: url(../img/small-pattern.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.financial-compensation-wrap  .financial-small-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 45px;
    color: #000;
}

.financial-compensation-wrap {
    display: flex;
    align-items: center;
    height: 380px;
}

.financial-compensation-wrap .financial-desc {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0 60px;
}

.financial-compensation-wrap .financial-icon {
    margin-bottom: 20px;
}

.financial-compensation-wrap .financial-icon img, .financial-compensation-wrap .financial-icon svg {
    width: 60px;
    height: 60px;
}

/* financial info css end */
/* Your Family First */
.family-first-info {
    background: #F8F8F8;
    padding-bottom: 140px;
}

.family-left-sec .fullwidth {
    padding-left: 60px;
}

.family-left-sec {
    padding-left: 232px;
}
.family-left-sec .small-title {
    left: 63px;
    line-height: normal;
}
.family-left-sec .title {
    margin-bottom: 26px;
    margin-top: 8px;
}
.family-left-sec .page-button {
    margin-top: 30px;
}

.family-first-info .family-left-image {
    position: absolute;
    left: 0;
    width: 245px;
    height: calc(100% - 207px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0px;
    margin: auto;
}
.family-first-info .family-right-image {
    position: absolute;
    right: 0;
    width: calc(50% - 250px);
    height: calc(100% - 165px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: auto;
    margin: auto;
    bottom: 0px;
    max-width: 663px;
    max-height: 792px;
}
/* Your Family First CSS end */
/* Personal Injury Law Firm */
.practice-area-header {
    width: 100%;
    position: relative;
    padding-left: 60px;
    margin-bottom: 50px;
}

.prac-btn-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.personal-injury-details {
    width: 100%;
    position: relative;
}

.practice-sec-wrap{
    width: 100%;
    position: relative;
}

.practice-sec-wrap img{
    width: 100%;
}

.injury-info-sec .injury-icon, .injury-info-sec .injury-icon img, .injury-info-sec .injury-icon svg {
    width: 70px;
    height: 70px;
}

.practice-sec-wrap .injury-short-desc {
    width: 100%;
    padding: 15px;
}

.injury-info-sec {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}
.practice-sec-wrap:after {
    content: "";
    background:#10487ABF;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: .5s;
}
.practice-sec-wrap:hover::after {
    background: hsla(0, 0%, 0%, 0.75);
}
.injury-info-sec .injury-heading {
    color: #fff;
    margin: 15px 0;
    position: relative;
    padding-bottom: 6px;
}

.injury-info-sec .injury-heading:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 21px;
/*    background-image: url(../img/pattern-white-icon.svg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    bottom: 0px;
    right: 0;
    left: 0;
}
.injury-info-sec .view-all {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 30px;
    margin-top: 10px;
    background-image: url(../img/arrow-long-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    font-weight: 600;
}
.injury-info-sec .view-all:hover{
	
	text-decoration:none;
	
}
.practice-sec-wrap.defective-drugs {
    width: 75%;
}

.practice-sec-wrap.personal-injury-sec {
    margin-left: auto;
    width:415px;
}

.personal-injury-right-sec {

}

.personal-injury-law-sec {
    z-index: 1;
/*     padding-top:0px!important; */
}
.personal-injury-law-sec .container{
    z-index: 1;
}
.personal-injury-law-sec:after {
    content: "";
   background-image: url(../img/patteren-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
    margin: auto;
}
/* Personal Injury Law Firm */ 

/* home about css */
.experience-year {
    display: flex;
    align-items: flex-end;

}


.experience-year-info .year-icon img, .year-icon img {
    width: 74px;
    height: 74px;
    margin-bottom:25px;
}
.experience-year-info .exp-title, .reach-out-info .exp-title {
    margin-bottom: 10px;
    font-family: Oswald;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
}
.representation-right-sec {
    display: flex;
}
.reach-out-sec {
    display: flex;
    align-items: flex-end;
}
.exp-representation-sec .small-title{
	
}
.trust-info .owl-carousel .owl-stage-outer{
	z-index:5!important;
}
.representation-left-sec .small-title:before{
    left: -40px;
	
}
.experience-year .experience-year-info{
    padding: 45px 45px !important;
    border: 1px solid #dcdcdc;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .7s;
    height: 77%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px !important;
}
.experience-year-info:hover, .reach-out-info:hover{
    box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.10);
    border: none;
    background: #f8f8f8;
    border:1px solid transparent;
    cursor: pointer;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    height: 100%;
}
/* .reach-out-info:hover .year-icon, .experience-year-info:hover .year-icon{
    display: block !important;
} */
.experience-year.current .experience-year-info img {
    display: block;
}
.experience-year-info img, .experience-year-info svg{
    display: none;
    transition: .7s;
    margin-bottom: 15px;
}
.experience-year.current .experience-year-info{
/*     -webkit-box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.10); */
    box-shadow: 6px 6px 10px rgba(0,0,0,0.10);
    border: none;
    background: #f8f8f8;
    border-radius: 10px;
    height: 100%; 
}
/* home about css */

/* content section css */
.linklist ul li:after {
    top: 6px;
    width: 17px;
    height: 19px;
    background-size: 17px;
}

.first-content-sec {
padding-bottom:160px;!important;
}

.second-content-sec .title, .third-content-sec .title, .fourth-content-sec .title {
    text-align: center;
    margin-bottom: 30px;
}

.second-content-sec{
    background-image: radial-gradient(circle, #121212, #0e0e0e, #0a0a0a, #050505, #000000);
}

.third-content-sec {
    background: #f3f5fa;
}
.fourth-content-sec {
    background: #f9f9f9;
}

.fourth-content-sec .fullwidth {
    background: #fefefe;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.10);
    padding: 50px;
    border-radius: 35px;
    text-align: center;
}
.banner_content
.banner_content p{
    font-size: 18px;
    color: #000000;
}
.testimonial_sec {
    padding-left: 14%;
}
.counter_list {
    padding-right: 25px;
    margin-right: 0px;
    text-align: center;
    padding-bottom: 5px;
}
.owl-item.active:last-child .counter_list {
    border-right: none;
}
.banner-counter .number {
    font-size: 64px;
    font-weight: 700;
    line-height: 67.2px;   
    margin-bottom: 20px;
}
#banner-counter .owl-item {
    border-right: 1px solid #10487A;
}
#banner-counter .owl-item.active + .owl-item.active + .owl-item.active {
    border: none;
}
.theme-color{
   color: #10487A;
}
.banner-btn {
    position: absolute;
    bottom: 0px;
    right: -13px;
    background-color: #10487A;
}
.home-banner:after {
    content: "";
    background: #FFFFFF;
    position: absolute;
    height: 226px;
    width: 100%;
    bottom: 100px;
    left: 0px;
}
.counter_list .content {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color:#333333!important;
}
/* .banner-counter:after {
    content: "";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 100px;
    background: #fff;
    top: 0px;
    z-index: 9;
} */
.banner-counter {
    margin-bottom: 43px;
    background: #FFFFFF;
    width: calc(100% - -60px);
}
.home-banner-info {
    margin-bottom: 169px;
    max-width: 700px;
}
.banner-left-side {
    padding-right: 125px;
}
.practice-sec-wrap.personal-injury-sec .injury-bg-image {
   object-fit: cover;
}
.car-practice-img{
    max-height: 331px;
    object-fit: cover;
}
.counter_list_wrap .counter_list {
    padding-right: 10px;
    margin-right: 10px;
}
.mobile-home-banner {
    padding-top: 50px;
}
.counter_list_wrap .counter_list:last-child {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
}
.home-banner.mobile-home-banner {
    padding-bottom: 20px;
}
.representation-left-sec .fullwidth {
    max-width: 400px;
}
.m-injury-claim-sec {
    padding-bottom: 0px;
}
.m-injury-claim-sec:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height:230px;
    background: #fff;
    z-index: -1;
}
.car-practice-img {
    height: 351px;
}
.practice-img2 {
    height: 443px;
}
.practice-img3 {
    height: 522px;
    object-fit: cover;
}
.practice-img4 {
    height: 568px;
    object-fit: cover;
}
.personal-injury-left-sec {
    justify-content: space-between;
    flex-flow: column;
    display: flex;
}
.injury-info-sec .injury-icon {
    display: none;
}
.m-experience-year {
    border: 0.58px solid #DCDCDC;
    padding: 20px;
}
.m-experience-year .exp-title {
    font-size: 20px;
}

.first-content-sec .title {
    font-size: 28px;
    line-height: 45px;
}

.home-banner-info .page-button a.theme-btn {
    background: #10487A;
    padding: 20px 40px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #10487A;
    transition: 0.5s;
    text-decoration: none!important;
}
.home-banner-info .page-button a.theme-btn:hover {
    background: transparent;
    border: 1px solid #10487A;
    color:#10487A;
}

.injury-image-info .injury-desc h3 {
    font-size: 30px;
    line-height: 28px;
}

.practice-area-header ul {
    list-style: disc;
    padding-left: 20px;
}
.home-about-sec .fullwidth strong{
    color:#10487A;
    font-family: 'oswald';
	font-size:20px;
}
.home-about-sec .small-title:before{
  background:none!important;  
}
.common-testimonial .owl-carousel .owl-item img {
    object-fit: cover;
    display: block;
    width: 53px;
    height: 53px;
    border-radius: 50%;
   object-position:top;
}
.call-section{
    background: #084575;
}
.call-section .content-main .count{
    font-size: 67px;
    font-weight: 500;
    font-family: 'oswald';
    line-height:normal;
}
.call-section .content-main .small-titles{
    font-size:24px!important;
    font-family:'oswald'!important;
}
.call-section .content-main .content p{
    color:#fff;
}
.reach-out-sec .experience-year-info{
	border-left:0px;
}
.experience-year .reach-out-info.experience-year-info{
/* 	border-right:0px; */
}
.experience-year .experience-year-info{
	border-right:0px;
}

