body {
  margin: 0;
  padding: 0;
  font-family: "Encode Sans Semi Expanded", sans-serif;
}
.wrap_all {
  background: url("../images/mainbg.jpg") repeat;
  min-height: 100vh;
  overflow: hidden;
  background-size: 1000px;
  background-position: center;
}
.inner_wrap {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.75) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 100px 0 20px 0;
}

.in-logo {
  margin: 0 auto;
  max-width: 200px;
}

.siteBanner h3 {
  margin: 30px 0 0 0;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
}
.siteBanner p {
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
}
a.buytemplate {
  display: table;
  margin: 0 auto;
  padding: 10px 20px;
  background: #48a721;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-decoration: none;
  font-size: 13px;
}

.siteBanner {
  padding: 15px;
  background: url("../images/banner.jpg") no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background-position: center;
  background-size: cover;
}
.centercaption {
  background: rgba(0, 0, 0, 0.7);
  padding: 32px;
  border-radius: 8px 60px 8px 60px;
  backdrop-filter: blur(5px);
  max-width: 880px;
  text-align: center;
}

.pageLayoutHeading {
  text-align: center;

  padding-bottom: 40px;
}
.pageLayoutHeading h2 {
  font-size: 32px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
}
.pageLayoutHeading p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.scrollimage {
  position: relative;
  margin-top: 0;
}

.scrollimage a {
  position: relative;
  overflow: hidden;
  height: 315px;
  display: block;
  border-radius: 10px;
}

.scrollimage a img {
  transition: all ease 8s;
  position: absolute;
  top: 0;
  transform: translateY(0%);
  height: 100%;
}

a.pagename {
  font-size: 14px;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 20px 15px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 100px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.flexrow {
  display: flex;
  flex-wrap: wrap;
}

.link-one {
  background-color: #e98423;
}

.link-two {
  background-color: #405b84;
}
.link-three {
  background: #e6e7ee;
  color: #333 !important;
  box-shadow:
    inset 2px 2px 5px #b8b9be,
    inset -3px -3px 7px #fff;
}
.link-four {
  background-color: #2486ff;
}
.link-five {
  background-color: #513eeb;
}
.link-six {
  background-color: #3eb997;
}
