@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;}
.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;}
.wrdbrk{white-space:pre;}
.marqueebg{width: 100%; overflow: hidden;line-height: 25px; background-color: #4b0703; color:#eac407;}
.navbg{background-color: #4c0805;}
.navbg1{background-color: #000;}
.logo{width:80px;}
.navfont{font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold;}
.navbar-light .navbar-nav .nav-link {color: #6a6a6a !important;}
.navbar-light .navbar-nav .active>.nav-link{color:#941d18 !important;}
.headfont{font-family: Arial, sans-serif; font-weight: 600;}
.helvetica{font-family: Helvetica, sans-serif;}
.smallfnt{font-size:14px;}
.clr1{color: #4c0805;}
.clr2{color: #FEA116;}
.section-title {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;}
.section-title::before {
	position: absolute;
	content: "";
	width: calc(100% + 80px);
	height: 2px;
	top: 5px;
	left: -40px;
	background: #4c0805;
	z-index: -1;}
.section-title.text-start::before {width: calc(100% + 40px); left: 0;}
.section-title.text-start::after {width: calc(100% + 60px); left: 0;  }
.section-title::after {
	position: absolute;
	content: "";
	width: calc(100% + 120px);
	height: 2px;
	bottom: 6px;
	left: -60px;
	background: #4c0805;
	z-index: -1;}
.icon {margin-right: 1em;}
.icon i {
	color: #4c0805;
	font-size: 22px;
	background: #efefef;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	transform: scale(1);
	display: block;
	margin: 10px;}
.feature-h:hover .icon i{
	border: 2px solid #4c0805;
	color: #4c0805;
	background-color: transparent;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);}
.service-item {position: relative; border-radius: 8px; box-shadow: 0 0 45px rgba(0, 0, 0, .07);}
.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;}
.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;}
.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;}
.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;}
.service-item:hover .service-img::after {width: 0; left: auto; right: 0;}
.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -120px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);}
.service-item .service-text h5,
.service-item .service-text p {transition: .5s; color: #333!important;}
.service-item:hover .service-text h5,
.service-item:hover .service-text p {color: #FFFFFF!important;}
.countsection{background-image: url(../images/bd_img.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after {content: ""; display: inline-block;}
.counttext{color: #FEA116; font-size: 45px; font-weight: 700;}
.bannerhead {color: #FEA116; font-size: 45px; font-weight: 700; text-transform: uppercase; line-height: 1.3em;}
.offer{background-color: #4c0805; color: #fff;}
.intro-details {padding-left: 40px;}
.border-left-long {position: absolute; top: 0; left: 0; content: ""; width: 2px; height: 100%; background: #4c0805;}
.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;}
.btn-effect{background-color: #4c0805 ; color: #fff; font-weight: 500; font-size: 17px; padding:12px 24px; border-radius:30px;}
.btn-effect:hover{background: transparent;color: #4c0805; border: 1px solid #4c0805;}
.foot-clip{background-color: #4c0805; height: 20px; position: relative;}
.foot-clip::before{
	content: "";
	position: absolute;
	top: -70px;
	left: 0;
	z-index: 1;
	-webkit-clip-path: ellipse(80% 24% at 50% 24%);
	clip-path: ellipse(52% 24% at 50% 24%);
	height: 400px;
	width: 100%;
	display: block;
	--tw-bg-opacity: 1;
	background-color: #4c0805;}
.footer {
	background-color: #4c0805;
	padding: 60px 0 40px 0;
	position: relative;
	z-index: 1;}
.tagcloud a {
	background: #090909;
	padding: 6px 10px;
	float: left;
	font-style: italic;
	font-size: 12px;
	margin: 0 5px 5px 0;
	color: white;}
.tagcloud a:hover {background: #FEA116; color: #fff;}
.smallborder1 {width: 70px; height: 2px; background-color: gold;}  
.about-experience{
	background-color: #4c0805;
	height: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	position: relative;
	left: 50px;
	top: 50px;
	z-index: 1;}
.brand-left,
.brand-right {position: relative;}
.brand-left img,
.brand-right img {position: absolute; border-radius: 70px;}
.brand-left img:nth-child(1),
.brand-right img:nth-child(3) {
    width: 100px;
    height: 100px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);}
.brand-left img:nth-child(2),
.brand-right img:nth-child(2) {
    width: 90px;
    height: 90px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);}
.brand-left img:nth-child(3),
.brand-right img:nth-child(1) {
    width: 80px;
    height: 80px;
    bottom: 0%;
    right: 22%;}
.animated.pulse {animation-duration: 1.5s;}
.contact{
	background-image: url('../images/homecenter.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: auto;
	position: relative;}
.contact::before{
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;}
.con-btn{
	background: #FEA116;
	color: #000;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 35px;
	padding: 15px 25px;
	transition: .5s;
	width: 18%;}
.con-btn:hover{background-color: #FEA116; color: #fff;}
.contact-box-content {padding: 25px; height: 160px; border-radius: 10px; background-color: #4c0805;}
.text2 {position: relative; padding: 0 0 0 50px; margin-top: -58px;}
.round-planet{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 39%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;}
.round-planet .shape{position: absolute;}
.round-planet .shape1{
	width: 240px;
	height: 240px;
	background: url(../images/gift.png) no-repeat;
	-webkit-animation: spin2 10s linear infinite;
	animation: spin2 10s linear infinite;}
@-webkit-keyframes spin2 {
	0% {
	  -webkit-transform: rotate(0deg) translateY(-70px);
	  transform: rotate(0deg) translateY(-70px); }
	100% {
	  -webkit-transform: rotate(360deg) translateY(-70px);
	  transform: rotate(360deg) translateY(-70px); }}
@keyframes spin2 {
	0% {
		-webkit-transform: rotate(0deg) translateY(-70px);
		transform: rotate(0deg) translateY(-70px); }
	100% {
		-webkit-transform: rotate(360deg) translateY(-70px);
		transform: rotate(360deg) translateY(-70px);}}
.retail_pad{padding: 90px 0px;}
.safety_head h2 {
	width:250px;
	text-transform: capitalize;
	position: relative;
	text-align: left;
	padding-bottom: 14px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cccc;}
.safety_head h2::after {
	content: "";
	position: absolute;
	width: 50px;
	background: #eeca1c;
	left: 0;
	bottom: -2px;
	height: 4px;}
.footpad{padding-top: 70px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn1 {width: 100px;}
.point{bottom:30px; right:80px;}
.point1{bottom:100px; right:30px;}
.social_img{width:40px;}
.social_point1{bottom:10px; left:10px;}
.social_point2{bottom:60px; left:10px;}
.social_point3{bottom:110px; left:10px;}
.social_point4{bottom:160px; left: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;}
.offer_img{text-align: center;}
.round-planet{width: 200px; height: 200px; top: 45%; left: 50%;}
.round-planet .shape1{width: 200px; height: 200px;}
.intro-details {padding-left: 0px;}
.retail_pad{padding: 70px 0px;}
.con-btn{width: 50%;}
.foot-clip::before {top:0;}
.footer{padding: 25px 0 20px 0;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.round-planet{width: 180px; height: 180px; top: 46%; left: 39%;}
.round-planet .shape1{width: 180px; height: 180px;}
.retail_pad{padding: 70px 0px;}
.brand-left,
.brand-right {position: relative;}
.brand-left img,
.brand-right img {position: absolute; border-radius: 70px;}
.brand-left img:nth-child(1),
.brand-right img:nth-child(3) {
    width: 100px;
    height: 100px;
    top: -16%;
    left: 50%;
    transform: translateX(-50%);}
.brand-left img:nth-child(2),
.brand-right img:nth-child(2) {
    width: 90px;
    height: 90px;
    top: 18%;
    left: 10%;
    transform: translateY(-50%);}
.brand-left img:nth-child(3),
.brand-right img:nth-child(1) {
    width: 80px;
    height: 80px;
    bottom: 0%;
    right: 4%;}
.con-btn{width: 26%;}
}

#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: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.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;}
}