body {
	background-color:#fff;
	font-size:100%;
	font-family: 'Poppins', sans-serif;
	color: #1F57A4;
}
@media (max-width: 767px) {
	html {
		font-size: 12px;
	}
}
.navbar-brand {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	margin:0 auto;
	padding: 0;
}
.navbar-brand h1 {
	color: #fff;
	margin: 0;
	font-size: 5rem;
	font-weight: bold;
	line-height: 4rem;
	padding-top: 1rem;
}
.navbar-brand p {
	font-size: 1rem;
	color: #fff;
}
.navbar-nav {
	z-index: 1;
}
#graphics {
	width: 250px;
	height: 250px;
	border: 3px dashed #1F57A4;
	border-radius: 50%;
	position: relative;
	display: inline-flex;
  align-items: center;
  justify-content: center;	
}
.graphics-legend:after {
	content: '';
	position: absolute;
	width: 250px;
	height: 250px;
	top: 0;
	left: 0;
	background: url(../img/icon-center.svg) no-repeat center center;
	background-size: 40%;
  -webkit-transition: opacity .3s;
	transition: opacity .3s;		
}
.graphics-legend.hover:after {
	opacity: 0;
}
.graphics-legend p {margin: 0; font-weight: bold;}
.graphics-item {
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
  -webkit-transition: all .3s;
	transition: all .3s;	
}
.graphics-item-icon {
	width: 40px;
	height: 40px;	
}
.graphics-item-container {width: 40px; height: 40px; position: absolute; background: #1F57A4; z-index: -1;}
.graphics-item-container:after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: solid 5px #1F57A4;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
  -webkit-transition: bottom .3s;
	transition: bottom .3s;	
}
.graphics-item:hover {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.graphics-item:hover .graphics-item-container:after {
	bottom: -5px;
}
#graphics-center {
	width: 0px;
	height: 0px;
	position: absolute;
	left: 125px;
	top: 125px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #1F57A4;
}
h2.invert {
	color: #1F57A4;
	font-size: 1.5rem;
	font-weight: normal;
}
h2.invert span {
	background: #FFA400;
	padding: 5px;
	line-height: 63px;
	box-shadow: 10px 0 0 #FFA400, -10px 0 0 #FFA400;
	display: inline;
}

.step {
	padding: 15px;
	border: solid 3px #FFA400;
}

#lighthouse {
	position: fixed;
	top: 0;
	left: 0;
	width: 15vw;
	height: 100%;
}

.light-wrapper  {
  width:20px;
  height:10vh;
  margin:1vh auto;
  perspective: 10px;
  animation: rotate 2s 1;
  transform-origin: left;
}
.lighthouse-wrapper {
	background: url(../img/lighthouse.png) no-repeat right top;
	background-size: cover;	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.light  {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjcyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: linear-gradient(to right,  rgba(255,164,0,1) 0%, rgba(255,164,0,1) 80%,rgba(255,164,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#00ffa400',GradientType=1 );

  width: 3000%;
  height: 150%;
  transform:rotatey(-2deg);
  border-radius:5000px 5px 5px 5000px;
}

@keyframes rotate {
    0% {transform:rotatey(180deg);}
    100% {transform:rotatey(0deg);}
}

#section3 .row .col-md-4 > * {
	border: solid 3px #1F57A4;
	padding: 15px;
	position: relative;
	min-height: 100px;
	height: 100px;
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items:center;
	justify-content: center;
	flex-direction: column;
}
#section3 .row .col-md-4 a {
	text-decoration: none;
	color: #fff;	
	background-color: #1F57A4;
}
@media (min-width: 768px) {
	#section3 .row .col-md-4:not(:last-child):after {
		content: '+';
		position: absolute;
		right: -15px;
		top: 32px;
		text-align: center;
		width: 30px;
		font-size: x-large;
		font-weight: bold;
	}
}
.add-icon span {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	display: none;
}
#section3 p.lead.mt-4 {
	background: url(../img/smartphone.svg) no-repeat left center;
	background-size: contain;
	display: inline-block;
}
.icon-scroll {
	position: absolute;
	top: 80%;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 50px;
	z-index: 99999;
	-webkit-transition: opacity: .4s;
}
.icon-scroll span {
	display: block;
	width: 5px;
	height: 5px;
	border-right: 1px solid rgba(31,87,164,.8);
	border-bottom: 1px solid rgba(31,87,164,.8);
	margin: 0 0 2px 5px;

	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
    -webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.icon-scroll .a1 {
	margin-top: 6px;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	animation-delay: .1s;
}

.icon-scroll .a2 {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}

.icon-scroll .a3 {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}

.icon-scroll .mouse {
	height: 26px;
	width: 16px;
	border: 1px solid rgba(31,87,164,.8);
	border-radius: 10px;
}

.icon-scroll .wheel {
  position: relative;
  display: block;
  height: 4px;
  width: 4px;
  margin: 2px auto 0;
  background: rgba(31,87,164,.8);
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
  animation: mouse-wheel 1.2s ease infinite;
  border-radius: 50%;
}

@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}
@-moz-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(5px);
		transform: translateY(5px);
	}
}
@keyframes mouse-wheel {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(6px);
	}
}

@-webkit-keyframes mouse-scroll {
	0%   { opacity: 0;}
	50%  { opacity: .5;}
	100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}

@media (max-width: 767px) {
	#lighthouse {
		left: -150px;
	}
	.navbar-brand h1 {
		font-size: 4rem;
		padding-top: 1.1rem;
	}
	#fp-nav {
		display: none;
	}
	h2.invert span {
		line-height: initial;
	}
	.add-icon span {
		display: block;
	}
	#section3 .row .col-md-4 > * {
		min-height: auto;
		height: auto;
	}
	.icon-scroll {
		height: 26px;
	}	
	.icon-scroll > div:last-child {
		display: none;
	}
	#lighthouse {
		width: 250px;
	}
}

.preloader {
	background-color: #fff;
	z-index: 999999;
	position: fixed;
	width: 100%;
	height: 100%;
}
.preloader .center {	
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.preloader .text {
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 3px;
	text-align: center;
	color: #000;
	margin-top: .5rem;
}
#sun,
#sun-inner,
#sun-outer {
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
  -webkit-animation: pulse 2.5s ease-in-out infinite;
          animation: pulse 2.5s ease-in-out infinite;
}
#sun {
  fill: #ffebca;
}
#sun-inner {
  fill: rgba(255,235,202,0.5);
}
#sun-outer {
  fill: rgba(255,235,202,0.25);
}
#sun-inner,
#sun-outer {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}