@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;}
.text-shad{text-shadow: 0 2px 4px #000;}
.clr1{color:#db2a1b;}
.clr2{color:#000000;}
.bg1{background-color:#fff1be !important;}
.navbg{background-color:#fff9d4;}
.pad{padding:90px 0;}
.wrdbrk{white-space:pre;}
.w-35 {width: 35% !important;}
.headingclr {font-size: 2.5rem;}
.radius25{border-radius:25px;}
.about-img{clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);}
.fullpad{padding: 0!important; margin:0!important;}
.arial {font-family: Arial, sans-serif;font-weight: 600;}
.helvetica {font-family: helvetica, sans-serif;line-height:28px;}
.navbar-light .navbar-nav .active > .nav-link {color: #db2a1b !important;}
.marquee {width: 100%;overflow: hidden; font-size: 14px;line-height: 25px;background-color:#002e5b;color: #ffffff;}
.logo {
	width:155px;
	position: absolute;
	top: 0px;
	background:#fff9d4;
	border-radius: 0 0 20px 20px;
	padding: 0 9px 10px 9px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	z-index: 999;}
.pricelist_pdf {
	padding: 10px 20px !important;
	background-color: #f00;
	color: #fff !important;
	border: 0;
	border-radius: 10px;
	font-weight: bold;
	display: inline-block;}
.skew-section .skew-head:nth-child(1) {transform: skewY(5deg);}
.skew-section .skew-head:nth-child(1) .skew-inner-section {transform: skewY(-5deg);}
.skew-section .skew-head:last-child {transform: skewY(-5deg);}
.skew-section .skew-head:last-child .skew-inner-section {transform: skewY(5deg);}
.skew-section .skew-head {
	background-color:#fff1be ;
	box-sizing: border-box;
	display: inline-block;
	margin: 30px 30px 0 0;
	position: relative;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 -5px 25px #e6e5e5 !important;
	width:100%;
	padding: 30px;
	height:280px;}
.services-headline {margin-bottom: 30px;overflow: hidden;position:relative;}
.services-headline .heading3 {
	font-size: 26px;
	width: 50%;
	line-height: 34px;
	font-weight: 700;
	text-transform: inherit;
	float: left;
	padding-right: 30px;
	color: #001033;
	text-align: right;}
.services-headline p {
	width: 50%;
	float: left;
	padding-left: 30px;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 0.70px;
	color: #f00;}
.services-headline::after {
	position: absolute;
	left: 0;
	top: 5px;
	background: #FDA12B !important;
	content: "";
	width: 3px;
	height: 90px;
	right: 0;
	margin: 0 auto;}
.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);}}
.parallax1 {
	background-image: url("../images/about-parallax.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;}
.parallax1::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;}
.parallax2 {
	background-image: url("../images/count-parallax.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;}
.parallax2::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;}
.shadaw-bg {margin: 20px 75px;cursor: pointer;background:#fff;position: relative;}
.shadaw-bg img{padding: 13px 12px;transition: ease-in-out 1s;}
.shadaw-bg img:hover{  transform: translateY(-30px);transition: 1s;}
.shadaw-bg::before{
	left: 0;
	background: url('../images/shadow-bg.webp') no-repeat top left;
	position: absolute;
	content: "";
	z-index: 1000;
	height: 18px;
	width: 50%;
	top: 100%;
	border: 0;}
.shadaw-bg::after {
	right: 0;
	background: url('../images/shadow-bg.webp') no-repeat top right;
	position: absolute;
	content: "";
	z-index: 1000;
	height: 18px;
	width: 50%;
	top: 100%;}
.site-shadow-text {
	position: absolute;
	right: 20px;
	top: -54px;
	line-height: 0;
	font-size: 100px;
	font-weight: 800;
	color: #51515114;
	text-transform: uppercase;
	z-index: -1;}
.list1 li {
	position: relative;
	width: 100%;
	line-height: 9px;
	min-height: 50px;
	margin-bottom: -12px;
	padding: 13px 0px 1px 45px;}
.list1 li i {
	position: absolute;
	left: 20px;
	top: 0px;
	font-size: 13px;
	line-height: 52px;
	font-weight: 400;}
.wel-head {position: relative;z-index: 1;padding-bottom: 30px;}
.wel-head .mask-img {
	-webkit-mask-image: url("../images/maskimg.png");
	mask-image: url("../images/maskimg.png");
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	/* height: 472px;
	width: 417px; */
	margin: 0 auto;}
.counttext{color:yellow; font-size: 55px; font-weight: 700;}
.bannerhead {color:yellow; font-size: 55px; font-weight: 700; text-transform: uppercase; line-height: 1.3em;} 
.wel-head .mask-img img {max-width: unset;width: 100%;height: 100%;object-fit: cover;}
.team-grids {position: relative; overflow: hidden; z-index: 1;}
.gridfnt {font-size:23px;}
.team-info {
    position: absolute;
    bottom:0;
    margin: 0;
	background-image:linear-gradient(to right, #EDE233, #FEAC0A);
	color: #000;
    padding: 7px 0;
    transition: ease-in-out 1s;
    width: 100%;
    text-align: center;}
.team-block-single:hover div.team-info {bottom: 0;transition: ease-in-out .5s;}
.headtxt {
	color: #000000;
	font-weight: 700;
	line-height: 1.6em;
	padding: 30px 100px;
	display: inline-block;
	border-top: 2px solid #dd2602;
	border-bottom: 2px solid #dd2602;
	font-size: 18px;
	border-radius:7px;}
.texturebg {background-image: url("../images/bg1.jpg");background-size: cover;}
.get_btn1 {
	display: inline-block;
	padding: 0px 30px;
	border: 2px solid #ff9903;
	line-height: 50px;
	background-color: #ff9903;
	font-size: 16px;
	border-radius:50px;
	color: #000;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: color .5s;
	transition: color .5s;
	animation: tada 2s ease-in-out infinite;}
.get_btn1:hover{color:#fff;}	
.get_btn1::before {
	content: "";
	position: absolute;
	z-index: -1;
	background:#c21713;
	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;}	
.single-cat {-webkit-transition: all .4s ease-out 0s;transition: all .4s ease-out 0s;background:#FFDBDE;padding: 45px 25px 45px 25px;position: relative;z-index: 1;border-radius:10px;height:350px;margin:15px 0;}
.single-cat:hover {-webkit-box-shadow: 0 20px 30px rgba(85, 63, 35, 0.1);box-shadow: 0 20px 30px rgba(85, 68, 35, 0.1);}
.single-cat::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	background: #ffffff;
	transition: .6s;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;}
.single-cat:hover::before {height: 100%;}
.iconclr {font-size: 30px;}
.infinite {transform: translatey(0px);animation: float 30s ease-in-out infinite;}
.footlogo{width:300px;}
@keyframes float {
	0% {transform: translatey(0px);}50% {transform: translatey(-20px);}
	100% {transform: translatey(0px);}}
.brand-item:hover img {transform: scale(0,0);}
.brand-item:hover .brand-hover {transform: scale(1,1);}
.brand-item img{transition: all 500ms ease; -webkit-transition: all 500ms ease;} 
.brand-item img{display: inline-block;} 
.brand-item .brand-hover{transform: translateY(100%);-webkit-transform: translateY(100%);}
.brand-item .brand-hover{position:absolute;}
.brand-item .brand-hover{top:0;right:0;left:0;bottom:0;}
.text2 {position: relative;padding: 0 0 0 81px;margin-top: -72px;}
.footer{background-color:#002e5b;}
.text1 {position: relative; padding: 0 0 0 25px; margin-top: -45px;}
.footpad {padding: 110px 0 35px 0;}
.footer h1 {
	color: #fafafa;
	width:250px;
	text-transform: capitalize;
	position: relative;
	text-align: left;
	padding-bottom: 14px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cccc;}
.footer h1::after {
	content: "";
	position: absolute;
	width: 50px;
	background:#fdcc2a;
	left: 0;
	bottom: -2px;
	height: 4px;}
.wholesale-bg{background:transparent linear-gradient(93deg,#ffee38,#fcbd24) 0 0 no-repeat padding-box;border-radius:15px;}
.wholesale{position: relative; top: 40px; z-index: 1;}
.vision-card, .vision-block {
	background:transparent linear-gradient(93deg,#ffee38,#fcbd24) 0 0 no-repeat padding-box;
	box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	padding: 2em;
	position: relative;
	margin: 0 auto;
	border-radius:15px;}
.vision-block {
	background:transparent linear-gradient(93deg,#ffee38,#fcbd24) 0 0 no-repeat padding-box;
	margin: -49px -47px;
	position: absolute;
	transform: rotate(3deg);;
	z-index: -1;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;}
.vision-card:hover .vision-block {background:transparent linear-gradient(93deg,#ffee38,#fcbd24) 0 0 no-repeat padding-box;transform: rotate(0);}
.paralbtn {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	max-width: 190px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	margin: 0px auto;
	border-radius: 15px;
	font-weight:700;
	background: #d72005;}
.safetytipsbg {background-image: url("../images/safetytips.webp");background-repeat: no-repeat;background-size: cover;background-position: center;}
.brdr{position: relative;margin-bottom: 20px;padding: 0 0 20px;border-bottom: 1px #cac9c9 solid;color: #ec2424;}
.brdr::before {
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display: inline-block;
	background-color: #ec2424;}
.brdr::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #ec2424;}
.box{background: white;padding: 20px;border-radius: 8px;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
height: 150px;margin-bottom: 20px;}
.dont-icon{margin-right:1rem;}
.clr-grn{color: #559926;}
.clr-red{color: #ec2424;}
.do i {
	font-size: 40px;
	background: #e9edf6;
	width: 65px;
	height: 65px;
	line-height: 65px;
	border-radius: 50%;
	text-align: center;display: inline-block;}
.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;}}
.fireworks-example {
	position: fixed !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;}		
.payment-img{width:300px;}		

@media (min-width:1px) and (max-width:767.98px){
.pad{padding:40px 0;}
.headtxt {padding: 30px 10px;}
.shadaw-bg {margin: 20px 0;}
.ord1{order:2;}
.ord2{order:1;}
.headingclr {font-size: 1.4rem;}
.parallax1 {background-position: left;}
.counttext {font-size: 45px;}
.bannerhead{font-size: 45px;}
.site-shadow-text {top: 9px;font-size: 55px;}
.skew-section .skew-head {margin: 30px 0px 0 0;}
.single-cat {height: 300px;}
.logo {width:100px;position: relative;background: none;box-shadow: none !important;padding: 0;}
.footpad {padding: 60px 0 35px 0;}
.footlogo{width:200px;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.headtxt {padding: 30px 10px;}
.shadaw-bg {margin: 20px 0;}
.single-cat {height: 300px;}
.parallax1 {background-position: left;}
.ord1{order:2;}
.ord2{order:1;}
.headingclr {font-size:3.5rem;}
.site-shadow-text {top: 2px;font-size: 97px;}
.logo {width:100px;position: relative;background: none;box-shadow: none !important;padding: 0;}
.footpad {padding: 60px 0 35px 0;}
.footlogo{width:300px;}
}

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