@import url(layout.min.css);
@import url('https://fonts.cdnfonts.com/css/roboto-slab-2');
@import url('https://fonts.cdnfonts.com/css/inter');
html {
    font-size: 16px;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

:root {
    --white: #ffffff;
    --black: #000;
    --theme-color: #C9B38C;
    --primary: #262b3e;
}

p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.67;
    margin-bottom: 2rem;
    font-family: 'Inter', sans-serif;
    color: #687693;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', sans-serif;
    color: #262B3E;
}

h1 {
    color: #000;
    font-size: 5rem;
    font-weight: 400;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.4rem;
    line-height: normal;
}

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.webp) top center / cover fixed no-repeat;
    height: calc(100vh - 14vh);
    display: flex;
    align-items: center;
}

.main-Banner.innerBanner {
    position: relative;
}

.main-Banner.innerBanner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, #000000, transparent);
}

.bannertext h1 {
    text-transform: capitalize;
    color: var(--white);
    font-weight: 300;
    font-size: 4rem;
}

.bannertext p {
    color: var(--white);
    font-size: 1.125rem;
}

.topBar {
    background-color: var(--theme-color);
    padding: 1rem 0;
}

.topBar ul {
    display: flex;
    gap: 14px;
    align-items: center;
}

.topBar ul li {
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
}

.topBar .col-md-8 ul {
    justify-content: flex-start;
}

.topBar .col-md-4 ul {
    justify-content: flex-end;
}

.topBar .fab {
    color: var(--primary);
}


/* Home Page CSS End */


/* Inner Pages CSS Start */

.innerBanner {
    height: 70vh;
    /* padding-top: 12rem; */
}


/* Inner Pages CSS End */

.stateSec {
    padding: 0;
}

.stateSec .inner {
    display: flex;
    gap: 10px;
}

.stateSec .inner .right h4,
.stateSec .inner .right p {
    margin: 0;
}

.stateSec .row {
    background-color: #f1f0f0;
    padding: 3rem;
    margin-top: -4rem;
    margin-bottom: 4rem;
}

.tagLine {
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: var(--theme-color);
}

.aboutSec a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--theme-color);
    cursor: pointer;
}

.serviceBox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border: 2px solid #6876933d;
    border-radius: 6px;
    padding: 2rem;
    overflow: hidden;
    height: 100%;
    transition: 0.4s ease;
}

.serviceBox .hoverBg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 0;
}

.serviceBox::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #262b3ec2;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 1;
}

.serviceBox h4,
.serviceBox p,
.serviceBox .iconImg,
.serviceBox a {
    position: relative;
    z-index: 2;
}

.serviceBox h4,
.serviceBox p {
    margin: 0;
}

.serviceBox a {
    display: none;
}

.serviceBox:hover .hoverBg {
    opacity: 1;
    visibility: visible;
}

.serviceBox:hover::before {
    opacity: 1;
    visibility: visible;
}

.serviceBox h4 {
    font-weight: 400;
}

.serviceBox:hover h4,
.serviceBox:hover p {
    color: #ffffff;
}

.serviceBox:hover .iconImg {
    display: none;
}

.serviceBox:hover a {
    display: inline-block;
}

.servicePoint {
    display: flex;
    flex-wrap: wrap;
}

.servicePoint .right {
    width: 90%;
}

.servicePoint .inner {
    display: flex;
    flex: 0 0 50%;
    padding: 30px 20px 20px 0px;
    gap: 10px;
}

.servicePoint .inner p {
    margin: 0;
    width: 30rem;
}

.practicRight.cstm {
    background-color: #f9f9f9;
    padding: 2rem 4rem;
}

.practicRight.cstm .servicePoint .inner p {
    margin: 0;
    width: 100%;
}

.practicRight.cstm .left img {
    width: 4rem;
}


/* .practiceAreas .row {
        background-color: var(--primary);
    } */

.practicRight.cstm h2,
.practicRight.cstm h4 {
    color: #262B3E;
}

.practicRight.cstm p {
    color: #687693;
}

.practiceAreas a {
    margin-top: 2rem;
}

.practiceAreas h2,
.practiceAreas h4,
.practiceAreas p {
    color: #ffffff;
}

.practiceAreas .col-md-5 img {
    width: 100%;
}

.practicLeft {
    height: 100%;
}

.practicLeft figure {
    height: 100%;
}

.practicLeft figure img {
    height: 100%;
    object-fit: cover;
}

.practicLeft.inner {
    height: auto;
    position: sticky;
    top: 1px;
}

.practicLeft.inner figure {
    height: 100%;
}

.practicLeft.inner figure img {
    height: 100%;
    object-fit: cover;
}

.practicLeft {
    position: relative;
    /* margin-right: 3rem; */
}


/* .practicLeft.inner {
        margin: 0;
    } */

.practicLeft .contentOverlay {
    position: absolute;
    bottom: 0;
    padding: 3rem 3rem 1rem 3rem;
}

.practiceAreas .contentOverlay p {
    font-family: 'Roboto Slab';
    font-size: 20px;
}

.practicLeft::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(356deg, black, transparent);
}

.reviewSec {
    position: relative;
}

.reviewSec .sideImg {
    position: absolute;
    top: 0;
    left: -80px;
}

.abouSec .sideImg {
    position: absolute;
    top: 0;
    left: -80px;
}

.reviewSlider .swiper-slide {
    padding: 30px;
    border-radius: 8px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); */
}


/* .reviewSlider .swiper-slide h6 {
    margin-top: 20px;
} */

.reviewSlider .swiper-slide small {
    color: #999;
}

.reviewSlider .authors {
    display: flex;
    gap: 10px;
    align-items: center;
}

.reviewSec .swiper-pagination {
    margin-top: 6rem;
    position: relative;
    left: 4rem;
    right: 0;
    width: fit-content;
}

.reviewSec .swiper-pagination-bullet {
    height: 10px;
}

.reviewSec .swiper-pagination-bullet-active {
    background: var(--theme-color);
}

.ctaSec {
    background: url(../images/bg/1.webp) top center / cover fixed no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
}

.ctaSec h2,
.ctaSec p {
    color: #ffffff;
    margin: 1rem 0;
}

.ctaSec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #0000007d;
}

.teamSec .icons {
    margin-bottom: 1rem;
}

.teamSec .inner {
    text-align: center;
}

.teamSlider {
    position: relative;
    overflow: hidden;
}

.teamSlider .swiper-slide {
    height: auto;
}

.teamCard {
    /* position: relative; */
    /* overflow: hidden; */
    border: 1px solid #ffffff;
    margin: 6px;
    height: 100%;
}

.teamCard img {
    width: 100%;
    /* display: block; */
}

.teamContent {
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.teamContent p {
    margin: 6px 0 0;
}

.teamContent h4 {
    margin: 0;
    /* font-size: 18px; */
}

.teamContent span {
    /* font-size: 14px; */
    color: #777;
    margin-bottom: 1rem;
    display: block;
}

.teamSlider .teamPrev,
.teamSlider .teamNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.teamSlider .teamPrev {
    left: -20px;
}

.teamSlider .teamNext {
    right: -20px;
}

.teamSlider .teamPrev i,
.teamSlider .teamNext i {
    font-size: 14px;
    color: #000;
}

.contactSec {
    background: url(../images/bg/2.webp) top center / cover fixed no-repeat;
    display: flex;
    margin-top: -11rem;
    padding: 10rem 0 4rem;
}

.contactSec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1c202eb0;
}

.contactSec h6 {
    color: var(--theme-color);
}

.contactSec h2,
.contactSec p {
    color: #ffffff;
}

.contactSec .cntInfo {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin: 2rem 0;
}

.contactSec .cntInfo p {
    margin: 0;
}

.formSec input,
.formSec textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    background-color: #f1f1f1;
    font-size: 14px;
    outline: none;
}

.contactSec .inner {
    margin-top: 10rem;
}

.newsLetterSec {
    background-color: var(--primary);
    padding: 2rem 0;
}

.newsLetterSec h4 {
    color: #ffffff;
}

.newsLetterSec .newsLetterForm {
    display: flex;
}

.newsLetterSec .newsLetterForm input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    outline: none;
    border-radius: 4px 0 0 4px;
    background-color: #30364e91;
    color: #ffffff;
}

.newsLetterSec .newsLetterForm button {
    background: #e8bf96;
    border: none;
    padding: 12px 20px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
    transition: 0.3s;
}

.socialLink {
    display: flex;
    gap: 10px;
    margin-top: 2rem;
}

.socialLink li {
    list-style: none;
}

.socialLink li a {
    border: 1px solid #3a3f51;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
    background-color: #30364e;
}

.socialLink li a:hover {
    background: #ffffff;
    color: #000;
}

.socialLink li a i {
    font-size: 16px;
}

.newsLetterSec figure img {
    height: 6rem;
}

.mainFooter {
    background-color: #2c3147;
    padding: 80px 0 10px;
    color: #bfc4d6;
    font-size: 15px;
}

.mainFooter p {
    margin: 0;
    line-height: 1.7;
    color: #ffffff;
}

.footerLogo img {
    width: 18rem;
}

.footerLinks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerLinks li {
    margin-bottom: 12px;
}

.footerLinks a {
    color: #bfc4d6;
    text-decoration: none;
    transition: 0.3s ease;
}

.footerLinks a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.footerContact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerContact li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.footerContact .icon {
    width: 45px;
    height: 45px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerContact .icon i {
    color: #ffffff;
    font-size: 1rem;
}

.footerContact .icon img {
    width: 18px;
}

.footerContact h6 {
    color: #ffffff;
    margin-bottom: 4px;
}

.footerContact p {
    margin: 0;
    color: #ffffff;
}

.footerBottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.footerBottom p {
    font-size: 14px;
    color: #ffffff;
}

.footerBottomLinks {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 10px;
}

.footerBottomLinks li {
    display: inline-block;
}

.footerBottomLinks a {
    color: #9aa1b8;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.footerBottomLinks a:hover {
    color: #ffffff;
}

.reviewSlider p {
    font-size: 14px;
}

.aboutSec .btmInner {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 16px;
}

.btmInner p {
    margin: 0;
}

h5.abtBulet {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #687693;
    line-height: 1.67;
}

h5.abtBulet span {
    background-color: var(--theme-color);
    padding: 10px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

.abtLftSec {
    position: absolute;
    bottom: 0;
    background-color: var(--theme-color);
    height: 8rem;
    width: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin-left: -4rem;
}

.abtLftSec h4 {
    font-size: 3rem;
}

.abtLftSec h4,
.abtLftSec p {
    margin: 0;
    color: #ffffff;
}

.lawyerSec {
    /* padding: 80px 0; */
    /* background: #f9f9f9; */
}

.lawyerSec h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.progressBar {
    margin-bottom: 30px;
}

.progressHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.progressOuter {
    width: 100%;
    height: 18px;
    padding: 4px 4px;
    background: #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.progressInner {
    height: 100%;
    background: var(--theme-color);
    border-radius: 10px;
    transition: width 1s ease-in-out;
}

section.companyLogo {
    text-align: center;
}

.contactSec.innerContact {
    background: none;
    display: flex;
    margin-top: 0;
    padding: 4rem 0;
    margin-bottom: 6rem;
}

.companyLogo h2 {
    margin-bottom: 2rem;
}

.companySwiper img {
    border: 1px solid #262B3E;
    border-radius: 20px;
    padding: 0 1rem;
}

.contactSec.innerContact::before {
    display: none;
}

.accordian {
    margin-left: 0;
}

.accordian li {
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0 0 10px #00000024;
}

.accordian li h4 {
    background: #e8bf96;
    color: #2f2f2f;
    font-size: 1.125rem;
    padding: 1.4rem;
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
}

.accordian h4::after,
.accordian h4::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    text-align: center;
    border-radius: 40px;
    color: #000000;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: #f6ebe0;
}

.accordian li.active>div p {
    font-weight: 200;
    color: #1D1729;
}

.accordianInner li {
    margin-bottom: 3rem;
}

.mainFooter h3 {
    color: #ffffff;
    font-weight: 300;
}

.abouSec a {
    color: var(--theme-color);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.contactInfoSec .inner {
    position: relative;
    padding: 5rem 1rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

.contactInfoSec .inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(38, 43, 62, 0.85);
    z-index: -1;
}

.contactInfoSec .inner h3,
.contactInfoSec .inner p,
.contactInfoSec .inner a {
    color: #fff;
    margin: 0;
}

.contactInfoSec .inner i {
    background-color: var(--theme-color);
    padding: 1rem;
    border-radius: 50%;
    color: #ffffff;
    margin-bottom: 1rem;
}

.bgBehind {
    position: absolute;
    left: -18rem;
    top: -5rem;
    padding: 24.3rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: -1;
}

.lawyerSec figure {
    position: relative;
}

.bgBehind.cstm {
    z-index: 0;
    left: auto;
    right: -16rem;
}

.bgBehind::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(38, 43, 62, 0.75);
    z-index: 1;
}

.practicRight {
    background-color: var(--primary);
    padding: 6rem;
    height: 100%;
}

.newsLetterSec figure {
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.swiper-button-next {
    right: -1.4rem;
}

.swiper-button-prev {
    left: -1.4rem;
}

.fluidSpace {
    margin: 0 4rem;
}

.contactSec.innerContact .formSec input,
.contactSec.innerContact .formSec textarea {
    background-color: transparent;
    border: 1px solid #BEBBBB;
}

.contactSec.innerContact h2 {
    color: var(--primary);
    margin-bottom: 2rem;
}

.contactInfoSec .inner h3 {
    font-size: 20px;
}

.servicePoint .left{
    width: 10%;
}