body {
    font-family: "Poppins", Arial, sans-serif;
    color: black;
  }
  
  /*-----------------------------------*\
         TOP BAR
  \*-----------------------------------*/
  .topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .topbar .top-link a {
    margin-right: 10px;
  }
  
  #note {
    width: 500px;
    overflow: hidden;
  }
  
  #note small {
    position: relative;
    display: inline-block;
    animation: mymove 10s infinite;
    animation-timing-function: all;
  }
  
  @keyframes mymove {
    from {
      left: -100%;
    }
  
    to {
      left: 100%;
    }
  }
  
  /*-----------------------------------*\
           NAV BAR
  \*-----------------------------------*/
  
  .navbar {
    background-color: #03045e;
  }
  
  .navbar-brand {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
  }
  
  .navbar-nav .nav-item:hover {
    background-color: rgba(19, 108, 224, 0.4);
  }
  
  .navbar-custom .dropdown-item {
    color: #03045e;
  }
  
  .navbar-custom .dropdown-item:hover,
  .navbar-custom .dropdown-item:focus {
    background-color: #caf0f8;
    font-weight: 700;
  }
  
  .company {
    font-size: 28px;
  }
  
  .dropdown-menu .dropdown-submenu {
    display: none;
    /* position: absolute; */
    left: 100%;
    top: -7px;
    } 
    .dropdown-menu .dropdown-submenu-left {
   right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }
  /*-----------------------------------*\
      ABOUT US HEADER SECTION
      \*-----------------------------------*/
  
  .page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../images/indianservicesone.jpg) center center no-repeat;
    background-size: cover;
    /* background-color:#023047; */
    /* background: url(../images/about1.jpg) center center no-repeat; */
  }
  
  .page-header .breadcrumb-item+.breadcrumb-item::before {
    color: white;
  }
  
  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 18px;
    color: white;
  }
  
  .breadcrumb {
    background-color: unset !important;
  }
  
  
  
  /*-----------------------------------*\
    INDIAN SERVICE SECTION
    \*-----------------------------------*/
    #realestate{
      /* height:725px; */
      box-shadow: 5px 5px 10px; 
      border-radius: 20px; 
      /* display: none; */
      width:100%;
    }
    
    #houseboat{
      height:525px;
      box-shadow: 5px 5px 10px; 
      border-radius: 20px; 
      /* display: none; */
      width:100%;
    }
  
    #carrental{
      /* height:725px; */
      box-shadow: 5px 5px 10px; 
      border-radius: 20px; 
      /* display: none; */
      width:100%;
    }
  
    #nriproperty{
      /* height:725px; */
      box-shadow: 5px 5px 10px; 
      border-radius: 20px; 
      /* display: none; */
      width:100%;
    }
  
    #legalservices{
      /* height:725px; */
      box-shadow: 5px 5px 10px; 
      border-radius: 20px; 
      /* display: none; */
      width:100%;
    }
  
    #housekeepingservices{
      /* height:725px; */
      box-shadow: 5px 5px 10px; 
      border-radius: 20px; 
      /* display: none; */
      width:100%;
    }
    #cctvsolarservices{
       /* height:725px; */
       box-shadow: 5px 5px 10px; 
       border-radius: 20px; 
       /* display: none; */
       width:100%;
    }
  
    .description {
      /* background-color: #7162a6; */
      color: hsl(0 0% 95%);
      --ol-padding-block: 1rem;
      --side-padding: 1rem;
      --side-number-width: 2.5rem;
      --side-width: calc(var(--side-number-width) + var(--side-padding) * 2);
      --li-padding: 1rem;
      --li-spacing: 1rem;
      margin: 0;
      padding-inline-start: var(--side-width);
      padding-inline-end: var(--side-padding);
      padding-block: var(--ol-padding-block);
      display: grid;
      row-gap: var(--li-spacing);
      overflow: hidden;
      position: relative;
      counter-reset: liCount;
      list-style: none;
     
      
      &::before {
        content: "";
        position: absolute;
        width: var(--side-width);
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        box-shadow: 5px 0 20px hsl(0 0% 0% / .5);
      }
      > li {
        width: fit-content;
        padding: var(--li-padding);
        border-radius: 0 0.5rem 0.5rem 0;
        background-color: var(--accent-color, grey);
        background-image: linear-gradient(to left, transparent, hsl(0 0% 0% / .5));
        background-blend-mode: color-burn;
        --shadow: 2px 2px 5px hsl(0 0% 0% / .5);
        box-shadow: var(--shadow);
        position: relative;
        counter-increment: liCount;
    
        
        &::before {
          content: counter(liCount);
          position: absolute;
          width: var(--side-number-width);
          height: 100%;
          top: 0;
          right: calc(100% + (var(--side-width) - var(--side-number-width)) / 2);
          background-color: inherit;
          background-image: linear-gradient(to right, transparent, hsl(0 0% 0% / .5));
          background-blend-mode: inherit;
          border-radius: 0.25rem;
          box-shadow: inset var(--shadow);
          display: grid;
          place-items: center;
          font-size: 1.5em;
        }
      }
    }
  
    
/*-----------------------------------*\
  FOOTER DISCLAIMER SECTION
  \*-----------------------------------*/

 .footer-disclaimer {
            background-color: rgba(255, 255, 255, 0.05);
            border-left: 4px solid #0d6efd;
            color: #e9ecef;
        }
        .footer-disclaimer p {
            margin: 0.25rem 0 0.5rem 0;
            line-height: 1.4;
            font-size: 0.95rem;
        }
        .footer-disclaimer strong {
            display: block;
            margin-bottom: 0.25rem;
            color: #ffffff;
        }
        .footer-disclaimer small {
            color: #adb5bd;
        }
    
    
  /*-----------------------------------*\
    FOOTER SECTION
    \*-----------------------------------*/
  
  
  .footer {
    background-color: #000814;
  }
  
  /*-----------------------------------*\
  Mobile Responsiveness
    \*-----------------------------------*/
  
  @media screen and (max-width: 992px) {
    #houseboat{
      height:400px;
    }
    #carrental{
      height:500px;
    }
  }
  
  @media only screen and (max-width: 769px) {}
  
  
  @media only screen and (max-width: 670px) {}
  
  @media only screen and (max-width: 541px) {
  
    .company {
      font-size: 25px;
    }
  }
  
  @media only screen and (max-width: 442px) {
  
    .company {
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 390px) {
  
    .company {
      font-size: 16px;
    }

  }
  
 
  