* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
}
.header_section{
    background: #009c4c;
}
.header_section .nav-link{
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}
.header_section .nav-link .active{
    color: #000;
}

.banner_section .carousel-indicators button{
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.introduction_section h2,h5{
    color: #234821;
}
.introduction_section img{
    border-radius: 40px;
}
.introduction_section p{
    color: #285D25;
}

.Faming_Guides_section h2,h5{
    color: black;
}
.Faming_Guides_section p{
    color: #285D25;
}
.Faming_Guides_section .card-body{
    min-height: 190px;
}
.Faming_Guides_section .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #285D25;
    color: #fff;
}

.contact_us_section span{
    color: red;
}
footer {
    margin: 3rem 0 0 0;
}

footer .soket{
    background: #285D25;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.inner_section{
    background: url("../img/breadcrumbs.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}