/*
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.
*/
/*
    Created on : 13-Aug-2024, 4:44:46 pm
    Author     : Ajit Chandra
.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.new-amsterdam-regular {
  font-family: "New Amsterdam", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
*/
:root {
	--body-font: "Poppins", sans-serif;
	--heading-font: "Oswald", sans-serif;
}

*,
*::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;
}
.clippath-bottom {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
}

.clippath-top {
	clip-path: polygon(0 0, 50% 50px, 100% 0, 100% 100%, 0 100%);
	margin-top: -40px;
}

body {
	background-color: #000;
	color: #fff;
	font-family: var(--body-font);
}

.pt-2rem {
	padding-top: 2rem;
}

.pb-2rem {
	padding-bottom: 2rem;
}

.pt-4rem {
	padding-top: 4rem;
}

.pb-4rem {
	padding-bottom: 4rem;
}

.padding-top-2rem {
	padding-top: 2rem;
}

.padding-bottom-2rem {
	padding-bottom: 2rem;
}

.heading-section .title {
	font-family: var(--heading-font);
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	display: inline-block;
	color: #E0A75E;
	text-shadow: 0px 0px 5px #000;
}

.weblogo {
	font-family: var(--heading-font);
	font-size: 2rem;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
}

header {
	padding-top: 25px;
}

header .navbar {
	background-color: #E6D2AA;
}

header .navbar .navbar-brand {
	color: #000;
}

header .navbar .navbar-brand img {
	width: 100px;
	height: 40px;
}

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

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

header .navbar .nav-item .nav-link {
	color: #000;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}

header .navbar .mobile-box {
	background-color: #42032C;
	border-radius: 15px /30%;
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

header .navbar .mobile-box span {
	position: absolute;
	font-size: 2.5rem;
	left: 5px;
	top: -10px;
}

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

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

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

header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
	font-size: 15px;
	color: #353535;
}

header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link.active {
	color: #000;
	font-weight: bold;
}

.hot-videos {
	background-color: #251621;
	padding: 4rem 0rem;
}

.videos-box video {
	width: 100%;
}

footer {
	background: linear-gradient(0deg, #310b0b 0%, black 100%);
	border-top: 5px solid #202020;
	color: #ebebeb;
	padding-top: 2rem;
	padding-bottom: 5rem;
	font-size: 14px;
}

footer .fline {
	padding-bottom: 1.8rem;
}

footer .fline .title {
	font-family: var(--heading-font);
	font-size: 1.8rem;
	position: relative;
	line-height: 35px;
	margin-bottom: 15px;
}

footer .fline .title:before {
	content: '';
	position: absolute;
	border-bottom: 2px solid #ebebeb;
	width: 80px;
	bottom: 0px;
}

footer .fline .footer-logo {
	background-color: #E6D2AA;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 5px;
}

footer .fline .social-icons {
	margin-top: 15px;
}

footer .fline .social-icons img {
	border-radius: 100%;
}

footer .fline ul li {
	padding: 10px 0px;
}

footer .fline ul li button {
	color: #ebebeb;
}

footer .fline ul li+li {
	border-top: 1px dotted #ebebeb;
}

footer .fline ul li a {
	color: #ebebeb;
	text-decoration: none;
}

footer .sline {
	text-align: center;
}

footer .sline .xlines {
	border: 1px dotted #ebebeb;
	border-width: 1px 0px 1px 0px;
	padding: 5px 0px;
}

footer .disclaimer {
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
}

.videos-box video {
	width: 100%;
}


.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;
	position: relative;
}
.wp-block-gallery.columns-4 figcaption {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px 0px;
}
.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.columns-4 .wp-block-image {
		width: 25%;
	}

	.wp-block-gallery {
		width: 100%;
	}
}

.page-content {
	color: #b3b3b3;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	font-family: var(--heading-font);
	color: #FFC470;
	text-align: center;
	padding-bottom: 5px;
	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: 1.6rem;
}

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

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

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

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

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

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

.page-content p strong {
	color: #FFC470;
	font-size: 20px;
}

.page-content p a {
	color: #FFC470;
}

.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 {
		line-height: 22px;
		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: 30px;
	}

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

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

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

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

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

	.page-content p {
		line-height: 24px;
		font-size: 15px;
	}
}

.page-content .wp-block-rank-math-toc-block {
	border: 2px solid #4c4c4c;
	padding: 15px;
	display: inline-block;
	background-color: #482929;
	color: #d5d5d5;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.page-content .wp-block-rank-math-toc-block div {
	font-size: 1.5rem;
	font-weight: bold;
}

.page-content .wp-block-rank-math-toc-block nav ol {
	padding: 0px;
	margin: 0px;
}

.page-content nav ol>li {
	padding: 0px;
}

.page-content nav ol>li>a {
	color: #d5d5d5;
	display: inline-block;
	padding: 5px 0px;
}

.page-content .faq {
	font-size: 1.3rem;
	font-family: var(--heading-font);
	text-align: center;
	color: #00CAFF;
	margin: 0px;
	text-transform: uppercase;
	background-color: #0e0294;
	padding: 10px 0px;
	margin-bottom: 15px;
	margin-top: 1.5rem;
}

.page-content .rank-math-block {
	background-color: #1c0005;
	padding: 15px;
}

.page-content .rank-math-block .rank-math-list .rank-math-question {
	color: #F1CA89;
	font-size: 1.3rem;
	font-family: var(--heading-font);
}

.page-content .rank-math-block .rank-math-list .rank-math-answer p {
	font-size: 14px;
}

.callingmobile {
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-top: 2px solid #FFAD60;
	background-color: #A02334;
}

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

.callingmobile ul li {
	width: 25%;
}

.callingmobile ul li+li {
	border-left: 1px dashed #FFAD60;
}

.callingmobile ul li button {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
}

.callingmobile ul li button img:hover {
	transform: scale(1.2);
}

@media (min-width: 768px) {
	.heading-section .title {
		font-size: 25px;
		line-height: 40px;
	}

	footer {
		padding-bottom: 3rem;
	}

	.callingmobile {
		display: none;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
	header .navbar .navbar-brand img {
		width: 125px;
		height: 50px;
	}
}


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