html body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.circle-img-border{
  margin: auto;
    border: 3px dotted #379037;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 119px;
    border-radius: 50%;
    text-align: center;
}


.circular_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display:inline-block;
  vertical-align:middle;
}

.circular_image img{
  width:100%;
}

/*font start*/


/*font end*/
#load {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
}

.header-short-banner-container {
  width: 100%;
  height: 50px;
  background-color: #379037;
}

.header-short-banner-container-child {
  height: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-shot-banner-text {
  color: #eaeaea;
  font-size: 16px;
  margin: 10px 10px;
  font-weight: 500;
}

.navbar-nav .nav-item {
  margin: 0 0 0 30px;
  display: inline-block;
  position: relative;
}

.navbar-nav .nav-item .nav-link {
  font-size: 15px;
  color: #010148;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.nav-item:hover .nav-link {
  color: #379037;
}

.nav-item::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff7800;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.nav-item:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*menu bar icon start*/

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #379037;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.header-container {
  position: relative;
  padding: 10px;
  width: 550px;
}

.css-m-auto {
  margin: auto;
}

.css-ml-auto {
  margin-right: auto;
}

.header-css {
  margin: auto;
  width: 80%;
  position: relative;
  display: flex;
  justify-content: center;
}

.header-img-css {
  opacity: 0.2;
  height: 70px;
}

.header-text-css {
  font-weight: 600;
  font-size: 45px;
  position: absolute;
  color: #010148;
  top: 50%;
  transform: translateY(-60%) translateX(-50%);
  left: 50%;
}

@media(max-width:700px) {


  .header-css {
    width: 100%;
  }

  .header-img-css {
    width: 100%;
  }

  .header-text-css {
    font-size: 25px;
  }
}

.header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8%;
  width: 100%;
  height: 100%;
  background-image: url('/Images/header-img.png');
  background-repeat: no-repeat;
  background-size: 350px 70px;
  background-position: center;
  opacity: 0.3;
  z-index: -1;
}

.header-h4 {
  margin: 0;
  width: fit-content;
  font-size: 45px;
  color: #010148;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.header-h4-span {
  color: #ff7800;
}

.css-text-start {
  text-align: start;
}


.css-text-center {
  text-align: center;
}

.our-special-features-sf {
  width: 50%;
  font-size: 18px;
  color: #797c82;
}

.osf-container {
  margin-top: 10px;
}

.osf-main-container {
  padding: 10px 30px;
  z-index: 20;
}

.osf-main {
  z-index: 10;
  padding: 5px 10px;
  height: autox;
  padding: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.osf-main-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 230px;
}

.osf-h {
  font-size: 20px;
  font-weight: 600;
  color: #010148;
}

.osf-h-p {
  margin: 5px 0;
  color: #797c82;
}

.osf-h-p-button-c {
  margin: 10px 0;
}

.os-text-center {
  text-align: center;
}


.blur img {
  transition: 1s ease;
}

.blur img:hover {
  -webkit-filter: blur(5px);
  transition: 1s ease;
}


.overlay-image {
  position: absolute;
  z-index: 1;
}

/*menu bar icon end*/


/*buttton start*/
.css-button-1 {
  color: #fff;
  border: 1.5px solid #ff7800;
  padding: 8px 20px;
  background-image: -webkit-linear-gradient(30deg, #ff7800 50%, transparent 50%);
  background-image: linear-gradient(30deg, #ff7800 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.css-button-1:hover {
  background-position: 100%;
  color: #010148;
}

.category-container-main {
  margin: 5px 0;
}


.category-container:first-child {
  margin: 10px 10px 10px 0;
}

.category-container:last-child {
  margin: 10px 0 10px 10px;
}

.category-container {
  display: flex;
  justify-content: center;
  margin: 10px;
  width: 150px;
  height: 140px;
  padding: 1px;
  border-radius: 5px;
  border: 1px groove #ced4da;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.category-container img {
  width: 100%;
}

/*buttton end*/

.category-img-background {
  background-image: url(/Images/cta-bg.jpg);
  width: 100%;
  padding: 100px 10px;
  margin-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}


@media only screen and (max-width: 600px) {

  body {
    font-size: 16px;
  }

  .hidediv {
    display: none;
  }


  .navbar-nav .nav-item {
    margin: auto;
  }

  .header-container {
    width: 90%;
  }

  .header-container::before {
    background-size: 290px 50px;
  }

  .header-h4 {
    font-size: 25px;
  }

  

  .our-special-features-sf {
    width: 100%;
    font-size: 17px;
  }

  .osf-container {
    margin-top: 5px;

  }

  .osf-main-container {
    padding: 10px 15px;
  }

  .osf-main-img img {
    width: 100%;
    height: 300px;
  }

  .osf-h {
    font-size: 20
  }

  .category-container-main .col-md {
    padding: 5px;
  }

  .category-container {
    height: 150px;
    padding: 2px;
    margin: 5px;
  }

  .category-container:first-child {
    margin: 5px;
  }

  .category-container:last-child {
    margin: 5px;
  }
}


.owl-carousel .item {
  overflow: hidden;
  height: 360px; /* Fixed height for consistency */
}

.owl-carousel .item .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.owl-carousel .item .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .owl-carousel .item {
    height: 360px;
  }
}

@media (max-width: 480px) {
  .owl-carousel .item {
    height: 360px;
  }
}