/* Common CSS Start */
:root {
    --bs-maroon: #834A38;
    --bs-darkmaroon: #854834;
    --bs-black: #000000;
    --bs-lightblack: #081B33;
    --bs-white: #ffffff;
    --bs-grey: #525252;
    --bs-darkgrey: #292929;
    --bs-darkbrown: #1C0303;
    --bs-green: #50B2AF;
    /* 
    color: var(--bs-maroon);
    color: var(--bs-black); 
    color: var(--bs-white);
    color: var(--bs-grey);
    color: var(--bs-green); 
    color: var(--bs-darkblack);
    color: var(--bs-lightgrey);
    color: var(--bs-maroon);
    */
}
* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
html {
    scroll-behavior: smooth;
}
body, html{
    height: 100%;
}
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    font-size: 16px;
    letter-spacing: 0px;
    color: var(--bs-grey);
    padding-top: 154px;
    font-weight: 400;
    line-height: 2;
    font-family: "Manrope", serif;
}
hr.wp-block-separator, hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
}
img {
    max-width: 100%;
    height: auto;
}
.nav-link:focus, .nav-link:hover {
    color: var(--bs-maroon);
}
.hide{
    display: none;
}
:focus{
    outline: 0;
    outline: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #2969b0;
}
a {
    color: #2969b0;
    font-weight: 400;
    text-decoration: none;
}
a:hover {
    color: #000000;
}

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(--bs-maroon);
}
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;
}
.fullwidth {
    position: relative;
    width: 100%;
    z-index: 1;
	text-align: center;
}
.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logged-in header#header {
    top: 28px;
}
body.logged-in {
    padding-top: 140px;
}
body.nav-open-menu{
    overflow: hidden;
}
/* btn sec */
.page-button {
    margin-top: 25px;
}
.btn {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 8px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    min-width: 180px;
    font-weight: 600;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    white-space: normal;
    letter-spacing: .3px;
    border: 2px solid var(--bs-maroon);
    z-index: 1;
    background-color: var(--bs-maroon);
    font-size: 16px;
    text-align: center;
    padding: 14px 35px;
}

.btn:hover {
    color: var(--bs-maroon);
    background: 0 0;
    border-color: var(--bs-maroon);
}
.home-banner .btn:hover {
    color: var(--bs-white);
    background: none;
    border-color: var(--bs-white);
}

.btn.focus, .btn:focus {
    color: var(--bs-maroon);
    background: none;
    border-color: var(--bs-maroon);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-maroon);
    background: none;
    border-color: var(--bs-maroon);
}
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;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: "Cardo", serif;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    color: var(--bs-black);
}
h1 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 15px;
}
h2, .h2 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 48px;
}
h3, .h3 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
}
h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}
h5, .h5 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}
h6 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
}

.linklist ol, .linklist ul {
    margin-bottom: 15px;
    line-height: 28px;
}

.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 {
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
}
.linklist ul li:after {
    position: absolute;
    left: 3px;
    top: 12px;
    content: "";
    width: 4px;
    height: 4px;
    background: #4b4a4a;
    border-radius: 100%;
}
.linklist ol {
    padding-left: 13px;
}
.linklist ol li{
    padding-left: 10px;
    display: list-item;
}
.title, .heading {
    margin-bottom: 20px;
    position: relative;
    display: block;
    line-height: 50px;
    font-size: 40px;
    text-transform: none;
    font-weight: 400;
    color: var(--bs-darkgrey);
}
.small-text {
    margin-bottom: 10px;
    color: var(--bs-maroon);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.small-title {
    color: var(--bs-darkblack);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .8px;
    margin-bottom: 15px;
}
.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 {
    color: var(--bs-white);
}
.white-color-sec .btn {
    color: var(--bs-white);
    background: transparent;
    border-color: var(--bs-white);
}

.white-color-sec .btn:hover {
    color: var(--bs-maroon);
    background: var(--bs-white);
    border-color: var(--bs-white);
}

div#html5-close {
    background-image: url(../img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}

div#html5-close img {
    display: none;
}

/* Common CSS END */

/* Menu CSS Start */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-top li a br, .menu-top li .sub-menu li a br{
    display: none;
}
ul.menu-top li {
    display: inline-block;
    color: #fff;
    position: relative;
    margin-left: 18px;
}
ul.menu-top li:first-child{
    margin-left: 0px;
}
ul.menu-top > li.menu-item-has-children {
    margin-right: 15px;
}
.menu-top li a {
    padding: 42px 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: var(--bs-white);
    font-weight: 500;
    font-size: 14px;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--bs-white);
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 1;
}
.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
}
.nav-menu .menu-top>li.current-menu-ancestor a[aria-current="page"]:before, .nav-menu .menu-top>li.current-menu-item>a[aria-current="page"]:before {
    width: 100%;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.current-page-ancestor.current-menu-ancestor.current-menu-parent.current-page-parent.current_page_parent.current_page_ancestor.menu-item-has-children.menu-item-210>a:before, li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.menu-item-968>a:before {
    width: 100%;
}
.menu-top li a:hover, .menu-top li a:focus {
    color: var(--bs-white);
}
.nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor>a {
    color: var(--bs-white);
}
.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(--bs-maroon);
    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_page_item a {
    background-color: var(--bs-maroon);
    color: #fff;
}
.menu-top .sub-menu > li.current_page_item ul li a {
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-weight: 400;
}
.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {
    background-color: var(--bs-maroon);
    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%;
}
.nav-menu-inner {
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.menu-top {
    position: relative;
    width: 100%;
    transition: all ease-in-out 0.2s;
    text-align: right;
}
.menu-top li:last-child {
    margin-right: 0;
    padding-right: 0px;
}
ul.menu-top li#menu-item-25 {
    display: none;
}
.sub-menu {
    background-color: #000;
    min-width: 262px;
    text-align: left;
}

ul.menu-top li .sub-menu li a {
    font-size: 16px;
    padding: 12px 15px;
    line-height: 18px;
    margin: 0;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    text-transform: capitalize;
}

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 {
    background-color: var(--bs-maroon);
}

.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 #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}

.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: -15px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url(../img/down-arrow.svg);
    background-position: center;
    height: 10px;
    width: 10px;
    bottom: 1px;
}

.menu-top > li.current-menu-item:after, .nav-menu .menu-top>li.current-menu-ancestor:after {
    background-image: url(../img/down-arrow-active.svg);
}
/* 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 {
    margin-left: 15px;
    height: 22px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    position: relative;
    padding-left: 12px;
    margin-right: 0;
    top: 0;
    border-left: 2px solid #fff;
}
.mobile-search-bar .white-search-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-size: 19px;
    background-repeat: no-repeat;
    background-image: url(../img/search.svg);
    background-position: 0px 0px;
    cursor: pointer;
}
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(--bs-maroon);
    padding: 20px;
    margin-top: 0;
}

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

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

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

.search-wrapper .title {
    color: var(--bs-maroon);
    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 */
/* Header CSS Start */
.menu-wrap, .mobile-header-sec{
    display: none;
}
.header-top .header-left-logo .logo-wrapper {
    position: relative;
    top: 0;
    max-width: 100%;
    height: 100%;
    display: flex;
    width: 100%;
}
.logo-wrapper a {
    display: flex;
    align-items: center;
    max-width: 100%;
}
.logo-wrapper a img {
    width: auto;
    transition: 1s;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.menu-top li a, header#header.small-header .header-contact-info a {
    transition: 1s;
}
header#header.small-header .logo-wrapper a img {
    max-width: 192px;
}
header#header.small-header .menu-top > li > a {
    padding: 35px 0;
}
.top-page-link .cunsulation-text {
    margin-right: 7px;
}
.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;
    justify-content: flex-end;
    align-items: center;
}
.menu-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.top-right-info-col > div p svg, .top-right-info-col > div p img {
    width: 17px;
    height: 17px;
}
.top-bar-info {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 7px 0px;
}
.top-bar-info .col-md-6 .row {
    line-height: normal;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-bar-info .col-md-6 .row .cunsulation-text {
    border-right: 2px solid #D8B3A7;
    margin-right: 10px;
    padding-right: 10px;
    color: #525252;
    font-weight: 600;
}
.top-bar-info .col-md-6 .row .cunsulation-text:hover {
    color: var(--bs-maroon);
}
.top-bar-info .read-more-link {
    font-weight: 600;
}
.top-right-info-col p {
    font-weight: 500;
    color: #292929;
}
.top-right-info-col p a {
    font-weight: 500;
}

.top-page-link {
    display: flex;
    justify-content: right;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 0;
    background: #874E3B;
}
header#header.small-header {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
    background: #874E3B;
}
.header-top .header-left-logo {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.header-aside-col {
    align-items: center;
    display: flex;
}
.header-top {
    padding: 0;
    width: 100%;
    position: relative;
}
.header-contact-info {
    margin-top: 0;
    position: relative;
    top: 0;
    display: flex;
    align-items: flex-end;
    width: 304px;
    flex-direction: column;
    padding-left: 15px;
    padding-bottom: 0;
}
.header-contact-info a {
    margin-left: 0;
    width: auto;
    color: #fff;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 0;
    border-radius: 60px;
}
.header-contact-info a span {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    background-image: url(../img/phone.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 4px;
    padding-left: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 6px;
}
.header-contact-info a:hover {
    color: var(--bs-white);
}
.header-contact-info a .other-text-name {
    background: none;
    padding: 0;
    font-size: 14px;
    display: block;
    text-align: center;
}
.nav-menu-inner ul > li .sub-menu *{
    transition: none;
}

header#header.small-header .nav-menu-inner {
    margin-top: 0;
}

.top-left-sec {
    display: flex;
    align-items: center;
    width: 100%;
}
.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: 26px;
    height: 26px;
    opacity: 1;
    z-index: 2;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.close-btn:before, .close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: #ffffff;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: #ffffff;
}
.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}

.mobile-search-bar-box{
    display: none
}
.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 10000;
    background-color: var(--bs-maroon);
    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);
}
.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
}
.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 #dedddd;
    color: #fff;
    height: 46px;
    padding-left: 15px;
    padding-right: 50px;
}
.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: 0px;
    position: relative;
    background-image: url(../img/search-white.png);
    opacity: 0.7;
}

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

.search-input-box .form-control:focus {
    border-bottom: 1px solid #ffffff;
    color: #fff;
}

.mobile-search-bar-box .search-input-box {
    position: relative;
}

.req-error {
    position: absolute;
    font-size: 11px;
    bottom: 1px;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 50px;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 4px 4px 0px 0px;
    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: 10px;
    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 */
/* Header CSS End */

/* owl css for nav */
.owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: -65px;
    height: 25px;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    bottom: 0;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    height: 54px;
    width: 54px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    opacity: 1;
    border-radius: 0;
}

.owl-carousel .owl-nav .owl-prev {
    left: -50px;
    background-image: url(../img/slide-arrow-right.svg);
    background-position: center;
    transform: rotate(180deg);
}

.owl-carousel .owl-nav .owl-next {
    right: -50px;
    background-image: url(../img/slide-arrow-right.svg);
    background-position: center;
}

.owl-carousel .owl-nav .owl-next:hover:after, .owl-carousel .owl-nav .owl-prev:hover:after {
    opacity: 0.2;
}

.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover{
    opacity: 1;
    background-image: url(../img/slide-arrow-maroon.svg);
}
/* end owl css */

/* owl dots */
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.owl-dots .owl-dot span {
    display: block;
    background: #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.owl-dots .owl-dot {
    margin: 0 5px;
    cursor: pointer;
}
.owl-dots .owl-dot.active span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-maroon);
}
/* owl dots end */


/* Contact Form CSS Start */
.wpcf7 form.spam .wpcf7-response-output {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wpcf7 .wpcf7-form-control-wrap.quiz-math, .wpcf7 .wpcf7-form-control-wrap.quiz-math label {
    width: 100%;
    margin: 0;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
div.wpcf7 .wpcf7-form .form-control, .common-form-style .form-group .form-control {
    padding: 5px;
    font-size: 16px;
    text-transform: none;
    color: #000;
    background: none;
    height: 60px;
    font-weight: 400;
    border: 1px solid #B16850;
    padding-left: 15px;
    border-radius: 8px;
}
div.wpcf7 .wpcf7-form textarea.form-control, .common-form-style .form-group textarea.form-control {
    height: 120px;
}
.form-group {
    margin-bottom: 1.5rem;
}

.wpcf7 .wpcf7-response-output {
    font-size: 12px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    border: none !important;
    margin: 0 !important;
    background: #b31517;
    max-width: 389px;
}

.form-control, .form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    padding: .4rem 0rem;
    font-size: 0.9rem;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0px 0px;
    line-height: 6px;
    text-transform: capitalize;
}

.form-banner-404 .wpcf7 .wpcf7-not-valid-tip{
    padding: 2px 5px;
}

.wpcf7{
    position: relative;
}
.btn-wrap {
    padding: 0;
    display: inline-block;
    position: relative;
    width: 202px;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
}
.btn-wrap .wpcf7-submit {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 100%;
    z-index: 1;
}

.wpcf7 .btn-wrap {
    position: relative;
    width: 190px;
}
.wpcf7 .btn-wrap .btn {
    width: 100%;
    text-align: center;
}

.wpcf7 .btn-wrap:after {
    content: "";
    background: url(../img/btn-arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    pointer-events: none;
}

.wpcf7 .btn-wrap:after {
    right: -70px;
    left: 0;
    margin: auto;
}
.wpcf7 .btn-wrap:hover:after {
    background: url(../img/btn-arrow-maroon.svg) no-repeat;
    background-size: contain;
    background-position: center
}
div.wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: 1;
    display: block;
}
div.wpcf7 form.submitting .btn-wrap input, .sidebar div.wpcf7 form.submitting .btn-wrap input {
    color: #ffffff;
    background-color: var(--bs-maroon);
    border: 2px solid var(--bs-maroon);
    text-decoration: none;
}
div.wpcf7 form.submitting .btn-wrap {
    border: none;
    color: #000;
    background: none;
    border-color: #000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    max-width: 224px;
    visibility: hidden;
    display: none !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7 form.sent .wpcf7-response-output, .thank-you-message {
    color: #fff !important;
    background: #00772c !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 0;
}

textarea {
    resize: none;
    height: 5rem;
}

[type=submit], [type=submit]:focus {
    cursor: pointer;
    box-shadow: none;
}
/* placeholder */
.wpcf7 ::-webkit-input-placeholder {
    color: #373737;
}

.wpcf7 ::-moz-placeholder {
    color: #373737;
}

.wpcf7 :-ms-input-placeholder {
    color: #373737;
}

.wpcf7 :-moz-placeholder {
    color: #373737;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 1px;
    right: 10px;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0 0;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0px;
    display: none;
}
.wpcf7 .quiz-math .wpcf7-not-valid-tip {
    font-size: 10px;
    display: inline-block;
}
/* Contact Form CSS END */
.section-pd, .spaced {
    padding-top: 70px;
    padding-bottom: 70px;
}
/* Footer CSS Start */
.main-footer {
    background-color: #F5E9E9;
    padding-top: 50px;
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.office-hours-wrap {
    font-size: 15px;
    color: var(--bs-grey);
    font-weight: 400;
    width: 100%;
    position: relative;
    padding-right: 65px;
}
.office-hours-wrap .office-timing {
    text-transform: uppercase;
}
.footer-logo img {
    width: auto;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo a {
    display: inline-block;
    max-width: 335px;
}
.footer-wrapper {
    margin-bottom: 40px;
}
.footer-contact-info {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.footer-contact-info a {
    display: inline-block;
    color: var(--bs-black);
    font-size: 16px;
    font-weight: 600;
    background-image: url(../img/phone-icon.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0 8px;
    padding-left: 25px;
}
.footer-contact-info a:hover {
    color: var(--bs-maroon);
}

.footer-site-link p {
    font-size: 15px;
    line-height: 26px;
    color: var(--bs-grey);
    font-weight: 400;
}
.footer-title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--bs-black);
}
.copyright-wrapper {
    background: rgba(133, 72, 52, .31);
    overflow: hidden;
}
.copyright {
    text-align: center;
    line-height: normal;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright p {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}
.copyright .small-nav {
    margin-left: 5px;
    font-size: 14px;
    color: var(--bs-grey);
}
.small-nav a {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    padding-right: 0;
    font-weight: 400;
    color: var(--bs-grey);
    margin-left: 4px;
}
.small-nav a:hover {
    color: var(--bs-maroon);
}
.small-nav a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: var(--bs-grey);
    top: 0;
    right: -6px;
    bottom: 0;
    margin: auto;
}
.small-nav a:last-child:after {
    display: none;
    opacity: 0;
}
.nap-postal-address-wrapper {
    margin-top: 10px;
}
.nap-postal-address-wrapper .nap-wrapper {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}
.nap-postal-address-wrapper .nap-wrapper:last-child {
    margin-bottom: 0px;
}
.footer-sec ul {
    column-count: 1;
}
.footer-sec ul li {
    position: relative;
    margin-bottom: 11px;
    line-height: normal;
}
.footer-sec ul li a {
    padding: 0;
    display: inline-block;
    color: var(--bs-grey);
    font-size: 15px;
}
.footer-sec ul li a:hover {
    color: var(--bs-maroon);
}
ul.footer-social {
    z-index: 1;
    display: flex;
    margin-top: 0;
    margin-bottom: 20px;
}
ul.footer-social li {
    margin: 0;
    margin-right: 11px;
}
.footer-social li a {
    position: relative;
    height: 45px;
    width: 45px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #525252;
    border-radius: 50%;
}
.footer-social li a:hover {
    background-color: var(--bs-maroon);
    border-color: var(--bs-maroon);
}
.footer-social li a:hover svg path {
    fill: #fff;
}
.footer-site-link p a {
    font-size: 16px;
    font-weight: 600;
    color: #292929;
}
.footer-site-link p a:hover {
    color: var(--bs-maroon);
}
/* nap css */
.nap-address-info, .nap-address-info a, .nap-address-info *, .nap-contact-info .phoneno, .nap-time-info {
    font-size: 15px;
    line-height: 26px;
    color: var(--bs-grey);
}
.small-text-footer {
    font-size: 15px;
    color: var(--bs-grey);
    font-weight: 600;
    margin: 0;
    line-height: normal;
}
.nap-address-info .direction-link {
    color: var(--bs-grey);
    border-bottom: 1px solid var(--bs-grey);
}
.nap-address-info .direction-link:hover {
    color: var(--bs-maroon);
    border-color: var(--bs-maroon);
}
.nap-contact-info .phoneno:hover {
    color:var(--bs-maroon);
}
.nap-contact-info {
    width: 100%;
    margin: 10px 0px;
}
.nap-address-info {
    background-image: url(../img/location.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0 6px;
    padding-left: 25px;
    width: 100%;
    position: relative;
}
.nap-contact-info .phoneno {
    display: inline-block;
    padding: 10px 0;
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    line-height: normal;
    background-image: url(../img/call-icon.svg);
    color: var(--bs-grey);
}
.nap-contact-info .phoneno:hover {
    color: var(--bs-maroon);
}
.nap-fax-info {
    background-image: url(../img/fax.svg);
    background-size: 15px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding-left: 25px;
    line-height: normal;
}
/* nap css */

.footer-sec ul li a br, ul.menu-top li a br {
    display: none;
}
/* Footer CSS Start END */
/* Site Schema Styling */
.clientreviews {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}
.page-template-template-about  .site-schema {
    margin-top: 70px;
}
.footer-multiple-maps + .site-schema {
    margin-top: 60px;
}
.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(--bs-maroon);
    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 */

/* map css */
.form-with-map .bg-map {
    width: 50%;
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}
.form-with-map {
    padding: 100px 0;
    position: relative;
}
.form-content-wrap {
    max-width: 405px;
}
/*
.form-with-map .bg-map:before {
    content: "";
    width: 50%;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0));
    pointer-events: none;
    z-index: 1; opacity: 0;
}
*/
.form-with-map .bg-map iframe {
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
    box-shadow: none;
    outline: none;
}
.form-with-map .bg-map iframe:focus {
    box-shadow: none;
    outline: none;
}
.form-with-map .wpcf7-text{
    border: none;
    border-bottom: 1px solid #959595;
    border-radius: 0;
    width: 100%;
    padding-left: 0px;
    background-color: #ffffff00;
}
.form-with-map .wpcf7-text::placeholder, .form-with-map textarea::placeholder{
    color: #959595;
    font-size: 15px;
}
.form-with-map textarea{
    border: none;
    border-bottom: 1px solid #959595;
    border-radius: 0;
    height: 160px;
    width: 100%;
    padding-left: 0px;
    background-color: #ffffff00;
}
.form-with-map .submit-btn{
    width: 180px;
    height: 50px;
}
.form-with-map .btn{
    width: 100%;
}
.right-image-content .fullwidth-image img {
    width: auto;
}

.right-image-content .fullwidth-image {
    text-align: center;
}
@media (max-width: 767px) {
    .form-with-map .map-custom iframe{
        position: relative;
        width: 100%;
        height: 400px;
        z-index: 999;
    }
    .form-with-map .map-custom {
        margin-top: 40px;
    }
    .form-with-map {
        background: #fff;
        padding-bottom: 0;
        padding-top: 50px;
    }
    .form-with-map textarea {
        height: 160px;
    }
}
@media (min-width: 768px) {
    .form-with-map .map-custom {
        display: none;
    }
}
/* map css */

.top-breadcrumb+div {
    padding-top: 20px;
    padding-bottom: 110px;
}

.top-breadcrumb {
    margin-top: 20px;
}


.wpcf7 .btn-wrap .btn:hover {
    color: inherit;
    background: inherit;
    border-color: inherit;
}
.wpcf7 .btn-wrap:hover .btn {
    color: var(--bs-maroon);
    background: 0 0;
    border-color: var(--bs-maroon)
}

/* 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;
}
.border-line .heading {
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.border-line .heading:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #B16850;
}
.border-line.border-left .heading:after {
    right: inherit;
}
/* block css default */
.play-icon {
    background-color: #FD3832;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 30px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: 10px;
    border-radius: 5px;
    background-position: center;
}

/* start review and our team css */
.team-section {
    padding: 250px 0 120px ;
}
.page-template-reviews .reviews-section + .image-with-text {
    margin-bottom: 55px;
}
.reviews-section h2, .team-section h2 {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}

.reviews-section h2:after, .team-section h2:after {
    content: '';
    position: absolute;
    background-color: #B16850;
    width: 80px;
    height: 2px;
    bottom: -12px;
    left: 47%;
    right: 50%;
}
.reviews-section .review-row {
    row-gap: 30px;
    justify-content: center;
}
.review-box {
    background-color: #e8dbda;
    padding: 25px;
    border: 1px solid #854834;
    border-radius: 10px;
    transition: .5s;
    position: relative;
    width: 100%;
    padding-top: 60px;
}
.review-box:after {
    transition: .5s;
    position: absolute;
    top: 20px;
    background-image: url(../img/qoute-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 0;
    background-position: center;
    width: 40px;
    height: 40px;
    content: "";
}
.review-box:hover:after {
    background-image: url(../img/quote-grey-icon.svg);
}
.review-box:hover {
    background-color: #854834;
    color: #fff;
    transition: 0.5s;
}
.reviews-section .star-icon .star-icon-wraper {
    filter: brightness(0.5);
    transition: 0.5s;
}
.review-box:hover .star-icon .star-icon-wraper {
    filter: unset;
    transition: 0.5s;
}
.review-box:hover .review-top-img {
    filter: contrast(0.5);
}
.review-box:hover .a-icon {
    background-color: #E8DBDA;
    color: #854834;
    transition: 0.5s;
}
.review-box .review-content {
    /* display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 4;
     overflow: hidden;*/
    padding-top: 10px;
    padding-bottom: 30px;
}
.reviews-section.section-pd {
    padding-bottom: 100px;
}
.author-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}

.author-title .a-icon {
    background-color: #b16850;
    color: #fff;
    padding: 3px 16px;
    border-radius: 85px;
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-title p {
    margin: 0;
    line-height: 1.3;
}
.team-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden; /* Ensures pseudo-element does not overflow */
    display: block;
}

.team-img::before {
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.064) 35%, rgba(0,0,0,1) 95%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: background 0.5s ease-in-out; /* Smooth transition */
}
.team-img:hover::before {
    background: #854834db !important;
}
.team-img:hover .team-content {
    text-align: center;
    left: 0;
    bottom: 100px;
    padding: 0 25px;
}
.team-img img {
    border-radius: 20px;
}
.team-page-section .heading {
    margin-bottom: 50px;
}
.team-content {
    position: absolute;
    bottom: 34px;
    left: 30px;
    color: #fff;
}
.team-content h5, .team-content .h5 {
    color: #fff;
    margin: 0;
}
.team-content h5 a, .team-content .h5 a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.team-content p {
    margin: 0;
}

.team-content .team-main-content {
    display: none;
}

.team-img:hover .team-main-content {
    display: block !important;
    transition: 0.5s;
}
.wp-block-image.team-image {
    max-width: 50%;
}
.single-our-team-section h2 {
    margin: 0 0 6px 0;
    font-size: 50px;
}
.single-our-team-section .single-subtitle {
    margin-bottom: 20px;
}
.single-our-team-section .single-subtitle span {
    position: relative;

}
.single-our-team-section .single-subtitle span::before {
    content: "";
    position: absolute;
    background-color: #B16850;
    width: 80px;
    height: 2px;
    bottom: -9px;
    left: 0;
}

.single-content-box {
    background-color: #f4e8e8;
    padding: 40px;
    border-radius: 10px;
    margin: 30px 0;
    margin-top: 70px;
}
.single-team-left {
    float: left;
    padding-right: 35px;
    width: 46%;
}
.single-team-left img {
    border-radius: 10px;
    height: 584px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}
.single-our-team-section .full-width-wrap-item.container-color-sec {
    border-radius: 10px;
}
.single-our-team-section .fullwidth-content-in-container {
    padding-top: 30px;
    padding-bottom: 0;
}
.post-title h3 a, .post-title .h3 a {
    font-size: 30px;
    font-weight: 400;
    color: #292929;
}
.blog-btn a.read-more {
    border-bottom: 1px solid #854834;
    color: #854834;
}
.blog-btn a.read-more:hover {
    border-color: #000;
    color: #000;
}
.blog-post-list .post-col-info .blog-btn:hover svg path {
    fill: #000;
}
.blog-btn svg {
    width: 25px;
    height: 12px;
}
.post-image {
    height: 100%;
    width: 100%;
}
.post-image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.side-form {
    background-color: #854834;
    border-radius: 10px;
    padding: 35px;
    text-align: center;
}
.side-form h3 {
    color: #fff;
    font-weight: 400;
}
.side-form div.wpcf7 .wpcf7-form .form-control, .side-form .common-form-style .form-group .form-control, .side-form  .wpcf7-submit {
    border: 1px solid #fff;
    color: #fff;
}
.side-form div.wpcf7 .wpcf7-form .form-control::placeholder, .side-form .common-form-style .form-group .form-control::placeholder {
    color: #fff;
}
.side-form  .wpcf7-submit:hover {
    color: #fff;
}
.post-list.row.blog-post-list {
    row-gap: 35px;
}
.blog-post-list .post-col-info {
    display: flex;
    align-items: center;
}
.blog-list-area {
    padding-right: 55px;
}
.form-sidebar {
    padding-left: 20px;
}
.single-page-img img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.single-content {
    padding-top: 35px;
}
.side-form .wpcf7 .btn-wrap:hover .btn {
    color: var(--bs-white);
    border-color: var(--bs-white);
}
/* end start review and our team css */

/* start static page css  */
.static-page img {
    border-radius: 10px;
}
.margin-top-bottom {
    margin-bottom: 70px;
    margin-top: 70px;
}
.margin-bottom {
    margin-bottom: 70px;
}
.margin-top {
    margin-top: 70px;
}
/* .static-page .size-large {
    height: 100%;
}
.static-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.widget.searchitem {
    margin-bottom: 35px;
}

p.wpcf7-contact-form-not-found {
    display: none;
}
.search-form label {
    width: 100%;
}
.widget.searchitem {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: none;
}

input.search-field {
    color: #000;
    font-size: 16px;
    height: 60px;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    border-radius: 0;
    border: 1px solid #c2c2c2;
    padding: 12px 0;
    padding-right: 100px;
    padding-left: 15px;
    line-height: 26px;
    background: #fff;
    border-radius: 10px;
}

input.search-submit {
    border: none;
    position: absolute;
    top: 5px;
    bottom: 0;
    width: 52px;
    height: 50px;
    padding: 10px;
    /* margin: auto; */
    cursor: pointer;
    font-size: 0px;
    border-radius: 0;
    right: 5px;
    background: var(--bs-maroon);
    border-radius: 10px;
}
.search-form:after {
    content: "";
    position: absolute;
    top: -13px;
    right: 5px;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 52px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/blog-search-bar.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    padding-left: 0;
    background-position: center;
    border-radius: 10px;
}
/* start common banner  */
img.banner-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .inner-banner-section .container {
    z-index: 2;
    padding-bottom: 70px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
} */
/* end common banner  */
/* end static page css */


/* Inner Page Banner */

.breadcrumbs-block {
    width: 100%;
    background: #f5f5f5;
    padding: 7px 15px;
    padding-bottom: 10px
}

.inner-banner-section {
    z-index: 1;
    height: 400px;
    position: relative;
    width: 100%
}

.inner-banner-section .banner-bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    object-fit: cover
}

.inner-banner-section:after {
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .4;
    background: #000
}
.inner-banner-section .container {
    z-index: 2;
    padding-bottom: 70px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end
}
.inner-banner-info {
    width: 100%
}
.inner-banner-section .inner-banner-title {
    line-height: 65px;
    font-size: 50px;
    color: var(--bs-white);
    font-weight: 700;
    margin: 0;
    text-shadow: 0px 4px 5px #00000080;
}
.inner-banner-section .inner-banner-content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #fff;
}

.inner-banner-section .inner-banner-content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: .5px;
    color: #fff
}

.page-not-found .error-info {
    text-align: center;
    margin-bottom: 60px
}
/* Inner Banner Css End */

/* sidebar css*/
.sidebar {
    padding-left: 34px;
}
.sidebar .widget {
    margin-bottom: 40px;
    z-index: 1;
}

.sidebar .widget.practice-side {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.sidebar .widget.practice-side ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.sidebar .widget .form-title {
    color: #fff;
    font-weight: 400;
    font-family: "Cardo", serif;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
    text-align: center;
}
.sidebar .widget-menu {
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 20px 0;
    background: #fff;
    border: 1px solid #B4B1B1;
    padding-bottom: 0;
}
.sidebar .practice-side .widget-menu {
    padding-bottom: 0;
}
.sidebar .widget-title br {
    display: none;
}
.sidebar .widget-menu .widget-title {
    font-family: "Cardo", serif;
    position: relative;
    padding-left: 15px;
    margin: 0;
    z-index: 1;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 34px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 500;
    color: #854834;
    text-align: center;
    padding-right: 15px;
}
.sidebar .widget ul {
    padding-bottom: 0px;
    margin-bottom: 0;
}
.sidebar .widget li {
    position: relative;
    padding-right: 0;
    margin-top: 0;
}
.sidebar .widget-menu ul li a {
    display: block;
    padding: 8px 15px;
    position: relative;
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #C2C2C2;
    padding-left: 25px;
}
.sidebar .widget-menu ul li a br {
    display: none;
}

.sidebar .widget-menu ul li:last-child a{
    border-bottom: none;
}
.sidebar .widget li:last-child {
    border-bottom: none;
}
.sidebar .widget li a:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 15px;
    height: 4px;
    width: 4px;
    background-color: #000;
    border-radius: 50%;
}
.sidebar .widget-menu .current-menu a:after, .sidebar .widget-menu .current-menu-item a:after, .sidebar .widget-menu .activeChild a:after, .sidebar .widget-menu .current_page_item a:after {
    background-color: #fff;
}
.sidebar .widget-menu ul li a:hover {
    color: #ffffff;
    background: #854834;
}
.sidebar .widget-menu ul li a:hover:after {
    background-color: #fff;
}
.sidebar .widget-menu .current-menu a, .sidebar .widget li.current-cat a, .sidebar .widget-menu .current-menu-item a, .sidebar .widget-menu ul .current_page_item a, .sidebar .widget-menu li.activeChild a {
    color: #fff;
    background: #854834;
}
.side-contact-header {
    margin-bottom: 20px;
}
.contact-form-sidebar .wpcf7 {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: #854834;
    box-shadow: 0px 0px 30px rgba(94, 94, 94, .1);
    border-radius: 10px;
    padding: 35px;
    text-align: center;
}
.side-contact-header p {
    font-size: 12px;
    color: #000;
    line-height: normal;
}
.contact-form-sidebar {
    width: 100%;
    position: relative;
}
.contact-form-sidebar .side-form-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.sidebar .form-title-wrap {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}
.sidebar div.wpcf7 .wpcf7-form .form-control {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: none;
    height: 50px;
    font-weight: 300;
    font-size: 14.5273px;
    line-height: 22px;
    color: #fff;
    box-shadow: none;
    padding-left: 15px;
    border-radius: 5px;
}
.sidebar div.wpcf7 .wpcf7-form textarea.form-control {
    height: 110px;
}
.sidebar div.wpcf7 .wpcf7-form .label-name {
    font-size: 16px;
}

.sidebar .wpcf7 ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.sidebar .wpcf7 ::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}

.sidebar .wpcf7 :-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
}

.sidebar .wpcf7 :-moz-placeholder {
    color: rgba(255, 255, 255, 1);
}

.wpcf7-form textarea.form-control {
    height: 130px;
}

.sidebar div.wpcf7 .wpcf7-form .form-control:focus {
    border-bottom: 1px solid #D8D8D8;
}

.sidebar div.wpcf7 .wpcf7-form .form-group {
    margin-bottom: 15px;
}
.sidebar div.wpcf7 .wpcf7-response-output {
    bottom: 0px;
    padding: 2px 6px !important;
    font-size: 12px;
    background: #b30000;
    line-height: 14px;
    color: #fff;
}
.sidebar div.wpcf7 span.wpcf7-quiz-label {
    color: #ffffff;
}
.sidebar .wpcf7 form .btn-wrap.btn:after {
    border: 1px solid #295464;
}
.sidebar .wpcf7 form .btn-wrap:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.sidebar .wpcf7 form .btn-wrap .btn {
    border-color: #fff;
    background-color: transparent;
    font-weight: 500;
    border: 1px solid #fff;
    color: #fff;
}
.sidebar .wpcf7 form .btn-wrap .btn:hover {
    color: #854834;
    border-color: #ffffff;
    background-color: #fff;
}
.sidebar .wpcf7 form .btn-wrap.btn:hover:after {
    border-color: #fff;
}
/* sidebar css*/

/* search page css */

.search-no-results .search-left-side .page-header {
    margin-bottom: 0
}

.search-left-side .page-title {
    color: #2c2c2c
}

.search-left-side .page-title span {
    color: var(--bs-maroon);
    font-size: 28px;
    line-height: 35px;
    font-weight: 300
}

.search-left-side .entry-title {
    line-height: 20px;
    margin: 0
}

.search-left-side .entry-title a {
    display: inline-block;
    font-style: normal;
    letter-spacing: .01em;
    width: auto;
    position: relative;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 40px;
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 600
}

.search-left-side .entry-title a:hover {
    color: var(--bs-maroon);
    opacity: 1
}

.search-left-side .entry-summary .btn {
    margin-top: 15px
}

.search_result article {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 40px
}

.search_result article:last-child {
    margin: 0
}

.search-left-side .entry-title a br {
    display: none
}
/* search page css */

/* pagination css */

.paging-new {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0
}

.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.paging-new .page-numbers {
    background-color: #e8e8e8;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #000;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center
}

.paging-new .page-numbers,.paging-new .page-numbers.current {
    margin: 0 6px
}

.paging-new .next.page-numbers, .paging-new .prev.page-numbers {
    display: inline-block;
    margin-right: 0;
    margin-left: 15px;
    color: var(--bs-white);
    height: 45px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    width: 90px;
    text-indent: 0px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 43px;
    border: 1px solid var(--bs-maroon);
    background-color: var(--bs-maroon);
    background-repeat: no-repeat;
    background-size: 20px;
}
.paging-new .prev.page-numbers {
    margin-right: 10px;
    margin-left: 0;
    position: absolute;
    left: 0;
    padding-left: 30px;
    width: 122px;
    background-position: 10px;
    background-image: url(../img/left-arrow-white.svg);
}
.paging-new .prev.page-numbers:hover {
    background-image: url(../img/left-arrow.svg);
}
.paging-new .next.page-numbers {
    position: absolute;
    right: 0;
    padding-right: 30px;
    width: 122px;
}
.paging-new .next.page-numbers:after {
    position: absolute;
    right: 20px;
    width: 45px;
    height: 17px;
    content: "";
    background-image: url(../img/left-arrow-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    transform: rotate(180deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.paging-new .next.page-numbers:hover:after {
    background-image: url(../img/left-arrow.svg);
}
.paging-new .prev.page-numbers:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    color: var(--bs-maroon);
    font-size: 16px
}

.paging-new .page-numbers:hover {
    color: var(--bs-white);
    border-color: var(--bs-maroon);
    background-color: var(--bs-maroon)
}

.paging-new .prev.page-numbers:hover:after {
    color: var(--bs-darkblue)
}

.paging-new .page-numbers.current {
    color: var(--bs-white);
    border-color: var(--bs-maroon);
    background-color: var(--bs-maroon)
}

.paging-new .screen-reader-text {
    display: none;
    font-size: 0px;
    opacity: 0;
    pointer-events: none
}

.paging-new .next.page-numbers:hover,.paging-new .prev.page-numbers:hover {
    color: var(--bs-maroon);
    border-color: var(--bs-maroon);
    background-color: var(--bs-white)
}

.paging-new .pagination {
    margin-top: 70px;
    width: 100%
}
/* Heading animation: Slide in from left */
.banner-title {
  animation: slideInLeft 1s ease-out forwards;
}

/* Subtitle + button animation: Slide in from bottom */
.banner-heading,
.banner-button {
  animation: slideInUp 1s ease-out forwards;
}

/* Delay for nice staggered effect */
.banner-heading {
  animation-delay: 0.3s;
}

.banner-button {
  animation: slideInUpSmooth 1s ease-in-out 0.4s forwards;
  transform-origin: center;
  opacity: 0; 
}

/* Keyframes */
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInUpSmooth {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-in-text {
  display: inline-block;
  opacity: 0;
  width: 100%;
  text-align: center;
  transform: translateX(-100%);
  animation: slideInToCenter 1.8s ease-in-out forwards;
}

@keyframes slideInToCenter {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* pagination css */

/* Custom Form */
.custom-type-form .container {
    max-width: 100%;
    padding: 0;
}
.custom-type-form .container .full-width-wrap-item {
    width: 100%;
}
.custom-type-form .container iframe {
    height: 500px;
    width: 100%;
}

/* Custom Form */
.single-content p strong, .static-box p strong {
    font-weight: 700;
    color: #292929;
    font-size: 18px;
}

.ie select::-ms-expand {
    display: none;
}

.ie select:focus::-ms-value {
    background-color: transparent;
    color: #fff;
}
.wpcf7 .select-form-wrap  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../img/black-down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 15px) 50%;
    text-shadow: none;
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
    text-transform: none;
    color: #000;
    height: 60px;
    font-weight: 400;
    border: 1px solid #b16850;
    padding-left: 15px;
    border-radius: 8px;
    width: 100%;
}

.single-content ul li a:not([href]):not([class]), .single-content ul li a:not([href]):not([class]):hover, .container .content-area ul li a:not([href]):not([class]), .container .content-area ul li a:not([href]):not([class]):hover {
    color: #2969b0;
}
body .fullwidth .container .row div p a {
    color: #2969b0;
}

body .fullwidth .container .single-content ul li a, .container .content-area ul li a {
    color: #2969b0;
}
div#html5lightbox-watermark {
    display: none !important;
}
.mh-icon-right::before {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 13px;
    position: absolute;
    left: 13px;
}
.mh-icon-left::before {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
    top: 13px;
    position: absolute;
    left: 13px;
}

.home .appproved-section-wrap h3 {
    font-size: 30px;
    line-height: 40px; 
}
.statement-sec-wrap {
    width: 100%;
    padding-bottom: 50px;
    position: relative;
}
.single-post-team .breadcrumbs-block{
	margin-top: 15px;
	padding: 20px 0px;
}
.content-inner .fullwidth img{
	width: auto;
	height: 100%;
}

.nap-postal-address-wrapper .nap-wrapper {
    display: flex;
    justify-content: center;
}

.nap-address-info {
    display: flex;
    margin: 0 auto;
	width: auto;
}

ul#footerNav {
    text-align: center;
}

/*
.team-img:hover .team-content h5,
.team-img:hover .team-content h5 + p {
    display: none;
}*/