/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
  font-family: "Libertinus Sans", sans-serif;
font-weight: 700;

font-family: "Open Sans", sans-serif;
  font-weight: 400;


    Created on : 22-Jan-2025, 4:00:08 pm
    Author     : Ajit Chandra
*/
:root {
	--body-font: "Open Sans", sans-serif;
	--heading-font: "Libertinus Sans", sans-serif;
}

.rounded-100 {
	border-radius: 100%;
}

.pt-2rem { padding-top: 2rem; }
.pt-4rem { padding-top: 4rem; }
.pb-2rem { padding-bottom: 2rem; }
.pb-4rem { padding-bottom: 4rem; }

*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

*,
body,
html,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
figure,
figcaption,
a,
ol,
ul,
li,
hr,
address {
	padding: 0px;
	margin: 0px;
}

html {
	scrollbar-width: thin;
	font-size: 100%;
	box-sizing: inherit;
	scroll-behavior: smooth;
	height: -webkit-fill-available;
}

html::-webkit-scrollbar {
	width: 5px;
}

html::-webkit-scrollbar-track {
	background: #ddd;
}

html::-webkit-scrollbar-thumb {
	background: #FDD36A;
}

ul,
li {
	list-style-type: none;
}

a,
button {
	cursor: pointer;
	border: none;
	outline: none;
	user-select: none;
	background: none;
	box-shadow: none;
}

*,
body,
html,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
figure,
figcaption,
a,
ul,
li,
hr,
address {
	padding: 0px;
	margin: 0px;
}

ul,
li {
	list-style-type: none;
}

.black {
	color: #000;
}

.txt-shadow {
	text-shadow: 0px 0px 1px #000;
}

body {
	font-size: 16px;
	font-family: var(--body-font);
	background-color: #4B352A;
	color: #fff;
}

header .navbar {
	padding: 5px 0px;
	border-bottom: 1px solid #151414;
	background-color: #000;
}

header .navbar .web-logo {
	font-size: 1.5rem;
	font-weight: bold;
	font-family: var(--heading-font);
	color: #F8C98C;
	text-shadow: -1px -1px 5px #000;
}

header .navbar .navbar-toggler {
	border: 1px solid #fff;
	border-radius: 0px;
}

header .navbar .navbar-toggler .navbar-icon {
	color: #fff;
}

header .navbar .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	padding: 0px 15px;
	color: #d2d2d2;
}
header .navbar .navbar-nav .nav-item .nav-link.active{
	color: #fff;
	font-weight: bold;
}

header .navbar .navbar-nav .nav-item .nav-link:hover{
	color: #fff;
}

header .offcanvas {
	background-color: #000;
}

header .offcanvas .offcanvas-header {
	background-color: #1D1616;
}

header .offcanvas .offcanvas-header .btn-close {
	background: none;
	color: #fff;
	opacity: 1;
	height: inherit;
	width: inherit;
	font-size: 1.5rem;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 5px;
	line-height: 20px;
}

header .offcanvas .navbar-nav .nav-item {
	padding: 5px 0px;
}

header .offcanvas .navbar-nav .nav-item+.nav-item {
	border-top: 1px solid #4a4a4a;
}

header .offcanvas .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	line-height: 12px;
	color: #fff;
}

header .offcanvas .navbar-nav .nav-item .nav-link:hover {
	text-decoration: underline;
}

header .offcanvas .navbar-nav .nav-item .nav-link.active {
	text-decoration: underline;
}

.heading-title {
	margin-bottom: 25px;
}

.heading-title .title {
	font-size: 1.5rem;
	font-family: var(--heading-font);
	font-weight: 700;
}

footer {
	padding-top: 2rem;
	padding-bottom: 5rem;
	font-size: 14px;
	color: #bebebe;
	background: #420000; background: linear-gradient(0deg, rgba(66, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

footer .footer-logo .web-logo{
	font-size: 1.5rem;
    font-weight: bold;
    font-family: var(--heading-font);
    color: #000;
    background-color: #F5C9B0;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 15px 5px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
footer .footer-main {
	margin-bottom: 3rem;
}

footer .footer-main .title {
	font-size: 1.5rem;
	font-family: var(--heading-font);
	font-weight: bold;
	color: #DEE0B3;
}

footer .footer-main ul {
	margin-top: 15px;
}

footer .footer-main ul>li+li {
	padding-top: 10px;
}

footer .footer-main address button {
	color: #bebebe;
}

footer .footer-main address span {
	font-weight: bold;
}

footer .footer-main a {
	color: #bebebe;
}

footer .footer-main .social-links {
	margin-top: 15px;
}

footer .footer-main .footer-logo {
	text-decoration: none;
}

footer .footer-info ul {
	display: inline-flex;
}

footer .footer-info ul li {
	padding-left: 10px;
}

footer .footer-info ul li a {
	color: #bebebe;
	text-decoration: none;
}

footer .footer-info ul li a:hover {
	text-decoration: underline;
}

footer .footer-info ul li+li:before {
	content: '|';
	color: #bebebe;
	margin-right: 10px;
}

footer .footer-disclaimer {
	margin-top: 1.5rem;
	text-align: center;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	font-size: 13px;
}

footer .footer-legal {
	margin-top: 10px;
	text-align: center;
}

footer .footer-legal ul {
	display: inline-flex;
	font-size: 12px;
}

footer .footer-legal ul li {
	padding-left: 5px;
}

footer .footer-legal ul li a {
	color: #bebebe;
	text-decoration: none;
}

footer .footer-legal ul li a:hover {
	text-decoration: underline;
}

footer .footer-legal ul li+li:before {
	content: '|';
	color: #bebebe;
	margin-right: 5px;
}

.callbuttonlinks {
	position: fixed;
	z-index: 999999;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #070F2B;
	-webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
	box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
}

.callbuttonlinks ul {
	display: inline-flex;
	width: 100%;
}

.callbuttonlinks ul li {
	width: 25%;
}

.callbuttonlinks ul li span {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	cursor: pointer;
}

.callbuttonlinks ul li+li {
	border-left: 1px solid #585453;
}

.page-content {
	padding-top: 2rem;
	padding-bottom: 1.5rem;
	color: #d0e8c5;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	font-family: var(--heading-font);
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	padding-bottom: .5rem;
	color: #E7D283;
    text-shadow: 0px 0px 5px #000;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	padding-top: 1.5rem;
}

.page-content h1 {
	font-size: 22px;
}

.page-content h2 {
	font-size: 21px;
}

.page-content h3 {
	font-size: 20px;
}

.page-content h4 {
	font-size: 19px;
}

.page-content h5 {
	font-size: 18px;
}

.page-content h6 {
	font-size: 17px;
}

.page-content p a, .page-content strong > a {
	color: #f5cf00;	
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 10px;
	line-height: 20px;
}

.page-content strong {
	color: #d8f59b;
}

.page-content p {
	padding-bottom: 1rem;
	font-size: 14px;
	text-align: justify;
}

.page-content ul {
	margin-left: 15px;
	margin-bottom: 15px;
}

.page-content ul li {
	list-style-type: square;
	padding: 5px 0px;
}

.page-content ol {
	margin-left: 20px;
	margin-bottom: 15px;
}

.page-content ol li {
	list-style-type: upper-alpha;
	padding: 5px 0px;
}

@media (min-width: 576px) {

	.page-content h1,
	.page-content h2,
	.page-content h3,
	.page-content h4,
	.page-content h5,
	.page-content h6 {
		text-align: left;
	}

	.page-content h1 {
		font-size: 1.8rem;
	}

	.page-content h2 {
		font-size: 1.7rem;
	}

	.page-content h3 {
		font-size: 1.6rem;
	}

	.page-content h4 {
		font-size: 1.5rem;
	}

	.page-content h5 {
		font-size: 1.4rem;
	}

	.page-content h6 {
		font-size: 1.3rem;
	}

	.page-content p {
		font-size: 14px;
	}
}

@media (min-width: 768px) {

	.page-content h1,
	.page-content h2,
	.page-content h3,
	.page-content h4,
	.page-content h5,
	.page-content h6 {
		text-align: left;
	}

	.page-content h1 {
		font-size: 2rem;
	}

	.page-content h2 {
		font-size: 1.8rem;
	}

	.page-content h3 {
		font-size: 1.7rem;
	}

	.page-content h4 {
		font-size: 1.6rem;
	}

	.page-content h5 {
		font-size: 1.5rem;
	}

	.page-content h6 {
		font-size: 1.4rem;
	}

	.page-content p {
		font-size: 16px;
	}
}

.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 0px !important;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-gallery.columns-4 .wp-block-image {
	width: 100%;
	flex: 0 0 auto;
	border: 1px solid #fff;
}

.wp-block-gallery.columns-4 .wp-block-image img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 576px) {
	.wp-block-gallery.columns-4 .wp-block-image {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.wp-block-gallery.columns-4 .wp-block-image {
		width: 50%;
	}
}

@media (min-width: 992px) {
.wp-block-gallery{
width: 100%;
}
	.wp-block-gallery.columns-4 .wp-block-image {
		width: 25%;
	}		
}


@media (min-width: 768px) {
	.heading-title .title {
		font-size: 2.5rem;
	}
}

/*# sourceMappingURL=main-style.css.map */