	.bg-grey h1{
		font-weight: 700;
		font-size: 25pt;
	}
	.bg-grey h4{
		font-size: 15pt;
	}
	.bg-grey{
		/*background-color: #cbcbcb;*/
		font-family: sans-serif;
		
	}
	.montserrat{
		font-family:  sans-serif;
		
	}

	.sect-h2 {
		font-weight: bold;
		font-size: 20pt;
		color: #4d4d4d;
	}
	.sect-h4 {
		font-weight: 600;
		font-size: 12pt;
		color:#666666;
		margin-top: 15pt;
		line-height: 1.6em;

	}

	.text-darkgrey{
		color: #333333;
	}
	.text-bold{
		font-weight: 700;
	}
	.underline-orange {
		border-bottom: solid 2px #fa6800;
	}


	.img-community {
		width: 95%;
		height: 95%;
		border-radius: 25px;
		box-shadow: 0 3px 6px #cbcbcb;
	}
	.carousel-container {
		width: 100%;
		padding: 40pt;
	}
	.footer-h3 {
		font-size: 11pt;
		font-weight: 600;
		color: #fff;
	}
	.footer-icon {
		height: 26pt;
	}
	.st0 .footer-ctus:hover{
		stroke:#f00;
		fill:#f00;
	}
	.btn-success {
		background-color: #88C240;
		border-color: #88C240;
	}
	.carousel-indicators {
		bottom: -50px;
	}
	.carousel-indicators li {
		height: 10px;
		width: 10px;
		
		border: none;
		border: solid 1px #aaa;
		background: grey;
		border-radius: 50%;
	}
	.carousel-indicators .active {
		background-color: #fff;
	}

	.btn-draasync-fix {
		border-radius: 25px;
		box-shadow: 0 2px 5px #bcbcbc;
		font-weight: 600;
		color: #666666;
		border-color: #666666;
	}

	.section-padding {
		padding-top: 40pt;
		padding-bottom: 40pt;
	}

	.section-grey {
		background-color: rgba(27,20,100, 0.1); 
	}
	.sect-h1 {
		font-size: 26pt;
		font-weight: 700;
		color: #4d4d4d;
	}

	.modal-dialog {
		max-width: none;
	}
	.wrapper {
		max-width: 1400px;
		margin: 0 auto;
	}

	.bg-draasync-grey {
		background-color: #f8f9fa ;
		box-shadow: 0 2px 6px #ccc;
	}





	/* TIME LINE */

	@media (min-width: 1000px) {
  #timeline .timeline-card:nth-child(odd) .head::after, #timeline .timeline-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .timeline-card:nth-child(odd) .head::before, #timeline .timeline-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #ffffff;
  }
}
/* Some Cool Stuff */
.timeline-card:nth-child(1) {
  order: 1;
}

.timeline-card:nth-child(2) {
  order: 4;
}

.timeline-card:nth-child(3) {
  order: 2;
}

.timeline-card:nth-child(4) {
  order: 5;
}

.timeline-card:nth-child(5) {
  order: 3;
}

.timeline-card:nth-child(6) {
  order: 6;
}


#timeline {
  padding: 50px 0;
  /*background: #f7f7f7;*/
  /*border-top: 1px solid rgba(191, 191, 191, 0.4);*/
  /*border-bottom: 1px solid rgba(191, 191, 191, 0.4);*/
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .timeline-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .timeline-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 650px;
    margin: 0 auto;
  }
}
#timeline .timeline-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .timeline-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .timeline-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .timeline-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .timeline-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .timeline-card {
    max-width: 450px;
    height: 200px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .timeline-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .timeline-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .timeline-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .timeline-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .timeline-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .timeline-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .timeline-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .timeline-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .timeline-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 15px;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .timeline-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .timeline-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}
#timeline .timeline-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .timeline-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .timeline-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .timeline-card .body {
    height: 115px;
  }
}
#timeline .timeline-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .timeline-card .body img {
  display: block;
  width: 100%;
}
#timeline .timeline-card--step1 {
  background-color: #46b8e9;
}
#timeline .timeline-card--step1 .head::after {
  border-color: #46b8e9;
}
#timeline .timeline-card--step2 {
  background-color: orange;
}
#timeline .timeline-card--step2 .head::after {
  border-color: orange;
}
#timeline .timeline-card--step3 {
  background-color: dodgerblue;
}
#timeline .timeline-card--step3 .head::after {
  border-color: dodgerblue;
}
#timeline .timeline-card--step4 {
  background-color: #4d92eb;
}
#timeline .timeline-card--step4 .head::after {
  border-color: #4d92eb;
}
#timeline .timeline-card--step5 {
  background-color: #46b8e9;
}
#timeline .timeline-card--step5 .head::after {
  border-color: #46b8e9;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns {
    -webkit-column-count: 4;
            column-count: 4;
  }
}

@media (min-width: 1400px) {
  .card-columns {
    -webkit-column-count: 4;
            column-count: 4;
  }
}