@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mr+De+Haviland&display=swap');
/* ishwar singh bhandari */
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Hind+Madurai:wght@300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playpen+Sans:wght@100..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Hind+Madurai:wght@300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playpen+Sans:wght@100..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap');

* {
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
}

body {font-family: "Inter", sans-serif;}

#navbar {
    transition: background-color 0.5s ease;
    position: sticky;
    top: -10;
    z-index: 1000;
    padding: 0.3rem 0;
}

.padding80 {
    padding: 0 80px;
}

.nav-link,
.nav-link1 {
    font-size: 16px;
    letter-spacing: 0.25px;
    /* font-family: "montserrat", sans-serif; */
    color: white;
    font-weight: 500;
}

.nav-link:hover {
    color: white;
    /* text-shadow: 1px 1px 3px #000; */
}

.navbar-brand {
    /* border: 1px solid red; */
    display: flex;
    font-weight: 800;
}

.whitelogo {
    width: 70px;
    height: 60px;
}

.logoname {
    width: 250px;
    height: 60px;
    padding-left: 8px;
    color: white;
}

.logoname1 {
    /* font-family: "montserrat", sans-serif; */
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 1px;
    line-height: normal;
}

.logoname2 {
    font-size: 16px;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.25px;
    margin: 0;
}

.nav-btn {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #0bc72a;
    border: 2px solid #0bc72a;
    border-radius: 25px 25px 25px 25px;
    box-shadow: none;
    text-decoration: none;
    padding: 12px 24px;
    transition: 0.4s;
}

.nav-btn:hover {
    color: #24ff49;
    background-color: #00000000;
    border-style: solid;
}

.colo {
    height: 8vh;
}

.navbar-custom {
    background-color: white !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}
/* Dropdown Animation */
/* Grid Dropdown Base */
.custom-dropdown-grid {
  position: relative;
}

.grid-dropdown {
  position: absolute;
  top: 100%;
  right: -180px;
  min-width: 570px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 999;
}
.custom-dropdown-grid:hover .grid-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left:inherit !important;
    right: -180px !important;
    margin-top: var(--bs-dropdown-spacer);
}
@media (min-width: 768px) {
  .custom-dropdown-grid:hover .grid-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    display: block !important;
  }
}
/* Dropdown Items */
.grid-dropdown .dropdown-item {
  padding: 8px 12px;
  color: #333;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
}

.grid-dropdown .dropdown-item:hover {
  background-color: #CA9C5E;
  color: white;
}
@media (max-width: 767px) {
  .grid-dropdown {
    min-width: 100% !important;
    position: static;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .grid-dropdown .row {
    flex-direction: column;
  }

  .grid-dropdown .col-12 {
    width: 100%;
  }

  .dropdown-menu.show {
    display: block !important;
  }
}
/* Styling */
.custom-dropdown .dropdown-menu {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border: none;
}

.custom-dropdown .dropdown-item {
  padding: 10px 20px;
  color: #333;
  transition: background 0.2s ease, color 0.2s ease;
}

.custom-dropdown .dropdown-item:hover {
  background: #f0f0f0;
  color: #000;
}

@media (max-width:767px) {

    .logoname,
    .nav-link {
        color: black !important;
    }

    .padding80 {
        padding: 0 12px;
    }

    .navbar-nav {
        text-align: center;
    }

    .logoname1 {
        font-size: 20px;
        margin-top: 10px;
    }

    .logoname2 {
        font-size: 15px;
    }
}

.parc1 {
    padding: 40px 60px 0px 90px;

}

.parc202 {
    background-image: url(./images/bgfoot.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    height: 100%;
    border-radius: 1rem 0 0 1rem;
}

.parc201 {
    margin: -60px 0px 0px 0px;

    position: relative;
    z-index: 2;
    background-color: #0d4a53;
    /* background-color: #1a1b2580; */
    border-radius: 1rem 0 0 1rem;
}

.parc21 {
    background-color: #0f5a64c7;
    height: 100%;
    padding: 70px 0px 30px 60px;
    border-radius: 1rem 0 0 1rem;
}

.display {
    display: flex;
}

.col-my-2 {
    width: 20%;
}

.col-my-4 {
    width: 30%;
}

.col-my-8 {
    width: 70%;
}

.col-my-5 {
    width: 40%;
}

.col-my-7 {
    width: 60%;
}

.col-my-45 {
    width: 35%;
}

.col-my-75 {
    width: 65%;
}

.col-my-33 {
    width: 35%;
}

.col-50 {
    width: 50%;
}

@media (max-width:1280px) {
    .col-my-2 {
        width: 20%;
    }

    .col-my-4 {
        width: 40%;
    }

    .col-my-8 {
        width: 60%;
    }
}

@media (max-width:1000px) {
    .display {
        display: block;
    }

    .col-my-2,
    .col-my-4,
    .col-my-5,
    .col-my-45,
    .col-my-33 {
        width: 100%;
    }

    .col-my-8,
    .col-my-7,
    .col-my-75,
    .col-50 {
        width: 100%;
    }
}

.text-start {

    font-size: 65px;
    line-height: 1em;
    letter-spacing: -1.5px;
    display: inline-block;
    font-weight: 600;
}

.bandetail p {
    /* font-family: "montserrrat", sans-serif; */
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 0.25px;
    text-align: start;
    margin: 1.5rem 0 2rem 0;
    color: #FFFFFF;
}

.ban-btn {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #1A1B25;
    /* border-radius: 25px 25px 25px 25px; */
    padding: 12px 24px;
    text-decoration: none;
    letter-spacing: 0.25px;
}

.ban-btn:hover {
    background-color: #CA9C5E;
}

.ban-btn2 {
    background-color: #CA9C5E;
    transition: all 0.3s ease-in-out;
}

.ban-btn2:hover {
    background-color: white;
    color: #000;
}

.parc1 p {
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: -0.5px;
}

.parc1 h2 {
    color: #111111;
    font-family: "Mr De Haviland", cursive;
    font-size: 40px;
    font-weight: 400;
    position: relative;
}

.sign {
    background-color: #9783688e;
    width: 13rem;
    height: 0.8rem;
    z-index: -1;
    top: 40%;
    position: absolute;
    left: 0;
}

.parc21 p {
    color: #CA9C5E;

    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0;
}

.parc21 h2 {
    color: #FFFFFF;

    font-size: 45px;
    font-weight: 900;
    line-height: 1.3em;
    letter-spacing: -1.5px;
    margin: 0px 0px 30px 0px;
}





.Number {
    padding: 70px 0 160px;
    margin-bottom: 0px;
    margin: 0px 0px 0px;
    z-index: 3;
    background-color: #f7f2f2;
}

.numbe {
    width: 100%;
}

.numbimg {
    position: relative;
}

.numbimg1,
.numbimg2,
.numbimg3,
.numbimg4 {
    width: 280px;
    border-radius: 0 20px;
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    position: absolute;
}

.numbimg1 {
    
    width: 240px;
    left: 10px;
    top: 0px;
}

.numbimg2 {
    top: -73px;
    left: -32%;
    z-index: 2;
}

.numbimg3 {
    width: 240px;
    left: 10px;
    bottom: -51rem;
}

.numbimg4 {
    width: 380px;
    left: -28%;
    bottom: -44em;
}

.numbe22 {
    padding: 70px 90px 0px 0px;
}

.numbicon {
    margin: -40px 0px 20px 0px;
    padding: 30px 20px;
    background-color: #ffffff;
    border-radius: 450px;
    display: inline;
}

.numbicon img {
    width: 40px;
    vertical-align: middle;
    display: inline-block;
}

.numbH1 {
    margin-top: 20px;
}

.numbchange {
    color: #CA9C5E;
}

.numbH1 h2,
.numbH2 h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.1em;
    font-family: "DM Sans", sans-serif;
    /* letter-spacing: -1.5px; */
    letter-spacing: 0.25px;
    margin-bottom: 0;
    color: #1a1b25d2;
}

.numbpara {
    margin: 20px 0px 0px 0px;
    padding: 0% 10% 0% 0%;
}

.numbpara h2 {
    text-align: justify;
    /* color: #111111; */
    font-size: 16px;
    font-weight: 400;
    /* font-family: "montserrat", sans-serif; */
    line-height: 1.5em;
    letter-spacing: -0.5px
}

.numbcount {
    margin-top: 8%;
}

.count1 h2 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
}

.svgdesign {
    fill: #ffffff;
}

.typing {


    border-right: 3px solid black;
    padding-right: 6px;

}


.parlmain {
    min-height: auto;
    overflow: hidden;
}

.parlin {
    position: sticky;
    min-height: auto;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
    background: url('images/parllal2.webp') center center / cover fixed,
        /* Slow background image */
        url('images/parllal2.webp') center center / cover;
    /* Fast background image */

}

.parlin2 {
    width: 100%;
    min-height: auto;
    background-color: #00000050;
}

.parllex {
    position: relative;
    z-index: 1;
    text-align: left;
    color: white;
    padding: 100px 100px;
}

.parrll {
    font-size: 65px;
    line-height: 1.1em;
    letter-spacing: -1.5px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
}

.parll-leag {
    color: #CA9C5E;
}

@media (max-width: 768px) {
    .parllex {
        padding: 100px 20px;
    }
}




.consul {
    background-color: #111111;
    color: #FFFFFF;
    position: relative;
}

.consulin1 {
    background-color: #FFFFFF;
    height: 300px;
}

.consulin1 img {
    border-radius: 25px 25px 25px 25px;
    margin: 4rem 2.5rem;
}

.consulin2 img {
    position: absolute;
    width: 400px;
    border-radius: 25px 25px 25px 25px;
    top: 7.4rem;
    left: 5.6rem;
    z-index: 1;
}

.consul-2 {
    padding: 80px 80px 180px 80px;
}

.consul-21 {
    color: #CA9C5E;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0.5px;
}

.consul-22 {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 500;
    font-family: "Dm sans",sans-serif; 
    line-height: 1.2em;
    letter-spacing: -0.5px;
    margin-top: 5px;
}

.consul-23 {
    color: #FFFFFF;
    margin: 10px 60px 40px 0px;
    font-size: 18px;
    /* font-weight: 600; */
    line-height: 1.5em;
    letter-spacing: -0.5px;
    font-family: "montserrat", sans-serif;
}

input::placeholder,
textarea::placeholder {
    color: #000000;
}

.inp {
    margin-bottom: 3.5%;
    padding: 0rem 1rem;
    z-index: 1;
}

.inp input,
.drop,
textarea {
    border-radius: 5px;
    padding: 12px 17px 12px 17px;
    width: 100%;
    outline: #FF9F43;
    border: none;
    text-align: start;
}

.dropdown-toggle::after {
    display: none;
}

textarea {
    height: 120px;
}

.wpcf7-submit {
    background: #ff9f43;
    border-color: #ff9f43;
    padding: .9em 3em .9em 3em;
    border-radius: 25px;
    text-align: center !important;
    color: #ffffff;
}

.logo {
    position: absolute;
    width: 300px;
    z-index: 0;
    right: 6%;
    max-width: auto;
    top: 3%;
    opacity: 0.4;
}

/* Review---------------------- */
.rewcomps {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px 20px 0px;
}

.rewlogo {
    width: 50%;
    text-align: center;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.rewlogo img {

    width: 140px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.review2 {
    position: relative;

}

.review21 {
    margin: -150px 0px 0px 5px;
    padding: 60px 0px 30px 80px;
    background-color: #F0F0F0;
}

.review211,
.review212 {
    font-size: 45px;
    line-height: 1em;
    font-weight: 700;
}

.review211 {
    color: #CA9C5E;
}

.rewmy2 {
    display: flex;
}

.proicon {
    justify-content: start;
    align-items: center;
    display: flex;
}

.prodet {
    margin: auto 0;
}

.prodet h5 {
    margin-bottom: 3px;
    color: #111111;
    font-family: "montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.banbtn {
    display: flex;
}

.marsta2 {
    margin-left: 1rem;
}

.prodet p {
    color: #ACACB4;
    font-family: "DM Sans", Sans-serif;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0px;
}

.rewitem p {
    color: #000000;
    padding-left: 20px;

}

.col-my2-4 {
    width: 30%;
}

.col-my2-8 {
    width: 70%;
}

@media (max-width:900px) {

    .col-my2-4 {
        width: 20%;
    }

    .col-my2-8 {
        width: 80%;
    }
}

@media (max-width:600px) {
    .marsta2 {
        margin-left: 0;
    }

    .rewmy2 {
        display: block;
    }

    .col-my2-4 {
        width: 100%;
    }

    .col-my2-8 {
        width: 100%;
    }
}



footer {
    background-image: url(./images/bgfoot1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;


}

.footmain {
    background-color: #242424c2;
    height: 100%;
    width: 100%;
}

.foot-para {
    padding-top: 0.8em;
    padding-bottom: 1em;
}

.foot-button {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8em;
    fill: #111111;
    color: #111111;
    background-color: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    padding: 12px 40px 12px 40px;
    transition: padding 0.3s ease-in-out;
}

.foot-button:hover {
    padding: 12px 50px 12px 50px;
}

.foot1 {
    padding: 80px 0px 60px 0px;

}

.foot12 {
    padding: 0px 80px 0px 0px;
}

.foot {
    max-width: 1170px;
    margin: auto;
    color: white;
}

.footlink {
    padding: 0px 0px 40px 0px;
}

.footlink a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    margin-right: calc(50px / 2);
    /* margin-left: calc(50px / 2); */
}

.foot211,
.foot212 {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #8D9199;
}

.foot211 {
    margin: 0px 20px 0px 0px;
}

.foot212 {
    margin: 0px 0px 0px 20px;
}

.foot211 p,
.foot212 p {
    padding: 0px 0px 10px 0px;
    margin: 0;
    color: #8D9199;
    font-size: 13px;
    font-weight: 600;
}

.foot-item1,
.foot-item2 {

    list-style: none;
    padding: 0;
}

.foot-item1,
.foot-item2 {
    margin: 20px 0px 0px 0px;

}

.foot-item2 {
    margin: 20px 0px 0px 20px;
}

a {
    text-decoration: none;
}

.foot-item {
    margin-bottom: 10px;
}

.foot-text {
    font-size: 16px;
    color: #FFFFFF;
}

.foot2 {
    padding: 0px 0px 40px 0px;
}

.foot3 {
    padding: 0px 0px 20px 0px;
}

.foot-icon {
    display: flex;
}

.foot-icon a {
    background-color: #FFFFFF;
    --icon-padding: 0.7em;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    font-size: 1.2rem;
    margin-right: 10px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;

}

.foot-icon a i {
    color: #111111;
}

.foot22 {
    color: #FFFFFFAB;
    font-size: 14.5px;
    transition: 0.3s ease-in-out;
}

.foot22:hover {
    color: white;
    letter-spacing: 0.5px;
}

.footcopy {
    font-size: 13px;
    margin-bottom: 0;
}

.footpri {
    text-align: end;
    font-size: 12px;
}

.footpri a {
    color: #F0F0F0;
}

.upeffect {
    transition: transform 0.3s ease-in-out;
}

.upeffect:hover {
    transform: translateY(-5px);
}

.upeffect3 {
    transition: transform 0.3s ease-in-out, letter-spacing 0.3s ease-in-out;
}

.foot-icon a:hover {
    transform: translateY(-7px);
}

.upeffect3:hover {
    letter-spacing: 2px;
}

.barlogo {
    border-bottom: 1px solid white;
    display: inline;
    padding-bottom: 3px;
    font-weight: 800;
}

.barlogo2 {
    margin-top: 5px;
    font-weight: 800;
}

.row {
    --bs-gutter-x: 0 !important;
}

.practice-p1 {
    color: #CA9C5E;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    /* margin-bottom: 10px; */
    line-height: normal;
}

.practice-p2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -0.5px;
}

.practice-section {
    padding: 50px 0 100px;
}



.icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    border-radius: 0 20px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon>img {
    width: 47px;
    height: 47px;
}

@media (max-width:1000px) {
    .footcopy {
        margin-bottom: 5px;
    }
}

/* AboutUs Page start here */

.about {
    position: relative;
    margin-top: -5.3rem;
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-image: url('./images/ai-generated-8679714_1920.jpg');
}

.about-contain {
    position: absolute;
    bottom: 10%;
    left: 5%;
}

.sub-page-heading {
    color: white;

    font-family: "Libre Baskerville", serif;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.sub-page-para {
    color: white;
}

.sub-page-para>a {
    color: white;
}

.why-chooseus-section {
    background: url('./images/patter-bglo-bg.png');
    padding: 100px 0;
}

.col-whychoose {
    display: flex;
    padding: 10px;
}

.why-i {
    width: 50px;
    height: 50px;
    font-size: 35px;
    margin-top: 8px;
    margin-right: 10px;
}

.why-contain {
    padding-left: 10px;
}

.why-contain>h6 {
    margin: 0;
    font-size: 18px;
}

.why-contain>p {
    line-height: normal;
    margin-top: 8px;
}

.why-contain-img {
    position: relative;
}

.why-contain-img2 {
    position: absolute;
    top: 50%;
    right: 10%;
    border-radius: 0 20px;
    transform: translateY(-50%);
    width: 80%;
    height: 300px;
}

/* AboutUs Page End here */

/* Contact Page Start here */
.contact {
    position: relative;
    /* margin-top: -5.3rem; */
    width: 100%;
    ;
    background: white;
    padding: 90px 0;
    z-index: 0;
}

.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./images/justice-bg.webp');
    background-size: cover;
    opacity: 0.3;
    z-index: 0;
}

.contact-contain {
    padding: 40px 20px;
    padding-left: 50px;
}

.contact-contain-heading {
    color: #0d4a53;
    font-weight: 700;
    font-family: "Libre Baskerville", serif;
    line-height: 30px;
}

.contact-detail {
    padding: 10px 20px;
    margin: 20px 0;

}

.contact-detail>h4 {
    /* font-family: "Poppins", Sans-serif; */
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
}

.contact-detail>h4>i {
    color: #1C58F6;
}

.contact-detail>p {
    margin-bottom: 0;
}

.contact-form {
    padding: 40px 20px;
    z-index: 2;
    position: relative;
}

.contact-form>label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.form-control {
    background: transparent;
    border: 1px solid #333 !important;
    width: 100%;
    /* margin-bottom: 30px; */
    color: #333;
    padding-left: 20px;
}

.form-control:focus {
    box-shadow: none;
}

.submit-button {
    margin-top: 20px;
    color: #fff;
    background: #1C58F6;
    border: 1px solid #1C58F6;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
}

@media (max-width:767px) {
    .contact {
        padding: 120px 0 50px;
    }

    .contact-contain {
        padding: 12px;
    }

    .contact-detail {
        padding: 12px;
    }
}

/* Contact Page End here */

/* Area of Practice Start Here */
.Sub-practice {
    position: relative;
    margin-top: -5.3rem;
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
    ;
}

.Sub-practice-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.Sub-practice-heading {
    color: white;
    font-family: "Libre Baskerville", serif;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.Sub-practice-para {
    position: absolute;
    bottom: 10px;
    right: 5%;
    color: white;
}

.Sub-practice-para>a {
    color: white;
}

.practice-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #11111193;
}

.p-line {
    height: 2px;
    background-color: white;
    margin: auto;
    margin-top: 7px;
}

.practice-section-padding {
    padding: 80px 0;
}

.practice-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    /* color: #CA9C5E; */
}

.practice {
    padding: 20px;
}

.practice-ul {
    list-style: none;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 400;
    display: grid;
    letter-spacing: 0.25px;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 1rem;
    list-style: none;
    padding: 0;
    list-style: none;
    padding: 0;
    /* font-family: "montserrat", sans-serif; */
    max-width: 100%;
}

.practice-ul>li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-align: left;
    cursor: pointer;
    padding: 18px 0;
    border-bottom: 1px solid #ca9b5e98;
}

.practice-i {
    display: inline-flex;
    width: 40px;
    align-self: center;
    align-items: center;
    justify-content: center;
    color: #CA9C5E;
    font-size: 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.practice-ul>li>a {
    /* color: black; */
    color: #212529;
}

.practice-ul>li>a:hover {
    color: #CA9C5E;
}

/* Area of Practice End Here */

/* Area of Practice-subpage Start Here */
.practice1-heading {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
    color: #daa561;
}

.practice1-para {
    text-align: justify;
    font-size: 17px;
    line-height: 25px;
}

.practice1-heading1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0.25px;
    margin: 20px 0;
    color: #212529;
}

.practice1-heading1-1 {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.practice1-heading2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 0.25px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #111111c9;
}

.practice1-ul {
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
}

.practice1-ul li h5 {
    font-size: 17px;
}

.practice1-ol {
    list-style: upper-roman;

    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}

.practice1-ul>li,
.practice1-ol>li {
    margin: 5px 0;
}

.practice1-para2 {
    font-size: 16px;
    margin: 0;
    padding-left: 12px;
}

.practcon {
    padding: 15px 15px 0 15px;
}

.practice1-image {
    width: 100%;
    height: 380px;
}

.paddingleft44 {
    padding-left: 44px !important;
}

@media (max-width:767px) {
    .paddingleft44 {
        padding: 0;
        margin-top: 10px;
    }

    .practcon {
        padding: 0;
    }

    .practice-ul {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .practice1-ul {
        padding-left: 1.2rem !important;
    }

    .Sub-practice-heading {
        font-size: 33px;
    }

    .practice1-heading1 {
        font-size: 22px;
    }

    .practice1-image {
        padding: 0 12px;
    }
}

/* Area of Practice-subpage End Here */
#scrollToTop,
#whatsappBtn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #25D366;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    transition: opacity 0.3s;
    z-index: 2000;
}

#whatsappBtn {
    left: 10px;
    font-size: 42px;
    width: 65px;
    padding-top: 4px;
    height: 65px;
}

#scrollToTop {
    width: 45px;
    height: 45px;
    padding-top: 4px;
    background: rgb(255, 159, 67);
    ;
    color: white;
    right: 8px;
    border-radius: 0;
}

#scrollToTop:hover,
#whatsappBtn:hover {
    opacity: 0.8;
}

@media (max-width:767px) {

    .tc-about-style3,
    .tc-partners-style3,
    .tc-services-style3,
    .tc-footer-style3 {
        padding: 70px 0;
    }

}

@media (max-width:999px) {
    .logoname {
        color: black !important;
    }
}

@media (min-width:895px) and (max-width:1024px) {
    .practice-ul {
        grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
    }
}

#disclaimerPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

#disclaimerPopup.show {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background: white;
    padding: 30px;
    max-width: 800px;
    width: 90%;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.popup-content h2 {
    margin-top: 0;
    font-family: "montserrat", sans-serif;
    text-align: start;
    margin-bottom: 15px;
    color: #CA9C5E;
}

.popup-content p {
    text-align: start;
}

.popup-content label {
    display: block;
    margin-top: 20px;
    font-size: 14px;
}

.popup-content button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-content button:disabled {
    background-color: grey;
    cursor: not-allowed;
}

.popup-content button:hover:enabled {
    background-color: rgb(214, 5, 5);
}
@media(max-width:767px){
    .popup-content {padding: 10px;}
    .popup-content h2{text-align: center;}
    .popup-content p {font-size: 14px;}
}
/* -------------------------------------- */
.background-section{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* Our Expertise new  */
                .service-section {
                    padding: 100px 0;
                }
            
                .servicemarginetop {
                    margin-top: 35px;
                }
            
                .practice-p2 {
                    margin: 0;
                    margin-top: 5px;
                    font-size: 42px;
                    color: white;
                    font-weight: 500;
                    font-family: "DM Sans", sans-serif;
                    letter-spacing: 0.25px;
                }
            
                .product {
                    padding: 20px;
                    display: flex;
                    flex-direction: column;
                    align-content: center;
                    text-align: center;
                    justify-content: center;
                    cursor: pointer;
                    margin: 20px;
                    height: 300px;
                    background-color: white;
                }
            
                .icons {
                    width: 60px;
                    height: 60px;
                    margin: 0 auto 15px;
                }
            
                .servehead {
                    text-transform: uppercase;
                    font-size: 17px;
                    font-weight: 400;
                    margin: 0;
                    margin-bottom: 10px;
                    text-align: center;
                    line-height: normal;
                }
            
                .product-p {
                    text-align: center;
                    line-height: normal;
                    font-size: 15px;
                }
            
                @media(max-width:767px) {}

@media (min-width:1380px) and (max-width:1433px) {
    .numbimg4 {
        width: 360px;
        left: -18%;
        bottom: -44em;
    }
}
@media (min-width:1300px) and (max-width:1380px) {
    .numbimg4 {
        width: 350px;
        left: -18%;
        bottom: -44em;
    }
}
@media (min-width:1201px) and (max-width:1300px) {
    .numbimg3 {
        width: 225px;
    }
    .numbimg1 {
        width: 225px;
    }
    .numbimg4 {
        width: 340px;
        left: -18%;
        bottom: -44em;
    }
}
@media (min-width:1015px) and (max-width:1200px) {
    .numbimg3 {
        width: 200px !important;
    }
    .numbimg1 {
        width: 200px !important; 
    }
    .numbimg4 {
        width: 300px !important;
        left:-17% !important;
        bottom: -44em;
    }
}
@media (min-width:659px) and (max-width:985px) { 
 .numbimg3 ,.numbimg1 ,.numbimg4{
    display: none !important;
        /* width: 200px !important;  */
    }
    .numbe22 {
        padding: 20px ;
    }
    .numbpara {
        /* margin: 20px 0px 0px 0px; */
        padding: 0%;
    }
}
/* .icon-color {
  filter: brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(600%) hue-rotate(20deg); */
/* } */
/* .icon-color {
  filter: brightness(0) saturate(100%) invert(74%) sepia(46%) saturate(610%) hue-rotate(-10deg) brightness(102%) contrast(101%);
} */

.icon-color {
  filter: brightness(0) saturate(100%) invert(76%) sepia(39%) saturate(496%) hue-rotate(354deg) brightness(95%) contrast(89%);
}
