@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;}
.clr1{color: #003905;}
.clr2{color:#f7931d;}
.bgsecond {background-color:#f7931d;}
.navbar-light .navbar-toggler {color:#000!important; background-color:#fff!important;}
.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;}
.custm-pad{padding:90px 0 30px;}
.logo{width:120px;filter: drop-shadow(0 0 0.75rem #ffffff73) !important;}
.navbar-light .navbar-nav .active > .nav-link {color:#f7931d !important;}
.forest-green{background-color:#003905;}
.bg-yell{background-color:#f7931d;}
.smallborder2 {margin: 0 auto;width: 80px;height: 2px;background-color:#f7931d;}
.marquee-head {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	background-color:#f7931d;
	color: #fff;}
.navbg{background-color:#003905;padding: 0 0%;}
.position-rel{position:relative;}
.blob-shapes::before {
	position: absolute;
	width: 93%;
	height: 100%;
	content: "";
	background: linear-gradient(45deg, #f7931d 0%, 29%, #F7931D 100%);
 	border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	animation: blob-animation;
	animation-iteration-count: infinite;
 	animation-direction: alternate;
 	animation-timing-function: linear;
	animation-duration: 10s;
	right: inherit !important;
	top: -7%;}
.side-img img:hover{transform:rotate(-9deg); transition: 0.5s ease-in-out;}
.side-img img{transition: 0.5s ease-in-out;}
  @keyframes blob-animation {
	0% {
		border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
	  }
	  25% {
		border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
	  }
	  50% {
		border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
	  }
	  75% {
		border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
	  }}
.count-bg{background-color:#003905;}
.new_bg{background-color: bisque;}
.image-feature figcaption {
	position: absolute;
	top: 0;
	padding: 2.5em 2em 0;
	color: #fff;
	text-align: left;
	pointer-events: none;}
.image-feature figcaption strong {
	font-size: 24px;
	line-height: 1.55;
	letter-spacing: -.3px;}
.image-feature img {
	position: relative;
	z-index: -1;
	min-height: 200px;
	transition: .25s ease-in-out;
	transform-origin: left top;
	object-fit: cover;}
.image-feature a:hover img {transform: scale(1.1);}	
.image-feature a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.58);
	content: "";
	transition: .15s ease-in-out;}
.image-feature figure > a {display: inline-block;}
.image-feature a {overflow: hidden; position: relative;}
.cat-btn{background-color: #f7931d;
	color: #0f0f0f !important;
	padding: 7px 14px;
	border-radius: 5px;
	width: 100px;
	font-size: 14px;}
.testimonial-section {position: relative;padding: 50px 0px 20px;background-repeat: repeat;}
.testimonial-section .side-image {position: absolute;right: 0px;bottom: 0px;}
.testimonial-section .container {position: relative;}
.testimonial-block {position: relative;}
.testimonial-block-three {position: relative;margin-bottom: 30px;}
.testimonial-block-three .inner-box {
	position: relative;
	border-radius: 7px;
	padding: 9px 18px 18px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.18);}
.testimonial-block-three .inner-box .content {position: relative;padding-left: 95px;}
.testimonial-block-three .inner-box .content .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 65px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;}
.testimonial-block-three .inner-box .content h3 {
	position: relative;
	color: #222328;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 15px;}
.testimonial-block-three .inner-box .content .title {
	position: relative;
	color: #ea413e;
	font-size: 18px;
	font-style: italic;} 
.testimonial-block-three .inner-box .content .text {
	position: relative;
	font-size: 16px;
	color: #797979;
	line-height: 1.7em;
	margin-top: 12px;}
.circles{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;}
.circles li{
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background:#f7931d;
	animation: animate 25s linear infinite;
	bottom: -150px;	}
.circles li:nth-child(1){left: 25%;width: 80px;height: 80px;animation-delay: 0s;}	
.circles li:nth-child(2){
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;}
.circles li:nth-child(3){left: 70%;width: 20px;height: 20px;animation-delay: 4s;}
.circles li:nth-child(4){left: 40%;width: 60px;height: 60px;animation-delay: 0s;animation-duration: 18s;}
.circles li:nth-child(5){left: 65%;width: 20px;height: 20px;animation-delay: 0s;}
.circles li:nth-child(6){left: 75%;width: 110px;height: 110px;animation-delay: 3s;}
.circles li:nth-child(7){left: 35%;width: 150px;height: 150px;animation-delay: 7s;}
.circles li:nth-child(8){
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;}
.circles li:nth-child(9){
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;}
.circles li:nth-child(10){
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;}
@keyframes animate {
	0%{
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;}
	100%{
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;}}
.rotate{transform: rotateX(180deg);position: relative;left: 0;bottom: 3px;}
.svg-bottom {position: relative;bottom:-3px;}
.radius15{border-radius:15px;}
.radius20{border-radius:25px;}
.parallaxbg {
	background-image: url("../images/diwali.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;}
.parallaxbg::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;}
.feast{border-right: 1px solid black;padding-left: 3rem;height: 250px;}
.tik{position: relative;}
.pass{padding: 35px;}
.tik:hover::before {height: 100%;opacity: 1;border-radius:15px;}
.tik::before{
	position: absolute;
	content: '';
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 0;
	transition: all 0.3s;
	background: #003905;
	border-radius:15px;}
.icnclr {color: #eb3800;position: relative;}
.call {font-size: 45px !important;}
.text2 {position: relative;padding: 0 0 0 70px;margin-top: -52px;}
.tik:hover .icnclr {color: #FFCF14;}
.tik:hover .tik1 {color: #fff !important;}
.footer .bg {background-color: #003905;}
.safetytip-bg {background: url('../images/safetytips-bg.webp'); background-size: contain; background-repeat: repeat;}
.safety_icon i {color: #fff;font-size: 40px; background: #298145; width: 65px; height: 66px; line-height: 65px;border-radius: 50%; text-align: center; display: block;}
.safety_iconr i {color: #fff; font-size: 40px; background: #dd1407; width: 65px; height: 66px; line-height: 65px;border-radius: 50%; text-align: center; display: block;}
.icon_right{margin-left: auto;}
.icon_center{margin: auto;}
.clr-green{color: #298145;}
.clr-red{color: #dd1407;}
.box-border {border: 2px solid #dedede; padding: 8px; margin-bottom: 20px;}
.clr-or {color: #f7931d;}
.tagcloud a:hover {background: #d2d1cf42;color:#fff;}
.tagcloud a {
	background: #f7931d;
	padding: 6px 10px;
	float: left;
	font-style: italic;
	font-size: 12px;
	margin: 0 5px 5px 0;
	color:#000;}
.pricelist_pdf {
	padding: 10px 20px !important;
	background-color: #f7931d;
	color: #fff !important;
	border: 0;
	border-radius: 10px;
	font-weight: bold;
	display: inline-block;
	box-shadow: 0 1px 15px #ffd6d1;}
.move-shake {
	color: white !important;
	transition: 0.5s;
	border-radius: 15px;
	animation: move-shaking 1s;
	animation-iteration-count: 1;
	background-position: left;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;}
@keyframes move-shaking {
	0% {transform: translate(0, 0) rotate(0deg);}
	25% {transform: translate(5px, 5px) rotate(5deg);}
	50% {transform: translate(0, 0) rotate(0deg);}
	75% {transform: translate(-5px, 5px) rotate(-5deg);}
	100% {transform: translate(0, 0) rotate(0deg);}}
.safetytipsbg {
	background-image: url("../images/safetytips.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;}
.contact-bg{
	border-radius: 15px 15px 15px 70px;
	box-shadow: 0px 0px 20px 0px rgba(0, 157, 14, 0.64);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 2%;
	height: 300px;}
.count-fnt {font-size: 2.5rem;}
.ps-tp{position: relative; top: 2px;}
.w-30{width: 35px;}
.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;}
.ord1{order:2;}
.icon_right {margin-left: 0;}
.ord2{order:1;}
.navbar-light .navbar-nav .active > .nav-link {color:#003905 !important;}
.custm-pad {padding: 20px 0 20px;}	
.feast {border-right: 1px solid black;height: 110px;}}


@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.custm-pad {padding: 20px 0 20px;}	
.navbar-light .navbar-nav .active > .nav-link {color:#003905 !important;}
.pass{padding:30px;}}

#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);}