@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
li{list-style-type:none!important;}
a{text-decoration: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;}
.bold{font-family: Arial, sans-serif; font-weight: 600;}
.medium{font-family: helvetica, sans-serif;}
.fullpad{margin:0!important; padding:0!important;}
.topbg{background-color: #fedc00;}
.topbrd{border-right:1px solid white;}
.icnwdth {width: 35px;}
.black{color:#000;}
.marquee {width: 100%; overflow: hidden; font-size: 14px; line-height: 25px;}
.phone {
    float: right;
    width: 282px;
    height: 70px;
    margin: 25px 10px 25px 10px;
    display: table;
    background: url(../images/png.png) no-repeat;
    border-left: transparent;}
.phone p {
    left: -25px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    color: #da0000;
	font-size: 12px;}
.phone p::after {
    content: url(../images/phonecall.png);
    position: absolute;
    top: 12px;
    margin-left: 26px;}
.phone span {
    vertical-align: middle;
    display: table-cell;
    color: #292929;
    font-size: 13px;}
.navbg{background-color: #971635;}
.navfont{font-family: Arial, sans-serif; font-weight:600; font-size: 15px;}
.navbar-light .navbar-toggler {border-color: #fff !important;}	
.navbar-light .navbar-nav .active>.nav-link{color: yellow!important;}
.navbar-light .navbar-nav :hover.nav-link{color: yellow!important;}
.logo{width:200px;}
.smallfnt{font-size: 14px;}
.banner-area {position: relative; overflow: hidden;}
.banner-area.inc-shape::after {
	position: absolute;
	left: 0;
	content: "";
	height: 100px;
	width: 100%;
	background: url("../images/brush.png");
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	bottom: 0;}
.owl-nav{display:none;}
.owl-dots{display: none;}
.headfnt{font-size: 40px;}
.clr{color:#137cc9;}
.clr1{color:#971635;}
.clr2{color:#137cc9;}
.big-sale{width:300px;}
.productbtn {
	border-radius: 4px;
	background-color: #971635;
	border: none;
	color: #fff!important;
	text-align: center;
	font-size: 18px;
	padding: 10px 15px;
	width: 170px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 10px 0;
	border:1px solid #971635;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;}
.productbtn:after {
	content: '»';
	position: absolute;
	opacity: 0;  
	top: 0px;
	right: -20px;
	transition: 0.5s;
	font-size: 28px;}
.productbtn:hover{padding-right: 24px; padding-left:8px;}
.productbtn:hover:after {opacity: 1; right: 25px; top: 1px;}
.homeproducts{background-image: url("../images/homecontact.jpg");
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: right;
	padding: 80px 0 120px;}
.homeproducts::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;}
.row-hang {position: relative; padding-top: 210px; margin-top: -330px;}
.section-width{max-width: 800px; margin:0 auto;}
.padht {transition: 0.5s; transform: translateY(0);}
.padht:hover {
	-webkit-transform: translateY(+10px);
	transform: translateY(-10px);
	cursor: pointer;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0) !important;}
.feature-h, .feature-s{margin-bottom: 35px;}
.icon {margin-right: 1em;}
.icon i {
	color: #971635;
	font-size: 22px;
	background: #efefef;
	width: 70px;
	height: 70px;
	display: block;
	line-height: 70px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	transform: scale(1);}
.feature-h:hover .icon i{
	border: 2px solid #971635;
	color: #971635;
	background-color: transparent;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);}
.counterbg{background-image: url("../images/services.jpg"); background-size: cover; position:relative;}	
.counterbg::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;}
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: ""; display: inline-block;}
.counttext{color: #fff009; font-size: 55px; font-weight: 700;}
.bannerhead {color: #efe005; font-size: 55px; font-weight: 700; text-transform: uppercase; line-height: 1.3em;}
.callbg{background-image: url("../images/callactionbg.jpg"); background-size: cover;}
.call-width{max-width: 650px; margin:0 auto;}
.cnt-btn{background-color: transparent; color:#fff; border: 2px solid #fff; border-radius: 25px; padding: 14px 40px;}
.cnt-btn:hover{border: 2px solid #fff; color: #e70015; background: #fff;}
.footer{background: #a81814; color:#fff; padding:60px 0 20px 0;}
.contact-ft{background: #a81814;}
.cnticons {
    width: 80px;
    height: 80px;
    border: 2px solid #004aad;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    border-radius: 50%;}
.cnticons i {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    font-size: 32px!important;
    color: #da0000;}
.fixed-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.1;
	max-width: 50%;}
.footer img {margin-bottom: 30px;}
.line {border-top: 1px solid #fff;}
.side-brdr{border-right: 1px solid #b5b4b4;}
.text1 {position: relative; padding: 0 0 0 30px; margin-top: -38px;} 
.mb-30 {margin-bottom: 30px !important;}
.tm-project .thumb {overflow: hidden; position: relative;}
.tm-project {text-align: center;}
.tm-project .thumb img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.4s ease-in-out;}
.tm-project:hover .thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);}
.tm-project .thumb::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.3s linear;
	overflow: hidden;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;}
.tm-project .details {border-color: #FFA303;}
.tm-project:hover .thumb::after {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;}
.tm-project:hover .details {border-color: #15574f;}
.tm-project:hover .details {
	border-color: #df6512;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);}
.tm-project .details {
	padding: 30px;
	position: relative;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
	margin-top: -20px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
	border-bottom: 3px solid #001e57;
	background-color: #fff;
	box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);}
.safetytipsbg {
    background-image: url("../images/safetytips.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
.galleryImg1 {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	border: .2em solid #fff;
	margin-top: 1px;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1);
	box-shadow: 0 0 0 1px rgba(0,0,0,.1);
	background-color: #434343;}	
.galleryImg:hover img, .galleryImg1:hover img {
	position: relative;
	opacity: .65;
	filter: alpha(opacity=65);
	display: block;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);}
.galleryImg img, .galleryImg1 img{-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.galleryImg a, .galleryImg1 a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;}
.galleryImg:hover a span, .galleryImg1:hover a span {-webkit-transform: scale(1); transform: scale(1);}
.galleryImg a span, .galleryImg1 a span{-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.galleryImg a span, .galleryImg1 a span {
	display: table;
	top: auto;
	right: auto;
	bottom: 1em;
	left: 1em;
	position: absolute;
	width: 3.5em;
	height: 3.5em;
	text-align: center;
	-webkit-transform: scale(0);
	transform: scale(0);}
.galleryImg > a span, .galleryImg1 > a span {background-color: #ffb300;}
.galleryImg a span i, .galleryImg1 a span i {
	display: table-cell;
	font-size: 1.35em;
	vertical-align: middle;
	color: #fff;
	margin: 0;}
.galleryImg a span, .galleryImg1 a span {text-align: center;}
.lightbox{position: fixed!important; top: 50px!important;}
.address-box{background-color: #971635; padding:15px; border-radius: 5px;} 
.w0{width:0%;}
.wapp{width:50px;}
.fixed{position:fixed; z-index:2;}
.priceicn1{width:45px;}
.priceicn2{width: 120px;}
.point{bottom:10px; left: 10px;}
.point1{bottom:70px; left: 10px;}
.point2{bottom: 15px; right: 10px;}
.blink img{
    -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;}}
@-moz-keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}
.smallborder1 {width: 80px; height: 2px; background-color: #ff0;}	


@media (min-width:5px) and (max-width:767.98px){
.pad{padding:40px 0;}
.headfnt{font-size: 30px;}
.callbg{background-position: bottom;}
.productbtn{width:140px; padding: 6px 10px;}
.logo{font-size: 25px;}
}


@media (min-width:768px) and (max-width:992.98px){
.pad{padding:40px 0;}	
.headfnt{font-size: 40px;}
}


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