
:root{
--color-primary:#26b0eb;
--color-secondary:#323183;
--color-success:#28a745;
--color-info:#17a2b8;
--color-warning:#ffc107;
--color-danger:#dc3545;
--color-light:#f8f9fa;
--color-dark:#333333;
--color-white:#ffffff;
--color-black:#000000;
--body-bg-color:#ffffff;
--body-text-color:#6f6f6f;
--body-link-color:#323183;
--body-link-hover-color:#26b0eb;
--mainnav-text-color:#212529;
--mainnav-link-color:#212529;
--mainnav-link-hover-color:#007bff;
--mainnav-link-active-color:#007bff;
--footer-bg-color:#212529;
--footer-text-color:#6c757d;
--footer-link-color:#6c757d;
--footer-link-hover-color:#fff;
}
/* Pattern: Mainnav */
.t4-palette-mainnav .bg-pattern {
	background-color: #ffffff;
}
/*PATTERN*/
.t4-palette-mainnav {
	background-color: #ffffff;
	color: #333333;
}
.t4-palette-mainnav  .module-title {
	color: #333333;
}
.t4-palette-mainnav {
	color: #333333;
}
.t4-palette-mainnav a:not(.btn) {
	color: #333333;
}
.t4-palette-mainnav a:not(.btn):hover,
.t4-palette-mainnav a:not(.btn):focus,
.t4-palette-mainnav a:not(.btn):active {
	color: #26b0eb;
}
.t4-palette-primary .section-title span {
	color: #333333;
}
/*Pattern nav*/
.t4-palette-mainnav .t4-navbar .navbar-nav > li > a {
	color: #333333!important;
}
.t4-palette-mainnav .t4-navbar .navbar-nav > li.active > a,
.t4-palette-mainnav .t4-navbar .navbar-nav > li.show > a,
.t4-palette-mainnav .t4-navbar .navbar-nav > li > a:hover,
.t4-palette-mainnav .t4-navbar .navbar-nav > li > a:focus,
.t4-palette-mainnav .t4-navbar .navbar-nav > li > a:active {
	color: #26b0eb!important;
}
.t4-palette-mainnav .t4-navbar .navbar-nav > li > a .item-caret::before {
	border-top-color: #333333!important;
}
.t4-palette-mainnav .t4-navbar .navbar-nav > li.active > a .item-caret::before,
.t4-palette-mainnav .t4-navbar .navbar-nav > li.show > a .item-caret::before,
.t4-palette-mainnav .t4-navbar .navbar-nav > li > a:hover .item-caret::before,
.t4-palette-mainnav .t4-navbar .navbar-nav > li > a:focus .item-caret::before,
.t4-palette-mainnav .t4-navbar .navbar-nav > li > a:active .item-caret::before {
	border-top-color: #26b0eb!important;
}
/*PATTERN*/

/* Pattern: Secondary */
.t4-palette-gray .bg-pattern {
	background-color: #323183;
}
/*PATTERN*/
.t4-palette-gray {
	background-color: #323183;
	color: #f8f9fa;
}
.t4-palette-gray  .module-title {
	color: #f8f9fa;
}
.t4-palette-gray {
	color: #f8f9fa;
}
.t4-palette-gray a:not(.btn) {
	color: #26b0eb;
}
.t4-palette-gray a:not(.btn):hover,
.t4-palette-gray a:not(.btn):focus,
.t4-palette-gray a:not(.btn):active {
	color: #f8f9fa;
}
.t4-palette-primary .section-title span {
	color: #f8f9fa;
}
/*Pattern nav*/
.t4-palette-gray .t4-navbar .navbar-nav > li > a {
	color: #26b0eb!important;
}
.t4-palette-gray .t4-navbar .navbar-nav > li.active > a,
.t4-palette-gray .t4-navbar .navbar-nav > li.show > a,
.t4-palette-gray .t4-navbar .navbar-nav > li > a:hover,
.t4-palette-gray .t4-navbar .navbar-nav > li > a:focus,
.t4-palette-gray .t4-navbar .navbar-nav > li > a:active {
	color: #f8f9fa!important;
}
.t4-palette-gray .t4-navbar .navbar-nav > li > a .item-caret::before {
	border-top-color: #26b0eb!important;
}
.t4-palette-gray .t4-navbar .navbar-nav > li.active > a .item-caret::before,
.t4-palette-gray .t4-navbar .navbar-nav > li.show > a .item-caret::before,
.t4-palette-gray .t4-navbar .navbar-nav > li > a:hover .item-caret::before,
.t4-palette-gray .t4-navbar .navbar-nav > li > a:focus .item-caret::before,
.t4-palette-gray .t4-navbar .navbar-nav > li > a:active .item-caret::before {
	border-top-color: #f8f9fa!important;
}
/*PATTERN*/

/* Section:  */

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

/* 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;
}
#t4-footnav .bg-overlay-image {
	background-image: url(/images/joomlart/others/map.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 50% 0;
	background-attachment: inherit;
}

/* 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: #26b0eb;
  --secondary: #323183;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #333333;
  --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: 12pt; 
}
body {
  background-color: #ffffff;
  color: #6f6f6f;
  font-family: Open Sans;
  font-size: 12pt;
  font-weight: 400;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0px; 
}
.t4-content {
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-color: #ffffff; 
}
a {
  color: #323183; 
}
a:hover {
  color: #26b0eb; 
}
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px; 
}
h1, .h1 {
  font-size: 30px; 
}
h2, .h2 {
  font-size: 28px; 
}
h3, .h3 {
  font-size: 24px; 
}
h4, .h4 {
  font-size: 16px; 
}
h5, .h5 {
  font-size: 13px; 
}
h6, .h6 {
  font-size: 12px; 
}
/* COLORS
--------------------------------------- */
/* Backgrounds Colors */
.bg-primary {
  background-color: #26b0eb !important; 
}
.bg-secondary {
  background-color: #323183 !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: #333333 !important; 
}
.bg-white {
  background-color: #ffffff !important; 
}
.bg-black {
  background-color: #000000 !important; 
}
/* Buttons Colors */
.btn.btn-primary {
  background-color: #26b0eb !important;
  border-color: #26b0eb !important; 
}
.btn.btn-primary:hover {
  opacity: 0.85; 
}
.btn.btn-secondary {
  background-color: #323183 !important;
  border-color: #323183 !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: #333333 !important;
  border-color: #333333 !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: #26b0eb !important; 
}
.text-secondary {
  color: #323183 !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: #333333 !important; 
}
.text-white {
  color: #ffffff !important; 
}
.text-black {
  color: #000000 !important; 
}
/* Badage Colors */
.badge-primary {
  background-color: #26b0eb; 
}
.badge-secondary {
  background-color: #323183; 
}
.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: #333333; 
}
.badge-white {
  background-color: #ffffff; 
}
.badge-black {
  background-color: #000000; 
}
.play-icon a:before,
.contact-info .icon:before {
  border-color: #26b0eb; 
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom-color: #26b0eb;
  color: #26b0eb; 
}
.features-list li:before {
  color: #26b0eb; 
}
.link-highlight {
  color: #26b0eb;
  border-bottom: 1px solid #26b0eb; 
}
  .link-highlight:hover, .link-highlight:focus, .link-highlight:active {
    opacity: 0.8; 
}
.heading-link {
  color: #333; 
}
  .heading-link:hover, .heading-link:focus, .heading-link:active {
    color: #26b0eb; 
}
.teams-item:hover::before,
.owl-carousel .owl-dots .owl-dot.active span,
.acym_module {
  background-color: #26b0eb; 
}
.t4-footnav,
.t4-footer {
  background-color: #323183; 
}
.subbutton.btn-primary {
  background-color: #323183 !important;
  border-color: #323183 !important; 
}
.t4-offcanvas .t4-off-canvas-header {
  background: #26b0eb; 
}
.t4-off-canvas-body .navbar-nav > li > a:hover, .t4-off-canvas-body .navbar-nav > li > a:focus, .t4-off-canvas-body .navbar-nav > li > a:active,
.t4-off-canvas-body .navbar-nav > li > span:hover,
.t4-off-canvas-body .navbar-nav > li > span:focus,
.t4-off-canvas-body .navbar-nav > li > span:active {
  color: #26b0eb !important; 
}
.t4-off-canvas-body .navbar-nav > li.active > a,
.t4-off-canvas-body .navbar-nav > li.active > span {
  color: #26b0eb !important; 
}
.dropdown-menu li.show > a,
.dropdown-menu li.show > span, .dropdown-menu li.active > a,
.dropdown-menu li.active > span {
  color: #26b0eb !important; 
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-menu li > a:active,
.dropdown-menu li > span:hover,
.dropdown-menu li > span:focus,
.dropdown-menu li > span:active {
  color: #26b0eb !important; 
}
.acm-features.style-1 .features-details .features-detail:hover h4 {
  color: #26b0eb; 
}
.acm-features.style-3 .action:hover, .acm-features.style-3 .action:focus, .acm-features.style-3 .action:active {
  background: #26b0eb;
  color: #fff; 
}
.registration legend,
.profile-edit legend,
.profile legend {
  font-family: Montserrat; 
}
.login-wrap .other-links ul li a:hover {
  color: #26b0eb; 
}
.search .btn-toolbar .btn-group button {
  background: #26b0eb; 
}
.search legend,
.search .searchintro,
.search .result-title {
  font-family: Montserrat; 
}
.com-finder #search-results .result-title a:hover,
.com-finder .search-results .result-title a:hover,
.search #search-results .result-title a:hover,
.search .search-results .result-title a:hover {
  color: #26b0eb; 
}
.pagination .page-item a,
.pagination .page-item >span {
  font-family: Montserrat; 
}
.pagination .page-item.active a,
.pagination .page-item.active >span {
  background: #26b0eb; 
}
  .pagination .page-item.active a:hover, .pagination .page-item.active a:focus, .pagination .page-item.active a:active {
    opacity: 0.8; 
}
.readmore .btn {
  background: #26b0eb; 
}
.item-page .list-info ul li:before {
  color: #26b0eb; 
}
#login-form ul li a:hover {
  color: #26b0eb; 
}
ul.latestnews li a:hover {
  color: #26b0eb; 
}
.blog .item-content .page-header h2 a:hover,
.blog-featured .item-content .page-header h2 a:hover {
  color: #26b0eb; 
}
.items-more .nav-tabs > li > a:hover {
  color: #26b0eb; 
}
.contact .contact-address .fa,
.contact .contact-position .fa {
  background: #26b0eb; 
}
.contact #myTabTabs a:hover {
  color: #26b0eb; 
}
.contact #myTabTabs li a.active {
  color: #26b0eb; 
}
.contact .contact-articles ul li a:hover {
  color: #26b0eb; 
}
.article-index ul li a:hover {
  color: #26b0eb; 
}
.tag-category ul.list-group li h3 a:hover {
  color: #26b0eb; 
}