@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Roboto&display=swap');
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;}
.acme{font-family: 'Acme', sans-serif;}
.roboto{font-family: 'Roboto', sans-serif;}
.topbg{background-image: url("../images/homebg.jpg"); 
	background-repeat: no-repeat; 
	background-size:cover;
	position: relative;}
.topbg::before {
    background: #000000ab  none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;}
#home {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-position: 50% 0px;}
.homecenter {
    height: 100vh;
    vertical-align: middle;
    display: table-cell;
    position: relative;}
.toppagelogo {width: 200px;}
.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}}
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}}
.move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	animation: anim2 ease-in-out 3s infinite alternate;
	-webkit-animation: anim2 ease-in-out 3s infinite alternate;
	-moz-animation: anim2 ease-in-out 3s infinite alternate;}
.move a {
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	padding: 20px;
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;}
.move a:hover {background-color: #d9263c; color: #fff; text-decoration: none;}
@keyframes anim2{
	0%{
	  -webkit-transform: scale(1.0) rotate(0deg);
	}
	50%{
	  -webkit-transform: scale(0.8) rotate(10deg);
	}
	100%{
	  -webkit-transform: scale(1.2) rotate(-20deg);
	}}
.headfnt{font-size: 60px;}
.sectionbar{background-color:#d9263c;}
.navfont{font-family: 'arial', sans-serif; font-size: 20px;}
.logo{width:90px;}
.navbar-light .navbar-nav .active > .nav-link{color:#f12943!important;}
.navbar .navbar-nav .nav-link:hover{color:#f12943 !important;}
.fullpad{padding:0!important; margin:0!important;}
.navbrd {border-top: 4px solid #f12943;}
.clr {color: #ee2426;}
.btn2{background:#ee2426; color:white!important; padding:15px 30px; transition:.5s;}
.btn2:hover{background:#fffe25; color:black!important;}
.others-area {
	position: relative;
	z-index: 1;
	background-image: url("../images/whyus.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;}
.others-item {
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	padding: 25px 30px 25px;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	max-width: 380px;
	margin-bottom: 75px;}
.others-item::before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 15px solid transparent;
	border-left: 15px solid #ffffff;
	-webkit-transition: 0.5s;
	transition: 0.5s;}
.others-item .number {position: absolute; top: -32px;}
.others-item .number span {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #ffffff;
	font-size: 25px;
	border-radius: 50px;
	-webkit-box-shadow: 1px 0px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
	box-shadow: 1px 0px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
	-webkit-transition: 0.5s;
	transition: 0.5s;}
.others-item h3 {font-size: 24px; font-weight: 600; margin: 8px 0 10px 0; }
.others-item.two {margin-left: auto;}
.others-item.two::before {
	position: absolute;
	content: "";
	left: -30px;
	top: 50%;
	border: 15px solid transparent;
	border-right: 15px solid #ffffff;}
.others-item.two:hover::before { border-right: 15px solid #f4bd34; border-left: 15px solid transparent;}
.others-item.main-item {margin-left: 50px;}
.others-item.main-item-two {margin-right: 50px;}
.others-item:hover {-webkit-transform: translateY(-10px); transform: translateY(-10px); background-color: #f4bd34;}
.others-item:hover::before {border: 15px solid transparent; border-left: 15px solid #f4bd34;}
.others-item:hover h3 {color: #ffffff;}
.others-item:hover p {color: #ffffff;}
.product-shape .shape1 {
	position: absolute;
	top: -45px;
	left: 30px;
	opacity: 10%;
	-webkit-animation: moveBounce 5s linear infinite;
	animation: moveBounce 5s linear infinite;}
.product-shape .shape3 {
	position: absolute;
	right: 8%;
	top: 20px;
	opacity: 10%;
	-webkit-animation: moveLeftBounce 3s linear infinite;
	animation: moveLeftBounce 3s linear infinite;}
@-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);
	}}
.servicebg{background-image: url("../images/newconfetti.png"), radial-gradient(#db241e, #790808); background-size:cover; background-repeat: no-repeat;}
.sr-iconbox1 {
	padding: 50px 30px 30px 30px;
	background: #fff;
	text-align: center;
	border-radius: 4px;}
.sr-iconbox1 .icon-lg {position: relative; z-index: 1;}
.icon-lg {width: 80px; display: inline-block; text-align: center;}
.icon-lg img {
	height: 70px;
	vertical-align: middle;
	max-width: 100%;
	width: auto;}
.icon-bx-wraper {position: relative;}
.sr-iconbox1 .icon-lg::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #6a1a1f;
	position: absolute;
	left: 0;
	z-index: -1;
	border-radius: 10px 10px 10px 10px;
	transform: scale(1.3) rotate(15deg);
	opacity: .05;}
.icon-bx-wraper:hover .icon-up img{
	-webkit-animation: toTopFromBottom .8s forwards;
	-moz-animation: toTopFromBottom .8s forwards;
	animation: toTopFromBottom .8s forwards;}
@keyframes toTopFromBottom{
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
	}
	51% {
	opacity: 1;
	}}  
.buttonhero2 {
	display: inline-block;
	margin: 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 3px rgba(128,128,128,1), 0px 4px rgba(118,118,118,1), 0px 5px rgba(108,108,108,1), 0px 6px rgba(98,98,98,1), 0px 7px rgba(88,88,88,1), 0px 8px rgba(78,78,78,1), 0px 14px 6px -1px rgba(128,128,128,1);
	transition: -webkit-box-shadow .1s ease-in-out;
	-webkit-transition: -webkit-box-shadow .1s ease-in-out;}
.buttonhero2 span {
	background-color: #D2151E;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(50%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.3)),color-stop(100%,rgba(255,255,255,0.2)));
	background-size: 100%, 100%, 100%, 4px 4px;
	border-radius: 10px;
	transition: -webkit-transform .1s ease-in-out;
	display: inline-block;
	padding: 10px 40px 10px 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;}
.buttonhero2:active {box-shadow: 0px 3px rgba(128,128,128,1),0px 4px rgba(118,118,118,1),0px 5px rgba(108,108,108,1), 0px 6px rgba(98,98,98,1),0px 7px rgba(88,88,88,1),0px 8px rgba(78,78,78,1), 0px 10px 2px 0px rgba(128,128,128,.6);}
.buttonhero2:active span {-webkit-transform: translate(0, 5px); transform: translate(0, 5px);} 
.footclr{background-color: #9e0000; border-radius: 10px; padding:40px!important;}
.footbg1{background:url("../images/footerbg.jpg"); background-size: cover; background-position: center; background-repeat:no-repeat;}
.footbg{background-color:#1d1d1d;}
.footpad{padding:80px 0 20px 0;}
.tagcloud a{background: #30373e; padding: 6px 10px; float: left; font-family: 'Josefin Sans', sans-serif; font-size: 12px; margin: 0 6px 10px 0; color:white; border-radius:2px;}
.tagcloud a:hover{background:#9e0000; color: #fff;}
.servp1{font-size:16px; color: #fff;}
.text2{position: relative; padding: 0 0 0 35px; margin-top: -43px;}
.bg-overlay{position: relative;}
.bg-overlay::after {
	background-color: #070707c7;
	z-index: 0;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;}
.box-bg {position: relative; z-index: 1;} 
.safetytipsbg {background-image: url("../images/safetytips.jpg"); background-repeat: no-repeat; background-size: 100%;}
.sticky-top1{position:sticky; top:120px;}
.block-head {
  	position: relative;
  	margin-bottom: 20px;
  	padding: 0 0 20px;
  	border-bottom: 1px solid #cac9c9;
  	font-weight: normal;
  	color: #333e48;}
.font{font-size: 45px;}
.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;}
.contact-box-content {
	background-color: #b701001f;
   	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.05);
   	padding: 30px;
   	position: relative;
   	z-index: 1;
   	height: 185px;
   	border-radius: 10px;}
.icnfnt{font-size: 40px; color: #df3535;}
.icnclr{color:#cc2d33;}
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: ""; display: inline-block;}
.text3 {position: relative; padding: 0 0 0 30px; margin-top: -40px;}
.counter-block__card {
	padding: 55px 52px;
	background-image: url(../images/dot.jpg);
	border-top: 5px solid #f12943;
	text-transform: uppercase;
	margin-bottom: 40px;}
.counter-block__card-title {
	color: #4d4c4c;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 40px;
	text-align: right;}
.counter-block__card-description {
	color: #f12943;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;}
.counttext{color: #f12943; font-size: 200px; margin-left: -30px; font-weight: 700;}
.cnticons {
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  background: #018bec;}
.cnticons i {
  display: table-cell;
  vertical-align: middle;
  height: 75px;
  font-size: 32px !important;
  color: #fff;}
.newparallax{background-image: url("../images/newparallax.jpg"); height:auto; background-attachment: fixed; background-size: cover; background-position: right;}
.box-left::after {position: absolute; top: calc(50% - 75px); right: 0; content: ""; width: 1px; height: 150px; background: #d3e5aa;}
.toll-free-cta {background: white; display: inline-block; text-align: center; padding: 15px 45px 10px; position: relative; margin-top: 25px; font-size: 22px;}
.toll-free-cta::before {bottom: 100%; left: 55px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; border-bottom-color: white; border-width: 20px;}
.btn-effect2 {background: white; color: black; padding: 10px 30px; font-size: 22px;}
.btn-effect2:hover {color: black;}
.w0{width:0%;}
.fixed{position:fixed; z-index:9999;}
.priceicn1{width:45px;}
.priceicn2 {width: 100px;}
.point{bottom:10px; left: 10px;}
.point1{bottom:70px; left: 10px;}
.point2 {bottom: 10px; right: 10px;}



@media (min-width:5px) and (max-width:767.98px){
.pad{padding:40px 0;}
.others-item {margin-bottom: 30px;}
.others-item::before {display: none;}
.others-item h3{margin: 20px 0 10px 0;}
.others-item .number{position: relative; top: 0;}
.others-item.main-item {margin-left: 0;}
.others-item.main-item-two {margin-right: 0; margin-top: 30px;}
.box-left::after {background: none!important;}
}



@media (min-width:768px) and (max-width:992.98px){
.pad{padding:40px 0;}	
.others-item.main-item { margin-left: 0;}
.others-item.main-item-two {margin-right: 0; margin-top:0px;}
}


#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: 'helvatica', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'helvatica', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-family: 'helvatica', 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;
    font-size: 30px;
    margin: 100px 75px 10px 75px;
    position: relative;
    text-align: center;
    -webkit-transform: translateZ(0); 
    transform: translateZ(0);}
.time-of-year .tooltip {
    background: #f00e0f;
    border-radius: 3px;
    bottom: -49px;
    font-size: 22px;
    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: solid #f00e0f  10px;
    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);}