/*
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.
*/
/*
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}


    Created on : 22-Jan-2025, 4:00:08 pm
    Author     : Ajit Chandra
*/
:root {
	--body-font: "Poppins", sans-serif;
	--heading-font: "Anton", sans-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: #1F1717;
	color: #cecece;
}

header {
	background-color: #450300;
}
header .header-mobile{ text-align: center; font-size: 1.3rem; font-weight: bold; padding: 5px 0px; background-color: #030303;}
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: #fff;
}

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

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);	
	display: inline-block;
    border-width: 0px 0px 4px 0px;
    border-style: double;
    border-radius: 50px;
    padding: 0px 15px;
    background-color: #3B060A;
    border-color: #F3A26D;
	color: #E3D095;
	text-shadow: 0px 0px 5px #000;
}

footer {	
	padding-top: 2rem;
	padding-bottom: 5rem;
	font-size: 14px;
	color: #b7b7b7;
	border-top: 2px solid #b40000;
	background-color: #450300;
}

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

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

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

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

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

footer .footer-legal ul li+li:before {
	content: '|';
	color: #b7b7b7;
	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;
	padding-bottom: .5rem;
	color: #F3A26D;
	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 {
	padding-bottom: 1rem;
	font-size: 15px;
	text-align: justify;
}
.page-content p strong { color: #cbdcc1;}
.page-content p a { color: #c1c3ef;}

.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;
}
.videos-box video{
	width: 100%;
}
@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: 26px
	}

	.page-content h2 {
		font-size: 25px
	}

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

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

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

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

	.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: 26px;
	}

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

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

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

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

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

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

@media (min-width: 768px) {
	.heading-title .title {
		font-size: 2rem;
	}
}
.videos-box video {
  max-width: 100%;
  height: auto;
  width: 100%;
}

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

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

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

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

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

@media (min-width: 992px) {
	.keyword-profiles.columns-4 .wp-block-image {
		width: 25%;
	}		
}
/*# sourceMappingURL=main-style.css.map */