@charset "UTF-8";
/*
base color custom red
*/

a {
    color: #e3d130;
  }
  
  a:hover {
    color: #e6d329;
  }
  
  .affix {
    background: linear-gradient(75deg, #c5b41b, #c5b417) !important;
  }
  
  [image-overlay]:before {
    background: linear-gradient(75deg, #c5b41b, #c5b417) !important;
  }
  
  .btn-brand-02 {
    background-color: #e6d329;
    border-color: #e6d329;
  }
  
  .btn-brand-02:hover, .btn-brand-02:focus {
    background-color: #ae9f14;
    border-color: #ae9f14;
  }
  
  .btn-outline-brand-02 {
    border-color: #e6d329;
    color: #e6d329;
  }
  
  .color-secondary {
    color: #e6d329 !important;
  }
  
  .single-promo-card.single-promo-hover-2:hover {
    background-color: #e3d130;
  }
  
  .check-list-wrap li:before {
    color: #e3d130;
  }
  
  .primary-bg {
    background: #e3d130 !important;
  }
  
  .dot-circle li:before {
    background: #e3d130;
  }
  
  .color-primary {
    color: #e3d130 !important;
  }
  
  .features-single-wrap span {
    color: #e6d329;
    background: #f9f4c9;
  }
  
  .mask-65 {
    background: linear-gradient(75deg, #c5b41b, #c5b417) !important;
  }
  
  .dot-indicator.owl-theme button.owl-dot.active span {
    background: #dcc600;
  }
  
  .pricing-switch-wrap span.switch-icon:after {
    background-color: #e3d130;
  }
  
  .pricing-switch-wrap span.switch-icon {
    border: 1px solid #e3d130;
  }
  
  .pricing-switch-wrap span.year-switch {
    color: #e3d130;
  }
  
  .single-pricing-pack.popular-price {
    border-top: 4px solid #e6d329 !important;
  }
  
  .single-pricing-pack:hover {
    border-top: 4px solid #e6d329;
  }
  
  .gradient-bg {
    background: linear-gradient(75deg, #c5b41b, #c5b417) !important;
  }
  
  .testimonial-content-wrap .testimonial-shape .testimonial-quote-wrap {
    background: #e6d329;
  }
  
  .testimonial-content-wrap .testimonial-shape:before {
    background: #dcc600;
  }
  
  .faq-wrap .card .card-header {
    background: linear-gradient(75deg, #c5b41b, #c5b417);
  }
  
  .faq-wrap .card .card-header:after {
    background: #f2eaa0;
  }
  
  .single-blog-card .card-body .post-meta .meta-list li i {
    color: #e3d130;
  }
  
  .single-blog-card .card-body a:hover {
    color: #e6d329;
  }
  
  .btn-outline-brand-01 {
    border-color: #e3d130;
    color: #dcc91e;
  }
  
  .btn-outline-brand-01:hover, .btn-outline-brand-01:focus, .btn-outline-brand-01:active {
    background-color: #afa018;
    border-color: #afa018;
  }
  
  .btn-outline-brand-02:hover, .btn-outline-brand-02:focus, .btn-outline-brand-02:active {
    background-color: #ae9f14;
    border-color: #ae9f14;
  }
  
  .contact-info-list li .contact-icon span {
    border: 1px solid #e3d130;
  }
  
  .newsletter-form button {
    background-color: #e6d329;
  }
  
  .accent-bg {
    background: #dcc600 !important;
  }
  
  #preloader .preloader-wrap .thecube .cube:before {
    background-color: #e6d329;
  }
  
  #preloader .preloader-wrap .thecube .cube {
    background: #e3d130;
  }
  
  .single-blog-card .card-body a.detail-link span {
    color: #e6d329;
  }
  
  .header .menu ul li:hover > a {
    background: #e3d130;
  }
  
  @media (max-width: 992px) and (min-width: 320px) {
    .navbar {
      background: linear-gradient(75deg, #c5b41b, #c5b417) !important;
    }
  }
  @media (max-width: 767px) {
    .menu li a:hover, .menu li:hover > a {
      background: #e6d329;
    }
  }
