@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap');

/* font-family: "Merienda", cursive; */
.myhd {
  color: black;
  font-weight: 800;
  font-family: "Merienda", cursive;
  margin-block-start: -9vh;

}

@media (max-width:497px) {

  .banner-carousel .slide-item {

    background-size: contain !important;
    padding-block: 17vh !important;
    padding-inline: 5vw !important;
  }

  .owl-carousel .owl-stage-outer {
    height: 300px !important;
  }

  .banner-carousel .content-box h2 {
    font-size: 29px !important;
  }
}



body .site-main {
  background-color: #fff;
  position: relative;
  z-index: 9;
}

body .page.sidebar-true .site-main {
  padding: 0;
  background-color: #fff;
}

.list-style-circle {
  list-style-type: circle;
}

.align-item-center {
  align-items: center;
}

.alignright {
  float: right;
  margin: .375em 0 1.75em 1.75em;
}

#img-fluid1 {
  width: 100%;
  height: 230px;
}

.featured-imagebox.static-title .featured-content {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 5;
  /* color: #533931; */
  /* background-color: #fff; */
  padding: 16px 25px 11px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 0px 0px 3px 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
  box-shadow: 0 0 10px rgba(0, 0, 0, .07);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.featured-title {
  transition: all 0.3s ease-in-out 0s;
}

.ser-hd2 {
  font-weight: 600;
  font-size: 16px !important;
}


.featured-content:hover {
  background-color: #101130;
  color: white;
}

.featured-imagebox {
  border: 1px solid black;
  border-radius: 10px;
  margin-block: 2vh;
  padding: 10px;
}

.featured-title h5 a {
  color: rgb(255, 46, 182);
}





.body {
  overflow-x: hidden;
}

.marquee-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  background: #f5f7fa;
  padding: 20px 0;
  width: 100vw;
  /* Full viewport width */
}

.marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100vw;
  /* Full viewport width */
}

.marquee-content {
  display: flex;
  animation: marquee 15s linear infinite;
}

.marquee-left .marquee-content {
  animation-direction: normal;
}

.marquee-right .marquee-content {
  animation-direction: reverse;
}

.item {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.item img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.item span {
  font-size: 18px;
  color: #333;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}


.text-mar {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 25px;
}

.text-mar span {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: orange;
  font-size: 25px;
}