/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
/*Social Icons*/
/*common*/
body {
  margin: 0px;
  padding: 0px;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

.row-offcanvas {
  margin: 0 0px 30px 0px;
}
.row-offcanvas .btn-primary {
  padding: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  outline: none !important;
  background: transparent !important;
  border-radius: 0;
  border: 0 !important;
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: #216B8E !important;
  color: #fff !important;
  padding: 15px 15px;
}
.row-offcanvas .btn-primary span {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
.row-offcanvas .icon-bar {
  font-size: 20px;
  color: #fff;
}
.row-offcanvas.active .icon-bar::before {
  content: "\f106";
}
.accordion li {
  font-size: 16px;
  padding: 5px 10px;
  list-style: none;
}
.accordion li .fa-minus {
  display: none;
}
.accordion li.active a {
  font-weight: bold;
}
.accordion li.active a .fa-plus {
  display: none;
}
.accordion li.active a .fa-minus {
  display: inline-block;
}
.accordion li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .row-offcanvasTitle {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
  }
  .pageWrap {
    border-top: none;
  }
  .accordion li:last-child {
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .row-offcanvas .sidebar-offcanvas {
    display: none;
  }
  .row-offcanvas.active .sidebar-offcanvas {
    display: block;
  }
  .pageWrap {
    max-height: 200px;
    overflow-x: auto;
  }
  .accordion {
    padding: 3px 0;
  }
  .accordion li {
    padding: 3px 10px;
  }
}/*# sourceMappingURL=offcanvas.css.map */