* {
  margin: 0;
  padding: 0;
}

/*font-family start*/
@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-ExtraBold.woff2") format("woff2"), url("./woff/Overpass-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-ExtraBoldItalic.woff2") format("woff2"), url("./woff/Overpass-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-Black.woff2") format("woff2"), url("./woff/Overpass-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-BlackItalic.woff2") format("woff2"), url("./woff/Overpass-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-BoldItalic.woff2") format("woff2"), url("./woff/Overpass-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-Bold.woff2") format("woff2"), url("./woff/Overpass-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-ExtraLight.woff2") format("woff2"), url("./woff/Overpass-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-LightItalic.woff2") format("woff2"), url("./woff/Overpass-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-ExtraLightItalic.woff2") format("woff2"), url("./woff/Overpass-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-Light.woff2") format("woff2"), url("./woff/Overpass-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-Italic.woff2") format("woff2"), url("./woff/Overpass-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-ThinItalic.woff2") format("woff2"), url("./woff/Overpass-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-SemiBold.woff2") format("woff2"), url("./woff/Overpass-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-SemiBoldItalic.woff2") format("woff2"), url("./woff/Overpass-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-Regular.woff2") format("woff2"), url("./woff/Overpass-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Overpass';
  src: url("./woff/Overpass-Thin.woff2") format("woff2"), url("./woff/Overpass-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/*Color variables start*/
/*Color variables start here*/
.deleted-red {
  color: #cc000090;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  text-align: center;
  font-family: 'Overpass';
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.xls {
  border: solid 1px #05961d;
  background-color: #05961d;
  color: #ffffff;
  padding: 1em;
  margin: 0.5em;
}

.sin-col, .duo-col, .tri-col, .quad-col {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: auto;
}

.sin-col {
  /*border: solid 1px #ff0000; */
  width: 100%;
}

.duo-col {
  /*border: solid 1px #00ff00; */
  width: 48%;
}

.tri-col {
  /*border: solid 1px #0000ff; */
  width: 32%;
}

.quad-col {
  /*border: solid 1px #000000; */
  width: 24%;
}

@media (min-width: 260px) and (max-width: 650px) {
  .duo-col, .tri-col, .quad-col {
    width: 100%;
  }
}

/*Native form styling start*/
.native-form-slim {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 300px;
  /* border: solid 1px #3b3b3b; */
  padding: 0.2em;
}

.native-form-slim label {
  display: block;
  padding: 0.5em;
  text-align: center;
  font-size: 0.8em;
}

.native-form-slim input, .native-form-slim select, .native-form-slim textarea {
  width: 99%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

.native-form-slim button {
  display: inline-block;
  padding: 0.4em;
  margin: 0.5em;
}

.native-form-slim textarea {
  resize: none;
  height: 200px;
}

/*-------------------------blog-form---------------------------------*/
.native-form-blog {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  display: inline-block;
  /* border: solid 1px #3b3b3b; */
  padding: 0.2em;
  text-align: center;
}

.native-form-blog label {
  display: block;
  padding: 0.5em;
  text-align: center;
  font-size: 0.8em;
}

.native-form-blog input, .native-form-blog select, .native-form-blog textarea {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

.native-form-blog button {
  display: inline-block;
  padding: 0.4em;
  margin: 0.5em;
}

.native-form-blog textarea {
  width: 100%;
  resize: none;
  min-height: 200px;
}



/*Native form styling end*/
/*Native Table styling start*/
.tablebox {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  text-align: center;
  width: 100%;
  overflow-y: scroll;
}

.native-table {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1em;
  margin-top: 1em;
}

.native-table a {
  text-decoration: none;
}

.native-table, .native-table th, .native-table tr, .native-table td {
  border: solid 1px #eee;
  border-collapse: collapse;
  padding: 3px;
}

.native-table td a{
    
    display: inline-block;
    
}

.native-table thead {
  background: #004506;
  color: #fff;
}

.tablebox h3 {
  float: left;
  padding: 1em;
}

/*Native Table styling end*/
/*Native session nav styling start*/
.native-sess-nav {
  border: solid 1px #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: 5px;
  position: relative;
  margin-bottom: 2em;
}

.native-sess-nav ul {
  position: relative;
  width: auto;
  float: right;
}

.native-sess-nav li {
  display: inline-block;
  margin: 0px 15px;
  list-style-type: none;
}

.native-sess-nav li a {
  text-decoration: none;
}

.native-sess-nav button {
  border: none;
  background: none;
  outline: none;
  color: #890000;
  cursor: pointer;
  font-weight: 600;
  font-family: 'Overpass';
}

/*Native session nav styling end*/
/*Native session nav styling start*/
.native-def-nav {
  border: solid 1px #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: 5px;
  position: relative;
  text-align: center;
}

.native-def-nav .nav-logo {
  display: block;
  position: relative;
  float: left;
  width: 250px;
  height: 90px;
}

.nav-logo img {
  position: relative;
  width: 100%;
}

.native-def-nav ul {
  position: relative;
  width: auto;
  float: right;
  margin-top: 2em;
}

.native-def-nav li {
  display: inline-block;
  margin: 0px 15px;
  list-style-type: none;
}

/*Native session nav styling end*/
/*Native dashboard start*/
.native-dashboard {
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 5px;
  border: solid 1px #eee;
  background: #fff;
  display: inline-block;
}

.native-dashboard h3 {
  display: block;
  text-align: left;
  color: #004506;
}

.native-dashboard span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  background-color: #004506;
  color: #9ca8da;
}

.native-dashboard ul {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  display: block;
}

.native-dashboard li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  float: left;
  margin: 5px;
  width: 180px;
  list-style-type: none;
  background: #9ca8da;
}

.native-dashboard a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 7px;
  background: #226600;
}

/*Native dashboard end*/
/*Native default footer styling start*/
footer {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  height: auto;
  padding: 5px;
  background: #004506;
  width: 100%;
}

footer ul {
  height: 222px;
  width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 1px;
  display: inline-block;
  margin: 0px 10px;
}

footer li {
  list-style-type: none;
  padding: 5px 0px;
}

.footer-items {
  color: #9ca8da;
}

footer .cpan {
  display: block;
  font-weight: 600;
  margin: 5px 0px;
  color: #9ca8da;
}

.credits, .social-media {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 1em;
}

.social-media .icon {
  padding: 3px;
  margin: 0px 5px;
}

.developer, .copyright {
  font-size: 0.9em;
  color: #9ca8da;
}

.developer a, .copyright a {
  text-decoration: none;
  color: #fff;
}

.developer {
  float: left;
}

.copyright {
  float: right;
}

/*Native default footer styling start*/
/*fontawesome global styler start*/
.icon {
  text-decoration: none;
  color: #9ca8da;
}

.icon::before, .icon::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.fb::after {
  color: #3b5998;
  font-weight: 400;
  font-size: 1.5em;
  font-family: "Font Awesome 5 Brands";
  content: "\f09a";
  margin-left: 3px;
}

.tt::after {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  margin-left: 3px;
  color: #00acee;
  font-weight: 400;
  font-size: 1.5em;
}

.ig::after {
  color: #00a506;
  font-weight: 400;
  font-size: 1.5em;
  font-family: "Font Awesome 5 Brands";
  content: "\e055";
  margin-left: 3px;
}

/*fontawesome global styler end*/
.period-line {
  font-weight: 200;
  display: block;
  width: 100%;
  padding: 2em;
}

.btn-green {
  background: #005506;
  color: #eee;
  font-weight: 400;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  border: solid 1px #0000;
}

.btn-red {
  background: #005506;
  color: #eee;
  font-weight: 400;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  border: solid 1px #0000;
}

@media (min-width: 260px) and (max-width: 650px) {
  input {
    width: 100% !important;
  }
}

/*responsive navigation*/
@media (max-width: 660px) {
  .menutoggle {
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px;
    float: right;
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    position: relative;
  }
  .menutoggle:before {
    content: url("../images/dropper.svg");
  }
  /* dropper.svg */
  .menutoggle.active:before {
    content: url("../images/locker.svg");
    line-height: 3em;
  }
  /* locker.svg*/
  .vert-nav {
    width: 70%;
  }
  footer > .credits > #duo-col > .credit-span-left, footer > .credits > #duo-col > .credit-span-right {
    float: none;
  }
  #navigation, #dashboard-container, #dashboard-profile {
    width: 100%;
    position: relative;
    display: inline-block;
  }
  #navigation > nav {
    display: none;
  }
  #navigation > nav.active {
    display: block;
    position: relative;
    float: left;
  }
  #navigation > nav.active > ul {
    display: block;
    text-align: left;
    position: relative;
  }
  #navigation > nav.active > ul > li {
    display: block;
    margin-top: 1em;
    position: relative;
    clear: both;
  }
  #hori-sub-nav > ul > li {
    list-style-type: none;
    display: inline-block;
    margin: 0.3em;
  }
  #hori-sub-nav > ul > li > a {
    color: crimson;
    font-size: 0.8em;
  }
}


.slim-fm form{
    box-sizing: border-box;
    max-width: 200px;
}

.le-logo {
  display: block;
  width: 100px;
  margin: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.native-form-blog > div > img{ display: inline-block !important; width: 200px; position: relative;  margin-top: 1.5rem;}
/*# sourceMappingURL=style.css.map */