body {
    font-family: "Josefin Sans";
}

.body-img {
    mix-blend-mode: lighten;
}

p {
    font-family: "DM Sans";
    line-height: 30px;
}

.dm-Sans {
    font-family: "DM Sans";
}

.text-justify {
    text-align: justify;
}

.c_909090 {
    color: #797777;
}

.c_D1B06B {
    color: #D1B06B;
}

.bg_161D27 {
    background-color: #161D27;
}

.bg_1F2732 {
    background-color: #1F2732;
}

.bg_2E3642 {
    background-color: #2E3642;
}

.bg_D1B06B {
    background-color: #D1B06B;
}

.fs-21 {
    font-size: 21px;
}

.fs-30 {
    font-size: 27px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-45 {
    font-size: 50px;
}

.fs-40 {
    font-size: 40px;
}

.fs-55 {
    font-size: 55px;
}

.fs-22 {
    font-size: 22px;
}

.fs-35 {
    font-size: 35px;
}

.fs-25 {
    font-size: 25px;
}

.fs-18 {
    font-size: 18px;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
    line-height: 35px;
}

/* navbar */
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #D1B06B;
}

.navbar-dark .navbar-nav .nav-link {
    color: #e4e4e4f1;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #D1B06B;
}

.btn-close-custom {
    background-color: #ffcd65;
}

.nav-item a {
    display: inline-block;
    padding: 15px 20px;
    position: relative;
}

.nav-item a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #D1B06B;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.nav-item a:hover:after {
    width: 100%;
    left: 0;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    background-color: #1F2732;
}

.wrapper {
    position: fixed;
    top: 15%;
    left: 19%;
    max-height: 74vh;
    width: 60%;
    background: #161D27;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
    text-align: center;
    z-index: 999;
    overflow-y: auto;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #D1B06B #161D27;
    /* Firefox */

    /* WebKit (Chrome, Safari) */
    &::-webkit-scrollbar {
        width: 6px;
        /* width of the scrollbar */
    }

    &::-webkit-scrollbar-thumb {
        background-color: #D1B06B;
        /* color of the thumb */
    }
}


.content p {
    font-family: "Josefin Sans";
    color: #e6e6e6f1;
    text-align: justify;
    font-size: 20px;
    line-height: 1.5;
}

.content .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.633);
    z-index: 1;
}

/* Secion1 */
.banner {
    background-image: url(../images/law-bg-img\ \(1\).png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content {
    align-items: center;
    overflow: hidden;
    color: #d7d7d7f1;
}

.body-img {
    mix-blend-mode: screen;
}

.footer-dark .item.social>a {
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #D1B06B;
    margin: 0 8px;
    color: #D1B06B;
}

.footer-dark-contact .item.social>a:hover {
    background-color: #D1B06B;
    color: white;
}

.footer-dark-contact .item.social>a {
    font-size: 20px;
    width: 53px;
    height: 53px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #D1B06B;
    margin: 0 8px;
    color: #D1B06B;
}

.footer-dark .item.social>a:hover {
    background-color: #D1B06B;
    color: white;
}

/* Secion2 */
.section2 a {
    color: black;
}

.read-more {
    padding: 2px 4px;
}

.read-more:hover {
    border: 2px solid #D1B06B;
}

/* Secion4 */
.service h1 {
    padding-top: 6%;
}

.service {
    background-image: url(../images/service-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 34px;
    text-align: justify;
}

.service1 {
    border-radius: 0px 0px 0px 30px;
    min-height: 80%;
}

.service2 {
    border-radius: 30px 0px 0px 0px;
    min-height: 80%;
}

.service3 {
    border-radius: 0px 0px 30px 0px;
    min-height: 80%;
}

.service4 {
    border-radius: 0px 30px 0px 0px;
    min-height: 80%;
}

.service5 {
    border-radius: 30px 0px 0px 0px;
    min-height: 80%;
}

.section5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Secion5 */
.offer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

/* Secion6 */
.still {
    padding: 0px 37px;
}

.shine img {
    border: 2px solid #d2d2d2;
}

/* About-us */
.about-content {
    padding-top: 10%;
}

/* Expertise */
.expertise,
.contact-us {
    background-image: url(../images/expertise-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.contact-consult,
.contact-consult p {
    align-items: center;
    line-height: 34px;
}

.expertise-contact {
    background-image: url(../images/expertise-contactbg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.input-feild input::placeholder {
    color: #c3c3c3;
}

.form-feild {
    background: #161D27;
    padding: 40px;
    margin-top: 7%;
}

.input-feild .input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #adb5bd;
    padding: 10px;
    margin: 10px 20px;
    width: 88%;
    color: white;
}

.form-select {
    width: 75%;
}

.footer-dark2 .item.social>a {
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #D1B06B;
    color: #D1B06B;
}

.footer-dark2 .item.social>a:hover {
    background-color: #D1B06B;
    color: white;
}

.form-control {
    border: none;
    color: #3c3c3c;
}

.form-select {
    margin-left: 3%;
}

#lawSelect {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #adb5bd;
    border-radius: 0;
    color: #cecece;
    margin: 0px 23px;
    margin-top: 6%;
    width: 87%;
}

#lawSelect option {
    background-color: #1F2732;
    color: #ffffff;
}

.text {
    height: 22vh;
    width: 87%;
    background-color: #161D27;
    border: 1px solid #D1B06B;
    color: white;
}

.btn-sp1 {
    background-color: #D1B06B;
}

/* Contact-us */
.contact-us {
    background-image: url(../images/expertise-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.btn-login {
    display: inline-flex;
    padding: 10px 60px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0;
    background: #D1B06B;
    border: 2px solid #D1B06B;
    color: black;
}

.btn-login:hover {
    background-color: #161D27;
    border: 2px solid #161D27;
    color: white;
}

.btn-consult {
    display: inline-flex;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0;
    background: #D1B06B;
    border: 2px solid #D1B06B;
    color: black;
}

.btn-submit {
    display: inline-flex;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0;
    background: #D1B06B;
    border: 2px solid #D1B06B;
    color: black;
}

.btn-read {
    display: inline-flex;
    padding: 8px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0;
    background: #D1B06B;
    border: 2px solid #D1B06B;
    color: black;
}

.btn-read:hover {
    background: #161D27;
    border: 2px solid #161D27;
    color: white;
}

.con-hover:hover {
    background: #161D27;
    border: 2px solid #161D27;
    color: white;
}

.contact-box1,
.contact-box2 {
    background: #161D27;
    width: 100%;
    min-height: 204px;
}

.contact-field .contact-icon>i {
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #D1B06B;
    margin: 0 8px;
    color: #D1B06B;
}

.contact-field .contact-icon>i:hover {
    background-color: #D1B06B;
    color: white;
}

.contact-field .contact-icon>i {
    font-size: 20px;
    width: 53px;
    height: 53px;
    line-height: 56px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #D1B06B;
    margin: 0 8px;
    color: #D1B06B;
}

.contact-field .contact-icon>i:hover {
    background-color: #D1B06B;
    color: white;
}

/* Laws */
.Intellectual-law-content p,
.Intellectual-law-content ul li,
.fmcg-law-content p,
.fmcg-law-content ul li,
.legal-support-content ul li,
.legal-support-content p,
.exp-sec p,
.free-consultation p,
.about-content p,
.about-offer p,
.offer p,
.service p,
.people p,
.about-para {
    color: #dfdfdff1;
}

.about-para p {
    line-height: 32px;
}

.Intellectual-law-content,
.fmcg-law-content,
.employment-law-content,
.legal-support-content {
    line-height: 36px;
}

.fmcg-law-content p {
    line-height: 35px;
}

.intellectual-law {
    background-image: url(../images/intellectual-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.FMCG-law {
    background-image: url(../images/fmcg-law.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.Employment-law {
    background-image: url(../images/employment-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.Corporate-Advisory {
    background-image: url(../images/corporate-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.legal-support {
    background-image: url(../images/legal-support-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.litigation {
    background-image: url(../images/litigation-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* Footer */
.footer {
    background-color: #1F2732;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #D1B06B;
}

a,
a:active,
a:focus {
    color: #d7d7d7f1;
}

.footer-address p {
    line-height: 30px;
    color: #d7d7d7f1;
}

ul li::marker {
    color: #eec56c;
}

.icons i {
    color: #d7d7d7f1;
}

.icons i:hover {
    color: #D1B06B;
}

.card3 {
    margin-top: -6%;
}

@media (min-width: 992px) and (max-width:1068px) {
    .card3 {
        margin-top: -50%;
    }
}

@media (min-width: 1069px) and (max-width:118px) {
    .card3 {
        margin-top: -17%;
    }
}

@media screen and (min-width: 992px) {
    .people-mob-view {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .expertise-mobview {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .fs-45 {
        font-size: 35px;
    }

    .fs-22 {
        font-size: 18px;
        line-height: 30px;
    }

    p {
        line-height: 30px;
    }

    .fs-25 {
        font-size: 19px;
    }

    .fs-20 {
        font-size: 16px;
        line-height: 25px;
    }

    .wrapper img {
        width: 50px;
    }

    .body-img-mdview,
    .expertise-otherview,
    .people-other-view,
    .expertise-line {
        display: none;
    }

    .order-1 {
        text-align: center;
    }

    .card1,
    .card3 {
        height: 118%;
    }

    .service1,
    .service2,
    .service3,
    .service4,
    .service5 {
        border-radius: 0px 0px 0px 0px;
    }

    .fs-18 {
        font-size: 16px;
    }

    .footer-dark-contact .item.social>a {
        font-size: 20px;
        width: 47px;
        height: 47px;
    }
}

@media screen and (max-width: 575px) {
    .fs-55 {
        font-size: 28px;
    }

    .fs-21 {
        font-size: 16px;
    }

    .fs-40 {
        font-size: 26px;
    }

    .offcanvas.show:not(.hiding),
    .offcanvas.showing {
        width: 65%;
    }
}

@media screen and (max-width: 991px) {
    .wrapper {
        top: 12%;
        left: 5%;
        width: 90%;
        height: 55vh;
    }

    .people-other-view {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .content p {
        font-size: 13px;
        line-height: 18px;
        margin: 18px 0 20px 0;
        margin-left: 12px;
    }

    .fs-35 {
        font-size: 28px;
    }
}

@media screen and (min-width: 501px) and (max-width: 767px) {
    .content p {
        font-size: 17px;
        line-height: 23px;
        margin: 18px 0 20px 0;
        margin-left: 12px;
    }

    .fs-40 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
    .wrapper {
        left: 7%;
        width: 86%;
    }

    .content p {
        margin: 8px 0 20px 0;
        font-size: 18px;
        margin-left: 31px;
        line-height: 29px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1491px) {
    .wrapper {
        left: 8%;
        width: 83%;
        top: 8%;
    }

    .content p {
        margin: 23px 0 20px 0;
        font-size: 20px;
        margin-left: 31px;
        line-height: 32px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .content p {
        margin: 21px 0 20px 0;
        font-size: 18px;
        line-height: 30px;
        margin-left: 10px;
    }

    .wrapper img {
        width: 80px;
    }

    .offer-para {
        margin-top: -5%;
    }

    .fs-45 {
        font-size: 29px;
    }

    .fs-55 {
        font-size: 38px;
    }

    .emp-view {
        margin-left: 25%;
    }

    .hr9,
    .hr14 {
        margin-top: 10%;
    }

    .people-img {
        width: 50%;
    }

    .card1 {
        height: 90%;
    }

    .card3 {
        height: 105%;
        margin-top: -16%;
    }

    .offcanvas.show:not(.hiding),
    .offcanvas.showing {
        width: 38%;
    }
}

@media screen and (min-width: 426px) and (max-width: 767px) {
    .fs-55 {
        font-size: 38px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .hr2 {
        margin-top: 6%;
    }

    .hr1 {
        margin-top: 16%;
    }

    .hr3 {
        margin-top: 6%;
    }

    .hr5 {
        margin-top: 6%;
    }

    .btn-read {
        padding: 5px 25px;
    }

    p {
        line-height: 33px;
    }

    .hr12,
    .hr15 {
        margin-top: 10%;
    }

    .fs-20 {
        font-size: 18px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .hr3 {
        margin-top: 20%;
    }

    .hr1 {
        margin-top: 18%;
    }

    .hr2 {
        margin-top: 7%;
    }

    .hr6 {
        margin-top: 17%;
    }

    .hr8 {
        margin-top: 15%;
    }

    .hr9,
    .hr5 {
        margin-top: 24%;
    }

    .fs-40 {
        font-size: 30px;
    }

    .fs-21 {
        font-size: 15px;
    }

    .fs-22 {
        font-size: 20px;
    }

    .card1 {
        height: 72%;
    }

    .fs-45 {
        font-size: 29px;
    }

    .fs-55 {
        font-size: 38px;
    }

    .fs-19 {
        font-size: 16px;
    }

    .people-img {
        padding-top: 45%;
    }

    .fs-20 {
        font-size: 18px;
    }
}

@media screen and (min-width:992px) and (max-width:1068px) {
    .card1 {
        height: 72%;
    }
}

@media (min-width:1069px) {
    .card1 {
        height: 88%;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .hr1,
    .hr13 {
        margin-top: 10%;
    }

    .hr2,
    .hr3 {
        margin-top: 10%;
    }

    .hr4 {
        margin-top: 13%;
    }

    .hr5 {
        margin-top: 13%;
    }

    .hr11 {
        margin-top: 7%;
    }

    .hr16,
    .hr17,
    .hr14 {
        padding-top: 1%;
    }

    .about-content {
        margin-top: 3%;
    }

    .order-1 {
        margin-top: -12%;
    }

    .people-img {
        padding-top: 18%;
    }
}

@media (min-width:1400px) and (max-width:1440px) {
    .hr2,
    .hr1,
    .hr3 {
        margin-top: 19%;
    }

    .hr4,
    .hr5,
    .hr6 {
        margin-top: 17%;
    }
}

@media (min-width:1441px) and (max-width:1629px) {
    .hr2,
    .hr1 {
        margin-top: 13%;
    }

    .hr3 {
        margin-top: 13%;
    }

    .hr4 {
        margin-top: 11%;
    }

    .hr5,
    .hr6 {
        margin-top: 11%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1491px) {
    .body-img-otherview {
        display: none;
    }

    .footer-dark-contact .item.social>a {
        font-size: 20px;
        width: 47px;
        height: 47px;
    }
}

@media (min-width:992px) {
    .card3 {
        height: 90%;
    }
}

@media (max-width:1299px) {
    .footer-dark {
        display: none;
    }

    .btn-consult {
        padding: 6px 25px;
    }

    .free-con p {
        line-height: 28px;
    }

    .fs-25 {
        font-size: 20px;
    }

    .fs-24 {
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .hr7,
    .hr17 {
        margin-top: 8%;
    }

    .hr10 {
        margin-top: 2%;
    }

    .hr11,
    .hr13 {
        margin-top: 9%;
    }

    .hr14 {
        margin-top: 7%;
    }

    .hr16 {
        margin-top: 6%;
    }
}

@media (min-width :1399px) {
    .about-content {
        margin-top: 8%;
    }
}

@media (min-width:1492px) {
    .body-img-mdview {
        display: none;
    }
}

@media screen and (min-width: 1492px) and (max-width: 1897px) {
    .content p {
        margin: 0px 0 20px 0;
        font-size: 20px;
        line-height: 34px;
    }
}
