body, html {
  height: 100%;
}

.carousel-inner img {
	margin: auto;
}

.SDR-color {
	background-color: #002159 !important;
}

.bg { 
  /* The image used */
  background-image: url(../img/backgrounds/main_slider_background.jpg);
	
  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.section {
 min-height:100vh;
}

.client-logo {
	max-width: 200px !important;
}

.dark-green-gradient {
	background: rgb(41,152,48);
	background: -moz-linear-gradient(80deg, rgba(41,152,48,1) 0%, rgba(28,102,42,1) 69%, rgba(0,87,2,1) 100%);
	background: -webkit-linear-gradient(80deg, rgba(41,152,48,1) 0%, rgba(28,102,42,1) 69%, rgba(0,87,2,1) 100%);
	background: linear-gradient(80deg, rgba(41,152,48,1) 0%, rgba(28,102,42,1) 69%, rgba(0,87,2,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#299830",endColorstr="#005702",GradientType=1);
}

.black-gradient {
	background: rgb(28,28,28);
	background: -moz-linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(85,85,85,1) 69%, rgba(119,119,119,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(85,85,85,1) 69%, rgba(119,119,119,1) 100%);
	background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(85,85,85,1) 69%, rgba(119,119,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1c1c",endColorstr="#777777",GradientType=1);
}


.pricing-table .card {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 15px;
  border-radius: 15px; }
  .pricing-table .card .card-title {
    font-size: 1rem;
    letter-spacing: .2rem;
    font-weight: 500; }
  .pricing-table .card .card-price {
    font-size: 2.7rem; }
    .pricing-table .card .card-price .term {
      font-size: .875rem; }
  .pricing-table .card .fa-ul li:not(:last-child) {
    margin-bottom: 1rem; }