* {
  margin:0;
}

*, *:before, *:after {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.dh-header-non-rectangular-container h1, p {
  color:white;
}

.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-bottom:8px;
  margin-top:0;
  color:inherit;
}

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

.features-boxed {
  color:#313437;
  background-color:#f2f2f2;
  border-top:2px solid #c20b19;
}

.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:60%;
  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-bottom:8px;
  margin-top:0;
  color:inherit;
}

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

.box {
  width:100%;
  float:left;
  cursor:pointer;
  border:1px solid #ccc;
}

.box:hover {
  transition:0.3s;
  border:1px solid #C82333;
}

.box:hover i.fa.icon {
  transition:0.3s;
  transform:scale(1.2);
}

.box .link-box {
  width:100%;
  float:left;
  cursor:pointer;
}

.box i.fa.icon {
  color:#C82333;
}

.box .link-box h3.name {
  color:#C82333;
}

#footer a:active, a:hover {
  color:#c5c4c4;
  text-decoration:none;
}

a {
  background-color:transparent;
  -webkit-text-decoration-skip:objects;
}

a, area, button, input, label, select, summary, textarea {
  touch-action:manipulation;
}

a {
  color:#fff;
}

a:hover, a:active, a:focus {
  text-decoration:none;
  -webkit-transition:color 0.4s;
  transition:color 0.4s;
}

a {
  background-color:transparent;
  -webkit-text-decoration-skip:objects;
}

a:active, a:hover {
  outline:0;
}

a, area, button, input, label, select, summary, textarea {
  touch-action:manipulation;
}

a:hover, a:active, a:focus {
  text-decoration:none;
  -webkit-transition:color 0.4s;
  transition:color 0.4s;
}

