   .float{
        left: 10px;
    position: fixed;
    width: 71px;
    height: 71px;
    bottom: 45px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 46px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
    .floatr{
        right: 10px;
    position: fixed;
    width: 71px;
    height: 71px;
    bottom: 45px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 46px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float{
	margin-top:16px;
}
.Police_Station{
	background: -webkit-linear-gradient(green, red) !important;
	}
	.Police_Station a {
	color:White  !important;
	}
	.CSC_Station{
	background: -webkit-linear-gradient(#ff9933,white, green) !important;
	}
	

.hero-section {
  background: url('/webimages/banner/img-07.jpg') no-repeat center center;
  background-size: cover;
  padding: 15px 0;
  color: white;
}
.blackShadow{
	background: #00000042;
}
.about-section {
  padding: 60px 0;
}
.values-section i {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 20px;
}
.cta-section {
  background-color: #007bff;
  color: white;
  padding: 50px 0;
}
   
 
        h2 {
            margin-bottom: 30px;
        }
        .section {
            margin-bottom: 50px;
        }

   body {
            background-color: #f8f9fa;
            color: #343a40;
        }
        .about-section {
            padding: 50px 0;
           
        }
        .card-section {
            padding: 50px 0;
        }
        .card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s;
        }
        .card:hover {
            transform: translateY(-5px);
        }
        .card-header {
            background-color: #007bff;
            color: white;
            font-size: 1.5rem;
            padding: 15px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }
        .card-body {
            padding: 20px;
        }
        h2 {
            margin-bottom: 30px;
        }
        .list-unstyled {
            padding-left: 0;
            list-style: none;
        }