.header .logo a img {
    filter: none;
}
.header-phone span a{
	color: #333 !important;
}
.header-phone span.phn i {
    color: #333;
}
.header-phone span.phn.aft::before {
    background: #333;
}
.head-menu ul li a{
	color: #333;
}
.head-menu ul li a.sub-menu-sec + .sub-menu{
	box-shadow: 0px 6px 18px 0 rgb(47 41 41 / 11%);
}
.sub-menu:before{
	border-bottom: 15px solid #736e6e8f;
}

.head-menu ul li.get-quote.careers-menu a {
    color: #000;
    background: transparent;
}
.head-menu ul li.get-quote.careers-menu a span:nth-child(2) {
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#000));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #000);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}
.head-menu ul li.get-quote.careers-menu a span:nth-child(3){
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#000));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #000);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;   
}
.head-menu ul li.get-quote.careers-menu a span:nth-child(4){
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#000));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #000);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}
.head-menu ul li.get-quote.careers-menu a span:nth-child(5){
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#000));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #000);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

.hire-button{
	border: 3px solid #000;
}
section.header.fixed .hire-button:hover, section.header.fixed .hire-button a:hover{
	color:#ffffff !important;
}

