@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Roboto&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;}
.kaushan{font-family: 'Helvetica', sans-serif;}
.roboto{font-family: 'Helvetica', sans-serif;}
.sectionbg {background-color: #ff5700;}
.marquee {width: 100%; overflow: hidden; font-size: 14px; line-height: 25px;}
.navbar-default::after {
    background: rgba(0, 0, 0, 0) url("../images/brdr1.png") repeat-x scroll 0 0;
    bottom: -8px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
	z-index: 99;}
.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;
	font-size: 14px;}
.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;}
.enquire-button {
    background-color: #fffb00;
    color: #000 !important;
    padding: 10px 16px;
    border-radius: 50px;}
.nav-bar .container-fluid {padding: 0 !important;}
.navbg {background-image:linear-gradient(90deg,#fe7600,#ffba03);}
.navbg1{background-image:linear-gradient(90deg,#fe7600,#ffba03);}
.navfont{font-family: 'Arial', sans-serif; font-size: 22px;}
.navbutton{background: white; padding: 20px 50px; color:#e31d1d;}
.nav-bar1 .container {padding: 6px 0px!important; margin:0!important;}
.nav-bar1 .navbar{padding:7px!important;}
.navbar-light .navbar-nav .active > .nav-link {color:#edf400  !important;}
.navbar-light .navbar-toggler {border-color: white!important;}
.fullpad{margin:0!important; padding:0!important;}
.smallfnt{font-size: 14px;}
.clr1{color:#ff5700;}
.clr2 {color: #d51818;}
.btn-effect{background-color: #d51818 ; color: #fff; font-weight: 500; font-size: 17px; padding:12px 24px; border-radius:30px;}
.btn-effect:hover{background-color: #1d1d1d; transition:.5s; color: white;}
.btn-effect1{background-color:#1d1d1d; color:white; font-weight: 500; font-size: 16px; padding:14px 30px; border-radius:30px;}
.btn-effect1:hover{background-color:#e60027;; transition:.5s; color: white;}
.btn-effect2{background:#9e0000; color:white!important; padding:10px 30px;}
.aboutbg{background-color:#fdf68a;}
.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);}}
.others-area {
	position: relative;
	z-index: 1;
	background-image: url("../images/whyus.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;}
.others-item {
	background-color: #ffffff;
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	padding: 25px 30px 25px;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	max-width: 380px;
	margin-bottom: 75px;}
.others-item::before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	right: -29px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 15px solid transparent;
	border-left: 15px solid #ffffff;
	-webkit-transition: 0.5s;
	transition: 0.5s;}
.others-item .number {position: absolute; top: -32px;}
.others-item .number span {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #ffffff;
	font-size: 25px;
	border-radius: 50px;
	box-shadow: 1px 0px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
	-webkit-transition: 0.5s;
	transition: 0.5s;}
.others-item h3 {font-size: 24px; font-weight: 600; margin: 8px 0 10px 0; }
.others-item.two {margin-left: auto;}
.others-item.two::before {
	position: absolute;
	content: "";
	left: -29px;
	top: 50%;
	border: 15px solid transparent;
	border-right: 15px solid #ffffff;}
.others-item.two:hover::before { border-right: 15px solid #f4bd34; border-left: 15px solid transparent;}
.others-item.main-item {margin-left: 50px;}
.others-item.main-item-two {margin-right: 50px;}
.others-item:hover {-webkit-transform: translateY(-10px); transform: translateY(-10px); background-color: #f4bd34;}
.others-item:hover::before {border: 15px solid transparent; border-left: 15px solid #f4bd34;}
.others-item:hover h3 {color: #ffffff;}
.others-item:hover p {color: #ffffff;}
.product-shop-slider .product-shop-item {
	text-align: center;
	border: 1px dashed #f4bd34;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
	padding-bottom: 30px;}
.product-shop-slider .product-shop-item .image {position: relative; z-index: 1; padding: 10px 35px 35px 35px;}
.product-shop-slider .product-shop-item .image::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #fef0cd;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 0 0 50% 50%;
	-webkit-transition: 0.5s;
	transition: 0.5s;}
.product-shop-slider .product-shop-item .image .burger-btn {position: absolute; left: 0; right: 0;}
.product-shop-slider .product-shop-item .image img {margin-bottom: 30px;}
.product-shop-slider .product-shop-item .content {margin-top: 30px; padding-left: 20px; padding-right: 20px;}
.product-shop-slider .product-shop-item .content h3 {font-size: 22px; margin-bottom: 12px;}
.product-shop-slider .product-shop-item .content p {font-size: 14px; margin-bottom: 10px;}
.product-shop-slider .product-shop-item .content span {font-size: 18px; font-weight: bold; color: #ce7b04;}
.product-shop-slider .product-shop-item:hover {
	background-color: #fee8b3;
	border: 1px solid #fee8b3;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);}
.product-shop-slider .product-shop-item:hover .image::before {background-color: #fbb403;}
.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:20px;}
.parallax {
	background-image: url("../images/bg2.jpg");
	height: auto;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;}
.bannerhead {color: #fff; font-size: 55px; font-weight: 700; text-transform: uppercase; line-height: 1.3em;}
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: ""; display: inline-block;}
.counttext{color: #ff5700; font-size: 55px; font-weight: 700;}
.intro-details {padding-left: 40px;}
.border-left-long {position: absolute; top: 0; left: 0; content: ""; width: 2px; height: 100%; background: #ff5700;}
.border-long::before {content: ""; position: absolute; top: 125px; left: 0; width: 2px; height: 8px; background: #fff;}
.border-long::after {position: absolute; left: 0; top: 105px; content: ""; background: #fff; width: 2px; height: 10px;}
.bg-overlay {position: relative;}
.bg-overlay::after {
    background-color: #070707b3;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}
.box-bg {position: relative; z-index: 1;}
.safetytipsbg {
	background-image: url("../images/safetytips.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;}
.sticky-top1{position:sticky; top:110px;}  
.block-head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px #cac9c9 solid;
	font-weight: normal;
	color: #28156f;}
.font{font-size: 40px;}
.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;}	
.footclr{background-color: #f7c037; border-radius: 10px; padding:40px!important;}
.footbg1{background:url("../images/footerbg.jpg"); background-size: cover; background-position: center; background-repeat:no-repeat;}
.footbg{background-color:#1d1d1d;}
.footpad{padding:80px 0 20px 0;}
.tagcloud a {background: #30373e; padding: 6px 10px; float: left; font-family: 'Helvetica', sans-serif; font-size: 12px; margin: 0 6px 10px 0; color:white; border-radius:2px;}
.tagcloud a:hover {background:#f7c037; color: #fff;}
.servp1{font-size:14px; color: #fff;}
.text2 {position: relative; padding: 0 0 0 35px; margin-top: -43px;}
.fixed{position:fixed; z-index:2;}
.w0{width:0%;}
.priceicn1{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:5px) and (max-width:767.98px){
.pad{padding:40px 0;}
.others-area {border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3;}
.welcome-shape .shape1 {display: none;}
.welcome-shape .shape2 {display: none;}
.others-item {margin-bottom: 30px;}
.others-item::before {display: none;}
.others-item h3{margin: 20px 0 10px 0;}
.others-item .number{position: relative; top: 0;}
.others-item.main-item {margin-left: 0;}
.others-item.main-item-two {margin-right: 0; margin-top: 30px;}
.banner-content {font-size: 50px;color: #ffffff;}
.btn-effect1{background-color:#1d1d1d; color:white; font-weight: 500; font-size: 13px; padding:10px 15px; border-radius:30px;}
}

@media (min-width:768px) and (max-width:992.98px){
.pad{padding:40px 0;}	
.others-item.main-item { margin-left: 0;}
.others-item.main-item-two {margin-right: 0; margin-top: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);  }
.time-of-year .tooltip {
    background: #ff5700;
    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 #ff5700  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);}