@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;}
html{scroll-behavior: smooth;}
.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:100px 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;}
.confetti {background: url("../images/newconfetti.png") no-repeat scroll; background-color: #ffffff3d;}
.smallborder {
	background-color: #003399;
	width: 70px;
	height: 2px;
	margin: 0 auto;}
.servicepara {max-width: 700px; margin: 0 auto;}
.one-column1 {
	background-color: #ffffff;
	padding: 0px 0px 10px;
	margin: 0 15px;
	border: 2px solid #003399;}
.clr{color:#003399;}	
.padht {transition: 0.5s; transform: translateY(0);}
.padht:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	cursor: pointer;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0) !important;}
.btn-effect {
	background-color: #003399;
	color: white;
	font-size: 16px;
	padding: 15px 30px;
	border-radius: 30px;}
.btn-effect:hover {background-color: #64166d; transition: .5s; color: #fff;}
.text{position: relative; padding: 0 0 0 65px; margin-top: -20px;}
.icon-in1{color:white; border: 2px solid #003399; background: #003399; padding: 7px 15px;; border-radius: 60px;}
.line {border-top: 2px solid #003399; width: 85%;}
.brdrad {border-radius: 10px;}	
.secht {height: 110px;}
.aboutus {
	background-image: url("../images/crackersbackground.png");
	background-size: contain;
	background-repeat: repeat;}
.contactbg {
	background-image: url("../images/parallax.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;}
.contactbg::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: #003399;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 1s;
	transition: 1s;
	border-radius: 5px;
	border:none;}
.btn1:hover {background-color: #003399; color: #fff; border-radius: 50px;}

.bordertop {border-top: 1px solid #454545 !important;}
.text1 {position: relative; padding: 5px 0 0 30px; margin-top: -45px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:45px;}
.priceicn2 {width: 120px;}
.point{bottom:10px; left:10px;}
.point1{bottom:60px; left:10px;}


@media (min-width:1px) and (max-width:767.98px){
.pad{padding:90px 0;}
.top-bar-info li {font-size: 11px;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:90px 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: #0046d5;
	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 #0046d5;
	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);}