.features-boxed {
  color: #313437;
  background-color: #eef4f7;
}

.features-boxed p {
  color: #7d8285;
}

.features-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.features-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.features-boxed .intro p {
  margin-bottom: 0;
}

.features-boxed .features {
  padding: 50px 0;
}

.features-boxed .item {
  text-align: center;
}

.features-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.features-boxed .item .icon {
  font-size: 60px;
  color: #1485ee;
  margin-top: 20px;
  margin-bottom: 35px;
}

.features-boxed .item .name {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0px;
  color: #000;
}

.features-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #mainNav {
    position: relative;
  }
}

h3 {
  font-family: Raleway;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 30px;
}

.pm-video-container {
  background: url(../../assets/img/video.jpg);
  width: 100%;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 30px 0;
  position: relative;
  background-size: cover;
}

.pm-video-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  min-height: 150px;
  position: absolute;
  right: 0;
  width: 100%;
}

.pm-video-btn {
  background-color: white;
  border: 3px solid #0db7c4;
  color: #0db7c4;
  display: table !important;
  font-size: 30px !important;
  height: 80px;
  margin: 0 auto;
  padding: 23px 0 0 3px;
  position: relative;
  text-align: center;
  top: -40px;
  width: 80px;
  line-height: 24px !important;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.typcn {
  /*font-family: 'typicons';*/
  /*font-style: normal;*/
  /*font-weight: normal;*/
  /*speak: none;*/
  /*display: inline-block;*/
  /*text-decoration: inherit;*/
  /*width: 1em;*/
  /*height: 1em;*/
  /*font-size: 1em;*/
  /*text-align: center;*/
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.pm-video-btn:hover {
  background-color: #369adb;
  border: 3px solid white;
  color: white;
}

.panel-group {
  margin: 15px 0 30px !important;
}

.card {
  border: 0;
  border-radius: 0;
  background-color: #369adb;
}

.card-header {
  background-color: #fff;
  border-bottom: 1px solid #34ceda;
}

.card-header:hover, .card-header:focus, .card-header:active {
  background-color: #f15b5a;
  color: #fff;
}

.card-header:hover .d-blue {
  color: #fafbfb;
}

.d-blue {
  color: #34ceda;
  text-decoration: none;
}

.mb-0, .my-0 {
  text-align: left;
}

.card-text {
  color: #fff;
  font-size: 14px;
  text-align: left;
  font-family: 'Open Sans';
  font-weight: 200;
}

.pm-column-container-message {
  max-width: 900px;
  border: 3px solid white;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: table;
  padding: 15px 30px;
  /* top: -30px; */
  border-radius: 99px;
  -webkit-border-radius: 99px;
  background-color: #f15b5a;
  -o-border-radius: 99px;
}

#download {
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
}

.hide {
  display: none;
}

.space {
  height: 20px;
}

