@import url('https://fonts.googleapis.com/css2?family=Merienda&amp;family=Roboto&amp;display=swap');
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;}
.merienda{font-family: 'Merienda', cursive!important;}
.roboto{font-family: 'Roboto', sans-serif;}
.wrdbrk{white-space: pre;}
.navfont{font-family: 'Merienda', cursive; font-size: 18px;}
.mynav{position: fixed !important; width: 100%; z-index: 1021;}
.navbg{background-color: #ec2424; padding: 12px 30px!important; border-radius:5px; box-shadow: 0 .5rem 1rem rgb(0, 0, 0);}
.fullpad{padding: 0!important; margin:0!important;}
.tablepad{padding: 0!important;}
.navbar-light .navbar-nav .active .nav-link {border-bottom:1px solid white!important;}
.navbar button {background-color: white;}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
.secpad{padding:50px 50px 50px 50px;}
.section-title-divider {width: 100px; height: 3px; background: #1F5AAD;}
.smallfnt{font-size: 14px;}
.logo{width:80px;}
.button_base {
    border: 0;
    font-size: 18px;
    font-weight: 500;
    width: 248px;
    height: 52px;
    line-height: 2;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.b3d_roll {
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
}
.b3d_roll div:nth-child(1) {
    color: #fff;
    background-color: #fe9b1a;
    transform: rotateX(87deg);
    -webkit-transform: rotateX(88deg);
    -moz-transform: rotateX(88deg);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transform-origin: 50% 50% -31px;
    -webkit-transform-origin: 50% 50% -31px;
    -moz-transform-origin: 50% 50% -31px;
}
.b3d_roll div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
}
.b3d_roll div:nth-child(2) {
    color: #fe9b1a;
    background-color: none;
    border: 1px solid #fe9b1a;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transform-origin: 50% 50% -29px;
    -webkit-transform-origin: 50% 50% -31px;
    -moz-transform-origin: 50% 50% -29px;
}
.button_base:hover {cursor: pointer;}
.b3d_roll:hover div:nth-child(1) {
    color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}
.b3d_roll:hover div:nth-child(2) {
    background-color: #fe9b1a;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transform: rotateX(-87deg);
    -webkit-transform: rotateX(-87deg);
    -moz-transform: rotateX(-86deg);
}
.clr{color:#bf7516;}
.clr1{color:#bf7516;}
.yellow{color:yellow!important;}
.parallax {
    background-image: url("../images/parallax.jpg");
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feature-gd {background: white; padding: 35px; border-radius: 8px;}
.icon {margin-right: 2em;}
.icons{margin-right: 0.5em;}
.bottombg{background-image: url("../images/newconfetti.png"), radial-gradient(#ffd700, #b8860b); background-repeat: no-repeat;}
.btn2{background-color: white; color:black!important; border-radius:10px; padding:15px 30px;}
.footer{padding:90px 0 20px 0; background-color: #bf7516;}
.footbg {
    background: url("../images/footer.jpg")no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: auto;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto;
}
.footpad {padding: 80px 0px 20px 0px; background-color: #000a25;}
.text4 {position: relative; padding: 0 0 0 46px; margin-top: -52px;}
.block-head {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px #cac9c9 solid;
    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;}
.contactinfobox{padding: 40px 25px 45px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.27);
    text-align: center;
	height: 300px;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.contactinfobox:hover{box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08); background-image: linear-gradient(#FDCA31, #fff); transition: all 0.4s ease;}
.contacticn{font-size: 40px; color: #e82b2b;}
.box-bg {position: relative; z-index: 1;}
.cz_shape_2 {font-size: 90px; color: #dab48a; font-family: 'Merienda', cursive; font-weight: 700; line-height: .7; letter-spacing: -3px; top: 55px; opacity: .15;}
.cz_title_content{position: relative; top: -80px;}
.abttxt{color: #bf7516; font-size: 48px;}
.aboutbox{padding: 40px 30px 40px; margin-right: 20px; margin-left: 20px; border-radius: 10px; box-shadow: 0px 5px 10px 0px rgba(0,0,0,.12); background: #bf751657;}
.aboutbox1{padding: 40px 30px 40px; margin-right: 20px; margin-left: 20px; border-radius: 10px; box-shadow: 0px 5px 10px 0px rgba(0,0,0,.12); background:#bf7516;}
.secht{height:110px;}
.padht {transition: 0.5s; transform: translateY(0);}
.padht:hover {-webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px);}
.abticn{font-size: 30px;}
.parallax1 {
    background-image: url("../images/newparallax.jpg");
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallaxpad {padding:195px 0;}
.headfnt1 {font-size: 60px;}
.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;
    border: none;
}
.btn1:hover {
    background-color: #ff0;
    color: #000;
    border-radius: 50px;
}
.safetytipsbg {
    background-image: url("../images/safetyimage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.priceparallax {
  background-image: url("../images/priceparallax.html");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.safetypad{padding:180px 0px;}
.wapp{width:50px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:60px;}
.priceicn2 {width: 130px; height: 80px;}
.point{bottom:10px!important; }
.point1{bottom:70px!important;}
.point2 {bottom: 10px !important; right: 10px !important;}
.owl-nav{display:none;}
.pricelistpad{padding: 180px 0px 30px;}
.bgblue{background-color: #000040 !important;}

@media (min-width:5px) and (max-width:767.98px){
.pad{padding:40px 0;}
.navbg{padding: 15px 15px!important;}
.secpad {padding: 30px 30px 30px 30px;}
.cz_shape_2 {font-size: 60px;}
.secht{height:50px;}
.headfnt1 {font-size: 35px;}
.box-bg {height: 125px;}
.pricelistpad{padding: 120px 0px 30px;}
}


@media (min-width:768px) and (max-width:992.98px){
.pad{padding:40px 0;}	
.navbg {padding: 10px 15px !important;}
.secpad {padding: 30px 30px 30px 30px;}
.cz_shape_2 {font-size: 80px;}
.box-bg {height: 125px;}
}

#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;}
.notfound .notfound-404 {height: 280px; position: relative; z-index: -1;}
.notfound .notfound-404 h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 190px;
	margin: 0px;
	font-weight: 900;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url('../images/bg.html') no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
}
.notfound h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
}
.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 0px;
}
.notfound a {
	font-family: 'Montserrat', 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;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  width: 200px;
  -webkit-font-smoothing: antialiased; 
}

.time-of-year .tooltip {
	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 .tooltip::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 .tooltip {
	opacity: 1;
    pointer-events: auto;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   transform: translateY(0px);
}

.lte8 .time-of-year .tooltip {
  display: none;
}

.lte8 .time-of-year:hover .tooltip {
  display: block;
}