:root {
    --primary-font: 'Inter', sans-serif;
    --secondary-font: 'Plus Jakarta Sans', sans-serif;
    /* --alt-font: "Plus Jakarta Sans", sans-serif; */
    --base-color: #FEBC0D;
}

.navbar .navbar-nav .nav-link {
    font-size: 19px;
    padding: 35px 18px !important;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-family: var(--secondary-font);
}

@media (min-width:0px) and (max-width:475px) {
    .navbar .navbar-nav .nav-link {
        font-size: 19px;
        padding: 10px 20px !important;
        font-weight: normal;
        letter-spacing: 0.5px;
        font-family: var(--secondary-font);
    }
}

@media (min-width:992px) and (max-width:1099px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
        padding: 0px 8px !important;
        font-weight: normal;
        letter-spacing: 0.5px;
        font-family: var(--secondary-font);
    }

    .navbar .navbar-nav .nav-link {
        font-weight: 600;
        font-size: 13px !important;
        font-family: var(--secondary-font);
    }

    section.big-section {
        padding-top: 120px;
        padding-bottom: 12px;
    }

    section {
        padding-top: 0px;
        padding-bottom: 90px;
    }

    .navbar .navbar-nav .nav-item .dropdown-toggle,
    .navbar-full-screen-menu-inner .navbar-nav .nav-item .dropdown-toggle,
    .navbar-modern-inner .navbar-nav .nav-item .dropdown-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 31px;
        right: 0;
        position: absolute;
        top: 0;
        text-align: center;
        color: var(--dark-gray);
    }
}






/* header */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 300px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 16px;
    color: var(--dark-gray);
    font-weight: 400;
    font-family: var(--secondary-font);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover>a {
    background-color: var(--base-color);
    color: var(--white);
}

.navbar .navbar-nav .dropdown .dropdown-menu a i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 40px;
    margin-right: 10px;
    width: 40px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover i {
    color: var(--white);
}

header .navbar-brand img {
    max-height: 36px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
    font-family: var(--secondary-font);
}

.bg-very-light-green {
    background-color: #ebf3ed;
}

.position-1 {
    top: -101px;
    z-index: 9;
}

.bg-color-1 {
    /* background-color: #90929d; */
    background-color: #108D4E;
}

.modal-dialog {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px 30px;
}

.stack-card .stack-item {
    border: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    border-radius: 0;
}

.bg-seashell {
    background-color: #fbf1d5;
}

.border-color-transparent-dark-very-light {
    border-color: rgba(35, 35, 35, .1) !important;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.z-index-minus-1 {
    z-index: -1;
}

.left-minus-80px {
    left: -80px;
}

.animation-rotation {
    -webkit-animation: 8s linear infinite rotation;
}

.border-radius-100 {
    border-radius: 100% !important;
}

.border-color-transparent-dark-very-light {
    border-color: rgba(35, 35, 35, .1) !important;

}

.highlight-separator[data-shadow-animation] {
    box-shadow: none !important;
    display: inline-block;
}



@media (min-width:991px) {
    header .navbar-brand {
        margin-right: 0;
        vertical-align: middle;
        padding: 0px 0;
        display: inline-block;
        font-size: 0;
        position: absolute;
        top: -15px;
        left: 55px;
        background: white;
        border-radius: 20px;
        box-shadow: 0 5px 6px rgba(0, 0, 0, 0.10);
    }

    .navbar-brand {
        padding: 0px 15px !important;
    }

    header .navbar-brand img {
        max-height: 146px;
    }

    header .navbar-brand .default-logo {
        visibility: visible;
        opacity: 1;
        width: auto;
        /* padding: 0px 15px; */
    }
}

@media (max-width: 767px) {
    .tab-style-04 .nav-tabs {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

@media (max-width:991px) {
    header .navbar-brand img {
        max-height: 75px;
    }

    header .navbar-brand,
    header.sticky .disable-fixed .navbar-brand,
    header.sticky .fixed-header .navbar-brand,
    header.sticky .navbar-brand {
        padding: 0px 0;
    }
}

footer .footer-logo img {
    max-height: 130px;
}

.counter-style-04 .vertical-1:after {
    font-size: 35px;
    margin-left: 10px;
}

.review-btn {
    padding: 12px 10px;
}

.accordion-style-05 .accordion-item {
    padding: 18px 20px 20px 20px;
}

.accordion-style-05 .accordion-item .accordion-body {
    padding-right: 0px;
}

.fs-45,
.h3,
h3 {
    font-size: 40px;
}

.h3,
h3 {
    line-height: 45px;
}

/* For WebKit browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #FEBB0E;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #e5a90c;
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #FEBB0E #f1f1f1;
}

.bg-orange {
    background: linear-gradient(90deg, #febc0a, #ff9800) !important;
}

@media (max-width: 575px) {

    .fs-45,
    .h3,
    h3 {
        font-size: 26px;
    }

    .h1,
    h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .swiper-number-pagination-style-01 .swiper-number {
        bottom: 29px;
    }

    .h3,
    h3 {
        line-height: 30px;
    }

    .additive-masterbatch-section {
        margin-top: 10px !important;
    }

    .sm-w-100{
        width: 100%!important;
    }
}

p {
    text-align: justify;
    hyphens: auto;
    /* -webkit-hyphens: none;
    -ms-hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
    line-height: 1.6; */
}

.accordion-style-02 .accordion-item .accordion-body {
    padding: 0 0px 30px 0;
}

.bullet-1 {
    top: 390px !important;
}

.highlight-separator[data-shadow-animation] span {
    clip-path: inset(0 100% 0 0);
    float: left;
    width: 100%;
    height: 20px;
    transition: clip-path 1s;
    transition-timing-function:
        cubic-bezier(.4, .6, .4, 1);
    position: absolute;
    left: 0;
    bottom: -15px;
}

.hover-box.dark-hover:hover .content-slide-up .text-light-opacity,
.hover-box.light-hover:hover .text-light-opacity {
    opacity: 1;
}

.table-col-1.type {
    flex: 0 0 345px;
    font-weight: 600;
    text-align: center;
    color: #222;
    border-left: 1px solid #ececec;
    align-items: center;
    justify-content: center;
    display: flex;
}




@media (min-width: 992px) and (max-width: 1199px) {
    header .navbar-brand {
        margin-right: 0;
        vertical-align: middle;
        padding: 0px 0;
        top: -15px;
        left: 10px;
    }
}

@media (max-width: 1919.98px) {
    .spacing-1 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media (max-width: 2559.98px) {
    .spacing-1 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

.btn-popup {
    color: #D91D24 !important;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.blink-text {
    animation: blink 2s infinite;
    position: relative;
    top: 3px;
}

.overlay-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    /* change opacity as needed */
    z-index: 1;
}

.overlay-bg>div {
    position: relative;
    z-index: 2;
}

.btns {
    display: flex;
    align-items: baseline;
}

@media (min-width:992px) and (max-width:1099px) {
    .navbar {
        padding: 16px;
    }

    .xl-outside-box-right-10 {
        margin-right: -4vw;
    }
}

@media (min-width:1701px) and (max-width:2000px) {
    .navbar .navbar-nav .nav-link {
        padding: 40px 25px !important;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 25px;
    }

    .btn.btn-small {
        font-size: 17px;
        padding: 13px 26px;
    }

    .modal-dialog {

        top: 230px;
    }

}

@media (min-width:1399px) and (max-width:1500px) {
    .outside-box-right-30 {
        margin-right: -9vw;
    }

    .outside-box-left-20 {
        margin-left: -14vw;
    }
}

@media (min-width:1500px) and (max-width:1670px) {
    .outside-box-right-30 {
        margin-right: -10vw;
    }
}

@media (min-width:1671px) and (max-width:1700px) {
    .outside-box-right-30 {
        margin-right: -10vw;
    }
}

@media (min-width:1701px) and (max-width:2000px) {
    .outside-box-right-30 {
        margin-right: -10vw;
    }
    .font-year{
        font-size: 190px;
    }
}