
:root{
--color-primary:#18b1be;
--color-secondary:#319ac4;
--color-success:#28a745;
--color-info:#17a2b8;
--color-warning:#ffc107;
--color-danger:#dc3545;
--color-light:#f8f9fa;
--color-dark:#111111;
--color-white:#ffffff;
--color-black:#000000;
--body-bg-color:rgba(233, 45, 45, 0);
--body-text-color:rgba(103, 103, 103, 0.92);
--body-link-color:#c5b48f;
--body-link-hover-color:#c5b48f;
--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:#ffffff;
}
/* Pattern: Dark */
.t4-palette-dark {
	color: #f8f9fa;
	background-color: #111111;
}
.t4-palette-dark a:not(.btn) {
	color: #07bed0;
}
.t4-palette-dark a:not(.btn):hover {
	color: #005cf1;
}
/* Heading */
.t4-palette-dark h1,
.t4-palette-dark h2,
.t4-palette-dark h3,
.t4-palette-dark h4,
.t4-palette-dark h5,
.t4-palette-dark h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-dark .nav > li > a {
	color: #07bed0;
}
.t4-palette-dark .nav > li > a:hover,
.t4-palette-dark .nav > li > a:focus,
.t4-palette-dark .nav > li > a:active {
	color: #005cf1;
}
.layout-home .t4-sticky.t4-palette-dark {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-dark {
	background-color: #111111;
}

/* Pattern: Primary */
.t4-palette-primary {
	color: #f8f9fa;
	background-color: #336666;
}
.t4-palette-primary a:not(.btn) {
	color: #fafafa;
}
.t4-palette-primary a:not(.btn):hover {
	color: #09c2cd;
}
/* Heading */
.t4-palette-primary h1,
.t4-palette-primary h2,
.t4-palette-primary h3,
.t4-palette-primary h4,
.t4-palette-primary h5,
.t4-palette-primary h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-primary .nav > li > a {
	color: #fafafa;
}
.t4-palette-primary .nav > li > a:hover,
.t4-palette-primary .nav > li > a:focus,
.t4-palette-primary .nav > li > a:active {
	color: #09c2cd;
}
.layout-home .t4-sticky.t4-palette-primary {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary {
	background-color: #336666;
}

/* Pattern: Gray */
.t4-palette-gray {
	color: rgba(69, 69, 69, 0.75);
	background-color: #4f0ba2;
}
.t4-palette-gray a:not(.btn) {
	color: #343334;
}
.t4-palette-gray a:not(.btn):hover {
	color: #c5b48f;
}
/* Heading */
.t4-palette-gray h1,
.t4-palette-gray h2,
.t4-palette-gray h3,
.t4-palette-gray h4,
.t4-palette-gray h5,
.t4-palette-gray h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-gray .nav > li > a {
	color: #343334;
}
.t4-palette-gray .nav > li > a:hover,
.t4-palette-gray .nav > li > a:focus,
.t4-palette-gray .nav > li > a:active {
	color: #c5b48f;
}
.layout-home .t4-sticky.t4-palette-gray {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-gray {
	background-color: #4f0ba2;
}

/* Pattern: Transparent */
.t4-palette-transparent {
	color: #000000;
	background-color: rgba(255, 255, 255, 0);
}
.t4-palette-transparent a:not(.btn) {
	color: #c5b48f;
}
.t4-palette-transparent a:not(.btn):hover {
	color: #c5b48f;
}
/* Heading */
.t4-palette-transparent h1,
.t4-palette-transparent h2,
.t4-palette-transparent h3,
.t4-palette-transparent h4,
.t4-palette-transparent h5,
.t4-palette-transparent h6 {
	color: #747779;
}
/* Module */
.t4-palette-transparent .nav > li > a {
	color: #c5b48f;
}
.t4-palette-transparent .nav > li > a:hover,
.t4-palette-transparent .nav > li > a:focus,
.t4-palette-transparent .nav > li > a:active {
	color: #c5b48f;
}
.layout-home .t4-sticky.t4-palette-transparent {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-transparent {
	background-color: rgba(255, 255, 255, 0);
}

/* Pattern: MEVIR */
.t4-palette-mevir {
	color: #383838;
	background-color: #ffffff;
}
.t4-palette-mevir a:not(.btn) {
	color: #08b0c8;
}
.t4-palette-mevir a:not(.btn):hover {
	color: #24aac5;
}
/* Heading */
.t4-palette-mevir h1,
.t4-palette-mevir h2,
.t4-palette-mevir h3,
.t4-palette-mevir h4,
.t4-palette-mevir h5,
.t4-palette-mevir h6 {
	color: #24aac5;
}
/* Module */
.t4-palette-mevir .nav > li > a {
	color: #08b0c8;
}
.t4-palette-mevir .nav > li > a:hover,
.t4-palette-mevir .nav > li > a:focus,
.t4-palette-mevir .nav > li > a:active {
	color: #24aac5;
}
.layout-home .t4-sticky.t4-palette-mevir {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-mevir {
	background-color: #ffffff;
}

/* Pattern: Background */
.t4-palette-background {
	color: #000000;
	background-color: #297e8e;
}
.t4-palette-background a:not(.btn) {
	color: #1a61ab;
}
.t4-palette-background a:not(.btn):hover {
	color: #0a796b;
}
/* Heading */
.t4-palette-background h1,
.t4-palette-background h2,
.t4-palette-background h3,
.t4-palette-background h4,
.t4-palette-background h5,
.t4-palette-background h6 {
	color: #ff0000;
}
/* Module */
.t4-palette-background .nav > li > a {
	color: #1a61ab;
}
.t4-palette-background .nav > li > a:hover,
.t4-palette-background .nav > li > a:focus,
.t4-palette-background .nav > li > a:active {
	color: #0a796b;
}
.layout-home .t4-sticky.t4-palette-background {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-background {
	background-color: #297e8e;
}

/* Pattern: agenda */
.t4-palette-agenda {
	color: #000000;
	background-color: #24aac5;
}
.t4-palette-agenda a:not(.btn) {
	color: #018cd3;
}
.t4-palette-agenda a:not(.btn):hover {
	color: #167c91;
}
/* Heading */
.t4-palette-agenda h1,
.t4-palette-agenda h2,
.t4-palette-agenda h3,
.t4-palette-agenda h4,
.t4-palette-agenda h5,
.t4-palette-agenda h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-agenda .nav > li > a {
	color: #018cd3;
}
.t4-palette-agenda .nav > li > a:hover,
.t4-palette-agenda .nav > li > a:focus,
.t4-palette-agenda .nav > li > a:active {
	color: #167c91;
}
.layout-home .t4-sticky.t4-palette-agenda {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-agenda {
	background-color: #24aac5;
}

/* Pattern: 8M */
.t4-palette-8m {
	color: #000000;
	background-color: #6604a0;
}
.t4-palette-8m a:not(.btn) {
	color: #010004;
}
.t4-palette-8m a:not(.btn):hover {
	color: #ffffff;
}
/* Heading */
.t4-palette-8m h1,
.t4-palette-8m h2,
.t4-palette-8m h3,
.t4-palette-8m h4,
.t4-palette-8m h5,
.t4-palette-8m h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-8m .nav > li > a {
	color: #010004;
}
.t4-palette-8m .nav > li > a:hover,
.t4-palette-8m .nav > li > a:focus,
.t4-palette-8m .nav > li > a:active {
	color: #ffffff;
}
.layout-home .t4-sticky.t4-palette-8m {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-8m {
	background-color: #6604a0;
}

/* Pattern: MEVIR-TEXT-BLACK */
.t4-palette-mevir-text-black {
	color: #000000;
	background-color: #24aac5;
}
.t4-palette-mevir-text-black a:not(.btn) {
	color: #018cd3;
}
.t4-palette-mevir-text-black a:not(.btn):hover {
	color: #167c91;
}
/* Heading */
.t4-palette-mevir-text-black h1,
.t4-palette-mevir-text-black h2,
.t4-palette-mevir-text-black h3,
.t4-palette-mevir-text-black h4,
.t4-palette-mevir-text-black h5,
.t4-palette-mevir-text-black h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-mevir-text-black .nav > li > a {
	color: #018cd3;
}
.t4-palette-mevir-text-black .nav > li > a:hover,
.t4-palette-mevir-text-black .nav > li > a:focus,
.t4-palette-mevir-text-black .nav > li > a:active {
	color: #167c91;
}
.layout-home .t4-sticky.t4-palette-mevir-text-black {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-mevir-text-black {
	background-color: #24aac5;
}

/* Section: top-menu */

#t4-top-menu .bg-overlay {
	opacity: 0.5;
}
	#t4-top-menu{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
}
@media only screen and (min-width: 576px) {
	#t4-top-menu{
		padding:0px 0px 0px 0px;
}
}
@media only screen and (min-width: 768px) {
	#t4-top-menu{
		padding:0px 0px 0px 100px;
}
}
@media only screen and (min-width: 992px) {
	#t4-top-menu{
		padding:0px 0px 0px 500px;
}
}
@media only screen and (min-width: 1200px) {
	#t4-top-menu{
		padding:0px 0px 0px 900px;
}
}

/* 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: masthead */

#t4-masthead .bg-overlay {
	opacity: 1;
}
#t4-masthead .bg-overlay-image {
	background-size: cover;
}

/* Section: mainbody */

#t4-mainbody .bg-overlay {
	opacity: 0.5;
}
@media only screen and (min-width: 1200px) {
	#t4-mainbody{
		padding:20px 0px 200px 0px;
}
}

/* Section:  */

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

/* Section:  */

#t4-section-2 .bg-overlay {
	opacity: 0.5;
}
@media only screen and (min-width: 1200px) {
	#t4-section-2{
		padding:200px 0px 0px 0px;
}
}

/* Section:  */

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

/* Section: footnav */

#t4-footnav .bg-overlay {
	opacity: 0.5;
}
/**
 * ------------------------------------------------------------------------
 * JA Stark Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/
:root {
  --primary: #18b1be;
  --secondary: #319ac4;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #111111;
}
/* 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: rgba(103, 103, 103, 0.92);
  font-family: ABeeZee;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal; 
}
.t4-content {
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: scroll;
  background-color: rgba(233, 45, 45, 0); 
}
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-style: inherit;
  line-height: 1.5;
  letter-spacing: normal; 
}
h1, .h1 {
  font-size: 55px; 
}
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: #18b1be !important; 
}
.bg-secondary {
  background-color: #319ac4 !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: #111111 !important; 
}
/* Buttons Colors */
.btn.btn-primary {
  background-color: #18b1be !important;
  border-color: #18b1be !important; 
}
.btn.btn-primary:hover {
  opacity: 0.85; 
}
.btn.btn-secondary {
  background-color: #319ac4 !important;
  border-color: #319ac4 !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: #111111 !important;
  border-color: #111111 !important; 
}
.btn.btn-dark:hover {
  opacity: 0.85; 
}
/* Text Colors */
.text-primary {
  color: #18b1be !important; 
}
.text-secondary {
  color: #319ac4 !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: #111111 !important; 
}
/* Badage Colors */
.badge-primary {
  background-color: #18b1be; 
}
.badge-secondary {
  background-color: #319ac4; 
}
.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: #111111; 
}
/* TPL
--------------------------------------- */
.contact .contact-links ul li a:hover > span, .contact .contact-links ul li a:focus > span, .contact .contact-links ul li a:active > span {
  background: #18b1be;
  border-color: #18b1be; 
}
.t4-section.t4-pattern-primary {
  background: #18b1be; 
}
  .t4-section.t4-pattern-primary .bg-overlay-image::after {
    background: #18b1be; 
}
.acm-hero .btn.html5lightbox.primary,
.acm-hero .btn.html5link.primary {
  background: #18b1be; 
}
.t4-megamenu .dropdown-menu ul > li a.nav-link:hover,
.t4-megamenu .dropdown-menu ul > li a.dropdown-item:hover {
  color: #319ac4; 
}
.t4-megamenu .dropdown-menu ul > .active a.nav-link,
.t4-megamenu .dropdown-menu ul > .active a.dropdown-item {
  color: #319ac4; 
}
.t4-megamenu .dropdown-menu .mega-nav > li a.nav-link:hover,
.t4-megamenu .dropdown-menu .mega-nav > li a.dropdown-item:hover {
  color: #319ac4; 
}
.t4-megamenu .dropdown-menu .mega-nav > .active a.nav-link,
.t4-megamenu .dropdown-menu .mega-nav > .active a.dropdown-item {
  color: #319ac4; 
}
.module-title {
  color: #319ac4; 
}
#t4-section-7 .t4-section-module .module-title {
  color: #319ac4; 
}