body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
}

.section-heading {
    color: #464646 !important;
}

h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    text-transform: none;
}

/*#top-bar {*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/

/*#top-bar .container-fluid {*/
/*    padding-left: 40px;*/
/*    padding-right: 40px;*/
/*}*/

/*#top-bar__navigation-toggler {*/
/*    top: 75px;*/
/*}*/



/*#top-bar .header-top {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border-bottom: 2px solid rgba(0, 0, 0, 0.06);*/
/*    min-height: 47px;*/

/*    background-color: #24292c;*/
/*}*/

/*!*#top-bar .header-top.header-top-light-border-bottom {*!*/
/*!*    border-bottom-color: rgba(255, 255, 255, 0.1);*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-simple-border-bottom {*!*/
/*!*    border-bottom-width: 1px;*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-default {*!*/
/*!*    background: #f7f7f7;*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-borders {*!*/
/*!*    border-bottom-width: 1px;*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-borders .nav-item-borders {*!*/
/*!*    border-right: 1px solid rgba(0, 0, 0, 0.06);*!*/
/*!*    padding-left: 12px;*!*/
/*!*    padding-right: 12px;*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-borders .nav-item-borders:first-child {*!*/
/*!*    padding-left: 0;*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-borders .nav-item-borders:last-child {*!*/
/*!*    border-right: 0;*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-light-borders {*!*/
/*!*    border-bottom-color: rgba(255, 255, 255, 0.2);*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-light-borders.header-top-borders .nav-item-borders {*!*/
/*!*    border-right-color: rgba(255, 255, 255, 0.2);*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-light-2-borders {*!*/
/*!*    border-bottom-color: rgba(255, 255, 255, 0.06);*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-light-2-borders.header-top-borders .nav-item-borders {*!*/
/*!*    border-right-color: rgba(255, 255, 255, 0.06);*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-bottom-containered-border {*!*/
/*!*    border-bottom: 0;*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-bottom-containered-border > .container > .header-row {*!*/
/*!*    border-bottom: 1px solid rgba(0, 0, 0, 0.06);*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-small-minheight {*!*/
/*!*    min-height: 38px;*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-semi-transparent {*!*/
/*!*    background-color: rgba(0, 0, 0, 0.15);*!*/
/*!*}*!*/

/*!*#top-bar .header-top.header-top-semi-transparent-light {*!*/
/*!*    background-color: rgba(255, 255, 255, 0.15);*!*/
/*!*}*!*/

.categories .categories-row-cols,
.posts .posts-row-cols {
    margin-left: -25px !important;
    margin-right: -25px !important;
}

.categories .__title {
    font-family: 'Poppins', sans-serif !important;
    color: #3F7E3A;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
}

.posts .__title {
    font-family: 'Poppins', sans-serif !important;
    color: #464646;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}

.categories ul {
    padding-left: 0;
}

.categories strong {
    color: #464646;
    font-weight: 500;
}


.categories .__content hr,
.posts .__content hr {
    border-width: 2px;
}

.textfield {
    border-color: #8c8c8c !important;
}

/* do not group these rules */
*::-webkit-input-placeholder {
    color: #9f9f9f !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #9f9f9f !important;
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #9f9f9f !important;
    opacity: 1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #9f9f9f !important;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9f9f9f !important;
}
.textfield::placeholder,.textfield .current {
    /* modern browser */
    color: #9f9f9f !important;
}
form .textfield:not([type="file"]):not(textarea), .textfield .current {
    line-height: 0;
}
form .textfield[type="file"] {
    padding-top: 15px !important;
    height: 52px;
}
.textfield.nice-select:after {
    right: 12px;
}

.custom-btn {
    text-transform: none;
    font-size: 16px !important;
}

.section-heading--center {
    max-width: 680px;
}

.custom-btn.custom-btn--style-1 {
    font-weight: 400;
    font-size: 18px !important;
}

.custom-btn.custom-btn--style-1:focus, .custom-btn.custom-btn--style-1:hover {
}

.custom-btn.custom-btn--style-1:focus, .custom-btn.custom-btn--style-1:hover, .custom-btn.custom-btn--style-2 {
    background-color: #FFE100 !important;
    border-color: #FFE100 !important;
    font-weight: 700;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}


.section--base-bg {
    background-color: #FFE100 !important;
}

.counter-custom-style .__inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.counter-custom-style .__item {
    margin-top: 30px;
}


.product-preview-custom-style .__item .__title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 24px;
    font-weight: 500;
    color: #FAFAFA !important;
    letter-spacing: 3.25px;
    text-align: center !important;
}

.product-preview--style-1 .__item {
    height: 260px;
}

.product-preview-custom-style .__item .__image+.__content {
    background-color: rgba(0,0,0,.4) !important;
}
.product-preview-custom-style .__item:hover .__image+.__content {
    background-color: rgba(0,0,0,.2) !important;
}



.section--review-custom-style {
    /*position: relative;*/
}

.section--review-custom-style .section-heading {
    margin-bottom: 100px;
}

.section--review-custom-style .review {
    margin-left: 230px;
    margin-right: 230px;
}
@media (max-width: 1199.98px) {
    .section--review-custom-style .review {
        margin-left: 120px;
        margin-right: 120px;
    }
}
@media (max-width: 991.98px) {
    .section--review-custom-style .review {
        margin-left: 5px;
        margin-right: 5px;
    }
}

/*.section--review-custom-style .slick-prev.slick-arrow {*/
/*    position: absolute;*/
/*    !*left: -25%;*!*/
/*    top: 50%;*/
/*}*/

.section--review-custom-style .review:before {
    font-size: 40px;
    margin-left: -30px;
}

.section--review-custom-style .review__item__text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
    font-weight: 200;
    color: #464646 !important;
}
.section--review-custom-style .review__item__text i {
font-style: normal !important;
}



.footer-custom-style {
    background-color: #1B1D23 !important;
}

.footer-custom-style ul {
    padding-left: 0;
}

.footer-custom-style .logo-footer {
    max-width: 210px;
}

.footer-custom-style h3.text-light {
    font-size: 25px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: capitalize !important;
}

.footer-custom-style li {
    /*margin-bottom: 5px;*/
}

.footer-custom-style .text-light {
    font-family: 'Poppins', sans-serif !important;
    color: #E3E3E3 !important;
    font-style: normal;
    font-weight: 200 !important;
    line-height: normal !important;
}

.footer-custom-style a:hover {
    color: #909090 !important;
}

.footer-custom-style hr {
    border-color: #555555 !important;
}

.footer-custom-style .menu-item {
    font-size: 14px !important;
}

.footer-custom-style .menu-item:first-child .menu-item-img-link {
    margin-left: 10px;
    margin-right: 10px;
}
.footer-custom-style .menu-item .menu-item-img-link {
    margin-left: -7px !important;
    margin-right: 15px !important;
}

.text-color-primary {
    color: #FFE100;
}

#header .header-column .header-extra-info {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#header .header-column .header-extra-info li .header-extra-info-text label {
    display: block;
    margin: 0;
    color: #999;
    font-size: 0.75rem;
    line-height: 1.2;
}

.icons {
    height: 100% !important;
}

.header-extra-info-icon {
    font-size: 32px !important;
    margin-right: 10px !important;
}

.section-team-custom-style .card-title {
    font-family: 'Poppins', sans-serif !important;
    color: #367C2B !important;
    font-weight: 600;
    text-transform: none !important;
}

.section-team-custom-style .card-subtitle,.section-team-custom-style .card-text {
    color: #1D1D1D !important;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.section-team-custom-style .card-subtitle {
    font-weight: 400;
}

.section-team-custom-style hr {
    border-color: #8C8C8C !important;
    border-width: 1px;
    width: 76.703px;
}

.section-contact-custom-style {
    background-color: #1B1D23 !important;
}

 /*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .section-contact-custom-style .position-map-custom {
        position: absolute;
    }
}

.section-blog-custom-style .__title,
.section-machines-custom-style .__title,
.section-services-custom-style .__title {
    font-family: 'Poppins', sans-serif !important;
    text-transform: none !important;
    color: #3F7E3A;
    font-size: 35px;
    font-weight: 500;
}

.section-blog-custom-style img,
.section-services-custom-style img {
    max-width: 100%;
    text-align: center;
    border-radius: var(--bs-border-radius-lg)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.section-machines-custom-style .carousel-inner {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.section-blog-custom-style .content,
.section-machines-custom-style .content,
.section-services-custom-style .content {
    font-size: 120%;
}

.section-blog-custom-style ul,
.section-machines-custom-style ul,
.section-services-custom-style ul {
    list-style: initial;
}

.section-machines-custom-style strong {
    color: #464646;
    font-weight: 500;
}

.section-blog-custom-style iframe,
.section-machines-custom-style iframe {
    width: 100%;
    height: 300px;
}
 /*Medium devices (desktops, 768px and up)*/
@media (min-width: 768px) {
    .section-blog-custom-style iframe,
    .section-machines-custom-style iframe {
        width: 100%;
        height: 450px;
    }
}

.section-machines-custom-style .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.section-services-custom-style hr {
    border-width: 2px;
}

.career-posts-custom-style .card {
    box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.13);
}

.career-posts-custom-style .__title {
    text-transform: none !important;
    color: #464646;
    font-size: 32px;
    font-weight: 500;
}

.career-posts-custom-style .sumary-info {
    display: flex;
    gap: 7rem;

    font-family: 'Poppins', sans-serif !important;
    color: #67798E;
    font-size: 20px;
}

.career-posts-custom-style .sumary-text {
    color: #67798E;
    font-size: 16px;
}

.career-posts-custom-style .custom-btn--style-2 {
    color: #464646;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px !important;
    font-weight: 500;
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.15);
}

.categories-services-custom .__title {
    color: #464646;
}


.categories-services-custom .custom-btn {
    font-family: 'Poppins', sans-serif !important;
    color: #3F7E3A !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding-left: 0;
    padding-right: 0;
    border: none;
}

#start-screen__bg {
    filter: contrast(115%) brightness(90%) !important;
}

.header-top .menu-item-img-link {
    width: 32px !important;
}

#top-bar__navigation .nav-link, #top-bar__navigation .custom-btn {
    font-size: 16px !important;
    color: #464646;
    /*color: var(--bs-nav-link-color);*/
}

@media (min-width:768px) {
    .start-screen--style-1 .start-screen__content__item--1 .__title {
        font-size: 15rem
    }
}

.navbar .dropdown .dropdown-menu a {
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    color: #464646 !important;
    /*color: var(--bs-nav-link-color) !important;*/
    font-weight: 400 !important;
}
.navbar .dropdown .dropdown-menu a:active {
    background-color: var(--bs-dropdown-link-color) !important;
    color: var(--bs-dropdown-bg) !important;
    transition: color 0s ease-in-out !important;
}

.navigation li a:not(.custom-btn):after {
    top: 90%;
}

#o-nas .special-offer, .text {
    font-size: 5rem !important;
}

#hero {
    min-height: 350px !important;
}

@media (min-width:768px) {
    #o-nas .special-offer, .text {
        font-size: 10rem !important;
    }

    #hero {
        min-height: 475px !important;
    }
}
