/* font */
@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-v21-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-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-500 - 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: 500;
    src: url('../fonts/poppins-v21-latin-500.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-v21-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-v21-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-v21-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-900 - 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: 900;
    src: url('../fonts/poppins-v21-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
/* variable */
:root {     
    --base-color: #f3d374;
    --dark-gray: #000;
    --medium-gray: #7e8287;
    --light-gray: #ffece7;
    --light-medium-gray: #7e8691;
    --alt-font: 'Poppins', serif;
    --primary-font: 'Poppins', sans-serif;
} 
/* reset */

.bg-yellow {background-color: #FBF2D5 !important;}

body {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.3px;
}
section {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    padding: 10px 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
header .navbar-brand img {
    max-height: 42px;
}
header .navbar-brand {
    padding: 25px 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}
/* border radius */
.border-radius-rb-50px {
    border-radius: 0 0 50px 0;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 4.3rem;
    line-height: 4.3rem;
}
/* services box style 01 */
.services-box-style-01:hover .box-overlay {
    opacity: 0.4;
}
/* interactive banner style 01 */
.interactive-banner-style-01 figure:hover .box-overlay {
    opacity: 0.7;
}
/* services box style 01 */
.services-box-style-01 .box-overlay {
    opacity: 0;
    visibility: visible;
}
.services-box-style-01:hover .box-overlay {
    opacity: 0.7;
}
/* contact form style 03 */
.contact-form-style-03 {
    margin-bottom: -85px;
}
/* top right bottom left */
.right-45px {
    right: 45px;
}
.right-minus-45px {
    right: -45px;
}
/* footer */
footer .footer-logo img {
    max-height: 42px;
}
footer .elements-social .medium-icon li a {  
    font-size: 18px;
}
footer .elements-social .medium-icon li {
    margin-right:0px;
}
footer .nav-link {
    color: var(--white);
}
@media (max-width: 1600px) {
    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 1399px) and (min-width: 992px)  {
    .navbar .navbar-nav .nav-link {
        font-size: 17px;
        padding: 10px 20px;
    }
}
@media (max-width: 991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav > .nav-item {
        border-bottom: 0;
        padding: 7px 0px;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .nav-link {
        font-size: 30px;
    }
    section {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    footer ul li {
        line-height: normal
    }
    header .btn.btn-transparent-white-light {
        border-color: rgba(46, 56, 68, 1);
        color: var(--dark-gray);
    }
}
@media (max-width: 767px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    } 
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px;
    }
}

.text-yellow {
    color #f3d374);
}

@media (max-width: 991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .nav-link {
        font-size: 20px;
    }
}

.klaro p {font-size: 14px; line-height: 18px}

.language > a {font-size: 14px !important;}
