@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
a{text-decoration:none!important;}
li{list-style-type: none!important;}
html {scroll-behavior: smooth !important;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.pad{padding:90px 0;}
.wrdbrk{white-space:pre;}
.fullpad{padding: 0!important; margin:0!important;}
.arial{font-family: Arial, sans-serif; font-weight: 600;}
.helvetica{font-family: helvetica, sans-serif;}
.backbg {background: url("../images/newconfetti.webp") no-repeat scroll;background-color: #ffffff3d;}
.clr2 {color: #f00404;}
.smallborder {
	background-color: #e6ca30;
	width: 70px;
	height: 2px;
	margin: 0 auto;
}
.one-column1 {
	background-color: #ffffff;
	padding: 0px 0px 10px;
	margin: 0 15px;
	border: 1px solid #4454aa;
}
.nav-btn {
	background-color: #3d6e33;
	color: rgb(255, 255, 255) !important;
	padding: 12px 25px;
	line-height: 25px;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	border-radius: 50px;
}
.smallborder1{
	width: 77px;
	background-color: #0c7878;
	height: 5px;
	margin: 5px auto;
}
.top1{padding-top: 30px !important;}
.banner1 {background-image: url("../images/circle_border.webp");background-color: #ffe3be61;}
.gift{
	position: absolute;
	width: 105px;
	left: 17px;
	top: 58px;
}
.crackers13{text-shadow: 1px 1px 1px #f6a53d;}
.counterbg {background-color: transparent;background-image: linear-gradient(180deg, #F5BC3A 0%, #E49F2A 100%);}
.counttext {
	color: #dc2430 !important;
	font-size: 68px;
	font-weight: 700;
}
.bannerhead {
	color: #dc2430 !important;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;
}
#counter {
	background-color: transparent;
	border-radius: 10px 10px 10px 10px;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
	padding: 13px 19px;
}
.para1{color: #0009;}
.productsbgclr {background-color: #f6fbff;}
.products06 {
	margin: 20px 20px;
	cursor: pointer;
	background: #fff;
	box-shadow: 0 0 28px #ddd;
	position: relative;
}
.products06 img{padding: 13px 12px;transition: all 0.8s ease;}
.products06 img:hover{ transform: translateY(-30px);border-radius: 3%;}
.products06::before {
	left: 0;
	background: url('../images/shadow-bg.webp') no-repeat top left;
	position: absolute;
	content: "";
	z-index: 1000;
	height: 18px;
	width: 50%;
	top: 100%;
	border: 0;}
.products06::after {
	right: 0;
	background: url('../images/shadow-bg.webp') no-repeat top right;
	position: absolute;
	content: "";
	z-index: 1000;
	height: 18px;
	width: 50%;
	top: 100%;
}
.team-info h1{background-color: #f00;color: white;border: 2px dotted #fff;}
.txt-danger{background-color: #f00; color: white; border: 2px dotted #fff;}
.clr1{color: #0a7070 !important;}
.homeparallax {
	background-image: url("../images/homeparallax.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	position: relative;
	background-attachment: fixed;
}
.homeparallax::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.pyrotech3{border: 7px double white;}
.four4 {width: 75px !important;}
.aboutparallax {
	background-image: url("../images/displ.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	position: relative;
	background-attachment: fixed;
}
.aboutparallax::before {
	background: #a13443 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.feature7-main-container {
	height: 400px;
	padding: 55px 15px 5px 45px;
	background: #0a7171;
}
.feature7-main-text {
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	color: #ffe200 !important;
	padding-bottom: 60px;
}
.feature7-sub-text {
	color: #fff;
	border-left: 3px solid #e4d12d;
	font-size: 17px;
  	padding: 10px 0 10px 20px;
}
.ilakkiya2{width: 70% !important;}
.vision{width: 70px;}
.three3{
	text-align: center;
	background-color: #6f4c090d;
    border: 1px dashed black;
    padding: 13px;
}
.right2{text-align: right !important;}
.left2{text-align: left !important;}


.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn2 {width: 120px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left:10px;}
.point2{bottom: 15px; right: 10px;}
.blink{
    -webkit-animation: blink 1s;
	animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;}
@keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}
@-webkit-keyframes blink {
    0% {opacity: 1;}
    50% { opacity: 0;}
    100% {opacity: 1;}}


@media (min-width:1px) and (max-width:767.98px){
.pad{padding:40px 0;}
.feature7-main-container {height: 100%;padding: 24px 0px 20px 21px;}
.fnt30{font-size: 24px;}
.right2{text-align: center !important;}
.left2{text-align: center !important;}

}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.feature7-main-container {height: 100%;}
#counter{padding: 13px 11px;}
.fnt30{font-size: 37px;}
.maps{margin-top: 25px;}
.right2{text-align: center !important;}
.left2{text-align: center !important;}

}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
}

.time-of-year {
	margin: 100px 75px 10px 75px;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0); }
.time-of-year .tooltip {
	background: #db2a1b;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;}
.time-of-year .tooltip::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #db2a1b;
	bottom: 58px;
	content: " ";
	position: absolute;
	left: 0%;
	margin-left: -13px;
	transform: rotate(92deg);}
.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);}