@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;}
.fpad{padding:40px 0 20px 0;}
.wrdbrk{white-space:pre;}
.fullpad{padding: 0!important; margin:0!important;}
.smallfnt{font-size: 14px;}
.arial {font-family: Arial, sans-serif;font-weight: 600;}
.helvetica {font-family: helvetica, sans-serif;line-height:28px;}
.marquee-head {width: 100%;overflow: hidden;font-size: 16px;line-height: 25px;  background:#2f56d6;color: #fff;}
svg {position: relative;bottom:-2px;}
.copyrightbg{background-color:#062284;}
.txt-danger{color:#d72005;}
.txt-blue{color:#062284!important;}
.clr3{color:#e3258a;}
.navbar-light .navbar-nav .active > .nav-link {color:#fffc2b!important;}
.top-info{display: flex;align-items: center;justify-content: space-between;}
.logo {position: relative;}
.br15{border-radius:15px;}
.navbg{background-color:#cb112c;}
.footerbg{background-image:url("../images/footerbg.png");background-size:cover;background-position:center;}
.move-shake {
	color: white !important;
	transition: 0.5s;
	border-radius: 15px;
	animation: move-shaking 1s;
	animation-iteration-count: 1;
	background-position: left;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;}
@keyframes move-shaking {
	0% {transform: translate(0, 0) rotate(0deg);}
	25% {transform: translate(5px, 5px) rotate(5deg);}
	50% {transform: translate(0, 0) rotate(0deg);}
	75% {transform: translate(-5px, 5px) rotate(-5deg);}
	100% {transform: translate(0, 0) rotate(0deg);}}
.paralbtn {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	max-width: 190px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	margin: 0px auto;
	border-radius: 15px;
	font-weight:700;}
.title-border {padding-bottom: 29px;margin-bottom: 32px;border-bottom: 1px solid #ded8d38e;}
.btn-5 {
	border: 1px solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 1px solid;
	outline-color: rgba(255, 255, 255, .5);
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);}
.btn-5:hover {
	color: #fff493;
	border: 1px solid #fff493;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
	outline-color: rgba(255, 255, 255, 0);
	outline-offset: 15px;}
.smallborder3 {margin: 0 auto;width: 80px;height: 2px;background-color: #fb8906;}
.logo::before {
	content: "";
	background-color:#e3258a;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 10px;
	clip-path: polygon(0 0, 100% 0, 88.5% 100%, 0% 100%);
	z-index: -2;}
.logo::after {
	content: "";
	background-color:#062284;
	width: 999px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 99%;
	z-index: -2;}
.logo a {
	padding:0;
	background:#062284;
	clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
	display: flex;
	align-items: center;
	justify-content: start;}
.pricelist_pdf {
	padding: 10px 20px !important;
	background: #062284;
	color: #fff !important;
	border: 0;
	border-radius: 10px;
	font-weight: bold;
	display: inline-block;}
.blocka1 {
	background:beige;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 20px;}
.blocka1::after {
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	z-index: -1;
	opacity: 0.15;}
.blocka1-icon{
	max-width: 62px;
	width: 100%;
	height: 62px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-size: 30px;
	color: #062284;
	transition: all 0.4s ease-in-out;
	position: relative;
	z-index: 1;}
.blocka1-icon::after {
	content: "";
	position: absolute;
	top: 0%;
	height: 0;
	width: 0;
	left: 50%;
	background-color:#e3258a;
	border-radius: 50%;
	transition: all 0.4s ease;
	z-index: -1;}
.blocka1:hover .blocka1-icon::after {top: 0%;height: 100%;width: 100%;left: 0%;}
.blocka1:hover {box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;background-color: #062284;}
.blocka1:hover .blocka1-text {color: #fff;}
.blocka1:hover .blocka1-icon {color: beige;}
.blocka1:hover .blocka1-icon i {animation: top-bottom 0.4s ease-in-out;}
@keyframes top-bottom {
	0% {transform: translateY(0px);}
	50% {transform: translateY(6px);}
	100% {transform: translateY(0px);}}
.line {width:93%;height: 1px;background-color: beige;position: absolute;bottom: -60px;  }
.blocka2 {position: relative;z-index: 1;margin-right: 30px;}
.blocka2-img {position: relative;width: auto;height: 100%;overflow: hidden;}
.blocka2-img img {height: auto;width: 100%;object-fit: cover;transform-origin: bottom;position: relative;object-fit: cover; width: 100%;border-radius: 100px 20px;}
.blocka2-countbox{
	border-radius: 100px;
	background-color: #ffff5e;
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 270px;
	bottom: 40px;
	left: 40px;
	transform: rotate(-180deg);
	position: absolute;
	writing-mode: vertical-rl;}
.lil-count {
	font-weight: 800;
	font-size: 30px;
	line-height: 38px;
	text-transform: capitalize;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 91px;
	height: 113px;
	background: #FFFFFF;
	border-radius: 100px;
	margin: 0;
	text-shadow: 0 0 0.1px currentColor;}
.counttext, .bannerhead {color:#e3258a;font-size: 45px;font-weight: 700;}
.bigfnt{margin-top: 0px;line-height: 1em;font-size: 45px;font-weight: bold;color:#000;}
.list li {position: relative;width: 100%;line-height: 26px;color: #282932;min-height: 50px;margin-bottom: 0px;padding: 12px 0px 12px 52px;}
.list li i {position: absolute;left: 10px;top: 0px;font-size: 25px;line-height: 50px;font-weight: 400;}
.brand-item:hover img {transform: scale(0,0);}
.brand-item:hover .brand-hover {transform: scale(1,1);}
.brand-item img{transition: all 500ms ease; -webkit-transition: all 500ms ease;} 
.brand-item img{display: inline-block;} 
.brand-item .brand-hover{transform: translateY(100%);-webkit-transform: translateY(100%);}
.brand-item .brand-hover{position:absolute;}
.brand-item .brand-hover{top:0;right:0;left:0;bottom:0;}
.blocka3-product {
	height: 300px;
	background: transparent linear-gradient(93deg,#ffee38,#fcbd24) 0 0 no-repeat padding-box;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	transition: 0.2s ease-in-out;}
.blocka3-product:hover {transform: scale(1.04) rotate(-1deg);}
.blocka3-product img {height: 58%;position: absolute;transition: 0.2s ease-in-out;z-index: 1;}
.product-textbox{
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	transition: 0.2s ease-in-out;
	z-index: 2;
	padding:20px;}
.blocka3-product:hover .product-textbox {opacity: 1;}
.blocka3-product:hover.blocka3-product img{height: 65%;filter: blur(7px);animation: anim 3s infinite;}
@keyframes anim {
		0% {transform: translateY(0);}
		50% {transform: translateY(-20px);}
		100% {transform: translateY(0);}}
.parallax{
	background-image: url("../images/fireworks.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	position: relative;
	background-attachment: fixed;}
.parallax::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;}
.parallaxabout{
	background-image: url("../images/parallax.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	position: relative;
	background-attachment: fixed;}
.parallaxabout::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;}
.br1{border-right: 2px solid #808080cc;border-bottom: 2px solid #808080cc;}
.br2{border-bottom: 2px solid #808080cc;}
.br3 {border-right: 2px solid #808080cc;}
.shape-divider {position: absolute;width: 100%;z-index: 0;bottom: 0;left: 0;pointer-events: none;display: block;}
.shape-divider svg {width: 100%;height: 100%;left: 50%;position: absolute;transform: translatex(-50%);bottom: -2px;}
.call-num {overflow: hidden;}
.call-icon {float: left;margin-right: 35px;}
.bg-colored{background-color:#062284;padding-top: 30px;position: relative;width: 100%;overflow: hidden;z-index: 1;}
.text1 {position: relative;padding:1px 0 0 30px;margin-top: -44px;}
.clr-or {color: #ffff63;}
.tagcloud a {
	background:#e3258a;
	padding: 6px 10px;
	float: left;
	font-style: italic;
	font-size: 12px;
	margin: 0 5px 5px 0;
	color:#fff;
	border-radius: 4px;}
.safetytipsbg {background-image: url("../images/safetytipbg.webp");background-repeat: no-repeat;background-size: cover;background-position: center;}
.iconn {height: 52px;display: table;text-align: center;border-radius: 50%;cursor: pointer;}
.iconn i {
	font-size: 35px;
	height: 70px;
	width: 70px;
	margin: 1px;
	line-height: 70px;
	border-radius: 100%;
	background: #e0f2d4;
	color: #559926;
	border: 3px solid #ffffff;
	-webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
	box-shadow: inset 0 0 0 5px #f2f2f2;
	display: block;}
.text2 {position: relative;padding: 11px 0 0 90px;margin-top: -95px;}
.text0 {position: relative;padding: 11px 0 0 90px;margin-top: -45px;}
.iconns i {
	font-size: 35px;
	height: 70px;
	width: 70px;
	margin: 1px;
	border-radius: 100%;
	line-height: 70px;
	background: #fdd;
	color: #b61818;
	border: 3px solid #ffffff;
	-webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
	box-shadow: inset 0 0 0 5px #f2f2f2;
	display: block;
	text-align: center;}
.info-box {background:#062284;text-align: center;padding: 15px 0 15px 0;border-radius: 4px;height: 215px;border-radius: 15px;}
.icon2{font-size:35px!important;color:#e3258a!important;}
.map-area iframe {border: solid 2px whitesmoke !important;padding: 18px;background: #fff;box-shadow: 1px 4px 2px 0px rgba(1,1,1,0.22);border-radius: 25px;}
.topicon{color:#faf200!important;}.topblack{color:rgb(255, 255, 255)!important;}
.copyrightbg1{background-color:#e3258a!important;}
.mobilelogo{width:150px;}
.bglight {background:#062284;}
.footerbg svg{display: block;width: 100%;height: auto;fill: #062284;position: relative;bottom: 0;}
.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;}
svg {bottom: -5px;}
.blocka2 {margin-right:0px;}
.ord1{order:2;}
.ord2{order:1;}
.info-box {padding: 15px 0 9px 0;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
svg {bottom: -1px;}
.ord1{order:2;}
.ord2{order:1;}
}

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