.bg{
  background: #eb4500;
}
.bggrey{
  background-color: #26363d;
}
.bg-shape {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.bg-shape:after {
  content: '';
  position: absolute;
  width: 246%;
  height: 207%;
  background: #eb4500;
  border-radius: 50%;
  top: 0;
  right: 0;
  z-index: -1;
  top: 0%;
  right: 0%;
}
/* Change the default text and border color for the outline button */
.btn-outline-primary {
  color: #eb4500; /* Your desired text color */
  border-color: #eb4500; /* Your desired border color */
}

/* Change the default text and border color for the outline button */
.btn-primary {
  color: #fff;
  background-color: #eb4500!important;
  border-color: #eb4500!important;
}

/* Change the background, border, and text color on hover and focus */
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  color: #ffffff; /* Text color on hover/active */
  background-color: #eb4500; /* Background color on hover/active */
  border-color: #eb4500; /* Border color on hover/active */
}
.form-control {
  background-color: #ebebeb;
  border: var(--bs-border-width) solid #d9d9cc;
}
.circle-img {
  width: 150px;     /* Set a specific width */
  height: 150px;    /* Set the same height for a perfect circle */
  border-radius: 50%; /* Rounds the corners into a circle */
  object-fit: cover;  /* Ensures the image covers the container while maintaining aspect ratio, preventing distortion */
}
.body2 {
   background-image: url('assets/images/bodubg.jpg');
   background-size:cover;
   background-position: center center;   
}

h1,h2,h3,h4,h5{
  font-weight: bold;
}