body {
    font-weight: 500;
}

h4 {
    font-weight: 600;
}

.logo {
    height: 70px;
    border-radius: 5px;
}
.text-primary {
    color: #266901 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #266901 !important;
}

.text-grey,
.text-grey li {
    color: #282828 !important;
}

.features-layout2 .feature-item-custom .feature__desc {
    font-weight: 500;
}

.features-layout2 .feature-item:not(.feature-item-custom):hover .feature__desc {
    color: #282828 !important;
}

.features-layout2 .feature-item-custom .feature__title {
    font-weight: 600;
    font-size: 18px;
}

.font-weight-normal {
    font-weight: 500 !important;
}

.slider .slide__title {
    line-height: 1.18 !important;
}

.rounded_image img {
    border-radius: 10px;
}

.service-item:hover:after {
    opacity: 0;
}

.services-layout2 .list-items li {
    color: #fff;
}

.features-layout2 h4 {
    margin-bottom: 10px;
}

.box-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 11%);
    box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 11%);
    padding: 38px 38px 0px 38px;
    border-radius: 10px;
}

.windmill-icon {
    font-size: 160px;
}

.grid-item {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.grid-item .gallery-item {
    margin-bottom: 0;
}
.btn__white:hover {
    color: #fff !important;
}

.slider .slide__title {
    color: #fff;
}

.heading__title {
    font-weight: 700 !important;
}

.list-items li:before {
    top: 12px;
}

.desktop-navbar-toggler-wrapper {
    display: none;
}

@media (min-width: 1201px) {
    .slider .slick-dots {
        bottom: 80px;
    }

    .facts {
        margin-top: -180px;
        background-color: #fff;
        -webkit-box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 11%);
        box-shadow: 0px 5px 83px 0px rgb(40 40 40 / 11%);
        padding: 38px;
        border-radius: 10px;
    }
}

@media (min-width: 992px) {
    .desktop-navbar-toggler-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: right;
    }

    .desktop-navbar-toggler-wrapper .desktop-navbar-toggler {
        min-width: 60px;
        margin-top: 20px;
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .desktop-navbar-toggler-wrapper:focus + .navbar {
        display: block;
    }

    .navbar {
        display: none;
    }

    .is-sticky {
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .list-items li {
        font-weight: 700;
    }
    .feature-item .feature__desc {
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    .footer-widget-nav li a, .footer__copyright-links li a {
        font-size: 14px;
    }
    .counter-item .counter__desc {
        font-size: 15px;
    }
}
@media (max-width: 375px) {
    .counter-item .counter__desc {
        font-size: 15px;
    }
}

.footer-widget-content {
    font-size: 14px;
}

.counter-item .counter {
    font-weight: 500;
}

.heading__desc {
    font-size: 15px;
}