@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

@font-face {
	font-family: 'bold';
	src: url('font/bold.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'medium';
	src: url('font/medium.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

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;
}

.top-bg {
	background-color: #e0183e;
}

.smallfnt {
	font-size: 14px;
}

.marquee {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
}

.rbdr {
	border-right: 1px solid #555;
}

.lh-28 {
	line-height: 28px;
}

.logo {
	width: 300px;
}

.navbg {
	background-color: #004085;
}

.navfont {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
	color: #272727 !important;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #981f1f !important;
}

.navbar-light .navbar-nav .active>.nav-link:hover {
	color: #981f1f !important;
}

.enquire-button {
	background-color: #e21037;
	border: 1px solid #e21037;
	font-size: 14px;
	color: #fff !important;
	padding: 8px 16px;
	border-radius: 50px;
}

.clr {
	color: #db2a1b;
}

.black {
	color: #111;
}

.topicn {
	width: 31px;
}

.top-bar-info li {
	font-weight: 500;
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0px;
	padding-right: 15px;
}

.brdrad {
	border-radius: 10px;
}

.parallax {
	background-image: url("../images/bg2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	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%;
}

.btn2 {
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 700;
	background-color: #ec2424;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 1s;
	transition: 1s;
	border-radius: 5px;
}

.btn2:hover {
	background-color: #ff0;
	color: #000;
	border-radius: 50px;
}

.secht {
	height: 110px;
}

.contactparallax {
	background-image: url("../images/parallaxbanner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;
}

.contactparallax::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.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);
	}
}

.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: 10px;
}

.counttext {
	color: #fff;
	font-size: 40px;
}

.bannerhead {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1.3em;
}

.count-box {
	padding: 30px 25px 10px 25px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	background: #a60707;
	color: #fff;
}

.count-box i {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	background: #ffc108;
	border-radius: 50px;
	width: 55px;
	height: 55px;
	line-height: 50px;
	border: 2px solid #ffc108;
}

.count-box i {
	font-size: 24px;
	color: #fff;
}

.callbg {
	background-image: url("../images/callactionbg.jpg");
	background-size: cover;
}

.call-width {
	max-width: 650px;
	margin: 0 auto;
}

.footer {
	background: url("../images/footerimg.webp") no-repeat scroll;
	background-color: #ffdee0;
	padding: 70px 0 30px 0;
}

.text1 {
	position: relative;
	padding: 5px 0 0 30px;
	margin-top: -43px;
}

.choose i {
	background: #db2a1b;
	color: white;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 40px;
	font-size: 22px;
}

.cnt-footer {
	background-color: #db2a1b;
}

.safetytipsbg {
	background-image: url("../images/safetytips.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.docard {
	border: 2px solid #5d8700;
	border-radius: 25px;
}

.docardheading {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #298145;
	padding: 20px 0px 20px 0px;
	border-radius: 20px 20px 0 0;
}

.docardheadingbottom {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #298145;
	padding: 20px 0px 20px 0px;
	border-radius: 0px 0px 20px 20px;
}

.dontcard {
	border: 2px solid #AD3737;
	border-radius: 25px;
}

.dontcardheading {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #AD3737;
	padding: 20px 0px 20px 0px;
	border-radius: 20px 20px 0 0;
}

.dontcardheadingbottom {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #AD3737;
	padding: 20px 0px 20px 0px;
	border-radius: 0px 0px 20px 20px;
}

.greenclr1 {
	color: #5d8700
}

.greenclr2 {
	color: #77b255
}

.redclr1 {
	color: #AD3737;
}

.redclr2 {
	color: #dd2f45;
}

.contact-page-item-inner {
	padding: 30px 30px;
	border: 2px solid #eff2f8;
	transition: 500ms all ease;
	height: 280px;
}

.contact-page-item-inner .item-icon {
	width: 80px;
	color: #fff;
	height: 80px;
	display: flex;
	margin: 0 auto;
	font-size: 40px;
	margin-bottom: 25px;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
	background-color: #f0483e;
}

.contact-page-item-inner:hover {
	box-shadow: 0px 24px 27px 0px rgb(0 27 54 / 10%);
}

.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;
	}

	.rbdr {
		border-right: 1px solid #fff;
	}

	.callbg {
		background-position: bottom;
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.pad {
		padding: 40px 0;
	}

	.rbdr {
		border-right: 1px solid #fff;
	}

	.callbg {
		background-position: bottom;
	}
}

#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 {
	color: #555;
	font-size: 24px;
	margin: 100px 75px 10px 75px;
	position: relative;
	text-align: center;
	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);
}