
/* Pattern: Primary */
.t4-palette-blue {
	background-color: #1a61ab;
	color: #f8f9fa;
}
.t4-palette-blue a {
	color: #ffffff;
}
.t4-palette-blue a:hover {
	color: #ffffff;
}
/* Module */
.t4-palette-blue .t4-module {
	color: #f8f9fa;
}
.t4-palette-blue .t4-module .module-title {
	color: #f8f9fa;
}
.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: #212529;
	color: #6c757d;
}
.t4-palette-dark a {
	color: #6c757d;
}
.t4-palette-dark a:hover {
	color: #ffffff;
}
/* Module */
.t4-palette-dark .t4-module {
	color: #6c757d;
}
.t4-palette-dark .t4-module .module-title {
	color: #6c757d;
}
.t4-palette-dark .nav > li a,
.t4-palette-dark .nav > li .nav-link {
	color: #6c757d;
}
.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: #6c757d;
}
.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: #6c757d;
}
.t4-palette-light a:hover {
	color: #0056b3;
}
/* Module */
.t4-palette-light .t4-module {
	color: #6c757d;
}
.t4-palette-light .t4-module .module-title {
	color: #6c757d;
}
.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: #0056b3;
}
.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: #0056b3;
}
.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: #0056b3;
}
.t4-palette-light .nav li.active li.active > a {
  color: #0056b3;
}

/* Pattern: Gray */
.t4-palette-gray {
	background-color: #f8f9fa;
	color: #6c757d;
}
.t4-palette-gray a {
	color: #1a61ab;
}
.t4-palette-gray a:hover {
	color: #0056b3;
}
/* Module */
.t4-palette-gray .t4-module {
	color: #6c757d;
}
.t4-palette-gray .t4-module .module-title {
	color: #6c757d;
}
.t4-palette-gray .nav > li a,
.t4-palette-gray .nav > li .nav-link {
	color: #1a61ab;
}
.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: #0056b3;
}
.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: #0056b3;
}
/* Sub nav */
.t4-palette-gray .nav > li.active li a {
  color: #1a61ab;
}
.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: #0056b3;
}
.t4-palette-gray .nav li.active li.active > a {
  color: #0056b3;
}

/* Pattern: Mainnav */
.t4-palette-mainnav {
	background-color: #ffffff;
	color: #6c757d;
}
.t4-palette-mainnav a {
	color: #6c757d;
}
.t4-palette-mainnav a:hover {
	color: #0056b3;
}
/* Module */
.t4-palette-mainnav .t4-module {
	color: #6c757d;
}
.t4-palette-mainnav .t4-module .module-title {
	color: #6c757d;
}
.t4-palette-mainnav .nav > li a,
.t4-palette-mainnav .nav > li .nav-link {
	color: #6c757d;
}
.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: #0056b3;
}
.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: #0056b3;
}
/* Sub nav */
.t4-palette-mainnav .nav > li.active li a {
  color: #6c757d;
}
.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: #0056b3;
}
.t4-palette-mainnav .nav li.active li.active > a {
  color: #0056b3;
}

/* Section: Header */

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

/* Section: Masthead */

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

/* Section: Main body */

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

/* Section: Breadcrumbs */

#t4-breadcrumbs .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: #1a61ab;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --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: #212529;
  font-family: Roboto;
  font-size: 15px;
  font-style: inherit;
  line-height: 1.5;
  letter-spacing: 0px; 
}
.t4-content {
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-color: #ffffff; 
}
a {
  color: #1a61ab; 
}
a:hover {
  color: #0056b3; 
}
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px; 
}
h1, .h1 {
  font-size: 30px; 
}
h2, .h2 {
  font-size: 35px; 
}
h3, .h3 {
  font-size: 20px; 
}
h4, .h4 {
  font-size: 20px; 
}
h5, .h5 {
  font-size: 10px; 
}
h6, .h6 {
  font-size: 10px; 
}
/* COLORS
--------------------------------------- */
/* Backgrounds Colors */
.bg-primary {
  background-color: #1a61ab !important; 
}
.bg-secondary {
  background-color: #6c757d !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: #212529 !important; 
}
.bg-white {
  background-color: #ffffff !important; 
}
.bg-black {
  background-color: #000000 !important; 
}
/* Buttons Colors */
.btn.btn-primary {
  background-color: #1a61ab !important;
  border-color: #1a61ab !important; 
}
.btn.btn-primary:hover {
  opacity: 0.85; 
}
.btn.btn-secondary {
  background-color: #6c757d !important;
  border-color: #6c757d !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: #212529 !important;
  border-color: #212529 !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: #1a61ab !important; 
}
.text-secondary {
  color: #6c757d !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: #212529 !important; 
}
.text-white {
  color: #ffffff !important; 
}
.text-black {
  color: #000000 !important; 
}
/* Badage Colors */
.badge-primary {
  background-color: #1a61ab; 
}
.badge-secondary {
  background-color: #6c757d; 
}
.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: #212529; 
}
.badge-white {
  background-color: #ffffff; 
}
.badge-black {
  background-color: #000000; 
}