/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/poppins-v23-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v23-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v23-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: 'Poppins',sans-serif;
    color:#000;
    font-size: 18px;
    
    font-weight: 400;
}

#footer {
    background: var(--primary-rgba-30);
}

#footer .footer-copyright {
    background: var(--primary-rgba-20);
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

#header .header-nav-main nav > ul > li > a {
    text-transform: none;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.bg-gray {
    background: #f2f2f2;
}

.main li {
    line-height: 2em;
}

p {
    color:#000;
    line-height: 1.9;
}

h1,h2,h3 {
    font-weight: 700 !important;
}

h1, .h1 {
    margin-bottom: 1.5em !important;
}

h2, .h2 {

    font-size: 2.2rem;
}

h3, .h3 {
    margin-bottom: .5em !important;
    font-size: 1.2rem;
    text-transform: none;
}

.lead {
    font-size: 1.50em;
}

p+h2 {
    margin: 2em 0 1em 0;
}

p+h3 {
    margin: 2em 0 1em 0;
    line-height: 1.5;
}

p+h4 {
    margin-top: 1em ;
}


@media (max-width: 991px) {
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    margin:0;
    display: block;
}

#header .header-nav-main nav > ul li.active {
    border-bottom: none;
}

}

.dropdown-item.active, .dropdown-item:active {
    background: none;
    color: var(--primary);
}

.gdpr-bar .gdpr-bar-actions .gdpr-agree-trigger {
  margin:0;
}

.gdpr-bar .gdpr-bar-actions {
    justify-content: end;
  }  


.gdpr-bar {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1031;
    background: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
      
}

.show .gdpr-inner {
    background: #fff;
    padding:  20px;
    width:  95%;
    margin:  0 auto;

}

@media (min-width: 992px){
    .show .gdpr-inner {
        width: 50%;
    }
}


.feature-box-svg svg {
  width: 32px;
  height: 32px;
  color: var(--primary);
  margin-right: 10px;
}

.list.list-icons li > svg {
  width: 20px;
  height: 20px;
  color: var(--primary);
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}

a .p {
    color: var(--primary);
    text-decoration: underline!important;
}
