@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');
body{border-top:3px solid red;}
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;}
.ubuntu{font-family: 'Helvetica', sans-serif;}
.logo{width:25%;}
p{font-family: 'Helvetica', sans-serif; line-height: 28px;}
.pf1{font-family: 'Helvetica', sans-serif; font-size:18px;}
.pft{font-family: 'Helvetica', sans-serif; color:white;}
.pf3{font-size:12px; line-height:2em; color:white; letter-spacing:1px;}
.wrdbrk{white-space: pre;}
.navfont{font-size: 22px;}
.navbar-light .navbar-nav .active>.nav-link{font-weight:700; color:red!important; border-bottom:2px solid black;}
.navbar-light .navbar-nav .nav-link:hover{color:red!important;}
.navbar-toggler {background-color:red!important;}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
.clr{color:#dc1b12;}
.homeprlx {
  background-image: url("../images/parallax3.png");
  height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pad{padding:90px 0;}
.headfnt {font-size: 55px;}
.fnt{font-weight:bold;}
.whybg{background-color: #e6dcc3;}
.smallborder{margin-left: calc(49% - 20px); width: 70px; height: 2px; background-color: #d5375f;}
.pline{line-height:1.5rem;}	
.pline1{line-height:2.5rem;}
.home_icon {
    width: 90px;
    height: 90px;
    border: 1px solid #dc1b12;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    border-radius: 50%;
}
.home_icon i {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    color: #d5375f;
}
.icons {
    width: 80px;
    height: 80px;
    border: 1px solid #d6d6d6;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    border-radius: 50%;
}
.icons i {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    font-size: 32px;
    color: #dc1b12;
}
.product{width:50%;}
.sparklers{background-color:#f3d559; color:black;}
.chakkar{background-color:#e03028; color:white;}
.flowerpots{background-color:#83a2a7; color:white;}
.garland{background-color:#7248b6; color:white;}
.giftbox{background-color:#d5375f; color:white;}
.fullbg{padding:0!important; margin:0!important;}
.btn-secondry{color: white!important; font-size:20px!important;}
.button {
  cursor: pointer;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000;}
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 20px #FF0000;}
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000;}
}
.parallax {
  background-image: url("../images/aboutimg.jpg");
  height: 350px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contactbg {background: url("../images/footer.jpg"); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  position: relative;
  padding: 40px 0;}
.contactbg::before {
      background: #000 none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0.5;
      position: absolute;
      top: 0;
      width: 100%;
  }  
.ims{width: 9%; left: 72%; top: 54%;}
.footpad{padding:50px 0;}
.text1 {position: relative; padding: 0 0 0 28px; margin-top: -42px;}
.bottomft{background-color: #050505; border-top: 1px solid #dc1b12;}
.bord{border: 1px solid #d9d8d8; padding: 5px; border-radius: 10px;}
.safetytipsbg {
  background-image: url("../images/safetytips.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.block-head {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px #cac9c9 solid;
  font-weight: normal;
  color: #333e48;
}
.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!important;}
.text3 {position: relative; padding: 0 0 0 46px; margin-top: -52px;}
.icnclr2 {color: #b61818; font-size: 30px!important;}
.face:hover {animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;}
@keyframes shake {
  10%, 90% {transform: translate3d(-1px, 0, 0);}
  20%, 80% {transform: translate3d(2px, 0, 0);}
  30%, 50%, 70% {transform: translate3d(-4px, 0, 0);}
  40%, 60% {transform: translate3d(4px, 0, 0);}
}
.wapp{width:50px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:60px;}
.priceicn2 {width: 130px; height: 80px;}
.point{bottom:10px!important; }
.point1{bottom:70px!important;}
.point2 {bottom: 10px !important; right: 10px !important;}

@media (min-width:1px) and (max-width:767.98px){
.navbar-brand { width: 80%; text-align: center; margin:0!important; padding:0!important;}
.logo{width:30%;}
.pad{padding:40px 0;}
}
@media (min-width:768px) and (max-width:992.98px){
  .pad{padding:40px 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 {
	font-family: 'Helvetica', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'Helvetica', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-family: 'Helvetica', 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: 24px;
  margin: 100px 75px 10px 75px;
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0); 
  transform: translateZ(0);
}

.time-of-year .tooltip {
    background: #ee6e6e;
    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);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .7s ease-out;
    -moz-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 #ee6e6e  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);
   -moz-transform: translateY(0px);
   transform: translateY(0px);
}