@import url(layout.min.css);
html {
    font-size: 16px;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

:root {
    --white: #ffffff;
    --black: #000;
    --theme-color: #35063E;
    --primary: #DFDEDE;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.67;
    margin-bottom: 2rem;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', sans-serif;
    color: #010101;
}

h1 {
    font-size: 3.5rem;
    font-weight: 400;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 18px;
}

h2 span {
    font-weight: 600;
}

h1 span {
    font-weight: 800;
}

h3 span {
    font-weight: 600;
}

h4 span {
    font-weight: 600;
}

h1 div {
    display: inline-block;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

section {
    padding: 5rem 0;
    position: relative;
}


/* Home Page CSS Start  */


/* .main-Banner {
    background: url(../images/banner/1.jpg) bottom center / cover fixed no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
} */

.main-Banner {
    background: linear-gradient(135deg, #DCDCDC 0%, #E8E8E8 44%, #CDCBCC 78%, #D0CCCD 100%);
    height: 100vh;
    display: flex;
    align-items: center;
}

.main-Banner .inner {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    top: 4rem;
}

.main-Banner .inner a {
    color: var(--theme-color);
    text-decoration: underline !important;
    font-weight: 600;
}

.main-Banner .inner .right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bannertext h1 {
    font-size: 3.4rem;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.3;
}

.bannertext h1,
.bannertext p {
    color: #ffffff;
}

.bannerClr h1,
.bannerClr p {
    color: #010101;
}

.bannertext img {
    width: 12rem;
    margin-bottom: 1rem;
}


/* Home Page CSS End */


/* Inner Pages CSS Start */

.innerBanner {
    height: 80vh;
    padding-top: 8rem;
    background: url(../images/banner/2.webp) bottom center / cover no-repeat;
    display: flex;
    align-items: center;
}


/* Inner Pages CSS End */

.topBar {
    background-color: var(--theme-color);
    padding: 1rem 0;
}

.topBar ul {
    display: flex;
    gap: 14px;
    align-items: center;
}

.topBar ul li {
    color: #ffffff;
    font-size: 14px;
}

.topBar .col-md-8 ul {
    justify-content: flex-start;
}

.topBar .col-md-4 ul {
    justify-content: flex-end;
}

.topBar .fab {
    color: #ffffff;
}

.bannerRightImg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
}

.bannerRightImg img {
    width: 94%;
}

.aboutSec .left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.aboutSec .left .inner .box1 {
    background: var(--primary);
    color: #ffffff;
    padding: 5px 20px;
    margin: 1rem 0 0;
    border-radius: 0px 0px 0px 20px;
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.aboutSec .left .inner .box2 {
    background: var(--theme-color);
    color: #ffffff;
    padding: 5px 20px;
    margin: 0 0 1rem;
    border-radius: 0px 20px 0px 0px;
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.aboutSec .left .inner .box1 h3,
.aboutSec .left .inner .box2 h3 {
    font-family: 'Inter', sans-serif;
}

.aboutSec .left .inner .box1 p,
.aboutSec .left .inner .box2 p {
    font-family: 'Playfair Display', sans-serif;
}

.aboutSec .left .inner .box2 h3,
.aboutSec .left .inner .box2 p {
    color: #ffffff;
}

.aboutSec .left .inner .box1 h3,
.aboutSec .left .inner .box1 p {
    color: #010101;
}

.aboutSec .left .inner p {
    margin: 0;
}

.aboutSec .rgtImg {
    position: absolute;
    right: 0;
    bottom: 4rem;
}

.aboutSec .rgtImg img {
    width: 34rem;
}

.serviceSec {
    position: relative;
    overflow: hidden;
}

.serviceSec {
    background: #35063E url(../images/bg/1.webp) bottom center / cover no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5rem 0 0 0;
}

.serviceSec h2,
.serviceSec p {
    color: #ffffff;
}

.serviceSec .topRow {
    margin-bottom: 80px;
}

.serviceSec .topImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* border-radius: 120px; */
}

.tagLine {
    background: #DFDEDE;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--theme-color);
    align-items: center;
    gap: 10px;
}

.serviceSec .serviceWrapper {
    position: relative;
    height: 500px;
}

.serviceSec .serviceIcons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.serviceSec .serviceIcons li {
    position: absolute;
    text-align: center;
    color: #fff;
}

.serviceSec .iconBox {
    width: 70px;
    height: 70px;
    background: #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}

.serviceSec .iconBox img {
    width: 3rem;
}

.serviceSec .iconBox i {
    font-size: 24px;
    color: #000;
}

.serviceSec .serviceIcons p {
    margin-top: 10px;
}

.serviceSec .icon1 {
    left: 27%;
    top: 46px;
}

.serviceSec .icon2 {
    left: 44.5%;
    top: -70px;
}

.serviceSec .icon3 {
    right: 28%;
    top: 40px;
}

.serviceSec .icon4 {
    left: 15%;
    bottom: 120px;
}

.serviceSec .icon5 {
    right: 15%;
    bottom: 120px;
}

.serviceSec .centerCircle {
    width: 50rem;
    height: 25rem;
    background: #e5e5e5;
    border-radius: 600px 600px 0 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceSec .circleContent {
    max-width: 600px;
    text-align: center;
    margin-top: 3rem;
}

.serviceSec .centerCircle h3 {
    font-size: 2rem;
    padding: 0rem 7rem;
}

.serviceSec .circleContent p {
    margin: 15px 0;
    color: #010101;
}

.serviceSec .readBtn {
    background: #666;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.themeBtn .fa-arrow-right,
.readBtn .fa-arrow-right {
    transform: rotate(-35deg);
    transition: transform 0.4s ease;
}

.themeBtn:hover .fa-arrow-right,
.readBtn:hover .fa-arrow-right {
    transform: rotate(0deg);
}

.reviewSec h2 {
    font-size: 2.6rem;
}

.reviewSec .colCstm {
    display: flex;
    align-items: end;
    margin-bottom: 2rem;
}

.reviewBox {
    display: flex;
    gap: 10px;
    border: 1px solid #DFDEDE;
    border-radius: 10px;
    height: 100%;
}

.reviewBox .left {
    width: 26%;
}

.reviewBox .right {
    width: 76%;
    padding: 10px;
}

.reviewBox p {
    margin: 0 0 10px;
}

.reviewBox span {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 18px;
}

.attorneySec {
    position: relative;
}


/* .attorneySec h2,
.attorneySec p {
    text-align: center;
} */

.attorneySec .tagLine {
    text-align: center;
}

.attorneySlider {
    padding: 10px 5px;
}

.attorneySec figure {
    position: absolute;
    right: 12rem;
    top: -2.6rem;
}

.attorneySec figure img {}

.attorneyBox {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background-color: #D9D9D9;
    border-radius: 20px;
    overflow: hidden;
}

.attorneyBox .top {
    width: 100%;
}

.attorneyBox .top img {
    width: 100%;
}

.attorneyBox .bottom {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: center;
    padding: 2rem;
}

.attorneyBox .bottom h3 {
    font-size: 24px;
    color: var(--theme-color);
}

.attorneyBox .bottom p {
    margin: 0;
}

.ctaSec {
    padding-top: 0;
    margin-top: 9rem;
}

.ctaSec {
    /* position: relative; */
    /* display: flex; */
    /* align-items: center; */
    /* z-index: 1; */
}

.ctaSec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #35063E url(../images/bg/2.webp) bottom center / cover no-repeat;
    z-index: -1;
    height: 70%;
    top: auto;
    bottom: 0;
}

.ctaContent h2,
.ctaContent p {
    color: #ffffff;
}

.ctaSec .statBox h2,
.ctaSec .statBox h3,
.ctaSec .statBox p {
    color: #010101;
}

.ctaSec .ctaImg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.ctaSec .statsWrap {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
    /* padding-right: 6rem; */
}

.ctaSec .divider {
    width: 1px;
    height: 6rem;
    background: var(--theme-color);
}

.ctaSec .ctaBtns {
    display: flex;
    gap: 15px;
}

.ctaSec .statBox h2 {
    font-size: 4rem;
    font-family: 'Inter';
}

.ctaSec .statBox p {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: 'Playfair Display', sans-serif;
}

.mainFooter {
    /* background: url(../images/bg/3.webp) bottom center / cover no-repeat; */
    background: linear-gradient(135deg, #DCDCDC 0%, #E8E8E8 44%, #CDCBCC 78%, #D0CCCD 100%);
    padding: 4rem 0 0;
}

.footerTop {
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}

.footerLogo img {
    margin-bottom: 15px;
    width: 15rem;
}

.mainFooter h5 {
    font-size: 24px;
    color: #010101;
    font-weight: 500;
    margin-bottom: 1rem;
}

.socialLinks {
    display: flex;
    gap: 15px;
    padding: 0;
    list-style: none;
}

.socialLinks a {
    color: #4b1d56;
    font-size: 18px;
    transition: .3s;
}

.footerContact li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #555;
}

.footerContact li p {
    margin: 0;
}

.footerContact i {
    color: #4b1d56;
    font-size: 16px;
}

.newsletterText {
    color: #666;
    margin-bottom: 20px;
}

.subscribeForm {
    display: flex;
}

.subscribeForm input {
    flex: 1;
    padding: 10px 24px;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
}

.subscribeForm button {
    background: #4b1d56;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    right: 1rem;
}

.subscribeForm button:hover {
    background: #32113a;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.footerBottom p {
    margin: 0;
}

.footerMenu {
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerMenu a {
    text-decoration: none;
    color: #010101;
}

.footerMenu a:hover {
    color: #4b1d56;
}

.elemFooter {
    position: absolute;
    left: 0;
    bottom: 0;
}

.elemFooter img {
    width: 10rem;
}

.aboutSecInner .imgOne {
    height: 420px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.aboutSecInner .imgTwo {
    height: 384px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0px 0px 20px 0px;
}

.aboutSecInner .box1 p,
.aboutSecInner .box2 p,
.aboutSecInner .box3 p {
    margin: 0;
}

.aboutSecInner .box1 {
    background-color: #DFDEDE;
    margin-top: 2.4rem;
    padding: 3.22rem;
    border-radius: 20px 0px 0px 20px;
}

.aboutSecInner .box2 {
    background-color: #947b99;
    margin-top: 1rem;
    padding: 3.30rem;
    text-align: center;
}

.aboutSecInner .box2 h2 {
    font-family: 'Inter';
    color: #ffffff;
    font-size: 4rem;
}

.aboutSecInner .box2 p {
    font-family: 'Playfair Display';
    color: #ffffff;
    font-size: 1.2rem;
}

.aboutSecInner .box3 {
    background-color: #947b99;
    margin-bottom: 1rem;
    padding: 30px;
    border-radius: 0px 20px 0px 0px;
}

.aboutSecInner .box3 img {
    height: 100%;
}

.aboutSecInner .box3 h2 {
    /* font-family: 'Inter'; */
    color: #ffffff;
}

.aboutSecInner .box3 p {
    /* font-family: 'Playfair Display'; */
    color: #ffffff;
}

.ctaContent {
    padding-top: 4rem;
    /* margin-top: -10rem; */
}

.founderSec figure {
    position: absolute;
    left: 7rem;
}

.founderSec h2 {
    margin-bottom: 2rem;
}

.founderSec .namee {
    background-color: var(--theme-color);
    display: inline-flex;
    flex-direction: column;
    padding: 1rem 3rem 1rem 1rem;
    border-radius: 14px;
}

.founderSec .namee p {
    margin: 0;
}

.founderSec .namee h4,
.founderSec .namee p {
    color: #ffffff;
}

.founderSec .btmFounder {
    display: flex;
}

.founderSec .signs {
    position: absolute;
    right: 4rem;
    bottom: -8rem;
}

.attorneySecInner h2 {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.prBox {
    border: 1px solid var(--theme-color);
    padding: 1rem 2rem;
    border-radius: 10px;
    height: 100%;
}

.prBox .head {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 2rem 1rem 0;
}

.prBox .head img {
    width: 22%;
}

.prBox .head h4 {
    margin: 0;
    font-family: 'Inter';
    color: var(--theme-color);
}

.prBox p {
    margin: 0 0 1rem;
}

.prBox img.icns {
    position: absolute;
    right: 2rem;
}

.practiceAreaSec .row {
    margin-bottom: 2rem;
}

.accordian {
    margin-left: 0;
}

.accordian li {
    margin-bottom: 25px;
    border-bottom: 1px solid #E1E0E0;
    /* box-shadow: 0 0 10px #00000024; */
}

.accordian li h4 {
    /* background: #e8bf96; */
    color: #000000;
    font-size: 1.125rem;
    padding: 1.4rem;
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    margin: 0;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Inter';
    padding-right: 4rem;
}

.accordian h4::after,
.accordian h4::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    text-align: center;
    padding: 8px 12px;
    border-radius: 40px;
    color: #000000;
    transform: translateY(-50%);
}

.accordian p {
    margin: 0;
    color: #869289;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1rem;
}

.accordian li>div {
    display: none;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 1rem;
}

.accordian li.active h4::after {
    content: "\f068";
}

.accordian li.active {
    border-color: #F5F6F8;
    background: #F5F6F8;
}

.accordian li.active h4 {
    /* background: #e8bf96; */
    color: #000000;
    padding: 1.4rem;
    /* border: #e8bf96; */
}

.accordian li.active>div {
    background: #f5f6f8;
}

.accordian li.active>div p {
    color: #818181;
}

.accordianInner li {
    margin-bottom: 3rem;
}

.facSec h2 {
    margin-top: 1rem;
}

.faqTabs {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.faqTabs li {
    list-style: none;
    cursor: pointer;
    padding-bottom: 12px;
    font-weight: 500;
    position: relative;
}

.faqTabs li.active {
    border-bottom: 3px solid #4b0c54;
    color: #4b0c54;
}

.faqContent {
    display: none;
}

.faqContent.active {
    display: block;
}

.formSec {
    background-color: #efefef;
    padding: 30px;
    border-radius: 10px;
}

.formSec input,
.formSec textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: none;
    background-color: #efefef;
    font-size: 14px;
    border-bottom: 1px solid #000000;
    outline: none;
}

.formSec h3 {
    margin-bottom: 1rem;
}

.formSec textarea {
    resize: none;
    height: 8rem;
}

.formSec button:hover {
    background-color: #333;
}

.contactInfoBox {
    display: flex;
    gap: 16px;
    border: 1px solid #DFDEDE;
    border-radius: 10px;
    height: 100%;
}

.contactInfoBox .left {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: var(--theme-color);
    border-radius: 0px 0px 70px 0px;
}

.contactInfoBox .left.lst {
    width: 10%;
}

.contactInfoBox .right {
    width: 80%;
    padding: 20px 10px 20px 0;
}

.contactInfoBox p {
    margin: 0;
}

.contactInfoBox i {
    font-size: 2rem;
    color: #ffffff;
}

.contactInfoBox a {
    color: #000000;
}

.contactSec .col-md-7 p {
    width: 70%;
}

.contactSec .col-md-7 h2 {
    margin: 2rem 0;
}

.formSec p {
    margin: 0 0 1rem;
}

.contactSec figure {
    position: absolute;
    right: -20rem;
    top: -6rem;
}

.contactSec {
    padding: 10rem 0 5rem;
}

.hdrBtns {
    display: flex;
    gap: 20px;
}

.attorneySecInner .cstmpt {
    padding-top: 6rem;
}

.leftText {
    transform: scale(1);
    writing-mode: vertical-lr;
    margin: 0;
    position: absolute;
    top: 8rem;
    left: 4rem;
}

.leftText h5 {
    color: #000000;
    font-size: 3rem;
}

.cstmpts {
    padding-top: 1.5rem;
}

.contactSec figure img {
    width: 80%;
}

.cstmpts.new {
    padding-top: 6rem;
}