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

/* Pattern: Primary */
.t4-palette-blue {
	background-color: #10614e;
	color: #f8f9fa;
}
.t4-palette-blue a {
	color: #fbb040;
}
.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: #fbb040;
}
.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: #fbb040;
}
.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;
}

/* Section: Top Bar */

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

/* Section: Header */
#t4-header {
	position: -webkit-sticky !important;
	position: sticky;
	top: 0;
	z-index: 10;
}
#t4-header .bg-overlay {
	opacity: 0.5;
}

/* Section: masthead */

#t4-masthead .bg-overlay {
	opacity: 1;
}
#t4-masthead .bg-overlay-image {
	background-image: url(/images/financio/banner-9.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}

/* Section: Breadcrumb */

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

/* Section: Search */

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

/* Section: Main body */

#t4-main-body .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: #10614e;
  --secondary: #ef6d23;
  --success: #4f9938;
  --info: #ef6d23;
  --warning: #fbb040;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #212529;
  --white: #ffffff;
  --black: #000000;
}
/* for megamenu animation duration */
.t4-megamenu.animate .dropdown.animating > .dropdown-menu {
  transition-duration: 400ms;
}
html {
  font-size: 16px;
}
body {
  background-color: #ffffff;
  color: #58595b;
  font-family: Kanit;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0px;
}
.t4-content {
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-color: #ffffff;
}
a {
  color: #10614e;
}
a:hover {
  color: #ef6d23;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Kanit;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 40px;
}
h2, .h2 {
  font-size: 32px;
}
h3, .h3 {
  font-size: 28px;
}
h4, .h4 {
  font-size: 24px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 16px;
}
/* COLORS
--------------------------------------- */
/* Backgrounds Colors */
.bg-primary {
  background-color: #10614e !important;
}
.bg-secondary {
  background-color: #ef6d23 !important;
}
.bg-success {
  background-color: #4f9938 !important;
}
.bg-info {
  background-color: #ef6d23 !important;
}
.bg-warning {
  background-color: #fbb040 !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: #10614e !important;
  border-color: #10614e !important;
}
.btn.btn-primary:hover {
  opacity: 0.85;
}
.btn.btn-secondary {
  background-color: #ef6d23 !important;
  border-color: #ef6d23 !important;
}
.btn.btn-secondary:hover {
  opacity: 0.85;
}
.btn.btn-success {
  background-color: #4f9938 !important;
  border-color: #4f9938 !important;
}
.btn.btn-success:hover {
  opacity: 0.85;
}
.btn.btn-info {
  background-color: #ef6d23 !important;
  border-color: #ef6d23 !important;
}
.btn.btn-info:hover {
  opacity: 0.85;
}
.btn.btn-warning {
  background-color: #fbb040 !important;
  border-color: #fbb040 !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: #10614e !important;
}
.text-secondary {
  color: #ef6d23 !important;
}
.text-success {
  color: #4f9938 !important;
}
.text-info {
  color: #ef6d23 !important;
}
.text-warning {
  color: #fbb040 !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: #10614e;
}
.badge-secondary {
  background-color: #ef6d23;
}
.badge-success {
  background-color: #4f9938;
}
.badge-info {
  background-color: #ef6d23;
}
.badge-warning {
  background-color: #fbb040;
}
.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;
}
.badge.badge-info {
  background-color: #ef6d23;
}
.badge.badge-info:hover {
  background-color: #10614e;
}
.page-header h2 a:hover, .page-header h2 a:focus, .page-header h2 a:active, .categories-list h2 a:hover, .categories-list h2 a:focus, .categories-list h2 a:active {
  color: #10614e;
}
.qx-btn.qx-btn-primary {
  background-color: #10614e;
  border-color: #10614e;
}
.qx-btn.qx-btn-primary:hover {
  background-color: #ef6d23;
  border-color: #ef6d23;
}
/*
* ***********************
* For Header and Top bar
* ***********************
*/
#t4-top-bar.header1 .top-bar-socian-icon ul li a {
  color: #58595b;
}
#t4-top-bar.header1 .top-bar-socian-icon ul li a:hover {
  color: #10614e;
}
#t4-top-bar.header1 .topbar-contact-info .qx-element-blurb-v2 figure svg path {
  fill: #10614e;
}
#t4-top-bar.header1 .topbar-social-icons .qx-element-social-icon ul li a {
  color: #58595b;
}
#t4-top-bar.header1 .topbar-social-icons .qx-element-social-icon ul li a:hover {
  color: #10614e;
}
#t4-header.header1 #t4-megamenu-mainmenu ul.navbar-nav > li > a {
  color: #ef6d23;
}
#t4-header.header1 #t4-megamenu-mainmenu ul.navbar-nav > li > a:hover {
  color: #10614e;
}
#t4-header.header1 #t4-megamenu-mainmenu ul.navbar-nav > li.active > a {
  color: #10614e;
}
#t4-header.header1 .button-quote-header1 .qx-element-button-v2 a.qx-btn-primary {
  background-color: #10614e;
  border-color: #10614e;
}
#t4-header.header1 .button-quote-header1 .qx-element-button-v2 a.qx-btn-primary:hover {
  background-color: #ef6d23;
  border-color: #ef6d23;
}
#t4-header.header2 .topbar2-contact-info .qx-element-blurb-v2 figure svg path {
  fill: #10614e;
}
  color: #ef6d23;
}
/*
* ***********
* For Navbar
* ***********
*/
#t4-mainnav.header2 .container {
  background-color: #10614e;
}
#t4-mainnav.header2 .header_2_get_quote a {
  color: #10614e;
}
#t4-mainnav.header2 .header_2_get_quote a:hover {
  background-color: #ef6d23;
  border-color: #ef6d23;
}
#t4-mainnav.header2 .button-quote-header2 .qx-element-button-v2 a.qx-btn-primary {
  color: #10614e;
}
#t4-mainnav.header2 .button-quote-header2 .qx-element-button-v2 a.qx-btn-primary:hover {
  background-color: #ef6d23;
  border-color: #ef6d23;
}
/*
* **************
* For Footer
* **************
*/
#t4-footer .qx-element-image-v2.logo-footer svg .logo {
  fill: #10614e;
}
#t4-footer .qx-element-social-icon.social-footer ul li a i:hover {
  background-color: #10614e;
}
/*
* **************
* For Copyright
* **************
*/
#t4-copyright {
  background-color: #ef6d23;
}
/*
* *************
* Blog
* *************
*/
.com_content.view-category .blog .items-leading .blog-item-content .item-content .readmore a.btn-readmore {
  background-color: #10614e;
}
.com_content.view-category .blog .items-leading .blog-item-content .item-content .readmore a.btn-readmore:hover {
  background-color: #ef6d23;
}
.com_content.view-category .blog .items-row .item .item-content .readmore a.btn-readmore {
  background-color: #10614e;
}
.com_content.view-category .blog .items-row .item .item-content .readmore a.btn-readmore:hover {
  background-color: #ef6d23;
}
/*
* ***************
* Sidebar Module
* ***************
*/
.sidebar-r .tagspopular ul > li:hover {
  background-color: #10614e;
}
.sidebar-r .tagspopular ul > li a {
  color: #58595b;
}
.sidebar-r .mod_latest_articles li a:hover {
  color: #10614e;
}
/*
* *************
* Pagination
* *************
*/
.pagination li.page-item a.page-link {
  color: #ef6d23;
}
.pagination li.page-item a.page-link:hover {
  background-color: #10614e;
  border-color: #10614e;
}
.pagination li.page-item.active a.page-link {
  border-color: #10614e;
  background-color: #10614e;
}
.pager.pagenav li a:hover {
  background-color: #10614e;
}
/*# sourceMappingURL=theme.tpl.css.map */