/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/
html {
    /* Enables smooth scrolling across the entire page */
    scroll-behavior: smooth;
}

.bg-header{
    background-image: url(../../images/bg/bg-header.png);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-blend-mode: lighten;
}

.bg-header-2{
  background-image: url(../../images/bg/bg-header-2.jpg);
  background-position:top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-blend-mode: lighten;
}

.header-main.has-fixed{
background-color: #000000c9!important;
}

@media (max-width: 600px) {
.header-menu{
    background-color: #000000c9!important;
}

.menu-toggler{
    color:#e5e5e5!important;
}

.menu-toggler.active{
    color:#ff4545!important;
    background: #e5e5e5!important;
}

}




.menu-link
{
    color:#fff!important;
}

.menu-item:hover > .menu-link
{
    color:#e5e5e5!important;
}

.list-style-none{
    list-style: none!important;
}

.accordion{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}


.accordion-item {
    color: #cecece;
    background-color: #252525;
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.42);
-webkit-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.42);
-moz-box-shadow: 4px 4px 5px -2px rgba(0,0,0,0.42);
  }

  .accordion-icon{
    color: #cecece;
  }

  .accordion-head.collapsed .title{
    color: #cecece;
  }

  .accordion-head .title {
    margin-bottom: 0;
    font-size: 1rem;
    color: #cecece;
    line-height: 1.3;
  }

  .accordion-item:not(:last-child) .accordion-head{
    border:none;
  }

  .accordion-item:not(:last-child) .accordion-inner{
    border:#000000c9 solid 1px;
  }

  .accordion-item:last-child .accordion-inner{
    border:#000000c9 solid 1px;
  }


.box-bg{
  background-image: url(../../images/bg/bg-header-2.png);
  background-position:top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: lighten;
  background-attachment: fixed;

}
