    .carousel-item img {
      height: 90vh;
      object-fit: cover;
    }

    .carousel-caption {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }

    .carousel-caption .overlay-box {
      background-color: rgba(0, 0, 0, 0.6);
      /* semi-transparent background */
      padding: 30px;
      border-radius: 10px;
    }

    @media (max-width:768px) {
      .scroll-top {
        display: none;
      }
    }

    .explore {
      padding-left: 80px;

    }

    @media (max-width:768px) {
      .explore {
        padding-left: 0px;
      }
    }

    .sidebar-right {
      padding-left: 0px !important
    }

    .all-service-list li.active a {
      font-weight: bold;
      color: #A8CF45;
      
    }

    

    