a {
  color: #091025;
}
.header {
  padding-top: 10px;
  background: url(../images/supportbg.jpg) no-repeat center left;
  background-size: cover;
  min-height: 320px;
}
.header a {
  text-decoration: none;
}
.maingrid .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.maingrid a {
  text-decoration: none;
  font-weight: bold;
}

.sidebar ul {
  margin-left: 0px;
  padding-left: 0px;
}
.sidebar li {
  list-style: none;
  padding: 10px 20px;
  padding-left: 0px;
}
.sidebar li a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
}
.sidebar li li a {
  padding: 0px 20px;
  font-size: 14px;
  padding-left: 35px;
  font-weight: normal;
}
.sidebar li a:hover {
  background: #e5eaec;
}
.sidebar li li:hover {
  background: #e5eaec;
}
.sidebar-home li {
  padding-left: 0px;
}

.site-footer {
  padding: 15px 0 10px;
  margin-top: 50px;
  background: #f5f5f5;
}
.site-footer a{
	text-decoration:none
}
.categoryTitle li {
  list-style: none;
  margin-bottom: 10px;
}
.categoryTitle a {
  text-decoration: none;
}
.categoryTitle a:hover {
  text-decoration: underline;
}
hr {
  background: linear-gradient(
    90deg,
    rgba(189, 189, 189, 1) 0%,
    rgba(0, 0, 0, 0) 76%
  );
}
.wpcf7-form label {
  width: 100% !important;
}
.innerpage .activeList {
  background: #f7f7f7;
  border-radius: 5px;
}
.innerpage .activeList .nav-link {
  color: #53bb98 !important;
}
.innerpage .activeList ul .nav-link {
  color: #091025 !important;
}
