
@font-face {
font-family: 'Gotham Pro Light';
src: url('fonts/GothamPro-Light.eot');
src: url('fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
url('fonts/GothamPro-Light.woff') format('woff'),
url('fonts/GothamPro-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Gotham Pro Black';
src: url('fonts/GothamPro-Black.eot');
src: url('fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
url('fonts/GothamPro-Black.woff') format('woff'),
url('fonts/GothamPro-Black.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

header {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 520px;
	overflow: hidden;
	color: #ffffff;
	background: #00000054;
}

header > * {
	padding: 20px 0 0 10%;
}

body {
	counter-reset: heading;
	font-family: 'Gotham Pro Light', sans-serif;
	line-height: 1.3;
}

p {
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Gotham Pro Light', sans-serif;
}

h1 {font-size: 2.5rem; font-family: 'Gotham Pro Black', sans-serif;}
h2 {
	font-size: 16px;
	margin-bottom: 20px;
	font-family: 'Gotham Pro Black', sans-serif;
}

@media (min-width: 320px) {
  h2 { font-size: calc( 3.125vw + 8px ); }
}

@media (min-width: 960px) {
  h2 { font-size: 32px; }
}


h4 {font-size: 1.5rem; font-family: 'Gotham Pro Black', sans-serif;}
h5 {
	font-family: 'Gotham Pro Black', sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
    line-height: 1.2;
    }
h6 {
	font-family: 'Gotham Pro Black', sans-serif;
	font-size: 1rem;
	font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
}

h2:before {
	counter-increment: heading;
	content: "0" counter(heading) " ";
	font-family: 'Gotham Pro Light', sans-serif;
	font-size: 1rem;
	position: relative;
    top: -7px;
    right: 1px;
 }

 strong {font-weight: bold; font-size: 1.1rem;}

 .container { min-height: 60vh;  }

.header {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: -2;
	padding: unset;
}

.header-line {
	background: url(../media/images/line.png) 66px 0;
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    height: 100vh;
    padding: unset;
    z-index: -1;
    opacity: 0.3;
}

header h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 50px;
}

header div:nth-child(5) {
	max-width: 250px;
	margin-top: 20px;
}

header div:nth-last-child(2) {
	width: 80%;
    height: 40px;
    position: absolute;
    left: 10%;
    bottom: 120px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    padding-left: 0;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
	.header {
		min-height: 520px;
		width: auto;
	}

	header h1 {
		margin-top: 18vh;
	}
	header div:nth-last-child(2) {
		position: absolute;
		left: 10%;
		bottom: 23vh;
		top: unset;
	}

	header > * {
    padding: 10px 0 0 5%;
	}
}

.btn {
	border:1px solid #ffffff;
	background-color: #ffffff;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	bottom: -43px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.navbtn {
	position: absolute;
	cursor: pointer;
	right: 100px;
}

nav {
	position: absolute;
	top: 0;
	right: 0;
}

.navbtn-content {
	display: none;
  	position: absolute;
  	right: 0;
  	top: 0;
  	background-color: #ffffff;
  	width: 300px;
  	height: 80vh;
  	overflow: auto;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

.navbtn-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

nav a:hover {
	text-decoration: underline;
	font-weight: bold;
}

nav button {
	background-color: #ffffff;
	position: absolute;
	right: 5px;
	top: 5px;
	border: none;
	font-size: 2rem;
}
nav button:hover { font-weight: bold; }

.show-content {display: block; padding-top: 50px;}

@media screen and (max-width: 414px) {
	.navbtn {right: 5px;}
}

.contact {
	max-width: 250px;
	vertical-align: middle;
}

.contact li {
	list-style-position: outside;
}

.contact li a {	color: #ffffff; text-decoration: none;}

.contact li a::visited {color: #ffffff;}

.contact li:nth-child(1)
{
	background: url(../media/images/phone-icon.png) no-repeat left;
    padding-bottom: 2px;
    padding-top: 14px;
    padding-left: 52px;
    height: 23px;	
}

.contact li:nth-child(2)
{
	background: url(../media/images/map-icon.png) no-repeat left;
	padding-bottom: 2px;
    padding-top: 1px;
    padding-left: 52px;
    height: 29px;
    margin-top: 10px;
}

section:nth-child(even) {
	background-color: #ffffff;
	padding: 50px calc(7% - 10px);
	position: relative;
}

section:nth-child(odd) {
	position: relative;
	background-color: #fbfbfb;
	padding: 50px calc(7% - 10px) 20px calc(7% - 10px);
}

section:nth-child(even) h2 {
	margin: 17px 0 30px 90px; 
}

section:nth-child(2) h2 {
	margin: 17px 0 30px 0; 
}

section h2 {
	display: table;
    position: relative;
    border-bottom: 2px solid #9999997a;
    padding: 0 20px 20px 0;
    text-transform: uppercase;
}

.back-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.back-img1 {
	position: absolute;
	left: 0;
	top: -20px;
	z-index: 2;
}

.back-rt1 {
	position: absolute;
    right: 95px;
    top: -40px;
    z-index: 1;
}

.back-img-rt {
	position: absolute;
    right: 0px;
    top: -100px;
    z-index: 2;
}

.block:nth-child(2) {
	width: 45%;
	margin: -40px auto 50px auto;
	padding: calc(7% - 2px);
	box-shadow: 0px 7px 18px rgba(84, 84, 84, 0.2);
}

.block:nth-child(2) p {
	text-align: justify;
}

.block-flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.block-2 {
	counter-reset: nubers;
	max-width: 850px;
	justify-content: space-between;
}

.block-2 div {
	position: relative;
	 z-index:2;
	 height: 95px;
	 width: 220px;
	 margin: 50px 0 50px 0;
}

.block-2 div h4 {
	font-weight: bold;
	z-index: 2;
	position: relative;
    top: 36px;
    padding: 1px;
}

.block-2 div span {
	background-color: #fbfbfb;
	font-weight: bold;
	z-index: 2;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 165px;
	font-weight: 200;
}

.block-2 div::before {
	counter-increment: nubers;
	content: "" counter(nubers) " ";
	position: absolute;
	font-size: 6rem;
	color: #d2cecef5;
	z-index: -1;
	left: 5px;
}

.block-3 {
	    display: inline-flex;
}

.block-3 > div {max-width: 60%;}

.block-3 dl{
	margin-left: 40px;
	padding-top: 30px;
}

.block-3 dl dt::before {
	content: url(../media/images/line-hor.png);
	position: relative;
	bottom: 4px;
	padding-right: 5px;
}

.line-dd {    bottom: 19px; }

.block-3 dd {
	position: relative;
	left: 64px;
	min-height: 93px;
	margin-bottom: 15px;
}

.first-word {
	font-weight: bold;
	font-size: 1.2rem;
}

.block-4 {
	justify-content: flex-start;
}

.block-4 div {
	border-left: 2px solid #999999;
	padding-left: 5px;
	width: 100px;
	margin: 40px 80px 20px 0;
	flex-grow: 4;
}

.block-5 p {
	margin-left: 50px;
	max-width: 90%;
	text-align: center;
}

.block-5 > div {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.block-5 > div > div {
	margin: 20px auto;
	width: 250px;
	position: relative;
	text-align: center;
}

.block-6 {justify-content: space-between;}

.block-6 div:last-child {
	position: relative;
}

.block-6 div img {
	width: 250px;
	position: relative;
    bottom: 14px;
    filter: brightness(0) invert(0.6);
}

.block-6 div img:hover {filter: unset;}


.text-num {
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari 3-8 */
	transform: rotate(-90deg);
	text-transform: uppercase;
	position: absolute;
	bottom: 40%;
	right: 8%;
	font-size: 1.5rem;
}

.numbers {
	display: inline;
	font-size: 9rem;
	vertical-align: middle;
	width: 75px;
}

footer {
	background-color: #333333;
	color: #ffffff;
	padding: 40px 15px 20px 15px;
}

footer > div {
	width: 50%;
	margin-bottom: 20px;
}

footer > div div {
	margin-bottom: 20px;
	margin-left: 15%;
}

footer ul {	margin-right: auto; }

footer ul:nth-child(1) { margin-left: 25%; }

footer ul li { padding-top: 10px; }

footer a {color: #ffffff; text-decoration: none;}

footer hr { width: 90%; }

@media screen and (max-width: 768px) {

	.block:nth-child(2) {
		width: 80%;
		margin: -30px auto 30px auto;
	}
	.back-img1, .back-img, .back-img-rt, .back-rt1 {
		display: none;
	}

	.block-3 dl { margin-left: 25px;}
	.block-3 dl dt::before {content: "—" ; bottom: 0px;}
	.block-3 dd {left: 20px;}
	.block-4 div {margin: 40px 40px 20px 0;}

	footer ul:nth-child(1) { margin-left: 5%; }
}

@media screen and (max-width: 414px) {
	section:nth-child(even) h2 {margin: 17px 0 15px 10px;}
	.block-2 { justify-content: center;}
	.block-2 div h4 {top:40px;}
	
	.block-3 > div {max-width: 90%;}
	.block-3 dl { margin-left: 0;}
	.block-3 dd {left: 18px; min-height: 0;}
	.block-4 div {margin: 40px 10px 20px 0;}
	.block-5 p {margin-left: 0; max-width: 100%;}
	
	footer p { font-size: 0.8rem; }

	footer ul:nth-child(1) { margin-left: 0; }
}