/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/


html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #282828;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #224612;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
}

h4,
h5,
h6 {
  margin: 0;
  color: #224612;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  position: relative;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;

}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 30px;
}



img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
  color: #2f2f2f;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  /* color: #fff; */
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.m-pg > .container{
  height: 100%;
}
.m-pg {
  background: url("../images/m-pg-bg.webp") no-repeat center;
  background-size: cover;
  height: 100%;
}
.mcnt {
  margin-bottom: 60px;
}
.mcnt h1 {
  color: #fff;
  margin-bottom: 15px;
}
.m-inr-pg {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100%;
  color: #fff;
}
.mlogo {
  margin-bottom: 60px;
}
.mcnt-ftr a {
  color: #fff;
}
.mcnt h5 {
  color: #fff;
  margin-bottom: 50px;
}
.mcnt-ftr a.link-g {
  color: #316f16;
}