

body{
    line-height: 30px;
    border-top: #dadad5 solid 3px;
    font-family: Poppins;
    font-size: 15px;
    background: #fff;
    
}

ol, ul {
    margin-top: 8px;
    margin-bottom: 3px;
}

.fa {
    padding: 7px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: -8px 2px;
    border-radius: 100%;
}

a{
    color: #000;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

.fa-facebook {
  background: none;
  color: white;
  border:1px solid #fff;
}

.fa-twitter {
 background: none;
  color: white;
  border:1px solid #fff;
}


.fa-linkedin {
  background: none;
  color: white;
  border:1px solid #fff;
}

.fa-youtube {
  background: none;
  color: white;
  border:1px solid #fff;
}

.fa-instagram {
 background: none;
  color: white;
  border:1px solid #fff;
}

.fa-phone {
 background: none;
  color: white;
  border:1px solid #fff;
}
.btn-warning {
    color: #fff;
    background-color: #16746f;
    border-color: #44b9b2;
}
.btn-warning:hover {
    color: #000;
    background-color: #16746f;
    border-color: #44b9b2;
}

.space {
    padding-top: 6.25rem;
    padding-bottom: 5.75rem;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-bottom: 2px solid #16746f;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
   
}


.animate-border-white {
    position: relative;
    display: block;
    width: 200px;
    height: 4px;
    border-radius: 150px;
    background: #f7951e;
    overflow: hidden;
}

.animate-border-white:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 5px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #1b4588;
    border-right: 10px solid #1b4588;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.ms-auto {
    margin-left: auto !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}
.me-auto {
    margin-right: auto !important;
}

.slider {
  position: relative;
  width: 100%;
  height: 400px; /* Adjust height as needed */
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none; /* Initially hide all slides */
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* Text color */
  text-align: center;
}

.text h2 {
  font-size: 36px; /* Adjust size */
  margin: 0;
}

.text p {
  font-size: 18px; /* Adjust size */
  margin-top: 10px;
}

/* Style for the navigation arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Position the left and right arrows */
.left {
  left: 10px;
}

.right {
  right: 10px;
}

.well2 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 50px;
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
   
}

.txth4 {
    text-align: center;
    font-weight: bold;
    color: #16746f;

}

.imgstyle {
  height:85px;
  width: 85px;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  margin-top: -55px;
  border: 2px solid orange;
 
}

.centered-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    
    padding: 10px; /* Adds padding for better spacing */
  }

  /* For screens smaller than 600px (mobile devices) */
  @media (max-width: 600px) {
    .centered-text {
      height: 250px; /* Adjust height for mobile */
    }
  }



/* Card styling */
.card {
  width: 300px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-header {
  background-color: #4CAF50;
  color: white;
  padding: 20px;
  text-align: center;
}

.card-body {
  padding: 20px;
  text-align: center;
}

.counter {
  font-size: 48px;
  font-weight: bold;
  color: #4CAF50;
  margin: 20px 0;
}

button {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #45a049;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}

.foottxt {
    color: #000;
}
.foottxt:hover {
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
     transition: all 0.3sease;
}

#backToTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border: none;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.centered-text {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* Change text color */
  font-size: 25px; /* Adjust text size */
  text-align: center;
}
 ul {
            list-style-type: disc; /* Default bullet point style */
            
        }

        ol {
            list-style-type: decimal; /* Default numbered style */
        }
