/*
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.
*/
/*
.oswald-<uniquifier> {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.manrope-<uniquifier> {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

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

*,
*::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;
}

.web-logo {
	font-size: 1.5rem;
	font-weight: bold;
	font-family: var(--heading-font);
	color: #fff;
}

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

header {
	color: #fbd3a0;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
	border-bottom: 2px solid #434343;
	background-color: #000;
}

header .navbar {
	padding: 5px 0px;
}

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: #a6a6a6;
}
header .navbar .navbar-nav .nav-item .nav-link.active{
	color: #cecece;
}
header .navbar .navbar-nav .nav-item .nav-link:hover{
	color: #cecece;
}
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);
	text-transform: uppercase;
	font-weight: 700;
}

footer {
	background-color: #310B0B;
	padding-top: 2rem;
	padding-bottom: 5rem;
	font-size: 14px;
	color: #fff;
}

footer .footer-main {
	margin-bottom: 1rem;
}

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: #fff;
	text-decoration: none;
}

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

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

footer .footer-disclaimer {
	margin-top: 1.5rem;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	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: #fff;
	text-decoration: none;
}

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

footer .footer-legal ul li+li:before {
	content: '|';
	color: #fff;
	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;
}

.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: 600;
	text-transform: uppercase;
	padding-bottom: .5rem;
}

.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 {
	padding-bottom: 1rem;
	font-size: 14px;
	text-align: justify;
}

.page-content a {
	color: #370056;
}

.page-content strong>a {
	color: #370056;
}

.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;
	}
}

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