/* FONT FAMILY  */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-BlackItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-LightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-LightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-ThinItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-UltralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Super Display';
    src: url('../fonts/GTSuperDisplay-Medium.woff2') format('woff2'),
        url('../fonts/GTSuperDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Super Display';
    src: url('../fonts/GTSuperDisplay-Medium.woff2') format('woff2'),
        url('../fonts/GTSuperDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* FONT FAMILY END */
body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GT Super Display';
    margin: 0;
    padding: 0;
}


p,
a,
ul {
    font-family: 'SF Pro Display';
    margin: 0;
    padding: 0;
}

li {
    font-family: 'SF Pro Display';
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    transition: 0.3s ease-in;
}

p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 10px;
}

input,
select,
textarea {
    width: 100%;
}

input[type="checkbox"] {
    height: auto;
    width: auto;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 0;
}


:root {
    --color-black: #000;
    --color-white: #fff;
    --color-tranaparent: #0000;
    --color-134773: #134773;
    --color-002D74: #002D74;
    --color-0D81AA: #0D81AA;
    --color-E9E9E9: #E9E9E9;
    --color-F5F5F5: #F5F5F5;
    --fs-70: 70px;
    --lh-80: 80px;
    --fs-25: 25px;
    --lh-35: 35px;
    --fs-30: 30px;
    --fs-56: 56px;
    --lh-68: 68px;
    --fs-22: 22px;
    --lh-26: 26px;
    --fs-40: 40px;
    --lh-68: 68px;
}



/* HEADER  */

.custom-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11;
    padding: 10px 0px;
    transition: 0.5s ease-in-out;
    backdrop-filter: blur(0px);
}

.custom-header.scrolled {
    background: linear-gradient(0deg, rgb(0 45 116 / 82%) 0%, rgb(0 45 116) 100%);
    backdrop-filter: blur(10px);
}

.main-logo {
    max-width: 200px;
    width: 100%;
}


.grid-headers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

ul.nav-list {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1190px;
}

.no-phone {
    max-width: fit-content;
    width: 100%;
}

ul.nav-list li a {
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}


li.menu-item-has-children {
    position: relative;
}

ul.sub-menu {
    position: absolute;
    top: 100%;
    background: linear-gradient(0deg, rgba(0, 45, 116, 0.60) 0%, rgba(0, 45, 116, 0.60) 100%);
    width: 300px;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding-bottom: 10px;
    display: none;
    animation: submenu 0.3s linear;
}

@keyframes submenu {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 1%, 0 1%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

    }
}






ul.nav-list li ul.sub-menu li {
    padding: 10px 10px 2px 10px;
}


ul.sub-menu li a {
    display: block;
}


li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
    left: 100%;
    top: 0;
}

li.menu-item-has-children .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
    padding-top: 0px;
}

.no-phone a {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-323D5B);
}

.menu-icon {
    max-width: 35px;
    width: 100%;
    display: none;
}

ul.accoun-grid {
    display: flex;
    align-items: center;
    gap: 40px;
}

.margin-top {
    display: none;
}



/* HEADER END */


/* HOME VIDEO  */
section.homevide-sec {
    position: relative;
    z-index: 1;
}

section.homevide-sec::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 45, 116, 0.60) 0%, rgba(0, 45, 116, 0.60) 100%);
    z-index: -1;
}

.video-home {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seven-zero {
    font-size: var(--fs-70);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-80);
    padding-bottom: 30px;
}

.grid-home-banner {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    max-width: 90%;
    width: 100%;
    margin-left: auto;
    padding-top: 210px;
    color: var(--color-white);
}

.team-image {
    max-width: 1028px;
    width: 100%;
    margin-left: auto;
    display: flex;
    align-items: end;
}

.home-title {
    max-width: 580px;
    width: 100%;
}

.universal-anchor a {
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    border: 1px solid var(--color-white);
    border-radius: 50px;
    padding: 4px 40px;
    display: inline-block;
}

.universal-anchor a:hover {
    background: var(--color-white);
    color: var(--color-134773);
}

.home-title .universal-anchor {
    padding-top: 40px;
}

.grid-home-banner p {
    font-size: var(--fs-25);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-35);
}

/* HOME VIDEO END */



/* RELIABLE SEC  */
.three-zero {
    font-size: var(--fs-30);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 15px;
}

.attorney-holder .three-zero {
    color: var(--color-134773);
}

.attorney-holder .three-zero a {
    font-family: 'GT Super Display';
    color: var(--color-0D81AA);
    border-bottom: 2px solid var(--color-tranaparent);
}

.attorney-holder .three-zero a:hover {
    border-color: var(--color-0D81AA);
}

.llokin-reliabletop {
    margin-bottom: -3%;
    position: relative;
    z-index: 1;
}

.abouthome-holder {
    background: var(--color-0D81AA);
    color: var(--color-white);
    position: relative;
}

.abouthome-holder::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 12%;
    background: var(--color-white);
}

.abouthome-holder::before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -1px;
    height: 9%;
    background: var(--color-white);
}

.five-six {
    font-size: var(--fs-56);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-68);
    padding-bottom: 25px;
}

.abouthome-row {
    align-items: center;
    justify-content: space-between;
}

.statue-image {
    max-width: 511px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.home-aboutdetails {
    max-width: 675px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.grid-btn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding-top: 50px;
}

.universal-anchor.dark-blue a {
    background: var(--color-134773);
    border-color: var(--color-134773);
    color: var(--color-white);
}

.universal-anchor.dark-blue a:hover {
    background: var(--color-white);
    color: var(--color-134773);
    border-color: var(--color-white);
}

section.home-aboutsec {
    padding-top: 50px;
}

.two-five {
    font-size: var(--fs-25);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-35);
    padding-bottom: 15px;
}

.home-aboutdetails .two-five {
    font-family: 'SF Pro Display';
}


/* RELIABLE SEC END */



/* FOOTER  */
footer .bg-primary {
    background-color: var(--color-134773) !important;
}

.looking-text,
.looking-text a {
    color: var(--color-white);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 68px;
}

.looking-text span {
    opacity: 0.5;
}

.looking-text a {
    font-family: 'GT Super Display';
    opacity: 1;
    font-weight: 300 !important;
    border-bottom: 2px solid var(--color-tranaparent);
}

.looking-text a:hover {
    border-color: var(--color-white);
}

.looking-for-section {
    background-color: var(--color-134773);
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-section {
    background: var(--color-E9E9E9);
}

.pt-47 {
    padding-top: 47px;
}

.heading-18 {
    color: var(--color-black);
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 11px;
}

.bb-1px {
    align-items: flex-end;
    border-bottom: 1px solid var(--color-black);
    margin-bottom: 22px;
}

.footer-section p a,
.footer-section li a {
    color: var(--color-black);
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.max-90 {
    max-width: 90%;
}

.sub-footer {
    border-top: 1px solid var(--color-black);
    margin-top: 74px;
    text-align: center;
    padding: 23px 0px;
}

.sub-text {
    color: var(--color-black);
    font-family: "SF Pro Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.sub-footer a {
    color: #000;
}

.gap-col p {
    padding-bottom: 10px;
}

.desktop-hide {
    display: none;
}

.footer-container {
    max-width: 1245px;
    width: 100%;
    margin: 0 auto;
}

.footer-row {
    justify-content: space-between;
}

.looking-for-section .four-zero,
.looking-for-section .four-zero a {
    /* ATTORNEY SEC END */
    font-family: 'GT Super Display';
    color: var(--color-white);
}

.looking-for-section .four-zero span {
    opacity: 0.5;
}

.looking-for-section .four-zero a {
    border-bottom: 2px solid var(--color-tranaparent);
}

.looking-for-section .four-zero a:hover {
    border-color: var(--color-white);
}

/* FOOTER END */

/* KNOWLEDGE SEC  */
.knoweledge-holder {
    max-width: 65%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.knoweledge-holder .five-six {
    color: var(--color-134773);
}

/* .gridsliders {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 785px;
    width: 100%;
    margin: 0 auto;
    background: var(--color-E9E9E9);
} */

.gridsliders {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 785px;
    width: 100%;
    margin: 0 auto;
    background: var(--color-E9E9E9);
    scale: 0.8;
    transition: 0.5s ease-in;
}

.swiper-slide-active .gridsliders {
    scale: 1;
}

.image-sliders {
    max-width: 392px;
    width: 100%;
    height: 452px;
    overflow: hidden;
}

.image-sliders img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-data {
    max-width: 312px;
    width: 100%;
}

.slider-data .two-five {
    color: var(--color-002D74);
}

.universal-anchor.blue-border a {
    border-color: var(--color-134773);
    color: var(--color-134773);
    background: var(--color-white);
}

.universal-anchor.blue-border a:hover {
    background: var(--color-134773);
    color: var(--color-white);
}

.slider-data .universal-anchor {
    padding-top: 20px;
}

.knowledge-slider {
    padding-top: 30px;
}

.knoweledge-holder .two-five {
    font-family: 'SF Pro Display';
    padding-bottom: 0px;
}

.knoweledge-holder p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

section.knowledge-sec {
    padding: 100px 0px;
}


.slider-btn .swiper-button-next,
.slider-btn .swiper-button-prev {
    position: static;
}

.mySwiperknowledge {
    position: relative;
}

.slider-btn .swiper-button-next::after,
.slider-btn .swiper-button-prev::after {
    color: var(--color-black);
    font-size: 20px;
    font-weight: 800;
}

.slider-btn {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    max-width: 50%;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.slider-btn .swiper-button-disabled {
    opacity: 0;
}

/* KNOWLEDGE SEC END */



/* FAQ SEC  */

.faqmain-sec {
    position: relative;
    z-index: 1;
    color: var(--color-white);
}

section.faqmain-sec::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(0deg, rgba(13, 129, 170, 0.70) 0%, rgba(13, 129, 170, 0.70) 100%);
}

section.faqmain-sec .container {
    position: relative;
    z-index: 1;
}

.faq-banner {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.faq-holder .two-five {
    font-family: 'SF Pro Display';
}

.faq-holder {
    max-width: 592px;
    width: 100%;
    margin-top: 40px;
}

.faq-holder .universal-anchor {
    padding-top: 40px;
}

.minus-icon {
    display: none;
}

.two-two {
    font-size: var(--fs-22);
    font-style: normal;
    font-weight: 600;
    line-height: var(--lh-26);
}

.grimain-faq {
    background: var(--color-white);
    padding: 25px 30px;
}



.grimain-faq .two-two {
    font-family: "SF Pro Display";
    color: var(--color-134773);
}

.title-faqgrid {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}

.data-faq {
    color: var(--color-black);
    padding-top: 24px;
    display: none;
}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.click-icon {
    max-width: 35px;
    width: 100%;
}

section.faqmain-sec {
    padding: 100px 0px;
}

.grimain-faq img {
    animation: rotateanimate 0.5s linear;
}

@keyframes rotateanimate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.grimain-faq.active-faq .plus-icon {
    display: none;
}

.grimain-faq.active-faq .minus-icon {
    display: block;
}


/* FAQ SEC END */



/* ATTORNEY SEC  */

.grid-attornrys {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    padding: 65px 0px;
    max-width: fit-content;
    margin: 0 auto;
}

.attornrys-holder {
    border: 1px solid var(--color-0D81AA);
    padding: 40px 50px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    background: var(--color-white);
}

.attornrys-holder .three-zero {
    color: var(--color-134773);
}

.litigation-holder {
    border-radius: 20px;
    background: var(--color-E9E9E9);
    padding: 20px;
    text-align: center;
}

.four-zero {
    font-size: var(--fs-40);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lh-68);
    padding-bottom: 20px;
}

.litigation-holder .four-zero a {
    font-family: 'GT Super Display';
    color: var(--color-0D81AA);
    border-bottom: 1px solid var(--color-tranaparent);

}

.litigation-holder .four-zero a:hover {
    border-color: var(--color-0D81AA);
}

section.findatornay-sec {
    padding: 85px 0px;
    position: relative;
    z-index: 1;
}

.attorney-images {
    max-width: 417px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.attornrys-holder p:last-child {
    padding-bottom: 0px;
}


/* ATTORNEY SEC END */


/* HOME BLOG MAIN SEC  */
.bloghome-holder {
    padding: 65px 45px;
    max-width: 40%;
    width: 100%;
    position: relative;
    z-index: 1;
}



.bloghome-banner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.all-bloggrid {
    max-width: 60%;
    width: 100%;
    padding: 100px 90px;
    background: var(--color-134773);
    display: flex;
    flex-direction: column;
    gap: 45px;
}

section.bloghome-sec {
    color: var(--color-white);
}

.blog-about {
    display: flex;
}

.maxholder {
    max-width: 410px;
    width: 100%;
    margin-left: auto;
    position: sticky;
    top: 15%;
}

.blogright-holder {
    max-width: 765px;
    width: 100%;
    border-bottom: 1px solid var(--color-0D81AA);
    padding-bottom: 45px;
}

.all-bloggrid .blogright-holder:last-child {
    border-bottom: none;
}

.blogright-holder .four-zero {
    line-height: normal;
}

.read-articles {
    color: var(--color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid var(--color-tranaparent);
}

.logo-blog {
    max-width: 165px;
    width: 100%;
    margin-bottom: 45px;
}

.read-articles:hover {
    border-color: var(--color-white);
}

/* HOME BLOG MAIN SEC END */



/* NEWS LETTER HOME SEC  */
.input-field {
    max-width: 505px;
    width: 100%;
}

.subcribe-btn {
    max-width: 230px;
    width: 100%;
}

.grid-newsform {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.input-field input,
.subcribe-btn input {
    font-family: 'SF Pro Display';
    height: 60px;
    border-radius: 100px;
    border: 1px solid var(--color-tranaparent);
    font-size: 18px;
    font-style: normal;
    line-height: normal;
}

.input-field input {
    font-weight: 400;
    background: var(--color-F5F5F5);
    padding: 0px 20px;
    color: var(--color-black);
}

.input-field input::-webkit-input-placeholder {
    color: var(--color-black);
}

.subcribe-btn input {
    font-weight: 500;
    background: var(--color-134773);
    color: var(--color-white);
    transition: 0.3s ease-in;
}

.subcribe-btn input:hover {
    background: var(--color-0D81AA);
}

section.newsletterhome-sec .knoweledge-holder {
    max-width: 45%;
}

.newsletter-form {
    padding-top: 50px;
}

section.newsletterhome-sec {
    padding: 100px 0px;
}

/* NEWS LETTER HOME SEC END */

/* MENU ICON ANIMATED  */
.bars {
    width: 50px;
    cursor: pointer;
}

.bars .line {
    fill: none;
    stroke: var(--color-white);
    stroke-width: 4;
    stroke-linecap: square;
    transition: stroke-dasharray 400ms, stroke-dashoffset 1s;
}

.bars .line.top {
    stroke-dasharray: 40 172;
}

.bars .line.middle {
    stroke-dasharray: 40 111;
}

.bars .line.bottom {
    stroke-dasharray: 40 172;
}

.bars.active .top {
    stroke-dashoffset: -132px;
}

.bars.active .middle {
    stroke-dashoffset: -71px;
}

.bars.active .bottom {
    stroke-dashoffset: -132px;
}

/* MENU ICON ANIMATED END */

