.rdfq{
    color: white;
}
.sdms{
    color: white;
}
.newsletter_box form .form-group .btn::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: rgb(60, 147, 53);
    border-radius: 0;
    transition: .6s all;
    z-index: -1;
}
.contact_page_section .contact_inner .contact_info .section_title p a{
    color: rgb(60, 147, 53);
    text-decoration: underline;
}
.error{
    color: red;
}
.contact_page_section .contact_inner .contact_form form .form-group .emailtext{
    height: 58px;
    width: 450px;
    position: relative;
    padding: 5px 20px;
    color: var(--body-text-purple);
    border: 2px solid #E1DBF4;
    border-radius: 12px;
    font-weight: 500;
}
.contact_page_section .contact_inner .contact_form form .form-group  .close{
    width: 53px;
    margin: 0 auto;
    display: block;
    margin-top: 4px;
    margin-bottom: 0;
}
.crp{
    font-size: 14px;
}
.BIP{
    text-align: center;
    padding-left: 86px;
    padding-right: 80px;

}
.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    border-radius: 35px;
}
.full_bg {
    background-color: rgb(60, 147, 53);
}