@import url('https://fonts.googleapis.com/css2?family=Alata&family=Roboto&display=swap');
@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;}
.fullpad{padding:0!important; margin:0!important;}
.marquee {width: 100%; overflow: hidden; font-size: 14px; line-height: 25px;}
.top-bg1 {background: #e3010f;}
.clr{color:#e3010f;}
.top-bg2{  background-image: url("../images/giphy.webp"); background-position: center; background-repeat: repeat; height: auto; position: relative;}
.top-bg2::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;}
.logo{width:200px;}
.navbg{background-color: #ffffffe6 !important; border-radius: 10px;}
.module-border {background: linear-gradient(to right, #e2000e, #ffc200); padding: 10px; border-radius: 10px;}
.roboto{font-family: Helvetica, sans-serif; line-height:28px;}	
.alata{font-family: 'Helvetica', sans-serif;}
.navfont{font-family: 'Arial', sans-serif; font-size: 18px;}
.navbar-light .navbar-nav .nav-link {color: #272727 !important;}
.navbar-light .navbar-nav .active > .nav-link {background-color: #f12943; border-radius:10px; color: #fff!important;}
.navbar-light .navbar-nav .active>.nav-link:hover{background-color: #f12943; border-radius:10px; color: #fff!important;}
.navbar-light .navbar-nav .nav-link:hover {background-color: #f12943; border-radius:10px; color: #fff!important;}
.navbar button{background-color:#ed1c24;}
.text{position: relative; padding: 0 0 0 65px; margin-top: -20px;}
.icon-in1{color:white; border: 2px solid #ed1c24; background: #ed1c24; padding: 7px 15px;; border-radius: 60px;}
.line {border-top: 2px solid #8d6238; width: 85%;}
.btn-effect1{background-color:#ed1c24; color:white; border-radius:0px; padding:10px 20px;}
.btn-effect1:hover{background-color:#fff200; color:black; transition:.5s;}
.enquire-button{background-color: #fef100; border:1px solid #fef100; color:#000!important; padding:10px 16px; border-radius: 50px;}
.headfnt {font-size: 50px;}
.brdrad {border-radius: 10px;}
.secht {height: 110px;}
.paral {
	background-image: url("../images/paralbanner.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	position: relative;
	padding: 100px 0;}
.paral::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;}	
.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-left: auto;}
.btn-5 {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
        outline-color: currentcolor;
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);}
.btn-5:hover {
    color: #fff493;
    border: 1px solid #fff493;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #fff493;}
.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%;}	
.btn1 {
	padding: 19px 40px;
	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;}
.btn1:hover {background-color: #ff0; color: #000; border-radius: 50px;}		
.galleryImg1 {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	border: .4em 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;}	
.galleryImg1:hover img {
	position: relative;
	opacity: .65;
	filter: alpha(opacity=65);
	display: block;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);}
.galleryImg1 img{-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.galleryImg1 a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;}
.galleryImg1:hover a span {-webkit-transform: scale(1); transform: scale(1);}
.galleryImg1 a span{-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.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);}
.galleryImg1 > a span {background-color: #ec2424;}
.galleryImg1 a span i {
	display: table-cell;
	font-size: 1.35em;
	vertical-align: middle;
	color: #fff;
	margin: 0;}
.galleryImg1 a span {text-align: center;}
.lightbox{position: fixed!important; top: 50px!important;}
.footer{background: url("../images/footerimg.png") no-repeat scroll; background-color: #ffdee0; padding:80px 0 30px 0;}
.text1 {position: relative; padding: 5px 0 0 30px; margin-top: -49px;}	
.greenclr {color: green;}
.imp {font-size: 45px;}
.safetytipsbg {background-image: url("../images/safetytips.jpg"); background-repeat: no-repeat; background-size: 100%;}
.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:80px;}
.cnt-icnclr{font-size: 30px; color: #ec2424;}
.fnttxt{color: #667; line-height: 26px;}
.form-control{background-color: #fff!important; height: 45px!important;}
.formheight{height:150px!important;}
.submit-btn {
	background-color: #ec2424;
	padding: 12px 25px;
	border: 1px solid #ec2424;
	color: #fff !important;
  }
.brdr {background-color: #f8f7f6;}
.fixed{position:fixed; z-index:2;}
.wapp{width:50px;}
.w0{width:0%;}
.priceicn1{width:50px;}
.priceicn2{width: 120px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left:10px;}
.point2{bottom: 10px; 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:5px) and (max-width:767.98px){
.pad{padding:40px 0;}
.logo{width:150px;}
.headfnt {font-size: 40px;}
.navbar-light .navbar-nav .active > .nav-link {color: #f12943;}
.navbar-light .navbar-nav .active>.nav-link:hover{color: #f12943;}
.navbar-light .navbar-nav .nav-link:hover {color: #f12943;}
}

@media (min-width:768px) and (max-width:992.98px){
.pad{padding:40px 0;}	
}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	font-family: 'Helvetica', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
.notfound p {
	font-family: 'Helvetica', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;
}
.notfound a {
	font-family: 'Helvetica', sans-serif;
	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;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;
}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}

.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: #e3010f;
    border-radius: 3px;
    bottom: -49px;
    font-size: 20px;
    display: block;
    left: -67px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    width: 320px;
    z-index: 1102;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
    height: 100px;}
.time-of-year .tooltip::after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #e3010f  10px;
    bottom: 58px;
    content: " ";
    height: 0;
    left: 0%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    transform: rotate(92deg);}
.time-of-year:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);}
.contact-form .infos {
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	color: #f90606;
	padding: 4px;
	font-weight: bold;
	margin: 2px;}	
.box-text{font-size:16px;}
.success-box {
	max-width: 450px;
	background-color: #5f895f;
	display: flex;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	padding:10px; border-radius: 2px;
	position: fixed;
	right: 10px;
	top: 100px;
	z-index: 9999;
	width: 350px;
}
.error-box {
	max-width: 450px;
	background-color:#be1c1c;
	display: flex;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	padding:10px; border-radius: 2px;
	position: fixed;
	right: 10px;
	top: 100px;
	z-index: 9999;
	width: 350px;
}
.italic-style{font-style:italic;}
.check-size{font-size:25px;}