:root{
    --green: #3BB54E;
    --fontfamily: "Montserrat", sans-serif !important;
    --fontfamily-poppins: "Poppins", sans-serif !important;
    --fontfamily-plus-jakarta: "Plus Jakarta Sans", sans-serif !important;
    --black: #000;
    --white: #fff;
}
body{
    font-family: var(--fontfamily);
    color: #000;
}
.container {
    max-width: 1320px;
}
a{
    text-decoration: none;
    transition: 0.8s;
    color: var(--black);
}
p {
    color: #35353A;
    font-size: 18px;
    line-height: 26px;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 36px;
    margin-bottom: 30px;
}
h3{
    font-size: 32px;
}
h4{
    font-size: 28px;
}
h5{
    font-size: 24px;
}
h6{
    font-size: 20px;
}
h2 span{
    color: var(--green);
}

/*=================================== Header ======================================*/
header li{
    padding: 0 10px;
}
header nav a{
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
}
a.active-anchr{
    color: var(--green);
}
header nav a:hover, li.dropdown .dropdown-menu a:hover{
    color: var(--green);
}
nav .hdr-btn a {
    border: 1px solid var(--green);
    padding: 10px 10px;
    border-radius: 10px;
    color: var(--green);
}
nav .hdr-btn a:hover{
    background-color: #000;
    border-color: var(--black);
    color: var(--white);
}
.hdrBtm{
    background-color: var(--green);
    color: var(--white);
}
.hdrBtm a{
    color: #fff;
}
.hdrBtm ul.navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}
.hdrBtm ul.navbar-nav a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
li.dropdown .dropdown-menu a {
    color: #000;
}
.mobile-nav .current-menu-item a, ul.sub-menu.dropdown-menu.show .current-menu-item a, .current-menu-parent a {
    color: #3BB54E;
}


/*=================================== Pages ======================================*/
.abt-sctn .rgt-box p {
    text-align: justify;
}
section {
    margin: 60px 0 !important;
}
.banner-sctn h1{
    font-size: 40px;
    font-weight: 500;
}
.bigTxt {
    font-size: 48px;
    font-weight: bold;
    color: var(--green);
}
.banner-sctn a{
    font-size: 20px;
    font-weight: bold;
    color: var(--green);
}
.banner-sctn a:hover {
    color: #000;
}
a.btnBlk {
    background-color: #000;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 22px;
    border: 1px solid #000;
    display: block;
}
a.btnBlk:hover {
    color: #3BB54E;
    border-color: #3BB54E;
    background-color: transparent;
}
span.ttle {
    font-size: 22px;
    font-family: var(--fontfamily-poppins);
    font-weight: 400;
}
section.books-sctn .box p {
    font-size: 15px;
    font-family: var(--fontfamily-poppins);
    font-weight: 300;
    margin: 10px 0 0 0;
}
section.books-sctn .box p a {
    color: #3BB54E;
}
.sb-ttl {
    color: #3BB54E;
    font-weight: bold;
    font-size: 25px;
}
section.books-sctn .box {
    margin-bottom: 30px;
}
section.books-sctn .box > img {
    margin-bottom: 10px;
} 
.abt-sctn .rgt-box {
    background: #fff;
    padding: 30px;
    position: absolute;
    right: 0px;
    top: 8%;
} 
.rcnt-posts-sctn .box span.ttle {
    font-size: 20px;
    font-family: var(--fontfamily-poppins);
    font-weight: 400;
}
.recent-box-list .b-innr {
    background-color: #fff;
    box-shadow: 1px 1px 4px 2px #e7e7e7;
    margin: 0 10px 30px 0;
    border-radius: 10px;
}
.rcnt-posts-sctn .box .tbox {
    padding: 10px;
    height: 120px;
}
.testimonials.rcnt-posts-sctn .box .tbox {
    height: auto;
}   
.testimonials .recent-box-list .b-innr {
    border-radius: 0;
}
.testimonials .recent-box-list .b-innr span.ttle {
    text-align: center;
    color: var(--green);
    display: block;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat';
}
.testimonials .recent-box-list .b-innr p {
    font-size: 15px;
    text-align: justify;
    margin: 0;
    height: 230px;
}
.frm-bx{
    background-color: var(--green); 
    border-radius: 20px;
    padding: 10px;
}
.bx-lft {
    background-color: #fff;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.bx-lft .txt-bx-wth-img {
    position: relative;
}
.bx-lft .txt-bx-wth-img h2 {
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: 600;
}
.bx-rgt img {
    width: 100%;
}
.bx-rgt {
    padding: 80px 20px;
}
ul.sub-menu.dropdown-menu.show {
    padding: 10px 12px;
    width: 320px;
}
/* .navbar-nav .dropdown-menu li a { */
.navbar-nav .sub-menu li {
    border-left: 3px solid #048222;
    padding-left: 10px;
}
.navbar-nav .dropdown-menu li a::before {
    content: "";
    background-image: url(../images/dropdown-arrow.png);
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 6px;
    background-repeat: no-repeat;
}
.brd-crms {
    font-size: 14px;
    margin-top: 10px;
}
.brd-crms span{
    color: var(--green);
    font-weight: 600;
}
.img-bx {
    margin: 40px 0;
}
.inner-page p a {
    font-weight: 600;
    color: var(--green);
}
.inner-page p a:hover {
    color: var(--black);
}
a.phn {
    background-color: #3BB54E;
    color: #000 !important;
    font-weight: 400 !important;
    padding: 2px;
} 
.dropdown-item.active, .dropdown-item:active {
    color: var(--white);
    text-decoration: none;
    background-color: var(--green);
}
.inner-page ul li::marker {
    content: url(../images/cursor.png);
}
.inner-page ul li p {
    margin: 0 0 0 10px;
}
.inner-page ul {
    padding-left: 16px;
}
.inner-page p span.high {
    font-weight: 600;
    color: #000;
}
.quotes {
    background-color: #9DDAA7;
    border: 1px solid #3BB54E;
    border-radius: 10px;
    padding: 20px 40px;
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
}
.quotes p {
    margin: 0 0 0 10px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.inner-page .quotes p a {
    color: #000;
}
.side-bar .side-list-box p.sdbar-heading {
    font-weight: 600;
    color: #fff;
    background-color: #3BB54E;
    text-align: center;
    padding: 8px 10px;
    font-size: 18px;
}
.side-bar .side-list-box ul li {
    font-size: 15px;
    font-weight: 500;
    box-shadow: 1px 1px 4px 2px #e7e7e7;
    margin: 10px 0 20px 0;
    padding: 18px 10px 18px 36px;
    position: relative;
}
.side-bar .side-list-box ul li::marker{
    content: none;
}
.side-bar .side-list-box ul li a::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/sidebar-right-arrow.png);
    top: 24px;
    left: 15px;
}
.side-bar .side-list-box ul{
    padding-left: 0;
}
.inner-page .left-bar {
    padding-right: 60px;
}
.inner-page .side-list-box {
    margin-top: 40px;
    list-style: none;
}
.search-bx li{
    list-style: none;
}
.side-bar .side-list-box ul li a:hover {
    color: var(--green);
}
.quotes.only-text {
    display: block;
    text-align: center;
    padding: 30px 40px;
}
.inner-page .left-bar ul li {
    margin: 20px 0; 
    font-size: 18px;
    color: #000;
}
span.smpl-txt a {
    font-weight: 600;
}
span.smpl-txt {
    font-size: 20px;
    line-height: 26px;
    color: #000;
}
.quotes.only-text p {
    margin-bottom: 20px;
}
.news-list .news-box {
    box-shadow: 1px 1px 4px 2px #e7e7e7;
    padding: 30px;
    margin: 20px 0;
}
.news-list .news-box h5{
    font-weight: 600;
}
.news-list .news-box img {
    margin: 20px 0;
}
.tags p a {
    font-size: 17px;
    color: var(--green);
}
.othr-updt-box .inr-bx-updt:nth-child(odd) {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 10px;
    margin-bottom: 10px;
}
.qb-bnr-sctn {
    position: relative;
}
.qb-bnr-sctn .qb-txt-box {
    position: absolute;
    bottom: 0;
    background: #fff;
    text-align: center;
    left: 0;
    right: 0;
    width: 76%;
    margin: 0 auto;
    padding: 40px;
}
.qb-bnr-sctn .qb-txt-box .clm-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BABABA;
    padding: 10px 20px;
}
.qb-bnr-sctn .qb-txt-box h1 {
    font-family: var(--fontfamily-plus-jakarta);
    font-weight: bold;
}
.outer-box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}
.qb-bnr-sctn .qb-txt-box .clm-bx p {
    text-align: left;
    margin: 0 0 0 10px;
}
.qb-bnr-sctn .qb-txt-box p a {
    color: var(--green);
    font-weight: bold;
}
.qb-txt-box p {
    font-weight: 600;
}
div#ez-toc-container {
    margin: 20px 0;
}

/*=================================== Footer ======================================*/
footer{
    color: var(--white);
}
.ftr-bx ul li::marker {
    content: url(../images/chevron-double-down.png);
    margin: 50px;
}
.ftr-bx ul li, .ftr-bx ul li a, .ftr-bx address {
    color: var(--white);
    padding: 0 0 6px 6px;
    font-size: 15px;
    font-family: var(--fontfamily-poppins);
    font-weight: 300;
}
.ftr-bx ul li:hover, .ftr-bx ul li a:hover {
    color: var(--green);
}
footer p b {
    font-weight: 600;
}
footer p{
    font-size: 13px;
    font-family: var(--fontfamily-poppins);
    font-weight: 300;
    color: var(--white);
}
footer p a {
    color: var(--white);
}
footer p.cpyrt{
    font-size: 15px;
}
.ftr-bx {
    border-top: 1px solid #fff;
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
}




.hdrBtm ul.navbar-nav#menu-second-menu a:hover {
    color: #000;
}
header ul li.current-menu-item a {
    color: var(--green);
}
.wp-block-search__inside-wrapper {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
}
input#wp-block-search__input-1 {
    border-color: #E0E0E0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    outline: 0;
    height: 40px;
    border: 1px solid #D9D9D9;
    width: 100%;
}
button.wp-block-search__button.wp-element-button {
    color: #fff;
    background-color: var(--green);
    border: 1px solid var(--green);
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0 10px;
    margin: 0;
    transition: 1s;
}
label.wp-block-search__label {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.inner-page ul li ul li::marker {
    content: ".";
    font-weight: 900;
}
.inner-page ul li ul {
    padding-left: 60px;
}
.quotes p {
    font-family: var(--fontfamily-poppins);
}
p.ez-toc-title, a.ez-toc-link{
    font-family: var(--fontfamily-poppins);
}
#ez-toc-container .ez-toc-js-icon-con, #ez-toc-container .ez-toc-toggle label, .ez-toc-cssicon {
    border: 0;
}
.blog-page article .elementor-post__card {
    padding: 30px;
}
.blog-page article .elementor-post__card .elementor-post__text {
    padding: 0;
}
.blog-page article .elementor-post__card .elementor-post__thumbnail__link:after {
    background: none;
}
.blog-page article .elementor-post__card .elementor-post__thumbnail img{
    border-radius: 20px;
}
nav.rank-math-breadcrumb p a {
    color: var(--green);
    font-weight: 600;
}
nav.rank-math-breadcrumb p {
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat';
} 
.service-template-default .left-bar ul li {
    padding: 0 0 0 6px;
} 
.inner-page .left-bar blockquote p {
    margin: 0 0 0 10px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.inner-page .left-bar blockquote {
    background-color: #9DDAA7;
    border: 1px solid #3BB54E;
    border-radius: 10px;
    padding: 20px 40px;
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
}
.inner-page .left-bar blockquote a {
    color: #000;
    text-decoration: underline;
}
.inner-page .left-bar blockquote:before {
    content: url(../images/comma.png);
}
.inner-page .left-bar p strong {
    text-decoration: underline;
}
.inner-page ul li b {
    color: #35353A;
}
.inner-page ul li b a {
    color: var(--green);
}
#menu-item-11907 ul.sub-menu.dropdown-menu.show {
    width: 340px;
}
#menu-item-11907 ul.sub-menu.dropdown-menu.show li a {
    font-weight: 500;
}
.inr-card-box .elementor-image-box-wrapper .elementor-image-box-content {
    box-shadow: 1px 1px 4px 2px #e7e7e7;
    padding: 40px 40px 40px 80px;
}
.inr-card-box a.inr-btn:hover {
    background-color: #fff;
    color: #3BB54E;
}
.inr-card-box a.inr-btn {
    background-color: #3BB54E;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    margin: 20px 10px 0 0;
    border: 1px solid #3BB54E;
}
.inr-card-box figure.elementor-image-box-img img {
    margin: 0 0 0 50px;
}
.inr-card-box figure.elementor-image-box-img {
    z-index: 99999;
}
.inr-card-box.r-bx figure.elementor-image-box-img img {
    margin: 0 0 0 -80px;
}
.inr-card-box.r-bx .elementor-image-box-wrapper .elementor-image-box-content {
    padding-left: 40px;
    padding-right: 80px;
}
header {
    z-index: 999999 !important;
} 
.bttm-bx .elementor-widget-container p {
    font-size: 14px;
    line-height: 10px;
}
.hdrBtm ul.navbar-nav#menu-second-menu li.current-menu-item a {
    color: #000;
}
.inner-page .inr-card-box ul li {
    padding: 0 0 0 10px;
}
.inner-page .inr-card-box ul li::marker {
    content: url(../images/up-arrow.png);
}
.inner-page ul li {
    padding: 0 0 0 10px;
}
.faq-bx .faq-list h6 b {
    font-weight: 700;
}
.work-box .elementor-element.e-con.e-child {
    box-shadow: 1px 1px 4px 2px #e7e7e7;
    margin: 10px;
}
.work-box .elementor-widget-text-editor .elementor-widget-container {
    height: 180px !important;
}
.pagination .pagination-container.trt {
    text-align: center;
    width: 100%;
}
.pagination span.page-numbers.current {
    color: var(--green);
    font-weight: 600;
}
.pagination a.page-numbers {
    margin: 0 10px;
}
.pagination a.page-numbers:hover {
    color: var(--green); 
}
.tags a:nth-last-child(-n+1) span.comma {
    display: none;
}
.search-data .col-4 {
    width: 32.3333333%;
}

.mobile-nav {
    display: none;
}


#mobile-menu{
    height: 100%;
    width:90%; 
    top: 0;
    left: -90%;
    background:#fff;
    overflow-y: auto; 
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
    z-index: 1099; 
    -webkit-transition: left 0.35s ease;
    -moz-transition: left 0.35s ease;
    -o-transition: left 0.35s ease;
    transition: left 0.35s ease;
}
#mobile-menu-void{
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1098;  
    background: rgba(0,0,0,.6);
}
.cstm-cta {
    background: #3BB54E;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    color: #fff;
    margin: 60px 0 0 0;
}
.cstm-cta h4, .cstm-cta p {
    color: #fff;
}
.cstm-cta .cta-btns a:hover {
    background: #3BB54E;
    color: #fff;
}
.cstm-cta .cta-btns a {
    background: #fff;
    color: #3BB54E;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: inline-block;
}
.cstm-cta p {
    margin: 30px 0;
}
.cstm-cta h4 {
    font-size: 26px;
}
.imgBxThmb img {
    width: 100%;
    border-radius: 10px;
}
.cstmCtgryTmplt .btn {
    border: 1px solid #000;
    padding: 6px 18px;
    margin: 0 10px 0 0;
}
.cstmCtgryTmplt .btn a {
    font-size: 15px;
}
.cstmCtgryTmplt .btn.drk a
 {
    color: #fff;
}
.cstmCtgryTmplt .btn.drk {
    background: #000;
}
.cstmCtgryTmplt .btn.drk:hover {
    background: #fff;
}
.cstmCtgryTmplt .btn.drk:hover a {
    color: #000;
}
.cstmCtgryTmplt .btn.lgt:hover {
    background: #000;
}
.cstmCtgryTmplt .btn.lgt:hover a {
    color: #fff;
}
.cstmCtgryTmplt .bx2 {
    background: #D7FFDD;
    padding: 40px 0;
}
.cstmCtgryTmplt h2 strong {
    font-weight: 600 !important;
    color: #3BB54E;
}
.cstmCtgryTmplt .bxPstItem .post-item {
    box-shadow: 1px 1px 4px 2px #e7e7e7;
    margin: 20px 0;
    border-radius: 10px;
}
.cstmCtgryTmplt .bxPstItem .post-item h5 {
    height: 160px;
    padding: 20px;
}
.cstmCtgryTmplt .bxPstItem .post-item .imgBxThmb img {
    height: 200px;
}
.cstmCtgryTmplt .abt-sctn .rgt-box {
    box-shadow: 1px 1px 2px 2px #e7e7e7;
}
.cstmCtgryTmpltBnr .row {
    display: flex;
    align-items: center;
}
.cstmCtgryTmplt img.mbl {
    display: none;
}
.pst-dtl-cta img {
    width: 100%;
}
.pst-dtl-cta .col-12 {
    position: relative;
}
.pst-dtl-cta .wrpr-bx-cta {
    position: absolute;
    top: 16%;
    padding: 40px;
    width: 60%;
}
.cstmCtgryTmplt .cta-btns .btn.lgt:hover {
    background: #000;
    color: #fff;
}
.cstmCtgryTmplt .cta-btns .btn.lgt {
    background: #fff;
}
.cstmCtgryTmplt .cta-btns .btn.drk:hover {
    color: #000;
}
.cstmCtgryTmplt .cta-btns .btn.drk {
    color: #fff;
}
.cstmCtgryTmplt .cta-btns .btn {
    border: 0;
}
.cstmCtgryTmplt .cta-bx-cntnt h2 {
    color: #fff;
    font-weight: 600;
}
.cstmCtgryTmplt .cta-bx-cntnt p {
    color: #fff;
    margin-bottom: 40px;
}
.cstmCtgryTmplt .bxPstItem .post-item h5:hover {
    color: #3BB54E;
}
.cstmCtgryTmplt .first-image {
    text-align: right;
}
.recent-box-list .b-innr img {
    border-radius: 10px 10px 0 0;
}
.ct-inr-bx {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 1px 4px 2px #e7e7e7;
    margin: 0 10px 30px 0;
    border-radius: 10px;
    padding: 20px;
    height: 140px;
}
.ct-inr-bx .ct-ig-bx {
    width: 40%;
}
.ct-nm-bx {
    margin: 0 0 0 30px;
}
.cky-btn-revisit-wrapper {
    bottom: 80px !important;
}