@font-face {
	font-family: 'aAlbionic Bold';
	src: url('./fonts/aAlbionic Bold.eot');
	src: local('fonts/aAlbionic Bold'), url('./fonts/aAlbionic Bold.woff') format('woff'), url('./fonts/aAlbionic Bold.ttf') format('truetype');
}
.fontsforweb_fontid_2792 {
	font-family: 'aAlbionic Bold' !important;
}





.new-header{
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
}
.social-links-time{
  display: flex;
  align-items: center;
}
.social-links-time i{
  margin-right: 5px;
}
.new-header .new-top-nav{
    display: flex;
    padding-top: 8px!important;
    padding-bottom: 8px;
}
.new-header .new-top-nav li a{
  color: #c8c7c7c7!important;
}
.main-menu-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu-box .main-navigation li a{
  position: relative;
  padding: 0px 15px;
  font-size: 15px;
}
.main-menu-box .main-navigation li a:focus{
  outline: none!important;
}
.main-menu-box .main-navigation.hover-effect li a::after{
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #fecc16;
  transition: width .3s;
  margin-bottom: 0px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  position: static!important;
}
.main-menu-box .main-navigation li a:hover::after, .current_page_item::after{
  width: 100%!important;
	position: fixed;
	object-position: top;
}
.main-menu-box .main-navigation li:last-of-type a{
  padding-right: 0;
}
.site-header1.new{
  /*background: rgba(36,36,36,1);*/
  /*background: -moz-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(19,19,19,1) 100%);*/
  /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36,36,36,1)), color-stop(100%, rgba(19,19,19,1)));*/
  /*background: -webkit-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(19,19,19,1) 100%);*/
  /*background: -o-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(19,19,19,1) 100%);*/
  /*background: -ms-linear-gradient(top, rgba(36,36,36,1) 0%, rgba(19,19,19,1) 100%);*/
  /*background: linear-gradient(to bottom, rgba(40,51,120,1) 0%, rgba(40,50,120,1) 100%);*/
  background: url("../images/senator/header background.png") no-repeat center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#131313', GradientType=0 );
    
/* Set the navbar to fixed position */
 /* Set the navbar to fixed position */
   /* Position the navbar at the top of the page */
  width: 100%;
	
}
.latest-projects-section.new{
    border-top: 1px solid #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
    padding-bottom: 12px!important;
}
#magic-line{
  height: 4px!important;
  bottom: -16px!important;
}
.main-menu-box .main-navigation{
  position: static!important;
}

.mobile-menu-addon{
  display: none;
}

@media screen and (max-width: 991px) {
.main-menu-box .main-navigation li a {
    position: right;
    padding: 10px 7px;
    font-size: 14px;
}
.mobile-navigation a:hover, .mobile-navigation a:focus{
  text-decoration: none;
}
.main-navigation .new-button{
  background: #fecc16!important;
    font-size: 16px!important;
    color: #fff!important;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px!important;
    text-transform: uppercase;
    border-bottom-left-radius: 10px;
}
.main-navigation .new-button i{
  margin-right: 8px;
}
.site-header1.new{
  position: relative;
}
}
@media screen and (max-width: 570px) {
.new-header{
  display: none;
}
.mobile-menu-addon{
  display: block;
}
.mobile-navigation.new-nav{
  flex-direction: column;
}
.mobile-menu-addon{
  text-align: center;
}
.mobile-menu-addon a{
      padding: 10px 0;
    display: block;
    color: #fff;
    text-transform: uppercase;
}
.mobile-menu-addon .current{
      color: #e8c11c!important;
}
.main-navigation .new-button{
      padding: 16px 12px!important;
}
.latest-projects-section.new{
  padding-bottom: 0!important;
}
}
#cookie{
  z-index: 99999999;
  background: rgba(98, 99, 99, 1);
  width: 100%;
  position: fixed;
  bottom: 0;
  font-weight: 400;
}
#cookie p{
  font-size: 11px;
  color: #fff;
  margin: 0;
}
#cookie a{
  color: #cc2027;
}
#cookie-button{
  background-color: #cc2027;
  float: right;
  color: #fff;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  width: 120px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  transition: .3s;
}
#cookie-button:hover {
  background-color: #8e1116;
  color: #fff;
}
.cookie-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0;
  align-items: center;
}
.rem-cookie{
  display: none;
}
 @media screen and (max-width: 991px) {
  .cookie-box{
    justify-content: center;
  }
  #cookie-button{
    margin-top: 5px;
  }
 }