.t4-section .t4-section-inner:  {
    position: relative;
   background-color: #0C720D;
}

@media (min-width: 768px) {
  .t4-section.sec-spacing-lg .t4-section-inner {
    background-color: #0C720D;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.t4-topbar {
    background-color: #0C720D;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.t4-topbar p {
  margin: 0;
}

.t4-header .header-block {
    width: 100%;
    background-color: #0C720D;
}

@media (max-width: 767.98px)
.t4-header {
    min-height: 156px;
    background-color: #0C720D;
}

.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    color: var(--mainnav-link-color);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 20px 1rem;
    height: 80px;
    line-height: 40px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}

.nav-breakpoint-xs .t4-megamenu {
  background: #197516;
  border: 1px solid #e9ecef;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 320px;
  margin-top: -1px;
  overflow: auto;
  padding: 1rem;
  width: 100%;
  z-index: 3;
}

.nav-breakpoint-sm .t4-megamenu {
    background: #197516;
    border: 1px solid #e9ecef;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 320px;
    margin-top: -1px;
    overflow: auto;
    padding: 1rem;
    width: 100%;
    z-index: 3;
  }

.nav-breakpoint-md .t4-megamenu {
    background: #197516;
    border: 1px solid #e9ecef;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 320px;
    margin-top: -1px;
    overflow: auto;
    padding: 1rem;
    width: 100%;
    z-index: 3;
  }

@media (max-width: 991.98px) {
.nav-breakpoint-lg .t4-megamenu {
background: #197516;
border: 0;
border-top: 1px solid rgba(0,0,0,0.1);
}
}
/*@media (max-width: 991.98px)
.nav-breakpoint-lg .t4-megamenu {
    background: #197516;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb (25, 117, 22);
    border: 1px solid #e9ecef;
    box-shadow: 0 12px 10px rgb(0 0 0 / 10%);
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 320px;
    margin-top: -1px;
    overflow: auto;
    padding: 1rem;
    width: 100%;
    z-index: 3;
}*/

.nav-breakpoint-xl .t4-megamenu {
    background: #197516;
    border: 1px solid #e9ecef;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 320px;
    margin-top: -1px;
    overflow: auto;
    padding: 1rem;
    width: 100%;
    z-index: 3;
  }

.nav-breakpoint-xxl .t4-megamenu {
    background: #197516;
    border: 1px solid #e9ecef;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 320px;
    margin-top: -1px;
    overflow: auto;
    padding: 1rem;
    width: 100%;
    z-index: 3;
  }

#back-to-top {
    background-color: #008080;
    border-radius: 5px;
    display: none;
    position: fixed;
    right: 2rem;
    bottom: 1rem;
    height: 36px;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    width: 36px;
}

#back-to-top  a:hover {
    background: #66b2b2;
    border-radius: 5px;
    display: none;
}

.back-to-top i {
    color: #ffffff;
    line-height: 36px;
}

#back-to-top i a:hover a:active {
    background: #197516;
    color: #fff;
    line-height: 36px;
}

.back-to-top {
    color: #ffffff;
    line-height: 36px;
}
// Class
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}

// Usage as a mixin
.element {
  @include invisible(visible);
}
.element {
  @include invisible(hidden);
}

.FloatLeftTL {
  float: left;
  margin-right: 14px;
  padding: 6px;
  background-color: #f9f9ed;
  border: 1.1px solid rgb(127, 255, 0);
}

.FloatRightTR {
  float: right;
  margin-left: 14px;
  padding: 6px;
  background-color: #f9f9ed;
  border: 1.1px solid rgb(127, 255, 0);
}
a {
    color: var(--body-link-color);
    font-weight: 600;
}

a:hover {
    color: #881100;
    text-decoration: none;
    font-weight: 600;
}

#back-to-top {
    background-color: #008080;
    border-radius: 5px;
    display: none;
    position: fixed;
    right: 2rem;
    bottom: 2.5rem;
    height: 36px;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    width: 36px;
}