/*Main Css */

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

:root {
    --primary: #3876D3;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --font-heading: "Playfair Display" , sans-serif;
    --font-accent: "Lato" , sans-serif;
    --font-body: "Lato" , sans-serif;
    --icon: "Font Awesome 6 Pro", sans-serif;
}

::selection {
    background: #3876D3;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #3876D3;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #3876D3;
}

/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1439px;
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #494949;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    display: block;
    font-weight: 600;
    color: #1A1A1A;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    font-family: var(--font-body);
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}

/* Padding Classes */
.pad-zero {
    padding: 0px;
}
.pad-l-zero {
    padding-left: 0px;
}
.pad-r-zero {
    padding-right: 0px;
}
.ovr-hiddn {
    overflow: hidden;
}
.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.overlay {
    display: none;
}
.overlay.active {
    display: block;
}

/* Heading Classes */
.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}
.highlighted {
    color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
    margin: 0 -15px;
}
.slick-slide {
    margin: 0 15px;
}
.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}
.slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}
.slick-dots li button {
    width: 11.914px;
    height: 11.914px;
    border-radius: 100px;
    padding: 0px;
    background: #C9A227;
    opacity: 0.5;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}
.slick-dots li.slick-active button {
    background: #C9A227;
    width: 23.756px;
    height: 23.756px;
    opacity: 1;
    /* border-radius: 11.914px; */
    /* border: 7px solid #fff; */
}

/*header css*/
.mainBanner.ext header {
    background: #fff;
}
header.sticky{
    background: #fff;
}
.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: inline-block;
}
.logo img {
    display: block;
    height: 100px;
}
.header-btn2 {
    border-radius: 68px;
    background: #C9A227;
    padding: 17px 20px;
    font-size: 14px !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
}
ul.menu.btns li {
    padding: 0 0 0 9.95px;
}
.header-wrapper {
    padding: 10px 0 10px;
}

/* ------------------------header---------------------------- */
.site-header .logo img{
    height: 100px;
}
.site-header .menu li a{
    color: #000;
}
.site-header .header-btn{
    color: #000;
    border:1px solid #000;
}
.site-header .header-btn i{
    color:#000;
}
/* ---------------------------------------------------- */
.inner-header .logo img{
    filter: brightness(0) invert(1);
}
.inner-header .menu li a{
    color:#fff;
}
.inner-header .header-btn{
    color:#fff;
    border:1px solid #fff;
}
.inner-header .header-btn i{
    color:#fff;
}
.inner-header .menu-Bar span{
    background:#fff;
}
/* ------------------------header---------------------------- */

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}
.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--primary);
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
    top: 0;
}
.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}
.menu-Bar span:nth-child(3) {
    top: 16px;
}
.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/* Menu Css */
.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}
.menu > li  {
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px 0 0;
}
.menu > li > a {
    display: block;
    color: #3876D3;
    font-size: 16px;
    font-weight: 500;
     /* 175% */
    font-family: 'Inter';
}
.header-btn {
    font-weight: 500 !important;
    display: flex !important;
    padding: 15px 20px;
    border: 1px solid #3876D3;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
    align-items: center;
    gap: 12px;
}
.header-btn:hover{
    transform: scale(1.03);
}
.menu > li :hover > a,
.menu > li .active > a {
    color: var(--primary);
}

@keyframes scale-display {
    0% {
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
  }
  @keyframes scale-display--reversed {
    0% {
      display: inline-flex;
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1);
    }
    99% {
      display: inline-flex;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    100% {
      display: none;
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0);
    }
  }

/* Menu Dropdown CSS */
.has-child {
    position: relative;
    z-index: 1;
}
.dropdown {
    position: absolute;
    background: white;
    /* padding: 1rem; */
    border-radius: 0px 0px 10px 10px;
    top: 100%;
    width: 300px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
    background: radial-gradient(23.94% 42.34% at 58.65% 43.48%, #0A2E5C 0%, rgba(10, 46, 92, 0.62) 62.42%, rgba(10, 46, 92, 0.87) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    margin-top: 12px;
}

@keyframes slide{
    0% {
      height: 0;
    }
    100% {
      height: auto;
    }
}
.dropdown .dropdown {
    left: 100%;
    top: 0;
}
.dropdown ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 8px 20px;
}
.dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.chev.rotate {
    transform: rotate(180deg);
}
.chev {
    transition: .5s ease;
}
/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}

/* Main Banner CSS */
.mainBanner.ext {
    position: relative;
    background-position: center;
    background: linear-gradient(100deg, #E9E9E9 6.67%, #E4E4E4 25.95%, #E9E9E9 50.28%, #CECCCB 74.15%, #E9E9E9 89.1%);
    height: 48vw;
}
.banner-content {
    padding: 100px 0 120px;
}
h1.banner-heading {
    font-size: 3.4rem;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.3;
    color: #010101;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}
span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}
p.banner-text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.67;
    margin-bottom: 2rem;
    font-family: 'Inter', sans-serif;
    color: #000000;
    position: relative;
    z-index: 1;
}
.banner-img img {width: 90%;}

ul.service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.service-list li {
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 374.476px;
    flex-shrink: 0;
    padding: 26.14px 20.23px 16.16px;
    display: flex;
    flex-direction: column;
    gap: 18.17px;
}
.service-list li h3 {
    color: var(--H, #1A1A1A);
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10.55px 0;
}
.service-list li p {
    color: var(--T, #494949);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.8;
}
.service-list li a {
    border-radius: 68px;
    background: #C9A227;
    display: flex;
    width: 100%;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Lao Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}
.service-list li:last-child {
    grid-column: 1 / -1;
    width: 100%;  
    padding: 18px 20px;
    height: auto;  
}
.service-img {
    height: 100%;
}
.service-img img {
    height: 100%;
    width: 100%;
}
section.sec-2 {
    background: #0a2e5c29;
    padding: 79.89px 0 96.81px;
}
.portfolio-image {
    margin-top: 1.5rem;
}
.casestudies-wrapper {
    height: 100%;
}
img.v1 {
    position: absolute;
    left: 0;
    top: 4vw;
}
img.v2 {
    position: absolute;
    right: 0;
    top: 4vw;
}
ul.service-icon-list li p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 26.72px;
    padding: 10px 0 0;
}
ul.service-icon-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 62px 0 0;
}
ul.service-icon-list li {
    text-align: center;
    width: 22%;
}
.business-litigation-wrap {
    border-radius: 600px 600px 0 0;
    background: #E5E5E5;
    width: 800px;
    padding: 89.64px 120px 41.66px 120px;
    margin: -22rem auto 0;
}
section.serviceSec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.business-litigation-wrap h4 {
    color: #010101;
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
}
.business-litigation-wrap p {
    color: #010101;
    font-size: 16px;
    font-weight: 300;
    line-height: 26.72px;
    padding: 16px 0;
}
.business-litigation-wrap a {
    border-radius: 20px;
    background: #666;
    display: inline-flex;
    padding: 9px 16.671px 9.44px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 4.363px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
ul.service-icon-list li:nth-child(1) {
    margin-top: 25rem;
}
ul.service-icon-list li:nth-child(2) {
    margin-top: 10rem;
    margin-left: -180px;
}
ul.service-icon-list li:nth-child(4) {
    margin-top: 10rem;
    margin-right: -180px;
}
ul.service-icon-list li:nth-child(5) {
    margin-top: 25rem;
}

.card1 {
    border-radius: 10px;
    border: 1px solid #3876D3;
    padding: 22px;
    height: 100%;
    background: #fff;
}
.card1 div {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 0px;
}
.card1 div h3 {
    color: #3876D3;
    font-size: 22.4px;
    font-weight: 500;
    line-height: 1; /* 120% */
    padding: 0px 0px 10px;
}
.card1 div p {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26.72px; /* 167% */
}
.card1 p {
    color: #363636;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px; /* 167% */
    font-family: 'Inter';
}
ul.overview-nav.d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 22px;
    flex-wrap: wrap;
    border-bottom: 1px solid #DDD;
    padding: 0 0 20px;
}
ul.overview-nav.d2 a {
    padding: 14px 14px;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: #212529;
}
ul.overview-nav.d2 li.active a {
    color: #4B0C54;
    border-bottom: 3px solid #4B0C54;
}
.card1.bgdark {
    border-radius: 20px;
    background: #D9D9D9;
}

/* -------------------------contact us-------------------------- */
.input-field1 label {
    font-weight: 400;
    padding-bottom: 8px;
    font-size: 14px;
    color: #FFFFFF;
}
.input-field1 input, .input-field1 textarea {
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 19px 16px;
    outline: none !important;
    text-transform: capitalize;
    height: 47px;
    margin-bottom: 18px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #2E394A;
}
.input-field1 textarea {
    height: 141px;
    align-self: stretch;
}
.send input[type="submit"] {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    width: 100%;
    padding: 16px 34px;
    box-shadow: 0 1.7px 3.1px 0 rgba(11, 93, 81, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 100px;
    background: #3876D3;
}
.details h5 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #010101;
}
.details a {
     color: #000000;
     font-size: 18px;
     font-weight: 400;
     line-height: normal;
}
.details {
    display: flex;
    gap: 26px;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 100%;
    margin: 0 0 18px;
}
.details.last {
    border-right: 0;
}
.details a i, .details p i {
    color: #e3942f;
    padding-right: 12px;
}
.form {
    z-index: 0;
    position: relative;
    padding: 30px;
    border: 1px solid rgba(217, 217, 217, 0.30);
    border-radius: 10px;
    background: #EFEFEF;
}
.sec-heading h6 {
    font-size: 34px;
    font-weight: 500;
    line-height: normal;
    color: #010101;
    padding-bottom: 8px;
}
.details p {
    color: #1A1A1A;
    font-size: 18px;
    line-height: 20px;
}
.contact-detail-wrap {
    margin: 30px 0 0;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.details i {
    border-radius: 0 0 70px 0;
    background: #3876D3;
    display: flex;
    width: 83.66px;
    height: 93.59px;
    padding: 29.8px 25.83px 31.79px 25.83px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
}
/* -------------------------contact us-------------------------- */

/* -------------------------counter CSS------------------------  */
.casestudies-wrapper .sec-heading p {
    font-size: 17px;
    line-height: 26.4px;
}
.casestudies-wrapper .sec-heading h2 {
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
    font-family: Playfair;
}
ul#counter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}
.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.counter-wrapper .counter span.count {
    font-weight: 700;
    font-size: 45px;
    color: #000;
}
ul#counter li .counter>div {
    color: var(--H, #1A1A1A);
    font-family: Playfair;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 136.364% */
    text-transform: capitalize;
}
ul#counter li {
    text-align: center;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 144.75px;
    height: 117.461px;
    flex-shrink: 0;
}
ul#counter li .counter span.text {
    color: var(--T, #494949);
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.487px; /* 140.546% */
    border-top: 1px solid #4949493d;
    padding: 15px 0 0;
}
/* -------------------------counter CSS------------------------  */

section.sec-4 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 50px 0;
}
.cta-image {
    text-align: end;
}
.sec-4 .sec-heading h2 {
    font-weight: 500;
    line-height: 48px; /* 109.091% */
    text-transform: capitalize;
}
.sec-4 .sec-heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.4px; /* 146.667% */
    opacity: 0.76;
}
.sec-4 .sub-heading.yellow {
    color: var(--S, #C9A227);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid #C9A227;
    padding: 0 0 8px 0;
}
section.sec-5 {
    background: #0a2e5c29;
    padding: 100px 0;
}
.sec-5 .sec-heading p {
    font-size: 18px;
}
.chooseus-list li {
    color: var(--T, #494949);
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 155.556% */
    opacity: 0.8;
    display: flex;
    align-items: center;
    gap: 10.22px;
}
ul.chooseus-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 0 0 20.5px;
}
section.sec-6 {
    background: #0a2e5c29;
    padding: 80px 0;
}
.steps-card {
    border-radius: 23.874px;
    border: 1.194px solid #D9D9D9;
    background: #FFF;
    display: inline-flex;
    padding: 27.455px 16.712px;
    flex-direction: column;
    align-items: flex-start;
    gap: 11.937px;
    margin-bottom: 18.29px;
}
.steps-card span {
    color: #0A2E5C;
    font-family: 'Inter';
    font-size: 78.295px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 5.063px solid #0A2E5C;
}
.steps-card h3 {
    color: var(--H, #1A1A1A);
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 26.26px 0 9.55px;
}
.steps-card p {
    color: var(--T, #494949);
    font-size: 18px;
    font-weight: 400;
    line-height: 28.392px; 
    letter-spacing: -0.36px;
    opacity: 0.8;
}
section.sec-8 {
    background: #0a2e5c29;
    padding: 95px 0;
}

/* Accordian */
.accordion-list {
    position: relative;
}
.accordion-list li {
    padding: 23px 0;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #E1E0E0;
}
ul.accordion-list li span {
    display: flex;
    position: relative;
}
.accordion-list li h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px; /* 150% */
    font-family: 'Inter';
}
ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    right: 0;
    color: #000;
    transition: all 0.3s ease-in-out;
    font-size: 10px;
    font-weight: 600;
    top: 0;
    height: 24px;
    width: 24px;
    background: #4b0c541f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}
ul.accordion-list li.active h3:after {
    content: "\f077";
    background: #4B0C54;
    color: #fff;
}
.answer p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.392px; /* 157.734% */
    letter-spacing: -0.36px;
}
.accordion-list>li.last {
    margin-bottom: 0;
}
.accordion-list>li.active .answer {
    display: block !important;
}
section.sec-9 {
    padding: 100px 0 60px;
}
.answer {
    border-top: 1px solid #28282836;
    margin-top: 10px;
}
/* Accordian */

/* Sec Headings */
.sec-heading {
    margin-bottom: 2rem;
}
.sec-heading.center {
    text-align: center;   
}
.sec-heading h2 {
    font-weight: 600;
    font-size: 3.4rem;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.3;
    color: #010101;
    margin-bottom: 0.5rem;
}
.sec-heading.white h2{
    color:white
}
.sec-heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #000000;
}
.sec-heading .sub-heading {
    padding: 6px 16px;
    font-size: 15px;
    display: inline-flex;
    margin-bottom: 10px;
    font-weight: 500;
    color: #3876D3;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12);
}
/* Sec Headings */

/* sections */
section {
    padding: 100.73px 0 100.63px;
    position: relative;
}
.padding-2{
    padding: 1rem 0;
}
/* sections */ 

/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    position: relative;
    z-index: 1;
}
.btn-wrap .theme-btn {
    justify-content: center;
    background: #3876D3;
    padding: 15px 28px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    display: inline-flex;
    border: 1px solid;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
    align-items: center;
    gap: 12px;
    font-family: 'Inter';
}
.btn-wrap .theme-btn.bordered {
    background: transparent;
    border: 1px solid #3876D3;
    color: #3876D3;
}
.btn-wrap .theme-btn:hover{
    transform: scale(1.03);
} 
/* Theme Buttons */

/* footer */
footer {
    background: #030E1A;
    padding: 1.5rem 0;
}
.copyright p,.copyright a {
    color: white;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.f-link li:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.footer-sec {
    position: relative;
}
.footer-sec:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -3vw;
    background: #0000001a;
    width: 1px;
    height: 315px;
}
.footer-hdng:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 2vw;
    background: #ffffff1a;
    width: 1px;
    height: 315px;
}
.footer-hdng.last:before {
    display: none;
}
ul.f-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}
ul.f-menu2 li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-form input[type="text"] {
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #FFF;
    display: flex;
    width: 75%;
    height: 46px;
    padding: 12px 25px 13px 25px;
    justify-content: center;
    align-items: center;
}
.footer-form button {
    border-radius: 14px;
    background: #3876D3;
    display: flex;
    width: 129.81px;
    padding: 11px 19.616px 11px 20px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #fff;
    border: 0;
    height: 46px;
    margin-left: -15px;
}
.footer-form {
    display: flex;
    align-items: center;
    margin: 36px 0 0;
}
/* footer */

/* -------------------------contact us-------------------------- */
.input-field1 label {
    padding-left: 0;
    color: #757575;
    font-weight: 500;
    padding-bottom: 8px;
    font-size: 16px;
}
.input-field1 input, .input-field1 textarea {
    cursor: pointer;
    height: 35px;
    width: 100%;
    font-size: 16px;
    color: #222222;
    padding: 15px 14px;
    outline: none !important;
    text-transform: capitalize;
    margin-bottom: 15px;
    border-radius: 0;
    background: #FFF;
    backdrop-filter: blur(4.5px);
    border-bottom: 1px solid #000;
    background: #EFEFEF;
}
.input-field1 textarea {
    height: 154px;
}
.send a {
    cursor: pointer;
    transition: .4s ease;
    text-transform: capitalize;
    width: 100%;
    border: 0;
    padding: 17px 20px;
    box-shadow: 0 1.7px 3.1px 0 rgba(11, 93, 81, 0.01);
    border-radius: 68px;
    background: #C9A227;
    color: #FFF;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.contactbox {
    display: flex;
    align-items: center;
    gap: 18.77px;
    margin-bottom: 12.84px;
}
.contactbox-detail {
    padding: 18px 14px;
    text-align: center;
    width: 100%;
    border-radius: 13.21px;
    border: 1px solid #D9D9D8;
    background: #FFF;
}
.contactbox-detail h3 {
    padding-top: 22.98px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 28.938px; 
    letter-spacing: 0.44px;
}
.contactbox-detail p {
    font-size: 14.566px;
    font-weight: 400;
    line-height: 20.028px; 
    padding-bottom: 15.58px;
}
/* -------------------------contact us-------------------------- */

/* popup */
.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    backdrop-filter: blur(10px);
  }
  .popupmain {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1000px;
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    display: none;
    max-height: 90vh;
  }
  .mmpopup {
    background: url("../images/popup-bg.png");
    background-size: cover;
    background-position: right;
    border-radius: 33px;
    border: 5px solid #fff;
    padding: 12px;
  }
  .mmpopup .popup-content {
    padding: 50px 40px;
    width: 100%;
    max-width: 500px;
    border-radius: 29px;
    background: #fff;
    box-shadow: 0px 4px 52.4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(33.75px);
    overflow: hidden;
  }
  .mmpopup .formpop {
    width: 100%;
    margin-top: 60px;
  }
  .mmpopup .form-text {
    color: #000;
    font-family: var(--font-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 20px;
  }
  .mmpopup .form-text a {
    color: #659640;
    font-weight: 700;
  }
  .mmpopup .form-text a:hover {
    color: var(--secondary);
  }
  .mmpopup .form-group-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    align-items: center;
    gap: 0;
    column-gap: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .mmpopup .fld-input {
    height: 50px;
    width: 100%;
    /* margin-bottom: 9px; */
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #d1d5db;
    overflow: hidden;
  }
  .mmpopup .centercont h3 {
    font-size: 38px;
    color: #141515;
    margin-bottom: 10px;
  }
  .mmpopup .centercont h4 {
    font-size: 20px;
    color: #566060;
    margin-bottom: 15px;
  }
  .mmpopup .centercont h4 span {
    color: #86cb92;
  }
  .mmpopup .centercont p {
    color: #333;
    font-size: 14px;
    margin-bottom: 120px;
    line-height: 20px;
  }
  .closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 100px;
  }
  .closeico i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .closeico1 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
  }
  .closeico1 i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
      no-repeat;
    width: 16px;
    height: 16px;
    display: block;
  }
  .mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    max-width: 390px;
    margin: auto;
    display: block;
    position: relative;
  }
  .mmpopup .centercont ul {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 27px 49px 27px 24px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
  }
  .mmpopup .centercont ul li {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px;
  }
  .mmpopup .centercont ul li.last {
    padding-bottom: 0;
  }
  .mmpopup .centercont ul li i {
    color: #ff533e;
    border: 1px solid;
    border-radius: 100px;
    margin-right: 8px;
    font-size: 10px;
    padding: 3px;
  }
  .mmpopup .centercont h4 {
    font-size: 35px;
    color: #659640;
  }
  .mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff;
  }
  .mmpopup .centercont h3 span {
    color: #000;
    font-family: var(--font-body);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
  }
  .mmpopup .centercont h4 span {
    font-weight: 700;
    color: #000;
    font-size: 60px;
  }
  .fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    background-color: #fff;
    width: 354px;
    height: 66px;
    margin-bottom: 20px;
  }
  .fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    background: #eeeeee;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-family: "Inter";
  }
  .fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
  }
  .fld-btn button {
    border: 0;
  }
  .form-group field input.form-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
.form-group input.form-field {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    font-size: 16px;
    width: 100%;
}
.fld-btn button.banner-btn {
    border: 4px solid #f45a28;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 5px;
    background: #F45A28;
    box-shadow: 0px 10px 21.1px 0px rgba(0, 0, 0, 0.15);
}
.fld-btn.packageformsubmit {
    display: flex;
    align-items: center;
    gap: 1rem;
}
/* popup */

/* ---------------------------footer------------------------------- */
footer {
    padding: 64px 0 30px;
    background: #000;
}
.copyright {
    text-align: end;
}
.copyright p,.copyright a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
ul.f-link {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-sec p {
    padding-top: 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.footer-hdng h4 {
    color: #ffffff;
    font-size: 21.544px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #ffffff1a;
    width: fit-content;
    padding-bottom: 16px;
}
.f-menu li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.footer-hdng p {
    color: #fff;
    line-height: normal;
    padding-bottom: 16px;
}
.hours {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hours p {
    color: #fff;
    font-size: 16px;
}
.f-menu li a i {
    color: var(--primary);
    margin-right: 10px;
}
.footer-hdng {
   position: relative;
}
.copyright-sec {
    border-top: 1px solid #292929;
    background: #000;
    padding: 20px 0;
}
.sec-heading2 h4{
    color: #ffffff;
    font-size: 32.317px;
    font-weight: 500;
    line-height: 45.515px;
    padding: 0 0 20px;
}
.sec-heading2 p{
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}
/* ----------------------------------footer---------------------- */

/* 404 */
.error-text {
    font-size: 96px;
    line-height: 68px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;
}
.error-image {
    margin-top: 100px;
}
.thankyou-text{
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
}
/* 404 */

/* terms */
.terms ul {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
.terms ul li {
    margin-bottom: 1rem;
}
.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}
.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
}
.terms p {
    margin-bottom: 2rem;
}
/* terms */

.header-top-text {
    background: #3876D3;
    padding: 18px 0px;
}

.header-top-text ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-top-text ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.header-top-text ul li a {
    color: #fff;
}

.mainBanner .inner {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    bottom: -2rem;
    position: relative;
    z-index: 1;
}

.inner a {
    color: #3876D3;
    text-decoration: underline !important;
    font-weight: 600;
}

.inner .right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.inner .right h4 {
    font-size: 24px;
    color: #000;
    line-height: 1.4;
}

.inner .right a {
    font-size: 18px;
    color: #3876D3;
    line-height: 1.4;
}

.banner-img {
    position: absolute;
    bottom: 0;
    width: auto;
}

.inner.inner2 {
    max-width: 47%;
}

.reviewSec h2 {
    font-size: 2.6rem;
}

.reviewSec .colCstm {
    display: flex;
    align-items: end;
    margin-bottom: 2rem;
}

.reviewBox {
    display: flex;
    gap: 10px;
    border: 1px solid #DFDEDE;
    border-radius: 10px;
    height: 100%;
}

.reviewBox .left {
    width: 26%;
}

.reviewBox .right {
    width: 76%;
    padding: 10px;
}

.reviewBox p {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.6rem;
    color: #000000;
    font-family: 'Inter', sans-serif;
}

.reviewBox span {
    color: #3876D3;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 7px;
}

.attorneySec {
    position: relative;
}

.attorneySec .tagLine {
    text-align: center;
}

.attorneySlider {
    padding: 10px 5px;
}

.attorneySec figure {
    position: absolute;
    right: 15rem;
    top: -3.6rem;
}

.attorneyBox {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background-color: #D9D9D9;
    border-radius: 20px;
    height: 100%;
}

.attorneyBox .top {
    width: 100%;
}

.attorneyBox .top img {
    width: 100%;
}

.attorneyBox .bottom {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: center;
    padding: 1.5rem 1.5rem;
    height: 100%;
}

.attorneyBox .bottom h3 {
    font-size: 24px;
    color: #3876D3;
}
.attorneyBox .bottom p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.67;
    margin: 12px 0px -6px;
    font-family: 'Inter', sans-serif;
    color: #000000;
}
.ctaSec {
    padding-top: 0;
    margin-top: 7rem;
}
.ctaContent {
    margin-top: 45px;
}
.ctaSec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #3876D3 url(../images/bg/2.webp) bottom center / cover no-repeat;
    z-index: -1;
    height: 77%;
    top: auto;
    bottom: 0;
}
.ctaContent h2,
.ctaContent p {
    color: #ffffff;
}
.ctaSec .statBox h2,
.ctaSec .statBox h3,
.ctaSec .statBox p {
    color: #010101;
}
.ctaSec .ctaImg {
    position: absolute;
    bottom: 0;
    left: 0;
}
.ctaSec .statsWrap {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
}
.ctaSec .divider {
    width: 1px;
    height: 6rem;
    background: #3876D3;
}
.ctaSec .ctaBtns {
    display: flex;
    gap: 15px;
}
.ctaSec .statBox h2 {
    font-size: 4rem;
    font-family: 'Inter';
    font-weight: 500;
}
.ctaSec .statBox p {
    font-size: 1.1rem;
    font-weight: 500;
    font-family: 'Playfair Display', sans-serif;
    text-align: center;
}




@media (max-width: 1440px) {
    
    img.img-fluid.ext-img {
    display: none;
}

.mainBanner.ext {
    height: 100%;
}

    
       span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    img.v1 {
        display: none;
    }
    img.v2 {
        display: none;
    }
    ul.service-icon-list li:nth-child(1) {
        margin-top: 0;
    }
    ul.service-icon-list li:nth-child(2) {
        margin-top: 0;
        margin-left: 0;
    }
    ul.service-icon-list li:nth-child(4) {
        margin-top: 0;
        margin-right: 0;
    }
    ul.service-icon-list li:nth-child(5) {
        margin-top: 0;
    }
    .logo img {
        height: 35px;
    }
    .mmpopup .popup-content {
        padding: 20px 16px;
    }
    .mmpopup .centercont h3 span {
        font-size: 30px;
        line-height: 38px;
    }
    .mmpopup .formpop {
        margin-top: 30px;
    }
    .inner .right h4 {
        font-size: 18px;
    }
    .aboutSec .left .inner .box1 {
        margin: 0;
    }
    .aboutSec .left {
        align-items: flex-start;
    }
    section {
        padding: 45.73px 0 35.63px;
    }
    ul.service-icon-list {
        margin: 0 0 0;
    }
    ul.service-icon-list li {
        width: 100%;
    }
    .business-litigation-wrap {
        border-radius: 0;
        width: auto;
        padding: 20px;
        margin: 42px auto 0;
    }
    .business-litigation-wrap h4 {
        font-size: 24px;
        line-height: 22.4px;
    }
    .business-litigation-wrap p {
        font-size: 14px;
        line-height: 22.72px;
    }
    section.serviceSec {
        padding: 50px 0 0;
    }
    .reviewBox .left {
        width: 100%;
    }
    .reviewBox {
        flex-direction: column;
    }
    .reviewBox .right {
        width: 100%;
    }
    .reviewBox p {
        font-size: 14px;
    }
    .attorneyBox .bottom h3 {
        font-size: 20px;
        padding: 0 0 10px;
    }
    .attorneyBox .bottom p {
        font-size: 14px;
    }
    .ctaSec {
        margin-top: 0;
    }
    .ctaSec .statBox h2 {
        font-size: 36px;
    }
    .ctaSec .statBox p {
        font-size: 14px;
    }
    .footer-hdng {
        padding: 20px 0 0;
    }
    ul.f-menu {
        gap: 10px;
    }
    .f-menu li a {
        font-size: 14px;
    }
    .copyright p, .copyright a {
        font-size: 14px;
    }
    .vision-card h3 {
        font-size: 22px;
        line-height: 32.6px;
    }
    .vision-card p {
        font-size: 14px;
        line-height: 20.72px;
    }
    .vision-card {
        margin: 0 0 20px;
    }
    .aboutSec .left .inner .box2 h3 {
        padding: 0 0 10px;
    }
    .card1 {
        padding: 20px;
    }
    .img-fluid {
        max-width: 60%;
    }
    .sec-heading h2 {
        font-size: 36px;
    }
    .attorneySec figure {
        display: none;
    }
    .aboutSec .rgtImg img {
        display: none;
    }
    .banner-img {
        display: none;
    }
    .card1 div h3 {
        font-size: 18.4px;
        line-height: 22.88px;
    }

}

@media (max-width: 1200px) {
    
    img.img-fluid.ext-img {
    display: none;
}

.mainBanner.ext {
    height: 100%;
}

    
    .banner-content {
    padding: 50px 0 70px;
}
    
    .btns{
        margin: 1.5rem 0;
    }
    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80;
    }
    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        padding: 1rem;
        font-weight: 500;
    }
    .form-head .form-heading{
        white-space: normal;
        font-size: 20px;
    }
    .form-head{
        padding: 1rem;
    }
    .btn-normal{
        padding: 10px 8px;
    }
    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important;
    }
    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px;
    }
    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }
    .menuWrap .menu:first-child{
        padding-left: 0;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 0px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 4;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    }
    ul.menu > li  {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column;
    }
    ul.menu > li > a {
        margin-bottom: 10px;
        padding: 20px 0;
        display: block;
        text-align: center;
        margin-bottom: 0;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff !important;
        font-size: 15px;
        text-transform: capitalize;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li > a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }
    header .main-header ul.menu>li > a:before {
        display: none;
    }
}

@media (max-width : 1023px){
    .btn-wrap .theme-btn {
        font-size: 16px;
    }
    .overlap-slider {
        width: 100%;
        position: relative;
    }
}

@media (max-width : 992px) {
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    img.v1 {
        display: none;
    }
    img.v2 {
        display: none;
    }
    ul.service-icon-list li:nth-child(1) {
        margin-top: 0;
    }
    ul.service-icon-list li:nth-child(2) {
        margin-top: 0;
        margin-left: 0;
    }
    ul.service-icon-list li:nth-child(4) {
        margin-top: 0;
        margin-right: 0;
    }
    ul.service-icon-list li:nth-child(5) {
        margin-top: 0;
    }
    .logo img {
        height: 35px;
    }
    .mmpopup .popup-content {
        padding: 20px 16px;
    }
    .mmpopup .centercont h3 span {
        font-size: 30px;
        line-height: 38px;
    }
    .mmpopup .formpop {
        margin-top: 30px;
    }
    .inner .right h4 {
        font-size: 18px;
    }
    .aboutSec .left .inner .box1 {
        margin: 0;
    }
    .aboutSec .left {
        align-items: flex-start;
    }
    section {
        padding: 45.73px 0 35.63px;
    }
    ul.service-icon-list {
        margin: 0 0 0;
    }
    ul.service-icon-list li {
        width: 100%;
    }
    .business-litigation-wrap {
        border-radius: 0;
        width: auto;
        padding: 20px;
        margin: 42px auto 0;
    }
    .business-litigation-wrap h4 {
        font-size: 24px;
        line-height: 22.4px;
    }
    .business-litigation-wrap p {
        font-size: 14px;
        line-height: 22.72px;
    }
    section.serviceSec {
        padding: 50px 0 0;
    }
    .reviewBox .left {
        width: 100%;
    }
    .reviewBox {
        flex-direction: column;
    }
    .reviewBox .right {
        width: 100%;
    }
    .reviewBox p {
        font-size: 14px;
    }
    .attorneyBox .bottom h3 {
        font-size: 20px;
        padding: 0 0 10px;
    }
    .attorneyBox .bottom p {
        font-size: 14px;
    }
    .ctaSec {
        margin-top: 0;
    }
    .ctaSec .statBox h2 {
        font-size: 36px;
    }
    .ctaSec .statBox p {
        font-size: 14px;
    }
    .footer-hdng {
        padding: 20px 0 0;
    }
    ul.f-menu {
        gap: 10px;
    }
    .f-menu li a {
        font-size: 14px;
    }
    .copyright p, .copyright a {
        font-size: 14px;
    }
    .vision-card h3 {
        font-size: 22px;
        line-height: 32.6px;
    }
    .vision-card p {
        font-size: 14px;
        line-height: 20.72px;
    }
    .vision-card {
        margin: 0 0 20px;
    }
    .aboutSec .left .inner .box2 h3 {
        padding: 0 0 10px;
    }
    .card1 {
        padding: 20px;
    }
    .img-fluid {
        max-width: 60%;
    }
    .sec-heading h2 {
        font-size: 36px;
    }
    .attorneySec figure {
        display: none;
    }
    .aboutSec .rgtImg img {
        display: none;
    }
    .banner-img {
        display: none;
    }
    .card1 div h3 {
        font-size: 18.4px;
        line-height: 22.88px;
    }


}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .banner-img {
        display: none;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    img.v1 {
        display: none;
    }
    img.v2 {
        display: none;
    }
    ul.service-icon-list li:nth-child(1) {
        margin-top: 0;
    }
    ul.service-icon-list li:nth-child(2) {
        margin-top: 0;
        margin-left: 0;
    }
    ul.service-icon-list li:nth-child(4) {
        margin-top: 0;
        margin-right: 0;
    }
    ul.service-icon-list li:nth-child(5) {
        margin-top: 0;
    }
    .logo img {
        height: 35px;
    }
    .mmpopup .popup-content {
        padding: 20px 16px;
    }
    .mmpopup .centercont h3 span {
        font-size: 30px;
        line-height: 38px;
    }
    .mmpopup .formpop {
        margin-top: 30px;
    }
    .inner .right h4 {
        font-size: 18px;
    }
    .aboutSec .left .inner .box1 {
        margin: 0;
    }
    .aboutSec .left {
        align-items: flex-start;
    }
    section {
        padding: 45.73px 0 35.63px;
    }
    ul.service-icon-list {
        margin: 0 0 0;
    }
    ul.service-icon-list li {
        width: 100%;
    }
    .business-litigation-wrap {
        border-radius: 0;
        width: auto;
        padding: 20px;
        margin: 42px auto 0;
    }
    .business-litigation-wrap h4 {
        font-size: 24px;
        line-height: 22.4px;
    }
    .business-litigation-wrap p {
        font-size: 14px;
        line-height: 22.72px;
    }
    section.serviceSec {
        padding: 50px 0 0;
    }
    .reviewBox .left {
        width: 100%;
    }
    .reviewBox {
        flex-direction: column;
    }
    .reviewBox .right {
        width: 100%;
    }
    .reviewBox p {
        font-size: 14px;
    }
    .attorneyBox .bottom h3 {
        font-size: 20px;
        padding: 0 0 10px;
    }
    .attorneyBox .bottom p {
        font-size: 14px;
    }
    .ctaSec {
        margin-top: 0;
    }
    .ctaSec .statBox h2 {
        font-size: 36px;
    }
    .ctaSec .statBox p {
        font-size: 14px;
    }
    .ctaImg {
        display: none;
    }
    .ctaContent {
        margin-top: 0;
    }
    .ctaSec::before{
        display: none;
    }
    .ctaContent{
        background: #3876D3 url(../images/bg/2.webp) bottom center / cover no-repeat;
        padding: 30px;
    }
    .attorneySec figure {
        display: none;
    }
    .footer-hdng {
        padding: 20px 0 0;
    }
    ul.f-menu {
        gap: 10px;
    }
    .f-menu li a {
        font-size: 14px;
    }
    .copyright p, .copyright a {
        font-size: 14px;
    }
    .vision-card h3 {
        font-size: 22px;
        line-height: 32.6px;
    }
    .vision-card p {
        font-size: 14px;
        line-height: 20.72px;
    }
    .vision-card {
        margin: 0 0 20px;
    }
    .aboutSec .left .inner .box2 h3 {
        padding: 0 0 10px;
    }
    .image {
        display: none;
    }
    .card1 {
        padding: 20px;
    }


}

@media only screen and (min-width : 280px) and (max-width : 767px) {
    .banner-content {
        padding: 25px 0 20px;
    }
    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin: 10px 0;
    }
    p.banner-text {
        max-width: 100%;
        font-size: 14px;
        line-height: 25px;
    }
    .btn-wrap {
        flex-direction: column;
        margin-bottom: 2rem;
        position: relative;
        z-index: 0;
    }
    .btn-wrap a {
        width: 100%;
        text-align: center;
    }
    .banner-img {
        display: none;
    }
    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .sec-heading p {
        font-size: 14px;
        line-height: 26px;
    }
    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }
    .copyright {
        flex-direction: column;
        gap: 12px;
    }
    img.v1 {
        display: none;
    }
    img.v2 {
        display: none;
    }
    ul.service-icon-list li:nth-child(1) {
        margin-top: 0;
    }
    ul.service-icon-list li:nth-child(2) {
        margin-top: 0;
        margin-left: 0;
    }
    ul.service-icon-list li:nth-child(4) {
        margin-top: 0;
        margin-right: 0;
    }
    ul.service-icon-list li:nth-child(5) {
        margin-top: 0;
    }
    .logo img {
        height: 65px;
    }
    .img-fluid {
        max-width: 30%;
    }
    .mmpopup .popup-content {
        padding: 20px 16px;
    }
    .mmpopup .centercont h3 span {
        font-size: 30px;
        line-height: 38px;
    }
    .mmpopup .formpop {
        margin-top: 30px;
    }
    .inner .right h4 {
        font-size: 18px;
    }
    .mainBanner .inner {
        bottom: 0;
    }
    .inner img.img-fluid {
        display: none;
    }
    .aboutSec .left .inner .box1 {
        margin: 0;
    }
    .aboutSec .left .inner .box1 p {
        font-size: 14px;
    }
    .aboutSec .left {
        align-items: flex-start;
    }
    section {
        padding: 45.73px 0 35.63px;
    }
    ul.service-icon-list {
        align-items: center;
        justify-content: center;
        margin: 0 0 0;
        flex-direction: column;
        gap: 2rem;
    }
    ul.service-icon-list li {
        width: 100%;
    }
    .business-litigation-wrap {
        border-radius: 0;
        width: auto;
        padding: 20px;
        margin: 42px auto 0;
    }
    .business-litigation-wrap h4 {
        font-size: 24px;
        line-height: 22.4px;
    }
    .business-litigation-wrap p {
        font-size: 14px;
        line-height: 22.72px;
    }
    section.serviceSec {
        padding: 50px 0 0;
    }
    .reviewBox .left {
        width: 100%;
    }
    .reviewBox {
        flex-direction: column;
    }
    .reviewBox .right {
        width: 100%;
    }
    .reviewBox p {
        font-size: 14px;
    }
    .attorneyBox .bottom h3 {
        font-size: 20px;
        padding: 0 0 10px;
    }
    .attorneyBox .bottom p {
        font-size: 14px;
    }
    .ctaSec {
        margin-top: 0;
    }
    .statBox {
        text-align: center;
    }
    .ctaSec .statsWrap {
        justify-content: center;
        gap: 10px;
    }
    .ctaSec .statBox h2 {
        font-size: 28px;
    }
    .ctaSec .statBox p {
        font-size: 14px;
    }
    .ctaImg {
        display: none;
    }
    .ctaContent {
        margin-top: 0;
    }
    .ctaSec::before{
        display: none;
    }
    .ctaContent{
        background: #3876D3 url(../images/bg/2.webp) bottom center / cover no-repeat;
        padding: 30px;
    }
    .attorneySec figure {
        display: none;
    }
    .footer-sec p {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-hdng h4 {
        font-size: 18.544px;
        padding-bottom: 0;
    }
    .footer-hdng {
        padding: 20px 0 0;
    }
    ul.f-menu2 li a {
        font-size: 14px;
    }
    .sec-heading2 h4 {
        font-size: 20.317px;
        line-height: 28.515px;
        padding: 0 0 0px;
    }
    .sec-heading2 p {
        font-size: 14px;
        line-height: 20px;
    }
    ul.f-menu {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }
    .f-menu li a {
        font-size: 14px;
    }
    .copyright p, .copyright a {
        font-size: 14px;
        padding: 20px 0 0;
        text-align: center;
        line-height: 1.3;
    }
    .vision-card h3 {
        font-size: 22px;
        line-height: 32.6px;
    }
    .vision-card p {
        font-size: 14px;
        line-height: 20.72px;
    }
    .aboutSec .left .inner .box1 h3 {
        font-size: 20px;
    }
    .aboutSec .left .inner .box2 h3 {
        font-size: 20px;
    }
    .vision-card {
        margin: 0 0 20px;
    }
    .aboutSec .left .inner .box2 p {
        font-size: 14px;
        line-height: 18px;
    }
    .aboutSec .left .inner .box2 h3 {
        padding: 0 0 10px;
    }
    .image {
        display: none;
    }
    .card1 {
        padding: 20px;
    }
    .card1 div h3 {
        font-size: 18.4px;
        line-height: 22.88px;
    }
    .card1 p {
        font-size: 14px;
        line-height: 22.72px;
    }
    ul.overview-nav.d2 {
        gap: 8px;
    }
    ul.overview-nav.d2 a {
        padding: 10px 10px;
        font-size: 14px;
    }
    .answer p {
        font-size: 14px;
        line-height: 22.392px;
    }
    .accordion-list li h3 {
        font-size: 15px;
        line-height: 20px;
        max-width: 88%;
    }
    .accordion-list li {
        padding: 16px 0;
    }
    .form {
        padding: 16px;
        margin: 0 0 35px;
    }
    .sec-heading h6 {
        font-size: 22px;
        padding-bottom: 0px;
    }
    .details a {
        font-size: 14px;
    }
    .details p {
        font-size: 14px;
        line-height: 18px;
    }

    ul.f-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-content: center;
}

footer {
    padding: 30px 0 10px;
}

.header-top-text ul {
    display: block;
    text-align: center;
}

.mainBanner.ext {
    height: 100%;
}

img.img-fluid.ext-img {
    display: none;
}

.sec-heading {
    margin-bottom: 1rem;
}

section.serviceSec .sec-heading {
    margin: 0;
}

}




span.sub-heading img {
    filter: brightness(0);
}

.card1 img {
}

.ext-img {
    position: absolute;
    top: 10vw;
    z-index: 1;
    right: 10vw;
}

.mainBanner.ext::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #D8D6D7, #d8d6d736, transparent, transparent);
    pointer-events: none;
    z-index: 1;
    bottom: 0;
}

.stats-section {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 0;
}

.stat-line {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    margin-bottom: 18px;
}

.stat-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stat-icon img {
    width: 50px;
    height: 50px;
}

.stat-text h3 {
    margin: 0;
    color: #3478ed;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    font-family: Georgia, serif;
}

.stat-text p {
    margin: 5px 0 0;
    color: #333333;
    font-size: 13px;
    line-height: 1.2;
    font-family: Arial, sans-serif;
}

.stat-divider {
    width: 1px;
    height: 60px;
    background: #dddddd;
}

@media (max-width: 600px) {
    .stats-section {
        flex-direction: column;
        gap: 25px;
        padding: 20px;
    }

    .stat-item {
        max-width: 100%;
    }

    .stat-divider {
        display: none;
    }
}


.service-box{
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:16px;
    padding: 20px;
    height:100%;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.service-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.service-icon{
    width:46px;
    margin-bottom:18px;
}

.service-box h4{
    font-size: 22px;
    margin-bottom:12px;
    color: #000000;
    font-weight:600;
}

.service-box p{
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 15px;
}

.service-box .theme-btn{
    width:100%;
    text-align:center;
}

.mainBanner {
    background-repeat: no-repeat;
    background-size: cover;
}

section.aboutSec {
    padding-bottom: 0px;
}

.ext-main-ab-vision {
    padding: 20px 0px;
    border-top: 2px solid #cdcdcd;
}

.ext-main-ab-vision h3 {
    font-size: 22px;
    padding-bottom: 10px;
}

.ext-main-ab-vision.ext {
    margin-top: 20px;
}

section.aboutSec2 {
    background: #d9d9d94e;
}

section.aboutSec3 {
    padding-bottom: 140px;
}

section.pcsec {
    background: #d9d9d94e;
}


.card1 p strong {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}