
/* Pattern: Primary */
.t4-palette-blue {
	background-color: #3c415d;
	color: #e9ecef;
}
.t4-palette-blue a {
	color: #ffffff;
}
.t4-palette-blue a:hover {
	color: #ffffff;
}
/* Module */
.t4-palette-blue .t4-module {
	color: #e9ecef;
}
.t4-palette-blue .t4-module .module-title {
	color: #e9ecef;
}
.t4-palette-blue .nav > li a,
.t4-palette-blue .nav > li .nav-link {
	color: #ffffff;
}
.t4-palette-blue .nav > li a:hover,
.t4-palette-blue .nav > li a:focus,
.t4-palette-blue .nav > li a:active,
.t4-palette-blue .nav > li .nav-link:hover,
.t4-palette-blue .nav > li .nav-link:focus,
.t4-palette-blue .nav > li .nav-link:active {
	color: #ffffff;
}
.t4-palette-blue .nav > li.active a,
.t4-palette-blue .nav > li.active a.nav-link
.t4-palette-blue .nav > li.active:hover a,
.t4-palette-blue .nav > li.active:hover a.nav-link {
  color: #ffffff;
}
/* Sub nav */
.t4-palette-blue .nav > li.active li a {
  color: #ffffff;
}
.t4-palette-blue .nav li.active li a:hover,
.t4-palette-blue .nav li.active li a:focus,
.t4-palette-blue .nav li.active li a:active {
  color: #ffffff;
}
.t4-palette-blue .nav li.active li.active > a {
  color: #ffffff;
}

/* Pattern: Dark */
.t4-palette-dark {
	background-color: #2cc84d;
	color: #3c415d;
}
.t4-palette-dark a {
	color: #3c415d;
}
.t4-palette-dark a:hover {
	color: #ffffff;
}
/* Module */
.t4-palette-dark .t4-module {
	color: #3c415d;
}
.t4-palette-dark .t4-module .module-title {
	color: #3c415d;
}
.t4-palette-dark .nav > li a,
.t4-palette-dark .nav > li .nav-link {
	color: #3c415d;
}
.t4-palette-dark .nav > li a:hover,
.t4-palette-dark .nav > li a:focus,
.t4-palette-dark .nav > li a:active,
.t4-palette-dark .nav > li .nav-link:hover,
.t4-palette-dark .nav > li .nav-link:focus,
.t4-palette-dark .nav > li .nav-link:active {
	color: #ffffff;
}
.t4-palette-dark .nav > li.active a,
.t4-palette-dark .nav > li.active a.nav-link
.t4-palette-dark .nav > li.active:hover a,
.t4-palette-dark .nav > li.active:hover a.nav-link {
  color: #ffffff;
}
/* Sub nav */
.t4-palette-dark .nav > li.active li a {
  color: #3c415d;
}
.t4-palette-dark .nav li.active li a:hover,
.t4-palette-dark .nav li.active li a:focus,
.t4-palette-dark .nav li.active li a:active {
  color: #ffffff;
}
.t4-palette-dark .nav li.active li.active > a {
  color: #ffffff;
}

/* Pattern: Light */
.t4-palette-light {
	background-color: #ffffff;
	color: #3c415d;
}
.t4-palette-light a:hover {
	color: #012f25;
}
/* Module */
.t4-palette-light .t4-module {
	color: #3c415d;
}
.t4-palette-light .t4-module .module-title {
	color: #3c415d;
}
.t4-palette-light .nav > li a:hover,
.t4-palette-light .nav > li a:focus,
.t4-palette-light .nav > li a:active,
.t4-palette-light .nav > li .nav-link:hover,
.t4-palette-light .nav > li .nav-link:focus,
.t4-palette-light .nav > li .nav-link:active {
	color: #012f25;
}
.t4-palette-light .nav > li.active a,
.t4-palette-light .nav > li.active a.nav-link
.t4-palette-light .nav > li.active:hover a,
.t4-palette-light .nav > li.active:hover a.nav-link {
  color: #012f25;
}
.t4-palette-light .nav li.active li a:hover,
.t4-palette-light .nav li.active li a:focus,
.t4-palette-light .nav li.active li a:active {
  color: #012f25;
}
.t4-palette-light .nav li.active li.active > a {
  color: #012f25;
}

/* Pattern: Gray */
.t4-palette-gray {
	background-color: #e9ecef;
	color: #3c415d;
}
.t4-palette-gray a {
	color: #3c415d;
}
.t4-palette-gray a:hover {
	color: #012f25;
}
/* Module */
.t4-palette-gray .t4-module {
	color: #3c415d;
}
.t4-palette-gray .t4-module .module-title {
	color: #3c415d;
}
.t4-palette-gray .nav > li a,
.t4-palette-gray .nav > li .nav-link {
	color: #3c415d;
}
.t4-palette-gray .nav > li a:hover,
.t4-palette-gray .nav > li a:focus,
.t4-palette-gray .nav > li a:active,
.t4-palette-gray .nav > li .nav-link:hover,
.t4-palette-gray .nav > li .nav-link:focus,
.t4-palette-gray .nav > li .nav-link:active {
	color: #012f25;
}
.t4-palette-gray .nav > li.active a,
.t4-palette-gray .nav > li.active a.nav-link
.t4-palette-gray .nav > li.active:hover a,
.t4-palette-gray .nav > li.active:hover a.nav-link {
  color: #012f25;
}
/* Sub nav */
.t4-palette-gray .nav > li.active li a {
  color: #3c415d;
}
.t4-palette-gray .nav li.active li a:hover,
.t4-palette-gray .nav li.active li a:focus,
.t4-palette-gray .nav li.active li a:active {
  color: #012f25;
}
.t4-palette-gray .nav li.active li.active > a {
  color: #012f25;
}

/* Pattern: Mainnav */
.t4-palette-mainnav {
	background-color: #ffffff;
	color: #3c415d;
}
.t4-palette-mainnav a {
	color: #2cc84d;
}
.t4-palette-mainnav a:hover {
	color: #012f25;
}
/* Module */
.t4-palette-mainnav .t4-module {
	color: #3c415d;
}
.t4-palette-mainnav .t4-module .module-title {
	color: #3c415d;
}
.t4-palette-mainnav .nav > li a,
.t4-palette-mainnav .nav > li .nav-link {
	color: #2cc84d;
}
.t4-palette-mainnav .nav > li a:hover,
.t4-palette-mainnav .nav > li a:focus,
.t4-palette-mainnav .nav > li a:active,
.t4-palette-mainnav .nav > li .nav-link:hover,
.t4-palette-mainnav .nav > li .nav-link:focus,
.t4-palette-mainnav .nav > li .nav-link:active {
	color: #012f25;
}
.t4-palette-mainnav .nav > li.active a,
.t4-palette-mainnav .nav > li.active a.nav-link
.t4-palette-mainnav .nav > li.active:hover a,
.t4-palette-mainnav .nav > li.active:hover a.nav-link {
  color: #012f25;
}
/* Sub nav */
.t4-palette-mainnav .nav > li.active li a {
  color: #2cc84d;
}
.t4-palette-mainnav .nav li.active li a:hover,
.t4-palette-mainnav .nav li.active li a:focus,
.t4-palette-mainnav .nav li.active li a:active {
  color: #012f25;
}
.t4-palette-mainnav .nav li.active li.active > a {
  color: #012f25;
}

/* Section: Header */

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

/* Section: Masthead */

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

/* Section: section-1 */

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

/* Section: Main body */

#t4-main-body .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: #3c415d;
  --secondary: #2cc84d;
  --success: #4caf50;
  --info: #00bcd4;
  --warning: #fdd835;
  --danger: #f44336;
  --light: #e9ecef;
  --dark: #2cc84d;
  --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: #3c415d;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px; 
}
.t4-content {
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-color: #ffffff; 
}
a {
  color: #3c415d; 
}
a:hover {
  color: #012f25; 
}
h1, h2, h3, h4, h5, h6 {
  font-family: Rifton Caps;
  font-style: inherit;
  line-height: 1.4;
  letter-spacing: 0px; 
}
h1, .h1 {
  font-size: 2.625rem; 
}
h2, .h2 {
  font-size: 1.5rem; 
}
h3, .h3 {
  font-size: 1.625rem; 
}
h4, .h4 {
  font-size: 1.25rem; 
}
h5, .h5 {
  font-size: 1rem; 
}
h6, .h6 {
  font-size: .8125rem; 
}
/* COLORS
--------------------------------------- */
/* Backgrounds Colors */
.bg-primary {
  background-color: #3c415d !important; 
}
.bg-secondary {
  background-color: #2cc84d !important; 
}
.bg-success {
  background-color: #4caf50 !important; 
}
.bg-info {
  background-color: #00bcd4 !important; 
}
.bg-warning {
  background-color: #fdd835 !important; 
}
.bg-danger {
  background-color: #f44336 !important; 
}
.bg-light {
  background-color: #e9ecef !important; 
}
.bg-dark {
  background-color: #2cc84d !important; 
}
.bg-white {
  background-color: #ffffff !important; 
}
.bg-black {
  background-color: #000000 !important; 
}
/* Buttons Colors */
.btn.btn-primary {
  background-color: #3c415d !important;
  border-color: #3c415d !important; 
}
.btn.btn-primary:hover {
  opacity: 0.85; 
}
.btn.btn-secondary {
  background-color: #2cc84d !important;
  border-color: #2cc84d !important; 
}
.btn.btn-secondary:hover {
  opacity: 0.85; 
}
.btn.btn-success {
  background-color: #4caf50 !important;
  border-color: #4caf50 !important; 
}
.btn.btn-success:hover {
  opacity: 0.85; 
}
.btn.btn-info {
  background-color: #00bcd4 !important;
  border-color: #00bcd4 !important; 
}
.btn.btn-info:hover {
  opacity: 0.85; 
}
.btn.btn-warning {
  background-color: #fdd835 !important;
  border-color: #fdd835 !important; 
}
.btn.btn-warning:hover {
  opacity: 0.85; 
}
.btn.btn-danger {
  background-color: #f44336 !important;
  border-color: #f44336 !important; 
}
.btn.btn-danger:hover {
  opacity: 0.85; 
}
.btn.btn-light {
  background-color: #e9ecef !important;
  border-color: #e9ecef !important; 
}
.btn.btn-light:hover {
  opacity: 0.85; 
}
.btn.btn-dark {
  background-color: #2cc84d !important;
  border-color: #2cc84d !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: #3c415d !important; 
}
.text-secondary {
  color: #2cc84d !important; 
}
.text-success {
  color: #4caf50 !important; 
}
.text-info {
  color: #00bcd4 !important; 
}
.text-warning {
  color: #fdd835 !important; 
}
.text-danger {
  color: #f44336 !important; 
}
.text-light {
  color: #e9ecef !important; 
}
.text-dark {
  color: #2cc84d !important; 
}
.text-white {
  color: #ffffff !important; 
}
.text-black {
  color: #000000 !important; 
}
/* Badage Colors */
.badge-primary {
  background-color: #3c415d; 
}
.badge-secondary {
  background-color: #2cc84d; 
}
.badge-success {
  background-color: #4caf50; 
}
.badge-info {
  background-color: #00bcd4; 
}
.badge-warning {
  background-color: #fdd835; 
}
.badge-danger {
  background-color: #f44336; 
}
.badge-light {
  background-color: #e9ecef; 
}
.badge-dark {
  background-color: #2cc84d; 
}
.badge-white {
  background-color: #ffffff; 
}
.badge-black {
  background-color: #000000; 
}
/*# sourceMappingURL=theme.tpl.css.map */