
:root{
--color-primary:#339933;
--color-secondary:#1d1f22;
--color-success:#28a745;
--color-info:#17a2b8;
--color-warning:#ffc107;
--color-danger:#dc3545;
--color-light:#f8f9fa;
--color-dark:#113d0e;
--color-white:#ffffff;
--color-black:#000000;
--body-bg-color:#ffffff;
--body-text-color:#444444;
--body-link-color:#b69d74;
--body-link-hover-color:#a58e69;
--mainnav-text-color:#212529;
--mainnav-link-color:#339933;
--mainnav-link-hover-color:#4ea963;
--mainnav-link-active-color:#009933;
--footer-bg-color:#051a03;
--footer-text-color:#6c757d;
--footer-link-color:#6c757d;
--footer-link-hover-color:#ffffff;
}
/* Pattern: Mainnav */
/*MAIN NAV*/
.t4-palette-mainnav #t4-header-wrap {
	background: #051a03;
}
.t4-palette-mainnav #t4-header-wrap a {
	color: #f8f9fa;
}
.t4-palette-mainnav #t4-header-wrap a:hover,
.t4-palette-mainnav #t4-header-wrap a:focus,
.t4-palette-mainnav #t4-header-wrap a:active {
	color: #b69d74;
}
/*MAIN NAV*/
/*PATTERN DARK*/
.t4-palette-mainnav {
	background: #051a03;
	color: #f8f9fa;
}
.t4-palette-mainnav  .module-title span {
	color: #f8f9fa;
}
.t4-palette-mainnav h3 {
	color: #f8f9fa;
}
.t4-palette-mainnav a {
	color: #f8f9fa!important;
}
.t4-palette-mainnav a:hover,
.t4-palette-mainnav a:focus,
.t4-palette-mainnav a:active {
	color: #b69d74!important;
}
.t4-palette-mainnav .logo-footer:before,
.t4-palette-mainnav .module-title:before {
	opacity: 0.07;
}
/*PATTERN DARK*/

/* Pattern: Dark */
/*MAIN NAV*/
.t4-palette-dark #t4-header-wrap {
	background: #051a03;
}
.t4-palette-dark #t4-header-wrap a {
	color: #ffffff;
}
.t4-palette-dark #t4-header-wrap a:hover,
.t4-palette-dark #t4-header-wrap a:focus,
.t4-palette-dark #t4-header-wrap a:active {
	color: #ffffff;
}
/*MAIN NAV*/
/*PATTERN DARK*/
.t4-palette-dark {
	background: #051a03;
	color: #ffffff;
}
.t4-palette-dark  .module-title span {
	color: #ffffff;
}
.t4-palette-dark h3 {
	color: #ffffff;
}
.t4-palette-dark a {
	color: #ffffff!important;
}
.t4-palette-dark a:hover,
.t4-palette-dark a:focus,
.t4-palette-dark a:active {
	color: #ffffff!important;
}
.t4-palette-dark .logo-footer:before,
.t4-palette-dark .module-title:before {
	opacity: 0.07;
}
/*PATTERN DARK*/

/* Section: Header */

#t4-header .bg-overlay {
	opacity: 0.5;
}
#t4-header .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}

/* Section: sideshow */

#t4-sideshow .bg-overlay {
	opacity: 0.5;
}
#t4-sideshow .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
	background-attachment: fixed;
}

/* Section: section-1 */

#t4-section-1 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-2 */

#t4-section-2 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-3 */

#t4-section-3 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-4 */

#t4-section-4 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-5 */

#t4-section-5 .bg-overlay {
	opacity: 0.5;
}
#t4-section-5 .bg-overlay-image {
	background-image: url(/images/demo/misc/wm-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* Section: section-6 */

#t4-section-6 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-7 */

#t4-section-7 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-8 */

#t4-section-8 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-9 */

#t4-section-9 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-10 */

#t4-section-10 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-11 */

#t4-section-11 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-12 */

#t4-section-12 .bg-overlay {
	opacity: 0.5;
}

/* Section: footnav */

#t4-footnav .bg-overlay {
	opacity: 0.5;
}

/* Section: footer */

#t4-footer .bg-overlay {
	opacity: 0.5;
}
/**
 *------------------------------------------------------------------------------
 * @package       T4_Blank - Free Template for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2019 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt
 *------------------------------------------------------------------------------
**/
:root {
  --primary: #339933;
  --secondary: #1d1f22;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #113d0e;
  --white: #ffffff;
  --black: #000000;
}
/* for megamenu animation duration */
.t4-megamenu.animate .dropdown.animating > .dropdown-menu {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms; 
}
html {
  font-size: 15px; 
}
body {
  background-color: #ffffff;
  color: #444444;
  font-family: DM Sans;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6667;
  letter-spacing: 0px; 
}
.t4-content {
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-color: #ffffff; 
}
h1, h2, h3, h4, h5, h6 {
  font-family: Prata;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px; 
}
h1, .h1 {
  font-size: 72px; 
}
h2, .h2 {
  font-size: 36px; 
}
h3, .h3 {
  font-size: 27px; 
}
h4, .h4 {
  font-size: 18px; 
}
h5, .h5 {
  font-size: 13px; 
}
h6, .h6 {
  font-size: 11px; 
}
/* COLORS
--------------------------------------- */
/* Backgrounds Colors */
.bg-primary {
  background-color: #339933 !important; 
}
.bg-secondary {
  background-color: #1d1f22 !important; 
}
.bg-success {
  background-color: #28a745 !important; 
}
.bg-info {
  background-color: #17a2b8 !important; 
}
.bg-warning {
  background-color: #ffc107 !important; 
}
.bg-danger {
  background-color: #dc3545 !important; 
}
.bg-light {
  background-color: #f8f9fa !important; 
}
.bg-dark {
  background-color: #113d0e !important; 
}
.bg-white {
  background-color: #ffffff !important; 
}
.bg-black {
  background-color: #000000 !important; 
}
/* Buttons Colors */
.btn.btn-primary {
  background-color: #339933 !important;
  border-color: #339933 !important; 
}
.btn.btn-primary:hover {
  opacity: 0.85; 
}
.btn.btn-secondary {
  background-color: #1d1f22 !important;
  border-color: #1d1f22 !important; 
}
.btn.btn-secondary:hover {
  opacity: 0.85; 
}
.btn.btn-success {
  background-color: #28a745 !important;
  border-color: #28a745 !important; 
}
.btn.btn-success:hover {
  opacity: 0.85; 
}
.btn.btn-info {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important; 
}
.btn.btn-info:hover {
  opacity: 0.85; 
}
.btn.btn-warning {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important; 
}
.btn.btn-warning:hover {
  opacity: 0.85; 
}
.btn.btn-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important; 
}
.btn.btn-danger:hover {
  opacity: 0.85; 
}
.btn.btn-light {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important; 
}
.btn.btn-light:hover {
  opacity: 0.85; 
}
.btn.btn-dark {
  background-color: #113d0e !important;
  border-color: #113d0e !important; 
}
.btn.btn-dark:hover {
  opacity: 0.85; 
}
.btn.btn-white {
  background-color: #ffffff !important;
  border-color: #ffffff !important; 
}
.btn.btn-white:hover {
  opacity: 0.85; 
}
.btn.btn-black {
  background-color: #000000 !important;
  border-color: #000000 !important; 
}
.btn.btn-black:hover {
  opacity: 0.85; 
}
/* Text Colors */
.text-primary {
  color: #339933 !important; 
}
.text-secondary {
  color: #1d1f22 !important; 
}
.text-success {
  color: #28a745 !important; 
}
.text-info {
  color: #17a2b8 !important; 
}
.text-warning {
  color: #ffc107 !important; 
}
.text-danger {
  color: #dc3545 !important; 
}
.text-light {
  color: #f8f9fa !important; 
}
.text-dark {
  color: #113d0e !important; 
}
.text-white {
  color: #ffffff !important; 
}
.text-black {
  color: #000000 !important; 
}
/* Badage Colors */
.badge-primary {
  background-color: #339933; 
}
.badge-secondary {
  background-color: #1d1f22; 
}
.badge-success {
  background-color: #28a745; 
}
.badge-info {
  background-color: #17a2b8; 
}
.badge-warning {
  background-color: #ffc107; 
}
.badge-danger {
  background-color: #dc3545; 
}
.badge-light {
  background-color: #f8f9fa; 
}
.badge-dark {
  background-color: #113d0e; 
}
.badge-white {
  background-color: #ffffff; 
}
.badge-black {
  background-color: #000000; 
}
#t4-header .nav > .dropdown.show > .dropdown-toggle .item-caret {
  border-top: 4px solid #339933; 
}
.mod-list-view .latest-item .item-content,
.t4-megamenu .navbar-nav > li.active > .nav-link:before,
.t4-megamenu .navbar-nav > li.active > a:before {
  background: #339933; 
}
#t4-header .nav > .dropdown.show > a,
.t4-footnav .t4-module .module-title,
.article-index ul li.active > a,
.t4-megamenu .dropdown-menu li.active > a {
  color: #339933; 
}
.intro-image .category a,
.category-name a,
.page-item.active .page-link {
  background: #339933;
}
  .intro-image .category a:hover, .intro-image .category a:focus, .intro-image .category a:active,
  .category-name a:hover,
  .category-name a:focus,
  .category-name a:active,
  .page-item.active .page-link:hover,
  .page-item.active .page-link:focus,
  .page-item.active .page-link:active {
    color: #fff; 
}
.acm-features.style-2 h4 a:hover, .acm-features.style-2 h4 a:focus, .acm-features.style-2 h4 a:active,
.acm-features.style-2 .action:hover,
.acm-features.style-2 .action:focus,
.acm-features.style-2 .action:active,
.t4-megamenu .navbar-nav > li > .nav-link:hover,
.t4-megamenu .navbar-nav > li > .nav-link:focus,
.t4-megamenu .navbar-nav > li > .nav-link:active,
.t4-megamenu .navbar-nav > li > a:hover,
.t4-megamenu .navbar-nav > li > a:focus,
.t4-megamenu .navbar-nav > li > a:active,
.acm-teams .teams-text h4 a:hover,
.acm-teams .teams-text h4 a:focus,
.acm-teams .teams-text h4 a:active,
.category-grid-view .article-info h4 a:hover,
.category-grid-view .article-info h4 a:focus,
.category-grid-view .article-info h4 a:active,
.categories-list h2 a:hover,
.categories-list h2 a:focus,
.categories-list h2 a:active,
.page-header h2 a:hover,
.page-header h2 a:focus,
.page-header h2 a:active,
.category-module li a:hover,
.category-module li a:focus,
.category-module li a:active,
.contact #slide-contact .card-header .btn:hover,
.contact #slide-contact .card-header .btn:focus,
.contact #slide-contact .card-header .btn:active,
.latestnews li a:hover,
.latestnews li a:focus,
.latestnews li a:active,
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active,
.com-tags-tag.tag-category .list-group .list-group-item a:hover,
.com-tags-tag.tag-category .list-group .list-group-item a:focus,
.com-tags-tag.tag-category .list-group .list-group-item a:active,
.categories-module > li a:hover,
.categories-module > li a:focus,
.categories-module > li a:active,
.readmore .btn:hover,
.readmore .btn:focus,
.readmore .btn:active,
.item-title h2 a:hover,
.item-title h2 a:focus,
.item-title h2 a:active,
h2.item-title a:hover,
h2.item-title a:focus,
h2.item-title a:active,
#back-to-top:hover,
#back-to-top:focus,
#back-to-top:active,
.article-index ul li > a:hover,
.article-index ul li > a:focus,
.article-index ul li > a:active,
.t4-megamenu .dropdown-menu li > a:hover,
.t4-megamenu .dropdown-menu li > a:focus,
.t4-megamenu .dropdown-menu li > a:active {
  color: #339933; 
}
.category-action a:hover, .category-action a:focus, .category-action a:active {
  color: #339933 !important; 
}
.owl-carousel .owl-dots .owl-dot.active {
  border-color: #339933; 
}
.acm-stats .stats-asset,
.navbar-brand.logo-text .site-name {
  font-family: Prata; 
}
.t4-footnav .t4-module .module-title,
.t4-offcanvas .t4-off-canvas-header h3,
.t4-offcanvas .t4-off-canvas-body .module-title span,
.sidebar-r .module-title span,
.sidebar-l .module-title span,
.contact #slide-contact .card-header .card-title,
.categories-module > li a,
.mega-col-title {
  font-family: DM Sans; 
}
.btn.btn-secondary {
  color: #fff !important; 
}
/*# sourceMappingURL=theme.tpl.css.map */