
:root{
--color-primary:#ef7202;
--color-secondary:#000000;
--color-success:#28a745;
--color-info:#17a2b8;
--color-warning:#ffc107;
--color-danger:#dc3545;
--color-light:#f8f9fa;
--color-dark:#343a40;
--color-white:#afafaf;
--color-black:#000000;
--body-bg-color:#000000;
--body-text-color:#ffffff;
--body-link-color:#000000;
--body-link-hover-color:#000000;
--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 {
	background-color: #000000;
	color: #afafaf;
}
.t4-palette-dark a:not(.btn-primary) {
	color: #ef7202;
}
.t4-palette-dark a:not(.btn-primary):hover {
	color: #ef7202;
}
/* Module */
.t4-palette-dark .t4-module {
	color: #afafaf;
}
.t4-palette-dark .nav > li a,
.t4-palette-dark .nav > li .nav-link {
	color: #ef7202;
}
.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: #ef7202;
}
.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: #ef7202;
}
/* Sub nav */
.t4-palette-dark .nav > li.active li a {
  color: #ef7202;
}
.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: #ef7202;
}
.t4-palette-dark .nav li.active li.active a {
  color: #ef7202;
}

/* Pattern: Light */
.t4-palette-light {
	background-color: #afafaf;
	color: #ffffff;
}
.t4-palette-light a:not(.btn-primary) {
	color: #ef7202;
}
.t4-palette-light a:not(.btn-primary):hover {
	color: #ef7202;
}
/* Module */
.t4-palette-light .t4-module {
	color: #ffffff;
}
.t4-palette-light .nav > li a,
.t4-palette-light .nav > li .nav-link {
	color: #ef7202;
}
.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: #ef7202;
}
.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: #ef7202;
}
/* Sub nav */
.t4-palette-light .nav > li.active li a {
  color: #ef7202;
}
.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: #ef7202;
}
.t4-palette-light .nav li.active li.active a {
  color: #ef7202;
}

/* Section: header */

#t4-header .bg-overlay {
	opacity: 1;
}
#t4-header .bg-overlay-image {
	background-image: url(/images/bg_header.jpg);
}

/* Section: mainnav */

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

/* Section: Main Body */

#t4-main-body .bg-overlay {
	opacity: 1;
}
#t4-main-body .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
	background-attachment: fixed;
}

/* Section: footnav */

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

/* Section: footer */

#t4-footer .bg-overlay {
	opacity: 0.5;
}
/**
 * ------------------------------------------------------------------------
 * JA Landscape 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: #ef7202;
  --secondary: #000000;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
}
/* for megamenu animation duration */
.t4-megamenu.animate .dropdown.animating > .dropdown-menu {
  transition-duration: 400ms; 
}
html {
  font-size: 14px; 
}
body {
  background-color: #afafaf;
  color: #ffffff;
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px; 
}
.t4-content {
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-color: #000000; 
}
h1, h2, h3, h4, h5, h6 {
  font-family: Work Sans;
  font-style: inherit;
  line-height: 1.4;
  letter-spacing: 0px; 
}
h1, .h1 {
  font-size: 48px; 
}
h2, .h2 {
  font-size: 36px; 
}
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: #ef7202 !important; 
}
.bg-secondary {
  background-color: #000000 !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: #343a40 !important; 
}
/* Buttons Colors */
.btn.btn-primary {
  background-color: #ef7202 !important;
  border-color: #ef7202 !important; 
}
.btn.btn-primary:hover {
  opacity: 0.85; 
}
.btn.btn-secondary {
  background-color: #000000 !important;
  border-color: #000000 !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: #343a40 !important;
  border-color: #343a40 !important; 
}
.btn.btn-dark:hover {
  opacity: 0.85; 
}
/* Text Colors */
.text-primary {
  color: #ef7202 !important; 
}
.text-secondary {
  color: #000000 !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: #343a40 !important; 
}
/* Badage Colors */
.badge-primary {
  background-color: #ef7202; 
}
.badge-secondary {
  background-color: #000000; 
}
.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: #343a40; 
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #084035; 
}
#t4-mainnav .container:before,
#t4-mainnav .container:after,
#t4-section-5 .container {
  border-color: #f1ece2; 
}
.t4-megamenu .navbar-nav > li > a,
.t4-megamenu .navbar-nav > li > .nav-link {
  font-family: Work Sans; 
}
  .t4-megamenu .navbar-nav > li > a:hover,
  .t4-megamenu .navbar-nav > li > .nav-link:hover {
    color: #ef7202;
    border-top-color: #ef7202; 
}
.t4-megamenu .navbar-nav > li.active > .nav-link {
  color: #ef7202;
  border-top-color: #ef7202; 
}
.t4-megamenu .navbar-nav > li .dropdown-menu li:last-child {
  border: 0; 
}
.t4-megamenu .navbar-nav > li .dropdown-menu li > a:hover, .t4-megamenu .navbar-nav > li .dropdown-menu li > a:focus, .t4-megamenu .navbar-nav > li .dropdown-menu li > a:active,
.t4-megamenu .navbar-nav > li .dropdown-menu li > .nav-link:hover,
.t4-megamenu .navbar-nav > li .dropdown-menu li > .nav-link:focus,
.t4-megamenu .navbar-nav > li .dropdown-menu li > .nav-link:active,
.t4-megamenu .navbar-nav > li .dropdown-menu li .dropdown-item:hover,
.t4-megamenu .navbar-nav > li .dropdown-menu li .dropdown-item:focus,
.t4-megamenu .navbar-nav > li .dropdown-menu li .dropdown-item:active {
  color: #000000; 
}
.t4-megamenu .navbar-nav > li .dropdown-menu li.active > a,
.t4-megamenu .navbar-nav > li .dropdown-menu li.active > .nav-link,
.t4-megamenu .navbar-nav > li .dropdown-menu li.active .dropdown-item {
  color: #ef7202; 
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link:hover,
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link:focus,
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link:active,
.t4-offcanvas .t4-off-canvas-body .navbar .separator:hover,
.t4-offcanvas .t4-off-canvas-body .navbar .separator:focus,
.t4-offcanvas .t4-off-canvas-body .navbar .separator:active {
  color: #ef7202; 
}
.page-item.active .page-link {
  background-color: #ef7202;
  border-color: #ef7202; 
}
.page-link {
  color: #000000; 
}
  .page-link:hover {
    color: #ef7202; 
}
.article-index ul li a:hover,
.article-index ul li a:focus,
.article-index ul li a:active {
  color: #ef7202; 
}
.module-head-group .module-title,
.sidebar-r .module-title,
.sidebar-l .module-title {
  color: #ef7202; 
}
  .module-head-group .module-title span:before,
  .sidebar-r .module-title span:before,
  .sidebar-l .module-title span:before {
    background-color: #ef7202; 
}
.module-head-group .sub-title,
.sidebar-r .sub-title,
.sidebar-l .sub-title {
  color: #000000; 
}
.t4-section .section-7-l .t4-module {
  border-top-color: #ef7202; 
}
.category-module a:not(.btn-primary) {
  color: #000000; 
}
  .category-module a:not(.btn-primary):hover, .category-module a:not(.btn-primary):focus, .category-module a:not(.btn-primary):active {
    color: #000000; 
}
.category-module .mod-articles-category-category {
  font-family: Work Sans; 
}
  .category-module .mod-articles-category-category a {
    color: #ef7202; 
}
    .category-module .mod-articles-category-category a:after {
      background-color: #ef7202; 
}
    .category-module .mod-articles-category-category a:hover, .category-module .mod-articles-category-category a:focus, .category-module .mod-articles-category-category a:active {
      color: #ef7202; 
}
.category-module.isotope .mod-articles-category-title {
  font-family: Work Sans; 
}
.category-module.mod-owl .mod-articles-category-category a {
  color: #ef7202; 
}
  .category-module.mod-owl .mod-articles-category-category a:after {
    background-color: #ef7202; 
}
.isotope-layout .isotope-filter-list button {
  font-family: Work Sans; 
}
  .isotope-layout .isotope-filter-list button.active, .isotope-layout .isotope-filter-list button:hover, .isotope-layout .isotope-filter-list button:focus, .isotope-layout .isotope-filter-list button:active {
    color: #ef7202; 
}
.category-module.mod-owl.mod-owl1 .info-detail::before {
  border-right-color: #f1ece2;
  border-top-color: #f1ece2; 
}
.mostread li a,
.latestnews li a,
.relateditems li a,
.tagssimilar ul li a {
  color: #000000; 
}
.category-module.mod-owl .owl-nav .owl-next,
.category-module.mod-owl .owl-nav .owl-prev {
  color: #000000; 
}
  .category-module.mod-owl .owl-nav .owl-next:hover,
  .category-module.mod-owl .owl-nav .owl-prev:hover {
    color: #ef7202; 
}
.contact-info .address,
.contact-info .mail {
  font-family: Work Sans; 
}
.social-list li a:hover,
.social-list li a:focus,
.social-list li a:active {
  color: #ef7202 !important; 
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  color: #ef7202; 
}
.acm-slideshow .owl-dots .owl-dot.active span {
  background-color: #ef7202; 
}
  .acm-slideshow .owl-dots .owl-dot.active span:before {
    border-color: #ef7202; 
}
.acm-features.style-1 .features-item {
  border-color: #f1ece2; 
}
  .acm-features.style-1 .features-item:after {
    border-right: 5px solid #f1ece2;
    border-bottom: 5px solid #f1ece2; 
}
  .acm-features.style-1 .features-item .sub-title {
    color: #000000; 
}
  .acm-features.style-1 .features-item h4 {
    font-size: 48px;
    color: #000000; 
}
  .acm-features.style-1 .features-item:hover {
    border-color: #ef7202; 
}
    .acm-features.style-1 .features-item:hover:after {
      border-right-color: #ef7202;
      border-bottom-color: #ef7202; 
}
.acm-features.style-3 .features-item .inner.bg-white {
  color: #ffffff; 
}
  .acm-features.style-3 .features-item .inner.bg-white .sub-title {
    color: #000000; 
}
.acm-features.style-3 .features-item .inner h2 {
  color: #ef7202; 
}
  .acm-features.style-3 .features-item .inner h2 a {
    color: #ef7202; 
}
.acm-features.style-4 .features-links li a {
  color: #000000; 
}
.acm-features.style-5 .features-text h5 a {
  color: #000000; 
}
.acm-features.style-5 .readmore::before {
  background-color: #ef7202; 
}
.acm-features.style-5 .readmore::after {
  background-color: #ef7202; 
}
.acm-features.style-5 .readmore:hover {
  background-color: #ef7202; 
}
.call-us-now::before {
  background-color: #ef7202; 
}
.call-us-now h3 {
  color: #ef7202; 
}
.call-us-now h2 {
  color: #000000; 
}
.contact-info .address .fa, .contact-info .mail .fa {
  color: #ef7202; 
}
.acm-teams .apply-link .teams-item-inner {
  background-color: #000000; 
}
  .acm-teams .apply-link .teams-item-inner h5 {
    color: #000000; 
}
.acm-teams .apply-link span {
  color: #ef7202; 
}
  .acm-teams .apply-link span::before {
    background-color: #ef7202; 
}
  .acm-teams .apply-link span::after {
    background-color: #ef7202; 
}
.acm-video .btn.html5lightbox,
.acm-video .btn.html5link {
  color: #ef7202;
  border-color: #ef7202; 
}
.acm-testimonials .testimonial-content .testimonial-text p {
  font-family: Work Sans; 
}
.acm-testimonials .author-name {
  color: #ef7202;
  font-family: Rouge Script; 
}
#ja-form .form-info h3 {
  color: #000000;
  font-size: 36px; 
}
.article-info {
  font-family: Work Sans; 
}
.article-index .nav.nav-tabs li a.active {
  color: #ef7202; 
}
.category .category-name a {
  color: #ef7202; 
}
  .category .category-name a:after {
    background-color: #ef7202; 
}
.readmore .btn::before,
.category-module.isotope .article-details .mod-articles-category-readmore .btn::before {
  background-color: #ef7202; 
}
.readmore .btn::after,
.category-module.isotope .article-details .mod-articles-category-readmore .btn::after {
  background-color: #ef7202; 
}
.readmore .btn:hover,
.category-module.isotope .article-details .mod-articles-category-readmore .btn:hover {
  background-color: #ef7202 !important; 
}
.com-tags-tag.tag-category .list-group .list-group-item a {
  color: #000000; 
}
  .com-tags-tag.tag-category .list-group .list-group-item a:hover, .com-tags-tag.tag-category .list-group .list-group-item a:focus, .com-tags-tag.tag-category .list-group .list-group-item a:active {
    color: #ef7202; 
}
.page-header h2,
.categories-list h2 {
  font-size: 20px; 
}
  .page-header h2 a, .page-header h2 a:hover,
  .categories-list h2 a,
  .categories-list h2 a:hover {
    color: #000000; 
}
.isotope-layout .com-content-category-blog .item-content,
.category-module.isotope .article-details {
  background-color: #000000; 
}
  .isotope-layout .com-content-category-blog .item-content .page-header h2,
  .isotope-layout .com-content-category-blog .item-content .mod-articles-category-title,
  .category-module.isotope .article-details .page-header h2,
  .category-module.isotope .article-details .mod-articles-category-title {
    font-size: 28px; 
}
.contact .contact-box .contact-title h2 {
  color: #ef7202; 
}
  .contact .contact-box .contact-title h2:before {
    background-color: #ef7202; 
}
.contact .contact-box legend {
  font-size: 28px;
  color: #000000; 
}
.contact .contact-box > .contact-form {
  border-top-color: #ef7202; 
}
.search .btn-toolbar .btn {
  background-color: #ef7202;
  border-color: #ef7202; 
}