/* ================== Font Family Start Here ================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* second fonts */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* ================== Font Family Css End Here ================== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.container {
    max-width: 1330px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.container-small {
    max-width: 1200px;
}

body {
    font-family: var(--font-primary);
    color: var(--color-secondary-dark);
}


/* Root */

:root {
    /* color */
    --color-primary: #C97C5D;
    --color-secondary: #04241B;
    --color-secondary2: #052A24;
    --color-black: #000000;
    --color-text: #697472;
    --cadet-gray-color: #98A6A4;
    --color-white: #fff;
    --charcoal-gray-color: #2B2B2B;
    --light-gray-color: #AEAEAE;
    --cool-gray-color: #C5CAC9;
    --warm-brown-color: #996F4C;
    --gunmetal-gray-color: #353535;
    --border-color: #C3C3C3;
    --border-color2: #A2A2A2;

    /* font-family */
    --font-primary: "Playfair Display", serif;
    --font-secondary: "Manrope", sans-serif;

    --font-poppins: 'Poppins';
}

/* ================== Define Css Start Here ================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: var(--color-black);
}

h1 {
    font-size: 64px;
    line-height: 84px;
    font-weight: normal;
}

h2 {
    font-size: 38px;
    line-height: 57px;
    font-weight: normal;
}

h3 {
    font-size: 35px;
}

h4 {}

h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}


p,
li {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: var(--font-secondary);
    font-size: 18px;
    line-height: 34px;
    color: var(--color-text);
}

a {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-family: var(--font-secondary);
    outline: none;
    font-size: 14px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input,
button,
input::placeholder {
    font-family: var(--font-secondary);
    outline: none;
}

span {
    display: inline-block;
}

.section-space {
    margin-top: 80px;
}


/* Margin */

.ctm-mt-10 {
    margin-top: 10px;
}

.ctm-mt-20 {
    margin-top: 20px;
}

.ctm-mt-30 {
    margin-top: 30px;
}

.ctm-mt-40 {
    margin-top: 40px;
}

.ctm-mt-50 {
    margin-top: 50px;
}

.ctm-mt-60 {
    margin-top: 60px;
}

.ctm-mt-70 {
    margin-top: 70px;
}

.ctm-mt-80 {
    margin-top: 80px;
}

.ctm-mt-90 {
    margin-top: 90px;
}

.ctm-mt-100 {
    margin-top: 100px;
}

.ctm-mb-100 {
    margin-bottom: 70px;
}

.ctm-mt-0 {
    margin-top: 0 !important;
}

.common-button a {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding: 18px 30px;
    line-height: 20px;
    font-size: 14px;
    color: var(--color-white);
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-family: var(--font-secondary);
    cursor: pointer;
}

.common-button a:hover {
    background-color: transparent;
    color: var(--color-primary);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.common-button-without-bg a {
    background-color: transparent;
    border-color: var(--cadet-gray-color);
    color: var(--color-white);
}

.common-button-without-bg a:hover {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: var(--color-white);
}


.common-button-transparent a {
    background-color: transparent;
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.common-button-transparent a:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}


/* flex */

.ctm-flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}


/* justify */

.ctm-justify-center {
    justify-content: center;
}

.ctm-justify-right {
    justify-content: right;
}

.ctm-justify-between {
    justify-content: space-between;
}


/* align */

.ctm-align-left {
    align-items: left;
}

.ctm-align-center {
    align-items: center;
}

.ctm-align-right {
    align-items: right;
}


/* width */

.news-title h3 a:hover,
nav ul li a:hover,
.footer-col ul li a:hover,
.news-title-heading h3 a:hover,
.sidebar-title h4 a:hover {
    color: var(--color-primary);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.full-whdth {
    width: 100% !important;
}

.brown-color-text h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: var(--color-primary);
    margin-bottom: 17px;
    text-transform: uppercase;
    font-family: var(--font-secondary);
}

.common-heading-content h2 {
    margin-bottom: 18px;
}

.font-heading-30 h2,
.font-heading-30 h3 {
    font-size: 30px;
    line-height: 84px;
}


/* ================== Define Css End Here ================== */


/* ================== Header Css Start Here ==================  */
.toggle-btn-mobile {
    display: none;
}

.ctm-sticky {
    position: fixed;
    width: 100%;
    background-color: #052a24e7;
    z-index: 10;
    top: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.ctm-sticky .header-logo-left {
    margin-bottom: 0;
}

.ctm-sticky .header-logo-left .header-logo img {
    max-width: 60px;
}

header {
    background-color: var(--color-secondary2);
    padding: 21px 0;
    position: relative;
    z-index: 1;
}

.header-logo-left {
    margin-bottom: -62px;
}

.header-logo-left a {
    display: inline-block;
}

.header-logo-left .header-logo img {
    max-width: 130px;
    width: 100%;
}

nav ul li {
    list-style: none;
    display: inline-block;
}

nav ul li+li {
    margin-left: 16px;
}

nav ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 14px;
    color: var(--cadet-gray-color);
    font-family: var(--font-secondary);
}

nav ul li a.active {
    background-color: #ffffff25;
    color: var(--color-white);
}

/* ================== Header Css End Here ==================  */


/* ================== Banner Css Start Here ==================  */
.banner-sec-bg {
    background-color: var(--color-secondary);
    padding-top: 140px;
    position: relative;
}

.inner-banner {
    gap: 0;
    row-gap: 30px;
}

.banner-col-left {
    width: 45%;
}

.banner-col-right {
    width: calc(55% - 70px);
    margin-left: 70px;
}

.banner-btn-two {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.banner-col-left span {
    line-height: 34px;
    font-size: 35px;
    color: var(--color-primary);
    font-family: var(--font-secondary);
}

.banner-col-left h1 {
    font-size: 62px;
    color: var(--color-white);
    margin-bottom: 17px;
    max-width: 564px;
}

.banner-counter-main {
    padding: 46px 66px;
    background-color: var(--color-secondary2);
    max-width: 680px;
    /* position: absolute;
    bottom: 0;
    left: 0; 
    margin-left: calc(100% + -45vw);**/
    margin-top: 70px;
}

.counter-items h3 span {
    color: var(--color-white);
    font-family: var(--font-secondary);
    font-weight: 600;
    line-height: 48px;
    font-size: 40px;
}

.counter-items {
    text-align: center;
    width: calc(100%/3 - 16px);
}

.counter-items p {
    font-size: 16px;
    line-height: 24px;
    color: var(--cool-gray-color);
    margin-top: 16px;
}

.banner-col-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-btn-two .common-button-without-bg a {
    min-width: 210px;
}




/* ================== Banner Css End Here ==================  */


/* ================== Main Css Start Here ==================  */


/*  Former Government Attorneys on Staff Css Start Here   */
.inner-attorneys-staff {
    gap: 80px;
    row-gap: 30px;
    position: relative;
    z-index: 1;
}

.attorneys-staff-col-left,
.attorneys-staff-col-right {
    width: calc(100%/2 - 40px);
}

.attorneys-staff-col-left img {
    width: 100%;
    height: 676px;
    object-fit: cover;
    object-position: top;
}

.attorneys-staff-sec-bg {
    position: relative;
}

.attorneys-staff-sec-bg:after {
    position: absolute;
    content: "";
    width: calc(100% - 55%);
    background-color: #dfe1e0;
    height: 320px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.common-heading-content h2 {
    margin-bottom: 24px;
}



.attorneys-staff-col-right h2 {
    font-size: 64px;
    line-height: 84px;
}

/*  Former Government Attorneys on Staff  Css End Here   */




/*  PRACTICE AREAS  Css Start Here   */

.practice-areas-sec-bg {
    background-color: var(--color-secondary);
    padding: 60px 0;
}

.practice-areas-sec-bg .common-heading-content h2 {
    max-width: 650px;
    margin: 0 auto;
    color: var(--color-white);
}

.practice-areas-icon {
    background-color: #ffffff31;
    border-radius: 100%;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.practice-areas-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: transform 0.6s ease-in-out;
}

.practice-areas-col:hover .practice-areas-icon img {
    transform: rotate(360deg);
}

.practice-areas-content h5 {
    margin: 17px 0 10px 0;
    font-family: var(--font-secondary);
    font-size: 25px;
    line-height: 42px;
    color: var(--color-white);

}

.practice-areas-content p {
    color: var(--color-white);
    line-height: 27px;
    font-family: var(--font-poppins);
}

.inner-practice-areas {
    gap: 0;
    row-gap: 15px;
}

.practice-areas-col {
    width: calc(100% / 3 - 16px);
    text-align: center;
    padding: 30px 20px 60px 20px;

}

.practice-areas-col:hover {
    background-color: #ffffff30;
    transition: 0.3s ease-in-out;
}



/*  PRACTICE AREAS  Css End Here   */






/*  our-mission  Css Start Here   */
.inner-our-mission {
    gap: 0;
}

.our-mission-col-left {
    width: 40%;
}

.our-mission-col-right {
    width: 60%;
}

.our-mission-col-left {
    padding: 0 60px 0 130px;
    text-align: start;
}

.our-mission-col-right img {
    width: 100%;
    height: 880px;
    object-fit: cover;
    object-position: center;
}

.our-mission-heading-sec {
    margin-top: 40px;
}

.our-mission-heading-sec p,
.our-mission-heading-sec ul li {
    line-height: 27px;
    color: var(--gunmetal-gray-color);
    font-family: var(--font-poppins);
}

.our-mission-col-left .brown-color-text h5 {
    margin-bottom: 0;
}


/*  our-mission  Css End Here   */




/* ================== Main Css End Here ==================  */



/* ================== Footer Css Start Here ==================  */
footer {
    background-color: var(--charcoal-gray-color);
    padding: 38px 0 58px 0;
}

.inner-footer {
    gap: 40px;
    row-gap: 30px;
}

.footer-col {
    width: calc(100%/4 - 30px);
    flex: 1 0 auto;
}

.footer-logo a img {
    max-width: 60px;
}

.footer-content-color p {
    color: var(--color-primary);
    margin: 12px 0 5px 0;
}

.footer-content-color-two p {
    color: var(--light-gray-color);
    font-size: 14px;
    line-height: 24px;
}

.footer-col h5 {
    margin-bottom: 24px;
    font-family: var(--font-secondary);
    color: var(--color-white);
}

.footer-col p {
    color: var(--cadet-gray-color);
    line-height: 28px;
    font-size: 16px;
}

.footer-col p span {
    display: block;
}

.footer-col-logo {
    max-width: 280px;
}

.footer-col ul li {
    color: var(--cadet-gray-color);
    font-size: 16px;
    line-height: 28px;
}

.footer-col ul li a {
    color: var(--cadet-gray-color);
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}

.subscribe-input input {
    width: 100%;
    padding: 16px;
    height: 56px;
    color: var(--color-text);
}

.subscribe-input input::placeholder {
    color: var(--color-text);
    font-family: var(--font-secondary);
}

.subscribe-btn button {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background-color: var(--color-primary);
    border: none;
    outline: none !important;
    cursor: pointer;
}

.subscribe-btn button img {
    max-width: 24px;
}

.subscribe-newsletter {
    gap: 0;
    row-gap: 12px;
}

.subscribe-input {
    width: calc(70% - 12px);
    margin-right: 12px;
}

.subscribe-btn {
    width: 30%;
}

.copyright-sec {
    position: relative;
}

.copyright-sec::after {
    position: absolute;
    content: "";
    width: calc(100% - 350px);
    height: 1px;
    background-color: var(--cadet-gray-color);
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

.copyright-sec p {
    font-size: 14px;
    color: var(--cadet-gray-color);
    max-width: max-content;
}


/* ================== Footer Css End Here ==================  */





/* ================== Services Page Css Star Here ==================  */
.inner-page-banner-bg {
    padding: 120px 0 70px;
    background-color: var(--color-secondary);
}

.page-banner-inner h1 {
    font-size: 55px;
    color: var(--color-white);
    margin-bottom: 7px;
}

.page-banner-inner p {
    font-size: 25px;
    line-height: 34px;
    color: var(--warm-brown-color);
    font-family: var(--font-secondary);
}



/* Expert Legal Solutions Css Start */

.inner-expert-legal-solutions h2 {
    margin-bottom: 28px;
}

.expert-legal-solutions-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
}

.expert-legal-solutions-box {
    gap: 32px;
    row-gap: 40px;
    margin-top: 78px;
}

.expert-legal-solutions-col {
    border: 1px solid var(--border-color);
    padding: 42px 40px;
    width: calc(100% / 2 - 16px);
    box-shadow: 0px 3px 0px #00000029;
}

.expert-legal-solutions-col h3 {
    font-size: 30px;
    line-height: 52px;
    font-weight: normal;
    margin-bottom: 20px;
    color: var(--color-primary);
    max-width: 450px;
}

.expert-legal-solutions-content h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    margin-bottom: 14px;
}

.common-list-style ul li {
    font-size: 17px;
    line-height: normal;
    color: var(--color-text);
    font-family: var(--font-secondary);
    padding-left: 31px;
    position: relative;

}


.common-list-style ul li+li {
    margin-top: 14px;
}

.common-list-style ul li::after {
    position: absolute;
    content: "";
    background-color: var(--warm-brown-color);
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 0;
    top: 9px;
    margin: auto;
    bottom: auto;
}



/* Expert Legal Solutions Css End */


/* ================== Services Page End Here ==================  */



/* ================== About Us Page Start Here ==================  */
.inner-trusted-legal-expertises {
    max-width: 1100px;
    margin: 0 auto;
}

.inner-trusted-legal-expertises h2 {
    font-size: 40px;
    line-height: 84px;
    font-family: var(--font-primary);
    margin-bottom: 20px;
}

/*  */
.mission-statement-col-image,
.mission-statement-col-content {
    width: calc(100%/2);
}

.mission-statement-sec {
    gap: 0;
    border: 1px solid var(--border-color);
}

.mission-statement-col-image img {
    width: 100%;
    height: 455px;
    object-fit: cover;
    object-position: center;
}

.mission-statement-col-content {
    padding: 30px 68px;

}

.mission-statement-col-content h3 {
    font-size: 30px;
    line-height: 40px;
    color: var(--color-primary);
    margin-bottom: 14px;
    font-weight: normal;
}

.mission-statement-col-content h4 {
    font-size: 22px;
    line-height: 32px;
    color: var(--color-secondary2);
    margin-bottom: 15px;
    font-family: var(--font-secondary);
}


/* who-we-are Start */
.who-we-are-sec-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.inner-who-we-are {
    max-width: 1150px;
    margin: 0 auto;
}

.inner-who-we-are * {
    color: var(--color-white);
}

.inner-who-we-are h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}



/* who-we-are end */

/* What We Do Start */
.inner-what-we-do h2 {
    color: var(--warm-brown-color);

}

.what-we-do-box {
    gap: 0;
    row-gap: 20px;
}

.what-we-do-col {
    width: calc(100%/3);
    padding: 0 30px;
    border: 1px solid var(--border-color2);
    text-align: center;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.what-we-do-col-img {
    padding: inherit !important;
    border: inherit;
    display: block;
}

.what-we-do-image img {
    width: 100%;
    height: 532px;
    object-fit: cover;
    object-position: center;
    min-height: 532px;
}

.what-we-do-col h3 {
    font-size: 25px;
    color: var(--gunmetal-gray-color);
    line-height: 41px;
    margin: 0 auto;
    margin-bottom: 8px;
    font-weight: normal;
}

/* What We Do end */


/* Our Commitment to Clients Css Start */
.inner-commitment-clients {
    max-width: 1142px;
    margin: 0 auto;
}

.inner-commitment-clients .banner-btn-two {
    gap: 18px;
}

.inner-commitment-clients .banner-btn-two a {
    min-width: 203px;
}

.inner-commitment-clients h2 {
    font-size: 40px;
    color: var(--color-black);
    margin-bottom: 18px;
}

/* Our Commitment to Clients Css end */
/* ================== About Us Page End Here ==================  */





/* ================== News Page Start Here ==================  */
.featured-news-left {
    width: calc(70% - 14px);
    margin-right: 14px;
}

.featured-news-right {
    width: 30%;
}

.featured-news-left-image {
    position: relative;
}

.featured-news-left-image img {
    width: 100%;
    height: 532px;
    object-fit: cover;
    object-position: center;
}

.news-badge {
    width: max-content;
    padding: 5px;
    background: var(--warm-brown-color);
    min-width: 135px;
    text-align: center;
}

.news-badge span {
    color: var(--color-white);
    font-size: 14px;
    line-height: 14px;
    font-family: var(--font-secondary);
    font-weight: normal;
    text-transform: uppercase;
}

.news-date span {
    font-size: 14px;
    font-family: var(--font-secondary);
    color: var(--color-white);
}

.featured-news-left-content {
    position: absolute;
    bottom: 60px;
    left: 48px;
    right: 50px;
}

.news-title h3 a {
    margin: 18px 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-title h3 a,
.news-card-heading h3,
.news-title-heading h3 a {
    font-size: 30px;
    line-height: 41px;
    font-weight: 600;
    color: var(--color-white);
    font-family: var(--font-secondary);

}

.news-title-heading h3 a {
    color: var(--color-secondary2);
    margin: 6px 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #ffffffd0;
}


.news-highlight-section {
    gap: 0;
    row-gap: 30px;
}

.featured-news-right {
    width: 30%;
}

.news-card+.news-card {
    margin-top: 14px;
}

.news-card-image {
    position: relative;
}

.news-card-heading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.news-card a {
    width: 100%;
}

.news-card-image img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    object-position: center;
}

.news-card-heading h3 {
    text-transform: uppercase;
}

.news-card-heading:hover h3 {
    color: var(--color-primary);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Latest New Css Start */
.latest-news {
    width: calc(68% - 85px);
    margin-right: 85px;
}

.view-all a {
    font-size: 20px;
    line-height: 32px;
    color: var(--warm-brown-color);
    font-weight: 600;
    border-bottom: 1px solid #1f1f1f;
    padding-bottom: 8px;
}



.news-badge-2 {
    background-color: var(--color-primary);
}

.news-badge-2 span {
    text-transform: capitalize;
}

.latest-news-item {
    gap: 0;
    row-gap: 20px;
    margin-top: 50px;
}

.news-thumb {
    width: 30%;
}

.news-content {
    width: calc(70% - 40px);
    margin-left: 40px;
}

.news-thumb img {
    height: 241px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.news-date-text {
    position: relative;
    padding-left: 10px;
    font-family: var(--font-secondary);

}

.news-date-text::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--warm-brown-color);
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.news-date-text span {
    font-size: 14px;
    color: #1A1A1A;
    line-height: 18px;
}


.news-excerpt-content p {
    font-size: 14px;
    line-height: 24px;
    color: #4e4e4ed0;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-btn-arrow {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.read-more-btn-arrow:after {
    background: #1a1a1a54;
    width: calc(100% - 62px);
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
}

.read-more-btn-arrow a {
    color: var(--color-white);
    background-color: var(--color-primary);
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border: 1px solid var(--color-primary);
}

.read-more-btn-arrow a:hover {
    color: var(--color-primary);
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.inner-news-listing-section {
    gap: 0;
    row-gap: 30px;
}

.sidebar-block {
    width: 32%;
}

.sidebar-news-item-box {
    gap: 0;
    row-gap: 20px;
    margin-top: 50px;
}

.sidebar-thumb {
    width: 30%;
}

.sidebar-content {
    width: calc(70% - 20px);
    margin-left: 20px;
}

.sidebar-thumb a {
    width: 100%;
}

.sidebar-thumb img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.sidebar-title h4 a {
    font-size: 22px;
    color: #1A1A1A;
    line-height: 30px;
    font-family: var(--font-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-btn-text a {
    color: var(--color-primary);
    width: max-content;
    height: max-content;
    display: block;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid var(--warm-brown-color);
    border: 0;
    border-bottom: 1px solid var(--warm-brown-color);
    padding-bottom: 5px;
}

.read-more-btn-text:after {
    background: #1a1a1a54;
    width: calc(100% - 94px);
}

.section-title h3 {
    font-size: 30px;
    font-weight: normal;
    color: var(--gunmetal-gray-color);
}

.most-read-sec .section-title h3 {
    color: var(--color-primary);
}

.view-all a:hover,
.read-more-btn-text a:hover {
    color: var(--color-secondary);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.read-more-btn-text a:hover {
    border-bottom: 1px solid var(--color-secondary);
}

/* Latest New Css End */

/* ================== News Page End Here ==================  */





/* ================== Media Css Start Here ==================  */

@media(max-width:1349px) {
    .our-mission-col-left {
        padding: 0 30px;
    }

    .our-mission-col-right img {
        height: 800px;
    }

    .inner-footer {
        row-gap: 30px;
    }

    .what-we-do-image img {
        height: 470px;
    }

    .latest-news {
        width: calc(68% - 50px);
        margin-right: 50px;
    }

    .sidebar-news-item-box,
    .latest-news-item {
        margin-top: 30px;
    }

    .sidebar-title h4 a {
        font-size: 18px;
        line-height: 24px;
    }

    .news-content {
        width: calc(70% - 20px);
        margin-left: 20px;
    }

    .featured-news-left-content {
        bottom: 30px;
        left: 30px;
        right: 30px;
    }

}



@media(max-width:1299px) {
    .banner-col-left h1 {
        font-size: 46px;
        line-height: 66px;
    }

    .banner-counter-main {
        padding: 30px;
        margin-top: 50px;

    }

    .inner-attorneys-staff {
        gap: 40px;

    }

    .attorneys-staff-col-right h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .common-heading-content h2 {
        margin-bottom: 14px;
    }

    .attorneys-staff-col-left img {
        height: 570px;
    }

    p,
    li {
        font-size: 16px;
        line-height: 26px;
    }

    .practice-areas-col {
        padding: 30px 20px;
    }

    .inner-practice-areas.ctm-mt-70 {
        margin-top: 50px;
    }

    .our-mission-col-right img {
        height: 680px;
    }
}


@media(max-width:1199px) {
    .counter-items p {
        font-size: 16px;
        margin-top: 10px;
    }

    .banner-btn-two.ctm-mt-30 {
        margin-top: 20px;
    }

    .banner-col-right {
        width: calc(55% - 40px);
        margin-left: 40px;
    }

    .banner-sec-bg {
        padding-top: 100px;
    }

    .counter-items h3 span {
        line-height: 38px;
        font-size: 30px;
    }

    .banner-counter-main {
        padding: 20px;
        margin-top: 30px;
    }

    .banner-btn-two {
        gap: 20px;
    }

    .banner-col-left span {

        font-size: 26px;
    }

    .banner-counter-main {
        max-width: 100%;
    }


}

@media(max-width:1099px) {

    .banner-col-left p {
        font-size: 16px;
        line-height: 22px;
    }

    .banner-col-left h1,
    .attorneys-staff-col-right h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .banner-counter-main {
        gap: 10px;
    }

    .attorneys-staff-col-left img {
        height: 500px;
    }

    .practice-areas-content h5 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:1024px) {
    .section-space {
        margin-top: 60px;
    }

    .ctm-mb-100 {
        margin-bottom: 50px;
    }

    .our-mission-col-right img {
        height: 650px;
    }

    .our-mission-heading-sec {
        margin-top: 10px;
    }

    .our-mission-heading-sec h2 {
        margin-bottom: 5px;
    }

    .footer-col {
        width: calc(100% / 3 - 27px);
    }

    .inner-page-banner-bg {
        padding: 70px 0;
    }

    .inner-expert-legal-solutions h2 {
        margin-bottom: 20px;
    }

    .expert-legal-solutions-box {
        gap: 20px;
        margin-top: 50px;
    }

    .expert-legal-solutions-col {

        padding: 20px;
    }

    .common-list-style ul li {
        font-size: 16px;
        line-height: 30px;
        padding-left: 20px;
    }

    .expert-legal-solutions-col h3 {
        margin-bottom: 10px;
        max-width: 100%;
    }

    .mission-statement-col-content {
        padding: 30px;
    }

    .what-we-do-col h3 {
        font-size: 20px;
        line-height: 30px;
        max-width: 100%;
    }

    .news-title h3 a,
    .news-card-heading h3,
    .news-title-heading h3 a {
        font-size: 24px;
        line-height: 34px;
    }
}

@media(max-width:991px) {
    .inner-header {
        gap: 0;
    }

    header {
        padding: 10px 0;
    }

    .header-logo-left {
        margin-bottom: 0;
    }

    .header-logo-left .header-logo img {
        max-width: 60px;
    }

    .close-buttton-icon {
        box-shadow: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 3;
        background: var(--color-secondary);
        overflow: auto;
        height: 100%;
    }

    .header-logo-left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .toggle-btn-mobile {
        width: 100%;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        max-width: 46px;
        height: 46px;
    }

    .toggle-btn-mobile a {
        color: var(--color-primary);
        font-size: 30px;
    }

    .open-icon {
        display: block;
    }

    .close-buttton-icon .open-icon {
        display: none;
    }

    .xmark-icon {
        display: none !important;
    }

    .close-buttton-icon .xmark-icon {
        display: block !important;
    }

    /* navbar */
    .header-navigation {
        display: none;
    }


    .close-buttton-icon .header-navigation {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    nav ul li {
        display: block;
        margin: 0 !important;
    }

    nav ul li a {
        width: 100%;
        border-bottom: 1px var(--color-primary);
        padding: 10px;
    }

    nav ul li:last-child a {
        border-bottom: none;
    }

    .header-navigation {
        width: 100%;
        margin-top: 20px;
    }

    /* banner */
    .banner-col-right {
        width: 100%;
        margin-left: 0;
    }

    .banner-col-left {
        width: 100%;
        text-align: center;
    }

    .banner-btn-two {
        justify-content: center;
    }

    .banner-col-left h1 {
        margin-left: auto;
        margin-right: auto;
    }

    .banner-sec-bg {
        padding-top: 70px;
    }

    .banner-counter-main {
        margin-left: 0;
    }

    .banner-col-right img {
        height: 380px;
    }

    .inner-attorneys-staff {
        gap: 30px;
    }

    .practice-areas-col {
        width: calc(100% / 2 - 12px);
    }

    .inner-practice-areas.ctm-mt-70 {
        margin-top: 30px;
    }

    h2,
    .inner-trusted-legal-expertises h2,
    .inner-who-we-are h2,
    .inner-commitment-clients h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .our-mission-col-right img {
        height: 600px;
    }

    footer {
        padding: 30px 0;
    }

    .copyright-sec {
        margin-top: 20px;
    }

    .page-banner-inner h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .expert-legal-solutions-col h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .mission-statement-sec {
        margin-top: 30px;
    }

    .inner-trusted-legal-expertises h2 {
        margin-bottom: 10px;
    }

    .mission-statement-col-content h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .inner-who-we-are h2 {
        margin-bottom: 10px;

    }

    .what-we-do-col ul li+li {
        margin-top: 10px;
    }

    .what-we-do-col {
        padding: 20px;
    }

    .latest-news {
        width: 100%;
        margin-right: 0;
    }

    .sidebar-block {
        width: 100%;
    }


}





@media(max-width:767px) {
    .section-space {
        margin-top: 50px;
    }

    .banner-col-left h1,
    .attorneys-staff-col-right h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .banner-sec-bg {
        padding-top: 30px;
    }

    .banner-col-right img {
        height: 300px;
    }

    .attorneys-staff-col-left,
    .attorneys-staff-col-right,
    .our-mission-col-left,
    .our-mission-col-right {
        width: 100%;
        text-align: center;
    }

    .attorneys-staff-col-left img {
        height: 100%;
    }

    .attorneys-staff-sec-bg:after,
    .copyright-sec::after {
        display: none;
    }

    .practice-areas-col {
        width: 100%;
        border-bottom: 1px solid var(--color-white);
    }

    .inner-practice-areas {
        gap: 0;
    }

    .our-mission-col-right img,
    .mission-statement-col-image img,
    .what-we-do-image img,
    .news-thumb img,
    .news-card-image img {
        height: auto;
    }

    .our-mission-col-left {
        padding: 30px 20px;
    }

    .copyright-sec p {
        text-align: center;
        margin: 0 auto;
    }

    .footer-col-logo {
        max-width: 100%;
    }

    .inner-footer {
        gap: 30px;
    }

    .footer-col {
        width: calc(100% / 2 - 15px);
    }

    .subscribe-input input {
        padding: 10px;
        height: 40px;
    }

    .subscribe-btn button {
        width: 40px;
        height: 40px;
    }

    .footer-col h5 {
        margin-bottom: 16px;
    }

    .footer-col:last-child {
        width: 100%;
    }

    .mission-statement-col-image,
    .mission-statement-col-content {
        width: 100%;
        text-align: center;
    }

    .mission-statement-col-content h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .mission-statement-col-content {
        padding: 20px;
    }

    .mission-statement-sec {
        flex-direction: column-reverse;
    }

    .who-we-are-sec-bg {
        padding: 50px 0;
    }

    .what-we-do-col,
    .news-thumb,
    .featured-news-right {
        width: 100%;
    }

    .news-content,
    .featured-news-left {
        width: 100%;
        margin-left: 0;
    }


    .news-title h3 a,
    .news-card-heading h3,
    .news-title-heading h3 a {
        font-size: 20px;
        line-height: 30px;
    }

    .featured-news-left-content {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .featured-news-left-image img {
        height: 400px;
    }

    .expert-legal-solutions-content h4 {
        margin-bottom: 5px;
        font-size: 20px;
    }
}





@media(max-width:575px) {
    .counter-items {
        width: 100%;
        border-bottom: 1px solid var(--color-white);
        padding-bottom: 20px;
    }

    .counter-items:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .footer-col {
        width: 100%;
    }

    footer {
        padding: 30px 0 20px 0;
    }

    .expert-legal-solutions-col {
        width: 100%;
    }

    .sidebar-content {
        width: calc(70% - 10px);
        margin-left: 10px;
    }
}

/* ================== Media Css End Here ==================  */