/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Prata&display=swap');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

body {
    font-weight: 400;
    font-size: 16px;
}

strong {
    font-weight: 800;
}

.post, .page {
    margin: 0;
}

*:focus {
    outline: 0 !important;
}

a {
    text-decoration: none;
}

ul {
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

textarea:focus, input:focus {
    outline: none;
}

*:focus {
    outline: 1px solid transparent !important;
}


table {
    border-collapse: collapse;
    border: 1px solid black;
    margin: 0px;
}
table td, table th {
    border: 1px solid black;
}
table tr:first-child th {
    border-top: 0;
}
table tr:last-child td {
    border-bottom: 0;
}
table tr td:first-child,
table tr th:first-child {
    border-left: 0;
}
table tr td:last-child,
table tr th:last-child {
    border-right: 0;
}

/* Modify as needed end ----------------------------------- */


/*-- BL0 Start ------------------------------------*/

#wa_bl0 {
    font-size: 15px;
}

#wa_bl0 h2 {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    color: #cf9810;
}

#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active {
    color: #000;
}

#wa_bl0 h3 a:hover {
    color: #cf9810;
}

#wa_bl0 .read_more {
    font-family: 'Oswald', sans-serif;
    color: #0979bd;
    font-size: 1.6em;
}

#wa_bl0 .read_more:hover {
    color: #cf9810;
}

#wa_bl0 .wa_bl0_blog {
    font-size: 1.3em
}

#wa_bl0 .wa_bl0_twit {
    border: solid 2px #c7c7c7;
    border-radius: 5px;
}

.wa_twitter_widg .textwidget {
    padding: 10px;
    font-size: 13px;
}

.wa_bl0_categ {
    height: 180px;
    position: relative;
    border: solid 1px #cf9810;
    border-radius: 5px;
    background-size: cover;
}

.wa_bl0_name {
    position: absolute;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    border-top: solid 1px #fff;
}

.wa_bl0_categ:hover .wa_bl0_name {
    transition: 1s;
    background-color: #ff5722f2;
    border-top: solid 1px #fff;
}

#wa_bl0 .wa_brcr {
    background-color: #fff6de;
    border-bottom: solid 1px #03A9F4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.art_img {
    border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.social_ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 30px;
}

.social_ul li {
    display: inline-block;
    margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
    font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

/*-- BL0 END ---------------------------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*-- A0183 Start -------------------*/
#a0183 {
    background: #007439;
    padding: 0px 0px;
}

.a0183-grid {
    display: grid;
    grid-template-columns: 1fr auto;
}

.a0183-grd-icon {
    display: grid;
    grid-template-columns: auto auto auto auto;
    float: left;
    grid-gap: 25px;
    width: fit-content;
    padding-top: 1px;
    padding-bottom: 2px;
}

.a0183-grd-contact {
    display: grid;
    grid-template-columns: auto 1fr;
    float: right;
    align-items: center;
}

.a0183-grd-contact a {
    font-style: normal;
    color: #FFFFFF !important;
    padding-left: 35px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    display: flex;
    align-items: center;
    padding-top: 0px;
    grid-gap: 7px;
}

.a0183-grd-contact img {
    padding-right: 7px;
}

.a0183-tel {
    padding-right: 35px;
    border-right: 1px solid #FFFF;
    height: 100%;
    display: grid;
    align-items: center;
}

#a0183 img {
    max-height: 25px;
}

@media (max-width: 768px) {
    .a0183-grid {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
        grid-gap: 5px;
    }

    .a0183-grd-icon {
        display: flex;
        grid-template-columns: 1fr;
        float: left;
        grid-gap: 0px;
        width: fit-content;
        padding-top: 1px;
        padding-bottom: 2px;
    }

    .a0183-grd-contact {
        display: grid;
        grid-template-columns: 1fr;
        float: none;
        align-items: center;
        justify-content: center;
        justify-items: center;
        grid-gap: 5px;
        margin-bottom: 5px;
    }

    .a0183-tel {
        padding-right: 0px;
        border-right: 0px solid #FFFF;
        height: 100%;
        display: grid;
        align-items: center;
        text-align: center;
        justify-items: center;
    }

    .a0183-grd-contact a {
        font-style: normal;
        color: #FFFFFF !important;
        padding-left: 0px;
        font-family: Open Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.79px;
        text-align: left;
        display: flex;
        align-items: center;
        padding-top: 0px;
        grid-gap: 5px;
    }
}

/*-- A0183 End ---------------------*/

/*-- A0231 -------------------------*/
#a0231 {
    border-bottom: 2px solid #000;
    padding-top: 8px;
    padding-bottom: 8px;
}

.a0231-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    align-items: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 200% !important;
    height: auto !important;
    padding: 0px 0px 0px 30px !important;
}

@media (max-width: 1200px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 0px 0px 20px !important;
    }
}

@media (max-width: 992px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 20px 0px 20px !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        padding: 10px 0px 0px 0px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        display: block;
        background: #007439;
        color: #fff;
        font-family: inherit;
        font-size: 14px;
        font-weight: normal;
        padding: 5px 30px 5px 30px;
        line-height: 150%;
        text-decoration: none;
        text-transform: none;
        vertical-align: baseline;
        border: 1px solid #007439 !important;
        box-shadow: none !important;
        margin-top: 0px;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
        opacity: 0 !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
        background: #007439;
    }
}

/*-- A0231 End ---------------------*/


/* A0153 -------------------------------------------*/
#a0153 {
    min-height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
    border-bottom: 2px solid #000;
}

#a0153 h2 {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 130%;
    display: block;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    #a0153 {
        min-height: 250px;
    }

    #a0153 h2 {
        position: absolute;
        width: 100%;
        text-align: center !important;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'Merriweather';
        font-style: normal;
        font-weight: 700;
        font-size: 50px;
        line-height: 130%;
        display: block;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
    }
}

/* A0153 END ---------------------------------------*/


/* -- BA -- Start ------------------------------ */
.ba h1 {
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: center;
    margin-bottom: 15px;
    color: #007439;
    margin-top: 0px;
}

.ba {
    padding-top: 30px;
    padding-bottom: 50px;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: center;
    color: #000;
}

@media (max-width: 768px) {
    .ba {
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: "Open Sans";
        font-size: 20px;
        font-weight: 400;
        line-height: 27.24px;
        text-align: center;
        color: #000;
    }

    .ba h1 {
        font-family: "Open Sans";
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        margin-bottom: 10px;
        color: #007439;
        margin-top: 0px;
    }

    .ba {
        font-size: 18px;
        line-height: 130%;
    }
}

/* -- BA -- END ------------------------------ */

/* -- a0232 -- Start ------------------------------ */
#a0232 {
    background: #F5F5F5;
    padding-top: 40px;
    padding-bottom: 57px;
}

#a0232 h2 {
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

#a0232 h3 {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    color: #007439;
    margin-bottom: 5px;
}

#a0232 h4 {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 27.24px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.a0232-grd img {
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 9px;
    border: 1px solid #000000;
}

.a0232-grd {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto 1fr;
    margin-top: 30px;
}

.a0232-location-grd {
    border-radius: 9px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    padding: 10px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 20px;
}

.a0232-btn {
    display: block;
    padding: 10px;
    border-radius: 6px;
    background: #007439;
    color: #fff !important;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.07px;
    text-align: center;
    width: 160px;
    transition: 0.9s;
}

.a0232-btn:hover{
    background: #231f20;
    transition: 0.9s;
}

.a0232-items-grd {
    display: grid;
    grid-gap: 20px;
}

.a0232-items-grd iframe {
    height: 110px;
    border-radius: 6px;
}

@media (max-width: 1200px) {
    .a0232-grd {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .a0232-grd img {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .a0232-items-grd iframe {
        height: 100%;
    }
}

@media (max-width: 768px) {
    #a0232 {
        background: #F5F5F5;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #a0232 h2 {
        font-family: "Open Sans";
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        color: #000;
        margin-bottom: 10px;
    }

    #a0232 h4 {
        font-family: "Open Sans";
        font-size: 18px;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
        color: #000;
        margin-bottom: 10px;
    }

    #a0232 h3 {
        font-family: "Open Sans";
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
        color: #007439;
        margin-bottom: 5px;
    }

    .a0232-location-grd {
        border-radius: 9px;
        box-shadow: 0px 4px 4px 0px #00000040;
        background: #fff;
        padding: 10px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}

/* -- a0232 -- END ------------------------------ */


/* -- a0233 -- Start ------------------------------ */
#a0233 {
    padding-top: 35px;
    padding-bottom: 60px;
}

#a0233 h2 {
    margin-bottom: 35px;
    color: #000;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: center;
}

.a0233-item-grd {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 9px;
    box-shadow: 4px 4px 4px 0px #00000040;
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 15px;
    align-items: center;
	transition: 0.9s;
}

.a0233-item-grd:hover{
	    background: #00733826 !important;
	transition: 0.9s;
}

.a0233-grd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

#a0233 h3 {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    color: #000000;
    margin-bottom: 0px;
}

.a0233-btn {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: #00000099 !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

@media (max-width: 1200px) {
    .a0233-grd {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}

@media (max-width: 768px) {
    #a0233 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #a0233 h2 {
        margin-bottom: 20px;
        color: #000;
        font-family: "Open Sans";
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
    }

    .a0233-grd {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    #a0233 h3 {
        font-family: "Open Sans";
        font-size: 18px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        color: #000000;
        margin-bottom: 3px;
    }
}

/* -- a0233 -- END ------------------------------ */

/*-- a0151 --------------------------------------*/
:root {
    --index: calc(1vw + 1vh);
}

.a0151-slideshow-container {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    border-radius: 9px;
    min-height: calc(var(--index) * 14.5);
    padding-bottom: 20px;
}

#a0151 {
    padding: 110px 0px;
    border-top: 2px solid rgba(0, 0, 0, 1);
    border-bottom: 2px solid rgba(0, 0, 0, 1);
    background-repeat: no-repeat;
    background-size: cover;
}

#a0151 q {
    display: block;
    font-style: normal;
    color: rgba(0, 0, 0, 1);
    font-family: Open Sans;
    font-weight: 400;
    text-align: center;
    font-size: calc(var(--index) * 1.01);
    line-height: calc(var(--index) * 1.4);
}

.a0151-Slides {
    padding: 15px;
    text-align: center;
    max-width: 1100px;
    margin: auto;
}

.a0151-revue {
    background: linear-gradient(180deg, #65BA17 0%, #437B16 100%);
    border-radius: 5px;
    display: block;
    font-family: 'Yantramanav';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    align-items: center;
    text-align: center;
    color: #FFFFFF !important;
    max-width: 290px;
    margin: auto;
    margin-top: 30px;
    padding: 9px;
}

.a0151-prev, .a0151-next {
    cursor: pointer;
    position: absolute;
    top: 47%;
    width: auto;
    padding: 0 20px;
    font-weight: bold;
    user-select: none;
    text-decoration: none;
}

.a0151-prev img, .a0151-next img {
    height: 30px;
}

.a0151-next {
    position: absolute;
    right: 0;
}

.a0151-prev:hover, .a0151-next:hover {
}

.a0151-dot-container {
    text-align: center;
    padding: 10px 20px;
    background: #ddd;
}

.a0151-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.a0151-active, .a0151-dot:hover {
    background-color: #717171;
}

q {
    font-style: italic;
}

.a0151-author {
    margin: 0px;
    font-style: normal;
    color: rgba(0, 0, 0, 1);
    font-family: Open Sans;
    font-size: calc(var(--index) * 1);
    font-weight: 600;
    line-height: calc(var(--index) * 1.5);
    text-align: center;
    padding: 17px 0 11px 0;
}

@media (max-width: 1400px) {
    .a0151-Slides {
        max-width: 900px;
    }
}

@media (max-width: 1200px) {
    .a0151-Slides {
        max-width: 800px;
    }
}

@media (max-width: 992px) {
    #a0151 {
        padding: 40px 0px;
    }

    .a0151-prev, .a0151-next {
        top: 50%;
        padding: 0 16px;
    }

    .a0151-Slides {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .a0151-prev, .a0151-next {
        padding: 0 5px;
    }

    .a0151-Slides {
        padding: 0px 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0px 27px;
        margin-top: 20px;
    }

    .a0151-prev img, .a0151-next img {
        height: 30px;
    }
}

/*-- a0151 END --------------------------------------*/

/*-- b0001 ------------------------------------------*/
#b0001 {
    background-color: rgba(245, 245, 245, 1);
    padding: 20px 10px 20px 10px;
    color: rgba(255, 255, 255, 1);
}

.b0001-btn {
    background-color: rgba(0, 116, 57, 1);
    max-width: 786px;
    margin: auto;
    padding: 20px 30px;
    border-radius: 9px;
    margin-bottom: 70px;
}

.b0001-btn h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: center;
    font-family: Open Sans;
}

.b0001-btn h3 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
}

.b0001-cont a {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.b0001-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    text-align: left;
}

.b0001-grid h2 {
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    color: rgba(0, 116, 57, 1);
}

#b0001 .bold-txt, .bold-txt > a {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    color: rgba(0, 0, 0, 1);
}

#b0001 .norm-txt {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    color: rgba(0, 0, 0, 1);
}

.b0001-grid img {
    border: 1px solid rgba(35, 31, 32, 1);
    border-radius: 9px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


@media (max-width: 1200px) {
    .b0001-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .b0001-grid img {
        display: block;
        margin: auto;
    }
}

@media (max-width: 768px) {
    .b0001-btn {
        padding: 20px 9px;
    }

    #b0001 {
        padding: 36px 10px 36px 10px;
    }

    .b0001-btn {
        margin-bottom: 54px;
    }
}

@media (max-width: 576px) {
    .b0001-grid {
        grid-gap: 28px;
    }

    #b0001 .norm-txt {
        font-size: 19px;
    }

    .b0001-grid h2 {
        line-height: 43.03px;
        margin-bottom: 22px;
    }

    .b0001-btn {
        margin-bottom: 43px;
    }
}

/*-- b0001 END ------------------------------------------*/

/*-- b0002 ------------------------------------------*/
#b0002 {
    background-color: black;
    padding: 40px 0;
	border-top: 2px solid #fff;
}

.b0002-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 152px;
}

.first-column img {
    padding-bottom: 38px;
}

.first-column h3, .second-column h3 {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
    text-align: left;
    color: #ffffff;
    padding-top: 15px;
}

.b0002-grid a, .third-column {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: rgba(171, 171, 171, 1);
}

.second-column h2 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.68px;
    text-align: left;
    color: rgba(0, 116, 57, 1);
}

.third-column h2 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.68px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.third-column img {
    padding: 0 0 25px 0;
}

.b0002-line {
    border-bottom: 1px solid rgba(171, 171, 171, 1);
    padding-bottom: 31px;
}

#b0002 .wa_f5_sbft {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: center;
    color: rgba(171, 171, 171, 1);
    padding-top: 30px;
}

@media (max-width: 1300px) {
    .b0002-grid {
        grid-gap: 165px;
    }
}

@media (max-width: 1200px) {
    .b0002-grid {
        grid-gap: 34px;
    }
}

@media (max-width: 992px) {
    .b0002-grid {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 768px) {
    .b0002-grid {
        grid-template-columns: auto;
    }
}

/*-- b0002 END ------------------------------------------*/

/*-- b0003 ------------------------------------------*/
#b0003 {
    padding: 30px 0 68px 0;
}

.b0003-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    padding-top: 32px;
}

#b0003 h2 {
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: center;
    color: rgba(35, 31, 32, 1);
}

.b0003-message {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
}

.b0003-grid img {
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 9px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.b0003-grid .bold-txt {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1200px) {
    .b0003-grid {
        grid-template-columns: 1fr;
    }

    .b0003-grid img {
        margin: auto;
        display: block;
        width: 100%;
    }
}

@media (max-width: 992px){
    #b0003 {
        padding: 30px 0 40px 0;
    }
}

@media (max-width: 768px) {
    #b0003 {
        padding: 20px 0 20px 0;
    }

    #b0003 h2 {
        font-family: Open Sans;
        font-size: 30px;
        font-weight: 600;
        line-height: 130%;
        text-align: center;
        color: rgba(35, 31, 32, 1);
    }
}

/*-- b0003 END ------------------------------------------*/

/*-- CFA Start --------------------------------------*/
.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
    opacity: inherit;
}

frm_image_options .frm_image_option_container .frm_empty_url, .frm_image_options .frm_image_option_container img {
    height: inherit !important;
    width: auto;
}

.frm_image_option_container .frm_selected_checkmark svg {
    fill: #eb1c23;
}

.cfa {
    background-color: rgba(245, 245, 245, 1);
    padding: 30px 0 30px 0;
    border-top: 2px solid rgba(0, 0, 0, 1);
}

.cfa_title {
    font-size: 1.90em;
    font-weight: 800;
}

.cfa_msg {
    font-style: italic;
    margin-top: 20px;
}

.cfa_after_terms {
    font-style: italic;
    font-size: 0.8em;
}

#frm_form_3_container .frm_button_submit, #frm_form_3_container .frm_final_submit {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

#frm_form_3_container .wa_controll textarea {
    height: 100px;
}

.cfa-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
}

.cfa-grn-box {
    background-color: rgba(0, 116, 57, 1);
    padding: 30px;
    color: #ffffff;
    border-radius: 9px;
    height: auto;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cfa-grn-box h2 {
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: center;
}

.cfa-cont {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}

.cfa-cont a {
    text-decoration: none;
    color: #ffffff;
}

.cfa-form h3 {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
    text-align: center;
    color: rgba(35, 31, 32, 1);
    padding-bottom: 10px;
}

.with_frm_style input[type=text], .with_frm_style input[type=email] {
    border: 0.5px solid rgba(0, 0, 0, 1);
    border-radius: 6px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 21.79px;
    text-align: left;
    margin-bottom: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.frm_style_cfa.with_frm_style .frm_submit button {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
    text-align: center;
    background-color: rgba(0, 116, 57, 1);
    color: #fff;
    border-radius: 9px;
    width: 250px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
}

.cfa fieldset{
    margin: 0px !important;
    padding: 0px !important;
}

@media (max-width: 1200px) {
    .cfa-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
}

@media (max-width: 992px) {
    .cfa-grid {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .cfa {
        padding: 29px 0 32px 0;
    }
}



@media (max-width: 768px) {
    .cfa-grn-box {
        padding: 16px;
    }

    .cfa-grid {
        grid-gap: 20px;
    }

    .cfa {
        padding: 20px 0 20px 0;
    }

    .cfa-grn-box h2 {
        font-family: Open Sans;
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
    }

    .cfa-cont {
        font-family: Open Sans;
        font-size: 20px;
        font-weight: 600;
        line-height: 150%;
        text-align: center;
    }
}

/*-- CFA End --------------------------------------*/

/*-- B0004 --------------------------------------*/
#b0004 {
    background-color: rgba(245, 245, 245, 1);
    padding: 49px 0 56px 0;
}

.b0004-grid {
    display: grid;
    grid-template-columns: 533px auto;
    grid-gap: 29px;
}

.b0004-grid img {
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.b0004-grid h2 {
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.b0004-grid .green-txt {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: left;
    color: rgba(0, 116, 57, 1);
}

.b0004-message {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
}

.b0004-grid h3 {
    padding-top: 79px;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.b0004-grid a {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

@media (max-width: 992px) {
    .b0004-grid {
        grid-template-columns: 1fr;
    }

    .b0004-grid h3 {
        padding-top: 45px;
    }
}

@media (max-width: 768px) {
    #b0004 {
        background-color: rgba(245, 245, 245, 1);
        padding: 20px 0 30px 0;
    }

    .b0004-grid {
        grid-gap: 20px;
    }

    .b0004-grid h3 {
        padding-top: 15px;
    }
}

/*-- B0004 End --------------------------------------*/

/*-- B0006 --------------------------------------*/
#b0006 {
    padding: 40px 0 50px 0;
    background-color: #ffffff;
}

.b0006-grid {
    display: grid;
    grid-template-columns: 648px auto;
    grid-gap: 40px 24px;
}

.b0006-grid img {
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.b0006-grid iframe {
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.b0006-grid h2 {
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 600;
    line-height: 38.13px;
    text-align: left;
    color: rgba(0, 116, 57, 1);
}

.b0006-grid h3 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.68px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.b0006-message {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
}

.b0006-btn {
    background-color: rgba(0, 116, 57, 1);
    padding: 10px;
    border-radius: 6px;
    width: 200px;
    margin-top: 25px;
    text-align: center;
    transition: 0.9s;
}

.b0006-btn a {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #ffffff;
    transition: 0.9s;
}

.b0006-btn:hover{
    background: #231f20;
    transition: 0.9s;
}

@media (max-width: 1200px) {
    .b0006-grid {
        grid-template-columns: 525px auto;
    }
}

@media (max-width: 992px) {
    .b0006-grid {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .b0006-btn {
        margin-bottom: 40px;
        margin-top: 15px;
    }

    #b0006 {
        padding: 40px 0 0px 0;
    }

    .b0006-grid iframe {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #b0006 {
        padding: 20px 0 0px 0;
    }

    .b0006-btn {
        margin-bottom: 30px;
        margin-top: 15px;
    }
}

/*-- B0006 End --------------------------------------*/

/*-- B0007 --------------------------------------*/
#b0007 {
    background-color: rgba(245, 245, 245, 1);
    padding: 30px 0 47px 0;
}

.b0007-txt {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.b0007-txt a {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.b0007-txt-1 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.b0007-txt-1 a {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.b0007-txt-1 {
    display: none;
}

@media (max-width: 1200px) {
    .b0007-txt {
        font-size: 20px;
    }

    .b0007-txt a {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    #b0007 {
        padding: 0px 0 47px 0;
    }


    .b0007-txt-1 {
        display: revert;
        font-size: 22px;
    }

    .b0007-txt-1 a {
        font-size: 22px;
    }

    #a0233 h2 {
        margin-bottom: 20px;
        color: #000;
        font-family: "Open Sans";
        font-size: 36px;
        font-weight: 600;
        line-height: 49.03px;
        text-align: center;
    }

    #a0233 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #b0007 {
        padding: 0px 0 30px 0;
    }
}
/*------------- b0007-text      ------------*/
.b0007-text {
    font-size: 20px;
    font-weight: 400;
}
.b0007-text a {
    font-size: 20px;
    font-weight: 400;
}
.b0007-text-1 {
    font-size: 20px;
}
.b0007-text-1 a {
    font-size: 20px;
}
@media (max-width: 576px) {
    .b0007-txt-1 {
        font-size: 19px;
    }

    .b0007-txt-1 a {
        font-size: 19px;
    }
}

/*-- B0007 End --------------------------------------*/

/*-- B0008 --------------------------------------*/
#b0008 {
    padding: 26px 0 30px 0;
    background-color: rgba(245, 245, 245, 1);
}

#b0008 h2 {
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: center;
    color: rgba(0, 116, 57, 1);
    padding-bottom: 25px;
}

.b0008-grid h3 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
}

.b0008-grid .sub-mes {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.b0008-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 23px;
}

.b0008-grd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 18px;
    outline: 0.25px solid #0000003d;
    outline-offset: -10px;
    padding: 10px;
}

.b0008-grid img {
    border: 1px solid rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    margin-bottom: 20px;
}

.first-line {
    padding: 5px;
    border-bottom: 0.25px solid #0000003d;
    border-right: 0.25px solid #0000003d;
}

.second-line {
    padding: 5px;
    border-bottom: 0.25px solid #0000003d;
    border-right: 0.25px solid #0000003d;
}

.third-line {
    padding: 5px;
    border-bottom: 0.25px solid #0000003d;
}

.b0008-grd:last-child {
    border-bottom: none;
}

.b0008-white-bg {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
}


#b0008 td {
    padding: 10px;
    width: 33%;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    text-align: left;
    color: #000000;
    vertical-align: top;
}

#b0008 td b{
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.51px;
    text-align: left;
    color: #007439;
}

#b0008 th {
    padding: 10px;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: left;
    color: #007439;
}

#b0008 ul {
    list-style: none;
    padding: 0px;
}

@media (max-width: 992px) {
    .b0008-grid {
        grid-template-columns: 1fr;
    }
    .b0008-grid img {
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
        margin-bottom: 20px !important;
    }

    #b0008 h2 {
        font-family: Open Sans;
        font-size: 36px;
        font-weight: 600;
        line-height: 49.03px;
        text-align: center;
        color: rgba(0, 116, 57, 1);
        padding-bottom: 10px;
    }

    #b0008 {
        padding: 20px 0 10px 0;
        background-color: rgba(245, 245, 245, 1);
    }
}

@media (max-width: 768px) {
    #b0008 table {
        width: 600px;
    }

    .b0008-white-bg {
        background: #fff;
        padding: 10px;
        box-shadow: 0px 4px 4px 0px #00000040;
        margin-top: 15px;
        margin-bottom: 20px;
        display: block;
        overflow: auto;
        width: 300px;
        min-width: 100%;
    }

    #b0008 h2 {
        font-family: Open Sans;
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        color: rgba(0, 116, 57, 1);
        padding-bottom: 10px;
    }

    .b0008-grid h3 {
        font-family: Open Sans;
        font-size: 22px;
        font-weight: 600;
        line-height: 140%;
        text-align: left;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 10px;
    }
}
/*-- B0009 --------------------------------------*/
#b0009 {
    background-color: #F5F5F5;
    padding: 20px 0;
}

.b0009-btn {
    width: 292px;
    height: 53px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #007439;
    margin: 31px 0 16px 0;
    transition: 0.9s;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    color: #ffffff !important;
    margin: 0px;
	    display: block;
}

#b0009 h2 {
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: left;
    color: #007439;
	margin-bottom: 20px;
}

#b0009 h5 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.b0009-grd{
    display: grid
;
    grid-template-columns: auto 1fr;
    grid-gap: 130px;
    margin: 30px 0px;
	    align-items: center;
}

@media(max-width: 1200px){
.b0009-grd {
    display: grid
;
    grid-template-columns: auto 1fr;
    grid-gap: 40px;
    margin: 20px 0px;
    align-items: center;
}
}

@media(max-width: 1200px){
.b0009-grd {
        display: grid
;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin: 20px 0px;
        align-items: center;
    }
}

@media(max-width: 992px){

	.b0009-grd img{
    width: 100%;
}

}

/*-- B0009 End --------------------------------------*/

/*-- B0010 --------------------------------------*/
#b0010 {
    padding: 28px 0 60px 0;
}
.b0010-line {
    border-bottom: 2px solid #00000080;
    padding-bottom: 43px;
}
.b0010-grid {
    display: grid;
    grid-template-columns: 425px auto;
    grid-gap: 23px;
}
.b0010-grid img {
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 9px;
    margin-bottom: 32px;
}
.b0010-grid h2 {
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: left;
    color: #000000;
}
.b0010-btn {
    width: 249px;
    height: 53px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #007439;
    margin: 31px 0 16px 0;
    transition: 0.9s;
}

.b0010-btn:hover{
    background-color: #231f20;
    transition: 0.9s;
}

.b0010-btn a {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    color: #ffffff;
}
.b0010-txt {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #000000;
}
.b0010-txt a {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: left;
    color: #007439;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.b0010-grid .weights {
    padding: 26px 0 48px 0;
}

@media (max-width: 992px) {
    #b0010 {
        padding: 20px 0 20px 0;
    }
    .b0010-grid {
        grid-template-columns: 1fr;
    }
    .b0010-grid img {
        width: 100%;
    }

    .b0010-grid img {
        border: 1px solid #000000;
        box-shadow: 0px 4px 4px 0px #00000040;
        border-radius: 9px;
        margin-bottom: 20px;
    }

    .b0010-grid {
        grid-gap: 10px;
    }

    .b0010-btn {
        width: 249px;
        height: 53px;
        padding: 10px 20px;
        border-radius: 20px;
        background-color: #007439;
        margin: 10px 0 15px 0;
    }

    .b0010-grid .weights {
        padding: 15px 0 20px 0;
    }

    .b0010-line {
        border-bottom: 2px solid #00000080;
        padding-bottom: 25px;
    }

}

@media (max-width: 768px) {
    .b0010-line {
        width: 95%;
        margin: auto;
    }
}
/*-- B0010 End --------------------------------------*/

/*-- B0011 --------------------------------------*/
#b0011 {
    padding: 15px 0 0 0;
}
.b0011-line {
    border-bottom: 2px solid #00000080;
    padding-bottom: 43px;
}
.b0011-grid {
    display: grid;
    grid-template-columns: 425px auto;
    grid-gap: 23px;
}
.b0011-grid img {
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 9px;
    margin-bottom: 32px;
}
.b0011-grid .second-img {
    display: block;
    margin: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.b0011-grid h2 {
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: left;
    color: #000000;
}
.b0011-btn {
    width: fit-content;
    height: 53px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #007439;
    margin: 20px 0 14px 0;
    transition: 0.9s;
    display: block;
}

.b0011-btn:hover{
    background-color: #231f20;
    transition: 0.9s;
}

.b0011-btn a {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    color: #ffffff;
}
.b0011-txt {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000000;
}
.b0011-txt a {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: left;
    color: #007439;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.b0011-grid .weights {
    padding: 26px 0 30px 0;
}

@media (max-width: 992px) {
    .b0011-grid {
        grid-template-columns: 1fr;
    }
    .b0011-grid img {
        width: 100%;
    }
    .b0011-grid .second-img {
        width: 56%;
    }

    .b0011-grid .weights {
        padding: 20px 0 20px 0;
    }

    .b0011-line {
        border-bottom: 2px solid #00000080;
        padding-bottom: 0px;
    }


}

@media (max-width: 576px) {
    .b0011-line {
        width: 95%;
        margin: auto;
    }
    .b0011-btn a {
        font-size: 18px;
    }
}
/*-- B0011 End --------------------------------------*/

/*-- B0012 --------------------------------------*/
.b0012-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 23px;
    padding-top: 52px;
    padding-bottom: 50px !important;
}

.b0012-grid-1 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 23px;
    padding-top: 52px;
    padding-bottom: 50px !important;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #000000;
}

.b0012-grid h2 {
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: left;
    color: #000000;
}
.b0012-grid img {
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 9px;
    margin-bottom: 67px;
}
.b0012-line {
    border-bottom: 2px solid #00000080;
}
.b0012-line:last-child {
    border-bottom: none;
}

.b0012-grid input[type="text"] {
    height: 25px !important;
    width: 100% !important;
    padding: 0px 10px !important;
    border: 1px solid #000000;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
}

.b0012-grid select {
    height: 25px !important;
    width: 100% !important;
    padding: 0px 10px !important;
    border: 1px solid #000000;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
}

.b0012-grid table {
    max-width: 100%;
    margin-top: 0px;
    border: 0px !important;
    background: transparent !important;
}

.b0012-grid td {
    border: 0px solid black;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.51px;
    text-align: right;
    color: #000;
    width: auto;
    padding-right: 50px;
}

.b0012-tabs-grd{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    margin-top: 40px;
}

.b0012-tab-btn {
    box-shadow: 0px 0px 20px 0px #00000026;
    border-radius: 5px;
    padding: 14px 15px;
    height: 100%;
}

.b0012-tab-btn-img{
    height: 100%;
    display: grid;
}

.b0012-ordimg {
    border: 1px solid #007439;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #00000026;
    background: #F5F5F5;
    padding: 27px 60px;
}

.b0012-ordimg input[type="button"]{
    background: #007439 !important;
    border: 0px !important;
    border-radius: 5px !important;
    font-family: Open Sans !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 27.24px !important;
    text-align: center !important;
    color: #fff !important;
    display: block;
    padding: 5px !important;
    height: auto !important;
    width: 300px !important;
    margin: auto !important;
    margin-top: 24px !important;
}

.b0012-btn-img-bg {
    border: 4px solid #FFFFFF;
    border-radius: 4px;
    height: 128px;
    background-size: cover;
    background-position: center;
}

.b12-active{
    background: #007439;
}

.b0012-rs {
    border: 1px solid #000000;
    background: #FFFEEF;
    box-shadow: 0px 0px 20px 0px #00000026;
    padding: 14px 15px;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    min-height: 150px;
}

.b0012-tab-btn img{
    border: 4px solid #FFFFFF;
    border-radius: 4px;
}

.b0012-tab-btn h3{
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.68px;
    text-align: center;
    color: #000;
    margin-top: 10px;
}

.b12-active h3{
    color: #fff !important;
}

.b0012-ordimg img{
    display: none;
}

.b0012-ordimg1 img{
	border: 1px solid #000000;
    border-radius: 9px;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 100%;
}

@media (max-width: 992px) {
    .b0012-grid {
        grid-template-columns: 1fr;
    }
    .b0012-grid img {
        width: 100%;
        margin-bottom: 10px;
    }

	.b0012-grid-1 {
    	grid-template-columns: 1fr;
    }
	
	.b0012-ordimg1{
		order: 1;
	}
	
    .b0012-grid {
        grid-gap: 20px !important;
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }


    #b0007 {
        padding: 20px 0 30px 0;
    }
}

@media (max-width: 768px) {
    .b0012-ordimg {
        border: 1px solid #007439;
        border-radius: 5px;
        box-shadow: 0px 0px 20px 0px #00000026;
        background: #F5F5F5;
        padding: 7px 0px;
    }

    .b0012-tab-btn h3 {
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
        color: #000;
        margin-top: 10px;
    }

    .b0012-grid td {
        border: 0px solid black;
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        line-height: 120%;
        text-align: right;
        color: #000;
        width: auto;
        padding-right: 15px;
    }

    .b0012-ordimg input[type="button"] {
        background: #007439 !important;
        border: 0px !important;
        border-radius: 5px !important;
        font-family: Open Sans !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        line-height: 120% !important;
        text-align: center !important;
        color: #fff !important;
        display: block;
        padding: 5px !important;
        height: auto !important;
        width: 200px !important;
        margin: auto !important;
        margin-top: 14px !important;
        margin-bottom: 10px !important;
    }

    .b0012-tabs-grd {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5px;
        margin-top: 40px;
    }

    .b0012-btn-img-bg {
        display: none;
    }

    .b0012-tab-btn {
        box-shadow: 0px 0px 20px 0px #00000026;
        border-radius: 5px;
        padding: 4px 5px;
        height: 100%;
    }

    .b0012-ordimg img {
        display: block;
        border-right: 4px;
        padding: 0px 8px;
        border: 0px;
        box-shadow: none;
        background: transparent;
    }
}

@media (max-width: 576px) {
    .b0012-line {
        width: 95%;
        margin: auto;
    }
}
/*-- B0012 End --------------------------------------*/


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #ffffff !important;
    color: #000 !important;
    padding: 10px 10px 10px 10px !important;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 19.07px !important;
    text-align: left;
}

.mega-sub-menu{
    background: #fff !important;
    box-shadow: 0px 16px 40px 0px #00000040 !important;
    padding: 10px 0px !important;
}

#powered{
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .mega-sub-menu {
        background: #fff !important;
        box-shadow: 0px 16px 40px 0px #00000040 !important;
        padding: 0px 0px !important;
    }
}


/* -- contact-blk ---------------------*/
#contact-blk{
    margin-top: 30px;
    margin-bottom: 60px;
}


.contact-top h2{
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: center;
    margin-bottom: 25px;
}

.contact-top h3{
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    color: #007439;
    margin-bottom: 15px;
}

.contact-top{
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: center;
    margin-bottom: 60px;
}

.contact-middle-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: left;
    margin-bottom: 60px;
}

.contact-middle-grd iframe {
    border-radius: 9px;
    height: 100%;
    min-height: 300px;
}

.contact-middle-grd h2{
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: left;
    color: #007439;
    margin-bottom: 20px;
}

.contact-middle-grd h3{
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

.contact-middle-grd strong {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: left;
    color: #000;
}

.contact-footer-grd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: left;
    margin-bottom: 0px;
}

.contact-footer-grd ul {
    margin: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact-footer-grd img{
    border-radius: 9px;
}

@media (max-width: 992px) {
    #contact-blk {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contact-top h2 {
        font-family: Open Sans;
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        margin-bottom: 15px;
    }

    .contact-top h3 {
        font-family: Open Sans;
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        color: #007439;
        margin-bottom: 15px;
    }

    .contact-top {
        font-family: Open Sans;
        font-size: 20px;
        font-weight: 400;
        line-height: 27.24px;
        text-align: center;
        margin-bottom: 20px;
    }


    .contact-middle-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        font-family: Open Sans;
        font-size: 20px;
        font-weight: 400;
        line-height: 27.24px;
        text-align: left;
        margin-bottom: 20px;
    }

    .contact-middle-grd iframe {
        width: 100%;
    }

    .contact-middle-grd h2 {
        font-family: Open Sans;
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        color: #007439;
        margin-bottom: 15px;
    }

    .contact-middle-grd h3 {
        font-family: Open Sans;
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        color: #000;
        margin-bottom: 15px;
    }

    .contact-middle-grd strong {
        font-family: Open Sans;
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        color: #000;
    }

    .contact-footer-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        font-family: Open Sans;
        font-size: 20px;
        font-weight: 400;
        line-height: 27.24px;
        text-align: left;
        margin-bottom: 0px;
    }

    .contact-footer-grd img {
        width: 100%;
    }
}
/* -- contact-blk end -----------------*/


/* -- A0005 -- START ------------------------------ */
#a0005 {
    border-top: solid 2px #000;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #000;
    background: #F5F5F5;
}
#a0005 h2 {
    color: #000;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    margin-bottom: 15px;
}
#a0005 .a0005_sbm{
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
}
#a0005 .a0005_field{
    margin-bottom: 5px;
}

#frm_form_3_container{
    max-width: 810px !important;
    margin: auto !important;
}

#form_contact-page input[type=tel]{
    border-radius: 6px !important;
    text-align: left !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
    border: 0.25px solid #000000 !important;
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 19.07px !important;
    padding: 15px 21px !important;
}

#form_contact-page textarea{
    border-radius: 6px !important;
    text-align: left !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
    border: 0.25px solid #000000 !important;
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 19.07px !important;
    padding: 15px 21px !important;
}


#form_contact-page input[type=text]{
    border-radius: 6px !important;
    text-align: left !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
    border: 0.25px solid #000000 !important;
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 19.07px !important;
    padding: 15px 21px !important;
}

#form_contact-page input[type=email]{
    border-radius: 6px !important;
    text-align: left !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
    border: 0.25px solid #000000 !important;
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 19.07px !important;
    padding: 15px 21px !important;
}

#frm_form_3_container .frm_button_submit, #frm_form_3_container .frm_final_submit {
    width: 200px;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    margin: auto;
    background: #007439;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    color: #fff !important;
}

#frm_form_3_container .frm_button_submit:hover{
    background: #231f20 !important;
    transition: 0.9s;
}

@media (max-width: 992px) {
    #a0005 {
        border-top: solid 2px #000;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #000;
        background: #F5F5F5;
    }
}
/* -- A0005 -- End ------------------------------ */


.nowhiring-btn{
    background: #007439;
    max-width: 760px;
    margin: auto;
    border-radius: 9px;
    padding: 20px 30px;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: center;
    color: #fff !important;
}

.nowhiring-btn h2{
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: center;
}

#nowhiring{
    padding: 57px 0px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 5px;
}

@media (max-width: 992px) {
    #nowhiring {
        padding: 20px 0px;
    }

    .nowhiring-btn {
        background: #007439;
        max-width: 760px;
        margin: auto;
        border-radius: 9px;
        padding: 10px 10px;
        font-family: Open Sans;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        color: #fff !important;
    }

    .nowhiring-btn h2 {
        font-family: Open Sans;
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
    }

    .b0001-cont a {
        font-family: Open Sans;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        color: rgba(255, 255, 255, 1);
    }
}


.frm_style_cfa.with_frm_style .frm-edit-page-btn:hover, .frm_style_cfa.with_frm_style input[type=submit]:hover, .frm_style_cfa.with_frm_style .frm_submit input[type=button]:hover, .frm_style_cfa.with_frm_style .frm_submit button:hover{
    background: #231f20 !important;
    transition: 0.9s;
}

.entry-content{
	font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.job-inner h1{
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 600;
    line-height: 49.03px;
    text-align: center;
    color: rgba(35, 31, 32, 1);
    margin-bottom: 20px;
}

.job-inner h2{
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.job-inner{
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
}

.job-requirement{
    border-bottom: 2px solid;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.job-detail{
    margin-bottom: 30px;
}

.modal-title{
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.68px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

#b0006 .modal-dialog {
    max-width: 800px !important;
    width: 90% !important;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

#b0006 .modal-header {
    border-bottom: 2px solid #000 !important;
}

.contact-table-blk{
	    font-family: Open Sans;
    font-size: 19px;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.contact-table-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact-table-item {
    text-align: center;
    border: 1px solid;
    padding: 3px;
    display: grid;
    align-items: center;
    grid-gap: 2px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.contact-table-item h3{
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.contact-table-item h4{
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.contact-table-item h5{
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.contact-table-item a{
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
}

.contact-table-main-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 20px;
}

@media(max-width: 1200px){
	.contact-table-main-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 10px;
	}
}

@media (max-width: 992px)
{
.contact-table-main-grd {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 0px;
}
}

@media(max-width: 768px){
	.contact-table-grd {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
	}
}

/*-- a0031 --------------------------------------*/
.wa_sa{
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
    height: 90vh;
}
.wa_sa .bg_semi{
    position: absolute;
    bottom: 0;
    min-height: 200px;
    background-color: #000000b3;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
}
.wa_sa .bg_semi .wa_text{
    width: fit-content;
    display: block;
    margin: auto;
    margin-top: 20px;
    font-family: Boogaloo;
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 76px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 15px;
    margin-bottom: 17px;
}
.wa_sa .bg_semi .wa_sub_message {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    margin-top: 0px;
    padding-top: 3px;
    font-family: Arial Black;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}
.wa_sa .bg_semi .wa_final_statement{
    font-style: italic;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (max-width: 992px) {
    .wa_sa .bg_semi .wa_text
    {
        font-size: 55px;
    }
    .wa_sa .bg_semi .wa_sub_message{
        font-size: 25px;
    }
}
@media (max-width: 576px) {
    .wa_sa .bg_semi .wa_text
    {
        font-size: 40px;
    }
    .wa_sa .bg_semi .wa_sub_message{
        font-size: 19px;
        line-height: 28px;
    }
}
/*-- a0031 END --------------------------------------*/