@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Oswald');


html, body{
	
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
}

.navbar-nav a{
	
	color:#000;
}


a{
	
	font-family: 'Raleway', sans-serif;
	color:#f9f3f4;
}

/* unvisited link */
a:link {
  color: #f9f3f4;
}

/* visited link */
a:visited {
  color: #f9f3f4;
}

/* mouse over link */
a:hover {
  color: #f9f3f4;
  text-decoration:none;
}

/* selected link */
a:active {
  color: #f9f3f4;
}


.wrapper{
	
	margin:0px 0px 0px; 0px;
	top:0;
}
.nav {
	
	margin:0px 0px -500px 0px;
	color:#000;
}
h1{
	
	font-family: 'Raleway', sans-serif;
	/*color:#f9f3f4;*/
	color:#000000;
	text-shadow: 0px 0px 300px #000;
	font-size: 50%;
	
}


h3{
	
	
}

a{
	
	font-family: 'Raleway', sans-serif;
}


.title{
	height:20%;
	width:100%;
	margin:auto;
	display:table;
	background-repeat: no-repeat;
	top:0;
	background:#ffffff;
	/*background-image: url('http://www.gismartinvestigator.com/tidy-desk-in-window-light.jpg');*/
	
	
}

.title p{
	
	font-family: 'Raleway', sans-serif;
	color:#f9f3f4;
	
	text-shadow: 0px 0px 300px #000;
	font-size: 160%;
	padding:30px 0px 0px 0px;
}

.title .inner {
	
	text-align:center;
	display:table-cell;
	/*vertical-align:middle;*/
	padding:200px 0px 0px 0px;
	width:100%;
	max-width:none;
	
}

.note{
	
	height:10%;
	width:100%;
	margin-top:100px;
	
	
	
}

.note p{
	
	padding:50px 0px 0px 0px;
}
.process{
	
	font-family: 'Raleway', sans-serif;
	height:10%;
	width:100%;
	margin-top:100px;
	/*background:#f7f7f7;*/
	
}


.subscribe{
	
	height:35%;
	width:100%;
	
}

.article{
	
	height:20%;
	width:100%;
	margin-top:100px;
}
.article p{
	
	width:300px;
}


.article h3{
	
	width:330px;
	
} 
.article img{

		width:100%;
		height:50%;
	
}

.description{
	
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	background-color:#ffcc00;
	
}

.benefits{
	
	height:15%;
	width:100%;
	margin-top:0px;
}
.mytext{
	
	margin-top:-220px;
	height:20%;
	width:100%;
}

.mytext h1{
	
	padding:100px 100px;
	font-family: 'Raleway', sans-serif;
	font-size:150%;
	font-weight:bold;
}


.mytext a{
	
	/*padding:100px 100px;*/
	font-family: 'Raleway', sans-serif;
	font-size:50%;
}

.mytext i{
	margin-left:30px;
	text-align:center;
}

.mytext h3{
	
	/*padding:100px 100px;*/
	font-family: 'Raleway', sans-serif;
	font-size:250%;
	text-align:justify;
	font-weight:bold;
}
.benefit{
	
	font-family: 'Raleway', sans-serif;
	background:#99f0bf;
	height:230px;
	width:230px;
}


.benefit h1{
	
	font-size:120%;
}

.benefit li{
	
	font-family: 'Raleway', sans-serif;
	font-size:120%;
	 list-style: none;
}


.card-body{
	
	font-family: 'Raleway', sans-serif;
	font-size:100%;
}

.description h1{
	
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	text-align:center;
	padding-top:50px;
}
.links{
		
	height:9%;
	width:100%;
	/*margin:500px 0px 0px 20px;*/
	background-color: #6c757d;	
}


.links a{
	
	color:#FFF;
}

.links p{
	padding:50px 0px 0px 0px;
	color:#FFF;
}
.links h1{
	color:#FFF;
}


.col{
	
	height:50%;
}

.end{
	
	background-color: #6c757d;	
	margin-top:200px;
}

.end p{
	padding:-50px 0px 0px 0px;
	color:#FFF;
}

.vl {
  margin-top:-25px;
  border-left: 2px solid #ffcc00;
  padding:0 -50px 0 0;
  height: 98%;
 }

/*
.content-element{
  margin:50px 0 0 50px;
}
.circles-list ol {
  list-style-type: none;
  margin-left: 1.25em;
  padding-left: 2.5em;
  counter-reset: li-counter;
  border-left: 1px solid #00c4cc;
  position: relative; }

.circles-list ol > li {
  position: relative;
  margin-bottom: 3.125em;
  clear: both; }

.circles-list ol > li:before {
  position: absolute;
  top: -0.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1em;
  left: -3.75em;
  width: 2.25em;
  height: 2.25em;
  line-height: 2.25em;
  text-align: center;
  z-index: 9;
  color: #00c4cc;
  border: 2px solid #00c4cc;
  border-radius: 50%;
  content: counter(li-counter);
  background-color: #ebeced;
  counter-increment: li-counter; 
 }
*/

.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	/*box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);*/	
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:24px;
}
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
	background-color:rgba(0,0,0,0.04);
}
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color:#363691;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:16px;
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:36px;
	height:1px;
	border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
}
.form{
	
	margin-top:-100px;
	
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}



.footer{
	
	height:10%;
	width:100%;
	/*background-color: #6c757d;
	display:table;
	margin:auto;
	background-size:cover;*/
}
/*
.footer a{
	padding:0px 500px 0 0;
}*/

.social{
	
	margin-right:-100px;
}
.footer p{
	margin:-50px 0px 0 350px;
}

.social .fab {
    position: static;
}
/*
.text{
	
	
	padding:-100px 100px;
}

.facebook{
	margin:10px 0px 0 450px;
}
.facebook p{
	
	/*padding:-200px 0px 0 0;
}

.linkedin{
	
	margin:-95px 0px 0 500px;
}

.instagram{
	
	margin:-95px 0px 0 550px;
}


.youtube{
	
	margin:-95px 0px 0 600px;
	
}

.youtube a{
	
	padding:-505px 0px 0 350px;
}*/
.footer i{
	
	
	padding:20px 0 0 0;
}

 /* For tablets: */
/*
@media only screen and (min-width: 600px) {
 
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {

  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

@media only screen 
    and (min-device-width : 375px) // or 213.4375em
    and (max-device-width : 667px) // or 41.6875em
    and (width : 375px) // or 23.4375em
    and (height : 559px) // or 34.9375em
    and (orientation : portrait) 
    and (color : 8)
    and (device-aspect-ratio : 375/667)
    and (aspect-ratio : 375/559)
    and (device-pixel-ratio : 2)
    and (-webkit-min-device-pixel-ratio : 2)
{ 

	.process{
		
		margin-top:300px;
	}


	.article{
		
		margin:500px 0px 0px 0px;
	}


}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {


.process{
	
	margin:300px 0px 0px 0px;
}


.article{
	margin:300px 0px 0px 0px;
}

}
*/
/* Smartphones (portrait and landscape) -----------*/ 
@media only screen and (max-width : 600px) {
/*Styles */



.title{
	
	height:5%;
	width:100%;
}



.title .inner {
	
	text-align:center;
	display:table-cell;
	/*vertical-align:middle;*/
	padding:100px 0px 0px 0px;
	width:100%;
	max-width:none;
	
}

.note{
	
	height:10%;
	width:100%;
}

.process{
	
	height:0%;
	width:100%;
	padding:0px 0px 0px 0px;
	
	
}


.subscribe{
	
	height:34%;
	width:100%;
}

.article{
	
	margin:300px 0px 0px 0px;
	
}
.links{
	/*
	height:20%;
	width:100%;
	margin:350px 0px 0px 0px;*/
	
}

}

@media (max-width: 768px) {

.process{
	
	height:7%;
	width:100%;
	padding:450px 0px 0px 0px;
}

.article{
	
	margin-top:200px;
}

}