
/* Pattern: Dark */
.t4-palette-dark {
	color: #f8f9fa;
	background-color: #4d3d54;
}
.t4-palette-dark a:not(.btn) {
	color: #d3ab3c;
}
.t4-palette-dark a:not(.btn):hover {
	color: #d3ab3c;
}
/* 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: #d3ab3c;
}
.t4-palette-dark .nav > li > a:hover,
.t4-palette-dark .nav > li > a:focus,
.t4-palette-dark .nav > li > a:active {
	color: #d3ab3c;
}
.layout-home .t4-sticky.t4-palette-dark {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-dark {
	background-color: #4d3d54;
}

/* Pattern: Primary */
.t4-palette-primary {
	color: #f8f9fa;
	background-color: #7d6388;
}
.t4-palette-primary a:not(.btn) {
	color: #d3ab3c;
}
.t4-palette-primary a:not(.btn):hover {
	color: #d3ab3c;
}
/* 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: #d3ab3c;
}
.t4-palette-primary .nav > li > a:hover,
.t4-palette-primary .nav > li > a:focus,
.t4-palette-primary .nav > li > a:active {
	color: #d3ab3c;
}
.layout-home .t4-sticky.t4-palette-primary {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary {
	background-color: #7d6388;
}

/* Pattern: Gray */
.t4-palette-gray {
	color: #888888;
	background-color: #f8f9fa;
}
.t4-palette-gray a:not(.btn) {
	color: #d3ab3c;
}
.t4-palette-gray a:not(.btn):hover {
	color: #d3ab3c;
}
/* 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: #4d3d54;
}
/* Module */
.t4-palette-gray .nav > li > a {
	color: #d3ab3c;
}
.t4-palette-gray .nav > li > a:hover,
.t4-palette-gray .nav > li > a:focus,
.t4-palette-gray .nav > li > a:active {
	color: #d3ab3c;
}
.layout-home .t4-sticky.t4-palette-gray {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-gray {
	background-color: #f8f9fa;
}

/* Pattern: Transparent */
.t4-palette-transparent {
	color: #f8f9fa;
	background-color: rgba(255, 255, 255, 0);
}
.t4-palette-transparent a:not(.btn) {
	color: #d3ab3c;
}
.t4-palette-transparent a:not(.btn):hover {
	color: #d3ab3c;
}
/* 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: #f8f9fa;
}
/* Module */
.t4-palette-transparent .nav > li > a {
	color: #d3ab3c;
}
.t4-palette-transparent .nav > li > a:hover,
.t4-palette-transparent .nav > li > a:focus,
.t4-palette-transparent .nav > li > a:active {
	color: #d3ab3c;
}
.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: Toolbar Default */
.t4-palette-toolbar_default {
	color: #f8f9fa;
	background-color: #fef6f6;
}
.t4-palette-toolbar_default a:not(.btn) {
	color: #d3ab3c;
}
.t4-palette-toolbar_default a:not(.btn):hover {
	color: #7d6388;
}
/* Heading */
.t4-palette-toolbar_default h1,
.t4-palette-toolbar_default h2,
.t4-palette-toolbar_default h3,
.t4-palette-toolbar_default h4,
.t4-palette-toolbar_default h5,
.t4-palette-toolbar_default h6 {
	color: #d3ab3c;
}
/* Module */
.t4-palette-toolbar_default .nav > li > a {
	color: #d3ab3c;
}
.t4-palette-toolbar_default .nav > li > a:hover,
.t4-palette-toolbar_default .nav > li > a:focus,
.t4-palette-toolbar_default .nav > li > a:active {
	color: #7d6388;
}
.layout-home .t4-sticky.t4-palette-toolbar_default {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-toolbar_default {
	background-color: #fef6f6;
}

/* Pattern: Copyright Footer */
.t4-palette-copyright_footer {
	color: #f8f9fa;
	background-color: #f29fa4;
}
.t4-palette-copyright_footer a:not(.btn) {
	color: #ffffff;
}
.t4-palette-copyright_footer a:not(.btn):hover {
	color: #fef6f6;
}
/* Heading */
.t4-palette-copyright_footer h1,
.t4-palette-copyright_footer h2,
.t4-palette-copyright_footer h3,
.t4-palette-copyright_footer h4,
.t4-palette-copyright_footer h5,
.t4-palette-copyright_footer h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-copyright_footer .nav > li > a {
	color: #ffffff;
}
.t4-palette-copyright_footer .nav > li > a:hover,
.t4-palette-copyright_footer .nav > li > a:focus,
.t4-palette-copyright_footer .nav > li > a:active {
	color: #fef6f6;
}
.layout-home .t4-sticky.t4-palette-copyright_footer {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-copyright_footer {
	background-color: #f29fa4;
}

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

/* Pattern: Home Courses */
.t4-palette-home_courses {
	color: #888888;
	background-color: #fef6f6;
}
.t4-palette-home_courses a:not(.btn) {
	color: #d3ab3c;
}
.t4-palette-home_courses a:not(.btn):hover {
	color: #d3ab3c;
}
/* Heading */
.t4-palette-home_courses h1,
.t4-palette-home_courses h2,
.t4-palette-home_courses h3,
.t4-palette-home_courses h4,
.t4-palette-home_courses h5,
.t4-palette-home_courses h6 {
	color: #4d3d54;
}
/* Module */
.t4-palette-home_courses .nav > li > a {
	color: #d3ab3c;
}
.t4-palette-home_courses .nav > li > a:hover,
.t4-palette-home_courses .nav > li > a:focus,
.t4-palette-home_courses .nav > li > a:active {
	color: #d3ab3c;
}
.layout-home .t4-sticky.t4-palette-home_courses {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-home_courses {
	background-color: #fef6f6;
}

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

/* Pattern: Footer Nav */
.t4-palette-footer_nav {
	color: #000000;
	background-color: #ffffff;
}
.t4-palette-footer_nav a:not(.btn) {
	color: #888888;
}
.t4-palette-footer_nav a:not(.btn):hover {
	color: #d3ab3c;
}
/* Heading */
.t4-palette-footer_nav h1,
.t4-palette-footer_nav h2,
.t4-palette-footer_nav h3,
.t4-palette-footer_nav h4,
.t4-palette-footer_nav h5,
.t4-palette-footer_nav h6 {
	color: #000000;
}
/* Module */
.t4-palette-footer_nav .nav > li > a {
	color: #888888;
}
.t4-palette-footer_nav .nav > li > a:hover,
.t4-palette-footer_nav .nav > li > a:focus,
.t4-palette-footer_nav .nav > li > a:active {
	color: #d3ab3c;
}
.layout-home .t4-sticky.t4-palette-footer_nav {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-footer_nav {
	background-color: #ffffff;
}

/* Section: topbar */

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

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

#t4-hero .bg-overlay {
	opacity: 1;
}
#t4-hero .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

/* Section: section-1 */

#t4-section-1 .bg-overlay {
	opacity: 1;
}
#t4-section-1 .bg-overlay-image {
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Section: section-4 */

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

/* Section: section-5 */

#t4-section-5 .bg-overlay {
	opacity: 0.6;
}
#t4-section-5 .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	background-attachment: fixed;
}

/* Section: section-7 */

#t4-section-7 .bg-overlay {
	opacity: 1;
}
#t4-section-7 .bg-overlay-image {
	background-repeat: no-repeat;
	background-position: 100% 0;
}

/* Section: section-3 */

#t4-section-3 .bg-overlay {
	opacity: 1;
}
#t4-section-3 .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	background-attachment: fixed;
}

/* Section: section-2 */

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

/* Section: section-6 */

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

/* Section: section-8 */

#t4-section-8 .bg-overlay {
	opacity: 1;
}
#t4-section-8 .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
}

/* Section: footnav */

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

/* Section: footer */

#t4-footer .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: #7d6388;
  --secondary: #d3ab3c;
  --success: #28a745;
  --info: #bfdce2;
  --warning: #d3ab3c;
  --danger: #f29fa4;
  --light: #f8f9fa;
  --dark: #4d3d54;
}
/* for megamenu animation duration */
.t4-megamenu.animate .dropdown.animating > .dropdown-menu {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms; 
}
body {
  color: #888888;
  font-family: ProximaNova-Regular;
  font-style: inherit;
  letter-spacing: normal; 
}
.t4-content {
  background-color: rgba(255, 255, 255, 0); 
}
a {
  color: #7d6388; 
}
a:hover {
  color: #d3ab3c; 
}
h1, h2, h3, h4, h5, h6 {
  font-family: Josefin Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal; 
}
h1, .h1 {
  font-size: 48px; 
}
h2, .h2 {
  font-size: 26px; 
}
h3, .h3 {
  font-size: 24px; 
}
h4, .h4 {
  font-size: 22px; 
}
h5, .h5 {
  font-size: 18px; 
}
h6, .h6 {
  font-size: 16px; 
}
/* COLORS
--------------------------------------- */
/* Backgrounds Colors */
.bg-primary {
  background-color: #7d6388 !important; 
}
.bg-secondary {
  background-color: #d3ab3c !important; 
}
.bg-success {
  background-color: #28a745 !important; 
}
.bg-info {
  background-color: #bfdce2 !important; 
}
.bg-warning {
  background-color: #d3ab3c !important; 
}
.bg-danger {
  background-color: #f29fa4 !important; 
}
.bg-light {
  background-color: #f8f9fa !important; 
}
.bg-dark {
  background-color: #4d3d54 !important; 
}
/* Buttons Colors */
.btn.btn-primary {
  background-color: #7d6388 !important;
  border-color: #7d6388 !important; 
}
.btn.btn-primary:hover {
  opacity: 0.85; 
}
.btn.btn-secondary {
  background-color: #d3ab3c !important;
  border-color: #d3ab3c !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: #bfdce2 !important;
  border-color: #bfdce2 !important; 
}
.btn.btn-info:hover {
  opacity: 0.85; 
}
.btn.btn-warning {
  background-color: #d3ab3c !important;
  border-color: #d3ab3c !important; 
}
.btn.btn-warning:hover {
  opacity: 0.85; 
}
.btn.btn-danger {
  background-color: #f29fa4 !important;
  border-color: #f29fa4 !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: #4d3d54 !important;
  border-color: #4d3d54 !important; 
}
.btn.btn-dark:hover {
  opacity: 0.85; 
}
/* Text Colors */
.text-primary {
  color: #7d6388 !important; 
}
.text-secondary {
  color: #d3ab3c !important; 
}
.text-success {
  color: #28a745 !important; 
}
.text-info {
  color: #bfdce2 !important; 
}
.text-warning {
  color: #d3ab3c !important; 
}
.text-danger {
  color: #f29fa4 !important; 
}
.text-light {
  color: #f8f9fa !important; 
}
.text-dark {
  color: #4d3d54 !important; 
}
/* Badage Colors */
.badge-primary {
  background-color: #7d6388; 
}
.badge-secondary {
  background-color: #d3ab3c; 
}
.badge-success {
  background-color: #28a745; 
}
.badge-info {
  background-color: #bfdce2; 
}
.badge-warning {
  background-color: #d3ab3c; 
}
.badge-danger {
  background-color: #f29fa4; 
}
.badge-light {
  background-color: #f8f9fa; 
}
.badge-dark {
  background-color: #4d3d54; 
}
/* 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: #7d6388;
  border-color: #7d6388; 
}
.t4-section.t4-pattern-primary {
  background: #7d6388; 
}
  .t4-section.t4-pattern-primary .bg-overlay-image::after {
    background: #7d6388; 
}
.acm-hero .btn.html5lightbox.primary,
.acm-hero .btn.html5link.primary {
  background: #7d6388; 
}
.t4-megamenu .dropdown-menu ul > li a.nav-link:hover,
.t4-megamenu .dropdown-menu ul > li a.dropdown-item:hover {
  color: #d3ab3c; 
}
.t4-megamenu .dropdown-menu ul > .active a.nav-link,
.t4-megamenu .dropdown-menu ul > .active a.dropdown-item {
  color: #d3ab3c; 
}
.t4-megamenu .dropdown-menu .mega-nav > li a.nav-link:hover,
.t4-megamenu .dropdown-menu .mega-nav > li a.dropdown-item:hover {
  color: #d3ab3c; 
}
.t4-megamenu .dropdown-menu .mega-nav > .active a.nav-link,
.t4-megamenu .dropdown-menu .mega-nav > .active a.dropdown-item {
  color: #d3ab3c; 
}
.module-title {
  color: #d3ab3c; 
}
#t4-section-7 .t4-section-module .module-title {
  color: #d3ab3c; 
}