.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #cc0000;
  border-bottom-color: #cc0000;
  border-bottom-width: 0;
  border-style: solid;
}
.nav a:hover .caret {
  border-top-color: #990000;
  border-bottom-color: #990000;
}
.t3-navhelper {
  background: #f5f5f5;
  color: #555555;
  position: relative;
  text-align: center;
}
.t3-navhelper .breadBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.t3-navhelper .breadBg + .navhelperbg {
  position: relative;
  margin-top: 236px;
}
@media (min-width: 992px) {
  .t3-navhelper:not(.noSlogan):not(.navhelper-0) {
    padding: 70px 0;
  }
}
.navhelper-1 {
  background: #f7f7f7;
}
.hasBg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -35px;
}
.hasBg::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #333333;
  opacity: 0.6;
}
.titleSlogan {
  padding: 100px 0 80px;
}
.titleSlogan h1 {
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 17px;
  text-transform: capitalize;
  font-family: 'Hind', sans-serif;
}
@media (max-width: 767px) {
  .titleSlogan h1 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .titleSlogan h1 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .titleSlogan h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .titleSlogan h1 {
    font-size: 36px;
  }
}
.noSlogan .titleSlogan h1 {
  margin: 0;
}
.titleSlogan p {
  color: #ffffff;
  margin: 0;
  position: relative;
  font-size: 18px;
  font-family: 'Hind', sans-serif;
  font-style: italic;
}
#sp-page-builder .titleSlogan h1,
#sp-page-builder .titleSlogan h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.white {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.jb-navhealper {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  color: #1f1f1f;
  padding: 20px 0;
  position: relative;
}
.breadcrumb {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  padding: 0;
  background: none;
  margin: 0px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  color: #555555;
}
nav:not(.navhelper-1) .breadcrumb a {
  color: #cc0000;
}
nav:not(.navhelper-1) .breadcrumb a:hover {
  color: #990000;
}
@media (min-width: 992px) {
  div:not(.nh-col-1) > .withTitle .breadcrumb {
    float: left;
    text-align: left;
  }
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  padding: 0 10px;
}
.sppb-addon-content .breadcrumb {
  padding: 0;
  text-align: right;
}
.withTitle .breadcrumb {
  float: left;
  text-align: left;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: none;
    text-align: center;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}