:root {
    --font-timesnewroman: "times-new-roman", sans-serif;
    --font-inter: "Inter", sans-serif;
    --accent-gold: rgba(220, 169, 19, 1);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--font-timesnewroman);
    font-weight: 700;
}
p, .mainpage ul li, .postlist-single ul li {
    line-height: 1.8;
    color: var(--color-1);
    font-family: var(--font-inter);
    font-weight: 400;
}
.text-white .content * {
    color: var(--bs-white) !important;
}
.heading, h2, .h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #2c2c2c;
}
.sub-heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #2c2c2c;
}
.btn {
    background: var(--color-4);
    border: 2px solid var(--color-4);
    padding: 17px 40px;
}
.btn:hover {
    background: var(--color-1);
    color: var(--bs-white);
    border: 2px solid var(--color-1);
}

.yellow-btn {
    background: var(--color-2);
    border: 2px solid var(--color-2);
}
.yellow-btn:hover {
    background: var(--bs-white);
    color: var(--color-2);
    border: 2px solid var(--bs-white);
}

.read-btn {
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    color: var(--color-2);
    padding-bottom: 3px;
    position: relative;
    display: inline-flex;
    border: none;
    align-items: center;
    gap: 10px;
}
.read-btn svg, .read-btn img {
    width: 15px;
    height: 15px;
}
.read-btn:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    transition: all ease-in-out .7s;
    width: 0;
    height: 1px;
    background: var(--color-2);
}
.read-btn:hover:after {
    width: 100%;
}
.read-btn:hover {
    color: var(--color-2);
}


header.main-header {
    box-shadow: 0px 4px 8px 1px rgba(230, 228, 228, 0.15);
    background: #fff;
    height: auto !important;
    padding: 15px 0;
}
.logo-col img {
    max-width: 195px;
    display: block;
}
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.main-menu {
    margin-top: 0;
}
.main-header .cta-col .btn {
    padding: 18px 60px;
}
.home-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    overflow: hidden;
    background-blend-mode: multiply;
    padding: 90px 0 30px;
}
.home-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    background: linear-gradient(0deg, rgba(253, 216, 109, 0.92), rgba(253, 216, 109, 0.92)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.home-banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/home-new/banner-img.webp);
    background-repeat: no-repeat;
    background-position: center left;
}
.banner-sidetitle {
    position: absolute;
    right: 35px;
    writing-mode: sideways-lr;
    font-family: var(--font-timesnewroman);
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    border-right: 0.8px solid rgba(245, 206, 109, 0.4);
    padding-right: 15px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}
.home-banner .container {
    position: relative;
    z-index: 9;
}
.home-banner .banner-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.home-banner .banner-heading span {
    background: rgba(245, 206, 109, 0.3);
    padding: 0 10px;
}
.home-banner .top-heading {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.home-banner .content p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 1px;

}
.home-banner figure {
    margin: 0;
    position: relative;
    padding: 0 30px 30px 30px;
}
.home-banner figure::before {
    position: absolute;
    content: "";
    border: 6px solid #FFFFFF;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 90%;
    border-radius: 9px;
}
.home-banner figure > img {
    position: relative;
    z-index: 9;
}
.home-banner .experience-block {
    background: #fff;
    border: 2px solid #F5CE6D;
    z-index: 99;
    position: absolute;
    bottom: 90px;
    left: -30px;
    text-align: center;
    font-family: var(--font-timesnewroman);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2C2C2C;
    padding: 15px 60px;

}
.home-banner .experience-block img {
    display: block;
    margin: 0 auto;
}
.home-banner .experience-block span {
    display: block;
    font-weight: 700;
    font-size: 79px;
    line-height: 1;
}

.btn-grp {
    display: flex;
    align-items: center;
    gap: 25px;
}
.btn-grp .banner-cta {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    color: #F5CE6D;
    padding-left: 40px;
}
.btn-grp .banner-cta span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    line-height: 1.4;
}
.btn-grp .banner-cta svg, .btn-grp .banner-cta img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 31px;
}

/* We Can Help Section */
.we-can-help-sec {
    overflow: hidden;
}
.award-logo-sec {
    position: relative;
}
.award-slider .loop-col {
    padding: 10px 10px;
}
.award-slider .loop-col img {
    height: 130px;
    object-fit: contain;
    margin: 0 auto;
    object-position: center;
}

.we-can-help-sec {
    position: relative;
}
.we-can-help-sec::after {
    position: absolute;
    right: 0;
    top: -350px;
    width: 120px;
    height: calc(100% + 350px);
    background-image: url(../img/home-new/we-can-help-border.webp);
    content: "";
    z-index: -1;
    background-size: cover;
    background-position: right center;
    background-color: var(--color-4);
}
.we-can-help-sec .img-card-block {
    gap: 20px;
}
.we-can-help-sec .left-col {
    width: 45%;
}
.we-can-help-sec .right-col {
    width: 55%;
}
.we-can-help-sec .right-col img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.case-card {
    background: #5571B5;
    text-align: center;
    color: #fff;
    padding: 30px 30px;
    min-height: 258px;
    margin-bottom: 20px;
    font-family: var(--font-timesnewroman);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.case-card span {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;
    display: block;
}


/* Why Choose Us Section */
.why-choose-sec {
    background: #FDF5E2;
}
.why-choose-sec figure {
    position: relative;
    padding-right: 50px;
}
.why-choose-sec figure::before {
    position: absolute;
    content: "";
    border: 3px solid rgba(197, 138, 49, 1);
    width: 50%;
    height: 85%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.why-choose-sec figure img {
    position: relative;
    z-index: 9;
}
.why-choose-sec .card-loop {
    background: var(--accent-gold);
    height: 100%;
    border-radius: 14px;
    padding: 50px 30px;
    display: flex;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    text-transform: capitalize;
    align-items: center;
    gap: 15px;
    transform: scale(0.9);
    transform-origin: top left;
    transition: all ease-in-out .6s;
}
.why-choose-sec .card-loop .card-icon {
    width: 40px;
    height: 40px;
    padding: 4px;
    background: rgba(245, 206, 109, 0.4);
}
.why-choose-sec .card-loop .card-title {
    width: calc(100% - 55px);
    margin-bottom: 0;
}
.why-choose-sec .card-loop:hover {
    transform: scale(1.0);
}
.why-choose-sec .loop-col:nth-child(2) .card-loop, .why-choose-sec .loop-col:nth-child(3) .card-loop {
    background: #5571B5;
}
.why-choose-sec .loop-col:nth-child(2) .card-loop .card-icon, .why-choose-sec .loop-col:nth-child(3) .card-loop .card-icon {
    background: rgba(43, 78, 162, 0.3);
}

/* Service Section */
.service-sec {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
.service-sec::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(82, 69, 47, 0.4), rgba(82, 69, 47, 0.4)), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.service-sec .container {
    position: relative;
    z-index: 9;
}
.service-card {
    background: #EBF9F9;
    padding: 40px 40px;
    text-align: center;
    height: 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
.service-card .service-icon {
    margin: 0 auto 30px;
    height: 98px;
    width: 98px;
}
.service-card .service-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
}
.service-card-hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 30px 30px;
    opacity: 0;
    z-index: -1;
    transition: all ease-in-out .5s;
}
.service-card .service-card-hover .service-title {
    width: calc(100% - 55px);
}
.service-card-hover::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(197, 138, 49, 0.6), rgba(197, 138, 49, 0.6)), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
}
.service-card-hover * {
    position: relative;
    z-index: 9;
    color: #fff;
    fill: #fff;
}
.service-card-hover .service-content ul {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    text-align: left;
    list-style-type: disc;
    list-style-position: outside;
}
.service-card-hover .card-head {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 15px;
}
.service-card-hover .card-head svg, .service-card-hover .card-head img {
    width: 40px;
    height: 40px;
}
.service-card:hover .service-card-hover {
    opacity: 1;
    z-index: 9;
}





/* Where We Come Section */
.we-come-sec {
    position: relative;
    background: #FCF5E1;
}
.we-come-sec .img-col {
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    height: 100%;
    border-top: 80px solid rgba(253, 216, 109, 1);
    border-left: 80px solid rgba(253, 216, 109, 1);
}
.we-come-sec .img-col img {
    object-fit: cover;
    object-position: center;
}

/* Attorney Section */
.home-attorney-sec {
    background-image: url(../img/home-new/attorney-bg-img.webp);
    overflow: hidden;
    position: relative;
    padding-left: 200px !important;
    padding-right: 90px !important;
    background-size: cover;
    background-position: center;
    background-color: rgba(79, 92, 122, 1);
}
.home-attorney-sec::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(79, 92, 122, 0.7), rgba(79, 92, 122, 0.7));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home-attorney-sec::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: url(../img/home-new/attorney-left-img-new.webp);
    content: "";
    background-size: cover;
    background-position: right center;
    background-color: var(--color-2);
    z-index: 9;
}
.home-attorney-sec .container-fluid {
    position: relative;
    z-index: 9;
}
.home-attorney-sec .heading {
    color: #fff;
}
.home-attorney-sec .heading span {
    color: #ACD5FB;
    font-style: italic;
}
.home-attorney-slider {
    margin-top: 50px;
}
.home-attorney-slider::before {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, rgb(56 66 86) 45%, rgba(79, 92, 122, 0) 100%);
    right: -70px;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 99;
}
.home-attorney-slider .attorney-card {
    background: radial-gradient(41.65% 41.65% at 49.83% 32.47%, #BE9F51 0%, #8F7840 100%);
    border: 1px solid;
    border-image-source: linear-gradient(342.58deg, #FFF1CF 49.19%, #99917C 67.55%);
    border-image-slice: 1;
    height: 100%;
    overflow: hidden;
}
.home-attorney-slider .slick-list {
    padding-right: 8%;
}
.home-attorney-slider .slick-track {
    display: flex;
}
.home-attorney-slider .slick-slide {
    height: auto;
}
.home-attorney-slider .slick-slide > div, .home-attorney-slider .slick-item {
    height: 100%;
}

.home-attorney-slider .attorney-image {
    height: auto;
    display: flex;
    align-items: end;
    margin-top: 40px;
    justify-content: center;
}
.home-attorney-slider .attorney-image img {
    margin: 0 auto;
    object-fit: contain;
    object-position: center top;
    width: 100%;
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: center;
    height: 280px;
    object-fit: cover;
    object-position: center top;
}
.home-attorney-slider .no-attorney-img {
    background: #ededed;
}
.home-attorney-slider .attorney-content {
    position: absolute;
    bottom: 0;
    background: linear-gradient(2deg, #2C2C2C 30%, rgba(146, 146, 146, 0) 90%);
    left: 0;
    padding: 20px 30px;
    right: 0;
}
.home-attorney-slider .attorney-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}
.home-attorney-slider .attorney-designation {
    color: #FADA8B;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    margin-top: 6px;
}
.home-attorney-slider .attorney-hover {
    position: absolute;
    bottom: -100%;
    background: linear-gradient(1.43deg, #2C2C2C 30.74%, rgba(146, 146, 146, 0) 90.61%);
    left: 0;
    padding: 20px 30px;
    right: 0;
    transition: all ease-in-out .5s;
    color: #fff;
}
.home-attorney-slider .attorney-card:hover .attorney-hover {
    bottom: 0;
}
.home-attorney-slider .excerpt-content {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
    font-weight: 400;
}
.excerpt-content .read-more-btn {
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
    text-decoration: underline;
    color: #FADA8B;
}
.home-attorney-slider .slick-arrow {
    width: 40px;
    height: 40px;
    left: -50px;
    border: none;
    z-index: 99;
    border-radius: 0;
}
.home-attorney-slider .slick-next {
    left: auto;
    right: -30px;
}
.home-attorney-slider .slick-arrow svg path {
    fill: none;
}
.home-attorney-slider .slick-arrow:hover {
    stroke: var(--color-2);
}

/* Divorce Proceedings Section */
.home-divorce-sec {
    position: relative;
}
.home-divorce-sec::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: rgba(245, 206, 109, 0.1);
    z-index: -1;
}
.home-divorce-sec .lists-row {
    margin-top: 60px;
    border: 1px solid rgba(44, 44, 44, 0.4);
    overflow: hidden;
    border-radius: 0 0 0 30px;
}
.home-divorce-sec .lists-row .loop-col{
    display: flex;
    background: rgba(245, 245, 245, 0.7);
    gap: 50px;
    margin-bottom: 4px;
}
.home-divorce-sec .lists-row .img-col {
    width: 30%;
    position: relative;
    overflow: hidden;
}
.home-divorce-sec .lists-row .loop-col:first-child .img-col {
    border-radius: 0 30px 0 0;
}
.home-divorce-sec .lists-row .loop-col:last-child {
    margin-bottom: 0px;
}
.home-divorce-sec .lists-row .img-col::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(253, 216, 109, 0.9), rgba(253, 216, 109, 0.9));

    width: 100%;
    height: 100%;
}
.home-divorce-sec .lists-row .img-col::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

    width: 100%;
    height: 100%;
}
.home-divorce-sec .lists-row .title {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 0;
    transform: translateY(-50%);
    padding: 20px 20px;
}
.home-divorce-sec .lists-row .content-col {
    width: 70%;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Schedule a Consultation Section */
.home-consultation-sec .content p {
    font-size: 20px;
    letter-spacing: 1px;
}
.home-consultation-sec {
    background-size: cover;
    background-position: center;
    background-color: var(--color-4);
}

/* Home Image With Content Section */
.home-content-sec {
    background: rgba(233, 233, 233, 0.2);
}
.home-content-sec figure {
    position: relative;
    padding-left: 30px;
    padding-bottom: 40px;
}
.home-content-sec figure::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: rgba(253, 216, 109, 1);
    width: 35%;
    height: 90%;
    z-index: -1;
    border: 3px solid rgba(238, 192, 122, 1)
}

/* Home Book Section */
.home-book-sec {
    padding-bottom: 30px;
    background: rgba(233, 233, 233, 0.2);
}
.home-book-sec .book-wraper {
    position: relative;
    padding: 0 35px 60px;
}
.book-wraper * {
    position: relative;
    z-index: 9;
}
.home-book-sec .book-wraper::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    background-size: cover;
    background-position: center;
    background-image: url(../img/home-new/pattern-bg-img.webp);
}
.home-book-sec .book-box {
    border: 4px solid rgba(253, 216, 109, 1);
    border-radius: 100px 0px;
    background: #fff;
    padding: 40px 50px;
}
.home-book-sec .book-box .title {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0;
    text-transform: capitalize;
}

/* Testimonial Section */
.home-testimonial-sec {
    background-color: rgba(233, 233, 233, 0.4);
}
.quote-title-wraper {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 25px;
    overflow: hidden;
}
.quote-title-wraper .left-titles, .quote-title-wraper .right-titles {
    display: flex;
    gap: 25px;
}
.quote-title-wraper .left-title, .quote-title-wraper .right-title {
    background: var(--color-2);
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    padding: 40px 25px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out .5s;
    font-family: var(--font-timesnewroman);
    text-transform: uppercase;
}
.quote-title-wraper .left-title.active, .quote-title-wraper .right-title.active,
.quote-title-wraper .left-title:hover, .quote-title-wraper .right-title:hover {
    background: var(--color-1);
    color: #fff;
}
.quote-title-wraper .left-title {
    border-radius: 40px 0 40px 0;
}
.quote-title-wraper .right-title {
    border-radius: 0 40px 0 40px;
}
.quote-title-wraper .center-quote {
    width: 60%;
    background: #FCF5E1;
    padding: 70px 100px;
    text-align: center;
    border-radius: 0 30px 0 30px;
    border: 1px solid var(--color-2);
}
.quote-title-wraper .qoute-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 1px;
    color: var(--color-1);
}
.quote-title-wraper .center-quote .auhor-name {
    border-radius: 2px 30px 2px 30px;
    padding: 16px 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: var(--color-1);
    border: 1px solid var(--color-2);
    margin-top: 50px;
    display: inline-flex;
    font-family: var(--font-timesnewroman);
}
.quote-title-wraper .center-quote .quote-card > svg,
.quote-title-wraper .center-quote .quote-card > img {
    width: 53px;
    height: 39px;
    margin-bottom: 25px;
}
.quote-dots {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.quote-dot {
    width: 16px;
    height: 16px;
    background-color: rgba(43, 78, 162, 0.15);
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
.quote-dot.active {
    background-color: #2B4FA2;
    transform: scale(1.2);
    width: 30px;
    height: 12px;
    border-radius: 30px;
}

/* Mission Section */
.mission-card {
    display: flex;
    flex-direction: column;
    background: #5571B5;
    border-radius: 30px 0 30px 0;
    height: 100%;
    overflow: hidden;
}
.loop-col:nth-child(2n) .mission-card {
    flex-direction: column-reverse;
}
.mission-card .card-head {
    position: relative;
    height: 50%;
}
.mission-card .card-head img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mission-card .card-head::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.mission-card .title {
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--font-timesnewroman);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 40px 20px;
}
.mission-card .card-content {
    padding: 40px 25px;
}

.home-mission-sec .core-value-block {
    display: flex;
    font-family: var(--font-timesnewroman);
    justify-content: flex-end;
}
.home-mission-sec .core-value-block .coreValue-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: rgba(245, 206, 109, 0.2);
    color: #fff;
    padding-right: 20px;
}
.home-mission-sec .core-value-block .coreValue-box strong {
    background: rgba(220, 169, 19, 1);
    padding: 15px 20px;
    margin-right: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    font-family: var(--font-timesnewroman);
    box-shadow: 0px 4px 4px 0px rgba(197, 138, 49, 0.25);
    color: #fff;
    display: block;
    margin-top: -15px;
    margin-left: -30px;
}
.home-mission-sec .core-value-block .coreValue-box ul {
    display: flex;
    justify-content: center;
}
.home-mission-sec .core-value-block .coreValue-box ul li {
    font-weight: 400;
    text-transform: capitalize;
    color: #2C2C2C;
    border-right: 1px solid #F5CE6D;
    margin-right: 12px;
    padding-right: 12px;
    line-height: 1.5;
}
.home-mission-sec .core-value-block .coreValue-box ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

/* Blog Section */
.home-blog-sec {
    overflow: hidden;
    background: linear-gradient(103.54deg, #FDD86D 3.8%, #C4950B 54.6%);
}
.home-blog-sec .post-card .post-image img {
    display: block;
}
.home-blog-sec .post-card {
    background: #fff;
    border-radius: 30px;
    height: 100%;
    overflow: hidden;
    transition: all ease-in-out .5s;
    padding-bottom: 65px;
}
.home-blog-sec .post-card:hover {
    transform: scale(1.07);
}
.home-blog-sec .post-content {
    padding: 25px 25px 0;
}
.home-blog-sec .post-content .post-meta {
    margin-top: 0;
    padding-bottom: 0px;
    border: none;
    margin-bottom: 12px;
}
.home-blog-sec .post-content .excerpt-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 1px;
    color: #2C2C2CB2;
}
.home-blog-sec .blog-title {
    font-family: var(--font-timesnewroman);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #2B4EA2;
    margin-bottom: 15px;
}
.home-blog-sec .post-content .read-btn {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

/* Contact Us Section */
.home-contact-sec {
    background-size: cover;
    background-position: center top;
    margin-bottom: 60px;
    background-color: #2b4ea2;
	position:relative;
}
.home-contact-sec::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    height: 100%;
}
.home-contact-sec .grp-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center top;
}
.home-contact-sec .form-outer {
    padding: 50px 80px;
    background: #fff;
    margin-top: 150;
    position: relative;
    z-index: 9;
}

@media (min-width: 1660px) {
    .container {
        max-width: 1490px;
    }
    .space-pd {
        padding: 100px 0;
    }
    .home-banner .experience-block {
        bottom: 120px;
    }
    .home-banner figure {
        padding: 0 40px 40px 30px;
    }
    .home-attorney-sec {
        padding-left: 240px !important;
    }
    .home-attorney-sec::before {
        width: 170px;
    }
    .home-attorney-slider .attorney-image img {
        height: 320px;
    }
}
@media (max-width: 1700px) {
    .banner-sidetitle {
        right: 15px;
        font-size: 36px;
        padding-right: 10px;
    }
}

@media (max-width:1400px){
    .heading, h2, .h2 {
        font-size: 38px;
        letter-spacing: 2px;
    }
    .banner-sidetitle {
        display: none;
    }
    .home-banner .banner-heading {
        font-size: 45px;
        letter-spacing: 2px;
    }
    .home-banner .content p {
        font-size: 16px;
    }
    .award-slider .loop-col img {
        height: 100px;
    }
    .we-can-help-sec::after {
        width: 50px;
    }
    .service-card .service-icon {
        margin: 0 auto 20px;
        height: 68px;
        width: 68px;
    }
    .service-card .service-title {
        font-size: 18px;
    }
    .service-card-hover .service-content ul {
        margin-top: 20px;
    }
    .quote-title-wraper .left-title, .quote-title-wraper .right-title {
        font-size: 22px;
    }
    .quote-title-wraper {
        gap: 16px;
    }
    .quote-title-wraper .left-titles, .quote-title-wraper .right-titles {
        gap: 16px;
    }

    .home-attorney-sec {
        padding-left: 120px !important;
        padding-right: 50px !important;
    }
    .home-attorney-sec::before {
        width: 60px;
    }
    .home-attorney-slider .slick-list {
        padding-right: 7%;
    }
    .home-attorney-slider::before {
        width: 150px;
        right: -50px;
    }
    .home-attorney-slider .attorney-hover,
    .home-attorney-slider .attorney-content {
        padding: 15px 15px;
    }
    .home-attorney-slider .attorney-name {
        font-size: 14px;
    }
    .home-attorney-slider .attorney-designation {
        font-size: 12px;
    }
    .home-attorney-slider .excerpt-content {
        font-size: 12px;
    }
}
@media (max-width:1199px){
    .space-pd {
        padding: 60px 0 !important;
    }
    .heading, h2, .h2 {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .cta-col {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .menu-button .menu-bar {
        width: 28px;
    }
    .menu-button {
        height: 50px;
        width: 50px;
        border-radius: 5px;
    }
    .menu-button .menu-bar-top {
        top: 13px;
    }
    .menu-button .menu-bar-bottom {
        bottom: 13px;
    }
    .menu-button.button-open .menu-bar-top {
        transform: rotate(45deg) translate(8px, 7px);
        top: 12px;
    }
    .menu-button.button-open .menu-bar-bottom {
        transform: rotate(-45deg) translate(11px, -10px);
        top: 38px;
    }
    .search-icon {
        margin: 0;
        width: 50px;
        height: 50px;
        background: var(--color-4);
        border-radius: 5px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .search-icon svg path {
        fill: #fff;
    }

    .home-banner .banner-heading {
        font-size: 38px;
        letter-spacing: 1px;
    }
    .home-banner .experience-block {
        bottom: 40px;
        left: -20px;
        padding: 15px 30px;
    }
    .home-banner .experience-block span {
        font-size: 50px;
    }
    .case-card {
        font-size: 18px;
        padding: 30px 20px;
    }
    .why-choose-sec .card-loop {
        padding: 30px 15px;
        font-size: 16px;
        transform: scale(1);
        height: 100%;
    }
    .we-come-sec .img-col {
        border-top: 30px solid rgba(197, 138, 49, 0.98);
        border-left: 30px solid rgba(197, 138, 49, 0.98);
    }
    .home-divorce-sec .lists-row .title {
        font-size: 24px;
        padding: 20px 15px;
    }
    .home-divorce-sec .lists-row .content-col {
        padding-right: 30px;
    }
    .home-book-sec .book-box {
        padding: 30px 20px;
    }
    .quote-title-wraper .center-quote {
        padding: 40px 30px;
    }
    .quote-title-wraper .qoute-content {
        font-size: 16px;
    }
    .quote-title-wraper .left-title, .quote-title-wraper .right-title {
        font-size: 20px;
    }
    .we-can-help-sec::after {
        display: none;
    }
    .home-blog-sec .blog-title {
        font-size: 18px;
    }
    .home-mission-sec .core-value-block {
        justify-content: center;
        margin-top: 40px;
    }
    .home-mission-sec .heading, .home-mission-sec .sub-heading {
        text-align: center;
    }
    .home-attorney-sec::before, .home-attorney-slider::before {
        display: none;
    }
    .home-attorney-sec .container-fluid {
        width: 90%;
    }
    .home-attorney-slider .slick-list {
        padding-right: 0;
    }
    .home-attorney-slider .slick-arrow {
        left: 0;
        background: #4F5C7A;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
    }
    .home-attorney-slider .slick-next {
        left: auto;
        right: 0;
    }
    .home-attorney-slider .slick-arrow svg, .home-attorney-slider .slick-arrow img {
        width: 22px;
        height: 22px;
    }
}
@media (min-width:992px){
    .we-can-help-sec::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 45%;
        height: 73%;
        background: rgba(197, 138, 49, 0.3);
        content: "";
        z-index: -1;
    }

    .quote-title-wraper .left-title, .quote-title-wraper .right-title {
        writing-mode: sideways-lr;
    }
    .quote-title-wraper .left-titles .left-title:first-child {
        transform: scaleY(0.75);
    }
    .quote-title-wraper .right-titles .right-title:last-child {
        transform: scaleY(0.75);
    }
}
@media (max-width:991px){
    .home-banner {
        padding: 60px 0;
    }
    .home-banner .banner-content {
        margin-bottom: 40px;
    }
    .img-card-block {
        gap: 15px;
        margin-bottom: 40px;
    }
    .case-card {
        font-size: 18px;
    }
    .why-choose-sec .card-loop {
        transform: scale(1);
    }
    .service-card .service-title {
        font-size: 17px;
    }
    .service-card {
        padding: 30px 20px;
    }
    .service-card .service-icon {
        margin: 0 auto 15px;
    }
    .we-come-sec .img-col {
        position: static;
        width: 100%;
        border: 40px solid rgba(197, 138, 49, 0.98);
        margin-bottom: 40px;
    }
    .home-divorce-sec .lists-row .loop-col {
        gap: 20px;
    }
    .home-divorce-sec .lists-row .img-col {
        width: 50%;
    }
    .home-divorce-sec .lists-row .title {
        font-size: 22px;
        padding: 20px 15px;
    }
    .home-divorce-sec .lists-row .content-col {
        width: 50%;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .home-book-sec .book-box {
        border-radius: 70px 0px;
        padding: 30px 30px;
        margin-bottom: 40px;
    }
    .quote-title-wraper .center-quote {
        width: 100%;
        padding: 40px 30px;
    }
    .quote-title-wraper {
        flex-direction: column;
    }
    .quote-title-wraper .center-video {
        width: 100%;
    }
    .quote-title-wraper .left-titles, .quote-title-wraper .right-titles {
        flex-flow: wrap;
        width: 100%;
    }
    .quote-title-wraper .left-title, .quote-title-wraper .right-title {
        width: calc(50% - 8px);
        padding: 24px 20px;
    }
    .quote-title-wraper .qoute-content {
        font-size: 16px;
    }
    .home-contact-sec .form-outer {
        padding: 50px 50px;
        margin-top: 180px;
    }
    .mission-card {
        height: auto;
    }
    .mission-card .card-content {
        padding: 30px 25px;
    }
    .loop-col:nth-child(2n) .mission-card {
        flex-direction: column;
    }
}

@media (max-width:767px){
    .heading, h2, .h2 {
        font-size: 32px;
        letter-spacing: 1px;
    }
    .home-banner .banner-heading {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .home-banner figure {
        padding: 0 20px 20px 20px;
    }
    .home-banner .experience-block {
        bottom: 30px;
        left: 0;
        padding: 15px 15px;
    }
    .home-banner .experience-block span {
        font-size: 40px;
    }
    .btn-grp {
        align-items: flex-start;
        gap: 15px;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
    }
    .home-divorce-sec .lists-row .loop-col {
        flex-direction: column;
        gap: 0;
    }
    .home-divorce-sec .lists-row .img-col {
        width: 100%;
    }
    .home-divorce-sec .lists-row .content-col {
        width: 100%;
        padding: 30px 20px;
    }
    .case-card span {
        font-size: 40px;
    }
    .case-card {
        font-size: 14px;
        padding: 20px 10px;
        width: 50%;
        margin-bottom: 0;
    }
    .we-can-help-sec .left-col img  {
        width: 50% !important;
    }
    .we-can-help-sec .img-card-block {
        flex-direction: column;
    }
    .we-can-help-sec .left-col {
        width: 100%;
        display: flex;
        gap: 10px;
    }
    .we-can-help-sec .right-col {
        width: 100%;
    }
    .home-contact-sec {
        margin-bottom: 0;
    }
    .home-contact-sec .form-outer {
        padding: 40px 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .why-choose-sec figure {
        padding-right: 20px;
    }
    .home-content-sec figure {
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .quick_title {
        font-size: 22px;
    }

    .home-mission-sec .core-value-block,
    .home-mission-sec .core-value-block .coreValue-box {
        flex-direction: column;
    }
    .home-mission-sec .core-value-block .coreValue-box ul {
        justify-content: center;
        flex-flow: wrap;
        gap: 15px 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .home-mission-sec .core-value-block .coreValue-box strong {
        margin-right: 0;
        font-size: 16px;
        margin-top: 15px;
        margin-left: 0;
    }
}

@media (max-width:575px){
    .space-pd {
        padding: 50px 0 !important;
    }
    .sub-heading {
        font-size: 15px;
        letter-spacing: 2px;
    }
    .heading, h2, .h2 {
        font-size: 28px;
        letter-spacing: 0;
    }
    .quote-title-wraper .left-title, .quote-title-wraper .right-title {
        width: 100%;
    }
    .home-book-sec .book-box .title {
        font-size: 22px;
    }
}
@media (max-width:480px){
    .top-row {
        margin-bottom: 15px;
    }
    header.main-header {
        padding-top: 0;
    }
}


















.map-listing-wraper .h5{
    color:#fff;
}
.copyright .copyright-text{
    padding:4px 4px 0px!important;
}
ul#menu-copyright-menu li a{
    padding:0 5px 8px!important;
    text-decoration:underline;
}
ul#menu-copyright-menu li a:hover{
    color:#c58a31;
}
.footer-nav ul{
    display:block;
}
ul#menu-copyright-menu{
    display:flex;
    align-items:center;
}
#footer{
    background-color:#fff;
    font-weight:400;
    padding-top:60px;
}
.footer-logo img{
    max-width:205px;
    width:205px;
    object-fit:contain;
}
ul#menu-quick-links{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.footer-nav ul li{
    padding:8px;
    display:inline-block;
    line-height:normal;
}
.footer-nav ul li a{
    display:block;
    text-transform:capitalize;
    font-weight:400;
    line-height:25px;
    letter-spacing:.7px;
    font-size:15px;
}
.footer-nav ul li a:hover,.footer-nav ul li.current-menu-item a{
    color:#1b75bc;
}
.copyright{
    background:rgba(255, 255, 255, .04);
}
.copyright .copyright-text,ul#menu-copyright-menu li a{
    padding:12px 0;
    font-size:14px;
    font-weight:400;
    letter-spacing:.26px;
    color:var(--color-3);
}
ul#menu-copyright-menu li{
    margin:0 4px;
}
.quick_title{
    text-transform:capitalize;
    margin:13px 0px 10px 0px;
}
ul#menu-quick-links{
    flex-direction:column;
}
.footer-nav{
    column-count:3;
    column-gap:15px;
}
.footer-nav ul li{
    padding:3px 3px;
}
.location .content {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.location .phone{
    text-decoration:underline;
    font-size:16px!important;
}
.location .direction_link{
    text-decoration:underline;
}
.newsletter_form input[type=email]{
    padding-top:0px;
}
.footer .container-fluid{
    padding:0!important;
    overflow:hidden;
}
.copyright{
    background:none;
    border-top:1px solid #ddd;
}
#footer{
    padding-top:0px;
    background-color:#fdf5e2;
}
.footer .right_con{
    padding:40px 50px 50px 0px;
}
.footer .contact-maps-wrap.active-map{
    height:762px;
}
.footer-logo img{
    max-width:175px;
    width:175px;
}
.location_row .italic{
    font-style:italic;
    color:#847c7c;
    margin:5px 0px 0px 0px;
}
.newsletter{
    margin-top:50px;
}
.newsletter .quick_title{
    font-size:24px;
}
.quick_title {
    font-weight: 500;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
}
.active-tab,.map_location .container{
    position:relative;
}
.map_location{
    overflow:hidden;
    position:relative;
}
.clearfix::after{
    display:block;
    clear:both;
    content:"";
}
.map_location{
    width:100%;
}
.map-loc-front .map-data{
    background:#2b4ea2;
    color:#fff;
    padding:10px;
    width:24%;
    flex-grow:1;
}
.active-tab:after{
    content:'';
    position:absolute;
    height:4px;
    width:100%;
    background-color:var(--color-5);
    bottom:0;
    left:0;
}
.contact-maps-wrap{
    display:none;
}
.contact-maps-wrap.active-map{
    display:block;
    height:600px;
}
.tab_row{
    top:196px;
    left:0;
}
.map-listing-wraper{
    background:#2b4ea2;
}
.newsletter_wrap .submit-btn{
    justify-content:flex-start;
}
.newsletter_wrap .submit-btn input[type=submit]{
    margin-top:0;
}
.map-loc-front .map-data *{
    color:#fff;
    margin:0;
}
.map-loc-front .map-data{
    cursor:pointer;
    border:1px solid #2b4ea2;
}
.map-loc-front .map-data.active-tab,.map-loc-front .map-data:hover{
    background-color:#fff;
}
.map-loc-front .map-data.active-tab *,.map-loc-front .map-data:hover *{
    color:#2b4ea2;
}
.location{
    min-height:350px;
    width:100%;
    overflow:hidden;
    transition:.3s;
}
.phone{
    align-items:center;
    font-size:14px!important;
}

.home-blog-sec .yellow-btn {
    background: rgba(169, 127, 6, 1);
    border: rgba(169, 127, 6, 1);
}

.submit-btn input[type="submit"] {
    background: var(--color-4);
    border: 2px solid var(--color-4);
}

@media (max-width: 1400px){
    .newsletter .quick_title {
        font-size: 18px;
    }
    .newsletter_form input[type=email] {
        font-size: 14px;
    }
    .footer .contact-maps-wrap.active-map{
        height:680px;
    }
    .footer-nav ul li{
        padding:4px;
    }
    .location .content {
        font-size: 14px;
    }
    .footer .right_con {
        padding: 40px 20px 30px 0px;
    }
    .quick_title {
        font-size: 22px;
    }
    .copyright .copyright-text, ul#menu-copyright-menu li a {
        font-size: 12px;
    }
}
@media (max-width: 1200px){
    .footer .contact-maps-wrap.active-map{
        height:500px;
    }
    .footer .right_con{
        padding:50px 50px 50px 30px;
    }
    .footer .newsletter_form{
        margin-left:0px;
    }
    .copyright_wrap{
        justify-content:center;
        padding:10px 0px;
    }
    ul#menu-quick-links{
        justify-content:flex-start;
    }
    .footer-nav ul li a{
        font-size:14px;
    }
}
@media (max-width: 1025px){
    .tab_row{
        top:322px;
        left:0;
    }
}
@media (max-width: 992px){
    .map-loc-front .map-data{
        padding:16px;
    }
    .contact-maps-wrap.active-map{
        height:439px;
    }
    .tab_row{
        top:180px;
    }
}
@media (max-width: 991px){
    #footer{
        padding-top:40px;
    }
    .footer-logo{
        text-align:center;
    }
    .quick-links{
        margin-top:10px;
    }
    .quick-links{
        padding-left:0;
        max-width:none;
    }
}
@media (max-width: 768px){
    .copyright .copyright-text,ul#menu-copyright-menu li a{
        font-size:12px;
    }
}
@media (max-width: 767px){
    .location_row .italic{
        margin:0px 0 0;
    }
    .footer-nav{
        column-count:auto;
    }
    .footer .right_con{
        padding:30px 15px;
    }
    .map-loc-front .map-data.active-tab{
        border:none;
    }
    .map-loc-front .map-data .h5{
        font-size:16px;
    }
    .contact-maps-wrap iframe{
        height:600px;
    }
    .tab_row{
        flex-wrap:wrap;
    }
    body .map-loc-front .map-data{
        width:40%;
    }
}
@media (max-width: 576px){
    .tab_row{
        top:0;
        left:0;
    }
    .map-loc-front .map-data{
        width:100%;
    }
    .active-tab:after{
        display:none;
    }
    .copyright_wrap{
        flex-direction:column!important;
    }
    ul#menu-copyright-menu li a{
        padding:0;
    }
    .copyright .copyright-text,ul#menu-copyright-menu li a{
        padding:12px 0 0;
    }
}
@media (max-width: 480px){
    .btn{
        font-size:15px;
        padding:8px 25px;
    }
    ul#menu-quick-links{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
    }
}
@media (max-width:410px){
    .phone a{
        font-size:14px;
    }
}
.submit-btn input[type="submit"]{
    border:1px solid #fff;
}
.submit-btn input[type="submit"]:hover{
    border-color:var(--color-2);
}
@media (min-width:992px) and (max-width:1025px){
    .newsletter_form{
        margin-left:16px;
    }
}
@media (max-width: 768px){
    .copyright .copyright-text,ul#menu-copyright-menu li a{
        font-size:11px;
    }
}
@media (max-width: 576px){
    div#map-adress-11{
        position:relative;
    }
}