body,*{
	margin: 0;
	font-family: 'Poppins-Light';
}

html {
  scroll-behavior: smooth;
}

.PoppinsThin {
	font-family: 'Poppins-Thin' !important;
}	

.PoppinsLight {
	font-family: 'Poppins-Light' !important;
}

.PoppinsRegular {
	font-family: 'Poppins-Regular' !important;
}

.PoppinsMedium, h3 {
	font-family: 'Poppins-Medium' !important;
}

.PoppinsSemiBold, h2 {
	font-family: 'Poppins-SemiBold' !important;
}

.PoppinsBold, h1 {
	font-family: 'Poppins-Bold' !important;
}

.PoppinsExtraBold {
	font-family: 'Poppins-ExtraBold' !important;
}

.font10 {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font25 {
	font-size: 25px;
}

.w-10 {
	width: 10%;
}

.w-15 {
	width: 15%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-60 {
	width: 60%;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}

.w-85 {
	width: 85%;
}

.w-90 {
	width: 90%;
}

.dNone {
	display: none;
}

a {
	text-decoration: inherit;
}

button {
	box-shadow: inherit !important;
	outline: none !important;
}

.fit-cover {
	object-fit: cover;
}

.section-padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-padding-bottom-50 {
	padding-bottom: 50px;
}

.section-padding-top-50 {
	padding-top: 50px;
}

.section-padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-padding-bottom-100 {
	padding-bottom: 100px;
}

.section-padding-top-100 {
	padding-top: 100px;
}

.list-style-none {
	list-style: none;
}

.align-middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.radius10 {
	border-radius: 10px !important;
}

.radius0 {
	border-radius: 0 !important;
}

.blackTransparent, .lightTransparent {
	border-radius: 10px;
	padding-top: 5px 10px;
	transition: 0.4s;
}

.blackTransparent:hover, .lightTransparent:hover {
	transition: 0.4s;
}

.blackTransparent {
	border: solid 1px #000;
}

.blackTransparent:hover {
	background: #000;
	color: #fff;
}

.lightTransparent {
	border: solid 1px #fff;
}

.lightTransparent:hover {
	background: #fff;
	color: #000 !important;
}

p {
	line-height: 22px;
	font-size: 14px;
}

.lightShadow {
	box-shadow: 0 .5rem 1rem rgb(0 0 0 / 5%) !important;
}

.whiteBtn, .whiteBtn:hover {
	border: solid 1px #fff;
	border-radius: 10px;
	background: #fff;
	color: #000 !important;
}

.darkBtn {
	border: solid 1px #fff;
	border-radius: 10px;
	background: #212529;
	color: #fff !important;
}

/* Main Section */

.topHeadeing label {
	letter-spacing: .5px;
	padding-left: 47px !important;
	margin-bottom: 5px !important;
	position: relative;
	color: #7a7a7a !important;
}

.topHeadeing label:before {
	display: block;
	content: "";
	position: absolute;
	width: 36px;
	height: 2px;
	left: 0;
	background-color: #7a7a7a;
	top: 50%;
}

3746075444

.overlay-content {
	position: absolute;
	top: 0;
	left: 0;
	/*background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5382528011204482) 80%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 40%, rgba(0,0,0,0.5382528011204482) 100%);*/

	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.callNow {
	/*padding: 5px;*/
	border-radius: 10px;
	/*border: solid 1px #000;*/
	background: #eee;
	padding: 9px 20px 11px 5px;
	/*line-height: 28px;*/
}

.callNow label {
	background: #000;
	border-radius: 8px;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 4px;
	margin-right: 5px;
}

.ourBusiness .head {
	background: #ededed !important;
	transition: 0.4s;
}

.ourBusiness .colOuter:hover .head {
	background-color: #000 !important;
	color: #fff;
	transition: 0.4s;
}

.ourBusiness img {
	height: 450px;
	object-fit: cover;
}

.ourBusiness .colOuter:hover .imgOuter::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	transition: 0.3s all ease;
	/*background: -moz-linear-gradient(357deg, rgba(0, 0, 0, 0.7399334733893557) 0%, rgba(255, 255, 255, 0) 100%);*/
	background: -webkit-linear-gradient(357deg, rgba(0, 0, 0, 0.7399334733893557) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(357deg, rgba(0, 0, 0, 0.7399334733893557) 0%, rgba(255, 255, 255, 0) 100%);
}

.whyChoose .serialNo {
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.ctaBanner {
	background-image: url("../img/our-business.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 400px;
}

.testimonials.box {
	border-radius: 10px;
}

.newsLetter h2 {
	font-size: 40px;
}

.newsLetter input {
	background: #fff;
	border: solid 1px #fff;
	height: 45px;
	border-radius: 30px !important;	
}

.newsLetter button {
	background: #1e1e1e;
	border: solid 1px #1e1e1e;
	border-radius: 30px !important;	
	transition: 0.3s;
}

.newsLetter button:hover {
	box-shadow: 0 .5rem 1rem rgb(0 0 0 / 5%) !important;
	background: #000 !important;
	border-color: #000 !important;
	transition: 0.3s;
}

.newsLetter input:focus {
	border-color: #dbdbdb !important;
	outline: inherit;
}

.newsLetter input::placeholder {
	color: #bbbbbb;
}

.home-slider .bannerContent {
	top: 35%;
	z-index: 9;
	width: 45%;
}

.footerBG {
	background-image: url(../img/footer-bg.png);
	background-size: cover;
	height: 800px;
}

.footerBG ul li {
	line-height: 30px;
}

.newsletterOuter {
	border-radius: 10px;
}

.newsletterOuter input:focus {
	outline: none;
}

footer .socialIcon svg {
	font-size: 30px !important;
}

.newsletterOuter input::placeholder {
	font-style: italic;
	color: #c7c7c7;
}

.companyHistory .box {
	background-color: #fff;
	border-radius: 10px;
	width: 300px;
}

.companyHistory .triangle {
	width: 25px;
	height: 25px;
	background: #fff;
	top: -14px;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(45deg);
	border-radius: 5px;
}

.companyHistory .circle {
	width: 25px;
	height: 25px;
	background-color: #6c6c6c;
	top: -14px;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #8b8b8b, inset 0 0 0 8px #fff;
}

.companyHistory .one {
	left: 9.5%;
}
.companyHistory .two {
	left: 30.8%;
}
.companyHistory .three {
	left: 51.8%;
}
.companyHistory .four {
	right: 25.5%;
}
.companyHistory .five {
	right: 4.5%;
}

/*.yearOuter {
	width: 1000px;
}

.yearOuter .box {
	animation-name: moveYears;
	animation-duration: 60s;
	animation-iteration-count: infinite;
}

@keyframes moveYears {
	from {left: 0;}
	to {right: 100%;}
}




.companyHistory .box {
	width: 300px;
	height: auto;
	position: relative;
	/* Standard syntax */
	animation-name: moveYears;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	overflow-x: auto;
}
 
@keyframes moveYears {
	from {left: 0;}
	to {left: 50%;}
}
*/














/* Scroll Header */

header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

.headerOuter.scrollNav {
	position: fixed;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
	animation: slideDown 0.80s ease-out;
	background: #212529 !important;
}

.scrollNav .topBar {
	display: none !important;
}

.scrollNav .navbar-brand {
	padding: 0 !important;
}




/* Header */

.headerOuter {
	position: fixed;
	z-index: 99;
	right: 0;
	left: 0;
	top: 0;
}

.onHoverBG {
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100vw;
	height: 580px;
	background-color: #000;
	z-index: -1;
	visibility: hidden;

	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.headerVapeStation {
	width: 225px;
}

.megaMenuOuter:hover .onHoverBG {
	opacity: .96;
	visibility:visible !important;

	animation-name:navSlideDown;
	-webkit-animation-name:navSlideDown;
	animation-duration:1.2s;
	-webkit-animation-duration:0.9s;
	animation-timing-function:ease;
	-webkit-animation-timing-function:ease;
}

.megaMenu {
	left: 24px;
	width: 96%;
	top: 65px;
	visibility: hidden;
}

.megaMenuOuter:hover .megaMenu {
	opacity: 0;
	animation: fadein ease-in 1;
	animation-fill-mode: forwards;
	animation-duration: 1.7s;
	visibility:visible !important;
}


@keyframes fadein{
	0%{
		opacity: 0;
	}

	100%{
		opacity: 1;
	}
}

@keyframes navSlideDown{
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

.mobileNavBtn {
	display: none;
}

.mobNav {
	transform: translateX(-200%);
	transition: 0.3s;
}

.megaMenuOuter:hover .nav-link, #navbarNav .nav-link:hover {
	border-bottom: solid 1px #fff;
}

.dotOverlay {
	position: absolute;
	width: 100%;
	background-image: url(../img/slide-overlay.png);
	padding: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.slick-dots li button {
	width: 10px !important;
	height: 20px !important;
	background-color: #000;
}

.home-slider .bannerContent {
	top: 35%;
	z-index: 9;
	width: 45%;
}

.home-slider .rightContent {
	top: 35%;
	right: 15%;
	left: inherit !important;
	z-index: 9;
	width: 45%;
	text-align: end;
}

.home-slider .bannerContent h1 {
	font-size: 2.5rem;
}

.home-slider .logoArea {
	height: 55px;
}

.singleSlide .slick-arrow {
	background: #ffffff66 !important;
	border-radius: 50px;
	height: 50px;
	width: 50px;
	z-index: 999;
	transition: 0.3s;
}

.singleSlide .slick-arrow:hover {
	background: #fff !important;
	transition: 0.3s;
}

.singleSlide .slick-prev {
	left: 50px;
}

.singleSlide .slick-next {
	right: 50px;
}

.singleSlide .slick-next:before {
	content: '⮞';
	color: #000;
}

.singleSlide .slick-prev:before {
	content: '⮜';
	color: #000;
}

/*.home-slider .slick-prev, .home-slider .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	outline: none;
	background: #fff;
	z-index: 999;
}*/


/* Home Scrollable */
/*
.slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slides {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: opacity 0.9s ease;
}

.slide {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.9s ease;
}

.slide.active {
	opacity: 1;
}
*/