@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;}
.bold {font-family: Arial, sans-serif; font-weight: 600;}
.medium{font-family: helvetica, sans-serif; }
.pad{padding:90px 0;}
.wrdbrk{white-space:pre;}
.fullpad{padding: 0!important; margin:0!important;}
.topbg{background-color: #dd1f21;}
.topbrd{border-right:1px solid white;}
.icnwdth {width: 35px;}
.black{color:#000;}
.clr1 {color: #e02f2f;}
.marquee {width: 100%; overflow: hidden; font-size: 15px; 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;}
.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: #ed2918;}
.navfont{font-family: Arial, sans-serif; font-size: 16px;}
.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;}
.productbtn {
	border-radius: 4px;
	background-color: #eb2626;
	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 #eb2626;
	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/contactbg.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;}
.icon {margin-right: 1em;}
.icon i {
	color: #eb2626;
	font-size: 22px;
	background: #efefef;
	width: 70px;
	height: 70px;
	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);
	display: block;}
.feature-h:hover .icon i{
	border: 2px solid #eb2626;
	color: #eb2626;
	background-color: transparent;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);}
.section-width{max-width: 800px; margin:0 auto;}
.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);}	
.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:  #FFA303; font-size: 55px; font-weight: 700;}
.bannerhead {color: #df6512; font-size: 45px; 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 #eb2626;
	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%;}
.owl-nav{display:none;}
.owl-dots{display: none;}
.clr{color:#640606;}
.big{width:300px;height: 300px;}
.parallax {
	background-image: url("../images/parallax.jpg");
	padding:60px 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}
.parallax::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;}  
.homeparallax {
	background-image: url("../images/homeparallax.webp");
	padding:60px 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;}
.homeparallax::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;} 	
.cardbg {background-color: #f1f489; border-radius: 5px;}	
.cardbg:hover {background-color: white; transition: .8s;} 
.parallaxpad{padding:65px 0;}
.btn1{
    padding: 19px 40px;
    font-size: 16px;
    font-weight: 700;
    background-color: #ff0;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: 1s;
    transition: 1s;
    border-radius: 5px;}
.btn1:hover {background-color: #ff0; color: #000; border-radius: 50px;}
.section-title h1 span {
	display: inline-block;
	color: #fff;
	position: relative;
	border-radius: 50px;
	padding: 4px 20px;
	line-height: initial;
	font-size: 25px;
	background: #a81814;
	margin-bottom: 15px;}
.safetytipsbg {
    background-image: url("../images/safetytips.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}
.contactbg {background-image: url("../images/contact.avif"); 
	background-repeat: no-repeat; 
	background-size: 100%;}
.contactbg::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 40%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 100;
	width: 100%;}
.bottomft{background-color: #640606;}
.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;}
.courgette{font-family: 'Courgette', cursive;}
.block-head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #cac9c9;
	font-weight: normal;
	color: #333e48;}
.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;}
.text4 {position: relative; padding: 0 0 0 46px; margin-top: -52px;}
.sticky-top1{position:sticky; top:120px;}
@keyframes blink {
    0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}}
@-webkit-keyframes blink {
    0% {opacity: 1;}
    50% { opacity: 0;}
    100% {opacity: 1;}}
.smallborder1 {width: 80px; height: 2px; background-color: #ff0;}	
.line {border-top: 1px solid #fff;}
.smallfnt{font-size: 14px;}
.text1 {position: relative; padding: 0 0 0 30px; margin-top: -38px;} 

@media (min-width:1px) and (max-width:767.98px){
.pad{padding:40px 0;}
.counttext{font-size: 33px !important;}
}	
@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.counttext{font-size: 39px !important;}
}

#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);}