@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:220px;}
.clr1 {color: #e31e0d;}
.black {color: #000 !important;}
.smallfnt{font-size: 14px;}
.navfont{font-family: Arial, sans-serif; font-weight:600; font-size: 17px;}
.navbar-light .navbar-nav .nav-link {color:#6f6f6f !important;}
.navbar-light .navbar-nav .nav-link:hover{color: #e31e0d !important;}
.navbar-light .navbar-nav .active>.nav-link{color: #e31e0d !important;}
.bg-img {background-image: url("../images/bg.png"); background-size: 3% 3%;}
.marquee {width: 100%; overflow: hidden; font-size: 14px; line-height: 25px;}
.footer{border-top: 2px solid #e31e0d; background-image: url("../images/footerimg.png"), radial-gradient(at center center, #15161D 0%, #15161D 100%); background-color: #15161D; padding:80px 0 40px;}
.text1 {position: relative; padding: 5px 0 0 30px; margin-top: -43px;}
.smallborder2{width:80px; height:2px; background-color: #e31e0d; margin:0 auto;}
.bg-footer {background-color: #e31e0d;}
.tagcloud a {background: #e31e0d; padding: 6px 10px; float: left; font-style: italic; font-size: 12px; margin: 0 5px 5px 0; color:white;}
.tagcloud a:hover {background:#30373e; color: #fff;}
.safetytipsbg {background-image: url("../images/safetytips.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center; padding:50px 0px;}	
.docard{border:2px solid #5d8700; border-radius:25px;}
.docardheading{color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #298145;
	padding: 10px 0px 10px 0px;
	border-radius:20px 20px 0 0;}
.docardheadingbottom {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #298145;
	padding: 20px 0px 20px 0px;
	border-radius: 0px 0px 20px 20px;}
.dontcard{border:2px solid #AD3737; border-radius:25px;}
.dontcardheading{color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #AD3737;
	padding: 10px 0px 10px 0px;
	border-radius:20px 20px 0 0;}	
.dontcardheadingbottom{color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #AD3737;
	padding: 20px 0px 20px 0px;
	border-radius:0px 0px 20px 20px;}	
.greenclr1{color:#5d8700}	
.greenclr2{color:#77b255}	
.redclr1{color:#AD3737;}
.redclr2{color:#dd2f45;}
.banner-area {position: relative; overflow: hidden;}
.banner-area.inc-shape::after {
	position: absolute;
	left: 0;
	content: "";
	height: 100px;
	width: 100%;
	background: url("../images/brush.png");
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	bottom: 0;}
.smallborder1 {width: 70px; height: 2px; background-color: #f92828;}	
.cnticons {
	width: 80px;
	height: 80px;
	border: 2px solid #f92828;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
	border-radius: 50%;}
.cnticons i {
	display: table-cell;
	vertical-align: middle;
	height: 75px;
	font-size: 30px !important;
	color: #e31e0d;}
.header-text {position: relative; width: 100%; z-index: 2;}
.header-shadow-text {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -20px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 95px;
	line-height: 70px;
	color: rgba(60,60,60,.08);
	z-index: 1;}
.parallax {
	background-image: url("../images/homeparallax.jpg");
	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%;}	
.btn1 {
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
	background-color: #ffb316;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 1s;
	transition: 1s;
	border-radius: 5px;
	border: none;}	
.btn1:hover {background-color: #ffb316; color: #000; border-radius: 50px;}
.navbg{background-color: #e31e0d;}
.line {border-top: 1px solid #fff;}
.welcome-shape .shape1 {
	position: absolute;
	right: -14px;
	top: -100px;
	opacity: 10%;
	-webkit-animation: moveScale 3s linear infinite;
	animation: moveScale 3s linear infinite;}
.welcome-shape .shape2 {
	position: absolute;
	right: -69px;
	bottom: -116px;
	opacity: 6%;
	-webkit-animation: moveBounce 5s linear infinite;
	animation: moveBounce 5s linear infinite;}
@-webkit-keyframes moveScale {
	0% {-webkit-transform: scale(0.6); transform: scale(0.6);}
	50% {-webkit-transform: scale(0.8);transform: scale(0.8);}
	100% {-webkit-transform: scale(0.6); transform: scale(0.6);}}
@keyframes moveScale {
	0% {-webkit-transform: scale(0.6); transform: scale(0.6);}
	50% {-webkit-transform: scale(0.8); transform: scale(0.8);}
	100% {-webkit-transform: scale(0.6); transform: scale(0.6);}}
@-webkit-keyframes moveBounce {
	0% {-webkit-transform: translateY(0px); transform: translateY(0px);}
	50% {-webkit-transform: translateY(20px); transform: translateY(20px);}
	100% {-webkit-transform: translateY(0px); transform: translateY(0px);}}
@keyframes moveBounce {
	0% {-webkit-transform: translateY(0px); transform: translateY(0px);}
	50% {-webkit-transform: translateY(20px); transform: translateY(20px);}
	100% {-webkit-transform: translateY(0px); transform: translateY(0px);}}
@-webkit-keyframes moveLeftBounce {
	0% {-webkit-transform: translateX(0px); transform: translateX(0px);}
	50% {-webkit-transform: translateX(20px); transform: translateX(20px);}
	100% {-webkit-transform: translateX(0px); transform: translateX(0px);}}
@keyframes moveLeftBounce {
	0% {-webkit-transform: translateX(0px); transform: translateX(0px);}
	50% {-webkit-transform: translateX(20px); transform: translateX(20px);}
	100% {-webkit-transform: translateX(0px); transform: translateX(0px);}}
.secpad{padding:55px 30px;}	
.pattern1{background:#003466;}
.pattern2{background:#dc2430;}	
.icon i {
	color: #dc2430;
	font-size: 40px;
	width: 65px;
	height: 66px;
	line-height: 65px;
	text-align: center;
	margin-bottom: 4px;
	display: block;}
.homeparallax {
	background-image: url("../images/homeparallax.webp");
	padding:60px 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}
.homeparallax::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;} 	
.cardbg {background-color: #f1f489; border-radius: 5px;}	
.cardbg:hover {background-color: white; transition: .8s;} 
.parallaxpad{padding:65px 0;}
#counter li span.percent:after { content: ""; display: inline-block;}
.counttext{color: #bc0f0f; font-size: 55px; font-weight: 700;}
.bannerhead {color: #140484; font-size: 55px; font-weight: 700; text-transform: uppercase; line-height: 1.3em;}    
.bg2 {background-color: #ffcf14;}
.get_btn1 {
    display: inline-block;
    padding: 0px 30px;
    border: 2px solid #CA1527;
    line-height: 50px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: color .5s;
    transition: color .5s;}
.get_btn1:hover{color:#fff;}	
.get_btn1::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #CA1527;
    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;}	
.owl-nav{display:none!important;}
.owl-dots{margin-top:25px;}
.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;}
.logo{width:200px;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.logo{width:200px;}
}

#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);}