body {
	padding: 0px;
	margin: 0px;
	font-family: 'HelveticaNeueRegular';
    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******/
/* ------ new font ----- */
@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');
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') 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: #182A41;
}
.landing-logo img {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	width: 316px !important;
}
.landing-banner-content {
	padding-bottom: 70px;
}
.landing-logo {
    margin-bottom: 22px;
}
.landing-banner .container {
	max-width: 1225px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.landing-banner-top {
	text-align: center;
}
.landing-banner-content h2 {
	color: #fff;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Helvetica';
	font-size: 3.2rem;
	line-height: 40px;
	padding-bottom: 34px;
	font-weight: 400;
}
.each-landing-footer h4 {
	color: #fff;
    font-family: 'Helvetica';
	font-size: 2.4rem;
	line-height: normal;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-weight: 400;
}
.each-landing-footer p {
	color: #fff;
    font-family: 'Helvetica';
	font-size: 1.6rem;
	line-height: 24px; 
	margin-bottom: 5px;
	font-weight: 400;
}
.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';
	font-size: 1.6rem;
	line-height: 24px;
}
.each-landing-footer td:nth-child(odd) {
	padding-right: 50px;
}
.landing-footer {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	margin-top: 25vh;
}
.landing-banner-top img {
    width: 10px;
    margin-bottom: 2px;
}


/* ---------- new css ---------- */
.landing-btn{
	padding: 8px 18px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	display: inline-flex;
	align-items: center;
	font-size: 1.4rem;
	line-height: 24px;
	font-family: 'LamaSans-Medium';
	border-radius: 51px;
}
.landing-btn img {
    margin-left: 10px;
    filter: brightness(0) invert(1);
}
.landing-btn:hover{
	background: #fff;
	color: #121212;
}
.landing-btn:hover img{
	filter: brightness(0);
}
/* *****responsive********/ 
@media(max-width: 1399.98px) {
	.landing-banner .container {
		max-width: 1000px;
	}
}
@media(max-width: 1199.98px) {
	.landing-banner .container {
		max-width: 1000px;
	}
	.landing-footer{
		margin-top: 10vh;
	}
}
@media(max-width: 991.98px) {
	.landing-banner {
		padding-top: 30px;
	}
	.landing-banner-content h2 {
		padding-bottom: 15px;
		font-size: 2.8rem;
	}
	.landing-banner-top h1 {
		font-size: 4rem;
		letter-spacing: 1px;
	}
	.landing-footer{
		margin-top: 35px;
	}
}
@media(max-width: 767.98px) {
	.landing-banner-content h2 {
        font-size: 1.8rem;
        line-height: 25px;
    }
	.landing-banner-top h1 {
        font-size: 4rem;
        line-height: 28px;
    }
	.landing-footer {
		flex-direction: column;
		row-gap: 20px;
		margin-top: 30px;
	}
	.each-landing-footer h4 {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.landing-banner-content {
		padding-bottom: 40px;
	}
	.fix-wp {
		height: 35px;
		width: 35px;
	}
	.fix-wp img {
		width: 20px;
	}
}
@media(max-width: 429.98px){
	.landing-banner-top h1 {
        font-size: 3.2rem;
        line-height: 25px;
    }
	.landing-banner-content h2 {
        font-size: 1.6rem;
        line-height: 22px;
    }
	.each-landing-footer p {
		font-size: 1.4rem;
		line-height: 22px;
		margin-bottom: 2px;
	}
	.each-landing-footer td {
		font-size: 1.4rem;
		line-height: 22px;
	}
}