@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;}
.acme{font-family: helvetica, sans-serif;}
.josefin{font-family: helvetica, sans-serif; font-size:16px; line-height:28px;}
.txtfont{font-family: Arial, sans-serif; font-weight: 600;}
.sectionbg{background-color:#4c007f;}
.marquee {width: 100%; overflow: hidden; font-size: 16px;}
.logo{width:160px;}
.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;}
.navbg{font-size:22px; background-color: #f4e3ff;}
/*.navbar-light .navbar-nav .nav-link {color:#5e5e5e !important;}*/
.navbar-light .navbar-nav .nav-link {color: #4c007f !important;}
.navbar-light .navbar-nav .nav-link:hover{color: #4c007f !important;}
/*.navbar-light .navbar-nav .active>.nav-link{color: #4c007f !important;}*/
.navbar-light .navbar-nav .active>.nav-link{color: #6e4b86 !important;border-bottom: 1px solid gold;}
.navbar button {background-color: white;}
.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(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
.bannerhead1{font-size: 45px;} .bannerhead2{font-size: 30px;}
.pad{padding:100px 0;}
.bg-overlay {position: relative;}
.bg-overlay::after {
    background-color: #07070770;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.box-bg {position: relative; z-index: 1;}
.section2pad{padding:40px 0 100px 0;}
.fullpad{padding:0!important; margin:0;}
.headtxt{font-size:50px;}
.clr{color:#4c007f;}
.clr1{color:#f9a60d;}
.btn-effect{ background-color: #4c007f; color:white; font-weight: 500; font-size: 17px; padding:15px 30px; border-radius:30px;}
.btn-effect:hover{background-color: #fbb403; transition:.5s; color : #1d1d1d;}
.btn-effect1{background-color:#4c007f; color:white; font-weight: 500; font-size: 16px; padding:14px 30px; border-radius:30px;}
.btn-effect1:hover{background-color:#4c007f; transition:.5s; color: white;}
.btn-effect2{background:#9e0000; color:white!important; padding:10px 30px;}
.aboutbg{background-color:#fdf68a;}
.welcome-shape .shape1 {
  position: absolute;
  right: -14px;
  top: -100px;
  opacity: 10%;
  -webkit-animation: moveScale 3s linear infinite;
  animation: moveScale 3s linear infinite;
}
.welcome-shape .shape2 {
  position: absolute;
  right: -69px;
  bottom: -116px;
  opacity: 6%;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}
@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}
@keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}
@-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);
  }
}
.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 #4c007f; 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: #4c007f;}
.others-item:hover::before {border: 15px solid transparent; border-left: 15px solid #4c007f;}
.others-item:hover h3 {color: #ffffff;}
.others-item:hover p {color: #ffffff;}
.product-shop-slider .product-shop-item {
  text-align: center;
  border: 1px dashed #f4bd34;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  padding-bottom: 30px;
}
.product-shop-slider .product-shop-item .image {position: relative; z-index: 1; padding: 10px 35px 35px 35px;}
.product-shop-slider .product-shop-item .image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fbf485;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 50% 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-shop-slider .product-shop-item .image .burger-btn {position: absolute; left: 0; right: 0;}
.product-shop-slider .product-shop-item .image img {margin-bottom: 30px;}
.product-shop-slider .product-shop-item .content {margin-top: 30px; padding-left: 20px; padding-right: 20px;}
.product-shop-slider .product-shop-item .content h3 {font-size: 22px; margin-bottom: 12px;}
.product-shop-slider .product-shop-item .content p {font-size: 14px; margin-bottom: 10px;}
.product-shop-slider .product-shop-item .content span {font-size: 18px; font-weight: bold; color: #ce7b04;}
.product-shop-slider .product-shop-item:hover {
  background-color: #fee8b3;
  border: 1px solid #fee8b3;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.product-shop-slider .product-shop-item:hover .image::before {background-color: #fbb403;}
.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;
}
.owl-nav{display:none;}
.owl-dots{padding-top:20px;}
.parallax {
    background-image: url("../images/parallaxbanner.jpg");
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.sectionparallax {
    background-image: url("../images/crackergif1.gif");
    height: auto;
    background-attachment: fixed;
    background-size: auto;
    background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}
.bannerhead {color: #fff; font-size: 55px; font-weight: 700; text-transform: uppercase; line-height: 1.3em;}
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: ""; display: inline-block;}
.deliverybg{background-color: #fef1d2; position:relative ; z-index: 1;}  
.footclr{background-color: #ece347; 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: helvetica, sans-serif; font-size: 12px; margin: 0 6px 10px 0; color:white; border-radius:2px;}
.tagcloud a:hover {background:#4c007f; color: #fff;}
.servp1{font-size:15px; color: #fff;}
.smallfnt{font-size:14px;}
.contact-box-content {
  background-color: #f4e3ff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.05);
  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: #4c007f;}
.icnclr{color:#cc2d33;}
.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: #b0812b;
}
.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;}
.text{position: relative; padding: 0 0 0 40px; margin-top: -39px;}
.text2 {position: relative; padding: 0 0 0 35px; margin-top: -43px;}
.text3 {position: relative; padding: 0 0 0 35px; margin-top: -27px;}
.text4 {position: relative; padding: 0 0 0 46px; margin-top: -52px;}
.wapp{width:50px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn1{width:60px;}
.priceicn2{width: 130px;}
.point{bottom:10px;}
.point1{bottom:70px;}
.point2{bottom: 15px; right: 10px;}
.parallax1 {background-image: url("../images/newparallaxbanner.jpg"); height:auto; background-attachment: fixed; background-position: center;
  background-repeat: no-repeat; background-size: cover;}
.aboutpad{padding:95px 0px;}
.quality {background-color: rgb(76, 0, 127); padding: 20px;}
.abticnfnt {font-size: 60px;}


@media (min-width:5px) and (max-width:767.98px){
.logo{width:140px;} 
.bannerhead{font-size: 40px;} .bannerhead1{font-size: 30px;} .bannerhead2{font-size: 20px;}	
.welcome-shape .shape1 {display: none;}
.welcome-shape .shape2 {display: none;}
.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;}
.banner-content {font-size: 50px;color: #ffffff;}
.headtxt {font-size: 40px;}
.text{position: relative; padding: 0 0 0 35px; margin-top: -27px;}
.pad{padding:40px 0;}
.btn-effect1{background-color:#1d1d1d; color:white; font-weight: 500; font-size: 13px; padding:10px 15px; border-radius:30px;}
.aboutpad{padding:40px 0px;}
.quality{margin:50px;}
}	


@media (min-width:768px) and (max-width:992.98px){
.diary-item{border-right:none;}
.others-item.main-item { margin-left: 0;}
.others-item.main-item-two {margin-right: 0; margin-top:0px;}
.logo{width:140px;} 
}

#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: 30px;
  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: 22px;
  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);
}