.banner .bg {
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .banner .bg {
    height: 60vh;
  }
}
.banner .banner-wrapper .flex {
  justify-content: center;
}
.banner .colA .content {
  margin: 0 auto;
  text-align: center;
}
.banner .colA .content p {
  margin: 0 auto;
  text-align: center;
}

.FormSection {
  padding: 60px 0;
}

.Blogs-Section {
  padding: 80px 0;
}
.Blogs-Section .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 38px;
}
@media only screen and (max-width: 991px) {
  .Blogs-Section .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .Blogs-Section .row {
    grid-template-columns: 1fr;
  }
}
.Blogs-Section .row .Blogs {
  position: relative;
}
.Blogs-Section .row .Blogs .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
  height: 322px;
}
.Blogs-Section .row .Blogs .figure img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  transform-origin: top;
}
.Blogs-Section .row .Blogs .overlay-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 75%);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 28px;
  gap: 10px;
}
.Blogs-Section .row .Blogs .overlay-effect:hover .buttons {
  transform: translateY(-20px);
  opacity: 1;
}
.Blogs-Section .row .Blogs .overlay-effect:hover .buttons .btnDiv {
  opacity: 1;
}
.Blogs-Section .row .Blogs .overlay-effect h3, .Blogs-Section .row .Blogs .overlay-effect p {
  transform: translateY(-10px);
}
.Blogs-Section .row .Blogs .overlay-effect h3, .Blogs-Section .row .Blogs .overlay-effect p {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.4s ease;
}
.Blogs-Section .row .Blogs .overlay-effect h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
.Blogs-Section .row .Blogs .overlay-effect p {
  gap: 6px;
}
.Blogs-Section .row .Blogs .overlay-effect .buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0px;
  transform: translateY(20%);
  opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.Blogs-Section .row .Blogs .overlay-effect .btnDiv {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.Blogs-Section .row .Blogs .overlay-effect button {
  padding: 8px 28px;
  border: none;
  cursor: pointer;
}
.Blogs-Section .row .Blogs .overlay-effect a {
  text-decoration: none;
  padding: 7px 28px;
  border: none;
  cursor: pointer;
}
.Blogs-Section .row .Blogs .overlay-effect a.view-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.Blogs-Section ul {
  padding-top: 42px;
}
.Blogs-Section ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  gap: 14px;
}
.Blogs-Section ul a img {
  height: 50px;
}
.Blogs-Section ul a span {
  background: linear-gradient(90deg, #5D4115 0%, #EECE47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
}/*# sourceMappingURL=index.css.map */