@import url('https://fonts.googleapis.com/css2?family=Roboto&family=RocknRoll+One&display=swap');

@font-face {
	font-family: 'gilroy';
	src: url('font/gilroy.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

html {
	scroll-behavior: smooth;
}

li {
	list-style-type: none !important;
}

a {
	text-decoration: 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;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

.racesport {
	font-family: 'gilroy';
}

.black {
	color: #000;
}

.topbg {
	background: linear-gradient(90deg, #6be18dff, #461175);
}

.topbrd {
	border-right: 1px solid white;
}

.bg-gradient {
	background-image: linear-gradient(0deg, #391763, #7a1397);
}

.marquee {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 40px;
}

.smallfnt {
	font-size: 14px;
}

.clr-red {
	color: #6be18dff !important;
}

.clr-blue {
	color: #681e5d;
}

.clr-green {
	color: #0A7070;
}

.clr-yellow {
	color: #dba524 !important;
}

.nav-bar .container-fluid {
	padding: 0 !important;
}

.logo {
	width: 330px;
}

.navbg {
	background: linear-gradient(135deg, #6be18dff 70%, #e0e0e0 15%);
}

.navbg1 {
	background-color: #6be18dff;
}

.navfont {
	font-family: 'gilroy';
	font-size: 18px;
}

.navbutton {
	background: #ededed;
	padding: 20px 35px;
	color: #6be18dff;
}

.nav-bar1 .container {
	padding: 0 !important;
	margin: 0 !important;
}

.nav-bar1 .navbar {
	padding: 0 10px 0 0 !important;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #ffdb4f !important;
}

.navbar-light .navbar-toggler {
	border-color: white !important;
}

.fullpad {
	margin: 0 !important;
	padding: 0 !important;
}

.logofnt {
	font-size: 30px;
}

.mins {
	font-size: 11px;
	color: gray;
}

.phone {
	float: right;
	width: 282px;
	height: 70px;
	margin: 25px 10px 25px 10px;
	display: table;
	background: url(../images/png.png) no-repeat;
	border-left: transparent;
}

.phone p {
	left: -25px;
	text-transform: uppercase;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	color: #000;
	font-size: 14px;
}

.phone p::after {
	content: url(../images/phonecall.png);
	position: absolute;
	top: 12px;
	margin-left: 26px;
}

.phone span {
	vertical-align: middle;
	display: table-cell;
	color: #292929;
	font-size: 13px;
}

.headfnt {
	font-size: 60px;
}

.headfnt1 {
	font-size: 60px;
}

.whychoose {
	background-image: url("../images/black.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	position: relative;
	padding: 60px 0;
	z-index: 1;
}

.btn1 {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
	background-color: #ec2424;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 1s;
	transition: 1s;
	border-radius: 5px;
}

.btn1:hover {
	background-color: #ff0;
	color: #000;
	border-radius: 50px;
}

.productpad {
	padding: 90px 0 0 0;
}

.boxpad {
	padding: 40px 20px !important;
}

.boxbg {
	background-color: #FFEAEA;
}

.productbtn {
	background-color: #e31d1d;
	color: white !important;
	padding: 10px 20px;
	border-radius: 5px;
}

.homeparallax {
	background-image: url("../images/homeparallax.jpg");
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.homeparallax::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.safetytipsbg {
	background-image: url("../images/safetytips.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0px;
}

.lht {
	line-height: 28px;
}

#counter {
	background: rgba(black, .05);
}

#counter li {
	flex: 1;
	text-align: center;
}

#counter li span.percent:after {
	content: "";
	display: inline-block;
}

.counttext {
	color: #001436;
	font-size: 40px;
}

.bannerhead {
	color: #001436;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1.3em;
}

.count-box {
	padding: 30px 25px 10px 25px;
	position: relative;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}

.count-box i {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	background: #2b2e90;
	border-radius: 50px;
	width: 55px;
	height: 55px;
	line-height: 50px;
	border: 2px solid #e31d1d;
}

.count-box i {
	font-size: 24px;
	color: #fff;
}

.w-450 {
	width: 450px;
}

.footer {
	background-color: #15151e;
}

.footer .blackbg {
	background: url(../images/footerimg.png) no-repeat;
	background-position: bottom left;
	background-size: contain;
	padding: 90px 0 30px 0;
}

.text1 {
	position: relative;
	padding: 0 0 0 30px;
	margin-top: -43px;
}

.safety-tipsbg {
	background: url("../images/birthday-crackers.png");
	background-size: contain;
}

.icon i {
	color: #fff;
	font-size: 28px;
	background: #0A7070;
	width: 65px;
	height: 66px;
	line-height: 65px;
	border-radius: 50%;
	text-align: center;
}

.iconr i {
	color: #fff;
	font-size: 28px;
	background: #6be18dff;
	width: 65px;
	height: 66px;
	line-height: 65px;
	border-radius: 50%;
	text-align: center;
}

.iconhm {
	margin-right: 10px;
}

.iconhm i {
	color: #fff;
	font-size: 18px;
	background: #EF1527;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
}

.section-title-divider {
	width: 100px;
	height: 3px;
	background: #681e5d;
	margin: 0 auto;
}

.info-box {
	color: #444444;
	text-align: center;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 20px 0 20px 0;
	border-radius: 4px;
	height: 215px;
	background: #fffdde;
}

.info-box i {
	font-size: 22px;
	color: #681e5d;
	border-radius: 50%;
	padding: 8px;
	border: 2px dotted #f8d4d5;
	width: 60px;
	height: 60px;
	line-height: 40px;
}

.w0 {
	width: 0%;
}

.fixed {
	position: fixed;
	z-index: 2;
}

.priceicn1 {
	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;
	}
}

.nio-dia-portfolio-img-text {
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 15px;
}

.nio-dia-portfolio-img-text:hover::before {
	width: 100%;
}

.nio-dia-portfolio-img-text::before {
	top: 0;
	left: 0;
	width: 0%;
	content: "";
	height: 100%;
	opacity: 0.8;
	position: absolute;
	transition: 500ms all ease;
	background: linear-gradient(-51deg, #0b5b42 0%, #f0483e 100%);
}

.nio-dia-portfolio-img-text .nio-dia-portfolio-text {
	left: 20px;
	opacity: 0;
	color: #fff;
	bottom: 15px;
	visibility: hidden;
	position: absolute;
	transition: 500ms all ease;
}

.nio-dia-portfolio-img-text:hover .nio-dia-portfolio-text {
	opacity: 1;
	bottom: 0px;
	visibility: visible;
}

.nio-dia-portfolio-img-text .nio-dia-portfolio-text h3 {
	font-size: 24px;
	font-weight: 700;
	padding-top: 5px;
}

.position-relative {
	position: relative !important;
}



@media (min-width:5px) and (max-width:767.98px) {
	.pad {
		padding: 40px 0;
	}

	.safetytipsbg {
		padding: 0;
	}

	.headfnt {
		font-size: 25px;
	}

	.headfnt1 {
		font-size: 30px;
	}

	.productpad {
		padding: 40px 0 0 0;
	}

	.footer .blackbg {
		background: none;
	}
}


@media (min-width:768px) and (max-width:992.98px) {
	.pad {
		padding: 40px 0;
	}

	.headfnt {
		font-size: 35px;
	}

	.headfnt1 {
		font-size: 40px;
	}

	.footer .blackbg {
		background: none;
	}
}


#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 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;
}

.notfound a {
	font-family: 'Montserrat', sans-serif;
	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;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;
}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 {
		height: 142px;
	}

	.notfound .notfound-404 h1 {
		font-size: 112px;
	}
}

.time-of-year {
	margin: 100px 75px 10px 75px;
	position: relative;
	text-align: center;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.time-of-year .tooltip {
	background: #6be18dff;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	opacity: 0;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	z-index: 1102;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;
	height: 100px;
}

.time-of-year .tooltip::after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: 10px solid #6be18dff;
	bottom: 58px;
	content: " ";
	height: 0;
	left: 0%;
	margin-left: -13px;
	position: absolute;
	width: 0;
	transform: rotate(92deg);
}

.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}