body,*{
	margin: 0;
	font-family: 'Manrope-Regular';
}

html {
  scroll-behavior: smooth;
}

.ManropeLight {
	font-family: 'Manrope-Light';
}

.ManropeRegular {
	font-family: 'Manrope-Regular';
}

.ManropeMedium {
	font-family: 'Manrope-Medium';
}

.UnboundedLight {
	font-family: 'Manrope-Light';
}

.UnboundedSemiBold, h3 {
	/*font-family: 'Unbounded-SemiBold';*/
	font-family: 'Manrope-SemiBold';
}

.UnboundedBold, h2 {
	/*font-family: 'Unbounded-Bold';*/
	font-family: 'Manrope-Bold';
}

.UnboundedExtraBold {
	/*font-family: 'Unbounded-ExtraBold';*/
	font-family: 'Manrope-ExtraBold';
}

.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;
}

h1 {
	font-size: 70px !important;
}

h2 {
	font-size: 50px !important;
}

.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: 26px;
	/*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%;
}

.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%;
}

.ourBusiness .box {
	border-radius: 10px;
	/*height: 210px;*/
	transition: 0.4s;
}

.ourBusiness .box:hover {
  transform: scale(1.1);
  transition: 0.4s;
}

.ourBusiness a label {
	width: 25px;
	height: 25px;
	border: solid 1px #000;
	border-radius: 50px;
}

.ourBusiness p {
	height: 52px;
}

.ourBusiness img {
	width: auto;
	height: 80px;
}

.viewMore {
	width: 150px;
	height: 50px;
	right: 0;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 65px;
	padding-top: 14px;
	text-align: center;
	transition: 0.2s;
	bottom: 0;
}

.ourBusiness .box:hover .viewMore {
	background: #000;
	transition: 0.3s;
}

.ourBusiness .box:hover .viewMore a, .ourBusiness .box:hover .viewMore label, .ourBusiness .box:hover .viewMore svg {
	color: #fff !important;
	border-color: #fff !important;
	transition: 0.3s;
}

.lightGreyBG {
	background: #fbfbfb;
}

.animate-growth-x {
	top: -25px !important;
	right: -50px;
	-webkit-animation-name: growth-x;
	animation-name: growth-x;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes growth-x {
	0% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.whyChooseUs ul li {
	line-height: 35px;
}

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

.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;

	-webkit-animation: pulse 3.4s ease-out;
  -moz-animation: pulse 3.4s ease-out;
  animation: pulse 3.4s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  .one {
    -webkit-animation-delay: 0ms;
  }
  .two {
    -webkit-animation-delay: 750ms;
  }
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform:scale(0);
		opacity:0;
	}
	25% {
		-webkit-transform:scale(0.7);
		opacity:1;
	}
	50% {
		-webkit-transform:scale(0.8);
		opacity:.6;
	}
	75% {
		-webkit-transform:scale(.9);
		opacity:.3;
	}
	100% {
		-webkit-transform:scale(1);
		opacity:0;
	}
}

.companyHistory .one {
	left: 9.5%;
}
.companyHistory .two {
	left: 29.5%;
}
.companyHistory .three {
	left: 48.8%;
}
.companyHistory .four {
	right: 29.6%;
}
.companyHistory .five {
	right: 9.3%;
}

.testimonials p {
	line-height: 32px;
}

.testimonials label svg {
	color: #ecb014;
}

.quote {
	right: 0;
	top: 28px;
	opacity: 0.1;
	font-size: 70px;
}

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

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

.blogOuterBox {
	border-radius: 10px;
}

.blogOuterBox img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.callNow {
	border: solid 2px;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	margin-bottom: -20px;
}

.callNow svg {
	padding-top: 14px;
	animation: ring-animation 1.5s ease-in-out infinite;
}

@keyframes ring-animation {
	0% {
		transform: rotate3d(0, 0, 1, 0);
	}

	20%, 32%, 44%, 56%, 68% {
		transform: rotate3d(0, 0, 1, 0);
	}

	23%, 35%, 47%, 59%, 71% {
		transform: rotate3d(0, 0, 1, 15deg);
	}

	26%, 38%, 50%, 62%, 74% {
		transform: rotate3d(0, 0, 1, 0);
	}

	29%, 41%, 53%, 65%, 77% {
		transform: rotate3d(0, 0, 1, -15deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 0);
	}
}

.headerOuter .topBar {
	position: relative;
	z-index: 1;
}

.headerOuter .splitSection {
	background: #fff;
	position: absolute;
	height: 100%;
	width: 40%;
	top: 0;
	right: 0;
	z-index: -1;
	clip-path: polygon(18px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.headerOuter .splitSection:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 99%;
	background: #605b5b;
	right: 0;
	top: 0;
	clip-path: polygon(18px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.blogOuterBox h6 {
	line-height: 24px;
}

























#historyRT .centerLine {
	border: solid 5px #c4c4c4;
	width: 80%;
	top: 55%;
	left: 72px;
}

#historyRT .arrows img {
	width: 65px;
}

#historyRT .arrow-1 {
	top: 127px;
	left: 30px;
}

.arrow-1 .content {
	top: -40px;
	left: 45px;
	width: 220px;	
}

#historyRT .arrow-2 {
	bottom: 70px;
	left: 175px;
}

.arrow-2 .content {
	top: 55px;
	left: 48px;
	width: 220px;
}

#historyRT .arrow-3 {
	top: 127px;
	left: 312px;
}

.arrow-3 .content {
	top: -40px;
	left: 45px;
	width: 220px;
}

#historyRT .arrow-4 {
	bottom: 70px;
	right: 236px;
}

.arrow-4 .content {
	top: 55px;
	left: 48px;
	width: 220px;
}

#historyRT .arrow-5 {
	top: 127px;
	right: 85px;
}

.arrow-5 .content {
	top: -40px;
	left: 45px;
	width: 220px;	
}

.column {
	opacity: 0; /* Start invisible */
	transform: translateX(-50px); /* Start shifted */
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.column.visible {
	opacity: 1; /* Make visible */
	transform: translateX(0); /* Shift to original position */
}

#historyRT .mobileView, .subAbout.mobileView, .mobViewBlock {
	display: none;
}










































/* Increase image width */
.img-expand{
  width:auto;
  height:auto;
  background-color: blue;
  margin-right: -2.5px;
  margin-left: -2.5px;
  padding-right: 0px;
  padding-left: 0px;
  object-fit: cover !important;
  
}

#img-container {
  width: 70%;
  height: 100%;
  margin: auto;
}












/* 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: #fff !important;
}

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

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


/* Header */

.headerOuter {
	position: sticky;
	z-index: 99;
	right: 0;
	left: 0;
	top: 0;
	background: #fff;
}

.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;
}

.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: 20%;
	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;
}

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

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

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

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

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

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

.topBanner .singleSlide img {
	object-fit: cover;
}

/*.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;
}
*/