body {
	padding: 0px;
	margin: 0px;
	font-family: 'HamburgHandRegular';
    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: 'HamburgHandRegular';
    src: url('../fonts/HamburgHandRegular.eot');
    src: url('../fonts/HamburgHandRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HamburgHandRegular.woff2') format('woff2'),
        url('../fonts/HamburgHandRegular.woff') format('woff'),
        url('../fonts/HamburgHandRegular.ttf') format('truetype'),
        url('../fonts/HamburgHandRegular.svg#HamburgHandRegular') format('svg');
}
@font-face {
    font-family: 'cocogooseregular';
    src: url('../fonts/cocogoose.eot');
	src: url('../fonts/cocogoose.eot?#iefix') format('embedded-opentype'),
			url('../fonts/cocogoose.woff2') format('woff2'),
			url('../fonts/cocogoose.woff') format('woff'),
			url('../fonts/cocogoose.ttf') format('truetype'),
			url('../fonts/cocogoose.svg#cocogooseregular') 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-banner-content {
	padding-bottom: 70px;
}
.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: 'HamburgHandRegular';
	font-size: 3.2rem;
	line-height: 40px;
	font-weight: 400;
}
.each-landing-footer h4 {
	color: #fff;
    font-family: 'cocogooseregular';
	font-size: 2.4rem;
	line-height: normal;
	letter-spacing: 0.48px;
	margin-bottom: 10px;
	font-weight: 400;
}
.each-landing-footer p {
	color: #fff;
    font-family: 'HamburgHandRegular';
	font-size: 1.6rem;
	line-height: 24px; 
	letter-spacing: 0.32px;
	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: 'HamburgHandRegular';
	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: 20vh;
}
.landing-banner-top img {
	width: 373px;
	margin-bottom: 26px;
}
/*******responsive********/
@media(max-width: 1399.98px) {
	.landing-banner .container {
		max-width: 1000px;
	}
}
@media(max-width: 1199.98px) {
	.landing-banner .container {
		max-width: 1000px;
	}
}
@media(max-width: 991.98px) {
	.landing-banner {
		padding-top: 40px;
	}
}
@media(max-width: 767.98px) {
	.landing-banner-top img {
		width: 280px;
		margin-bottom: 20px;
	}
	.landing-banner-content h2 {
		font-size: 2.5rem;
		line-height: 32px;
	}
	.landing-footer {
		flex-direction: column;
		row-gap: 20px;
		margin-top: 50px;
	}
	.each-landing-footer h4 {
		font-size: 2rem;
	}
	.landing-banner-content {
		padding-bottom: 40px;
	}
	.fix-wp {
		height: 35px;
		width: 35px;
	}
	.fix-wp img {
		width: 20px;
	}
}