html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

ul {
	list-style-type: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
	border-radius: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

a:hover {
	outline: none;
	cursor: pointer;
}

a:focus {
	outline: none;
	cursor: pointer;
}

:focus {
	outline: none;
	box-shadow: none;
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

/* End Clearfix */

/* Scrollbar/ */

* {
	scrollbar-width: thin;
	scrollbar-color: #970000 transparent;
}

*::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

*::-webkit-scrollbar-track {
	background-color: transparent;
}

*::-webkit-scrollbar-thumb {
	background-color: #970000;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-thumb {
	border-radius: 12px;
}

/* ***** */


/* For IE 6/7 (trigger hasLayout) */

a,
button,
.btn {
	outline: none !important;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	text-decoration: none !important;
}

.btnmain button {
	border: 3px solid #ffffff;
	border-radius: 10px;
	padding: 8px 20px;
	background-color: #29a71a;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 16px;
}

.btnmain button:hover,
.btnmain a:hover {
	opacity: 0.8;
	cursor: pointer;
}

.btnmain button i {
	font-size: 25px
}

body {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	position: relative;
}

/* Font- Face */
@font-face {
	font-family: 'AdobeDevanagari-reg';
	src: url(../fonts/AdobeDevanagari-Regular.otf);
	font-weight: 400;
}

@font-face {
	font-family: 'AdobeDevanagari-bold';
	src: url(../fonts/AdobeDevanagari-Bold.otf);
	font-weight: 600;
}

@font-face {
	font-family: 'AauxProBlackItalic';
	src: url(../fonts/AauxProBlackItalic.ttf);

}

@font-face {
	font-family: 'AauxProBlackReg';
	src: url(../fonts/AauxProBlackRegular.ttf);
}


/* --------- */

.header_main {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	position: fixed;
	z-index: 109;
	background-color: #fff;
	box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.13);
	top: 0;
}

.test .gap-fix {
	display: none;
}

.test {
	background-color: #ffffffec;
	position: fixed;
	width: 100%;
	z-index: 1099;
	box-sizing: border-box;
	transition: 0.5s ease-in-out;
	box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.13);
	top: 0;
}

.test .navbar_content .logoimg {
	width: 135px;
	transition: all 0.3s ease-in-out 0s;
	margin-bottom: 0px;
}

.test .navbar_content {
	padding: 5px 0;
}

.test .menuitem a {
	font-size: 14px;
	line-height: 14px;
}

.test .menuitem img,
.test .navbar_content .dropdown img {
	width: 25px;
}

.gap-fix {
	width: 100%;
	padding: 8px 0;
	border-bottom: 1px solid #e4e4e4;
}

.gap-fix .greetings h6,
.gap-fix .gapfixinfo li,
.gap-fix .gapfixinfo a {
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	color: #970000;
}

.gap-fix .greetings h6 span,
.gap-fix .gapfixinfo i {
	color: #313131;
	opacity: 0.8;
}

.navbar_content {
	width: 100%;
	display: inline-block;
	padding: 8px 0;
}

.navbar_content .logoimg {
	width: 175px;
	margin-bottom: -16px;
}

.menuitem a {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #444444;
	position: relative;
}

.menuitem a:hover {
	color: #ff8900;
}

.menuitem a::after {
	content: "";
	background-color: #ff8900;
	border-radius: 50%;
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0%;
	bottom: -10px;
	opacity: 0;
	transition: all 0.5s;
	transform: translateX(-0%);
}

.menuitem a:hover:after,
.menuitem a.active::after {
	opacity: 1;
	width: 100%;
}

.menuitem img,
.navbar_content .dropdown img {
	width: 30px;
}

.navbar_content .dropdown-toggle::after {
	display: none;
}

.navbar_content .dropdown-item:focus,
.navbar_content .dropdown-item:hover {
	color: #ff8900;
	background-color: #ff9b001a;
}

.form-check-input:checked {
	background-color: #ff8900;
	border-color: #ff8900;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0px;
}

.form-check-label {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #444444;
}

.navbar_content .dropdown-menu {
	transform: translate(-6px, 35px) !important;
	border-radius: 12px;
}

.dropdown-menu .active {
	background-color: #970000;
}

.dropdown-menu .active a {
	color: #ffffff;
}

.dropdown-item {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #970000;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

/* section 1 */

.dividerimg img {
	width: 340px;
	padding: 20px 0;
}

.mainpage {
	width: 100%;
	display: inline-block;
	background-image: url(../images/mainbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	margin-top: 91px;
	padding: 50px 0;
}

.topspace {
	margin-top: 91px;
}

.mainpage .textinfo .title {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

.mainpage .textinfo .title h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 31px;
	line-height: 40px;
	color: #ffffff;
	text-shadow: 3px 7px 8px rgba(0, 0, 0, 0.43);
}

.mainpage .textinfo p {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	color: #5a0303;
}

.videobox {
    position: relative;
    display: inline-block;
    width: 100%;
    /* height: 406px; */
    /* object-fit: contain; */
    /* background-color: #ffffff; */
    /* border: 5px solid #ffffff; */
    /* border-radius: 45px; */
    /* box-shadow: 12px 14px 21px rgba(0, 0, 0, 0.3); */
}


.videobox .templeimg {
    width: 100%;
    border: 6px solid #fff;
    border-radius: 40px;
    object-fit: contain;
    background-color: #fff;
}

.videobox .wrapper {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1099;
}

.templeimg .wrapper a:hover,
.templeimg .wrapper a:focus {
	color: #ffffff;
}

.videobox .video {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	color: #fff;
	display: inline-block;
	background: #FF4C40;
	z-index: 999;
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.fa-play:before {
	content: "\f04b";
}

.waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #ff4c40a3;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	right: -50px;
	bottom: -50px;
	z-index: -1;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}



/* section 2 */

.appmain {
	width: 100%;
	display: inline-block;
	background-color: #f1f4f8;
	padding: 50px 0;
}

.appmain .appcon {
	width: 100%;
	display: inline-block;
}

.appcon .apptxt h2 {
	font-family: 'AdobeDevanagari-bold';
	font-weight: 600;
	font-size: 55px;
	line-height: 55px;
	color: #970000;
	margin-bottom: 10px;
}

.appcon .apptxt h4 {
	font-family: 'AdobeDevanagari-bold';
	font-weight: 600;
	font-size: 35px;
	line-height: 35px;
	color: #970000;
	margin-bottom: 20px;
}

.appcon .apptxt P {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #111111;
	margin-bottom: 0;
}

.apptxt .dividerimg img {
	width: 200px;
}

.iconinfo {
	width: 100%;
	display: inline-block;
	padding: 20px 0 40px 0;
}

.iconinfo .iconbox {
	background: #ff8900;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.iconinfo .iconbox img {
	object-fit: contain;
	width: auto;
	height: 22px;
}

.iconinfo h5 {
	font-family: 'AdobeDevanagari-bold';
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	color: #111111;
}

.downloadinfo h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	color: #970000;
}

.downloadinfo img {
	padding-top: 20px;
	width: 150px;
	transition: all 0.3s ease-in-out 0s;
}

.downloadinfo img:hover {
	opacity: 0.8;
	transform: scale(1.1);
}


/* section 3 */

.campcntrimain {
	width: 100%;
	display: inline-block;
	background-image: url(../images/campaingbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.campcntrimain .campcntricon {
	width: 100%;
	display: inline-block;
}

.campcntricon .textinfo {
	margin-right: 20px;
}

.campcntricon .textinfo h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 0;
	letter-spacing: 2px;
}

.contribox {
	background-color: #ffffff;
	border: 5px solid #eaedef;
	border-radius: 10px;
	padding: 10px 15px;
	width: 100%;
	height: 186px;
}

.contribox img {
	width: 110px !important;
	height: 110px;
	border-radius: 50%;
	object-fit: contain;
	margin: 0 auto;
}

.contribox p {
	height: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 10px 0 0 0;
	display: flex;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* section 4 */

.presentmain {
	width: 100%;
	display: inline-block;
	padding: 50px 0;
	background-color: #ffffff;
}

.presentmain .presentcon {
	width: 100%;
	display: inline-block;
	background-image: url(../images/queaskbg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.presentcon h2 {
	font-family: 'AauxProBlackItalic';
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	color: #a00000;
	text-transform: capitalize;
}

.presentcon .maininfo {
	width: 70%;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color: #505050;
}

.presentcon .tabtitle {
	font-family: 'AdobeDevanagari-bold';
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
	color: #970000;
	margin-top: 30px;
}

.mintedbox h6 {
    font-family: 'AauxProBlackItalic';
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #a00000;
    padding: 20px 0;
}

.mintedbox .logobox {
    border: 2px solid #ebd08e;
    background-color: #fff8e2;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 10px;
}

.mintedbox .logobox img {
    width: 140px;
}

.navaling {
	align-items: center;
	display: flex;
	justify-content: center;
}

.cointab .nav-tabs {
	--bs-nav-tabs-border-width: 1px;
	--bs-nav-tabs-border-color: #dee2e6;
	--bs-nav-tabs-border-radius: none;
	--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
	--bs-nav-tabs-link-active-color: #495057;
	--bs-nav-tabs-link-active-bg: #fff;
	--bs-nav-tabs-link-active-border-color: none;
	border-bottom: none;
	text-align: center;
	border: 2px solid #ebebeb;
	border-radius: 40px;
	padding: 2px;
	margin-top: 10px;
}

.cointab .nav {
	--bs-nav-link-disabled-color: #dadada;
	background-color: #e4e4e4;
}

.cointab .nav-tabs .nav-item.show .nav-link,
.cointab .nav-tabs .nav-link.active {
	background-color: #8c0000;
	border-color: #8c0000;
	color: #fff;
}

.cointab .nav-tabs .nav-link {
	border: none;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	border-radius: 30px;
	color: #a0a0a0;
	transition: all 0.3s ease-in-out 0s;
}

.cointab .nav-tabs .nav-link:focus,
.cointab .nav-tabs .nav-link:hover {
	border-radius: 30px;
}

.cointab .nav-tabs .nav-link img {
	width: 35px;
	height: 35px;
	object-fit: contain;
}

/* .cointab #nav-tabContent {
    margin-top: 50px;
} */

.coinslider {
	width: 100%;
	display: inline-block;
	padding: 18px 0 0 0px;
}

.infobox {
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
	box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.20);
	/*padding: 15px 20px;*/
	border-radius: 10px;
	margin-top: 80px;
}

.infobox .infoboxinner {
	padding: 15px 20px;
}

.infobox .imgbox {
	display: flex;
	justify-content: center;
	margin-top: -80px;
	margin-bottom: 20px;
}

.infobox .imgbox img {
	width: 165px;
}

.infobox h4 {
	font-family: 'AauxProBlackReg';
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	color: #a00000;
	margin-bottom: 15px;
}

.infobox h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 19px;
	line-height: 19px;
	color: #ff7400;
}

.infobox h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	color: #505050;
	margin-top: 10px;
}

.innericon {
	width: 38px !important;
	height: 38px;
	border-radius: 50%;
	background-color: #dfdfdf;
	display: flex;
	align-items: center;
	justify-content: center;
}

.innericon img {
	width: 22px !important;
	height: 22px;
	object-fit: contain;
}

.infobox .innertxt p {
	display: flex;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 10px;
	color: #4a4a4a;
}

.infobox .innertxt h4 {
	display: flex;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #4a4a4a;
	margin-bottom: 0;
}

.textorg {
	color: #ff7100 !important;
}

.coinbtn a {
	background-color: #970000;
	border: none;
	padding: 20px 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	width: 100%;
	display: inline-block;
	color: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.coinbtn a:hover {
	opacity: 0.8;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 45px;
	height: 45px;
	background-color: #c5cdd2;
	border-radius: 50%;
	border: 3px solid #ffffff;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	box-shadow: 3px 11px 13px rgba(0, 0, 0, 0.2);
}

.owl-nav button span {
	font-size: 30px;
	height: 100%;
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
	left: -22px;
}

.owl-carousel .owl-nav button.owl-next {
	right: -22px;
}

.owl-carousel .owl-nav {
	margin: 0;
}

.owl-nav button span {
	font-size: 21px;
	color: #526f82;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* section 5 */


.itemwithmain {
	width: 100%;
	padding: 50px 0;
	display: inline-block;
	background-color: #ffffff;
	background-image: url(../images/itemmainbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.itemwithmain .itemwithcon {
	width: 100%;
	display: inline-block;
}

.tittlemain {
	font-family: 'AdobeDevanagari-bold';
	font-weight: 600;
	font-size: 48px;
	line-height: 48px;
	color: #970000;
}

.itembox {
	width: 100%;
	display: inline-block;
	position: relative;
}

.woodbox {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 280px;
	width: 280px;
	line-height: 250px;
	background-color: #f4faf9;
	border: 12px solid #ffffff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	box-shadow: rgb(0, 0, 0, 0.2) 3px 11px 13px inset;
}

.woodbox img {
	width: 140px;
}

.itemwithcon .itembox {
	width: 100%;
	display: inline-block;
	background-image: url(../images/iteminnerbg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 90px;
}

.itemboxiner {
	position: relative;
	height: 280px;
	width: 100%;
	background-image: linear-gradient(to bottom right, #155164, #0b3c4c);
	border: 12px solid #ffffff;
	padding: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.itemboxiner img {
	width: 210px;
	height: 160px;
	object-fit: contain;
}

.topleft,
.bottomright {
	border-bottom-left-radius: 50%;
	border-top-right-radius: 50%;
}

.topright,
.bottomleft {
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

.itemtxtbox h6 {
	font-family: 'AdobeDevanagari-bold';
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	text-shadow: 3px 7px 8px rgba(0, 0, 0, 0.43);
	background-image: linear-gradient(to right, #ff5e0b, #ff9442);
	display: inline-block;
	padding: 6px 20px;
	border-radius: 10px;
}

.itemtxtbox p {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #505050;
	margin-top: 10px;
	margin-bottom: 0;
}

.woodtxt {
	position: absolute;
	top: 40px;
	left: 0;
}

.mittitxt {
	position: absolute;
	bottom: 60px;
	left: 0;
}

.woodtxt::before,
.mittitxt::before {
	position: absolute;
	content: "";
	top: 20px;
	left: 100%;
	background-color: #2f5461;
	width: 129px;
	height: 1px;
}

.chopitxt {
	position: absolute;
	top: 40px;
	right: 0;
}

.chopitxt::before,
.gifttxt::before,
.shikatxt::before {
	position: absolute;
	content: "";
	top: 20px;
	right: 100%;
	background-color: #2f5461;
	width: 129px;
	height: 1px;
}

.chopitxt::before {
	width: 50px;
}

.chopitxt {
	position: absolute;
	top: 40px;
	right: 0;
}

.gifttxt {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.shikatxt {
	position: absolute;
	bottom: 60px;
	right: 0;
}

.prebook {
	margin-top: 30px;
}

.prebook a {
	padding: 5px 50px;
	border: 3px solid #ff9441;
	border-radius: 30px;
	background-color: #970000;
	color: #ffffff;
	text-transform: uppercase;
}

/* section 6 */

.associatsmain {
	width: 100%;
	display: inline-block;
	padding: 50px 0;
}

.associatsmain .associatscon {
	width: 100%;
	display: inline-block;
}

.associatscon h2 {
	font-family: 'AauxProBlackItalic';
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
	color: #a00000;
	text-transform: capitalize;
}

#companylist {
	margin-top: 50px;
}

.associatscon .logobox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: grayscale(1);
}

.associatscon .logobox:hover {
	filter: grayscale(0);
	cursor: pointer;
}

.associatscon .logobox img {
	height: 40px;
	width: auto;
	object-fit: contain;

}

/* section 7 */

.queansmain {
	width: 100%;
	display: inline-block;
	padding: 50px 0;
	background-color: #ffffff;
	background-image: url(../images/queaskbg.png);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
}

.queansmain .queanscon {
	width: 100%;
	display: inline-block;
}

.queanscon .accordion {
	padding: 50px 0 0 0;
}

.accordion-flush .accordion-item {
	border-top: 0;
	border: 1px solid #cfcfcf;
	margin-bottom: 15px;
	border-radius: 10px;
	box-shadow: 5px 3px 13px rgba(0, 0, 0, 0.20);
}

.accordion-flush .accordion-item:first-child {
	border-top: 1px solid #cfcfcf;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 1px solid #cfcfcf;
}

.accordion-button.collapsed {
	box-shadow: none;
}

.accordion-button {
	background-color: #ffffff;
	border: none;
	border-radius: 10px !important;
	font-family: 'AdobeDevanagari-bold';
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #4a4a4a;
}

.accordion-button:not(.collapsed) {
	color: #970000;
	background-color: #fff8e2;
	border-bottom: 0;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0 !important;
}

.accordion-button:focus {
	border-color: #cfcfcf;
	box-shadow: none;
}

.accordion-body {
	background-color: #fff8e2;
	border-top: 1px solid #cfcfcf;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family: 'AdobeDevanagari-reg';
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #505050;
}

.accordion-button::after {
	background-image: url(../images/plus.png);
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../images/minus.png);
	background-position: center;
	background-repeat: no-repeat;
}


/* footer */

.footer-area {
	margin-top: -3px;
	background-color: var(--color-extra01)
}

.footer-top {
	position: relative;
	padding: 20px 0;
}

.footer-top .logo-widget {
	position: relative;
	width: 100%;
}

.widget-title img {
	width: 220px;
}

.footer-top .logo-widget .footer-logo {
	margin-bottom: 30px;
}

.footer-top .social-link .widget-content ul li {
	position: relative;
	display: inline-block;
	margin: 3px;
}

.footer-top .social-link .widget-content ul li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ffffff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.footer-top .social-link .widget-content ul li a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.footer-top .widget-title {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.footer-top .widget-title h3 {
	color: #ffffff;
}

.footer-top .links-widget .links-list li {
	position: relative;
	display: block;
	margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
	color: #ffffff !important;
	opacity: 0.8;
	font-size: 16px;
	line-height: 26px;
}

.footer-top .links-widget .links-list li:last-child {
	margin-bottom: 0;
}

.footer-top .links-widget .links-list li a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	opacity: 0.8;
}

.footer-column .h3-title {
	color: #DDA63A !important;
}

.footer-top .links-widget .links-list li a:hover {
	opacity: 1;
}

.footer-top .links-widget .links-list li a:before {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	left: 0;
	bottom: 3px;
	opacity: 0;
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.footer-top .links-widget .links-list li a:hover:before {
	width: 100%;
	opacity: 1;
}

.footer-top .contact-widget .info li {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 19px;
}

.footer-top .contact-widget .info li:last-child {
	margin-bottom: 0;
}

.footer-top .contact-widget .info li a {
	color: #ffffff;
	opacity: 0.8;
	position: relative;
	padding-left: 30px;
	display: inline-block;
}

.footer-top .contact-widget .info li a:hover {
	color: var(--primary-color);
	opacity: 1;
}

.footer-top .contact-widget .info li a i {
	width: 25px;
	position: absolute;
	left: 0;
	top: 6px;
}

.footer-right-column {
	display: grid;
	grid-template-columns: 220px 210px auto;
	position: relative;
	grid-gap: 20px;
}

.footer-top .links-widget .links-list li a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	opacity: 1;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 25px;
}

.footer-column .h3-title {
	color: #DDA63A !important;
}

.copyright .text-white {
	font-family: 'Poppins', sans-serif;
	color: #ffffff !important;
	opacity: 0.8;
	font-size: 16px;
	margin-bottom: 5px;
}

.h3-title {
	font-size: 25px;
	line-height: 35px;
	color: var(--dark-color);
	text-transform: capitalize;
	margin-bottom: 15px;
	position: relative;
}

.footer-bg img {
	width: 100%;
}

.footer-area.rammandirfoot {
	margin-top: -1px;
	background-color: #510000;
}

.cinstup {
	margin-top: 10px;
}

.cinstup .cin img {
	width: 55px;
	margin-bottom: 5px;
}

.cinstup .stup img {
	width: 116px;
	margin-bottom: 5px;
}

.cinstup h4 {
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0px;
}


/* About-us */

.aboutcon {}

.section_title {
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
}

.section_title h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	color: #970000;
	position: relative;
	margin-bottom: 0px;
	display: inline-block;
	z-index: 1;
}

.section_title h2::after {
	content: "";
	background-color: #dda63a;
	width: 100%;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.aboutmain {
	padding: 50px 0;
}

.infotext ul,
.infotext p {
	margin-bottom: 15px;
}

.infotext ul li {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #444444;
	margin-bottom: 10px;
	text-align: justify;
}

.infotext p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #444444;
	text-align: justify;
}

.contact-boxes-col .item {
	background: var(--white-color);
	text-align: center;
	padding: 35px;
	border-radius: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-boxes-col .item .image {
	margin-bottom: 20px;
}

.contact-boxes-col .item .content a {
	font-size: 18px;
	font-weight: 600;
	color: #f37b20;
}

.contact-form-col {
	padding: 50px;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 15px;
}

.section-title-box {
	margin-bottom: 50px;
}

.section-title-box h2 {
	color: #f37b20;
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.section-title-box p {
	color: #444444;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

.contact-form-col .form-group {
	position: relative;
	margin-bottom: 30px;
}

.contact-form-col .form-group input[type="text"],
.contact-form-col .form-group input[type="email"],
.contact-form-col .form-group input[type="password"],
.contact-form-col .form-group input[type="tel"],
.contact-form-col .form-group input[type="url"],
.contact-form-col .form-group input[type="file"],
.contact-form-col .form-group input[type="number"],
.contact-form-col .form-group textarea,
.contact-form-col .form-group select {
	position: relative;
	display: block;
	height: 58px;
	width: 100%;
	font-size: 16px;
	line-height: 34px;
	font-weight: 400;
	padding: 10px 20px;
	background-color: #ffffff;
	border: 1px solid #212121;
	border-radius: 0px;
	transition: all 0.5s;
}

.buttons {
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 170px;
	height: 46px;
	background: #f37b20;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 5px 20px;
	box-shadow: 0 3px 15px rgb(0 0 0 / 12%);
	transition: all 0.5s;
}


button.back-to-top {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	height: 0px;
	width: 0px;
	overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: transparent;
	clear: both;
	visibility: hidden;
	position: fixed;
	cursor: pointer;
	display: block;
	border: none;
	right: 50px;
	bottom: 75px;
	font-size: 0px;
	outline: 0 !important;
	z-index: 99;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
	outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
	content: "";
	display: block;
	vertical-align: middle;
	border-bottom: solid 10px #970000;
	border-left: solid 10px transparent;
	line-height: 0;
	border-right: solid 10px transparent;
	height: 0;
	margin: 18px auto 0;
	width: 0;
	border-radius: 20px;
	visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
	visibility: visible;
}

button.back-to-top::after {
	border-bottom-color: #fff;
	position: relative;
	top: -24px;
}

button.back-to-top.show {
	display: block;
	background: #fff;
	color: #970000;
	font-size: 25px;
	right: 25px;
	bottom: 50px;
	height: 50px;
	width: 50px;
	visibility: visible;
	box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 18%);
	-webkit-box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 18%);
	-moz-box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 18%);
}

button.back-to-top.show:active {
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.whatsapp {
	position: fixed;
	bottom: 110px;
	right: 29px;
	z-index: 109;
}

.whatsapp img {
	width: 45px;
	transition: all .3s ease-in-out;
}

.whatsapp img:hover {
	transform: scale(1.1);
	cursor: pointer;
}


/* English Txt */

.englishtxt .mainpage .textinfo .title h1 {
	font-size: 28px;
}

.englishtxt .appcon .apptxt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 15px;
}

.englishtxt .appcon .apptxt h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 26px;
}

.englishtxt .iconinfo h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
}

.englishtxt .presentcon .tabtitle {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 26px;
	margin: 30px 0 10px 0;
}

.englishtxt .tittlemain {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 32px;
}

.englishtxt .itemtxtbox h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

.englishtxt .accordion-button {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}

.englishtxt .accordion-body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.webvisite {
	background-color: #dda63a33;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 5px;
	opacity: 0.8;
}

.webvisite h2 {
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
}

.counter {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	height: 14px;
	font-size: 14px;
	font-weight: 600;
	color: #dda63a;
	margin: 0;
}

.counter>span {
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: -webkit-transform 2s ease;
	transition: transform 2s ease;
	transition: transform 2s ease, -webkit-transform 2s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	line-height: 1;
}

.counter>span span {
	flex: 0 0 100%;
	height: 100%;
}


.socialmain {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    padding-top: 10px;
	overflow: hidden;
}


.socialmain .titleimg {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.socialmain .titleimg img {
    width: 150px;
}

.socialmain h4{
    font-family: 'AauxProBlackItalic';
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #970000;
    padding: 0 8px;
    text-align: center;
    margin-bottom: 40px;
}

.socialinfo .social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 8px;
}

.social-link .linkbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.social-link .linkbox .instaqr {
    width: 200px;
}

.social-link .linkbox .instalogo{
    width: 30px;
}

.social-link .linkbox .social-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    padding: 10px 35px;
    background-color: #970000;
    border-radius: 30px;
    display: inline-block;
}

.social-link .linkbox .social-btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.socialmain .bottomimg {
    /* margin-bottom: -2px; */
    position: fixed;
    bottom: -2px;
    left: 0;
}

.socialmain .bottomimg img {
    margin-bottom: -2px;
}

.socialmain .bottomimg h6 {
    background-color: #510000;
    font-family: 'AdobeDevanagari-bold';
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    padding: 20px 8px;
}
.contreebox {
	margin: 15px 0 0 0;
}

.contreebox .appbtn {
    border: 1px solid #eaedef;
    background-color: #ffffff75;
    padding: 8px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
}

.contreebox .appbtn:hover {
	border-color: #29a71a;
	color: #29a71a;
	background-color: #ffffff;
}

.appbtn img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.appbtn img:hover {
	opacity: 0.8;
	cursor: pointer;
}







/* ============== [ End Text Animation ] =========== */

/* Responsive Css Start*/

@media (max-width:1920.98px) {

	.itemwithmain {
		padding: 50px 0 346px 0;
	}

	.associatsmain {
		margin-top: -100px;
	}

	.woodtxt::before,
	.mittitxt::before {
		width: 230px;
	}

	.chopitxt::before {
		width: 140px;
	}

	.gifttxt::before,
	.shikatxt::before {
		width: 240px;
	}

}

@media (max-width:1699.98px) {
	.itemwithmain {
		padding: 50px 0 223px 0;
	}

}

@media (max-width:1499.98px) {
	.itemwithmain {
		padding: 50px 0 100px 0;
	}

	.associatsmain {
		margin-top: -50px;
	}
}

@media (max-width:1399.98px) {

	.woodtxt::before,
	.mittitxt::before {
		width: 142px;
	}

	.chopitxt::before {
		width: 45px;
	}

	.gifttxt::before,
	.shikatxt::before {
		width: 148px;
	}

}

@media (max-width:1199.98px) {
	.contact-boxes-col .item {
		padding: 20px;
	}

	.contact-boxes-col .item .content a {
		font-size: 15px;
	}
}

@media (max-width:991.98px) {

	.gap-fix .greetings h6,
	.gap-fix .gapfixinfo li,
	.gap-fix .gapfixinfo a {
		font-size: 12px;
		line-height: 12px;
	}

	.menuitem img,
	.navbar_content .dropdown img,
	.test .menuitem img,
	.test .navbar_content .dropdown img {
		width: 20px;
	}

	.navbar_content .logoimg {
		width: 160px;
	}

	.test .navbar_content .logoimg {
		width: 115px;
		transition: all 0.3s ease-in-out 0s;
		margin-bottom: 0px;
	}

	.mainpage,
	.topspace {
		margin-top: 84px;
	}

	.mainpgcon .textinfo {
		margin-top: 28px;
	}

	.campcntricon .textinfo h2 {
		font-size: 24px;
		line-height: 35px;
	}

	.footer-right-column {
		grid-template-columns: 23.33% 23.33% 46.33%;
	}

	.widget-title img {
		width: 145px;
	}

	.itemwithcon .itembox {
		padding: 175px 0;
	}

	.woodtxt {
		top: 0px;
		left: 50px;
		text-align: center !important;
	}

	.woodtxt::before,
	.chopitxt::before {
		top: 100%;
		left: 50%;
		width: 1px;
		height: 145px;
	}

	.mittitxt {
		bottom: 0px;
		left: 50px;
		text-align: center !important;
	}

	.mittitxt::before,
	.shikatxt::before,
	.gifttxt::before {
		top: initial;
		left: 50%;
		background-color: #2f5461;
		width: 1px !important;
		height: 145px;
		bottom: 100%;
	}

	.chopitxt {
		top: 0px;
		right: 40px;
		text-align: center !important;
	}

	.shikatxt {
		bottom: 0px;
		right: 30px;
		text-align: center !important;
	}

	.gifttxt {
		position: absolute;
		top: initial;
		right: 50%;
		bottom: 55px;
		text-align: center !important;
		transform: translateX(50%) !important;
	}

	.h3-title {
		font-size: 20px;
		line-height: 25px;
	}

	.footer-top .social-link .widget-content ul li a {
		font-size: 12px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	.appcon .apptxt {
		margin-top: 30px;
	}

}

@media (max-width:767.98px) {

	.navbar_content .logoimg {
		width: 140px;
	}

	.mainpage ,.topspace{
		margin-top: 77px;
	}

	.mainpage .textinfo .title h1 {
		font-size: 45px;
		line-height: 65px;
	}

	.presentcon h2 {
		font-size: 32px;
	}

	.presentcon .maininfo {
		width: 100%;
	}

	.dividerimg img {
		width: 265px;
	}

	.tittlemain {
		font-size: 40px;
		line-height: 40px;
	}

	.campcntricon .textinfo h2 {
		margin-bottom: 20px;
	}

	.presentcon .tabtitle {
		font-size: 35px;
	}

	.associatscon h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.widget-title img {
		width: 250px;
	}

	.links-list {
		margin-bottom: 20px;
	}

	.footer-right-column {
		grid-template-columns: 100%;
	}

	.section_title h2 {
		font-size: 26px;
		line-height: 26px;
	}

	.section_title h2::after {
		height: 11px;
	}

	.section_title {
		margin-bottom: 26px;
	}

	.infotext p {
		font-size: 14px;
		line-height: 16px;
	}

	.infotext ul,
	.infotext p {
		margin-bottom: 10px;
	}

	.itemboxiner img {
		width: 150px;
		height: 126px;
	}

	.englishtxt .mainpage .textinfo .title h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.mainpgcon .textinfo {
		margin-top: 0px;
	}

	.englishtxt .itemtxtbox h6 {
		font-size: 14px;
		line-height: 20px;
	}

	.itemtxtbox p {
		font-size: 14px;
		line-height: 14px;
		margin-top: 5px;
	}

	.englishtxt .accordion-button {
		font-size: 14px;
		line-height: 18px;
	}

	.englishtxt .accordion-body {
		font-size: 13px;
		line-height: 18px;
	}
}

@media (max-width: 575.98px) {

	.menuitem a {
		font-size: 12px;
		line-height: 12px;
	}

	.test .menuitem a {
		font-size: 10px;
		line-height: 10px;
	}

	.webvisite {
		padding: 5px 10px;
	}

	.mainpgcon .textinfo {
		margin-top: 15px;
	}

	.webvisite h2 {
		font-size: 12px;
		line-height: 12px;
	}

	.counter {
		height: 12px;
		font-size: 12px;
	}

	.appmain,
	.campcntrimain,
	.queansmain {
		padding: 25px 0;
	}

	.mainpage {
		padding: 35px 0;
	}

	.form-check-label {
		font-size: 14px;
		line-height: 14px;
	}

	.campcntricon .textinfo h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.contribox img {
		width: 90px !important;
		height: 90px;
	}

	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		width: 40px;
		height: 40px;
		border: 2px solid #ffffff;
	}

	.owl-nav button span {
		font-size: 16px;
	}

	.mainpage .textinfo .title {
		margin-bottom: 0px;
	}

	.mainpage .textinfo .title h1 {
		font-size: 26px;
		line-height: 40px;
	}

	.mainpage .textinfo p {
		font-size: 16px;
		line-height: 22px;
	}

	.btnmain button {
		padding: 6px 16px;
	}

	.presentcon h2 {
		font-size: 25px;
	}

	.dividerimg img {
		width: 210px;
		padding: 15px 0;
	}

	.presentcon .maininfo {
		font-size: 14px;
		line-height: 20px;
	}

	.cointab .nav-tabs .nav-link img {
		width: 28px;
		height: 28px;
	}

	.tittlemain {
		font-size: 30px;
		line-height: 30px;
	}

	.presentcon .tabtitle {
		font-size: 26px;
		line-height: 40px;
		margin-top: 20px;
	}

	.cointab .nav-tabs .nav-link {
	    font-size: 11px;
    	padding: 5px;
	}

	.appcon .apptxt h2 {
		font-size: 40px;
		line-height: 40px;
	}

	.appcon .apptxt h4 {
		font-size: 28px;
		line-height: 28px;
	}

	.appcon .apptxt P {
		font-size: 14px;
		line-height: 20px;
	}

	.iconinfo h5 {
		font-size: 20px;
		line-height: 20px;
	}

	.iconinfo .iconbox {
		width: 35px;
		height: 35px;
	}

	.downloadinfo h3 {
		font-size: 20px;
		line-height: 20px;
	}

	.downloadinfo img {
		width: 110px;
	}

	.iconinfo {
		padding: 20px 0;
	}

	.iconinfo .iconbox img {
		height: 18px;
	}

	.tittlemain,
	.associatscon h2 {
		font-size: 22px;
		line-height: 22px;
	}

	.prebook a {
		font-size: 14px;
		padding: 5px 25px;
	}

	.infobox h4 {
		font-size: 20px;
		line-height: 20px;
	}

	.infobox h5 {
		font-size: 18px;
		line-height: 18px;
	}

	.infobox .innertxt h4 {
		font-size: 15px;
		line-height: 15px;
	}

	.infobox .innertxt p {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 8px;
	}

	.infobox h3 {
		font-size: 16px;
		line-height: 16px;
	}

	.coinbtn a {
		padding: 14px 0;
		font-size: 16px;
		line-height: 16px;
	}

	.accordion-button {
		font-size: 18px;
		line-height: 18px;
		padding: 10px;
	}

	.accordion-body {
		font-size: 18px;
		line-height: 20px;
		padding: 10px;
	}

	.widget-title img {
		width: 180px;
	}

	.h3-title {
		font-size: 20px;
		line-height: 20px;
	}

	.footer-top .links-widget .links-list li a {
		font-size: 14px;
		line-height: 25px;
	}

	.footer-top .links-widget .links-list li {
		font-size: 14px;
		line-height: 24px;
	}

	.owl-carousel .owl-nav button.owl-prev {
		left: 0px;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: 0px;
	}

	.itemwithmain {
		padding: 15px 0 100px 0;
	}

	.itemwithcon .itembox {
		margin-top: 46px;
	}

	.itemboxiner img {
		width: 158px;
		height: 155px;
	}

	.woodbox img {
		width: 110px;
	}

	.woodbox {
		height: 230px;
		width: 230px;
		line-height: 208px;
	}

	.woodbox img {
		width: 90px;
	}

	.woodbox {
		height: 195px;
		width: 195px;
		line-height: 173px;
	}

	.itemboxiner {
		height: 200px;
		padding: 20px 0px;
	}

	.itemtxtbox h6 {
		font-size: 16px;
		line-height: 18px;
		text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.43);
		padding: 6px 15px;
		border-radius: 10px;
	}

	.itemtxtbox p {
		font-size: 11px;
		line-height: 11px;
		margin-top: 8px;
	}

	.chopitxt {
		top: 70px;
	}

	.chopitxt::before {
		height: 85px;
	}

	.btnmain button {
		font-size: 15px;
	}

	.accordion-button::after {
		width: 14px;
		height: 14px;
		background-size: cover;
	}

	.accordion-button:not(.collapsed)::after {
		width: 14px;
		height: 14px;
		background-size: contain;
	}

	.copyright .text-white {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.contact-form-col {
		padding: 20px;
	}

	.section-title-box h2 {
		font-size: 22px;
		line-height: 22px;
	}

	.section-title-box p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0px;
	}

	.section-title-box {
		margin-bottom: 30px;
	}

	.contact-boxes-col .item .image img {
		width: 60px;
	}

	.contribox {
		height: 170px;
	}

	.infotext ul li {
		font-size: 12px;
		line-height: 14px;
	}

	.englishtxt .mainpage .textinfo .title h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.englishtxt .appcon .apptxt h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.englishtxt .appcon .apptxt h4 {
		font-size: 20px;
		line-height: 20px;
	}

	.englishtxt .iconinfo h5 {
		font-family: 'Poppins', sans-serif;
		font-weight: 500;
		font-size: 11px;
		line-height: 12px;
	}

	.englishtxt .presentcon .tabtitle {
		font-size: 18px;
		line-height: 18px;
		margin: 25px 0 5px 0;
	}


	.englishtxt .tittlemain {
		font-size: 20px;
		line-height: 20px;
	}

	.englishtxt .itemtxtbox h6 {
		font-size: 11px;
		line-height: 16px;
	}

	.englishtxt .accordion-button {
		font-size: 13px;
		line-height: 16px;
	}

	.englishtxt .accordion-body {
		font-size: 12px;
		line-height: 16px;
	}

	/*.videobox {
	    height: 240px;
	}*/

	/*.videobox .templeimg {
	    height: 231px;
	}*/
	.appbtn img {
		width: 20px;
		height: 20px;
	}

	.contreebox .appbtn {
		padding: 8px 12px;
		border-radius: 8px;
		font-size: 14px;
		line-height: 14px;
	}

}

@media (max-width:480.98px) {

	.itemboxiner img {
		width: 90px;
		height: 100px;
	}

	.contribox {
		height: 165px;
	}
}

/* Responsive Css End*/

::selection {
    background-color: #5a0303;
    color: #fff;
}