html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Bilo';
  font-style: normal;
  margin: 0px;
  padding: 0px;
  color: #000;
/*   overflow-x: hidden; */

}

ul {
  margin: 0;
  padding: 0;
}

li { 
  list-style: none;

}

p {
  font-family: 'Bilo';
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 33px;
  color: #000;
}

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

.clear {
  clear: both;
  float: none;
  width: 100%;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #000;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rajdhani';
}

a:hover {
  color: #fff;
}

a,
span {
  display: inline-block;

}

:focus {
  box-shadow: none !important;
  outline: none !important;
}

@media (min-width: 1366px) {

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

@media (min-width: 1440px) {

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

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1500px;
  }
}
@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo.woff2') format('woff2'),
         url('../fonts/Bilo.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-Light.woff2') format('woff2'),
         url('../fonts/Bilo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-ExtraLight.woff2') format('woff2'),
         url('../fonts/Bilo-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-Medium.woff2') format('woff2'),
         url('../fonts/Bilo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-Bold.woff2') format('woff2'),
         url('../fonts/Bilo-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Bilo';
    src: url('../fonts/Bilo-Black.woff2') format('woff2'),
         url('../fonts/Bilo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Light.woff2') format('woff2'),
        url('../fonts/Rajdhani-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Medium.woff2') format('woff2'),
        url('../fonts/Rajdhani-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Bold.woff2') format('woff2'),
        url('../fonts/Rajdhani-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Semibold.woff2') format('woff2'),
        url('../fonts/Rajdhani-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Regular.woff2') format('woff2'),
        url('../fonts/Rajdhani-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*css start*/


/* HEADER STYLES*/


.navpage-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;

}


/* STICKY STYLES */
.navpage-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0px;
  backdrop-filter: blur(10px);
  animation: slideDown 0.55s ease-out;
  background: #fff;
  z-index: 9999;
  color: #000;
  padding: 0;
}

.navpage-header.is-sticky .navbar{
align-items: center;
}



@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}


.navpage-header.is-sticky .logo-box img {
  width: 65%;
}

.navpage-header.is-sticky .logo-box {
  padding: 0;
  transition: 0.7s ease-in-out;
}


.navpage-header.is-sticky    .d-lg-block {        
        text-align: center;
    }

.navpage-header.is-sticky    .d-lg-block {        
        text-align: center;
    }



.main-menulist {
  padding: 0px 50px 0px 50px;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}


.nav-icons li {
  padding: 5px 10px;
}

.btn-secondary {
  font-size: 18px;
  color: #fff !important;
  font-weight: 300;
  background-color: transparent;
  border-color: transparent;
  text-transform: capitalize;

}

.btn-secondary:hover {
  color: #9b7664;
  background-color: transparent;
  border-color: transparent;
}

.navbar .nav-link {
    font-size: 20px;
    color: #000;
    font-weight: 400;
      
}

.logo-box {
    padding: 0px 30px;
    transition: 0.7s ease-in-out;
}

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

.top-nav-button {
    padding-top: 10px;
}
.nav-item {
  padding: 0px 30px;
  display: flex;
  align-items: center;

}
.navbar {  
    align-items: start;
}
    .navbar-expand-md .navbar-collapse {        
        justify-content: center;
    }

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  align-items: start;
  justify-content: end;

}

.navbar .btn:hover {
  color: #e6ac38;
}

.dropdown-item:focus,
.dropdown-item:hover {

  background-color: transparent;
}

.btn-secondary:hover {
  color: #ea2bcc;
  background-color: transparent;
  border-color: transparent;
}

.btn-secondary:focus {
  color: #ea2bcc;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}


.sub-menu {
  /* padding: 10px; */
  background-color: #fff;
  color: #9b7664;
  border-radius: 5px;
}

.sub-menu li a {
  font-size: 16px;
  color: #9b7664;
  padding: 5px 10px;
  font-weight: 600;
}

.sub-menu li:hover {
  background-color: #e6ac38;
  color: #fff;
}

.sub-menu li:hover a {
  color: #fff;
}



.container-inview.hide {
    display: none;
}

.container-scroll {
    padding: 0;
    height: 100%;
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body:not(.no-js) .image-wrap {
    transition: 2s ease-out;
    transition-delay: 0.4s;
    position: relative;
    width: auto;
    height: 70vh;
    overflow: hidden;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    visibility: hidden;
}


body:not(.no-js) .animating .image-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
    transform: skewY(0);
}


.different-img {
    overflow: hidden;
    height: 100%;
}

.different-img img{
    object-fit: cover;
    height: 100%;
}







/* ------------homepage-css--------- */

.home-banner-content {
    position: absolute;
    top: 30%;
    left: 40px;
}


.home-banner-section {
    position: relative;
    background-image: url(../images/home-banner.webp);
    height: 100vh;
    border-radius: 0px 0px 20px 20px;
    background-repeat: no-repeat;
    background-color: #00000070;
    background-blend-mode: darken;
    background-size: cover;
    background-attachment: fixed;
}

.home-banner-content p {
    font-size: 27px;
    line-height: 43px;
    color: #fff;
}

.banner-title {
  font-size: 72px;
  color: #fff;
  font-weight: 600;
  
}
.banner-btn {    
    margin-top: 30px;
}

.cmn-btn {
    padding: 15px 50px;
    font-size: 20px;
    background-color: #d00007;
    color: #fff;
    font-weight: 600;
    position: relative;
    transition: 0.7s ease-in-out;
    text-align: center;
    border-radius: 50px 10px 50px 10px;
    position: relative;
   
     
}

.cmn-btn:hover {
        border-radius: 10px 50px 10px 50px;
        transition: 0.7s ease-in-out;
         background-color: #000;
}


.top-main-container {
  padding: 100px 0px;
}

.home-title {
  font-size: 65px;
  color: #000;
  font-weight: bold;
}

.attorneycontent{
position: relative;

}


.attorneycontent::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    top: 15%;
}

.attorney-text{
    position: relative;
}

.attorney-text::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #e2e2e2;
    width: 1px;
    height: 85%;
    background-color: #e2e2e2;
    top: 15%;
    left: 15px;
}


.attorney-text{
    padding-left: 50px;   
}


.home-sec2{
     position: relative;
    background-image: url(../images/areasbackground.webp);
    padding: 100px 40px;
    border-radius:  20px;
    background-repeat: no-repeat;   
    background-size: cover;
}

 .owl-carousel .owl-item img {  
    width: auto !important;
}

.areacardtitle{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.areacardtext p{
  color: #fff;
}

.areas-btn .cmn-btn {
    background: none;
    border: 1px solid #fff;
}



.areasicon {
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 150px;
    border-radius: 10px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    transition: 0.7s ease-in-out; 
}

.areasicon img {
    text-align: center;
    margin: auto;  
    transition: 0.7s ease-in-out; 
}

.areascard {
    background-color: #252570;
    height: 100%;
    padding: 50px 20px 70px 20px;
    border-radius: 10px;
    transition: 0.7s ease-in-out; 
    position: relative;
    z-index: 1;
}


.areascard15::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/uploads/2026/05/realestate.webp)  !important;
  background-size: cover;
  background-position: center;
  opacity: 0;
   transition: 0.7s ease-in-out; 
  z-index: -1;
  border-radius: 10px;
}

.areascard16::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/uploads/2026/06/draftbg.webp)  !important;
  background-size: cover;
  background-position: center;
  opacity: 0;
   transition: 0.7s ease-in-out; 
  z-index: -1;
  border-radius: 10px;
}

.areascard::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/uploads/2026/05/areas-bg1.webp) ;
  background-size: cover;
  background-position: center;
  opacity: 0;
   transition: 0.7s ease-in-out; 
  z-index: -1;
  border-radius: 10px;
}

.areascard.areascard1::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg2.webp) ;	
}


.areascard.areascard2::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg3.webp) ;	
}


.areascard.areascard3::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg4.webp) ;	
}


.areascard.areascard4::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg5.webp) ;	
}

.areascard.areascard5::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg6.webp) ;	
}


.areascard.areascard6::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg7.webp) ;	
}


.areascard.areascard7::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg8.webp) ;	
}


.areascard.areascard8::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg9.webp) ;	
}


.areascard.areascard9::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg10.webp) ;	
}


.areascard.areascard10::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg11.webp) ;	
}

.areascard.areascard11::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg12.webp) ;	
}

.areascard.areascard12::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg13.webp) ;	
}

.areascard.areascard13::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg14.webp) ;	
}

.areascard.areascard14::after{
 background-image: url(/wp-content/uploads/2026/05/areas-bg15.webp) ;	
}


.areascard:hover::after {
    opacity: 0.3;
}

.areascard:hover .areasicon img{
    transform: scale(1.2);
       transition: 0.7s ease-in-out; 
}

.owl-dots span {
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100px;
}

 .owl-dot.active span {
    background: #d00007;
}

.owl-dots {
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 60px;
}


 .owl-carousel .owl-nav.disabled {
    display: none;
}


/* -------euqal-height-css------ */

.home-sec2 .owl-carousel .owl-stage {
  display: flex;
}

.home-sec2 .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto; 
}

.home-sec2 .owl-carousel .areascard{
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* -------end----- */





.sub-title{
font-size: 30px;
    font-weight: bold;
}

.list-items li{
  font-size: 20px;
  padding-bottom: 10px;
  list-style: disc;
}

.list-items {
  padding-left: 20px;
}

.analysis-text{
  padding-left: 20px;
}

.img-r{
  border-radius: 10px;
  overflow: hidden;
}

.img-r img{
  border-radius: 10px;
}

.home-sec4{
  background-color: #181753;
  text-align: center;
}

.bluesectext p{
color: #fff;
}


.faq-inner .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    background-size: 100%;
    width: 50px;
    height:50px;
  
}

.faq-inner .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");

}


.faq-inner button.accordion-button.collapsed {    
    padding: 0px 20px;
    border-radius: 10px;
    font-size: 27px;
    color: #000;
    font-weight: bold;
}


.faq-inner .accordion-item:not(:first-of-type) {
    border-top: 1px solid #a2a2a2;
}


.faq-inner .accordion-body {
    padding: 0px 20px; 
}

.faq-inner .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}

.faq-inner .accordion-body p {
    font-size: 20px;
    color: #000;
}
.faq-inner .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq-inner .accordion-item {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 0px 20px 0px;
     background-color: #fff;   
    border: 1px solid #a2a2a2;
}

.faq-inner .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.faq-inner .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.faq-inner .accordion-button {   
    font-size: 27px;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
}

.faq-inner .accordion-button:not(.collapsed)::after {   
    transform: none;
}

.faq-inner .accordion-button:not(.collapsed) {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}


.faq-inner {
    width: 1100px;
    margin: auto;
}






.blog-banner {
    background-image: url(../images/blog-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 73vh;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    background-color: #0000009c;
    background-blend-mode: darken;
}

.inner-banner-text {
    position: absolute;
    bottom: 20%;
    left: 30px;
}

.inner-banner-title {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
}

/* ----------------------blog-listing-css-------------------------- */
.subdivision-sec strong {
    font-size: 23px;
}
.home-blog-img img {
    border-radius: 10px;
}
.subdivision-sec ol li {
    font-size: 20px;
    padding-bottom: 10px;
    list-style: num;
}
.subdivision-sec ol {
    padding-left: 20px;
}

.blog-section {
    padding: 80px 0px 80px 0px;
}

.blog-btn .cmn-btn:hover {
    color: #ea2bcc;
}
.blog-btn .btn-tertiary::before {
    border: 1px solid #ea2bcc;
}

.blog-text {
    padding: 20px 0px;
}

.blog-search {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
}

.inner-blog-card {
    border-radius: 5px;
}

.blog-img a {
    width: 100%;
}

.blog-search .blog-submit {
    position: absolute;
    right: 0px;
    top: 0px;
}

.blog-img {
    border-radius: 8px;
    transition: 0.7s ease-in-out;
    overflow: hidden;
}


.blog-title {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.blog-search button {
    background: #ed112b;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 0px 10px;
    transition: 0.5s ease-in-out;
    font-weight: bold;

}

.blog-search button:hover {
    background: #000;
    color: #fff;
    transition: 0.5s ease-in-out;

}

.blog-listing-title {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}


.inner-blog-card-text {
    padding: 30px;
    transition: 0.5s ease-in-out;
    border: 1px dashed #fff;
}

.blog-search-box {
    padding: 20px 25px 140px 25px;
}

.blog-search input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 12px;
    margin-right: 10px;
}

.blog-categories-list {
    margin-top: 20px;
}

.blog-categories ul li {
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    border-top: 1px solid #9f9f9f;
    padding: 10px 0px 10px 0px;
    position: relative;
    list-style: none !important;
}

.blog-categories ul {
padding: 0 !important;
}



.inner-blog-img {
    border-radius: 8px;
}

.inner-blog-img img {
    border-radius: 8px;
}

.home-blog-text p {
    font-size: 18px;
    line-height: 28px;
}

.blog-categories ul li a {
    display: inherit !important;
    transition: 0.5s ease-in-out;
}

.blog-categories a:hover {
    color: #ed112b;
    transition: 0.5s ease-in-out;
}

.blog-banner-text h1 {
    font-size: 30px;
    font-weight: 400;
}

.blog-banner-text h3 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 15px;
}

.blog-banner-text li {
    padding-bottom: 5px;
    font-size: 18px;
}

.blog-detail-btn a {
    text-transform: lowercase;
}




/* -----------------blog-detail-csss------------------- */

.blog-banner-text {
    margin: 30px 0px;
}

.blog-detail-title {
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.blog-contact-title {
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.blog-detail ul li{
list-style-type: disc;
}

.blog-detail ul{
padding-left: 20px;
}

.blog-detail ol{
padding-left: 20px;
}

.blog-detail ol li{
list-style: number;
}


.blog-detail  h2{
font-size: 32px;
font-weight: 600;
}

.blog-detail  h3 {
font-size: 28px;
font-weight: 600;
}

.blog-detail  h4 {
font-size: 22px;
font-weight: 600;
}

.blog-detail  h5 {
font-size: 22px;
font-weight: 600;
}

.blog-detail  h6 {
font-size: 20px;
font-weight: 600;
margin-top: 20px;
}


.blog-detail p a {
color: #da090f;
}




/* -------------------end---------------------- */


/* -------------------------error-page---------------------- */

.error-section {
    padding: 80px 0px 80px 0px;
}

.error-title {
   color: #c50612;
    font-weight: 600;
    font-size: 70px;
    text-align: center;
    margin-top: 0px;

}

.error {
    text-align: center;
    position: relative;
}

.error>.code {
    font-size: 15rem;
    margin: 0;
    line-height: 230px;
    letter-spacing: 25px;
    font-weight: bold;
    color: #000;

}

.error>p {
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 20px;
    color: #000;
}




/* --------------thanku-page-css---------------- */

.thanku-section {
    padding: 80px 0px 100px 0px;
}

.message {
    padding: 70px 0px;
    text-align: center;
    max-width: 800px;
    margin: auto;
    transition: 0.3s ease-in-out;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 3px solid #c50612;
}

.thanku-text {
    font-size: 100px;
    font-weight: bold;
    color: #ed112b;
}
.message p {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    padding: 10px 0px 20px 0px;
    letter-spacing: 1px;
}



/* -----------practicesreas------------ */


.inner-banner-section{  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 67vh;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 20px 20px;  
	    background-color: #00000054;
    background-blend-mode: darken;
     
}

.practicebanner{
    background-image: url(../images/practicebanner.webp);  
}


.inner-maintitle{
    font-size: 48px;
    color: #000;
    font-weight: bold;
}


.practicearea-righttext{
    padding-left: 20px;
}


.mainbluesec {
    margin: 0px 80px;
    padding: 100px 80px 120px 80px;
    background-color: #11113a;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mainbluesec::after{
    content: '';
    background-image: url(../images/bluebg.webp);
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

.practicearea-lefttext p{
    color: #fff;
}


.practiceareasec7 .top-main-container{
padding-bottom: 0;
}


/* -------------about-------- */


.aboutbanner{
    background-image: url(../images/about-banner.webp);
     background-color: #00000054;
    background-blend-mode: darken;
    background-attachment: inherit;
}

.mainbluesec p{
    color: #fff;
}

.about-right-text{
    padding-left: 20px;
}

.mainbluesec li{
    color: #fff;
}

.landpropertybox {
    background: #171353;
    padding: 60px 0px;
    border-radius: 20px;
    text-align: center;
}


.landpropertybox p{
    color: #fff;
}

.landpropertybox{
    margin-bottom: 100px;
}


.atorneybanner{
    background-image: url(../images/attorneybanner.webp);   
}


/* ------------insight----------- */

.insightbanner{
    background-image: url(../images/insightbanner.webp);  
}

.insight-text{
    padding: 20px 0px 50px 0px;
}


.insightsubtitle{
    font-size: 17px;
    color: #d4050b;
    font-weight: bold;
}

.insight-title{
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.insight-card.insightleftcard {
    margin-right: 30px;
    position: relative;
}


.insight-card.insightrightcard {
    margin-left: 30px;
}

.insightcardwrap{
    position: relative;
     border-top: 1px solid #ccc;
     padding-top: 50px;
}

/* .insightcardwrap::before{
content: '';
position: absolute;
width: 1px;
height: 99%;
right: 0;
left: 0;
margin: auto;
top: 0;
background-color: #ccc;

} */


.insight-card {
    border-bottom: 1px solid #ccc;
}

.insight-img img {
    transition: 0.7s ease-in-out;
    object-fit: cover;
    height: 100%;
}

.insight-img:hover img {
    transform: scale(1.1);
      transition: 0.7s ease-in-out;
}

.insight-img {   
    transition: 0.7s ease-in-out;
}


.subdivisionbanner{
    background-image: url(../images/subdivision-banner.webp);
}


.subdivision-title{
    font-size: 40px;
    font-weight: bold;
}
.subdivision-sec h3{
	 font-size: 40px;
    font-weight: bold;
}

.subdivision-sec h5{
	 font-size: 30px;
    font-weight: bold;
	margin-top: 25px
}

.subdivision-sec .sub-title{
    margin-top: 25px;
}

.subdivision-btn{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}



/* ------------contact-css---------------------- */

.contactbanner{
    background-image: url(../images/contact-banner.webp);
}

.contact-page {
    max-width: 1350px;
    margin: 100px auto 0px auto;
    position: relative;
    border-top: 1px solid #ccc;
    padding-top: 40px;
}

.contact-form {
    margin-left: 20px;
    position: relative;
}

.contact-left-details{
    margin-right: 20px;
}

.contact-form::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 108%;
    left: -30px;
    top: -40px;
    background-color: #ccc;
}


.contact-info a {
    font-size: 19px;
    font-weight: 400;  
    color: #2d2d2d;

}
.contact-info li {
    font-size: 19px;
    font-weight: 400;  
    color: #2d2d2d;
}

.contact-title{
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-form input::placeholder {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 300;
}

.contact-form textarea::placeholder {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 300;
}

.input-text {
    border: 1px solid #cecdcd;
    padding: 18px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}

.input-textarea {
    border: 1px solid #cecdcd;
    padding: 20px 18px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 0px;
    height: 170px;
}


.textarea {
    border: 1px solid #cecdcd;
    padding: 18px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 300;
}
.contact-button{
    text-align: center;
    width: fit-content;
  
}

.contact-button input{
   border: none !important;
  
}


.contact-map iframe { 
    padding: 0;
    width: 100%;
 border-radius: 10px;
 height: 400px;
}

.contact-map {
    margin: 0;
    width: 100%;
}


.contact-details {
    margin-bottom: 30px;
}














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



.footer {
    position: relative;
    z-index: 1;
    background-color: #181753;
    background-image: url(../images/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
  
}

.footer::after {
    content: '';
    background-color: #181753d6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
     border-radius: 20px 20px 0px 0px;
}

.footer-inner {
    position: relative;
    z-index: 1;
    padding: 90px 35px 40px 35px;
}


.footer-content .footitl {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    padding: 0px 0px 10px 0px;
    position: relative;   
}

.footer-content p {
    color: #fff;
    padding-right: 30%;
}

.footer-content ul li {
    font-size: 19px;
    color: #fff;
    padding-bottom: 8px;
    font-weight: 400;

}

.footer-content ul a:hover {
    color: #da090f;
    transition: 0.7s ease-in-out;

}

.footer-content ul li a {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
}

.social-links li i {
    color: #fff;
    font-size: 28px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #d00007;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    margin: 0px 6px 10px 0px;
    transition: 0.5s ease-in-out;
    border: 1px solid #d00007;
}

.social-links li i:hover {
    background-color: #fff;
    transition: 0.5s ease-in-out;
    color: #d00007;
     border: 1px solid #d00007;
}

.social-links {
    padding-top: 10px;
}


.copy-right-inner {
    display: flex;
    justify-content: space-between;
    padding: 60px 0px 0px 0px;
}

.copy-right p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.copy-right a {
    color: #fff;
    font-size: 17px;
}

.copy-right a:hover {
    color: #da090f;
}

.copy-right {
    position: relative;
    z-index: 1;
}

.copy-right-inner i {
    color: #bb0203;
    font-size: 16px;
    padding-right: 5px;
}

.subdivision-sec ul li {
    font-size: 20px;
    padding-bottom: 10px;
    list-style: disc;
}

.subdivision-sec ul  {
   padding-left: 20px;
}


section#estate {
    margin-bottom: 100px;
}









/* help  */
.helpseccontact {
    padding: 80px 0 0;
}

.innerhelpcontc p a {
    color: #d00007;
}
.innerhelpcontc p {
    margin-bottom: 0px;
    color: #fff;
}
.innerhelpcontc {
    text-align: center;
    max-width: 70%;
    margin: auto;
    background: #171353;
    padding: 40px 20px;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.innerhelpcontc .home-title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px !important;
}

/* end here  */


.contact-form .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.contact-form .wpcf7-response-output {
    margin: 0 !important;
}


.insight-img.img-r a {
    height: 400px;
}




@media (max-width:1600px){
.logo-box { text-align: center;}
.banner-title { font-size: 65px;}
.home-banner-content p { font-size: 24px;  line-height: 40px;   }
.cmn-btn { padding: 12px 40px;  font-size: 18px; }
.top-main-container { padding: 80px 0px;}
.home-title {font-size: 60px;}
.home-sec2 { padding: 80px 40px; }
.areasicon {  width: 130px;  height: 130px;  margin-bottom: 45px;  }
.areacardtitle {  font-size: 25px;    margin-bottom: 5px;}
.areascard { padding: 40px 20px 60px 20px; }
.faq-inner button.accordion-button.collapsed {font-size: 25px;}
.faq-inner .accordion-button { font-size: 25px;}
.footer-content .footitl {  font-size: 30px;  padding: 0px 0px 5px 0px;  }
.footer-inner { padding: 80px 35px 30px 35px;}
.main-menulist { padding: 0px 40px 0px 40px;}
.nav-item { padding: 0px 15px; }
.error-title { font-size: 60px;}
.error>.code { font-size: 14rem; line-height: 184px;letter-spacing: 18px;}	
.thanku-text { font-size: 100px;line-height: 80px; margin-bottom: 0;}	
.message {padding: 50px 0px;max-width: 560px;}	
	
	
}

/* body,html{overflow-x: hidden;} */

@media (max-width:1440px){
.nav-item { padding: 0px 16px;  }
.navpage-header.is-sticky .logo-box img { width: 70%;}
.areacardtitle { font-size: 22px;}
.home-title { font-size: 52px; }
.owl-carousel .owl-item img { width: 60px !important;}
.areasicon {width: 120px; height: 120px; margin-bottom: 40px; }
p { font-size: 18px;line-height: 28px;}
.sub-title {font-size: 26px; }
.top-main-container { padding: 70px 0px; }
.copy-right-inner { padding: 50px 0px 0px 0px;}
.home-sec2 {  padding: 70px 40px;    }
.list-items li { font-size: 19px;}
.faq-inner .accordion-body p { font-size: 19px;}
.footer-content ul li a { font-size: 18px;  }
.footer-content ul li { font-size: 18px;  }
.center-logo {width: 35%;}
.mainbluesec { margin: 0px 50px; padding: 80px 60px 80px 60px;}
.inner-banner-text {left: 40px;}
.inner-banner-title { font-size: 75px; margin: 0;}	
.landpropertybox { margin-bottom: 70px;}	
.error-title {font-size: 50px;}
	.insight-img.img-r a {
    height: 300px;
}
	

}




@media (max-width:1366px){
.logo-box { width: 370px; }
.navbar .nav-link { font-size: 18px;}
.banner-title { font-size: 55px; }
.home-banner-content p { font-size: 20px; line-height: 35px;}
.banner-btn {margin-top: 25px;}
.cmn-btn { padding: 12px 35px; font-size: 17px;}
.top-main-container { padding: 60px 0px;    }
.home-title { font-size: 42px; }
.attorney-text {padding-left: 40px;}
h3.home-title.mb-5 { margin-bottom: 30px !important;}
.attorneycontent::after { top: 13%;}
.attorney-text::before { height: 88%; top: 13%; left: 10px;}
p { font-size: 18px;  line-height: 28px;    }
.home-sec2 { padding: 60px 40px; }
.list-items li { font-size: 18px;}
.faq-inner button.accordion-button.collapsed {font-size: 22px;}
.faq-inner .accordion-button { font-size: 22px;  padding: 10px 20px;  }
.faq-inner .accordion-body p { font-size: 18px; padding-right: 50px;}
.faq-inner .accordion-item { padding: 15px 0px 15px 0px;}
.faq-inner .accordion-button::after {   background-size: 90%;    width: 35px;    height: 35px;}
.sub-title {font-size: 22px;    }
.areasicon { width: 100px;  height: 100px; margin-bottom: 30px; }
.areacardtitle { font-size: 21px;    }
.footer-inner { padding: 60px 35px 20px 35px; }
.footer-content .footitl { font-size: 26px;   padding: 0px 0px 0px 0px; }
.footer-content p { padding-right: 22%;}
.copy-right p {  font-size: 17px;   }
.footer-content ul li a {  font-size: 17px; }
.footer-content ul li {  font-size: 17px; }
.social-links li i { font-size: 24px;  width: 45px; height: 45px; line-height: 45px; }
.copy-right-inner { padding: 40px 0px 0px 0px; }
.subdivision-sec h5{font-size: 26px;}
.subdivision-sec ul li { font-size: 18px;  padding-bottom: 8px;   }
.inner-banner-title {font-size: 65px;}
.inner-maintitle { font-size: 42px;}
.contact-info li {font-size: 18px;}	
.contact-info a { font-size: 18px;}	
.error>.code {font-size: 12rem; line-height: 164px;letter-spacing: 18px;}
.error-title { font-size: 45px;}
	
	
	
	
}


@media (max-width:1280px){
.mainbluesec { margin: 0px 63px;padding: 70px 50px 70px 50px;}
.inner-maintitle {font-size: 40px;}
.input-text {padding: 14px 15px;}	
.innerhelpcontc {max-width: 80%; padding: 40px 30px;}
.faq-inner { width: 100%;}	
.insight-img.img-r a {height: 270px; }	
.nav-item { padding: 0px 10px;}
	
	
	
	
}




@media (max-width:1152px){
.nav-item {padding: 0px 10px; }
.cmn-btn {padding: 8px 33px;font-size: 17px;}	
.inner-banner-title {font-size: 60px; }
.about-right-text {padding-left: 10px;}	
.practicearea-righttext {padding-left: 10px;}
.inner-maintitle {font-size: 37px;}
.list-items { margin: 10px 0;}
.helpseccontact {padding: 50px 0 0;}
.innerhelpcontc { max-width: 100%;}
.navbar .nav-link {font-size: 17px;}
	
	
}


@media (max-width:1024px){
.main-menulist {padding: 0px 30px 0px 30px;}
.logo-box {padding: 0px 0px; transition: 0.7s ease-in-out;}	
.logo-box {width: 280px; }
.center-logo {width: 260px;}
.navbar .nav-link {font-size: 17px;}
.home-banner-section { height: 70vh;}	
.banner-title {font-size: 50px;}
.home-banner-content p {font-size: 20px;line-height: 30px;}
.areascard {padding: 20px 20px 30px 20px;}	
p {font-size: 17px;line-height: 26px;}
.areasicon {width: 80px;height: 80px; margin-bottom: 30px;}
.home-sec2 .owl-carousel .owl-item img {width: 40px !important;}
.home-sec2 .owl-dots { margin-top: 40px;}
.inner-banner-section {height: 47vh;	}
.mainbluesec {margin: 0px 43px;padding: 50px 30px 50px 30px;}
.top-main-container {padding: 50px 0px;}
.landpropertybox { margin-bottom: 60px;}
.contact-page { max-width: 100%; margin: 80px auto 0px auto;}
 .insight-img.img-r a {height: 230px;}	
	
	
	
}




@media (max-width:991px){
.container{max-width:95%;}
.areascard {padding: 20px 20px 30px 20px;margin-right: 12px;}
.home-sec2 { padding: 50px 30px;}
.analysis-text {padding-left: 10px;}
.footer-content {margin: 23px 0 0;}
.copy-right-inner {padding: 30px 0px 0px 0px;}
.footer-inner {padding: 40px 30px 20px 30px;}	
.home-title {font-size: 37px;}
.home-sec2 .owl-dots {margin-top: 30px;}
.landpropertybox {margin-bottom: 60px; padding: 40px 0px;}
ul#menu-left-header {display: none;}
ul#menu-right-header {display: none;}
.navbar-expand-md .navbar-collapse { justify-content: left;}
.main-menulist {padding: 0px 10px 0px 0px;}
#rmp_menu_trigger-440 {display: block;background: #1a1653 !important;text-decoration: unset;border-radius: 50% !important; right: 15px !important; top: 20px !important;}
.navpage-header.is-sticky .d-lg-block { text-align: left;}
.navpage-header.is-sticky .logo-box img {width: 90%;}
.logo-box {width: 230px;}
#rmp-container-440 { background-color: #212147 !important;}	
#rmp-menu-wrap-440 .rmp-menu-current-item .rmp-menu-item-link {background-color: #d30a0c !important;}	
.attorney-img.img-r { position: sticky; top: 90px;}	
.home-sec1 .align-items-end {align-items: normal !important;}
.attorneycontent::after{display:none;}
.practiceareasec1 .row {align-items: normal !important;}
.page-id-19 .img-r {
 position: inherit;top: inherit;}
.mainbluesec{overflow:inherit !important;}
.align-items-center {align-items: inherit !important;}
.footer-btn {  margin-bottom: 10px;}
.contact-info.text-end {text-align: left !important;}	
.contact-info li {font-size: 16px; margin-bottom: 10px; }
.contact-info a {font-size: 17px;}	
.img-r {position: sticky; top: 100px;}	
	
	
	
	
	
}




@media (max-width:840px){
.home-banner-section {height: 50vh;}
.areascard {padding: 20px 20px 10px 20px;}
.home-sec2 {padding: 50px 20px;}
.attorney-text {padding-left: 30px;margin-top: 10px;}
.footer-inner {padding: 30px 20px 10px 20px;}
.inner-banner-section {height: 33vh;}
.top-main-container {padding: 40px 0px;}
.mainbluesec {margin: 0px 33px;padding: 40px 20px 40px 20px;}
.landpropertybox {margin-bottom: 50px;padding: 30px 10px;}
.contact-page {max-width: 100%;margin: 70px auto 0px auto; }
.contact-title { font-size: 35px;}
    .insight-img.img-r a {
        height: 200px;
    }	
	
	
}

@media (max-width:767px){
 .home-banner-section {height: 100vh;}
.home-banner-content {left: 10px;padding-right: 10px;}
.main-menulist .container-fluid{padding-left:10px !important;}	
.logo-box {text-align: left;}
.attorney-text {padding-left: 0px; margin-top: 20px;border: none !important; }
 h3.home-title.mb-5 { margin-bottom: 0px !important;}
.attorney-text::before{display:none;}
#team-slid1 .owl-nav {display: none;}
.analysis-text {padding-left: 0px;margin: 20px 0 0; }
.home-title {font-size: 32px; }
.top-main-container {padding: 30px 0px;}
.faq-inner button.accordion-button.collapsed { padding: 0px 10px;}
.faq-inner .accordion-button {padding: 10px 10px;}
.faq-inner .accordion-body p { padding-right: 0px;}	
.faq-inner .accordion-body {padding: 10px 10px 0;}
.copy-right-inner {padding: 10px 0px 0px 0px; display: block;}
.copy-right p { font-size: 17px; margin-bottom: 5px; }
.footer-content ul li {padding-bottom: 4px; }
.footer-inner {padding: 10px 20px 10px 20px;}
.inner-banner-title {font-size: 38px;padding-right: 10px;line-height: 40px;}
.inner-banner-text {left: 10px;}
.about-right-text {padding-left: 0; margin: 20px 0 0;}
.mainbluesec {margin: 0px 10px;padding: 30px 10px 30px 10px;}
.landpropertybox {margin-bottom: 30px;padding: 30px 10px;}
.list-items { margin: 10px 0 0;}
.inner-maintitle {font-size: 29px;}
.practicearea-righttext {padding-left: 0; margin: 20px 0 0; }
.practicearea-lefttext {margin-bottom: 0px;}
.insight-card.insightrightcard {margin-left: 0px;}	
.insightcardwrap {padding-top: 30px;}
.insight-text {padding: 20px 0px 20px 0px;}
.contact-page {max-width: 100%;margin: 50px auto 0px auto;padding-top: 20px; }
.contact-form {margin-left: 0;}
.contact-info a br {display: none;}
.contact-left-details {margin-right: 0;}
.contact-info li {font-size: 18px;text-align: left;}
.contact-form .contact-title {margin: 10px 0 10px;}
.helpseccontact {padding: 30px 0 0;}
.innerhelpcontc {max-width: 100%;padding: 30px 10px;}
.contact-title {font-size: 31px; margin-bottom: 0px; }
.error-section {padding: 50px 0px 50px 0px;}	
.error>.code {font-size: 11rem;line-height: 148px;letter-spacing: 0px;}
.error-title {font-size: 40px;}
.error>p { font-size: 23px; padding-bottom: 15px;}
.thanku-text {font-size: 70px;line-height: 60px;margin-bottom: 0; }	
.message p {font-size: 21px;padding: 10px 10px 10px 10px;letter-spacing: 1px;}
.thanku-section { padding: 60px 0px 60px 0px;}
.message {padding: 30px 0px; max-width: 100%;}
.insight-img.img-r a {  height: 230px;width: 100%;}
.img-r { margin: 20px 0 0; }
.subdivision-sec h3 { margin: 0;}	
.subdivision-btn { display: block;}	
.subdivision-btn a { margin-bottom: 10px;}	
.home-sec2 .owl-dots {margin-top: 20px;gap: 5px;}
.footer-content p {padding-right: 2%;}
.home-banner-content p br {display: none;}
	
	
	
}