* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.bg_color_footer {
    padding: 20px;
    background: #3b6324;
   float: left;
    width: 100%;
}
.menu {
    background: #3b6324;
    width: 100%;
    float: left;
    padding: 10px 0px;
    /* border-bottom: 1px solid #fff; */
}
.logo {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.logo img {
    max-width: 100%;
    height: 100%;
    width: 55px;
}

.logo_text {
    color: #fff;
    font-size: 25px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
}

.nav_bar {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: end;
}

.nav_bar ul {
    margin: 0px;
    padding: 0px;
}

.nav_bar ul li {
    list-style: none;
    float: left;
}

.nav_bar ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding-left: 20px;
    text-decoration: navajowhite;
    text-transform: uppercase;
    font-weight: 600;
}
.banner p {
    color: #fff;
    width: 65%;
    font-size: 20px;
    line-height: 31px;
    margin-top: -22px;
}
.banner_btn {
    width: 100%;
    text-align: center;
    margin-left: -16%;
}
.banner_btn a {
    background: #fff;
    padding: 7px 7px;
    display: block;
    margin: auto;
    width: 33%;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border-radius: 7px;
    box-shadow: 0px 3px 2px 0px #000;
}
.dropdown-menu {
    display: block;
    width: 255px !important;
}
.banner h1 {
    color: #fff;
    font-size: 71px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 70px;
    text-align: start;
}
.banner {
    width: 100%;
    float: left;
    background: #65a243;
    position: relative;
}
.patten {
    position: absolute;
    content: url(../../assets/images/wave.svg);
    right: 0%;
    margin-top: -5px;
    z-index: -9;
}
.banner img{
    max-width: 100%;
}
.wel_come_text {
    width: 100%;
    float: left;
    padding-top: 40%;
    margin-bottom: 10%;
}

.wel_come_text p {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.wel_come_text h2 {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 14px;
}

.wel_come_text h6 {
    font-size: 15px;
    color: #050505;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0px !important;
}
.three_tiles {
    width: 100%;
    float: left;
    padding: 40px 20px 40px 20px;
    background: #65a243;
    border-radius: 10px;
    box-shadow: 0px 11px 10px -6px #000;
}
.three_tiles h2{
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.three_tiles p{
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.three_tiles a{
    color: #000000;
    text-decoration: none;
    background: #fff;
    text-align: center;
    width: 40%;
    margin: auto;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.nav_bar .dropdown .dropdown-menu li {
    width: 100% !important;
}
.nav_bar .dropdown .dropdown-menu .drop_li:hover {
    background: #65a243;
    color: #fff;
}
.nav_bar .dropdown .dropdown-menu .drop_li {
    font-size: 17px;
    color: #000;
    padding: 10px 13px;
}
.why_use_img{
    width: 100%;
    float: left;
}
.why_use_img img{
    max-width: 100%;
}
.margin_10{
    margin-top: 100px;
    margin-bottom: 100px;
}
.why_use_content h2{
    color: #000;
    font-size: 35px;
    font-weight: 600;
}

.why_use_content ul li{
    color: #000;
    font-size: 15px;
    line-height: 30px;
}

.bg_color_footer {
    padding: 20px;
    background: #3b6324;
}
.footer_logo{
    width: 100%;
    text-align: center;
}
.footer_logo img{
    max-width: 100%;
    width: 100px;
}
.footer_logo h2{
    color: #fff;
    margin-top: 20px;
    margin-left: 12px;
}
.footer_nav p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer_nav ul{
    list-style: none;
    padding-left: 0px;
}
.footer_nav ul li{
    line-height: 20px;
}

.footer_nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}
.footer_nav {
    margin-top: 30px;
}

.About_welcome_note {
    width: 82%;
    margin: auto;
    background: #fff;
    box-shadow: 0px 10px 10px -6px #000;
    padding: 20px;
    border-radius: 10px;
}
.About_welcome_note h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 35px;
}
.blog_title {
    width: 100%;
    float: left;
    padding: 20px;
    box-shadow: 0px 10px 10px -6px #000;
    border-radius: 7px;
}
.blog_title h2{
    margin-bottom: 0px;
}
.blog_title h2 a {
    font-size: 27px;
    color: #000 !important;
    text-decoration: none;
}
.blog_title h2{
    font-size: 25px;
    color: #000;
}
.blog_content p {
    font-size: 14px;
    padding: 10px 0px;
    color: #000;
    margin-bottom: 0px;
}
.blog_design{
    width: 100%;
    margin: 50px 0px;
}

#wpcf7-f16-o1 {
    width: 50%;
    margin: auto;
    box-shadow: 0px 0px 10px -6px #000;
    padding: 20px;
    border-radius: 10px;
}
#wpcf7-f16-o1 label {
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.wpcf7-form-control-wrap input {
    width: 100%;
    margin-top: 10px;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #000;
}
.wpcf7-form-control-wrap textarea {
    width: 100%;
    margin-top: 10px;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #000;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    background: #3b6324;
}
.blog-posts-container {
    padding: 100px 0px !important;
}
.blog_content ul{
    list-style: disc;
}
.blog_content ul li{
    float: left;
    padding: 5px 0px;
    font-size: 18px;

}
h1{
    text-align: center;
    padding-top: 115px;
    padding-bottom: 30px;
}
.blog-posts-container ul {
    list-style: none;
}
.blog-post {
    width: 30%;
    margin: 54px 0px;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 11px 10px -6px #000;
    border-radius: 5px;
    float: left;
    margin-left: 25px;
}
.blog-post a img {
    width: 100%;
    margin-bottom: 25px;
    max-width: 100%;
}
.blog-post h2 a {
    color: #000;
    text-decoration: none;
    font-size: 26px;
}
.blog-posts-container_a ul{
    list-style: none;
}
.blog-post p {
    font-size: 15px;
    line-height: 24px;
}
.blog_detail {
    text-align: start;
    padding-bottom: 0px;
}
.page-content p img {
    width: 100%;
    max-width: 100%;
}
.comment-respond {
    width: 100%;
}
#reply-title {
    font-size: 40px;
    padding: 30px 0px;
}
.logged-in-as {
    font-size: 16px;
    color: #000;
}
.required-field-message {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-top: 23px;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment label {
    font-size: 18px;
    font-weight: 500;
}
#submit {
    background: #3b6324;
    border-radius: 5px;
}