/* Scss variable  Created By Bikash on 13-dec-2108 */
@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg#aller") format("svg");
  font-weight: normal;
  font-style: normal;
}
*, body {
  margin: 0em;
  padding: 0em;
}

body {
  font-size: 1rem;
  font-family: Lato-Regular;
  color: #3a3a3a;
}

a,
a:focus {
  transition: all 0.25s ease-in-out;
  color: #4c7d49;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus:hover {
  color: #70A548;
  text-decoration: none;
}

.landing-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.landing-container:after {
  content: "";
  border: 0.5em solid #70A548;
  left: 0em;
  right: 0em;
  top: 0em;
  bottom: 0em;
  position: absolute;
}
.landing-container img {
  width: 100%;
}
.landing-container .landingHeader {
  position: fixed;
  left: 0em;
  top: 0em;
  padding: 1em;
}
.landing-container .landingHeader img {
  height: auto;
  width: auto;
}
.landing-container .langingbody {
  background: #70A548;
  height: 100vh;
}
.landing-container .langingbody img {
  width: 100%;
}
.landing-container .landingFooter {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  text-align: right;
  left: 0.5em;
  padding: 3em 0em 0.5em;
  z-index: 99;
  background: url(../images/landing-screen-footer.png) no-repeat;
  background-size: 100%;
}
.landing-container .landingFooter ul.landingMenu li {
  display: block;
  margin-bottom: 0.5em;
}
.landing-container .landingFooter ul.landingMenu li a {
  background: #70A548;
  color: #fff;
  border-radius: 1.5em 0em 0em 1.5em;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0.5em 1.5em;
  display: inline-block;
  border: 3px solid #fff;
  border-right: 0em solid;
}
.landing-container .landingFooter ul.landingMenu li:last-child a {
  background: #007bff;
}


