@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');
li{list-style-type:none!important;}
a{text-decoration:none!important;}
@font-face{
	font-family:'gilroy';
	src:url('font/gilroy.ttf') format('truetype');
	font-style:normal;
	font-weight:normal;}
.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;}
.topbg{background: linear-gradient(90deg, blueviolet, rgb(133, 20, 240));}
.topbrd{border-right: 1px solid white;}
.marquee {width: 100%; overflow: hidden; font-size: 15px; line-height: 40px;}
.gilroy{font-family:'gilroy'; letter-spacing: 1px;}
.roboto{font-family: 'Roboto', sans-serif; line-height: 28px;}  
.smallfnt{font-size: 15px;}
.smallfnt1{font-size: 14px;}
.logos{width:250px;}
.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: blueviolet;
	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;}
.nav-bar .container-fluid {padding: 0 !important;}	
.navbg {background: linear-gradient(135deg, blueviolet  67%, #f5eaff 15%);}
.navbg1{background-color:blueviolet;}
.navfont{font-family:'gilroy'; font-size: 17px; letter-spacing: 1px;}
.navbutton{background: white; padding: 20px 50px; color:#e31d1d;}
.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;}	
.clr{color:blueviolet;}
.section-bg {background: #F2F2F191;}
.single-cat {
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background: #F3E8FD;
    padding: 45px 25px 45px 25px;
	position: relative;
	z-index: 1;
	border-radius:5px;
	height:300px;}
.single-cat:hover {box-shadow: 0 20px 30px rgba(35,47,85,0.1);}
.single-cat::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #fdfdfd;
    transition: .6s;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;}
.single-cat:hover::before {height: 100%;}
.icnclr{font-size: 30px; color:blueviolet;}
.footbg {background: url("../images/footer.gif")no-repeat; background-position: 505px 0px;}
.footpad {padding: 80px 0px 20px 0px; background-color: #000!important;}
.footlst {
    padding-left: 109px !important;
    border-left: 2px dotted #fff;
    padding-right: 133px;
    height: 300px;}
.footlink a:hover{color:white;}
.boxpad {
  padding: 40px 20px !important;
}
.text1 {position: relative; padding: 0 0 0 30px; margin-top: -44px;}
.footclr{background-color: #000!important;}
.productpad{padding:90px 0 0 0;}
.productbtn{background-color:blueviolet; color: white!important; padding:10px 20px; border-radius: 5px;}
.btn-effect2 {background: transparent; color: white; border: 1px solid white; padding: 10px 30px; transition: .5s;}
.btn-effect2:hover {background: white; color: black;}
.parallax {
    background-image: url("../images/parallax.jpg");
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;}
.headfnt{font-size: 55px;}	
.btn1 {
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
	background-color: blueviolet;
	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;}	
.bg-overlay {position: relative;}
.bg-overlay::after {
    background-color: #fd5a5a99;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}
.box-bg {position: relative; z-index: 1;}
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: ""; display: inline-block;}
.counttext{color: #fff; font-size: 55px; font-weight: 700;}
.bannerhead {color: #fff; font-size: 55px; font-weight: 700; text-transform: uppercase; line-height: 1.3em;}
.safetytipsbg {
	background-image: url("../images/safetytips.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;}
.sticky-top1{position:sticky; top:100px;}  
.block-head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px #cac9c9 solid;
	font-weight: normal;
	color: #28156f;}
.font{font-size: 40px;}
.block-head::before {
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display: inline-block;
	background-color: #ec2424;}
.block-head::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #ec2424;}
.icnclr1 {color: #559926; font-size: 30px;}
.icnclr2 {color: #b61818; font-size: 30px;}
.text4 {position: relative; padding: 0 0 0 46px; margin-top: -52px;}	
.varpad {padding-top: 80px;}
.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;}
.owl-nav{display:none!important;}


@media (min-width:5px) and (max-width:767.98px){
.pad{padding:40px 0;}
.productpad{padding:60px 0 0 0;}
.footlst {padding-left: 15px!important; border:none; height:auto!important;}
.varpad {padding-top: 40px;}

}

@media (min-width:768px) and (max-width:992.98px){
.pad{padding:40px 0;}	
.footlst {padding-left: 25px!important;  height:auto!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 {
	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 {
    color: #555;
    margin: 100px 75px 10px 75px;
    position: relative;
    text-align: center;
    transform: translateZ(0); 
    -webkit-transform: translateZ(0); }
.time-of-year .tooltip {
    background: blueviolet;
    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 blueviolet;
    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);}