@font-face {
	font-family: History;
	src: url(font/HISTORYPRO2.woff) format("woff");
	src: local("History Pro 2"), local(HISTORYPRO2), url(font/HISTORYPRO2.woff2) format("woff2"), url(font/HISTORYPRO2.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: SFPD-T;
	src: url(font/SFPRODISPLAYTHIN.woff) format("woff");
	src: local("SF Pro Display Thin"), local(SFPRODISPLAYTHIN), url(font/SFPRODISPLAYTHIN.woff2) format("woff2"), url(font/SFPRODISPLAYTHIN.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: SFPD-TI;
	src: url(font/SFPRODISPLAYTHINITALIC.woff) format("woff");
	src: local("SF Pro Display Thin Italic"), local(SFPRODISPLAYTHINITALIC), url(font/SFPRODISPLAYTHINITALIC.woff2) format("woff2"), url(font/SFPRODISPLAYTHINITALIC.ttf) format("truetype");
	font-style: normal;
	font-weight: normal;
}
body {
	width: 100%;
	height: 100%;
	-webkit-animation: fadeInAnimation ease .5s;
	        animation: fadeInAnimation ease .5s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	overflow: hidden;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
}

@-webkit-keyframes fadeInAnimation {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

html {
	scroll-behavior: smooth;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-overflow-scrolling: touch
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font: inherit;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    outline: none;
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
body {
	margin: 0;
	-webkit-overflow-scrolling: touch
}
* {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9, h0, p, ul, il, a, label {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0
}
a:focus,
button:focus,
input:focus,
:focus, a:hover,
a:active,
a:focus{
  outline: none;}
a { outline: none; }
a { border: 0; }
a::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner,
::-moz-focus-inner {
  border: 0;
}
section {
	position: relative;
	z-index: 1
}

.center-button {
    outline: none !important;
	border: none !important;
	font-family: SFPD-T;
	margin: 0 auto;
	max-width: 450px;
	margin-bottom: 2.5%;
}
.center-button ul {
    outline: none !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	list-style-type: none;
	width: 100%;
	list-style-type: none;
	margin: 0;
	border: 1px solid #35cdf1;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
}
.center-button ul:hover {
	border: 1px solid transparent !important;
	background-color: #40b5cf83;
	border-radius: 50px;
	-moz-border-radius: 50px;
}
.center-button li {
    outline: none !important;
	border: none !important;
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 38px;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
}
.links li a {
	width: 100%;
    outline: none !important;
	border: none !important;
}
.links a {
    outline: none !important;
	border: none !important;
	color: #35cdf1;
	-webkit-text-fill-color: #35cdf1;
	padding: 14px 30px;
	text-shadow: none;
	font-weight: normal;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
}
.links a:hover {
    outline: none !important;
	border: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
}
.contactDetails {
	margin-bottom: 2.5%;
}
.contactDetails a{
	font-family: SFPD-T;
    outline: none !important;
	border: none !important;
	color: #35cdf1;
	-webkit-text-fill-color: #35cdf1;
	padding: 10px 30px;
	text-shadow: none;
	font-weight: normal;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
}
.main-landing {
	-webkit-transition: margin-left .4s;
	-o-transition: margin-left .4s;
	transition: margin-left .4s;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	max-width: 100%;
	width: 100%;
	margin: 0;
	height: 100%;
}
.center {
	text-align: center;
}
.content {
	max-width: 1180px;
	margin: 0 auto;
}
#company_logo-landing {
	background: url(DMPlanning_logo-2021-wh.png);
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
	-o-background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-position: center;
	-moz-background-position: center;
	-o-background-position: center;
	background-position: center;
	height: 70px;
}

#company_logo-old{
	background: url(d&mplanning_logo-old.png);
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
	-o-background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-position: center;
	-moz-background-position: center;
	-o-background-position: center;
	background-position: center;
	height: 35px;
	-webkit-filter: grayscale(.75)opacity(.75);
	        filter: grayscale(.75)opacity(.75);
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;
}

#company_logo-old:hover{
	-webkit-filter: grayscale(0)opacity(1);
	        filter: grayscale(0)opacity(1);
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-webkit-transition: all .4s linear;}

.color-background {
	background-color: rgba(0, 0, 0, 0.548);
	padding: 70px 0;
	border-radius: 3px;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	margin: auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.landing-wrap {
	top: 50%;
	-webkit-transform: translate( 0%, -50%);
	    -ms-transform: translate( 0%, -50%);
	        transform: translate( 0%, -50%);
	bottom: 0;
	right: 0;
	position: relative;
	width: 100%;
	left: 0;
	margin: auto;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}


.logo-landing_page {
	margin: 0;
}

#landing-lang_btn-padding {
	padding: 30px 0 0;
}

#welcome {
	padding-top: 5%;
	padding-bottom: 2%;
	color: #fff;
	font-family: ubuntu_l;
	font-size: 2rem;
	line-height: 2rem;
}
#landing_page {
	background: url(dm_home_banner.jpg) no-repeat fixed center top #59819a;
	background-size: cover;
	min-height: 100%;
	z-index: 2;
}

.text-neon-green {
	color: #35cdf1;
}
.center-title {
	padding: 25px 0;
}
.center-title span {
	font-family: History;
	font-size: 3em;
	text-align: center;
	line-height: .75em;
	letter-spacing: -1.1px;
}
.uppercase {
	text-transform: uppercase;
}
.para-txt, .para-txt-last {
	font-family: SFPD-T;
	font-size: 20px;
	letter-spacing: .1em;
	-moz-text-align-last: center;
	     text-align-last: center;
	text-transform: uppercase;
}
.para-txt-last {padding-bottom: 3%;}
.notify {
	color: rgb(235, 235, 235);
	font-family: SFPD-TI;
	font-size: 17px;
	-moz-text-align-last: center;
	     text-align-last: center;
	letter-spacing: .075em;
}
.thankyou {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}


@media screen and (max-width: 1366px) {
	#company_logo-landing {margin: 0;}
	.landing-wrap {width: 90%;}
	.center-title span { line-height: normal; font-size: 10vh;}
	#welcome {padding-top: 5%;}
	.center-button {margin-bottom: 5%;}
	.contactDetails { margin-bottom: 5%;}
}

@media only screen and (max-device-width : 480px) {
	.contactDetails a{ font-size: 1.75em;}
	.landing-wrap {width: 90%;margin: 90px ​auto;}
	.center-title span { font-size: 5em; line-height: normal;}
	.para-txt, .para-txt-last {font-size: 1.15em; line-height: normal;}
	.para-txt-last {padding-bottom: 15%;}
	.notify {font-size: 1.05em; line-height: normal; padding-bottom: 2%;}
	.links a {
		outline: none !important;
		border: none !important;font-size: 3vw; padding: 3vw; border: 2px solid;}
	#company_logo-landing {width: 60%; height: auto;}
	#welcome {padding-top: 10%; padding-bottom: 2%;}
	#company_logo-old {height: 50px;}
}
