@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;}
.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;}
.logo {width: 150px;position: absolute;top: 9px;left: 44.5%;}
.navfnt{font-size:18px;}
.navbar-light .navbar-nav .active > .nav-link{color:#d31821 !important;}
.navbar-light .navbar-nav .nav-link:hover {color: #d31821 !important;}
.homegrad {background-image: url("../images/texture.webp");}
.pad-top {padding:80px;}
.w-35 {width: 35%;}
.clr3{color:#fa9403;}
.border_right {border-right: 1px solid black;height: 145px;}
.counttext {color: #000;font-size: 45px;font-weight: 700;}
.countfont {font-size: 13px;}
.bannerhead {color: #000;font-size: 45px;font-weight: 700;text-transform: uppercase;line-height: 1.3em;}
.crackers_bg {background-image: url("../images/crackersbg.webp");background-size: cover;}
.down_font {
	background: linear-gradient(97.34deg, #F84141 25.43%, #F84141 25.44%, #F84141 25.44%, #FFC000 55.55%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: bold;}
.headfont1 {font-size: 50px;}
.product_bg {background-image: url("../images/confetti.webp");background-size: cover;background-color: #287127;position: relative;}
.clr-yellow {color: #ede233;}
.clr1 {color: #ec1922;}
.btn1 {
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
	color: #fed700;
	background-color:#ec0e0e;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 1s;
	transition: 1s;
	border-radius: 5px;}
.btn1:hover {background-color: #ec0e0e;color: #ffffff;border-radius: 50px;}
.brand_bg {background: url("../images/footerimg.webp") no-repeat scroll;background-color: #FFF28B;padding: 50px 0 50px 0;position: relative;}
.brand_bg_2 {background: url("../images/footerimg.webp") no-repeat scroll;background-color: #FFF28B; position: relative;}
.shape_bg{background-image: url("../images/shape.webp");background-size: 100%;background-repeat: no-repeat;min-height: 285px;}	
.shape_bg img{transition: .25s;}	
.shape_bg:hover img{transform: rotate(15deg);}	
.product_button{background-image: linear-gradient(to right, #EDE233, #FEAC0A);
	border-radius: 50px;
	width: 75%;
	margin:0 auto 0 auto;
	padding: 3px 20px;
	color: #000;
	font-size: 20px;}
.get_btn1 {
	display: inline-block;
	padding: 0px 30px;
	border: 2px solid #ff9903;
	line-height: 50px;
	background-color: #ff9903;
	font-size: 16px;
	border-radius:50px;
	color: #000;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: color .5s;
	transition: color .5s;
	animation: tada 2s ease-in-out infinite;}
.get_btn1:hover{color:#fff;}	
.get_btn1::before {
	content: "";
	position: absolute;
	z-index: -1;
	background:#287127;
	height: 250px;
	width: 300px;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	-webkit-transition: all .7s;
	transition: all .7s;}
.get_btn1:hover::before {bottom: -50px;}	
.youtube_icns {position: absolute; right: 7%; bottom: 56%;}
@keyframes tada {
	0% {-webkit-transform: scaleX(1); transform: scaleX(1);}
	10%, 20% {-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg); transform: scale3d(.9,.9,.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg); transform: scale3d(1.1,1.1,1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg); transform: scale3d(1.1,1.1,1.1) rotate(-3deg);}
	100% {-webkit-transform: scaleX(1); transform: scaleX(1);}}	
.parallax {
	background-image: url("../images/paralax.webp");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}
.parallax::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;}  
.parallax1 {
	background-image: url("../images/homeparallax.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}
.parallax1::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;} 
.lspad {padding-top: 80px;}	
.w20 {width: 20%;}
.text4 {position: relative; padding: 0 0 30px 85px; margin-top: -44px;}	
.pricelist_pdf {
	padding: 11px 29px !important;
	border-radius: 20px;
	background-image: linear-gradient( to right, #eb1e79, #73153f, #eb1e79 );
	animation: slidebg 2s linear infinite;
	display: inline;
	border: solid 2px #fe5ea6;
	font-weight: 600;}
  @keyframes slidebg {
	100% {background-position: 20vw;}
	100% {background-position: 20vw;}}
.marquee {width: 100%;overflow: hidden;font-size: 14px;line-height: 25px;background-color: #b60000;color: #fff;}
.topbg::after {
	background-image: url(../images/ribbon.svg);
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	height: 115%;
	left: 0;
	position: absolute;
	top: 99%;
	width: 100%;
	z-index: -1;}
.banner{position: relative;z-index: -3;}
.topbg{position:relative;}
.text1 {position: relative;padding: 5px 0 0 25px;margin-top: -47px;}
.footer-bg{background-color:#287127;}
.waves-container {position: static;}
.waves-container svg {margin-bottom: -7px;max-height: 100px;min-height: 80px;position: relative;width: 100%;}
svg .parallax > use {
	  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
	  animation-duration: 25s;
	  animation-delay: 0s;}
.waves-container svg .parallax > use:nth-child(1) {
	animation-delay: -4s;
	animation-duration: 14;}
.waves-container svg .parallax > use:nth-child(2) {
	animation-delay: -6s;
	animation-duration: 20s;}
.waves-container svg .parallax > use:nth-child(3) {
	animation-delay: -8s;
	animation-duration: 26s;}	
.waves-container svg .parallax > use:nth-child(4) {
	animation-delay: -10s;
	animation-duration: 40;}
@keyframes move-forever {
	0% {transform: translate3d(-90px,0,0);}
	100% {transform: translate3d(85px,0,0);}}
.check-btn {background-color: #fed700;color: #292424 !important;border-color: #fed700;padding: 15px 30px;border-radius: 50px;}
.safetytip-bg {background: url('../images/safetytips-bg.webp'); background-size: contain; background-repeat: repeat;}
.safety_icon i {color: #fff;font-size: 40px; background: #298145; width: 65px; height: 66px; line-height: 65px;border-radius: 50%; text-align: center; display: block;}
.safety_iconr i {color: #fff; font-size: 40px; background: #dd1407; width: 65px; height: 66px; line-height: 65px;border-radius: 50%; text-align: center; display: block;}
.icon_right{margin-left: auto;}
.icon_center{margin: auto;}
.clr-green{color: #298145;}
.clr-red{color: #287127;}
.contact-box{
	flex: 1;
	text-align: center;
	padding: 25px 15px;
	border-radius: 7px;
	background: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: -2px 2px 5px #d1d1d1;}
.c-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 50%;
	position: relative;
	z-index: 2;}
.c-icon::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	height: 15px;
	width: 15px;
	background: #b47c3f45;
	border-radius: 50%;}
.smallborder1 {width: 80px;height: 2px;background-color: #ffffff;}
.foot-pad {padding: 90px 0 30px 0;}
.smallborder2 {margin: 0 auto;width: 80px;height: 2px;background-color: #fb8906;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:70px;}
.priceicn2 {width:200px;}
.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, .lspad{padding:40px 0;}
.border_right {border-right: none;}
.pad-top {padding-top: 30px;padding-bottom: 100px;}
.headfont1 {font-size: 40px;}
.crackers_bg {background-position: center;}
.icon_right {margin-left: 0;}
.mble-logo {width: 100px;}
.ord2{order:1!important;}
.ord1{order:2!important;}}	

@media (min-width:768px) and (max-width:991.98px){
.border_right {border-right: none;}
.pad-top {padding-top:40px;padding-bottom: 100px;}
.headfont1 {font-size: 40px;}
.w-logo{width:315px;}
.icon_right {margin-left: 0;}
.mble-logo{width: 100px;}
.ord2{order:1;}
.ord1{order:2;}
.pad{padding:40px 0;}
.crackers_bg {background-position: center;}}

#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);}