@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
body{
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.header{
  margin: 0;
}
.add-left {
    margin-top: 15px;
    float: left;
}
.add-left ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.add-left ul li {
    color: #936c2a;
    font-size: 14px;
    float: left;
}
.add-left ul li i{ 
    margin-right: 10px;
}
.add-right ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.add-right ul li {
    color: #936c2a;
    font-size: 14px;
    float: left;
}
.add-right ul li i{ 
    margin-right: 10px;
}
.add-right {
    margin-top: 15px;
    margin-left: 25%;
    float: right;
}
.flex-nav-1 {
    display: flex;
    justify-content: center;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav ul.dropdown-menu li a,
.nav ul.dropdown-menu li.dropdown a {
    text-decoration: none;
    background-color: #31241c;
}
.nav ul.dropdown-menu li a:hover {
    background-color: #fff;
    color: #252c62 !important;
}
.dropdown-menu {
    padding: 0;
    border: 0;
}
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover {
  background-color: #d0af2a; color: #31241c; 
}
.nav-new{
  background: #31241c;
  border: none;
  border-radius: 0px;
  height: 80px;
  margin-bottom: 0;
}
.logo-img{
  visibility: hidden;
}
.navbar-header {
    display: none;
}


/* .navbar-nav-new {
    margin-left: 10%;
} */
.navbar-nav-new li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    display: block;
    width: 100%;
}
.navbar-nav-new li a:hover {
    background: #d0af2a; color: #31241c; 
}

.home .home-link, .financing .financing-link, .team .team-link, .auctions .auctions-link, .consignments .consignments-link {
    background: #d0af2a; color: #31241c!important; 
}

.home .home-link a, .financing .financing-link a, .team .team-link a, .auctions .auctions-link a, .consignments .consignments-link a { color: #31241c!important; }

.contant-text-right {
  padding-left: 10px;
}
.contant-text {
  padding-right: 10px;
}
/**slider css**/

/********************************/
/*          Main CSS     */
/********************************/


#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
  z-index: 1;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  height: 100%;
  width:100%;
}
#first-slider .carousel .item img{
    width: 100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {

}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 50px;
    color: #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 50px;
    color: #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
.mb50{
  margin-bottom: 50px;
}

/** slider close**/
.contant    .inner{
    padding: 50px 0;
  /* margin-bottom:5%; */
}
.mastHead{
    position: relative;
	background: #31241c; 
    background-image: url('../img/banner-1.jpg');
    padding: 50px 0;
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
    text-align: center;
}
.mastHead:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.contant-header {
    font-size: 28px;
    color: #31241c;
    text-transform: uppercase;
    margin: 30px 0;
    line-height: 36px;
}
.contant-text p {
    color: #666;
    font-size: 14px;
    line-height: 23px;
}
.contant-text-right h1 {
    color: #936c2a;
    font-size: 21px;
    margin-top: 0px;
    line-height: 26px;
}
.contant-text-right p {
    color: #666;
    font-size: 16px;
    line-height: 23px;
}
.contant-text-right p a {
    color: #015d43;
}
.footer{
  background: #31241c;
  padding-top: 10px;
  color: #fff;
} 

.footer-text-right p{
  font-size: 14px;
  color: #fff;
  text-align: right;
  margin-top: 10px;
}
.navbar-toggle{
  border-color: #31241c;
  margin-top: 28px;
  margin-right: 20px;
}
.navbar-toggle .icon-bar{
    display: block;
    width: 36px;
    height: 5px;
    border-radius: 1px;
    background: #31241c;
}
.sm-add ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.sm-add ul li{
  width: 48%;
  float: left;
  background: #31241c;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  margin: 1% 1%;
}
.sm-add a {
    color: #d0af2a;
}
.sm-add {
    margin: 0px 10px;
}
.logo img {
    text-align: center;
    display: inline-block;
}

.expressLogo {
    max-width: 250px;
}
.fr8starLogo {
    width: 237px;
    padding: 13px 18px;
    display: inline-block;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color: #fff;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif; color: #ffffff;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:14px; color:#fffff;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:14px; color:#ffffff;}

.divfooter {text-align:left; margin:0 auto;}



.sub-cat-wrap {
    background:#31241c;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:5%;
    padding:30px 10px;
    box-sizing: border-box;
    width:100%;
}
.sub-cat-wrap a {
    text-transform: uppercase;
    text-decoration: none;
    background:#d0af2a;
    color:#31241c;
    font-size:24px;
    font-weight: 700;
    padding:30px;
    margin:20px 0;
    transition: .2s ease-in;
    max-width: 550px;
    width: 100%;
    text-align: center;
}
.sub-cat-wrap a span {
    margin-right:10px;
    transition: .2s ease-in;
}
.sub-cat-wrap a:hover {
    background:rgba(208,175,42,0.70);
}
.sub-cat-wrap a:hover span {
    margin-right:20px;
}
.lead-button {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    background:#d0af2a;
    color:#31241c;
    font-size:24px;
    font-weight: 700;
    padding:30px;
    margin:20px auto;
    transition: .2s ease-in;
    max-width: 550px;
    width: 100%;
    text-align: center;
    outline:none;
    border:0px;
}
.lead-button:hover {
    background:rgba(208,175,42,0.70);
}


.footer p a { color: #d0af2a!important; }
.footer p a:hover { color: #fff!important; }

.add-left, .add-right, .add-left li, .add-right li, .add-left a, .add-right a { color: #31241c!important; }
.add-left a:hover, .add-right a:hover { color: #000!important; }


@media only screen and (max-width: 767px) {
  .nav-new{
    background: none;
  }
  .navbar-nav-new li a {
    line-height: 38px;
  }
  .header{
    display: none;
    transition: 0.5s all ease;
  }
  .logo-img{
    visibility: visible;
  }
  .nav-new{
    height: 93px;
    z-index: 10;
  }
  .nav-collapse{
    padding: 70px 0 0 0;
    margin-right: 0;
  }
  .navbar-nav-new {
      background: #31241c;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px;
  }
  .headline {
      /*margin-top: 5px;*/
      margin-top: -90px;
  }
  .text-icon {
    font-size: 12px;
    font-weight: 700;
    color: #31241c;
  }
  .sm-add p{
    text-align: center;
    font-size: 14px;
    margin: 0;
  }
  .address {
      background: #e7e7e7;
      margin-top: 15px;
      padding: 10px 0;
  }
  .contant-text p{
    text-align: center;
  }
  .contant-text-right p{
    text-align: center;
    margin: 0;
    padding: 15px 0;
  }
  .sm-bg{
    background: #e7e7e7;
  }
  
  .navbar-collapse.in {
      overflow-y: inherit;
  }
  .navbar-nav-new li a:hover, .navbar-nav-new li a.active {
      color: #fff !important;
      background: #d0af2a;
  }
  a.page-scroll {
    background: #31241c;
    width:100%;
    display: block;
  }
    
}
@media only screen and (max-width: 992px) {
  .navbar-nav-new {
      margin: 0;
  }
  .logo {
      margin-top: 40px;
  }
  .add-right{
    margin-left: 10%;
  }
  .logo-img{
    display: none;
  }
  .fr8starLogo {
    width: 140px;
    padding: 20px 15px;
  }

}
@media only screen and (max-width: 1199px) {
    .navbar-nav-new li a {
        font-size: 13px;
        padding-left: 12px;
        padding-right: 12px;
    }
}
.contant.inner {
    padding: 75px 0;
}
@media only screen and (max-width: 770px) {
    .navbar-header, .flex-nav-1 {
      display: block;
    }
}

@media only screen and (max-width: 420px) {

    .sub-cat-wrap a {
        font-size:6.5vw;
    }

}
