body,*{
	margin: 0;
	font-family: 'Signika-Light' !important;
}

/*html {
  scroll-behavior: smooth;
}*/

html {
    overflow-x: hidden;
    overflow-y: scroll;
}  

.SignikaBold {
	font-family: 'Signika-Bold' !important;
}

.SignikaSemibold, h1 {
	font-family: 'Signika-Semibold' !important;
}

.SignikaRegular {
	font-family: 'Signika-Regular' !important;
}



.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font20 {
	font-size: 20px;
}

.font18 {
	font-size: 18px;
}

.font25 {
	font-size: 25px;
}

.font40 {
	font-size: 40px;
}

.dNone {
	display: none;
}

a {
	text-decoration: inherit;
}

.bgBlack {
	background: #000;
}

.textBlack {
	color: #000;
}

.textGrey {
	color: #939393 !important;
}

.btnTransparent {
	border: solid 1px #000;
	color: #000;
	transition: 0.5;
}

.btnRed {
	border: solid 1px #000;
	background: #000;
	color: #fff;
	transition: 0.5;
}

.btn {
	width: 130px;
	border-radius: 10px !important;
	transition: 0.5;
}

.btn:hover {
	transition: 0.5s;
}

.btnTransparent:hover {
	background: #000;
	color: #fff;
}

.whiteBtn {
	border: solid 1px #fff;
}

.whiteBtn:hover {
	background: #fff;
	color: #000 !important;
}

.margin-top-section {
	margin-top: 140px;
}

.cursor {
	cursor: pointer;
}

.blackRGBA {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	border-radius: 8px;
}

h2 {
	font-size: 35px !important;
}

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.35s ease-out;
	background: #fff !important;
}

.scrollNav .topBar {
	display: none !important;
}

.navbar li a {
	padding: 38px 0 !important;
}

.megaMenu .w-50:hover a {
	color: #000 !important;
}

.megaMenu {
	width: 700px;
	top: 100px;
	left: -134px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top: solid 3px #000;
	transition: 1s;
}

.megaMenuOuter:hover .megaMenu {
	display: block !important;
	transition: 1s;
}

.section-padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.btn-check:focus+.btn, .btn:focus {
	box-shadow: inherit;
}

.dotOverlay {
	position: absolute;
    width: 100%;
    background-image: url(../img/slide-overlay.png);
    padding: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.list-style-none {
	list-style: none;
}

.bgGrey {
	background: #f7f7f7;
}

.lightBgGrey {
	background: #f5f5f559;
}






.homeBannerBG {
	background-image: url(../img/home-slide-1.png);
}

.customBullets li {
	position: relative;
	padding: 0 15px 0 28px;
	margin-bottom: 20px;
	list-style: none;
	width: 100%;
}

.customBullets li::before {
    content: "";
    background: url(../img/check-mark.png) no-repeat;
    width: 24px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 4px;
}

.shortAboutUs .rightSection {
	background-image: linear-gradient(160deg, #F4F1F9 0%, #D4CAE1 100%);
	padding: 20px;
	height: auto;
	border-radius: 10px;
}

.vapeStation_CTA {
	background-image: url(../img/shortabout-1.jpg);
	background-attachment: fixed;
	border-radius: 8px;
}

.benefits .box {
	background: #f5f5f5;
	border-radius: 8px;
	transition: 0.5s;
	cursor: pointer;
}

.benefits .box:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important;
	transition: 0.5s;
}

.benefits .box label {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #0000000d;
	padding: 12px 6px;
}

.partners img {
	border-radius: 20px;
}

.testimonial .box {
	background: #f5f5f559;
	border-radius: 10px;
}

.testimonial .quotation {
	width: 50px;
}

.rateStar, .blankStart {
	color: #feb623;
}

.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;
}

.breadcrumb {
	padding: 80px 0;
}

.AboutSection .sectionSecond {
	background: #f3f5fa;
}

.AboutSection .sectionSecond h3 {
	font-size: 38px !important;
}

.AboutSection .keyPoints .box {
	border-radius: 10px;
	box-shadow: 0px 20px 60px 0px rgba(209, 209, 209, 0.35);
}






















/* Mobile Menu */
/*
.sidenav {
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #f9f9f9 !important;
    overflow-x: hidden;
    transition: .5s;
    transform: translateX(-100%);
    padding-top: 12px;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.open {
    transform: translateX(0px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
*/