*{
box-sizing: border-box;
margin: 0px;
padding: 0px;
 scroll-behavior:smooth;
transition: scroll-behavior 0.2s ease-in ;
}

body {
  background-color: rgb(241, 241, 241);
}

.show {
  display: block;
}

.navbar.fixed-top {
    background-color: rgb(255, 255, 255);
    color: black;
    box-shadow: 0px 0px 10px 0px grey;
    padding : 0px 16px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.883);
  padding : 0.5rem 1.5rem;
  padding : 8px 24px;
   font-size: 16px;
}

.navbar-dark .navbar-nav  .nav-link {
  color: black;
  font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(3, 3, 3, 1);
 background-color: rgb(229, 229, 229);
 border-radius: 4px;
}




/* Centered heading text */
.centered-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  /* font-size: 2.25rem; */
  text-align: center;
}

.separator {
  width: 10px;
  height: 10px;
  margin: 20px auto;
  background: #e74c3c;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.separator:after {
  position: absolute;
  left: 5%;
  bottom: 4px;
  height: 1px;
  width: 80px;
  background: #000000;
  content: "";
  display: inline-block;
  margin-left: 20px;
}
.separator:before {
  position: absolute;
  right: 5%;
  bottom: 4px;
  height: 1px;
  width: 80px;
  background: #000000;
  content: "";
  display: inline-block;
  margin-right: 20px;
}

/* Overlay with lower opacity black color */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(
    65 46 22 / 50%
  ); /* Change the last value (0.5) to adjust the opacity */
}

/* Centered heading text */
.centered-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  /* font-size: 2rem; */
  text-align: center;
}

/* carasouel  */
.carousel-inner {
  height: 500px;
  display: flex;
  align-items: center;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel-inner img {
  max-width: 100%; /* Ensure the image fits within the carousel item */
  height: auto; /* Allow the image to adjust its height while maintaining aspect ratio */
  max-height: 100%; /* Set a maximum height to ensure uniformity */
  margin: 0 auto;
}

.carousel-indicators {
    bottom :15px;
}

.carousel-indicators li {
    background-color:black;
    height : 4px;
}

/* features  */
.sections {
  padding: 30px 0px 30px 0px !important;
  margin: 20px 0px 20px 0px;
}

.feature.sections {
    margin-bottom:0px;
}

.main_feature .single_feature:hover .single_feature_icon {
  border-color: #e74c3c;
  transform: rotate(45deg);
}
.main_feature .single_feature:hover .single_feature_icon i {
  transform: rotate(-45deg);
}
.main_feature .single_feature:hover h4 {
  color: #e74c3c;
}
.main_feature .single_feature .single_feature_icon {
  border: 1px solid #bbbbbb;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 20px auto;
  transition: all 0.6s;
}
.main_feature .single_feature i {
  margin-bottom: 30px;
  color: #e74c3c;
  transition: all 0.6s;
}
.main_feature .single_feature h4 {
  transition: all 0.6s;
}

.main_feature {
  display: flex;
  background-color: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 12px;
}

.main_feature >div {
  padding: 5px 5px;
}

img {
  max-width: 100%;
}

.navbar-brand img {
    width :112px;
}

.history.sections {
  padding: 0px !important;
  margin-top: 30px;
}

/* services */
.points {
  margin-bottom: 20px;
  background-color: white;
  border-radius: 15px;
  padding-top: 15px;
}

.points article {
  margin: 0px 20px;
  padding: 10px 15px;
}

article h4 {
  border-left: 5px solid rgb(231, 76, 60);
  padding-left: 8px;
}

/* contacct us */

.single_info_text h5 {
  color: #000000;
  font-weight: 600;
  border-left: 5px solid rgb(231, 76, 60);
  padding-left: 8px;
}

.contact_details {
  margin: 20px 0px;
  background: white;
  padding: 15px;
  border-radius: 12px;
}

/* footer section */
.footer {
  background: #000000;
}
.main_footer {
  overflow: hidden;
  padding: 10px 0px;
}
.main_footer {
  overflow: hidden;
  color: white;
  text-align: center;
}

.single_info_text  p {
    margin-bottom : 0;    
}

@media (min-width: 992px) {
  .activity {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 991.8px){
  .carousel-inner{
    height: 300px;
  }
}

@media (max-width : 768px) {
  .main_feature {
    display: block;
  }

  .main_feature > div {
    max-width: 100%;
    margin: 12px auto;
  }

  .carousel-inner {
    height: 250px;
  }
  
  .single_contact_info {
      margin-bottom : 15px;
  }
}

@media (max-width: 450px){
  .container-carousel {
    display: none;
  }
}

@media (min-width : 768px) {
 .carousel-control-next {
    right: calc(-10%) !important;
 }

 .carousel-control-prev {
    left: calc(-10%) !important;
 }
}