<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap');

/* -------------Theme settings start------------------------------ */
:root {
    --primary-color: #003C82;
    --secondary-color: #AF8335;
    --tertary-color: #D3AE6E;
    --border-color: #CABEFF;
    --font-light: 300;
    --font-normal: 400;
    --font-bold: 600;
    --font-extra-bold: 900;
    --heding-color: #333333;
    --paragraph-color: #767676;
    --heading-size: 40px;
    --para-size: 16px;
    --heading-size2: 40px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.5;
    transition: all 0.2s ease;
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif !important;

}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: var(--heading-size);
    font-weight: var(--font-light);
}

p {
    font-size: var(--para-size);
    color: var(--paragraph-color);
}

a {
    /* color: var(--primary-color); */
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 400;
    opacity: 1;
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2b2b;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #cdcdcd;
    outline: 0;
    box-shadow: none !important;
}

.form-select:focus {
    border-color: #22BC85;
    outline: 0;
    box-shadow: none !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border: none;
}

.btn-primary:hover {
    background-color: var(--primary-color);
    border: none;
}

.btn-primary:active {
    background-color: var(--primary-color) !important;
    border: none;
}

.btn-common {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
}

.btn-common:hover {
    background-color: var(--primary-color);
    color: #fff;

}



/* -------------Theme settings end--------------------------------------------------------- */


/* -----------------Header----------------- */
.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    background: #032d5e;
    color: white;
    transition: right 0.3s ease;
    padding-top: 60px;
    z-index: 9;
}

.sidebar a {
    display: block;
    color: white;
    padding: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.sidebar a:hover {
    background: #2f5e95;
}

.toggle-btn {
    position: fixed;
    right: 10px;
    top: 10px;
    background: #074589;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: E6D0CE;
    color: rgb(0, 0, 0);
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}


/* ----------------------  About  -------------------------- */
body {
    background-color: #F2F2F2;
}

.inner_head {
    background-color: var(--primary-color);
    padding: 5px 0;
    position: fixed;
    width: 100%;
    /* margin-bottom: 100px; */
}

.toggle-btn2 {
    position: fixed;
    right: 10px;
    top: 30px;
    background: #003c82;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

.sub_header {
    background-color: #fff;
    border-bottom: 1px solid #AF8335;
    padding: 15px 0;
    padding-top: 137px;
}

.sub_header h1 {
    text-align: center;
    font-weight: 500;
    color: var(--secondary-color);
}

.web_content p {
    font-size: 24px;
    font-weight: 500;
    color: #202020;
    text-align: center;
    max-width: 795px;
    margin-left: auto;
    margin-right: auto;
    margin: 100px auto;
}

/* ----------Practice Area --------------------- */

.practice_area {
    background-color: #fff;
    border: 1px solid var(--secondary-color);
    padding: 30px 30px;
    border-radius: 5px;
    height: 580px;
}

.practice_area ul li {
    list-style: disc;
    margin-bottom: 16px;
}



/* -------------Contact--------------- */

.ad_details2 p {
    color: #202020 !important;
    font-weight: 400 !important;
}

.contact_left_side {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    height: 510px;
}

.ad_details.ad_details2 a {
    color: #202020;
}


@media screen and (max-width: 567px) {
    .contact_left_side {
        background: #fff;
        padding: 40px;
        border-radius: 5px;
        /* height: 470px; */
        padding-bottom: 22px;
        margin-top: 16px;
    }

    .sub_header h1 {
        text-align: center;
        font-weight: 500;
        color: var(--secondary-color);
        font-size: 28px;
    }

    .web_content p {
        font-size: 16px;
        margin: 50px auto;
    }
    .practice_area {
        
        margin-bottom: 10px;
    }
}


/* -----------------------footer----------------------- */

footer {
    background: var(--primary-color);
    /* height: 100vh; */
    padding: 50px 0;
    padding-bottom: 0;
}

footer a {
    color: #e9e9e9;
    font-weight: 300;
}

.left_Side h2 {
    color: var(--tertary-color);
    margin-bottom: 20px;
}

.address {
    display: flex;
    margin-bottom: 16px;
}

.ad_details p {
    color: #e9e9e9;
    font-weight: 300;
    font-size: 15px;
}

.ad_icon {
    background: orange;
    background: #185caa;
    width: 40px;
    height: 40px;
    color: #d3ae6e;
    font-size: 16;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 100px;
}

.ad_icon i {
    font-size: 22px;
}

.ad_details h6 {
    color: var(--tertary-color);
    font-size: 20px;
}

.quick_link {
    color: var(--tertary-color);
    margin-bottom: 35px;
}

footer li {
    margin-bottom: 14px;
}

.footer_bottom {
    background-color: #032d5e;
}

.footer_bottom p {
    text-align: center;
    color: gainsboro;
    font-size: 14px;
    padding: 10px 0;
    margin-top: 40px;
}


@media screen and (max-width: 567px) {
    .ad_icon {
        display: none;
    }

    footer li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .quick_link {
        color: var(--tertary-color);
        margin-bottom: 10px;
        font-size: 16px;
        /* font-weight: bolder; */
        font-weight: 600;
    }

    .quick_link2{
        margin-top: 25px;
    }

    .ad_details h6 {
        color: var(--tertary-color);
        font-size: 17px;
        font-weight: 600;
    }
    .left_Side h2 {
     
        font-weight: 700;
        font-size: 20px;
    }

    .left_Side h2 {
        color: var(--tertary-color);
        margin-bottom: 5px;
    }

    .ad_details p {

        font-size: 14px;
    }
}</pre></body></html>