body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: Averia Sans Libre;
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 6px 6px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar img {
    width: 160px;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #212121;
    font-weight: 600;
    transition: all 0.2s;
}

.navbar a.nav-link:hover {
    color: #c1c031;
    transition: all 0.2s;
}

#navbarSupportedContent ul li a.active {
    color: #c1c031 !important;
    transition: all 0.2s;
}

.color-g {
    color: #526a30;
}
.color-g2 {
    background: #526a30;
    color: #fff;
}


.navbar-nav {
    align-items: center;
}

a {
    color: #526a30;
}

a:hover {
    color: #c1c031;
}

.bg-image {
    background-size: cover;
    background-position: center;
    padding: 200px 0px;
    position: relative;
}

.ml-30 {
    margin-left: 30em !important;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

.carousel-inner img {
    /* top: 0; */
    width: 100%;
	max-height: 90vh;
	overflow: hidden;
	position: relative;
}

.carousel-inner span p {
    letter-spacing: 1.2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.2;
}
.carousel-inner span h1 {
    letter-spacing: 1.2px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.2;
}

.carousel-control i {
    margin-top: 120%;
    font-size:48px;
}



.my-hr {
    width: 150px;
    border-top: 4px solid #c1c031;
    opacity: 1;
    margin: auto;
}

.img-box {
    position: relative;
}

.img-box p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 20px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: none;
    transition: all 0.3s;
}

.overly {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(63, 108, 95, 0.63);
    display: none;
    transition: all 0.3s;
    border-radius: 10px;
}

.img-box:hover p {
    display: block;
    transition: all 0.3s;
}

.img-box:hover .overly {
    display: block;
    transition: all 0.3s;
}

.btn-two {
    background-color: #526a30;
    padding: 18px 45px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;

}

.btn-two:hover {
    background-color: #b3b216;
    color: #fff;
    transition: 0.3s;
}

/* counter start */

.container-counter{
    margin-top:100px;
}

.counter-box {
	display: block;
	background: #f6f6f6;
	padding: 40px 20px 37px;
	text-align: center
}

.counter-box:hover {
    transform: translateY(-15px);
    transition: 0.4s ease-in-out;
}

.counter-box-x:hover {
    transform: translateY(20px) !important;
    transition: 0.4s ease-in-out !important;
}

.counter-box:hover i {
    transform: translateY(-10px);
    transition: 0.4s ease-in-out;
}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #909090;
	font-size: 18px;
	font-weight: 500
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #d2d2d2
}

.four i {
    color: #c1c031 !important;
}

.counter { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #666;
	line-height: 28px
}

.counter-box.colored {
      background: #526a30;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}

/* counter end */

.about-scroll {
    height: 220px;
    overflow: auto;
}


.footer {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.card {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(39, 46, 44, 0.33);
    transition: 0.4s;
}

.card:hover {
    transform: translateY(-20px);
    transition: 0.4s;
}

.bg-aku {
    background: rgba(55, 108, 94, 0.65) url(image/Farm_5.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-attachment: fixed;


}

.bg-akuu {

    background-attachment: fixed;
}




.bgg-aku {
    /* background: #212424 url(image/21hourse.jpg); */
    background: #212424 url(image/KB_1.png);

    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.img-box img{
    border-radius: 8px;
}


.card-two {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(39, 46, 44, 0.33);
    transition: 0.4s;

}

.akku {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(39, 46, 44, 0.33);
    transition: 0.4s;
}

.akku:hover {
    transform: translateY(-20px);
    transition: 0.4s;
}

.card-two:hover {
    transform: translateY(-20px);
    transition: 0.4s;
}



.dg-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(39, 46, 44, 0.33);
    transition: 0.4s;
    overflow: hidden;
}

.dg-card:hover {
    transform: translateY(-18px);
    transition: 0.4s;
}

.dg-card img {
    transition: 0.4s;
    border-radius: 10px;
}

.dg-card img:hover {
    transform: scale(1.1);
    transition: 0.4s;
}


.akku baku {
    color: peachpuff !important;
}

.farm {
    color: #526a30;
}

.farm-footer {
    font-size: 18px;
}

.bgg-aku {
    background: url;
    background: rgba(55, 108, 94, 0.e);
    background-size: cover;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-attachment: fixed;


}

.carousel-item img{
    border-radius: 8px;
}
.form-control{
    
    padding: 15px 65px;
}

i.bi-facebook {
    color: #3b5998;
}
i.bi-twitter {
    color: #00acee ;
}
i.bi-linkedin {
    color: #0A66C2;
}
i.bi-instagram {
    color: #bc2a8d;
}

/*
.spell-one{
    position: absolute;
   color: white;
    text-align: center;
    margin-left: 300px;
    margin-bottom: 600px;
}

.spell-two{
     position: absolute;
   color: white;
    text-align: center;
    
    margin-bottom: 100px;
}*/

@media screen and (max-width: 900px) {

.navbar-toggler:focus {
    box-shadow: none;
}
    
    .navbar img {
        width: 140px;
        margin-left: -50%;
    }

    .container {
        overflow-x: hidden;
    }
    
    .row.g-5 {
        padding-right: 0 !important;
        margin: 0 !important;
    }

    .ml-30 {
        margin-left: 0em !important;
    }
}

@media screen and (max-width: 1182px) {
    .container {
        overflow-x: hidden;
    }
    
    .bg-image {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1024px) and (min-width: 912px) {
    .ml-30 {
        margin-left: 20em !important;
    }
}