h2 {
   font-size: 24px;
}

.container {

}

.site-header {
   background: #fff;
}
.tagline {
   color: #919191;
   font-size: 32px;
   margin-top: 12px;
}
.row1 h1 {
   font-size: 26px;
}
.btn-outline-secondary {
   background-color: #28a745;
   border-color: #28a745;
   color: #fff;
}
.list ul li {
   text-align: left;
}
.clientContainer {
   border-radius: 21px 21px 0 0;
   margin-bottom: -999px;
   overflow: hidden;
   padding-bottom: 999px;
   width: 80%;
}
ul.clientList {
   padding: 10px;
}
.clientList li {
   float: left;
   margin-bottom: 10px;
   margin-left: 28px;
}
.clientList li img {
   height: 50px;
   width: 50px;
}
.bgImage {
   background: url("../images/bgImage.jpg") no-repeat scroll center 30% /cover;
   height: 60vh;
   overflow: hidden;
   width: 100%;
}
.bgImage .bg-dark-hexa {
   background-color: rgba(0,0,0,0.5) !important;
   display: flex;
   justify-content: center;
   margin-bottom: -999px;
   padding-bottom: 999px !important;
}
.bgImageContent {
   margin-top: 5rem;
}
.bg-dark-hexa {
   background-color: #A3AAFF !important;
}
.bg-light-hexa {
   background-color: #f8f9fa !important;
}
.pointsContainer {
}
ul.points {
   display: inline-block;
   margin-top: 1rem;
}
.points li {
   float: left;
   font-size: 22px;
   margin: 0 1rem;
}
.footerContainer {
   padding-top: 1rem;
}
.footerContainer .row {
   margin: 0;
}
.borderLight {
   border: 1px solid #ebebeb;
}
.countDown {
   margin-bottom: 30px;
   color: #50d8af;
}
.countDown span#endDate {
   display: block;
   font-size: 24px;
}
.countDown span {
   font-size: 24px;
   font-weight: bold;
}
.featuresContainer {

}