body {
	padding: 0px;
	margin: 0px;
	font-family: 'Helvetica-Regular';
    font-size: 1.6rem;
    color: #fff;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/*********common-css**********/
* {
	outline: none !important;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #1c1c1c;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
.w-100 {
	width: 100%;
}
.common-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
/*****fonts******/
@font-face {
    font-family: 'Helvetica-Regular';
    src: url('../fonts/Helvetica-Regular.eot');
    src: url('../fonts/Helvetica-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Regular.woff2') format('woff2'),
        url('../fonts/Helvetica-Regular.woff') format('woff'),
        url('../fonts/Helvetica-Regular.ttf') format('truetype'),
        url('../fonts/Helvetica-Regular.svg#Helvetica-Regular') format('svg');
}
@font-face {
    font-family: 'LamaSans-Medium';
    src: url('../fonts/LamaSans-Medium.eot');
    src: url('../fonts/LamaSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LamaSans-Medium.woff2') format('woff2'),
        url('../fonts/LamaSans-Medium.woff') format('woff'),
        url('../fonts/LamaSans-Medium.ttf') format('truetype'),
        url('../fonts/LamaSans-Medium.svg#LamaSans-Medium') format('svg');
}
/*****landing-css****/
.fix-wp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background-color: #25D366;
	z-index: 98;
}
.fix-wp a {
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.landing-banner {
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: end;
	background-color: #121212;
}
.landing-banner-top {
	text-align: center;
}
.landing-banner-top h2 {
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Helvetica-Regular';
	font-size: 4.8rem;
	line-height: normal;
	letter-spacing: 3.84px;
	text-transform: uppercase;
	font-weight: 300;
}
.landing-banner-top h3 {
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Helvetica-Regular';
	font-size: 3.2rem;
	line-height: 40px;
	font-weight: 300;
	margin: 27px 0 34px;
}
.landing-btn {
	color: #fff;
	font-family: 'LamaSans-Medium';
	font-size: 1.4rem;
	line-height: 24px;
	text-transform: uppercase;
	padding: 10px 18px;
	border-radius: 50px;
	background-color: #121212;
	display: inline-block;
	position: relative;
	border: 1px solid #fff;
}
.landing-btn::after {
	content: "";
	height: 10px;
	width: 10px;
	background-image: url(../images/btn-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10px;
	display: inline-block;
	margin-left: 10px;
	filter: invert(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.landing-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #121212;
}
.landing-btn:hover::after {
	filter: invert(0);
}
.landing-banner-content {
	padding-bottom: 70px;
}
.landing-banner .container {
	max-width: 1225px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.each-landing-footer h4 {
	color: #fff;
    font-family: 'Helvetica-Regular';
	font-size: 2.4rem;
	line-height: normal;
	letter-spacing: 0.48px;
	margin-bottom: 10px;
	font-weight: 300;
}
.each-landing-footer p {
	color: #fff;
    font-family: 'Helvetica-Regular';
	font-size: 1.6rem;
	line-height: 24px; 
	letter-spacing: 0.32px;
	margin-bottom: 5px;
	font-weight: 300;
}
.each-landing-footer p a {
	color: #fff;
}
.each-landing-footer p a:hover {
	text-decoration: underline;
	text-underline-position: under;
}
.each-landing-footer td {
	color: #fff;
	font-family: 'Helvetica-Regular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
}
.each-landing-footer td:nth-child(odd) {
	padding-right: 50px;
}
.landing-footer {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	margin-top: 34vh;
}
/*******responsive********/
@media(max-width: 1399.98px) {
	.landing-banner .container {
		max-width: 1000px;
	}
}
@media(max-width: 1199.98px) {
	/* .landing-banner .container {
		max-width: 1000px;
	} */
	.landing-banner-top h2 {
		font-size: 3.5rem;
	}
	.landing-banner-top h3 {
		font-size: 2.5rem;
		line-height: 35px;	
	}
	.each-landing-footer h4 {
		font-size: 2rem;
	}
}
@media(max-width: 991.98px) {
	.landing-banner {
		padding-top: 40px;
	}
	.landing-banner-content {
		padding-bottom: 40px;
	}
}
@media(max-width: 767.98px) {
	.landing-banner-top h2 {
        font-size: 2.5rem;
		letter-spacing: 2px;
    }
	.landing-banner-top h3 {
        font-size: 2rem;
        line-height: 28px;
		margin: 20px 0;
    }
	.each-landing-footer h4 {
		font-size: 1.8rem;
	}
	.each-landing-footer p {
		font-size: 1.4rem;
	}
	.each-landing-footer table {
		margin: 0 auto;
		text-align: left;
	}
	.each-landing-footer td:nth-child(odd) {
		padding-right: 20px;
	}
	.landing-footer {
		flex-direction: column;
		row-gap: 20px;
		margin-top: 50px;
		text-align: center;
	}
	.each-landing-footer h4 {
		font-size: 2rem;
	}
	.fix-wp {
		height: 35px;
		width: 35px;
	}
	.fix-wp img {
		width: 20px;
	}
}