@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;}
.smallfnt{font-size: 14px;}
.black{color: #000!important;}
.marquee {
    width: 100%;
    overflow: hidden;
    font-size: 16px;}
.marqueebg {
    background-color: #da460a;
    color: white;}
.headbg {
	background-image: url(../images/crackersnavbg.png);
	background-color: beige;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;}	
.clr1{color: #da460a;}	
.clr2{color: #bb2026;}
.logo{width:230px}	
.navfont{font-family: Arial, sans-serif; font-weight: 600!important; font-size:16px; letter-spacing:1px;} 
.navbg {background-color: #bb2026;}
.navbar-light .navbar-nav .nav-link {color:#fff !important;}
.navbar-light .navbar-nav .active > .nav-link { color:#ffcf23 !important}
.navbar-light .navbar-toggler {border-color: white!important;}
.glow_new {
    animation-name: wobble;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;}
@keyframes wobble{
0% {transform: translateX(0%);}
15% {transform: translateX(-25%) rotate(-5deg);}
30% {transform: translateX(20%) rotate(3deg);}
45% {transform: translateX(-15%) rotate(-3deg);}
60% {transform: translateX(10%) rotate(2deg);}
75% {transform: translateX(-5%) rotate(-1deg);}
100% {transform: translateX(0%);}
}
.icnclr {color: #efa802;}
.phone {
    float: right;
    width: 282px;
    height: 70px;
    margin: 25px 10px 25px 10px;
    display: table;
    background: url(../images/png.webp) no-repeat;
    border-left: transparent;}
.phone p {
    left: -25px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    color: #e32028;
    font-size: 14px;}
.phone p::after {
    content: url(../images/phn.png);
    position: absolute;
    top: 20px;
    margin-left: 26px;}
.phone span {
	vertical-align: middle;
	display: table-cell;
	color: #6b6b51;
	font-size: 16px;}
.icons_o {
	width: 75px;
	height: 75px;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
	border-radius: 50%;
	border:3px solid #ed1c24;
}
.icons_o i {
    display: table-cell;
    vertical-align: middle;
    font-size: 28px !important;
    color: #ed1c24;
}
.homeparallax {
    background-image: url(../images/homeparallax.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.box-section {position: relative !important; top: -30px;}
.aboutbox {
	padding: 40px 30px 40px;
	border-radius: 5px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,.12);
	background: #bc0f0f;}
.aboutbox1 {
	padding: 40px 30px 40px;
	border-radius: 5px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,.12);
	background: #fcd21d;}
.clr1{color:#CA1527;}    
.paraclr{color:#595858;}
.new-section-bg {
    background: url("../images/bgbottom.png") no-repeat scroll;
	background-color: #0d323e;
	padding-top: 145px;
	margin-top: -75px;
	padding-bottom: 75px;}
.padht {transition: 0.5s; transform: translateY(0);}
.padht:hover {
    -webkit-transform: translateY(+10px);
    transform: translateY(-10px);
    cursor: pointer;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0) !important;}    
.para-center {max-width: 850px; margin: 0 auto;}  
.get_btn {
	display: inline-block;
	padding: 0px 30px;
	border: 2px solid #fcd21d;
	line-height: 50px;
	font-size: 16px;
	color: #fcd21d;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: color .5s;
	transition: color .5s;}
.get_btn:hover{color:#000;}	
.get_btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #fcd21d;
	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_btn:hover::before {bottom: -50px;}	
.btns {
	color: #52006a  !important;
	background: yellow !important;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 35px 10px 20px;
	border: none;
	border-radius: 0;
	box-shadow: 6px 6px 0 #ec2424;
	transform: skewX(-15deg);
	position: relative;
	transition: all .3s ease-in-out;
	display: inline-block;
	text-align: center;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}	
.btns:focus, .btns:hover{color: #fff; background-color: #0c0077; box-shadow: 10px 10px 0 #ec2424;}     
.owl-nav{display: none;}
.owl-dots{padding-top: 30px;}
figure{margin: 0!important;}
.img-about.dots {position: relative;}
.img-about img {position: relative; z-index: 2;}
.img-about.dots::after {
	position: absolute;
	z-index: 1;
	bottom: -46px;
	right: -70px;
	content: "";
	width: 412px;
	height: 220px;
	background: url("../images/dotspage.png") no-repeat;}
.feature-h, .feature-s{margin-bottom: 35px;}
.icon, .icons, .icons1 {margin-right: 1em;}
.icon i {
	color: #bc0f0f;
	font-size: 25px;
	background: #efefef;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	transform: scale(1);
    display: block;}
.feature-h:hover .icon i{
	border: 2px solid #140484;
	color: #140484;
	background-color: transparent;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);}
.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;}	
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#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;}  
.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, #173770 0%, #f0ba1b 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;}	
.nio-eig-about-img {z-index: 1; margin-top: 30px; display: inline-block;}
.nio-eig-about-img::before {top: -35px;z-index: -1;right: -35px;content: "";width: 325px;height: 340px;position: absolute;border: 7px solid #f0483e;transition: all 2s ease;animation-duration: 7s;animation-name: nio-eig-floating;animation-iteration-count: infinite;animation-timing-function: linear;}
.nio-eig-about-img .nio-eig-about-img-wrap {overflow: hidden;}
@keyframes nio-eig-floating{
	0% {transform: rotate(0deg) translate(-10px) rotate(0deg);}
	100% {transform: rotate(360deg) translate(-10px) rotate(-360deg);}
}
.get_btn {
	display: inline-block;
	padding: 0px 30px;
	border: 2px solid #fcd21d;
	line-height: 50px;
	font-size: 16px;
	color: #fcd21d;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: color .5s;
	transition: color .5s;}
.get_btn:hover{color:#000;}	
.get_btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #fcd21d;
	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_btn:hover::before {bottom: -50px;}	
.tik {position: relative;}
.pass {padding: 33px;}
.tik::before {position: absolute;content: '';opacity: 0;top: 50%;transform: translateY(-50%);left: 0;width: 100%;height: 0;transition: all 0.3s;background: #bb2026;}
.icnclr {color: #efa802;position: relative;}
.call {font-size: 45px !important;}
.text2 {position: relative;padding: 0 0 0 70px;margin-top: -52px;}
.tik:hover .tik1{color:#fff!important;}
.tik:hover .icnclr{color:#FFCF14;}
.tik:hover::before {height: 100%; opacity: 1;}
.feast{border-right:1px solid black ;height: 250px;}
.section-title-divider {width: 220px;height: 3px;background: #1F5AAD;text-align: center; margin: 5px auto;}
.font{font-size: 40px;}
.safetytipsbg {
    background-image: url(../images/safetytips.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
.font{font-size: 40px;}
.block-head {position: relative;margin-bottom: 20px;padding: 0 0 20px;border-bottom: 1px #cac9c9 solid;font-weight: normal;color: #559926;font-weight: bold;}
.block-head::before {position: absolute;bottom: -3px;left: 20px;width: 35px;height: 5px;content: "";display: inline-block;background-color: #559926;}
.block-head::after {position: absolute;bottom: -1px;left: 0;width: 80px;height: 1px;content: "";display: inline-block;background-color: #559926;}
.block-head1 {position: relative;margin-bottom: 20px;padding: 0 0 20px;border-bottom: 1px #cac9c9 solid;font-weight: normal;color: #ec2424;font-weight: bold;}
.block-head1::before {position: absolute;bottom: -3px;left: 20px;width: 35px;height: 5px;content: "";display: inline-block;background-color: #ec2424;}
.block-head1::after {position: absolute;bottom: -1px;left: 0;width: 80px;height: 1px;content: "";display: inline-block;background-color: #ec2424;}
.icnclr1 {color: #559926; font-size: 30px;}
.icnclr3 {color: #b61818; font-size: 30px;}
.text4 {position: relative;padding: 0 0 0 46px;margin-top: -52px;}
.footer {
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 50px;
	width: 100%;}	
.text1 {position: relative; padding: 0 0 0 35px; margin-top: -49px;}
.add-details {margin-bottom: 20px;}	
.footer i {
    font-size: 25px;
    margin-right: 10px;
}
.footerbg{background-color:#da460a;}
.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;}
.img-about.dots::after {background: none;width: 0;height: 0;}
.feast {border-right: none; height: 135px;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.img-about.dots::after {background: none;width: 0;height: 0;}
}

#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);}