@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;}
p, .fnt{font-family: helvetica, sans-serif; line-height:30px;}
.topbg{background:#ec1f24;}
.merienda{font-family: helvetica, sans-serif;}
.navfont{font-family: Arial, sans-serif; font-size:20px; letter-spacing: 1px;}
.marquee {width: 100%; overflow: hidden; font-size: 16px; line-height: 40px;}
.logo{width:130px;}
.fnt1{font-size:28px;}
.fnt2{font-size:22px;}
.topbrd{border-top:3px solid #483b33;}
.navbar-light .navbar-nav .nav-link {color:#000000a1!important;}
.navbar-light .navbar-nav .active > .nav-link {color: #ec1f24!important;}
.navbar-light .navbar-nav .nav-link:hover {color: #ec1f24!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;}
.sdw{box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);}
.clr{color:#ec1f24;}
.clr:hover{color:#ec1f24;}
.text{position: relative; padding: 0 0 0 65px; margin-top: -20px;}
.fullpad{padding:0!important; margin:0;}
.bg2{background-color:#fffc5c;}
.bgred{background-color: #f95454;}
.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;}
.btn-effect1{background-color:#ed1c24; color:white; border-radius:0px; padding:10px 20px;}
.btn-effect1:hover{background-color:#fff200; color:black; transition:.5s;}
.spanbg{background-color:#fed000; padding:15px 25px;}
.headfnt{font-size: 65px;}
.secpad{padding:90px 0px;}
.pad{padding:100px 0 40px 0;}
.pad1{padding-bottom:15px;}
.pad2{padding:80px 0 10px 0;}
.pad3{padding:110px 0;}
.pad4{padding:80px 0;}
.text1 {position: relative; padding: 0 0 0 95px; margin-top: -100px;}
.text2 {position: relative; padding: 0 0 0 30px; margin-top: -47px;}
.text3 {position: relative; padding: 0 0 0 26px; margin-top: -23px;}
.text4 {position: relative; padding: 0 0 0 46px; margin-top: -52px;}
.text5 {position: relative; padding: 0 0 0 25px; margin-top: -46px;}
.brdrad{border-radius:10px;}
.foot{background: url("../images/footerimg.png") no-repeat scroll; background-color:#ec1f24;}
.wrdbrk{white-space: pre;}
.icons {width: 80px; height: 80px; background-color: #ec1f24; display: table; text-align: center; margin: 0 auto 20px auto; border-radius: 50%;}
.icons i {display: table-cell; vertical-align: middle; height: 75px; font-size: 30px!important; color: white;}
.parallax {background-image: url("../images/parallax.jpg"); background-attachment: fixed; background-position: center;
    background-repeat: no-repeat; background-size: cover;}
.bckclr3 {background:#ddbb8b;}
.txtsdw{text-shadow: 0 0 8px black;}
.block-head {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px #cac9c9 solid;
    font-weight: normal;
    color: #333e48;
}
.font{font-size: 35px;}
.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;}
.safetytipsbg {
    background-image: url("../images/safetytips.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.title {border-bottom: 1px solid #ffef00; width: 70px;}
.linearbg {background: linear-gradient(90deg, #2c40c3, #c91224);}
.btn-effect2 {background: transparent; color: white; border: 1px solid white; padding: 10px 30px; transition: .5s;}
.btn-effect2:hover {background: white; color: black;}
.wapp{width:50px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn1{width:60px;}
.priceicn2{width: 130px;}
.point{bottom:10px;}
.point1{bottom:70px;}
.point2{bottom: 15px; right: 10px;}
.blink img{
    -webkit-animation: blink 1s;animation: blink 1s;
    -webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
    -moz-animation: blink 1s;animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;animation: blink 1s;
    -o-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;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width:5px) and (max-width:767.98px){
.headpad{padding:40px 30px!important;}	
.servpad{padding:50px 15px;}
.headfnt{font-size: 40px;}
.bg1{height:500px;}
.secpad{padding:50px 0px;}
.pad{padding:50px 0 40px 0;}
.pad2{padding:50px 0 10px 0;}
.pad3{padding:90px 0;}
.pad4{padding:40px 0;}
}


@media (min-width:768px) and (max-width:991.98px){
.servpad{padding:30px;}	
.headfnt{font-size: 45px;}
.bg1{height:860px;}
.secpad{padding:50px 0px;}
}

#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 {
	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); 
    -webkit-font-smoothing: antialiased; 
}
.time-of-year .tooltips {
    background: #ee6e6e;
    border-radius: 3px;
    bottom: -49px;
    font-size: 20px;
    display: block;
    left: -67px;
    opacity: 0;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    width: 320px;
    z-index: 1102;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    transition: all .7s ease-out;
    height: 100px;
}
.time-of-year .tooltips::after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #ee6e6e  10px;
    bottom: 58px;
    content: " ";
    height: 0;
    left: 0%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    transform: rotate(92deg);
}
.time-of-year:hover .tooltips {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }