.py {
  padding-top: 7rem;
  padding-bottom: 7rem
}

.py-sm {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.py-md {
  padding-top: 5rem;
  padding-bottom: 5rem
}

.pt {
  padding-top: 7rem
}

.pb {
  padding-bottom: 7rem
}

.pt-md {
  padding-top: 4rem
}

.pb-md {
  padding-bottom: 4rem
}

.block-d {
  display: block
}

.block-d-inline,.c-heading span {
  display: inline-block
}

.inline-d {
  display: inline
}
.main-heading h1 {
  font-size: var(--hero-heading);
  font-weight: var(--font-black);
}
.main-heading h2 {
  font-size: var(--main-heading);
  font-weight: var(--font-black);
  color: var(--color-one);
}
.para p {
  font-size: var(--para);
}
.title h5 {
  font-size: var(--title);
  font-weight: var(--font-medium);
}
.sub-heading h4 {
  font-size: var(--sub-heading);
  color: var(--color-one);
}
.main-heading .theme-color{
  color: var(--theme-color);
}
.sub-heading h3 {
  font-size: var(--sub-heading);
  color: var(--color-one);
}
.sub-heading h2 {
  font-size: var(--heading);
}
.sub-title h6{
  font-size: var(--sub-title);
}
.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
  opacity: 1;
}

.swiper {
  width: 100%;
  height: 100%;
}

.g-cmn-one {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
.bg-one{
  background-color: var(--bg-one);
}
.c-heading, .main-heading {
  margin-bottom: 25px;
}
.sub-heading h3 {
  font-size: var(--sub-heading);
  font-weight: var(--font-bold);
  color: var(--color-one);
}
.hero .sub-heading h3{
  color: var(--white);
}
.center{
  text-align: center;
}
.title-sm h6{
  font-size: var(--title-sm);
  font-weight: var(--font-semibold);
}
.overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
}
.serviceSwiper .swiper-slide{
  height: auto;
}
.blogSwiper  .swiper-slide{
  height: auto;
}
.form-control{
  border-color: #aeafb1;
}
