header {
    background-color: #65A508 !important;
}

a {
    color: #fff;
}

.logo_image {
    width: 350px;
}

.top_pd_zero,
h3.top_pd_zero {
    padding-top: 0;
}


.pd_top {
    padding-top: 50px;
}

.bg_none {
    background: none;
}

.ln_height {
    line-height: 75px !important;
}

.text_white {
    color: white;
}

.mar_right {
    margin-right: 30px;
}

.cl_fff {
    color: #dcddde;
}

header.about_bor {
    border-bottom: 1px solid #dcddde;
}

.garden-title h3.clBlack {
    color: #000 !important;
}

.bl,
.bl:hover {
    color: #4e5453;
}

.our-videos-v2 {
    background: none !important;
    border-top: 1px solid #dcddde;
}

.our-videos-v2 h3 {
    color: #000 !important;
}

.sub_menu {
    width: 250px !important;
}

.hv_fff,
a.hv_fff {
    color: #fff !important;
}

.hv_fff:hover,
a.hv_fff:hover {
    color: #FBBE4F !important;
}

.hv_cl:hover,
a.hv_cl:hover {
    color: #64a507 !important;
}

.footer-v1 .footer .box .content .list-logo li {
    display: block;
    margin: 0;
}

.pd_10 {
    padding-top: 10px;
}

.pd_none {
    padding: 0 !important;
}

.mar_zero {
    margin-bottom: 0 !important;
}

button.bg_none {
    background: none;
    border: none;
}

.garden-form form .position-relative .garden-button button {
    background: #64a507;
    font-size: 14px;
    line-height: 40px;
    border-radius: 40px;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 0 25px;
}

.whatsapp {
    background: #64a507;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    opacity: 0.7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    display: block;
    bottom: 50px;
    left: 30px;
    color: #ffffff;
    z-index: 994;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    outline: none;
    cursor: pointer;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.whatsapp a:hover {
    color: #fff;
}

.whatsapp:hover {
    opacity: 1;
    transition: all .5s ease;
}

.social_link  {
    font-size: 18px;
    margin: 0 30px 0 0;
    padding-top: 18px;
}

.place_holder::placeholder {
    color: #fff;
}

@media (max-width:1199px) {
    .logo_image {
        width: 250px;
    }

    .ht_full {
        height: max-content !important;
    }
}