.page-title-section ul li:last-child a {
    color: #E6200A;
    opacity: 1!important;
}

@media screen and (min-width: 992px) {
  .menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a, .menu_area-light.scrollHeader .navbar-nav li.active > a  {
    color: #E6200A!important;
  }
}

a:hover, a:active {
  color: #E6200A;
}

.btn-style-2 {
  background: #E6200A;
}

.text-hightlight-color {
  color: #E6200A;
}

.footer-list2 li a:hover {
  color: #E6200A;
}

.btn-style-2:hover {
    color: #E6200A;
}

.loader-icon {
  border: 5px solid #E6200A; 
}

footer {
  color: #626262;
}

.row-bg {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -1;
}