/* Common CSS Start */
:root {
    --color-1: #000000;
    --color-2: #94A684;
    --color-3: #58694A;
    --color-4: #fff;
    --font-plus-jakarta-sans: "Plus Jakarta Sans";
    --font-inter: "inter";
    --font-bricolage-grotesque: "Bricolage Grotesque";
    --font-anek-latin: "Anek Latin";
}
* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
html {
    scroll-behavior: smooth;
}
body, html{
    height: 100%;
}
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    letter-spacing: 0;
    font-family: var(--font-inter);
    font-weight: 400;
    color: var(--color-1);
    font-size: 18px;
    line-height: 30px;
    padding-top: 0px;
}
.wow {
    overflow: hidden;
}

@keyframes zoomIn {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.zoomInEffect {
    animation: zoomIn 1s ease-out forwards;
}

img {
    max-width: 100%;
    height: auto;
}
.nav-link:focus, .nav-link:hover {
    color: var(--color-3);
}
.hide{
    display: none;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

:focus{
    outline: 0;
    outline: none;
}
a {
    color: var(--color-3);
    text-decoration: underline;
    font-weight: 600;
}
a:hover {
    color: #000000;
}
html body a:focus, html body h1:focus, html body h2:focus, html body h3:focus, html body h4:focus, html body h5:focus, html body h6:focus {
    outline: var(--color-2);
    text-decoration: unset;
}
p {
    margin-bottom: 15px;
}
p:last-child{
    margin-bottom: 0
}
a:focus {
    color: #000000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--color-3);
}
select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}
a img{
    outline: 0;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logged-in header#header {
    top: 0px;
}
/* body.logged-in {
    padding-top: 112px;
} */
body.nav-open-menu{
    overflow: hidden;
}
/* btn sec */
.btn svg, .btn img {
    width: 18px;
    height: 17px;
    margin-left: 8px;
    position: relative;
    top: 0px;
    display: inline-block;
}
.btn {
    border-radius: 0;
    background-color: #94A684;
    color: var(--color-4);
    position: relative;
    border: 1px solid #94A684;
    line-height: 100%;
    font-family: Inter;
    font-weight: 600;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.btn:hover {
    transition: 0.5s;
    border-color: #58694A;
    color: white;
    background-color: #58694A;
}

.btn.focus, .btn:focus {
    transition: 0.5s;
    border-color: var(--color-3);
    color: #fff;
    background-color: var(--color-3);
}

.btn:hover svg path {
    stroke: #fff;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    transition: 0.5s;
    border-color: var(--color-3);
    color: #ffffff;
    background-color: var(--color-3);
}

input, select, textarea{
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
[type=submit]{
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

p:empty {
    display: none;
}

.btn:hover svg {
    transition: 0.5s;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    color: #000000;
    ;
    font-family: var(--font-plus-jakarta-sans);
    font-weight: 400;
    line-height: 1.3;
}
h1 {
    font-size: 55px;
    margin-bottom: 15px;
    font-family: var(--font-plus-jakarta-sans);
    ;
}
h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 35px;
    font-family: var(--font-plus-jakarta-sans);
    text-transform: uppercase;
}
.h3, h3 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: var(--font-plus-jakarta-sans);
    text-transform: uppercase;
    color: #000000;
}
h4 {
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: var(--font-plus-jakarta-sans);
    text-transform: uppercase;
    letter-spacing: 0%;
}
h5 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: var(--font-plus-jakarta-sans);
    text-transform: uppercase;
    letter-spacing: 0%;
}
h6 {
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: var(--font-plus-jakarta-sans);
    text-transform: uppercase;
    letter-spacing: 0%;
}
.linklist ol, .linklist ul {
    margin-bottom: 15px;
    line-height: 28px;
    padding-left: 15px;
}
.linklist ul li ul, .blog-box .blog-content ol li ol, .blog-box .blog-content ul li ul {
    margin-top: 10px;
    position: relative;
}
.linklist ol li, .linklist ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 25px;
}
.linklist ul li:after {
    position: absolute;
    left: 0;
    content: "";
    border-radius: 100%;
    height: 14px;
    width: 14px;
    background-color: transparent;
    background-image: url(../img/list-star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 6px;
}
.linklist ol {
    padding-left: 30px;
}
.linklist ol li {
    padding-left: 0px;
    display: list-item;
}

.linklist ol {
    clear: both;
    list-style: none;
    margin-bottom: 25px;
    padding-left: 0;
}
.linklist ol>li {
    counter-increment: li;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    padding: 14px 18px 14px 47px;
    position: relative;
    padding-top: 12px;
}
.linklist ol>li:before {
    background-color: #9a2035;
    border-radius: 50%;
    color: #fff;
    content: counter(li);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 32px;
    left: 0;
    line-height: 33px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 32px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 20px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 25px;
}

.section-pd {
    padding: 100px 0;
}
.section-pt {
    padding-top: 70px;
}
.section-pb {
    padding-bottom: 70px;
}
.space-pd {
    padding: 100px 0;
}
.title, .heading {
    margin-bottom: 20px;
    position: relative;
    display: block;
    color: #363534;
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
    font-family: var(--font-plus-jakarta-sans);
    letter-spacing: 0;
}
.h2, h2 {
    color: #000000;
    font-family: var(--font-plus-jakarta-sans);
    font-weight: 500;
    font-size: 55px;
    text-transform: uppercase;
}
.white-color-sec p a, .white-color-sec .heading, .white-color-sec p, .white-color-sec .title,
.white-color-sec ul li, .white-color-sec h2, .white-color-sec h3, .white-color-sec h4, .white-color-sec h5,
.white-color-sec h6, .white-color-sec .small-text {
    color: var(--color-2);
}
.white-color-sec .btn {
    transition: .5s;
    background: transparent;
    color: var(--color-2);
    border-color: var(--color-2);
}

.white-color-sec .btn:hover {
    transition: .5s;
    background: var(--color-3);
    color: var(--color-2);
    border-color: var(--color-3);
}

div#html5-close {
    background-image: url(../img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
    top: 5px !important;
}
div#html5-close img {
    display: none;
}
.searchform .close-btn {
    right: 25px;
    top: 10px;
}
.default-page .default-content ul {
    padding-left: 30px;
    padding-bottom: 20px;
}
.searchform .close-btn:before, .searchform .close-btn:after {
    left: 0;
    right: 0;
    top: 9px;
}
/* Common CSS END */

/* Menu CSS Start */
ul {
    padding: 0;
    margin: 0;
}
ul.menu-top li {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0 5px;
    margin-left: 0px;
    transition: .5s;
}
.translated-ltr .menu-top li {
    padding: 0 3px;
}
ul.menu-top li:first-child {
    margin-left: 0px;
}
ul.menu-top > li.menu-item-has-children {
    margin-right: 0;
}
ul.menu-top>li#menu-item-250 > ul.sub-menu {
    right: 0;
}
.menu-top li a br, .menu-top li .sub-menu li a br{
    display: none;
}
.translated-ltr .menu-top li a {
    padding: 10px 5px;
    letter-spacing: 0px;
}
.menu-top li a {
    padding: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0px;
    color: var(--color-1);
    font-family: var(--font-poppins);
    padding-bottom: 7px;
    text-transform: uppercase;
    padding: 10px 10px;
    border-radius: 5px;
}
ul.menu-top > li.menu-item-has-children > a {
    margin-right: 0;
    padding-right: 20px;
}
.translated-ltr .menu-top > li.menu-item-has-children > a {
    margin-right: 0;
    padding-right: 20px;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--color-7);
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 0;
}
.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
    opacity: 0;
}
.nav-menu .menu-top>li.current-menu-ancestor a:before, .nav-menu .menu-top>li.current-menu-item>a:before {
    width: 100%;
    opacity: 0;
}
.menu-top li a:hover, .menu-top li a:focus {
    color: #94a684;
    background: unset;
    border-radius: 0px;
}
.nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor>a {
    font-weight: 500;
    color: #58694A;
    background-color: unset;
    border-radius: 10px;
}
.nav-menu>.menu-top>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #fff transparent transparent;
    display: flex;
    align-items: center;
}

ul.menu-top li ul.sub-menu li.menu-item-has-children:after{
    display: none;
}
/* dropdown start here */
ul.menu-top li:hover>ul {
    display: block;
}

ul.menu-top li:hover li {
    float: none;
}
ul.menu-top li:hover li a:hover {
    background: var(--color-3);
    color: #fff;
}
.menu-top .sub-menu > li {
    border-bottom: none;
}
.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}
.menu-top .sub-menu li.current-menu-parent > a {
    background-color: var(--color-3);
    color: #fff;
    border-radius: 0;
}
.menu-top .sub-menu li.current_page_item a {
    background-color: #58694A;
    color: #fff;
    border-radius: 0;
}
.menu-top .sub-menu li:hover {
    border-radius: 0 !important;
}
.menu-top .sub-menu > li:nth-child(1) {
    border-top: 0px solid #efefef;
}
.menu-top .sub-menu>li.current_page_item ul li a {
    background-color: #fff;
    color: #000;
}
.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {
    background-color: var(--color-3);
    color: #fff;
}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}
/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}
ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(238, 226, 215, 1);
    border-radius: 0 !important;
}
ul.menu-top li .sub-menu li:hover {
    color: #363534;
}

.nav-menu-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.menu-top {
    position: relative;
    transition: all ease-in-out .2s;
    text-align: right;
    justify-content: space-between;
    display: flex;
    right: 0px;
    top: 3px;
}
.menu-top li:last-child {
    margin-right: 0;
}
ul.menu-top li#menu-item-25 {
    display: none;
}
.sub-menu {
    background-color: #fff;
    min-width: 230px;
    text-align: left;
    left: 15px;
}
ul.menu-top li .sub-menu li a {
    font-size: 16px;
    padding: 13px 10px 13px 10px;
    line-height: 18px;
    margin: 0;
    color: #363534;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 1px;
}
ul.menu-top li .sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.menu-top .sub-menu li.current_page_item a:before, .menu-top .sub-menu li a:hover:before {
    background: #fff;
}
ul.menu-top li .sub-menu li a:hover {
    color: #ffffff;
    background: #58694A;
}
.menu-header ul.sub-menu li.menu-item-has-children>a:after {
    -ms-transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg);
    right: 13px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid #293a4c;
    border-bottom: 2px solid #293a4c;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}
ul.menu-top li .sub-menu li.menu-item-has-children > a:hover {
    background-color: var(--color-3);
    color: #fff;
}
.menu-header ul.sub-menu li.current-menu-ancestor>a:after {
    border-color: #fff;
}
.menu-header ul.sub-menu li.current-menu-item>a:after, .menu-header ul.sub-menu li.menu-item-has-children>a:hover:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.menu-header > ul > li > ul {
    transform: translateY(1.250em);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
    margin-top: 0px;
}
header#header.small-header .menu-header > ul > li > ul {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);
    transition: all linear 0.1s;
}
.menu-header .sub-menu {
    visibility: hidden;
}
.menu-header ul li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
    z-index: 1;
}
.menu-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0px;
    margin: auto;
    right: 8px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-image: url(../img/nav-arrow.svg);
    background-position: center;
    height: 16px;
    width: 16px;
    bottom: 0px;
}
.translated-ltr .menu-top li.menu-item-has-children:after {
    right: 3px;
}
.menu-top > li.current-menu-item:after, .nav-menu .menu-top>li.current-menu-ancestor:after {
    background-image: url(../img/nav-arrow.svg);
}
.menu-header ul li#menu-item-146765:hover>ul {
    max-height: 500px;
    overflow-y: scroll;
}
.menu-header .two-col-menu ul.sub-menu {
    column-count: 2;
    min-width: 420px;
}
.menu-header .two-col-menu .sub-menu li {
    padding: 0;
    display: inline;
}
.menu-header .two-col-menu .sub-menu li a {
    border-bottom: 1px solid rgba(243, 243, 243, 1);
}
/* Menu CSS END */
/* block css default */
.wp-block-group, .wp-block-columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
}
.wp-block-group ul, .wp-block-columns ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 15px;
}
/* block css default */

/* Header Search */
.search-box-outer {
    width: 57%;
    margin-left: auto;
}
.search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../img/search-white.png);
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
}
.close-search{
    cursor: pointer;
}
.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px;
}
.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}
.mobile-search-bar {
    cursor: pointer;
    position: relative;
    padding-left: 0;
    margin-right: 20px;
    top: 2px;
    height: 19px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    margin-left: 5px;
}
.mobile-search-bar .white-search-icon {
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/search.svg);
    background-position: center;
    cursor: pointer;
    transition: 0.5s;
}
.mobile-search-bar .white-search-icon:hover {
    background-image: url(../img/search-hover.svg);
    transition: 0.5s;
}
header#header.small-header .search-bar-box {
    top: 0;
}
#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar {
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s;
}
.search-icon-form button.btn {
    background-color: var(--color-3);
    padding: 20px;
    margin-top: 0;
}
.search-icon-form button.btn:hover {
    background-color: #fff;
    color: var(--color-3);
    border: 1px solid #fff;
}

.search-icon-form button.btn:focus{
    background-color: var(--color-3);
    color: #fff;
    border: 1px solid var(--color-3);
}

.search-wrapper {
    flex-direction: column;
    text-align: center;
}

.search-wrapper .title {
    color: var(--color-3);
    margin-bottom: 50px;
}

.search-input-box .form-control {
    color: #76777a;
}

.search-form-outer{
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}

.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}

.search-input-box{
    width: 100%
}

.search-input-box input{
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

#m-SiteSearchs-form .search-input-box ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 0;
    height: 2.5rem;
    background-color: transparent;
    color: #000000;
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}
/* Header Search End */

/* side menu logo */
.menu-logo-wrapper {
    position: absolute;
    padding: 15px;
    max-width: 115px;
    z-index: 15;
    opacity: 0;
    pointer-events: none;
}
.menu-logo-wrapper a {
    display: inline-block;
}
.menu-logo-wrapper a img {
    width: auto;
}
/* side menu logo */

/* Header CSS Start */
.menu-wrap, .mobile-header-sec{
    display: none;
}
.top-right-phone-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.logo-wrapper {
    height: auto;
    position: relative;
    width: auto;
    top: 0;
}
.logo-wrapper a {
    display: flex;
    align-items: center;
    width: 180px;
}
.logo-wrapper a img {
    width: auto;
    transition: 1s;
    object-fit: contain;
}
.menu-top li a, header#header.small-header .header-contact-info a {
    transition: 1s;
}
header#header.small-header .logo-wrapper a img {
    max-width: 100%;
}

.top-search-bar {
    text-align: right;
    position: relative;
    width: 45px;
}
.nav-menu-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    padding-right: 0;
    justify-content: center;
    align-items: center;
}
.menu-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.nav-menu-inner ul > li .sub-menu *{
    transition: none;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 20px 0 20px 0;
    background: white;
    transition: all 0.5s;
}
header#header.small-header {
    transition: all 0.5s;
    background-color: white;
    box-shadow: 0px 4px 50px 0px #0000001A;
}
.header-left-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-aside-col {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

.header-contact-info {
    /* margin-top: 0; */
    position: relative;
    /* display: flex; */
    /* width: 314px; */
    flex-direction: column;
    /* padding-left: 0; */
    /* padding-bottom: 0; */
    height: 66px;
    /* justify-content: center; */
    top: 10px;
    /* align-items: flex-start; */
}
.header-contact-info a {
    margin-left: 0;
    width: auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    font-family: var(--font-poppins);
    line-height: 24px;
    color: var(--color-2);
    background-position: 1px center;
    background-image: url(../img/phone-icon.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.header-contact-info a:hover span {
    text-decoration: none;
}
.header-contact-info a:hover div {
    transition: 0.5s;
    text-decoration: unset;
}
.header-contact-info a span {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
    display: block;
    line-height: 1;
    position: relative;
    top: -2px;
    letter-spacing: normal;
    font-family: var(--font-dm-sans);
    color: var(--color-7);
}
.header-contact-info a div {
    font-size: 20px;
    font-weight: 600;
    display: block;
    line-height: 1;
    position: relative;
    letter-spacing: normal;
    font-family: var(--font-dm-sans);
    color: var(--color-7);
}
.header-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/** Mobile Search Bar ***/
.mobile-search-bar-box .search-input-box{
    width: 100%;
    position: relative;
}
.close-btn {
    position: absolute;
    right: -15px;
    top: -10px;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 0;
    color: #fff;
    border: none;
    background: var(--color-2);
    border-radius: 45px;
    z-index: 1;
    border: 1px solid var(--color-2);
    transition: .5s;
}
.close-btn:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transition: .5s;
}
.close-btn:before, .close-btn:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff;
    right: 0;
    margin: auto;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: black;
}
.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
.modal-dialog-scrollable .modal-content {
    overflow: inherit;
}
.mobile-search-bar-box{
    display: none
}
.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 160px;
    z-index: 10000;
    background-color: var(--color-3);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);
    opacity: 0;
}
.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
    opacity: 1;
}
.mobile-search-bar-box form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-search-bar-box .search-input-box input {
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    height: 46px;
    padding-left: 0px;
    padding-right: 50px;
    border-radius: 0;
}
.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}
.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: -20px;
    position: relative;
    background-image: url(../img/white-search-icon.svg);
    opacity: 0.7;
}

.search-icon-form button:hover {
    opacity: 1;
}

.search-input-box .form-control:focus {
    border-bottom: 1px solid #88C5FF!important;
    color: #fff;
}
.mobile-search-bar-box .search-input-box {
    position: relative;
}
.req-error {
    position: absolute;
    font-size: 11px;
    bottom: -19px;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 0;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 0;
    line-height: normal;
    text-transform: capitalize;
}
.mobile-search-bar img {
    cursor: pointer;
    top: -3px;
    position: relative;
}

.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}
.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}
.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    width: 40px;
}
.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}

.nav-menu-inner .nav-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}
header#header.small-header .nav-menu-inner .nav-menu {
    top: 0;
}
/* Mobile Search Bar */

/* Footer CSS */
.main-footer {
    margin-top: 0;
    width: 100%;
    position: relative;
    background-color: #000000;
    color: white;
    overflow: hidden;
}
.footer-wrapper {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    z-index: 9;
}
.footer-heading {
    font-style: normal;
    margin-bottom: 20px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-logo a {
    display: inline-block;
    line-height: normal;
}
.footer-logo a img {
    width: auto;
}
.footer-logo {
    margin-bottom: 30px;
    max-width: 330px;
}
.copyright-wrapper {
    background: #94A684;
    width: 100%;
    position: relative;
    padding: 20px 0px 20px 0;
    z-index: 9;
}
.copyright-wrapper .copyright {
    text-align: center;
    color: #2D2D2D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-footer li a {
    color: var(--color-6);
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 16px;
    transition: .5s;
    line-height: normal;
}
.menu-footer li a:hover {
    color: #94a684;
    transition: .5s;
}
.copyright .small-nav {
    margin-left: 5px;
    color: var(--color-5);
}
.copyright .small-nav a {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    padding-right: 0;
    color: white;
    margin-left: 4px;
}
.copyright .small-nav a:hover {
    color: var(--color-5);
    text-decoration: underline;
}
.copyright .small-nav a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: rgb(255 255 255);
    top: 0;
    right: -8px;
    bottom: 0;
    margin: auto;
}
.copyright .small-nav a:last-child:after {
    display: none;
    opacity: 0;
}
.footer-social {
    z-index: 1;
    display: flex;
    margin-top: 0;
    gap: 0 15px;
    position: relative;
}
.footer-social li:last-child {
    margin-right: 0
}
.footer-social li a {
    position: relative;
    height: 45px;
    width: 45px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #58694A;
    border-radius: 5px;
    transition: .5s;
    background-color: #58694A;
}
.footer-social li a:hover {
    border-color: #58694A;
    transition: .5s;
    background: transparent;
}
ul.footer-social li a svg,ul.footer-social li a img {
    height: 20px;
    width: 20px
}

ul.footer-social li a svg path,ul.footer-social li a svg circle,ul.footer-social li a svg rect {
    fill: var(--color-4);
}

ul.footer-social li a:hover svg path,ul.footer-social li a:hover svg circle,
ul.footer-social li a:hover svg rect {
    fill: var(--color-4);
}
/* Footer CSS */

/* Blog Section CSS */
.latest-blogs-section {
    background: #f5f5f5;
    width: 100%;
    position: relative;
}
.blog-col-item .blog-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    color: var(--color-1);
}
.blog-col-item .blog-title a:hover {
    color: var(--color-3);
}

.blog-col-item .blog-info-sec {
    padding: 20px;
    width: 100%;
}

.blog-col-item {
    display: block;
}

.blog-col-item .blog-item {
    background: #fff;
    width: 100%;
    height: 100%;
}
.blog-col-item .blog-title {
    width: 100%;
    margin-bottom: 8px;
}
.blog-col-item .blog-item .blog-image {
    width: 100%;
}
.blog-col-item .blog-item .blog-image a {
    display: block;
    overflow: hidden;
}
.blog-col-item .blog-item .blog-image a img {
    width: 100%;
    transition: 0.7s;
    height: 216px;
    object-fit: cover;
}
.blog-col-item .blog-item .blog-image a:hover img {
    transition: 0.7s;
    transform: scale(1.1);
}

.blog-col-item .blog-item .blog-image a.no-blog-image {
    background: var(--color-3);
}

.blog-col-item .blog-item .blog-image a.no-blog-image img {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.blog-col-item .blog-item .blog-info-sec p {
    color: #4D4D4D;
}

.latest-blogs-list {
    width: 100%;
    position: relative;
}

.blogs-btn-col {
    margin-top: 46px;
}
.latest-blogs-list .blog-col-item {
    margin-top: 30px;
}
/* Blog Section CSS */

/* Post Author CSS */
.post-author a {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.post-author a:hover .author-name {
    color: white;
    display: inline-block;
}
.post-meta img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    background-color: #c1c1c1;
    border-radius: 50%;
}
.blog-category-and-date {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.bg-color .author-name {
    color: white;
    text-transform: capitalize;
    font-size: 15px;
}
.post-meta .blog-date {
    font-size: 15px;
    color: rgba(77, 77, 77, 0.68);
    text-transform: uppercase;
    line-height: normal;
    margin-right: 5px;
}
/* Post Author CSS */

.nap-postal-address-wrapper {
    font-family: var(--font-dm-sans);
    color: white;
}
.nap-postal-address-wrapper a {
    color: white;
}
.home-banner {
    padding: 180px 0px 70px 0;
    height: 900px;
    overflow: hidden;
}
.home-banner .banner-des .h1, .home-banner .banner-des h1 {
    font-size: 85px;
    font-weight: 800;
    letter-spacing: 0;
    font-family: var(--font-outfit);
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -16px;
    right: 0px;
    font-size: 11px;
    background-color: #c20000;
    padding: 0px 4px;
    border-radius: 0;
    height: auto;
    line-height: 16px;
    z-index: 1;
}
.footer-frm .wpcf7-textarea {
    height: 120px;
    resize: none;
}
.footer-frm .form-control {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.27);
    color: white;
    border: 1px solid white;
    backdrop-filter: blur(4px);
}
.footer-frm .wpcf7-form-control::placeholder {
    color: white;
    font-family: 'inter';
    font-weight: 400;
    font-size: 14px;
}
.form-control:focus {
    color: #ffffff;
    border-color: #94A684;
    outline: 0;
    box-shadow: unset;
}
.sidebar-form .wpcf7-textarea {
    height: 120px;
    resize: none;
}
.sidebar-form .btn {
    width: 100%;
}
.sidebar-frm .wpcf7-form-control {
    border-radius: 0;
}
.sidebar-frm .wpcf7-form-control::placeholder {
    color: black;
    font-family: 'inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 182%;

}
.sidebar-frm .wpcf7-form-control {
    background-color: #FFFFFF1A;
}
.sidebar-frm .btn {
    background-color: #94a684;
    margin-top: 20px;
}
.sidebar-form .wpcf7-list-item-label {
    color: black;
}
.sidebar-frm .btn:hover {
    background-color: #58694A;
    color: #fff !important;
}
.faq-section .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}
.faq-section .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
button.accordion-button.collapsed {
    text-transform: capitalize;
    margin-bottom: 0;
    transition: .5s;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    /* color: white; */
}
.accordion-button:not(.collapsed) {
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
    transition: .5s;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    color: rgb(255 255 255);
}
.accordion-item {
    background-color: transparent;
    margin-bottom: 15px;
    padding: 0px 0px;
    border: none;
    box-shadow: none;
}
.accordion-button {
    background-color: transparent;
}
.accordion-body {
    color: #000000;
    font-size: 18px;
    padding: 10px 15px 10px 0;
}
.accordion-button {
    font-family: 'inter';
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2026/05/minus-circle.svg);
    background-size: 20px;
    transform: rotate(0deg);

}
.accordion-button::after {
    border-radius: 100px;
    background-image: url(/wp-content/uploads/2026/05/plus-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transform: rotate(-90deg);
}
.page-banner {
    height: 330px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 70px;
    padding-top: 70px;
}
.page-banner h1 {
    color: white;
}
.page-banner .h1, .page-banner h1 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
}
.blog-box-div {
    margin: 15px;
    position: relative;
    box-shadow: 0px 4px 50px 0px #0000001A;
}
.blog-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 150px;
    margin-top: 30px;
}
/* Dots */
.blog-dots .slick-dots {
    position: relative;
    bottom: 0;
}
.blog-dots .slick-dots li button:before {
    font-size: 10px;
    color: #fff;
    opacity: 0.5;
}

.blog-dots .slick-dots li.slick-active button:before {
    opacity: 1;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #ff000000;
    border: 0;
    outline: none;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 100px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-active button {
    background: rgba(255, 255, 255, 1) !important;
    color: green;
}
.home-blog-list {
    margin-bottom: 0 !important;
}
.blog-arrows .prev-icon {
    border: 1px solid rgba(133, 66, 0, 1);
    width: 50px;
    height: 50px;
    border-radius: 0px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.blog-arrows .next-icon {
    border: 1px solid rgba(133, 66, 0, 1);
    width: 50px;
    height: 50px;
    border-radius: 0px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.blog-arrows {
    display: flex;
    gap: 0 20px;
}
.blog-category {
    margin: 0px 0 15px 0;
}
button.search-btn {
    transition: .5s;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    align-items: center;
    justify-content: center;
    top: 27%;
    z-index: 9;
}
.search-btn svg path {
    stroke: rgba(88, 105, 74, 1);
}
.search-btn:hover {
    transition: .5s;
}
.parent-pages {
    padding: 30px 20px;
    border-radius: 0px;
    background-color: #fbfbfb;
    margin-top: 30px;
    border: 1px solid #cfcfcf;
}
.sidebar-blog-list {
    padding: 30px 20px;
    border-radius: 0;
    background-color: #fbfbfb;
    margin-top: 30px;
    border: 1px solid #cfcfcf;
}
.sidebar-heading {
    margin-bottom: 15px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.sidebar-blog-list li a:after {
    background-image: url(../img/blog-sidebar-arrow.svg);
    position: absolute;
    right: 0px;
    top: 3px;
    width: 25px;
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    content: "";
    height: 25px;
    transform: rotate(-90deg);
}
.sidebar-blog-list a {
    color: rgba(21, 26, 43, 1);
    transition: .5s;
}
.sidebar-blog-list a:hover {
    color: var(--color-3);
    transition: .5s;
}
.sidebar-blog-list li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
}
.sidebar-form {
    padding: 30px 20px;
    border-radius: 0px;
    background-color: #fbfbfb;
    border: 1px solid #cfcfcf;
}
.wpcf7-spinner {
    display: block !important;
    position: absolute;
}
.sidebar-form .sidebar-heading {
    color: black;
    background: none;
    -webkit-text-fill-color: unset;
    text-align: center;
    margin-top: 0;
}
nav.navigation.pagination {
    justify-content: center;
    position: relative;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    border-left: 0;
    border-right: 0;
    padding: 40px 0 0 0;
}
span.page-numbers.current {
    background: #58694A;
    color: #fff;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 100px;
    margin: 0 0px;
}
a.page-numbers {
    border: 1px solid #58694A;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 10px;
    color: rgba(0, 7, 19, 1);
    background-color: transparent;
    transition: .5s;
}
a.page-numbers:hover {
    background: #58694A;
    border: 1px solid #58694A;
    color: #fff;
    transition: .5s;
}
.pagination .prev {
    background: #58694A;
    border: 1px solid #58694A;
    transition: .5s;
    border-radius: 100px;
}
.pagination .next {
    background: #58694A;
    border: 1px solid #58694A;
    transition: .5s;
    border-radius: 100px;
}
.blog-search input {
    border: none;
    padding: 20px 0;
    border-radius: 0;
    border-bottom: 1px solid #b6b6b6;
    background-color: transparent;
    box-shadow: none;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.blog-search .form-control:focus {
    color: #000000;
    background-color: transparent;
    border-bottom: 1px solid rgb(148 166 132);
    outline: 0;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.breadcrumbs-block {
    background-color: rgba(244, 244, 244, 1);
    padding: 7px 0;
}
.breadcrumbs-block {
    background-color: #EFEFEF;
    font-size: 15px;
}
#breadcrumbs {
    color: #000713;
}
#breadcrumbs {
    color: #000713;
    font-weight: 600;
    letter-spacing: 5%;
    text-transform: uppercase;
}
#breadcrumbs a{
    color: #000713;
}
.contact-frm .wpcf7-form-control {
    border-radius: 0;
    background-color: white;
}
.contact-frm .wpcf7-form-control::placeholder {
    color: #000000;
}
.contact-frm .btn:hover {
    background: white;
    color: #2671b8;
}
.contact-frm .form-control:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(88, 105, 74, 1)!important;
}
.contact-frm .wpcf7-form-control{
    color: #000000;
}
.contact-frm .wpcf7-textarea {
    height: 150px;
    resize: none;
    margin-bottom: 20px;
}
.contact-frm .contact-page-btn {
    margin-top: 40px;
}
.contact-us-content-div {
    padding-right: 30px;
}
.footer-frm .contact-page-btn {
    margin-top: 20px;
    margin-left: 10px;
}
.no-featured-wrapper {
    background-color: #000;
    padding: 50px;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-featured {
    height: 100px !important;
}
.btn-blog {
    transition: .5s;
    font-weight: 700;
    font-size: 16px;
    color: #94A684;
    text-transform: uppercase;
}
.btn-blog:hover {
    color: var(--color-3);
    transition: .5s;
    text-decoration: underline;
}
.blog-title.h5{
    color: rgba(19, 24, 41, 1);
    transition: .5s;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}
.blog-title.h5:hover {
    color: #94A684;
    transition: .5s;
}
.blog-detail .blog-title {
    margin: 20px 0;
    line-height: 1.2;
    text-transform: uppercase;
}
.parent-pages ul {
    padding-left: 0px;
}
.sidebar-form .contact-page-btn {
    margin-top: 20px;
}
.btn-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: rgba(1, 56, 147, 1);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    z-index: 9;
    opacity: 1;
    border: 2px solid white;
}
.btn-close:hover {
    opacity: 1;
}
.modal-body {
    padding: 40px;
}
.error-frm .wpcf7-form-control::placeholder {
    color: black;
}
.error-frm .form-control:focus {
    color: black;
}
.error-frm .wpcf7-textarea {
    height: 150px;
}
.error-frm .contact-page-btn {
    margin-top: 30px;
}
.post-lists .search-post-loop {
    margin-bottom: 50px;
    background: #eee;
    padding: 30px 40px;
}
.post-content .content {
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
input.form-control.blogsearch {
    color: black;
    padding-right: 45px;
}
em {
    word-wrap: break-word;
}
.footer-social li {
    list-style: none;
}
.privacy-policy .default-privacy-policy ul {
    padding-left: 30px;
}
.header-contact-info {
    padding-right: 40px;
}
.header-contact-info a:hover div {
    color: #efbf04;
    transition: .5s;
}
.header-contact-info a div {
    transition: .5s;
}
.direction-link {
    text-decoration: underline;
    font-weight: 400;
}
.direction-link:hover {
    text-decoration: underline;
}
.mail {
    font-weight: 400;
}
.nap-postal-address-wrapper a:hover {
    color: #94a684;
    transition: .5s;
}
.nap-postal-address-wrapper a{
    transition: .5s;
}
.footer-phonenumber .footer-phone-number {
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    color: white;
    transition: .5s;
}
.footer-phone-number:hover {
    color: #854200;
    transition: .5s;
}
.footer-mobile-contact {
    margin-bottom: 40px;
    margin-left: 70px;
}
.footer-phonenumber-title {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.blog-button-list {
    margin-right: 150px;
}
.banner-phone-area {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.home-banner-btn-area {
    display: flex;
    align-items: center;
    gap: 0 25px;
}
.banner-phone-area a {
    color: white;
    font-size: 18px;
    transition: .5s;
}
.banner-phone-area a:hover {
    color: var(--color-3);
    transition: .5s;
}
.banner-phone-area svg {
    width: 25px;
    height: 25px;
}
.banner-phone-area img {
    width: 20px;
    height: 20px;
}
.parent-pages li a:after {
    background-image: url(../img/blog-sidebar-arrow.svg);
    position: absolute;
    right: 0px;
    top: 2px;
    width: 25px;
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    content: "";
    height: 25px;
    transform: rotate(270deg);
}
.parent-pages li a {
    transition: .5s;
    color: rgba(21, 26, 43, 1);
}
.parent-pages li a:hover {
    transition: .5s;
    color: var(--color-3);
}
.parent-pages li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}
.sidebar-blog-list ul li:last-child {
    margin-bottom: 0;
}
.parent-pages ul li:last-child {
    margin-bottom: 0;
}
.home-blog-list .blog-box-div img {
    height: 280px;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px 20px 0px 0px;
}
.main-blog-post-content .content {
    margin: 10px 0;
}
.post-lists .post-blog-image img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.post-lists .blog-post-div .content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.nap-item {
    line-height: 30px;
}
.parent-pages .current-menu-item a {
    color: #58694A;
}
.category-page .blog-post-div .post-image img {
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.load-more .btn:hover {
    background: rgba(38, 113, 184, 1);
    border: 1px solid rgba(38, 113, 184, 1);
}
.load-more {
    margin-top: 45px;
}
.sidebar-blog {
    padding-left: 100px;
}
.homeblog-btn .btn:hover svg path {
    fill: var(--color-3);
    stroke: var(--color-3);
}
.homeblog-btn .btn:hover svg line {
    fill: var(--color-3);
    stroke: var(--color-3);
}
.btn-wrap .btn:hover svg path {
    fill: var(--color-3);
    stroke: var(--color-3);
}
.btn-wrap .btn:hover svg line {
    fill: var(--color-3);
    stroke: var(--color-3);
}
.menu-footer li {
    list-style: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}
.copyright .small-nav a{
    text-decoration: underline;
    transition: .5s;
}
.copyright .small-nav a:hover {
    color: #363534;
    transition: .5s;
}
.sitemap-page ul {
    padding-left: 25px;
}
.faq-content {
    padding-right: 190px;
}
.blog-controls .blog-arrows .prev-icon:hover {
    background-color: rgba(133, 66, 0, 1);
}
.blog-controls .blog-arrows .next-icon:hover {
    background-color: rgba(133, 66, 0, 1);
}
.blog-detail .single-post-detail img {
    height: 500px;
    object-fit: cover;
    object-position: top center;
    border-radius: 0;
}
.post-author img {
    height: 100% !important;
    border-radius: 100px !important;
}
.banner-description {
    margin: 15px 0 25px 0;
}
.nav-menu .menu-top>li.current-menu-item.menu-item-has-children>a, .nav-menu .menu-top>li.current-menu-ancestor.menu-item-has-children>a {
    padding-right: 20px;
}
.home-banner {
    margin-top: 0;
}
.blog-main-content {
    font-size: 24px;
}
.home-blog-list .blog-box-div {
    margin-right: 40px;
    margin-left: 0;
}
.home-blog-list {
    margin-top: 60px;
}
.btn-close svg path {
    color: white;
    fill: white;
    stroke: white;
}
.btn-close {
    --bs-btn-close-bg: unset;
}

.footer-frm .btn-wrap {
    margin-top: 40px;
    text-align: left;
}
.btn-close svg {
    width: 16px;
    height: 17px;
    position: relative;
    left: 0px;
}
.map-area iframe {
    width: 100%;
    display: block;
    height: 650px;
}

.default-faq-question {
    margin-top: 20px;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: black;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-body ul {
    padding-left: 25px;
}
.form-control::placeholder {
    font-weight: 600;
    font-size: 14px;
}
.footer-location-sec {
    padding-left: 10px;
}
.copyright-text a {
    color: #2D2D2D;
    text-decoration: underline;
    transition: .5s;
}
.copyright-text a:hover {
    text-decoration: none;
}
.list-style ul li {
    position: relative;
    list-style: none;
}
.list-style ul li::after {
    position: absolute;
    top: 10px;
    left: -22px;
    background: #58694a;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 100px;
}
.single-post-detail ul li {
    position: relative;
    list-style: none;
}
.single-post-detail ul {
    padding-left: 25px;
    padding-bottom: 10px;
}
.single-post-detail ul li::after {
    position: absolute;
    top: 10px;
    left: -22px;
    background: rgb(148 166 132);
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 100px;
}

/* Site Schema Styling */
.clientreviews {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}
.clientreviews .heading {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    font-size: 35px;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 50px;
}
.clientreviews div strong, .clientreviews p strong {
    color: var(--color-2-beige);
    letter-spacing: 1px;
}
.clientreviews p {
    color: #000;
}
.page_review_by .testimonialTitle {
    color: #000;
}
.clientreviews p strong {
    font-weight: 600;
}
.review-schema-wrapper .page_review {
    line-height: 32px;
}
.clientreviews .heading span, .clientreviews .heading strong {
    position: relative;
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.video-schema p {
    line-height: 32px;
    margin-bottom: 5px;
}
.site-schema {
    margin-top: 0px;
}
.video-schema {
    margin-bottom: 0px;
    margin-top: 0px;
}

.video-schema .heading {
    margin-bottom: 15px;
}
.clientreviews iframe {
    border: 1px solid #f6f6f6;
    width: 100%;
}
.review-schema-wrapper + .clientreviews.video-schema {
    margin-bottom: 70px;
}
/*  Site Schema Styling End */

#header .containers {
    padding: 0 110px;
}
.header-btn {
    text-align: right;
}
.home-banner {
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.banner-video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-des {
    position: relative;
    z-index: 9;
}
.banner-video:after {
    content: '';
    background: rgb(0 0 0 / 54%);
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.social-footer {
    margin-top: 35px;
}
.menu-footer {
    line-height: 45px;
}
.menu-footer a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #D7D7D7;
}
.home-banner .container {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: left;
}
.home-banner-btn-div {
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin-top: 40px;
}
.banner-call-btn {
    display: flex;
    align-items: center;
    gap: 0 15px;
    color: white;
}
.boxes-section {
    background-color: black;
}
.box-heading {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    margin: 20px 0 15px 0px;
    line-height: normal;
}
.box-description {
    margin-bottom: 40px;
}
.award-winning-image svg {
    margin: auto;
}
.box-content-div {
    margin-bottom: 60px;
}
.boxes-btn {
    transition: .5s;
    color: rgba(148, 166, 132, 1);
}
.boxes-btn:hover {
    color: white;
    transition: .5s;
}
.right-image-div {
    padding-right: 30px;
}
.services-section{
    background-color: black;
}
.services-section h2 {
    padding-right: 150px;
}
.service-btn {
    margin-top: 25px;
}
.service-home-heading {
    display: flex;
    gap: 0 20px;
}
.service-svg {
    border: 1px solid white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    min-width: 40px;
    min-height: 40px;
}
.service-home-heading {
    font-family: 'Anek Latin';
    font-weight: 500;
    font-size: 25px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
}
.service-home-heading::after {
    position: absolute;
    top: -15px;
    width: 320px;
    height: 1px;
    background: white;
    content: '';
}
.services-row {
    margin-top: 50px;
}
.service-home-heading .service-svg svg {
    transition: .5s;
}
.service-home-heading:hover .service-svg svg {
    transform: rotateZ(45deg);
    transition: .5s;
}
.service-home-heading {
    transition: .5s;
}
.service-home-heading:hover {
    color: #94A684 !important;
    transition: .5s;
}
.image-section::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background: black;
    content: '';
}
.image-section-content-div {
    position: relative;
    z-index: 8;
}
.image-section-content {
    position: relative;
    z-index: 9;
}
.image-section-image {
    position: relative;
    z-index: 9;
    margin-top: 60px;
}
.testimonial-section {
    background-image: url(/wp-content/uploads/2026/05/testimonial-bg-image-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.testimonial-section::after {
    background: linear-gradient(92.61deg, rgba(255, 255, 255, 0) -10.94%, #FFFFFF 72.54%),
        linear-gradient(176.12deg, #FFFFFF 1.72%, rgba(255, 255, 255, 0) 12.71%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.testimonial-item {
    background-color: #F5F5F5;
    border-radius: 15px;
    height: 100%;
    margin: 40px 30px 0 0px;
    padding: 20px;
}
.testimonial-image img {
    left: 8%;
    position: absolute;
    bottom: 0;
    height: 625px;
    object-fit: contain;
    z-index: 9;
}
.testimonial-title {
    position: relative;
    z-index: 9;
}
.testimonial-content{
    position: relative;
    z-index: 9;
}
.testimonial-slider {
    position: relative;
    z-index: 9;
}
.bg-image-section {
    padding: 120px 0;
}
.fullimage-column {
    position: absolute;
    right: 0;
    top: 0;
    width: 47%;
    height: 100%;
}
.fullimage-column img {
    display: block;
    margin: auto;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.accordion-button {
    padding: 0;
}
.blog-section .blog-title {
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.blog-section .blog-content {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.blog-section .blog-title a {
    color: black;
}
.blog-date {
    background-color: #94A684;
    color: white;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    padding: 3px 30px;
    right: 0;
}
.blog-title-div {
    padding: 30px;
}
.location-area {
    display: flex;
    gap: 0 10px;
}
.nap-mail-info {
    display: flex;
    gap: 0 10px;
    align-items: center;
}
.nap-contact-info {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.location-area {
    border-bottom: 3px solid rgba(255, 255, 255, 0.19);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.nap-contact-info {
    border-bottom: 3px solid rgba(255, 255, 255, 0.19);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.nap-mail-info{
    border-bottom: 3px solid rgba(255, 255, 255, 0.19);
    padding-bottom: 10px;
}
.quick-links {
    padding-left: 120px;
}
.location-menu-sec {
    padding-left: 60px;
}
.footer-content {
    padding-right: 25px;
}
.serices-row {
    margin-top: 30px;
}
.contact-fullimage-column {
    position: absolute;
    right: 0;
    top: 0;
    width: 47%;
    height: 100%;
}
.contact-fullimage-column img {
    display: block;
    margin: auto;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.footer-contact-section {
    background-color: rgba(0, 0, 0, 1);
}
.footer-contact-section::after {
    background-image: url(/wp-content/uploads/2026/05/contact-section-logo.png);
    background-size: inherit;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.common-footer-form {
    position: relative;
    z-index: 9;
}
.footer-form-bg-color {
    margin-top: 25px;
}
.wpcf7-list-item-label {
    color: white;
}
.wpcf7 .wpcf7-submit:disabled {
    background: rgba(148, 166, 132, 1);
    color: white;
    opacity: 1;
}
.wpcf7-list-item label {
    display: flex !important;
    align-items: start;
    gap: 0 15px;
}
.wpcf7-list-item input[type="checkbox"] {
    top: 7px;
    position: relative;
    width: 20px;
    height: 16px;
}
.wpcf7-list-item {
    margin-left: 0;
}
.home-faq-btn {
    margin-top: 24px;
}
.client-image-area {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.client-google-div-area {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.google-image-div {
    position: relative;
    top: 8px;
}
.review-image-div {
    margin: 13px 0 10px 0px;
}
.testimonial-title {
    font-weight: 700;
    font-size: 18px;
    color: rgba(85, 85, 85, 1);
}
.testimonial-date {
    font-weight: 400;
    font-size: 14px;
    color: rgba(179, 179, 179, 1);
}
.testimonial-section h2 {
    position: relative;
    z-index: 9;
}
.testimonial-section .t-details{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.page-banner::after {
    position: absolute;
    background: linear-gradient(269.9deg, #00000091 0.08%, #94A684 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.main-blog-post-content {
    margin: 20px 0 25px 0;
}
.blog-section .no-featured-wrapper {
    height: 320px;
}
.blog-detail .single-post-detail .h2 {
    font-size: 40px;
}
.contact-frm .wpcf7-list-item-label {
    color: black;
}
.contact-frm .btn-wrap {
    margin-top: 30px;
}
.contact-frm .btn {
    background-color: #94a684;
    color: white;
}
.contact-frm .btn:hover {
    background-color: var(--color-3);
    color: white;
}
.attorney-name {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    color: black;
}
/* team page css Start */
.team-info-list {
    justify-content: center;
}
.team-post-wrap {
    text-align: center;
    position: relative;
    margin-top: 40px;
    padding: 0 30px;
}
.team-post-wrap .attr-team-info {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0px 0px 30px 8px rgba(131, 131, 131, 0.0);
    padding: 0;
    transition: .5s;
}
.team-post-wrap .team-attr-img {
    width: 100%;
    display: block;
    position: relative;
}
.attr-team-info .team-attr-img img {
    width: 100%;
    height: 550px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s;
    object-fit: cover;
    object-position: top center;
}
.attr-team-info:hover .team-attr-img img {
    opacity: 1;
}
.attr-team-info:hover {
    box-shadow: 0px 0px 30px 8px rgba(131,131,131, 0.22);
}
.attr-team-info .name-and-desigantion {
    padding: 30px 0;
    z-index: 1;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: var(--bs-darkblack);
    text-align: center;
}

.attr-team-info .name-and-desigantion span {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--bs-grey);
}
.attorneys-hover-detail {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: -100%;
    z-index: 2;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    padding: 30px 25px;
    padding-bottom: 0;
    background: linear-gradient(to top,#fff,rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.30),rgba(255,255,255, 0));
}
.team-post-wrap .attr-team-info:hover .attorneys-hover-detail {
    left: 0;
    opacity: 1;
}
.attr-bottom-info .attorney-name {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--bs-darkblack);
}
.attr-bottom-info .attorney-name span {
    display: block;
    margin-bottom: 15px;
    color: var(--bs-grey);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    text-transform: none;
}
.attr-bottom-info .attorney-name span.btn {
    display: inline-block;
    position: relative;
    width: auto;
    min-width: 202px;
    text-shadow: none;
    color: var(--bs-white);
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 20px;
    border: 1px solid var(--bs-blue);
    z-index: 1;
    background-color: var(--bs-blue);
    font-weight: 600;
    letter-spacing: .32px;
    border-radius: 0;
    margin: 0;
    margin-top: 8px;
}
.attr-bottom-info .attorney-name p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    color: #5e5e5e;
    margin-bottom: 5px;
}
.attr-bottom-info {
    width: 100%;
}

.attr-bottom-info {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}

.attr-bottom-info .attorney-name span.read-btn {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    color: #FFFFFF;
}
/* team page css end */
.practice-heading {
    font-size: 30px;
    font-weight: 600;
    color: white;
    z-index: 8;
}
.practice-content-sec {
    position: absolute;
    bottom: 30px;
    color: white;
    z-index: 9;
    left: 30px;
}
.hover-content {
    position: absolute;
    padding: 0 42px 0;
    height: 100%;
    top: 100%;
    transition: all .7s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #94a6849e;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    padding-bottom: 50px;
}
.practice-custom-boxes img {
    position: relative;
    display: block;
    height: 100%;
    object-fit: cover;
}
.practice-custom-boxes:hover .hover-content {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
    transition: all ease .7s;
}
.practice-custom-boxes {
    overflow: hidden;
}
.practice-custom-boxes:after {
    background: #0000005e;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.practice-content-sec {
    position: absolute;
    bottom: 20px;
    color: white;
    z-index: 9;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}
.practice-section .practice-custom-boxes .hover-content .practice-heading {
    margin: 15px 0px;
}
.practice-section .practice-custom-boxes .hover-content .practice-area-contents {
    margin-bottom: 20px;
}
.practice-custom-boxes:hover .practice-content-sec {
    opacity: 0;
    transition: 0s;
}
.practice-area-page-div {
    margin-bottom: 40px;
}
.image-icon-boxes img {
    margin: auto;
}
.image-box-heading {
    font-size: 25px;
    margin: 20px 0 10px 0;
    font-family: 'Anek Latin';
    font-weight: 600;
}
.image-icon-boxes {
    padding: 0 50px;
}
.image-box-title {
    margin-bottom: 50px;
}
.individual-therapy-row {
    text-align: center;
    background-color: #58694a;
    padding: 30px 0 40px 0;
}
.individual-therapy-title {
    font-size: 30px;
    margin-bottom: 20px;
}
.family-therapy-title {
    font-size: 30px;
    margin-bottom: 20px;
}
.individual-therapy-btn .btn:hover {
    background: white;
    border: 1px solid #94a684;
    color: #94a684;
}
.family-therapy-btn .btn:hover {
    background: white;
    border: 1px solid #94a684;
    color: #94a684;
}
.load-more-left {
    background: #f2f2f2;
    margin-bottom: 25px;
    padding: 20px;
}
.load-more-right {
    background: #f2f2f2;
    margin-bottom: 25px;
    padding: 20px;
}
.team-content-section {
    background-color: #94a684;
    padding: 20px;
    margin-top: 20px;
    color: white;
}
.sidebar-frm .wpcf7-acceptance {
    background: transparent;
}
.how-works-section {
    background-color: #f0ecec;
}
.neurofeedback-treatment-section img {
    margin: auto;
}
.neurofeedback-treatment-heading {
    font-weight: 600;
    font-size: 25px;
    margin: 20px 0 10px 0;
    font-family: 'Anek Latin';
}
.neurofeedback-treatment-section {
    background-color: #f0ecec;
}
.page-mclean-online-emdr-therapy .default-content ul {
    padding-bottom: 0;
}
.therapy-list-icon {
    width: 50px;
    height: 50px;
    margin: auto;
}
.therapy-list-heading {
    font-weight: 600;
    margin-top: 10px;
}
.qeeg-brain-section {
    padding: 150px 0;
}
.qeeg-brain-section::after {
    background: #94a684d1;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
}
.qeeg-brain-section h2 {
    position: relative;
    z-index: 9;
}
.qeeg-brain-title{
    position: relative;
    z-index: 9;
}
.qeeg-brain-title {
    font-size: 30px;
    margin-top: 40px;
}
.how-does-section{
    background-color: #f0ecec;
}
.brains-section img {
    height: 510px;
    object-fit: cover;
}
.how-does-content ul {
    padding-left: 30px;
}
.sidebar-frm .form-control:focus {
    color: #000000;
}
.right-image-content-des {
    margin-bottom: 30px;
}
.management-right-image-section .right-image-content ul {
    padding-left: 30px;
    padding-bottom: 15px;
}
.psychiatric-nurse-section {
    background-color: #efefef;
}
.bobby-nelson-section {
    background-color: #efefef;
}
.psychiatric-nurse-title {
    margin-bottom: 50px;
}
.herapist-spotlight-title {
    margin-bottom: 50px;
}
.why-evaluate-content-div {
    margin-bottom: 40px;
}
.why-evaluate-section {
    background-color: #efefef;
}
.diagnosis-title {
    color: white;
    font-size: 25px;
    margin-top: 0;
}
.diagnosis-icon-boxes {
    position: relative;
    background: #58694a;
    padding: 35px;
    overflow: hidden;
    height: 100px;
    transition: height 0.4s ease;
    border-radius: 12px;
    display: block;
    align-items: center;
}
.diagnosis-content {
    color: white;
    margin-top: 15px;
}
.diagnosis-content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.diagnosis-icon-boxes:hover {
    height: 300px;
}
.diagnosis-icon-boxes:hover .diagnosis-content {
    opacity: 1;
    transform: translateY(0);
}
.psychological-testing-section {
    padding: 200px 0;
}
.psychological-testing-section::after {
    background: #94a684d1;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
}
.psychological-testing-section h2 {
    z-index: 9;
    position: relative;
}
.developmental-testing-section {
    background-color: #efefef;
}
.boxes-sec-div {
    background-color: #D6D6D6;
    padding: 30px;
    height: 100%;
    text-align: center;
}
.boxes-heading {
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0;
    font-family: 'Anek Latin';
}
.boxes-sec-div img {
    margin: auto;
}
.testing-considerations-content ul {
    padding-left: 30px;
}
.testing-considerations-content ul li {
    margin-bottom: 15px;
}
.testing-considerations-content-section{
    background-color: #efefef;
}
.jessica-barry-content-des {
    margin-top: 30px;
}
.xinwei-dong-des {
    margin-top: 20px;
}
.content-bg-btn {
    margin-top: 30px;
}
.accelerated-tms-section {
    background-color: #efefef;
}
.free-consultation-section h2 {
    font-size: 40px;
}
.free-consultation-section a {
    color: white;
}
.free-consultation-section::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(56,56,56,0.53);
}
.expect-title-div {
    position: relative;
    z-index: 9;
}
.free-consultation-button .btn:hover {
    background-color: white;
    color: #58694a;
}
/* ================ Counter CSS Start ============== */
.progress-wrapper{
    position:relative;
    width:320px;
    height:320px;
    margin:0 auto 20px;
}

.progress-ring{
    transform:rotate(-90deg);
}
.progress-bar{
    fill:none;
    stroke:#5d6f4f;
    stroke-width:6;
    stroke-linecap:round;

    transition:stroke-dashoffset 2s ease;
}
.progress-bg{
    fill:none;
    stroke:#dddddd;
    stroke-width:6;
}

.progress-bar{
    fill:none;
    stroke:#5d6f4f;
    stroke-width:6;
    stroke-linecap:round;
}

.counter-title{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:48px;
    font-weight:700;
    color:#5d6f4f;
    line-height:1;
}
.counter-content {
    margin-top: 15px;
    font-size: 20px;
    padding: 0 80px;
}
.accelerated-tms-treat-content {
    margin-bottom: 50px;
}
/* =========== Counter CSS End ============= */
.treatment-path-count {
    background-color: #58694a;
    display: inline-flex;
    width: 70px;
    height: 70px;
    font-size: 30px;
    padding: 10px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: white;
    font-weight: 800;
}
.treatment-path-heading {
    margin: 20px 0 10px 0;
    font-size: 25px;
    font-family: 'Anek Latin';
    font-weight: 600;
}
.treatment-path-boxes {
    border: 4px solid #58694a;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}
.treatment-path-section {
    background-color: #efefef;
}
.treatment-path-section h2 {
    margin-bottom: 50px;
}
.expect-boxes {
    background-color: #58694a;
    text-align: center;
    color: white;
    height: 100%;
    padding: 30px;
    border-radius: 20px;
}
.expect-content-div {
    margin-bottom: 30px;
}
.expect-heading {
    font-family: 'Anek Latin';
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.expect-section {
    background-color: #efefef;
}
.neurostar-tms-covered-insurance-subtitle {
    color: white;
    font-size: 35px;
    margin: 30px 0 30px 0;
}
.neurostar-tms-covered-insurance-section::after {
    background: #38383887;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.neurostar-tms-covered-insurance-content-div {
    z-index: 9;
    position: relative;
}
.neurostar-tms-covered-insurance-btn .btn:hover {
    background: white;
    color: #94a684;
}
.how-does-it-work-subtitle {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
.depression-section {
    background-image: url(/wp-content/uploads/2026/06/depration-section-bg-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.depression-section::after {
    background: #38383887;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.bobby-nelson-subtitle {
    font-size: 30px;
}
.depression-btn {
    margin-top: 30px;
}
.depression-content-div{
    z-index: 9;
    position: relative;
}
.tms-therapy-for-adolescents-btn {
    margin-top: 30px;
}
.tms-therapy-for-adolescents-section h2 {
    margin-bottom: 40px;
}
.tms-therapy-for-adolescents-section {
    background-color: #00000017;
}
.benefits-of-tms-heading {
    font-family: 'Anek Latin';
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0 15px 0;
}
.frequently-asked-questions-section{
    background-color: #00000017;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}
.single-desigination {
    margin-bottom: 15px;
    color: #58694a;
    font-size: 19px;
    font-weight: 600;
}
.banner-content {
    text-transform: capitalize;
    padding-right: 250px;
}
.practice-area-btn .btn {
    background-color: white;
    color: #94a684;
}
.practice-area-btn .btn:hover {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}
.name-and-desigantion h4 {
    margin-top: 0;
}
.bg-image-btn {
    margin-top: 30px;
}
.blog-box-div:hover .blog-title {
    color: #58694a;
    transition: .5s;
}
.blog-title {
    transition: .5s;
}
.blog-box-div a {
    color: black;
}
.quick-links .current-menu-item a {
    color: #94a684;
}
.header-btn .btn {
    color: #5C6B4B;
    background-color: transparent;
    border: 2px solid #5C6B4B;
    padding: 20px 15px;
}
.header-btn .btn:hover {
    background: #58694a;
    color: white;
}
.home-blog-btn {
    text-align: center;
    margin-top: 40px;
}
.home-testimonial-btn {
    position: relative;
    z-index: 9;
    margin-top: 20px;
}
.post-blog-image {
    overflow: hidden;
}
.post-blog-image img {
    transition: .5s;
}
.post-blog-image:hover img {
    transform: scale(1.02);
    transition: .5s;
}
.default-page .default-content {
    padding-right: 80px;
}
.team-content-section strong {
    font-size: 20px;
    margin: 10px 0 5px 0;
    display: inline-block;
}
.default-content h3:first-child {
    margin-top: 0;
}
.banner-call-btn {
    transition: .5s;
}
.banner-call-btn:hover {
    color: #94a684;
    transition: .5s;
}
.banner-call-btn svg path {
    transition: .5s;
}
.banner-call-btn:hover svg path {
    stroke: #94a684;
    transition: .5s;
}
.blog-section h2 {
    margin-bottom: 40px;
}
.gallery-image-div {
    width: 100%;
    column-count: 5;
    column-gap: 0;
}
.logo-image{
    width:100%;
    height:auto;
    object-fit:cover;
    display:block;
}
.attorney-right-info strong {
    font-size: 20px;
}
.services-sub-menu .sub-menu::-webkit-scrollbar-thumb {
    background-color: #94A684;
}
.services-sub-menu .sub-menu::-webkit-scrollbar {
    width: 6px;
}
.icon-box-image svg {
    margin: 0 auto;
}
.icon-heading {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    margin: 15px 0 10px 0px;
}
.image-section h2 {
    font-size: 42px;
    line-height: normal;
}
.boxes-content-section {
    background-color: black;
}
.icon-content-div {
    margin-bottom: 50px;
}
.boxes-content-section .icon-description {
    padding: 0 100px;
}
.bg-color-row {
    background-color: black;
    padding: 50px 30px;
    border-radius: 15px;
    margin-top: 20px;
}
.bg-color-section-content-div {
    margin-bottom: 0px;
}
.bg-color-content ul {
    padding-left: 30px;
    padding-bottom: 15px;
}
.planning-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.planning-content-div {
    border: 1px dashed #94a684;
    padding: 20px;
    border-radius: 10px;
}
.boxes-section-repeat-div {
    border: 1px dashed #94a684;
    height: 100%;
    border-radius: 10px;
    padding: 25px;
}
.right-image-section {
    background-color: #f2f2f2;
}
.map-section {
    overflow: hidden;
}
.testimonial-section {
    overflow: hidden;
}
.testimonial-slider .slick-arrow svg path {
    stroke: black;
}
.testimonial-slider .slick-prev {
    z-index: 9;
    left: 50%;
}
.slick-next {
    right: 45%;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.testimonial-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}
.testimonial-arrows .slick-prev,
.testimonial-arrows .slick-next {
    position: static;
    transform: none;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50%;
    background: #94a684;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    transition: .5s;
}
.testimonial-arrows .slick-arrow:hover {
    background: var(--color-3);
    transition: .5s;
}
.testimonial-arrows .slick-prev:before,
.testimonial-arrows .slick-next:before {
    display: none;
}
.team-content-section ul {
    padding-left: 30px;
    padding-bottom: 15px;
}
.home-testimonial-div {
    position: relative;
    z-index: 9;
}
.image-section {
    padding-top: 0;
}
.phone-text {
    text-align: center;
}
.phone-number {
    color: black;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    margin-top: 0;
    transition: .5s;
    position: relative;
    top: 3px;
}
.phone-number:hover {
    color: #5c6b4b;
    transition: .5s;
}
.phone-label {
    color: black;
    font-weight: 500;
}
.consultation-div .phone-number svg {
    width: 25px;
    height: 25px;
    position: relative;
    top: 1px;
}
.consultation-area-div {
    display: flex;
    gap: 0 30px;
    align-items: center;
    justify-content: end;
}
.right-image-section .right-image-content a {
    text-decoration: underline;
    font-weight: 600;
}
.bg-image-content a {
    color: white;
    text-decoration: underline;
    font-weight: 600;
    transition: .5s;
}
.bg-image-content a:hover {
    color: #94A684;
    transition: .5s;
}
.bg-image-content {
    padding-right: 50px;
}
.default-page .default-content a {
    font-weight: 600;
    text-decoration: underline;
}
.bottom.parent-listing {
    padding: 50px 0;
    background-color: #94a684b8;
}
.bottom.parent-listing .bottom-parent-pages ul li a {
    background-color: #000000;
    padding: 15px;
    color: white;
    border-radius: 5px;
    display: block;
    margin: 5px;
    border: 1px solid #000000;
    transition: .5s;
}
.bottom.parent-listing .bottom-parent-pages ul li a:hover {
    background-color: white;
    color: #58694a;
    border: 1px solid #58694a;
    transition: .5s;
}
.bottom.parent-listing .bottom-parent-pages ul li {
    list-style: none;
}
.bottom-parent-pages {
    text-align: center;
}
.bottom-parent-pages-col ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.day-and-time-content {
    margin-top: 20px;
}
.wpcf7-select {
    border: 1px solid #dee2e6;
    width: 100%;
    padding: 23px 20px;
    font-size: 15px;
}
.wpcf7-select {
    appearance: none;
}
.wpcf7-select {
    text-shadow: none;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2026/07/form-arrow.svg);
    background-size: 17px;
    background-position: calc(100% - 15px) 50%;
    line-height: normal;
}
#header a {
    text-decoration: none;
}
.main-footer a {
    text-decoration: none;
}
.direction-link {
    text-decoration: underline !important;
}
.parent-pages a {
    text-decoration: none;
}
.services-section a {
    text-decoration: none;
}
.blog-box-div a {
    text-decoration: none;
}
.main-blog-post-content a {
    text-decoration: none;
}
.developmental-testing-img::after {
    background: #00000075;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.developmental-testing-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Anek Latin';
}
.developmental-testing-content-div {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 0px 20px;
}
.developmental-testing-img:hover .developmental-content-div {
    opacity: 1;
    height: 410px;
    transition: 1s;
}
.developmental-content-div {
    height: 0;
    opacity: 0;
    width: 100%;
    transition: 1s;
}
.developmental-testing-img {
    overflow: hidden;
}
.video-section video {
    height: 570px;
    object-fit: cover;
}
.default-page .default-content .btn {
    text-decoration: none;
}
.gt_selector.notranslate {
    color: #576849;
    width: 80px;
    background-color: transparent;
    padding: 18px 10px;
    border: 2px solid #576849;
}
.gt_selector.notranslate select {
    color: rgba(0,0,0,0);
    text-shadow: none;
}
.gt_selector.notranslate {
    text-shadow: none;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2026/07/arrow-gtranslate.svg);
    background-size: 14px;
    background-position: calc(100% - 9px) 50%;
    line-height: normal;
    font-size: 15px;
}
.gt_selector.notranslate {
    appearance: none;
}
.translate-switcher {
    display: block;
}
.gt_switcher .gt_selected a span:first-child {
    display: none;
}
.home-testimonial-review {
    position: relative;
    z-index: 9;
    padding: 30px 20px 0 0px;
}
.translated-ltr .gt_selector.notranslate {
    width: 70px;
}
.ti-verified-by.ti-verified-by-row {
    display: none !important;
}
.phone-wrapper {
    margin-right: 5px;
}
.right-image-content ul {
    padding-bottom: 15px;
}

.right-image-description ul {
    padding: 0 0 20px 10px;
}
.ul-icon-repeat-div {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.ui-row {
    background-color: white;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    margin-top: 30px;
    margin-right: 30px;
}
.right-image-paragraph-icon svg {
    width: 60px;
    height: 60px;
}
.right-image-paragraph-div {
    margin-top: 30px;
    background-color: #94a68426;
    padding: 30px;
    position: relative;
    border: 1px solid #58694a;
}
.right-image-description {
    margin-top: 40px;
}
.right-image-paragraph-icon {
    background-color: var(--color-3);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    min-width: 80px;
    min-height: 80px;
    position: absolute;
    left: -40px;
}
.right-image-paragraph-icon svg circle {
    stroke: white;
}
.right-image-paragraph-icon svg path {
    stroke: white;
}
.youtube-video-box .play-btn {
    left: 50%;
}
.video-title {
    text-align: center;
    margin-top: 20px;
    font-size: 23px;
}