@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins: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&family=Roboto+Slab:wght@100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

:root {
	--font-roboto: "Roboto Slab", serif;
	--font-poppins: "Poppins", serif;
}

body {
    background-color: #FFFFFF !important;
	font-family: var(--font-poppins);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-roboto) !important;
	font-weight: 400;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
p {
	font-family: var(--font-poppins);
	font-size: 18px;
    color: #333333;
    line-height: 1.5;
}
a {
	text-decoration: none;
	transition: all 0.3s ease;
}
a:hover{  
    color: #388659;
}   

/*=================================== Header ======================================*/

.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);
}


header li{
    padding: 0 40px 0 0;
}
header nav a {  
    color: #000;
    font-size: 20px;
    font-family: var(--font-roboto);
	text-decoration: none;
}   
header nav a:hover{  
    color: #388659;
}   
header nav ul li.current-menu-item a {
    font-weight: 600;
    color: #388659;
}
.cta-bx a.btn {
    border: 1px solid #388659;
    padding: 8px 22px;
    border-radius: 0;
    font-size: 20px;
    font-family: var(--font-poppins);
	color: #388659;
} 
a.btn.call {
    background: #388659;
    color: #fff;
    margin-right: 10px;
}
a.btn.call:hover {
    color: #388659;
    background: #fff;
}
a.btn.chat:hover {
    color: #fff;
    background: #388659;
}	

.navbar-nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    min-width: 320px;
    padding: 10px 0;
    list-style: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
}

.navbar-nav li.menu-item-has-children {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-nav li.menu-item-has-children:hover > .sub-menu {
        display: block;
    } 
}

.navbar-nav li.menu-item-has-children > a::after {
    content: "▾";
    margin-left: 6px;
    font-size: 20px;
    display: inline-block;
}
.navbar-nav .menu-item-has-children > .sub-menu li {
    padding: 10px 0;
}
 

.navbar-nav .menu-item-has-children {
    position: static; 
}

.navbar-nav .menu-item-has-children > .sub-menu {
    position: absolute;
    left: 0;
    right: 0;        
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 15px 20px;
    display: none;
}




/*=================================== Footer ======================================*/
footer {
    color: #fff;
    background: #333333;
}
span.footer-title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: var(--font-poppins);
}
footer .right-box ul { 
    column-gap: 40px; 
    color: #FFFFFF;
}
footer .right-box ul li {
    break-inside: avoid;
    padding: 0 0 20px 0;
}
footer .right-box ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-poppins);
    font-weight: 300;
}
.copyright-sctn ul.extra-menu {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}
.copyright-sctn .left-box {
    display: flex;
    align-items: center;
}
p.cpyrt {
    font-weight: 300;
}
.address-box a {
    font-size: 20px;
}
footer.footer-section a:hover {
    color: #388659 !important;
}
footer p {
    color: #fff;
}
.map-iframe {
    margin-top: 50px;
}

/*=================================== Pages ======================================*/
.hero-section {
    padding-top: 80px;
}
.hero-section h1 {
    color: #388659;
    font-size: 60px;
}
.feat-title-box {
    background: #0F80EF;
    padding: 20px;
    color: #fff;
}
.feat-title-box h4 { 
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
}
.feat-box-inner p {
    margin-bottom: 20px;
    height: 110px;
}
.feat-box-inner {
    background: #FDFDFD;
}
.feat-con {
    padding: 20px;
}
.feat-box-inner a {
    color: #388659;
    text-decoration: none;
}
.qb-features {
    position: relative;
    top: -50px;
}
.eqlSec {
    margin: 0 0 100px 0;
}
.save-more-bx-con .sv-mr-list {
    border: 1px solid #E5E5E5;
    text-align: center;
    height: 300px;
    padding: 20px;
    margin-bottom: 20px;
}
.save-more-bx-con {
    column-count: 2;
}
.our-services .feat-title-box {
    background: #388659;
    height: 126px;
}
.our-services .feat-box-inner p {
    height: 190px;
}
.our-services .feat-box-inner {
    border: 1px solid #CBCBCB;
    margin: 10px 0;
}
.clients .item {
    border: 1px solid #cbcbcb;
    padding: 20px;
    margin: 0 10px;
    opacity: 0.4;
    transition: .4s ease all;
    transform: scale(0.9);
    display: flex;
    gap: 20px;
    align-items: center;
}
.clients .active .item {
  opacity: 1;
  transform: scale(1);
}
.clients .item img {
    width: auto !important;
}
.text-bx-client {
    width: 60%;
}
.img-bx-client { 
    width: 40%;
}
.experts .experts-text {
    background: #0F80EF;
    padding: 60px;
    color: #fff;
}
.experts .experts-text a {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 10px 22px;
    margin: 0 10px;
}
.experts .experts-text a:hover {
    background: #fff;
    color: #0F80EF;
}
.about-right-banner {
    height: 320px;
    object-fit: cover;
    object-position: top;
}
.page-title p {
    margin: 0;
}
.page-title .rank-math-breadcrumb a {
    text-decoration: none;
    color: #909090;
}
.page-title {
    margin: 80px 0;
}
.about-con-box p:last-child {
    margin: 0;
}

.timeline {
    position: relative;
    margin: 50px auto;
    padding-left: 40px;
}
.timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
.timeline-item .icon {
    width: 60px;
    height: 60px;
    background-color: #ccc;
    border-radius: 4px;
    position: absolute;
    left: -30px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timeline-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    width: 2px;
    height: calc(100% - 20px);
    background-image: linear-gradient(#ccc 33%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 24px;
    background-repeat: repeat-y;
}
.timeline-item:last-child::before {
    display: none;
}
.timeline-item .content {
    margin-left: 60px;
    background-color: #fff;
} 
.timeline-item p {
    margin-bottom: 0;
    color: #555;
}
.contact-details a:hover {
    color: #388659;
}
.contact-details a {
    color: #000;
}
.experts .experts-text h2 {
    margin-bottom: 40px;
}
/* Pagination Styling */
.pagination {
    display: flex;
    list-style: none;
    gap: 8px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}
.pagination .page-item {
    display: inline-block;
    font-family: "Roboto Slab", serif;
}
.pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px; 
    border: 0;
    color: #A4A4A4;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}
.pagination .page-link:hover, .pagination .page-item.active .page-link {
    background-color: #ffffff;  
    font-weight: 700;
    border-radius: 100%;
    color: #000;
    border: 1px solid #BCBCBC;
}
.pagination .current {
    pointer-events: none;
}
.pagination .page-item:last-child .page-link, .page-item:first-child .page-link {
    border: 0; 
}
.pagination .page-item:last-child .page-link span, .page-item:first-child .page-link span {
    font-size: 30px;
}
.pagination .page-link:focus, .pagination .page-link:hover {
    box-shadow: none;
    border: 0;
    background-color: transparent;
}
.category-list-inner {
    margin-bottom: 60px;
}
p.author-details {
    color: #000;
    margin-bottom: 10px;
}
ul.pagination {
    border-top: 1px solid #868686;
    width: 100%;
    padding-top: 60px;
    margin: 0;
}
.post-navigation {
    margin-top: 40px;
    gap: 50px;
    margin-top: 80px;
}
/* .next-link {
    border: 1px solid #388659;
    padding: 12px 18px; 
    display: inline-block;
    background: #fff;
    color: #388659;
    font-weight: 400;
} */

.next-link a {
    color: #388659; 
}
/* .prev-link {   
    border: 1px solid #388659;
    padding: 12px 18px; 
    color: #fff;
    display: inline-block;
    background: #388659;
    font-weight: 400;
} */
.post-navigation a {
    text-decoration: none;
    font-weight: 400;
}
.prev-link a {
    color: #ffffff;
}

.single-pages #right-sidebar {
    width: 100%;
}
.single-pages .left-bar {
    padding-right: 60px !important;
}
.inside-right-sidebar aside {
    border: 1px solid #388659;
    padding: 20px;
    margin-bottom: 20px;
}
.inside-right-sidebar aside#block-12, .inside-right-sidebar aside#block-9, .inside-right-sidebar aside#block-7 {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
}
.inside-right-sidebar aside#block-3 {
    margin-top: 20px;
}
.inside-right-sidebar aside#block-13, .inside-right-sidebar aside#block-14, .inside-right-sidebar aside#block-8, .inside-right-sidebar aside#block-15, .inside-right-sidebar aside#block-10 {
    border-top: 0;
    padding-top: 0;
    margin: 0 0 20px 0;
}
.inside-right-sidebar aside h2.wid-head {
    margin: 0;
    font-size: 25px;
    color: #000;
}
.inside-right-sidebar aside label.wp-block-search__label, .inside-right-sidebar aside label.wp-block-categories__label {
    font-size: 25px !important;
    font-weight: 400;
    font-family: 'Roboto Slab';
    color: #000;
}
.inside-right-sidebar aside .wp-block-search__inside-wrapper {
    height: 46px;
}
.inside-right-sidebar aside button.wp-block-search__button {
    font-size: 16px !important;
    background: #388659;
    text-align: center;
}
.inside-right-sidebar aside .wp-block-search__input {
    outline: none;
    font-size: 16px !important;
}
.inside-right-sidebar aside select#wp-block-categories-1 {
    width: 100%;
    font-size: 16px;
    color: #333333;
    height: 48px;
    outline: none;
}
.inside-right-sidebar aside .wp-block-latest-posts a.wp-block-latest-posts__post-title {
    font-size: 15px;
    text-decoration: none;
    color: #333333;
}
.inside-right-sidebar aside .wp-block-latest-posts li img {
    width: 100%;
}
.inside-right-sidebar aside .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
    width: 30%;
}
.inside-right-sidebar aside .wp-block-latest-posts li:last-child {
    border: 0;
}
.inside-right-sidebar aside .wp-block-latest-posts li {
    border-bottom: 1px solid #0F80EF;
    height: 102px;
    margin: 20px 0 0 0;
}
.inside-right-sidebar aside li.wp-block-pages-list__item::marker {
    color: #388659;
}
.inside-right-sidebar aside a.wp-block-pages-list__item__link {
    text-decoration: none;
    color: #333333;
}
.inside-right-sidebar aside ul.wid-con.wp-block-page-list {
    padding-left: 20px;
}
.inside-right-sidebar aside ul.wid-con.wp-block-page-list li {
    padding-top: 16px;
}
.inside-right-sidebar aside figure.wp-block-image.size-full {
    padding-top: 16px;
}
.inside-right-sidebar aside ul.wid-con.wp-block-page-list li:before {
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #388659;
    height: 10px;
    display: inline-block;
    left: -10px;
    position: relative;
}
.post-banner {
    background: #388659;
    color: #fff;
    padding: 60px 0;
}
.post-banner nav.rank-math-breadcrumb p, .post-banner nav.rank-math-breadcrumb a {
    color: #fff;
    margin: 20px 0;
    text-decoration: none;
}
.post-banner .cta-bx {
    margin: 60px 0 20px 0;
}
.post-banner .cta-bx a, .service-banner .cta-bx a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-decoration: none;
}
.post-banner .cta-bx a:hover, .service-banner .cta-bx a:hover  {
    background: #fff;
    color: #388659;
}
div#ez-toc-container {
    width: 60%;
    border-color: #0F80EF;
    background: #fff;
}
div#ez-toc-container span.ez-toc-icon-toggle-span svg {
    color: #388659 !important;
}
div#ez-toc-container span.ez-toc-js-icon-con {
    border-color: #388659 !important;
}
.single-pages .wp-block-list li, .single-pages .wp-block-list li a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
}
.single-pages p {
    color: #000;
}
.service-banner {
    background: #388659;
    padding: 60px 0;
}
.service-banner {
    color: #fff;
}
.business-inner-box {
    border: 1px solid #CBCBCB;
    margin: 20px 0;
}
.busi-box-text {
    margin-left: 40px;
}
.busi-box-text a {
    text-decoration: none;
    background-color: #388659;
    color: #fff;
    padding: 10px 12px;
    border: 1px solid #388659;
}
.busi-box-text a:hover {
    background-color: #fff;
    color: #388659;
}
.busi-box-text p {
    margin: 10px 0 30px 0;
}
.busi-bx-img img {
    padding: 20px 0;
}
.business-inner-box ul {
    column-count: 3;
}
.business-inner-box ul li::marker {
    color: #388659;
}
.business-inner-box ul li:before {
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #388659;
    height: 10px;
    display: inline-block;
    left: -10px;
    position: relative;
}
.business-inner-box ul li p {
    display: inline;
}
.business-inner-box ul li {
    margin: 10px 0;
}
.custom-box {
    background-color: #388659; 
    padding: 25px;
    border-radius: 6px;
    color: #fff;
}
.page-template-default main .entry-header h1.entry-title, .page-template main .entry-header h1.entry-title {
    display: none;
}
.search .search-title a, .search .search-title {
    text-decoration: none;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.search nav#nav-below .nav-previous, .search nav#nav-below .nav-next {
    display: none;
}
.search .nav-links {
    text-align: center;
    margin-top: 40px;
}
.search .nav-links a {
    color: #000;
    margin: 0 10px;
    text-decoration: none;
    font-size: 18px;
}
.search .nav-links span.page-numbers.current {
    border: 1px solid;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    display: inline-block;
    /* font-weight: 600; */
    /* font-size: 20px; */
}
.content-bx ul.wp-block-list:last-child {
    margin-bottom: 0;
}
.wp-singular h2.wp-block-heading {
    margin: 50px 0 20px 0;
}
.inside-right-sidebar aside a.wp-block-pages-list__item__link:hover {
    color: #388659;
}
.search .search-title a:hover, .search .search-title:hover {
    color: #388659;
}



.pagination-wrapper ul.page-numbers {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  display: inline-flex;
  gap: 12px;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.pagination-wrapper ul.page-numbers li {
  display: inline-block;
}

.pagination-wrapper ul.page-numbers li a,
.pagination-wrapper ul.page-numbers li span {
    padding: 7px 12px;
    border-radius: 20px;
    /* border: 1px solid #ccc; */
    color: #666;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    height: 40px;
}

 
.pagination-wrapper ul.page-numbers li span.current {
  background-color: white;
  border-color: #666;
  color: #333;
  font-weight: 600;
  cursor: default;

    border: 1px solid #ccc;
}

.pagination-wrapper ul.page-numbers li span.dots {
  border: none;
  cursor: default;
  padding: 6px 8px;
  color: #999;
  font-weight: 700;
}

.pagination-wrapper ul.page-numbers li a.prev,
.pagination-wrapper ul.page-numbers li a.next {
  font-weight: bold;
  font-size: 20px;
  min-width: 36px;
  color: #444;
  border-color: transparent;
}
 
.cstmCtgryTmplt .category-list {
    border: 1px solid #CBCBCB;
    text-align: left;
}
.cstmCtgryTmplt .cat-bx-dtl {
    padding: 20px;
}
.cstmCtgryTmplt .cat-head a {
    font-size: 20px;
    font-weight: 600;
}
.cstmCtgryTmplt p.author-details {
    font-size: 13px;
    height: 30px;
}
.cstmCtgryTmplt p.cat-dtl {
    height: 160px;
}
.cstmCtgryTmplt p.cat-head {
    height: 60px;
}
input.search-field {
    height: 40px;
    border: 1px solid #333333;
    outline: none;
}
button.search-submit {
    height: 40px;
    background: #fff;
    border: 1px solid #388659;
    background: #388659;
    width: 60px;
}
.page-id-114401 figure.wp-block-image {
    display: inline-block;
}
.page-id-114401 ul.wp-block-list {
    column-count: 2;
    margin: 30px 0;
}
.recent-blogs .btn-grn {
    border: 1px solid #388659;
    width: 160px;
    margin: 0 auto;
    background: #388659;
    color: #fff;
    border-radius: 0;
}
.recent-blogs .btn-grn:hover {
    background: #fff;
    color: #388659;
}
.blog-box-inner a {
    text-decoration: none;
    color: #388659; 
    font-size: 22px;
}
.blog-title-box {
    border: 1px solid #CBCBCB;
    text-align: center;
    margin: 0 0 30px 0;
}
.blog-title-box .blog-title {
    padding: 20px;
    height: 120px;
}
.author-details span {
    font-weight: 500;
}
.widget-area.sidebar .widget {
    padding: 20px;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
    /*width: 50%;*/
    border: 1px solid #388659;
    padding: 6px 10px;
    display: flex;
    background: #fff;
    color: #388659;
    font-weight: 400;
    align-items: center;
}
.post-navigation .nav-previous {
    background: #388659;
}
.post-navigation .nav-next:hover {
    background: #388659;
}
.next-link:hover a, .post-navigation .nav-next:hover a {
    color: #fff;
}

.post-navigation .nav-previous:hover {
    background: #ffffff;
}
.prev-link:hover a, .post-navigation .nav-previous:hover a {
    color: #388659;
}
.blog-title-box .feat-img img {
    height: 130px;
    object-fit: cover;
}
.cky-revisit-bottom-left {
    bottom: 66px !important;
}
div#ez-toc-container {
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    /* Mobile open class */
    .navbar-nav li.submenu-open > .sub-menu {
        display: block;
    }

}