

a:hover {
  color: #ff8127;
}

.top-header {
    background: linear-gradient(-90deg, #e7a607, #b52715);
}

.btn-primary {
  background: #222222;
  color: #fff;
}

.btn-primary:active {
  background: #ff8127 !important;
}

.btn-primary:hover {
  background: #ff8127;
}

.btn-outline {
    background: #222222;
    color: #fff;
    border: 2px solid #222222;
}

.btn-outline:hover {
  background: #ff8127;
  color: #fff;
   border: 2px solid #ff8127;
}

.bg-primary {
    background: linear-gradient(-90deg, #e7a607, #b52715);
}
.footer-bg-primary {
  background-color: #ff8127 !important;
}

.btn-subscribe {
	  color: #fff;
  background: #ff8127;
}

.service-menu li.active a {
  background: #ff8127;
  color: #fff !important;
}

.service-menu li.active::before {
background: #ff8127;
}

.service-menu li:hover a {
  color: #fff !important;
  background: #ff8127;
}

.social-icon-outline:hover {
  border-color: #191e4f;
  background: #ff8127;
}

.navigation .navbar .nav-item .nav-link:hover {
  color: #ff8127;
}

.text-primary {
  color: #ff8127 !important;
}

/* round icon */
.round-icon {
  border: 1px solid #ff8127;
  background: #fff;
  color: #ff8127;
}

.footer-links li a:hover {
  text-decoration: underline;
  color: #ff8127;
}

.navigation .navbar .dropdown-item:hover {
  color: #ff8127;
  text-decoration: underline;
  background: transparent;
}

.btnRenk {
	background:#222;
	color:#fff;
}
.btnRenk:hover {
	background:#ff8127 !important;
	color:#fff !important;
}

.top-header ul li a {
  color: #e0e0e0;
}

.section-title-border-half::after {
  background: #ff8127;
}

ul.tag-list li a:hover {
  background: #ff8127;
  border-color: #ff8127;
  color: #fff;
}


