
:root{
--color-primary:#f50404;
--color-secondary:#d93030;
--color-success:#ff1800;
--color-info:#17a2b8;
--color-warning:#ffc107;
--color-danger:#dc3545;
--color-light:#f8f9fa;
--color-dark:#111111;
--color-white:rgba(247, 10, 10, 0);
--color-black:#000000;
--body-bg-color:rgba(8, 8, 8, 0.08);
--body-text-color:rgba(136, 136, 136, 0.75);
--body-link-color:#fd0606;
--body-link-hover-color:#f47c7c;
--mainnav-text-color:#f80606;
--mainnav-link-color:#fb2200;
--mainnav-link-hover-color:#f8c6c6;
--mainnav-link-active-color:#f67668;
--footer-bg-color:#212529;
--footer-text-color:#424445;
--footer-link-color:rgba(249, 11, 11, 0);
--footer-link-hover-color:rgba(243, 0, 0, 0.834);
}
/* Pattern: Dark */
.t4-palette-dark {
	color: #f8f9fa;
	background-color: #111111;
}
.t4-palette-dark a:not(.btn) {
	color: #cc2222;
}
.t4-palette-dark a:not(.btn):hover {
	color: #fc8c8c;
}
/* 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: #cc2222;
}
.t4-palette-dark .nav > li > a:hover,
.t4-palette-dark .nav > li > a:focus,
.t4-palette-dark .nav > li > a:active {
	color: #fc8c8c;
}
.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: #6a6a6a;
}
.t4-palette-primary a:not(.btn) {
	color: #cc2222;
}
.t4-palette-primary a:not(.btn):hover {
	color: rgba(204, 34, 34, 0.415);
}
/* 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: #cc2222;
}
.t4-palette-primary .nav > li > a:hover,
.t4-palette-primary .nav > li > a:focus,
.t4-palette-primary .nav > li > a:active {
	color: rgba(204, 34, 34, 0.415);
}
.layout-home .t4-sticky.t4-palette-primary {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary {
	background-color: #6a6a6a;
}

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

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

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

/* Pattern: Tettamanti 2 */
.t4-palette-tettamanti_2 {
	color: #716f6f;
	background-color: #ffffff;
}
.t4-palette-tettamanti_2 a:not(.btn) {
	color: #787777;
}
.t4-palette-tettamanti_2 a:not(.btn):hover {
	color: #000000;
}
/* Heading */
.t4-palette-tettamanti_2 h1,
.t4-palette-tettamanti_2 h2,
.t4-palette-tettamanti_2 h3,
.t4-palette-tettamanti_2 h4,
.t4-palette-tettamanti_2 h5,
.t4-palette-tettamanti_2 h6 {
	color: #525252;
}
/* Module */
.t4-palette-tettamanti_2 .nav > li > a {
	color: #787777;
}
.t4-palette-tettamanti_2 .nav > li > a:hover,
.t4-palette-tettamanti_2 .nav > li > a:focus,
.t4-palette-tettamanti_2 .nav > li > a:active {
	color: #000000;
}
.layout-home .t4-sticky.t4-palette-tettamanti_2 {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-tettamanti_2 {
	background-color: #ffffff;
}

/* Pattern: menu */
.t4-palette-menu {
	color: #484646;
	background-color: rgba(0, 0, 0, 0);
}
.t4-palette-menu a:not(.btn) {
	color: #ffffff;
}
.t4-palette-menu a:not(.btn):hover {
	color: #2a2929;
}
/* Heading */
.t4-palette-menu h1,
.t4-palette-menu h2,
.t4-palette-menu h3,
.t4-palette-menu h4,
.t4-palette-menu h5,
.t4-palette-menu h6 {
	color: #575656;
}
/* Module */
.t4-palette-menu .nav > li > a {
	color: #ffffff;
}
.t4-palette-menu .nav > li > a:hover,
.t4-palette-menu .nav > li > a:focus,
.t4-palette-menu .nav > li > a:active {
	color: #2a2929;
}
.layout-home .t4-sticky.t4-palette-menu {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-menu {
	background-color: rgba(0, 0, 0, 0);
}

/* Pattern: Primary copy */
.t4-palette-primary_copy {
	color: #f8f9fa;
	background-color: #474749;
}
.t4-palette-primary_copy a:not(.btn) {
	color: #ffffff;
}
.t4-palette-primary_copy a:not(.btn):hover {
	color: rgba(215, 212, 212, 0.415);
}
/* Heading */
.t4-palette-primary_copy h1,
.t4-palette-primary_copy h2,
.t4-palette-primary_copy h3,
.t4-palette-primary_copy h4,
.t4-palette-primary_copy h5,
.t4-palette-primary_copy h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-primary_copy .nav > li > a {
	color: #ffffff;
}
.t4-palette-primary_copy .nav > li > a:hover,
.t4-palette-primary_copy .nav > li > a:focus,
.t4-palette-primary_copy .nav > li > a:active {
	color: rgba(215, 212, 212, 0.415);
}
.layout-home .t4-sticky.t4-palette-primary_copy {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary_copy {
	background-color: #474749;
}

/* Pattern: home */
.t4-palette-home {
	color: #6a6a6a;
	background-color: #fefefe;
}
.t4-palette-home a:not(.btn) {
	color: #ff0707;
}
.t4-palette-home a:not(.btn):hover {
	color: #f5b4b4;
}
/* Heading */
.t4-palette-home h1,
.t4-palette-home h2,
.t4-palette-home h3,
.t4-palette-home h4,
.t4-palette-home h5,
.t4-palette-home h6 {
	color: #484343;
}
/* Module */
.t4-palette-home .nav > li > a {
	color: #ff0707;
}
.t4-palette-home .nav > li > a:hover,
.t4-palette-home .nav > li > a:focus,
.t4-palette-home .nav > li > a:active {
	color: #f5b4b4;
}
.layout-home .t4-sticky.t4-palette-home {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-home {
	background-color: #fefefe;
}

/* Pattern: Primary copy 1 */
.t4-palette-primary_copy_1 {
	color: #cfd1d2;
	background-color: #6a6a6a;
}
.t4-palette-primary_copy_1 a:not(.btn) {
	color: #cc2222;
}
.t4-palette-primary_copy_1 a:not(.btn):hover {
	color: rgba(204, 34, 34, 0.415);
}
/* Heading */
.t4-palette-primary_copy_1 h1,
.t4-palette-primary_copy_1 h2,
.t4-palette-primary_copy_1 h3,
.t4-palette-primary_copy_1 h4,
.t4-palette-primary_copy_1 h5,
.t4-palette-primary_copy_1 h6 {
	color: #f5f5f5;
}
/* Module */
.t4-palette-primary_copy_1 .nav > li > a {
	color: #cc2222;
}
.t4-palette-primary_copy_1 .nav > li > a:hover,
.t4-palette-primary_copy_1 .nav > li > a:focus,
.t4-palette-primary_copy_1 .nav > li > a:active {
	color: rgba(204, 34, 34, 0.415);
}
.layout-home .t4-sticky.t4-palette-primary_copy_1 {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary_copy_1 {
	background-color: #6a6a6a;
}

/* Pattern: Primary copy 2 */
.t4-palette-primary_copy_2 {
	color: #3e93e7;
	background-color: #6a6a6a;
}
.t4-palette-primary_copy_2 a:not(.btn) {
	color: #cc2222;
}
.t4-palette-primary_copy_2 a:not(.btn):hover {
	color: rgba(204, 34, 34, 0.415);
}
/* Heading */
.t4-palette-primary_copy_2 h1,
.t4-palette-primary_copy_2 h2,
.t4-palette-primary_copy_2 h3,
.t4-palette-primary_copy_2 h4,
.t4-palette-primary_copy_2 h5,
.t4-palette-primary_copy_2 h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-primary_copy_2 .nav > li > a {
	color: #cc2222;
}
.t4-palette-primary_copy_2 .nav > li > a:hover,
.t4-palette-primary_copy_2 .nav > li > a:focus,
.t4-palette-primary_copy_2 .nav > li > a:active {
	color: rgba(204, 34, 34, 0.415);
}
.layout-home .t4-sticky.t4-palette-primary_copy_2 {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary_copy_2 {
	background-color: #6a6a6a;
}

/* Pattern: Primary copy 2 copy */
.t4-palette-primary_copy_2_copy {
	color: #ffffff;
	background-color: #6a6a6a;
}
.t4-palette-primary_copy_2_copy a:not(.btn) {
	color: #cc2222;
}
.t4-palette-primary_copy_2_copy a:not(.btn):hover {
	color: rgba(204, 34, 34, 0.415);
}
/* Heading */
.t4-palette-primary_copy_2_copy h1,
.t4-palette-primary_copy_2_copy h2,
.t4-palette-primary_copy_2_copy h3,
.t4-palette-primary_copy_2_copy h4,
.t4-palette-primary_copy_2_copy h5,
.t4-palette-primary_copy_2_copy h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-primary_copy_2_copy .nav > li > a {
	color: #cc2222;
}
.t4-palette-primary_copy_2_copy .nav > li > a:hover,
.t4-palette-primary_copy_2_copy .nav > li > a:focus,
.t4-palette-primary_copy_2_copy .nav > li > a:active {
	color: rgba(204, 34, 34, 0.415);
}
.layout-home .t4-sticky.t4-palette-primary_copy_2_copy {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary_copy_2_copy {
	background-color: #6a6a6a;
}

/* Pattern: Tettamanti menu */
.t4-palette-tettamanti_menu {
	color: #f50000;
	background-color: #ffffff;
}
.t4-palette-tettamanti_menu a:not(.btn) {
	color: #e30101;
}
.t4-palette-tettamanti_menu a:not(.btn):hover {
	color: #f7c8c8;
}
/* Heading */
.t4-palette-tettamanti_menu h1,
.t4-palette-tettamanti_menu h2,
.t4-palette-tettamanti_menu h3,
.t4-palette-tettamanti_menu h4,
.t4-palette-tettamanti_menu h5,
.t4-palette-tettamanti_menu h6 {
	color: #525252;
}
/* Module */
.t4-palette-tettamanti_menu .nav > li > a {
	color: #e30101;
}
.t4-palette-tettamanti_menu .nav > li > a:hover,
.t4-palette-tettamanti_menu .nav > li > a:focus,
.t4-palette-tettamanti_menu .nav > li > a:active {
	color: #f7c8c8;
}
.layout-home .t4-sticky.t4-palette-tettamanti_menu {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-tettamanti_menu {
	background-color: #ffffff;
}

/* Section: header */

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

/* Section: Slide front */

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

/* Section: hero */

#t4-hero .bg-overlay-image {
	background-image: url(/images/4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

/* Section: Hero-2 */

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

/* Section: section-12 */

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

/* Section: section-1 */

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

/* Section: section-2 */

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

/* 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-4 */

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

/* Section: section-5 */

#t4-section-5 .bg-overlay {
	opacity: 1;
}
#t4-section-5 .bg-overlay-image {
	background-attachment: fixed;
}

/* Section: section-6 */

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

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

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

/* Section: footnav */

#t4-footnav .bg-overlay {
	opacity: 0.5;
}
/**
 * ------------------------------------------------------------------------
 * OSP Home Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2010-2022 OS Solution Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: Ossolution
 * Websites:  https://www.joomdonation.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/
:root {
  --primary: #f50404;
  --secondary: #d93030;
  --success: #ff1800;
  --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: 16; 
}
body {
  background-color: rgba(247, 10, 10, 0);
  color: rgba(136, 136, 136, 0.75);
  font-family: Montserrat;
  font-size: 16;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal; 
}
.t4-content {
  background-color: rgba(8, 8, 8, 0.08); 
}
h1, h2, h3, h4, h5, h6 {
  font-family: Cinzel Decorative;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal; 
}
h1, .h1 {
  font-size: 50px; 
}
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: #f50404 !important; 
}
.bg-secondary {
  background-color: #d93030 !important; 
}
.bg-success {
  background-color: #ff1800 !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: #f50404 !important;
  border-color: #f50404 !important; 
}
.btn.btn-primary:hover {
  opacity: 0.85; 
}
.btn.btn-secondary {
  background-color: #d93030 !important;
  border-color: #d93030 !important; 
}
.btn.btn-secondary:hover {
  opacity: 0.85; 
}
.btn.btn-success {
  background-color: #ff1800 !important;
  border-color: #ff1800 !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: #f50404 !important; 
}
.text-secondary {
  color: #d93030 !important; 
}
.text-success {
  color: #ff1800 !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: #f50404; 
}
.badge-secondary {
  background-color: #d93030; 
}
.badge-success {
  background-color: #ff1800; 
}
.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: #f50404;
  border-color: #f50404; 
}
.t4-section.t4-pattern-primary {
  background: #f50404; 
}
  .t4-section.t4-pattern-primary .bg-overlay-image::after {
    background: #f50404; 
}
.acm-hero .btn.html5lightbox.primary,
.acm-hero .btn.html5link.primary {
  background: #f50404; 
}
.t4-megamenu .dropdown-menu ul > li a.nav-link:hover,
.t4-megamenu .dropdown-menu ul > li a.dropdown-item:hover {
  color: #d93030; 
}
.t4-megamenu .dropdown-menu ul > .active a.nav-link,
.t4-megamenu .dropdown-menu ul > .active a.dropdown-item {
  color: #d93030; 
}
.t4-megamenu .dropdown-menu .mega-nav > li a.nav-link:hover,
.t4-megamenu .dropdown-menu .mega-nav > li a.dropdown-item:hover {
  color: #d93030; 
}
.t4-megamenu .dropdown-menu .mega-nav > .active a.nav-link,
.t4-megamenu .dropdown-menu .mega-nav > .active a.dropdown-item {
  color: #d93030; 
}
.module-title {
  color: #d93030; 
}
#t4-section-7 .t4-section-module .module-title {
  color: #d93030; 
}