:root {
    --bs-lightgrey: #f7f7f7;
    --bs-lightblack: #484848;
    --bs-yellow: #D2A64F;
    --bs-darkblack: #1b1b1b;
    --bs-theme-color: #085f35;
    --font-europa:  "europa";
    --font-ivyora: "ivyora-display";
    --fontSize-body: 16px;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: var(--font-europa);
    background: var(--bs-white);
    font-size: var(--fontSize-body);
    color: var(--bs-black);
    line-height: 1.8;
    font-weight: 400;
    font-variant-numeric: lining-nums;
    overflow-x: hidden;
    letter-spacing: 1px;
}
.break-all {
    word-break: break-all;
}
.modal-content {
    border: none;
}
.modal-body {
    background: var(--bs-lightgrey);
    padding: 50px 40px;
    position: relative;
}
.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.btn-close:focus {
    box-shadow: none;
}
b, strong {
    font-weight: 700;
}
body, html{
    height: 100%;
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: inherit;
}
svg, svg path{
    transition: all ease-in-out .4s;
}
:focus {
    outline: none !important;
}
a {
    color: var(--bs-theme-color);
    font-weight: 600;
    transition: all ease-in-out .5s;
    text-decoration: none
}
a:hover {
    color: var(--bs-black);
}
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: #c70e09;
}
ol {
    padding-left: 15px
}
select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 var(--bs-black)
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}
.text-white .content a {
    color: var(--bs-white);
}
.text-white .content a:hover {
    color: var(--bs-theme-color);
}
.text-white ul li::before{
    background: var(--bs-white) !important;
}
input[type="submit"] {
    cursor: pointer
}
a:hover, a:focus {
    text-decoration: none
}
p {
    margin-bottom: 1.2rem;
}
p:empty {
    display: none
}
p:last-child {
    margin-bottom: 0;
}
iframe {
    border: none;
    width: 100%;
    height: 100%
}
.alignnone {
    display: block;
    margin: 25px auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 22px 15px 0px;
}
.aligncenter, div.aligncenter {
    width: 100% !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no_result a {
    text-decoration: underline;
}
video {
    width: 100%;
    display: block;
}
.wp-video {
    margin: 30px 0;
}
/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 500;
    color: var(--bs-black);
    font-family: var(--font-ivyora);
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.heading {
    font-weight: 500;
    color: #085F35;
    font-family: var(--font-ivyora);
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 48px;
}
.sub-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
}
/*============ Heading CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}
button#html5-close img {
    display: none !important;
}
.html5-elem-data-box, div#html5lightbox-watermark {
    display: none !important;
}
.html5lightbox {
    position: relative;
    display: block;
}
.html5lightbox .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FD3832;
    border-radius: 15px;
}
.html5lightbox .play-icon svg {
    fill: var(--bs-white);
    width: 17px;
    height: 17px;
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination h2.screen-reader-text {
    display: none !important;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: center;
    position: relative;
    width: 100%;
    flex-flow: wrap;
    gap: 10px;
    background: var(--bs-lightgrey);
    border-radius: 80px;
    padding: 20px 20px;
}
.pagination .nav-links > * {
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    border-radius: 55px;
    text-transform: uppercase;
    color: var(--bs-lightblack);
    border: 1px solid transparent;
    background: none;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.pagination .nav-links * font {
    border: none !important;
}
.pagination .nav-links .current,
.pagination .nav-links > *:hover,
.pagination .nav-links .current font,
.pagination .nav-links * font:hover {
    color: var(--bs-white);
    background: var(--bs-theme-color);
    border-color: var(--bs-theme-color);
}
.pagination .nav-links svg, .pagination .nav-links img {
    width: 16px;
    height: 16px;
    stroke: var(--bs-theme-color);
}
.pagination .prev {
    border: 1px solid var(--bs-theme-color);
    position: absolute;
    left: 20px;
    font-size: 14px;
}
.pagination .next {
    border: 1px solid var(--bs-theme-color);
    position: absolute;
    right: 20px;
    font-size: 14px;
}
.pagination .nav-links a:hover svg {
    stroke: var(--bs-white);
}
/*================ Pagination CSS END =================*/
.video-title {
    padding: 10px 10px;
    text-align: center;
    font-size: 24px;
}
.video-box {
    height: 100%;
    box-shadow: 0 0 10px #878787;
}
.video-page .html5lightbox img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
/*==================== Common CSS ====================*/
.space-pd {
    padding-top: 80px;
    padding-bottom: 80px;
}
.space-mr {
    margin-top: 80px;
    margin-bottom: 80px;
}
.btn {
    background: var(--bs-yellow);
    color: var(--bs-white);
    border: 2px solid var(--bs-yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px 13px;
    text-transform: uppercase;
    line-height: 1.5;
    position: relative;
    border-radius: 45px;
    font-size: 16px;
    font-weight: 400;
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active, :not(.btn-check)+.btn:active, .btn-check:checked+.btn, .btn.active,
.btn:first-child:active, :not(.btn-check)+.btn:active {
    background: var(--bs-theme-color);
    color: var(--bs-white);
    border-color: var(--bs-theme-color);
    text-shadow: none;
}
.white-btn{
    background: none;
    color: var(--bs-white);
    border-color: var(--bs-white);
}
.white-btn:hover, .white-btn:focus, .white-btn:active, :not(.btn-check)+.white-btn:active,
.btn-check:checked+.white-btn, .white-btn.active, .white-btn:first-child:active, :not(.btn-check)+.white-btn:active {
    background: var(--bs-white);
    color: var(--bs-theme-color);
    border-color: var(--bs-white);
}
.btn-black{
    background: #272727;
    color: var(--bs-white);
    border-color:#272727;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, :not(.btn-check)+.btn-black:active,
.btn-check:checked+.btn-black, .btn-black.active, .btn-black:first-child:active, :not(.btn-check)+.btn-black:active {
    background: var(--bs-white);
    color: var(--bs-theme-color);
    border-color: var(--bs-white);
}
.btn-grp {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 20px;
}
.btn-grp .btn {
    text-decoration: none;
}
/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.review-schema-wrapper {
    margin-top: 50px;
}
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 50px;
}
.clientreviews p strong, .testimonialTitle strong {
    font-weight: 600;
}
.clientreviews .heading {
    font-size: 28px;
}
.video-schema iframe {
    height: 260px;
}
/*============ Client Review Schema CSS END ============*/
/*============ Form CSS ============*/
.wpcf7 {
    position: relative;
    z-index: 9;
}
.wpcf7 .form-group {
    margin-bottom: 30px;
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
    color: var(--bs-white);
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0px;
    font-size: 11px;
    background-color: #c20000;
    padding: 0px 4px;
    border-radius: 0;
    height: auto;
    line-height: 16px;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -45px;
    right: 0;
    text-align: center;
    color: #c20000;
    font-weight: normal;
    padding: 5px 0 !important;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}
.wpcf7 label {
    color: var(--bs-white);
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    margin-bottom: 0px;
    display: block;
}
.wpcf7 .form-group > label {
    margin-bottom: 12px;
    position: relative;
}
.wpcf7 .form-group > label::after {
    content: "*";
    color: var(--bs-theme-color);
    margin-left: 2px;
    position: relative;
    font-size: 15px;
    top: -5px;
}
.quiz-gp .wpcf7-form-control-wrap{
    display: block !important;
}
.form-control {
    padding: 15px 0;
    color: var(--bs-darkblack);
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    font-variant-numeric: lining-nums;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-size: var(--fontSize-body);
}
textarea.form-control {
    height: 190px;
    resize: none;
}
.form-control:focus {
    box-shadow: none;
    background: none;
    color: var(--bs-darkblack);
    border-color: var(--bs-theme-color);
}
.select-box select {
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    appearance: none;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box span {
    position: relative;
}
.select-box span::after {
    content: "";
    right: 15px;
    position: absolute;
    pointer-events: none;
    width: 9px;
    height: 9px;
    border-right: 2px solid rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: 5px 0px;
}
.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item {
    margin: 0;
    margin-right: 0;
    margin-left: 0px;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: block;
    line-height: 1.4;
}
.checkbox .wpcf7-checkbox {
    display: flex;
    flex-flow: wrap;
}
.checkbox span.wpcf7-list-item {
    margin-right: 30px;
    display: block;
    width: auto;
    margin-top: 12px;
}
.checkbox span.wpcf7-list-item label {
    margin-bottom: 0;
    text-transform: capitalize;
}
.checkbox .wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid var(--bs-white);
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
    border-radius: 2px;
    background: var(--bs-white);
}
.contact-page .wpcf7-acceptance .wpcf7-list-item-label::before {
    border-radius: 5px;
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
    border-color: var(--bs-theme-color);
    background: var(--bs-theme-color);
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid var(--bs-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item > label::after {
    content: "*";
    color: var(--bs-theme-color);
    margin-left: 0;
    font-size: 15px;
    position: absolute;
    right: -12px;
    top: 0;
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
.checkbox .wpcf7-list-item-label::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
}
.checkbox label input:checked+.wpcf7-list-item-label {
    color: var(--bs-theme-color);
    font-weight: 400;
}
.checkbox label input:checked+.wpcf7-list-item-label::before {
    border-color: var(--bs-theme-color);
    background: var(--bs-theme-color);
}
.checkbox label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid var(--bs-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: var(--bs-theme-color);
}
.cta-acceptance {
    margin-bottom: 12px;
}
.cta-acceptance a {
    text-decoration: underline;
    margin-right: 10px;
    border-right: 1px solid var(--bs-white);
    padding-right: 10px;
    line-height: 1.4;
}
.cta-acceptance a:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}
.submit-btn {
    position: relative;
    display: inline-flex;
}
.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    display: block !important;
    top: 50%;
    transform: translate(-50%, -50%);
}
div.wpcf7 .ajax-loader {
    display: none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100px;
    background-color: var(--color--skyblue);
    background-image: url(../images/loader-w.svg);
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    top: 0;
    bottom: auto;
}
.msg-side-form {
    position: absolute;
    color: var(--bs-white);
    font-size: 10px;
    right: 45px;
    margin: 0;
    background-color: #c20000;
    padding: 2px 5px 0;
    height: 20px;
    line-height: 17px;
    bottom: 1px;
    font-weight: 400;
}
.radio-btn .wpcf7-radio {
    margin-top: 0px;
}
.radio-btn input[type=radio] {
    display: none;
}
.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 30px;
    margin-right: 0;
    position: relative;
    display: block;
    margin-top: 12px;
}
.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: var(--color--four);
}
.radio-btn span.wpcf7-list-item:last-child {
    margin-right: 0;
}
.radio-btn label .wpcf7-list-item-label::before {
    border: 1px solid var(--bs-theme-color);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
    border-radius: 100%;
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid var(--bs-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::before {
    border-color: var(--bs-theme-color);
    background: var(--bs-theme-color);
}
/*============ Form CSS END ============*/

/*==================== No Inner Banner CSS ====================*/
.no-banner header#header {
    background-color: var(--bs-lightblack);
}
/*==================== No Inner Banner CSS END ====================*/

/*==================== Inner page Banner CSS ====================*/
.page-banner {
    background-color: transparent;
    background-position: center;
    background-size: cover;
    min-height: 590px;
    position: relative;
    overflow: hidden;
    display: flex;
    margin-bottom: 35px;
}
.page-banner .container-fluid {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-banner .container-fluid .inner-banner-bg-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 70px 120px;
    border-radius: 5px;
    background-color: #1c7249;
    position: relative;
}
.page-banner .container-fluid .inner-banner-bg-image .banner-info-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 560px;
}
.page-template-team-practice-area .page-banner .container-fluid .inner-banner-bg-image:before {
    opacity: 0;
    pointer-events: none;
}
.page-banner .container-fluid .inner-banner-bg-image:before {
    background-blend-mode: color;
    background: #085F35;
    background: linear-gradient(90deg, #085F35 0%, rgba(8, 95, 53, 0) 100%);
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    border-radius: 5px 0px 0px 5px;
    z-index: 0;
}


/*
.page-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--bs-black) 104.36%);
}
.page-banner::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--bs-black) 104.36%);
}
*/
.page-banner .container {
    position: relative;
    z-index: 99;
}
.page-banner .page-banner-title {
    font-weight: 500;
    font-size: 58px;
    margin-bottom: 0px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: capitalize;
    color: var(--bs-white);
}
.banner-info-wrap .banner-small-heading {
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.banner-info-wrap .banner-link {
    margin-top: 25px;
}
.banner-info-wrap .banner-small-heading span {
    color: #D2A64F;
    letter-spacing: 4px;
}
.breadcrumbs-sec {
    background: #E0E9EB;
    padding: 15px 0;
}
#breadcrumbs {
    text-transform: capitalize;
    color: var(--bs-black);
    font-weight: 400;
}
#breadcrumbs span span {
    padding: 0 3px;
}
#breadcrumbs a{
    color: var(--bs-theme-color);
    font-weight: 400;
}
#breadcrumbs a:hover {
    color: var(--bs-black);
}
#breadcrumbs svg, #breadcrumbs img {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
}
/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.post-default-content iframe {
    height: 500px;
    display: block;
}
.post-default-content .podcast-iframe {
    height: 180px;
    width: calc(100% - 3px);
    margin: 15px 0;
}
.blog-search, .toggle-sidebar, .sidebar-form {
    margin-bottom: 30px;
}
.blog-search .blogsearch {
    padding: 15px 65px 15px 15px;
    line-height: normal;
    font-weight: 400;
    height: 65px;
    width: 100%;
    border-radius: 0px !important;
    color: var(--bs-darkblack);
    border: 1px solid var(--bs-lightgrey);
    background: var(--bs-lightgrey);
}
.blog-search .blogsearch:focus{
    border-color: var(--bs-theme-color);
}
.blog-search input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.9);
}
.blog-search input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.9);
}
.blog-search input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.9);
}
.blog-search input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.9);
}

.blog-search .search-btn {
    height: 45px;
    cursor: pointer;
    z-index: 9;
    width: 45px;
    position: absolute;
    border: none;
    right: 10px;
    top: 50%;
    color: var(--bs-white);
    transform: translateY(-50%);
    border-radius: 0 !important;
    background: var(--bs-theme-color);
    letter-spacing: 2px;
}
.blog-search .msg-side-form {
    right: 60px;
    display: none;
    bottom: 0;
}
.blog-search .form-control:focus {
    border-color: var(--bs-theme-color);
}
.sidebar-list, .sidebar-wrap {
    padding: 50px 30px;
    background: var(--bs-lightgrey);
}
.sidebar-heading, .sidebar .widget-title {
    color: #272727;
    margin-bottom: 25px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    font-family: var(--font-ivyora);
    letter-spacing: 0;
}
.sidebar-list li {
    display: block;
    transition: all ease-in-out .6s;
}
.sidebar-list ul li a {
    padding: 15px 25px 15px 0;
    display: block;
    text-transform: capitalize;
    color: var(--bs-black);
    position: relative;
    font-weight: 400;
    line-height: 1.6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sidebar-list li:last-child a {
    border-bottom: none;
}
/*.sidebar-list ul li a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid var(--bs-theme-color);
    border-right: 0;
}*/
.sidebar-list ul li a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 19px;
    width: 20px;
    height: 20px;
    background-image: url(../images/sidebar-plus.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.sidebar-list ul li a:hover,
.sidebar-list ul li.active a,
.sidebar-list ul li.activeChild a,
.sidebar-list ul li.current_page_item a {
    color: var(--bs-theme-color);
}
.sidebar-form {
    padding: 50px 30px;
    background: var(--bs-theme-color);
}
.sidebar-form  .wpcf7 .form-group {
    margin-bottom: 25px;
}
.sidebar-form .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    padding: 15px 0;
    color: var(--bs-white);
}
.sidebar-form  textarea.form-control {
    height: 140px;
    resize: none;
}
.sidebar-form  .btn {
    background: none;
    border-color: var(--bs-white);
}
.sidebar-form  .btn:hover {
    background: var(--bs-white);
    color: var(--bs-theme-color);
    border-color: var(--bs-white);
}
.sidebar-form .wpcf7-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.sidebar-form .wpcf7-form :-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.sidebar-form .wpcf7-form ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.sidebar-form .wpcf7-form :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.sidebar-form .form-disclaimer {
    color: #fff;
    font-size: 13px;
}
.sidebar-form .form-disclaimer a {
    color: #D2A64F;
}
.sidebar-form .form-disclaimer a:hover {
    color: #fff;
}

/*==================== Sidebar CSS END ====================*/
.star-rating {
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.star-rating svg, .star-rating img {
    width: 20px;
    height: 20px;
}
/*==================== Header CSS ====================*/
.main-header {
    z-index: 999;
    box-shadow: none;
    padding: 20px 0;
    top: 0;
    width: 100%;
    position: fixed;
    transition: background-color 0.5s ease;
    left: 0;
    background: transparent;
}
.header-row {
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
    align-items: center;
}
.header-nav-col {
    position: relative;
}
.ph-cta {
    text-align: center;
    line-height: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 18px 30px;
    position: relative;
    background: var(--bs-theme-color);
    border-radius: 35px;
    color: #fff;
    display: flex;
    align-items: center;
}
.ph-cta:hover {
    color: #fff;
    background: #000;
}
.ph-icon {
    position: relative;
    align-items: center;
    margin-right: 10px;
    width: auto;
    display: inline-block;
    height: 24px;
}
.ph-cta svg, .ph-cta img {
    width: 25px;
    height: 25px;
}
/*========= Header Search CSS END =========*/
.search-icon {
    cursor: pointer;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
}
.search-icon svg,
.search-icon img {
    width: 19px;
    height: 19px;
}
.search-icon:hover svg {
    opacity: 0.7;
}
.header-search-box {
    position: fixed;
    background-color: var(--bs-theme-color);
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    z-index: 999999;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 10px;
    transform: none;
    position: absolute;
    right: 10px;
    width: 32px;
    height: 32px;
}
.header-search-box span.closebtn::before,
.header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background-color: var(--bs-white);
}
.header-search-box span.closebtn::before {
    transform: rotate(45deg) translate(9px, -7px);
}
.header-search-box span.closebtn::after {
    transform: rotate(-45deg) translate(7px, 9px);
}
.header-search-box span.closebtn:hover::before,
.header-search-box span.closebtn:hover::after {
    background-color: var(--bs-white);
}
.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 45px;
    color: var(--bs-white);
    padding: 10px 45px 10px 10px;
    border: none;
    border-bottom: 1px solid var(--bs-white);
    width: 100%;
    background: none;
    line-height: normal;
}
.header-search-box ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}
.header-search-box :-moz-placeholder {
    color: rgba(255,255,255,0.6);
}
.header-search-box ::-moz-placeholder {
    color: rgba(255,255,255,0.6);
}
.header-search-box :-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    height: 45px;
    border: none;
    width: 45px;
    cursor: pointer;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#site-searchs svg,
#site-searchs img {
    width: 16px;
    height: 16px;
    stroke: var(--bs-white);
}
#site-searchs svg path{
    stroke: var(--bs-white);
}
#site-searchs:hover{
    opacity: 0.8;
}
/*========= Header Search CSS END =========*/

/*==================== Header CSS END ====================*/

/*========= Nav Multiple CSS =========*/
.main-menu {
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.wrap-header {
    display: flex;
    align-items: center;
}
.menu-top {
    position: relative;
    display: flex;
}
ul.menu-top li {
    color: var(--bs-white);
    position: relative;
    padding: 0px 17px;
    line-height: normal;
}
ul.menu-top li:last-child {
    padding-right: 0;
}
ul.menu-top>li.menu-item-has-children {
    padding-right: 30px;
}
ul.menu-top li:first-child {
    padding-left: 0;
}
ul.menu-top li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all ease-in-out 0.6s;
    transform: translateY(1.50em);
}
.menu-top li a {
    color: var(--bs-theme-color);
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    height: 100%;
    font-weight: 500;
    text-transform: capitalize;
    padding: 24px 0;
    transition: all ease-in-out 0.6s;
}
.menu-top li:hover a {
    color: var(--bs-darkblack);
}
.menu-top li a::before {
    position: absolute;
    content: "";
    background: var(--bs-white);
    left: 0;
    bottom: 0;
    height: 1px;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    opacity: 0;
    border-radius: 10px;
    width: 1%;
}
.menu-top li a:hover::before,
.menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before,
.menu-header .menu-top>li.current-menu-ancestor>a::before {
    width: 100%;
    opacity: 1;
}
.menu-header>ul>li.current_page_item>a,
.menu-header>ul>li.current_page_ancestor>a,
.menu-header > ul > li.current-menu-parent > a{
    color: var(--bs-darkblack);
}
.menu-header>ul>li.current_page_item>a::before, .menu-header>ul>li.current_page_ancestor>a::before {
    position: absolute;
    content: "";
    background: var(--bs-white);
    left: 0;
    bottom: 0;
    height: 1px;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    opacity: 1;
    width: 100%;
    border-radius: 0px;
}
.menu-header #mainNav > li.menu-item-has-children .sidebar-menu-arrow::before {
    content: "";
    right: 18px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid #085f36;
    border-bottom: 2px solid #085f36;
    transform-origin: 5px 0px;
    transition: all ease-in-out 0.6s;
}
.menu-header #mainNav li:hover .sidebar-menu-arrow::before {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
.menu-header #mainNav > li.current_page_item .sidebar-menu-arrow::before,
.menu-header #mainNav > li.current_page_ancestor .sidebar-menu-arrow::before,
.menu-header #mainNav > li.current-menu-parent .sidebar-menu-arrow::before {
    border-right: 2px solid var(--bs-darkblack);
    border-bottom: 2px solid var(--bs-darkblack);
}
.menu-header #mainNav li .sub-menu > li.menu-item-has-children .sidebar-menu-arrow::before {
    transform: rotate(-45deg) translateY(-50%);
    border-right: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
}
.menu-header #mainNav li .sub-menu > li.current_page_item .sidebar-menu-arrow::before,
.menu-header #mainNav li .sub-menu > li.current_page_ancestor .sidebar-menu-arrow::before{
    border-right: 2px solid var(--bs-darkblack);
    border-bottom: 2px solid var(--bs-darkblack);
}
.small-header .menu-top::before {
    display: none;
}
.sub-menu li.menu-item-has-children {
    position: relative;
}
ul.menu-top li:hover>ul {
    visibility: visible;
    position: absolute;
    bottom: auto;
    opacity: 1;
    transform: translateY(0);
}
ul.menu-top li:hover li {
    float: none;
}
header .sub-menu li ul.sub-menu {
    position: absolute;
    background-color: var(--bs-theme-color);
    z-index: 99;
    top: 0 !important;
}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}
ul.menu-top li .sub-menu li ul.sub-menu li>a {
    background-color: var(--bs-theme-color);
    color: var(--bs-white);
}
ul.menu-top li:hover li a:hover, ul.menu-top li .sub-menu li ul.sub-menu li>a:hover{
    background: var(--bs-darkblack);
    color: var(--bs-white);
}
.menu-top ul.sub-menu li.current_page_item a,
ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item > a,
.menu-top ul.sub-menu li.current_page_item a:hover,
.menu-top li.current-menu-parent ul.sub-menu li.menu-item-object-team_post.current-menu-item a{
    background: var(--bs-darkblack);
    color: var(--bs-white);
}
.menu-top ul.sub-menu li.current_page_item::after{
    border-right: 2px solid var(--bs-theme-color);
    border-bottom: 2px solid var(--bs-theme-color);
}
ul.menu-top ul ul {
    left: 100%;
}
.menu-header .sub-menu {
    background-color: var(--bs-theme-color);
    min-width: 240px;
    z-index: 9;
    text-align: left;
    /*    border-top: 2px solid var(--bs-theme-color);*/
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
ul.menu-top li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul.menu-top li .sub-menu li:last-child {
    border-bottom: none;
}
ul.menu-top li .sub-menu li a {
    margin: 0;
    color: var(--bs-white);
    border: none;
    display: block;
    font-weight: 400;
    padding: 7px 15px;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 16px;
}
ul.menu-top li .sub-menu li a:hover {
    border: none;
}
ul.menu-top li .sub-menu li a:hover::before,
ul.menu-top li .sub-menu li a:hover::after {
    display: none;
}
.pointer-hide a {
    pointer-events: none;
}
.submenu-scroll .sub-menu {
    overflow-y: scroll;
    height: 450px;
}
.submenu-scroll .sub-menu::-webkit-scrollbar-track {
    background-color: var(--bs-white);
}
.submenu-scroll .sub-menu::-webkit-scrollbar {
    width: 4px;
    background-color: var(--bs-white);
}
.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {
    background-color: var(--bs-white);
}
/*========= Nav Multiple CSS END =========*/

/*==================== Footer CSS ====================*/
#footer {
    background-color: #4D4B46;
    color: var(--bs-white);
    padding-top: 52px;
    overflow: hidden;
    position: relative;
}
.footer-logo-wrap {
    max-width: 235px;
    text-align: center;
}

.footer-heading {
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: var(--bs-white);
    margin-top: 0;
    font-size: 24px;
    font-family: var(--font-europa);
}
.footer-about {
    margin-top: 30px;
    max-width: 90%;
}
.footer-ph-cta {
    color: var(--bs-white);
    font-size: 20px;
    font-weight: 400;
}
.footer-ph-cta:hover {
    opacity: 1;
    color: var(--bs-yellow);
}
.footer-menu li {
    display: block;
}
.footer-menu li a {
    display: inline-block;
    color: var(--bs-white);
    text-transform: capitalize;
    line-height: 1.2;
    padding: 10px 0;
    font-weight: 400;
}
.footer-menu li a:hover, .footer-menu li.current-menu-item a {
    opacity: 1;
    color: var(--bs-yellow);
}
.footer-nap-sec .nap-row {
    display: flex;
    background: #E0E9EB;
}
.footer-nap-sec .nap-map-col {
    width: 55%;
}
.footer-nap-sec .map-loop {
    display: none;
    height: 100%;
}
.footer-nap-sec .map-loop.active {
    display: block;
}
.footer-nap-sec .nap-map-col iframe {
    display: block;
}
.footer-nap-sec .nap-address-col {
    width: 45%;
    display: flex;
    flex-flow: wrap;
}
.footer-nap-sec .nap-loop-col {
    width: 50%;
    padding: 50px 35px;
    border-left: 2px solid var(--bs-white);
}
.footer-nap-sec .nap-loop-col.active, .footer-nap-sec .nap-loop-col:hover {
    background: rgba(8, 95, 54, 0.1);
}
.footer-nap-sec .nap-title {
    font-size: 30px;
    margin-bottom: 15px;
}
.footer-nap-sec .nap-hours {
    position: relative;
}
.footer-nap-sec .nap-hours > svg, .footer-nap-sec .nap-hours > img {
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
}
.footer-nap-sec .nap-hours .hours-text {
    padding-left: 45px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.footer-nap-sec .nap-hours .hours-text span {
    display: block;
    margin-top: 12px;
}
.footer-nap-sec .nap-address {
    position: relative;
    line-height: 1.9;
    padding-left: 35px;
    color: var(--bs-black);
}
.footer-nap-sec .nap-address svg, .nap-address img {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}
.footer-nap-sec .nap-address .direction-link {
    text-transform: uppercase;
    margin-top: 8px;
    display: inline-block;
    font-size: 15px;
    padding-bottom: 2px;
    color: var(--bs-black);
    line-height: normal;
    position: relative;
}
.footer-nap-sec .nap-address .direction-link::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    transition: all ease-in-out .5s;
    width: 100%;
    height: 1px;
    background: var(--bs-black);
}
.footer-nap-sec .nap-address .direction-link:hover{
    color: var(--bs-theme-color);
}
.footer-nap-sec .nap-address .direction-link:hover::after {
    width: 0;
    background: var(--bs-theme-color);
}
.footer-nap-sec .nap-contact {
    margin-top: 16px;
    position: relative;
    padding-left: 35px;
    letter-spacing: 2px;
}
.footer-nap-sec .nap-contact a {
    color: var(--bs-black);
    font-weight: 400;
}
.footer-nap-sec .nap-contact svg, .nap-contact img {
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 22px;
    stroke: var(--bs-theme-color);
}
.footer-nap-sec .nap-contact svg path {
    stroke-width: 2px;
}
.footer-nap-sec .nap-contact a:hover{
    color: var(--bs-theme-color);
}
.footer .sociallink {
    margin-top: 40px;
    justify-content: center;
}
.sociallink {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-flow: wrap;
}
.sociallink li {
    display: block;
}
.sociallink li a {
    width: 20px;
    height: 20px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.sociallink li a svg, .sociallink li a img {
    width: 22px;
    height: 22px;
    fill: var(--bs-lightgrey);
}
.sociallink li a:hover svg path {
    fill: var(--bs-yellow);
}
.copyright-wraper {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
}
.copyright-text {
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 15px;
    border-top: 1px solid rgba(247, 247, 247, 0.10);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
}
.footer-copyright-menu {
    align-items: center;
    display: flex;
    gap: 20px;
}
.footer-copyright-menu li {
    display: block;
    line-height: 1.3;
    position: relative;
}
.footer-copyright-menu li:last-child::after{
    display: none;
}
.footer-copyright-menu li a {
    display: block;
    color: var(--bs-white);
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 0;
}
.footer-copyright-menu li a:hover, .footer-copyright-menu li.current-menu-item a {
    opacity: 1;
    color: var(--bs-yellow);
}
/*==================== Footer CSS END ====================*/

/*==================== Default Page CSS ====================*/
.globel-search-result .loop-col {
    margin-bottom: 40px;
    background: var(--bs-lightgrey);
    padding: 30px 30px;
}
.globel-search-result .post-content {
    margin: 0;
    padding: 0;
    width: 100%;
}
.fullwidth-content {
    max-width: 100%;
}
.fullwidth-page .default-content {
    max-width: 100%;
}
.default-content h1, .post-default-content h1 {
    font-size: 50px;
}
.default-content h2, .post-default-content h2 {
    font-size: 42px;
}
.default-content h3, .post-default-content h3 {
    font-size: 35px;
}
.default-content h4, .post-default-content h4 {
    font-size: 30px;
}
.default-content h5, .post-default-content h5 {
    font-size: 26px;
}
.default-content h6, .post-default-content h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-InstrumentSans);
}
blockquote {
    border-left: 5px solid var(--bs-theme-color);
    margin: 20px 0;
    display: block;
    position: relative;
    background: var(--bs-lightgrey);
    padding: 30px 20px;
    font-style: italic;
    font-size: 20px;
}
.default-content iframe {
    height: 500px;
}
.list-style ul {
    margin-bottom: 15px;
    padding-left: 15px;
}
.list-style ul:last-child {
    margin-bottom: 0px;
}
.list-style ul li ul {
    margin-bottom: 8px;
    margin-top: 8px;
}
.list-style ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 15px;
}
.list-style ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid var(--bs-theme-color);
    border-right: 0;
}
.white-list-style ul li::before{
    background: var(--bs-white);
}
.list-style ol {
    list-style-type: none;
    counter-reset: list-counter;
    margin: 0 0 20px;
    padding: 0;
}
.list-style ol li {
    position: relative;
    padding-left: 30px;
    counter-increment: list-counter;
    margin-bottom: 15px;
}
.list-style ol li:last-child {
    margin-bottom: 0;
}
.list-style ol li::before {
    content: counter(list-counter) ". ";
    position: absolute;
    left: 0;
    top: 0;
}
.default-content a, .post-default-content a {
    text-decoration: none;
    word-break: break-word;
}
.default-content h1 a, .default-content h2 a, .default-content h3 a, .default-content h4 a, .default-content h5 a, .default-content
h6 a {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.default-content a:hover,
.post-default-content a:hover {
    text-decoration: none;
}
.table-container {
    width: 100%;
    overflow-x: auto;
}
table {
    width: 100%;
    border: 1px solid #dddddd;
}
table thead tr {
    background-color: var(--bs-theme-color);
    color: var(--bs-white);
    text-align: left;
    font-weight: bold;
}
table th,
table td {
    padding: 12px 15px;
}
table tbody tr {
    border-bottom: 1px solid #ddd;
}
table tbody tr:nth-of-type(even) {
    background-color: var(--bs-lightgrey);
}
table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
table th:not(:last-child){
    border-right: 1px solid var(--bs-white);
}
table td:not(:last-child) {
    border-right: 1px solid #ddd;
}
/*==================== Default Page CSS END ====================*/

/*=== Blog List Page CSS ===*/
.post-lists, .post-default-content, .default-content, .blog-detail post-navigation, .pagination, .blog-detail .post-navigation {
    padding-right: 80px;
}
.post-lists .loop-col {
    margin-bottom: 40px;
}
.post-lists .item-card {
    height: 100%;
    padding-bottom: 45px;
}
.post-lists .post-image {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.post-image img {
    height: 300px;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all ease-in-out .5s;
    object-fit: cover;
    object-position: center;
}
.post-lists .loop-col:hover .post-image .featured  {
    transform: scale(1.04);
}
.post-image .no-featured {
    background-size: 200px;
    background-position: center;
    background-color: var(--bs-theme-color);
}
.post-lists .post-wrap:hover .post-image .featured {
    transform: scale(1.1);
}
.post-author {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: normal;
}
.post-lists .blog-title, .blog-detail .blog-title {
    color: var(--bs-black);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.read-btn {
    display: inline-flex;
    align-items: center;
    line-height: 1.5;
    gap: 0 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bs-theme-color);
    position: absolute;
    bottom: 1px;
    left: 0;
}
.read-btn::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: all ease-in-out .5s;
    background: var(--bs-theme-color);
}
.read-btn svg {
    width: 16px;
    height: 12px;
}
.read-btn:hover::before {
    width: 0;
}
.post-default-content .post-image {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.blog-detail .post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.blog-detail .post-navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--bs-black);
    gap: 0 10px;
}
.blog-detail .post-navigation a svg, .blog-detail .post-navigation a img {
    width: 18px;
    height: 12px;
}
.blog-detail .post-navigation a:hover {
    color: var(--bs-theme-color);
}
.post-meta .author-date {
    display: flex;
    align-items: center;
    gap: 0;
    line-height: normal;
}
.post-meta .post-author {
    border-left: 1px solid #ddd;
    padding-left: 10px;
    margin-left: 10px;
}
.blog-detail .post-img {
    margin-bottom: 15px;
}
.blog-detail .ul-inline-list {
    display: flex;
    gap: 15px 25px;
    padding-left: 0;
    flex-flow: wrap;
    margin-bottom: 25px;
}
.blog-detail .ul-inline-list li {
    margin-bottom: 0;
}
/*==================== Blog List Page CSS END ====================*/

/*====== Accordion CSS ======*/
.accordion-collapse {
    transition: height 0.5s ease, padding 0.5s ease;
}
.accordion-item {
    border: none;
    border-radius: 0px !important;
    background: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #c5c5c5;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-button {
    font-family: var(--font-ivyora);
    color: var(--bs-black);
    border-radius: 0px !important;
    background-color: transparent;
    padding: 20px 40px 20px 0;
    line-height: 1.2;
    font-weight: 400;
    border: none;
    font-size: 32px;
    letter-spacing: 2px;
}
.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-black);
    background-color: transparent;
    box-shadow: none;
    border-radius: 0 !important;
    border-color: transparent;
}
.accordion-body {
    margin: 0;
    border: none;
    border-top: none;
    padding: 0 0 30px;
    background: none;
    border-radius: 0;
}
.accordion-button::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 25px;
    height: 25px;
    right: 0;
    color: var(--bs-white);
    background-color: transparent;
    background-size: 25px;
    background-image: url(../images/accordion-icon.svg);
    transform: translateY(-50%);
}
.accordion-button:not(.collapsed)::after {
    border: none;
    transform: translateY(-50%) rotate(90deg);
    background-image: url(../images/accordion-icon.svg);
}
/*====== Accordion CSS END ======*/

/*====== Thank You Message Toast CSS ======*/
#cf7-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    background: var(--bs-white);
    color: var(--bs-black);
    z-index: 9999;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
    display: flex;
    align-items: center;
    gap: 10px;
}
#cf7-toast.cf7-toast.show {
    opacity: 1;
    transform: translateY(0);
}
#cf7-toast.cf7-toast.success {
    border-left: 5px solid #28a745;
}
#cf7-toast.cf7-toast.error {
    border-left: 5px solid #dc3545;
}
#cf7-toast.cf7-toast.warning {
    border-left: 5px solid #ffc107;
}
#cf7-toast.success svg{
    fill: #28a745;
}
#cf7-toast.error svg{
    fill: red;
}
#cf7-toast.warning svg{
    fill: yellow;
}
.cf7-toast svg {
    display: none;
    height: 30px;
    width: 30px;
}
.cf7-toast.show.success svg.success-ic {
    display:block;
}
.cf7-toast.show.error svg.error-ic {
    display:block;
}
.cf7-toast.show.warning svg.warning-ic {
    display:block;
}
#cf7-toast-message strong {
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}
/*====== Thank You Message Toast CSS END ======*/

/*======== Home Page CSS ========*/
.home-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: top center;
    background-color: transparent;
    flex-flow: wrap;
    padding-left: 15px;
    padding-right: 15px;
}
.home-banner .container {
    padding-bottom: 130px;
}
.home-banner .banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    pointer-events: none;
}
.home-banner .banner-img::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.66);
}
.home-banner .banner-img img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 6px;
}
.home-banner .content {
    font-size: 20px;
    line-height: 1.8;
    color: var(--bs-white);
}
.home-banner .btn:hover,
.home-banner .btn:focus,
.home-banner .btn:active,
:not(.btn-check)+.home-banner .btn:active,
.btn-check:checked+.home-banner .btn,
.home-banner .btn.active,
.home-banner .btn:first-child:active,
:not(.btn-check)+.home-banner .btn:active {
    background: none;
    color: var(--bs-white);
    border-color: var(--bs-white);
}
.custom-marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    z-index: 9;
    margin-bottom: 30px;
}
.custom-marquee {
    display: flex;
    animation: scroll-loop 20s linear infinite;
}
.marquee-content {
    flex-shrink: 0;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--bs-white);
}
@keyframes scroll-loop {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Personal Injury Section */
.home-injury-sec {
    background-color: var(--bs-theme-color);
    background-size: cover;
    background-position: center;
}

/* Badge Section */
.home-badge-sec {
    overflow: hidden;
    margin: 50px 0;
}
.home-badge-sec .slick-track {
    display: flex;
    align-items: center;
}
.home-badge-sec .slick-slide img {
    margin: 0 auto;
    height: 100px;
    object-fit: contain;
    padding: 10px 10px;
}

/* Practice Areas Section */
.home-pa-sec {
    background: var(--bs-theme-color);
    position: relative;
    overflow: hidden;
}
.pa-head-wrap {
    padding-top: 100px;
    padding-left: 170px;
    padding-right: 50px;
}
.right-col-img {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
}
.right-col-img img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.pa-slick-slider {
    margin-right: -120px;
    margin-top: 60px;
}
.pa-slick-slider .slick-track {
    display: flex;
    gap: 20px;
}
.pa-slick-slider .slick-slide {
    height: auto;
}
.pa-slick-slider .slick-slide > div, .pa-slick-slider .slick-slide .slick-item,
.pa-slick-slider .slick-slide .pa-card, .pa-slick-slider .slick-slide .pa-card img {
    height: 100%;
}
.pa-slick-slider .pa-card {
    overflow: hidden;
}
.pa-slick-slider .pa-card img {
    transition: all ease-in-out .5s;
    object-fit: cover;
    object-position: center;
}
.pa-slick-slider .pa-card .overlap-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 30px 20px;
}
.pa-slick-slider .pa-card:hover img {
    transform: scale(1.1);
}
.pa-slick-slider .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
    color: var(--bs-lightgrey);
}
.pa-slick-slider .slick-list {
    padding-left: 10%;
    margin-bottom: 50px;
}
.pa-slick-arrow {
    margin-bottom: 60px;
    margin-left: 170px;
    margin-right: 50px;
    justify-content: space-between;
}
.pa-slick-arrow .slick-arrow {
    border: 1px solid var(--bs-lightgrey);
}
.pa-slick-arrow .slick-arrow svg {
    stroke: var(--bs-lightgrey);
}
.pa-slick-arrow .slick-arrow:hover {
    background: var(--bs-lightgrey);
}
.pa-slick-arrow .slick-arrow:hover svg {
    stroke: var(--bs-theme-color);
}
.pa-slick-slider .slick-dots {
    width: calc(100% - 530px);
    margin: 0 auto 0;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
}
.pa-slick-slider .slick-dots button {
    background: rgba(247, 247, 247, 0.2);
}
.pa-slick-slider .slick-dots li:hover button, .pa-slick-slider .slick-dots li.slick-active button {
    background: var(--bs-lightgrey);
    height: 3px;
    margin-top: -1px;
}

/* Types of Injury Section */
.types-injury-sec figure {
    margin-bottom: 0;
    position: relative;
    padding: 0 15px;
}
.types-injury-sec figure::before, .types-injury-sec figure::after {
    position: absolute;
    content: "";
    width: 50px;
}
.types-injury-sec figure::before {
    background: rgba(8, 95, 54, 0.10);
    left: 0;
    top: 30px;
    height: 40%;
}
.types-injury-sec figure::after {
    background: var(--bs-theme-color);
    right: 0;
    bottom: 30px;
    height: 40%;
}
.types-injury-sec figure img {
    z-index: 9;
}
.types-injury-sec .list-style ul li {
    padding-left: 20px;
    margin-bottom: 8px;
}
.types-injury-sec .list-style ul li::before {
    top: 12px;
    width: 6px;
    height: 6px;
    border: none;
    background: var(--bs-black);
    border-radius: 7px;
}
.types-injury-sec .list-style ul li:last-child {
    margin-bottom: 0;
}

/* Team Section */
.home-team-sec {
    background: var(--bs-lightgrey);
}
.team-slick-slider {
    margin-top: 50px;
}
.team-slick-slider .attorney-img {
    position: relative;
    padding-top: 30px;
    background: var(--bs-white);
    height: 650px;
}
.team-slick-slider .attorney-img::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.99) 100%);
}
.team-slick-slider .featured {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.team-slick-slider .no-attorney-img {
    background-color: var(--bs-theme-color);
}
.team-slick-slider .no-featured {
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-color: var(--bs-theme-color);
}
.team-slick-slider .attorney-name {
    font-size: 45px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.team-slick-slider .designation {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.team-slick-slider .inner-content {
    margin-bottom: 150px;
    margin-top: 60px;
}
.team-slick-slider .content {
    min-height: 180px;
}
.team-slick-slider .slick-arrow {
    position: absolute;
    right: 0;
    bottom: 260px;
    z-index: 99;
}
.team-slick-slider .slick-prev {
    right: 70px;
}
.team-slick-slider .slick-dots {
    position: absolute;
    bottom: 280px;
    display: flex;
    right: 160px;
    width: 28%;
}
.team-slick-slider .slick-dots li:hover button, .team-slick-slider .slick-dots li.slick-active button {
    background: #6D6D6D;
    height: 3px;
    margin-top: -1px;
}
.team-slick-thumb .slick-track {
    display: flex;
}
.team-slick-thumb .slick-slide {
    height: auto;
}
.team-slick-thumb .slick-slide:hover,
.team-slick-thumb .slick-current.slick-active.slick-center {
    background: rgba(8, 95, 54, 0.10);
}
.team-slick-thumb .slick-list {
    padding: 0 9% !important;
}
.team-slick-thumb .slick-slide > div{
    height: 100%;
}
.team-slick-thumb .slick-item {
    padding: 20px;
    cursor: pointer;
    height: 100%;
}
.team-slick-thumb {
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.team-slick-thumb::before,
.team-slick-thumb::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.team-slick-thumb::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0));
}
.team-slick-thumb::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,0.9), rgba(255,255,255,0));
}
.team-slick-thumb .featured {
    width: 110px;
    height: 110px;
    object-fit: contain;
    background: var(--bs-white);
    border-radius: 110px;
    display: block;
    margin: 0 auto 15px;
}
.team-slick-thumb .no-featured {
    width: 110px;
    height: 110px;
    object-fit: contain;
    background: var(--bs-theme-color);
    border-radius: 110px;
    display: block;
    margin: 0 auto 15px;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.team-slick-thumb .attorneys-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: capitalize;
    color: var(--bs-black);
}

/* Content Section */
.home-content-sec figure {
    margin-bottom: 0;
    position: relative;
    padding: 0 25px;
}
.home-content-sec figure::before, .home-content-sec figure::after {
    position: absolute;
    content: "";
    width: 50px;
}
.home-content-sec figure::before {
    background: rgba(8, 95, 54, 0.10);
    left: 0;
    top: 40px;
    height: 70%;
}
.home-content-sec figure::after {
    background: var(--bs-theme-color);
    right: 0;
    bottom: 40px;
    height: 70%;
}
.home-content-sec figure img {
    z-index: 9;
}

/* Case Results Section */
.home-results-sec {
    overflow: hidden;
    position: relative;
    background: var(--bs-theme-color);
}
.home-results-sec::before {
    position: absolute;
    content: "";
    background: var(--bs-lightgrey);
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.home-results-sec .container {
    position: relative;
}
.home-results-sec .result-list {
    margin-top: 30px;
}
.home-results-sec .loop-col {
    padding: 30px 0;
    position: relative;
    border-right: 1px solid rgba(247, 247, 247, 0.2);
    transition: all ease-in-out .3s;
}
.home-results-sec .loop-col::before {
    position: absolute;
    content: "";
    background: rgba(247, 247, 247, 0.2);
    left: 0;
    width: 90%;
    bottom: 0;
    height: 1px;
}
.home-results-sec .loop-col:first-child {
    padding-top: 0;
}
.home-results-sec .loop-col:last-child {
    padding-bottom: 0;
}
.home-results-sec .loop-col:last-child::before {
    display: none;
}
.home-results-sec .loop-col.active {
    border-right: 3px solid rgba(247, 247, 247, 1);
}
.home-results-sec .case-amount {
    font-weight: 400;
    font-size: 60px;
    line-height: 0.9;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.home-results-sec .case-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
}

/* Content Section Two */
.home-content-two {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: var(--bs-black);
}
.home-content-two .container {
    z-index: 9;
}
.home-content-two::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

/* Review Section */
.home-testimonial-sec {
    background-image: url(../images/d-review-bg-img.png);
    background-color: var(--bs-lightgrey);
    background-size: cover;
    background-position: center left;
}
.home-testimonial-sec .quote-icon {
    width: 380px;
    height: 380px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(8, 95, 54, 0.2);
    border-radius: 100%;
}
.home-testimonial-sec .quote-icon svg {
    width: 110px;
    height: 110px;
}
.home-testimonial-sec .quote-content {
    font-size: 18px;
    line-height: 1.9;
}
.home-testimonial-sec .author {
    font-weight: 600;
    margin-top: 10px;
    font-style: italic;
}
.home-testimonial-sec .review-cta-wrap {
    justify-content: space-between;
    gap: 50px;
    margin-top: 40px;
}
.testimonial-slider .slick-dots {
    position: absolute;
    bottom: -72px;
    right: 160px;
    width: calc(100% - 470px);
    background: no-repeat;
    display: flex;
}
.testimonial-slider .slick-dots li:hover button, .testimonial-slider .slick-dots li.slick-active button {
    background: var(--bs-theme-color);
    height: 3px;
    margin-top: -1px;
}

/* News Section */
.home-news-sec {
    background: var(--bs-lightgrey);
}
.news-slider {
    margin-top: 50px;
}
.news-slider .post-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    text-transform: capitalize;
    color: var(--bs-black);
}
.news-slider .post-image img {
    height: 420px;
    border-radius: 0;
    margin-bottom: 25px;
    object-position: left center;
}
.news-slider .slick-list {
    padding-right: 25%;
}
.news-slider .slick-dots {
    position: absolute;
    bottom: -72px;
    width: calc(100% - 600px);
    background: no-repeat;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}
.news-slider .slick-dots li:hover button, .news-slider .slick-dots li.slick-active button {
    background: var(--bs-theme-color);
    height: 3px;
    margin-top: -1px;
}
.news-slider .slick-track {
    display: flex;
    gap: 20px;
}
.news-slider .slick-slide:first-child {
    margin-left: 190px;
}
.news-slick-arrow {
    justify-content: space-between;
    margin-top: 42px;
}
.news-slider .slick-slide {
    height: auto;
}
.news-slider .slick-slide > div, .news-slider .slick-slide .slick-item {
    height: 100%;
}
.news-slider .inner-card {
    padding-bottom: 40px;
    height: 100%;
}

/* Contact Section */
.home-contact-sec {
    overflow: hidden;
}
.contact-img-block {
    padding-bottom: 200px;
    position: relative;
}
.contact-img-block .light-img {
    position: absolute;
    left: -190px;
    bottom: 0;
    z-index: -1;
}
.home-contact-sec .form-disclaimer {
    color: #fff;
}
.home-contact-sec .form-disclaimer a{
    color: #D2A64F;
}
.home-contact-sec .form-disclaimer a:hover{
    color: #fff;
}
/*====== Home Page CSS END ======*/

/*====== About Page CSS ======*/
.grp-img-block .large-img {
    padding-bottom: 100px;
    padding-right: 70px;
}
.grp-img-block .small-img {
    position: absolute;
    bottom: 0;
    border: 10px solid var(--bs-white);
    width: 80%;
    right: 0;
    height: 340px;
    object-position: center;
    object-fit: cover;
}
.inner-contact-sec {
    background: var(--bs-theme-color);
}
.inner-contact-sec .heading {
    text-transform: none;
}
.inner-contact-sec .btn {
    background: var(--bs-white);
    color: var(--bs-theme-color);
}
.inner-contact-sec .btn:hover {
    background: none;
    color: var(--bs-white);
}
.about-page-sec, .about-content-sec {
    overflow: hidden;
}
/*====== About Page CSS END ======*/

/*====== Team Listing Page CSS ======*/
.attorney-page .pagination {
    padding-right: 0;
}
.attorney-page .inner-card {
    height: 100%;
    background: var(--bs-lightgrey);
    padding: 30px 20px 65px;
    border-top: 4px solid transparent;
    box-shadow: 0px 2px 24px 0px transparent;
    position: relative;
    transition: all ease-in-out .5s;
    overflow: hidden;
}
.attorney-page .attorney-img {
    width: 170px;
    height: 170px;
    background: var(--bs-white);
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
}
.attorney-page .attorney-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}
.attorney-page .attorney-img .no-featured {
    background-color: var(--bs-theme-color);
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: center;
}
.attorney-page .attorneys-name {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 15px;
}
.attorney-page .designation {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.attorney-page .inner-card .read-btn-icon {
    display: block;
    /*    margin-top: 20px;
        height: 36px;*/
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all ease-in-out .5s;
}
.attorney-page .inner-card .read-btn-icon svg, .attorney-page .inner-card .read-btn-icon img {
    height: 32px;
    width: 32px;
}
.attorney-page .inner-card:hover {
    border-top: 4px solid var(--bs-theme-color);
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.15);
    background: var(--bs-white);
    transform: scale(1.01);
}
.attorney-page .inner-card:hover .attorney-img {
    background: var(--bs-lightgrey);
}
.attorney-page .inner-card:hover .read-btn-icon {
    bottom: 15px;
}
/*====== Team Listing Page CSS END ======*/

/*====== Team Details Page CSS ======*/
.team-info-sec {
    position: relative;
}
.team-info-sec::after {
    position: absolute;
    content: "";
    background-image: url(../images/good-books-library-img.webp);
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
}
.no-quote-content::after {
    height: 100%;
}
.bio-info-card {
    background: var(--bs-theme-color);
    padding: 50px 100px;
    max-width: 90%;
    color: var(--bs-white);
}
.no-thumb-img .bio-info-card {
    max-width: 100%;
}
.bio-info-card .heading {
    font-size: 45px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--bs-white);
    margin-bottom: 12px;
}
.bio-info-card .designation {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.bio-info-card a {
    color: var(--bs-white);
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}
.bio-info-card a svg, .bio-info-card a img {
    width: 24px;
    height: 24px;
    display: block;
}
.team-member-info, .team-bio-cta {
    margin-top: 40px;
}
.team-member-info p:first-child {
    margin-bottom: 0;
}
.team-member-info p:first-child strong {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 8px;
    display: block;
}
.team-info-sec .team-quote {
    font-family: var(--font-ivyora);
    background: #E0E9EB;
    padding: 60px 30px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.7;
    letter-spacing: 2px;
    text-align: center;
    margin-top: -70px;
}
.no-thumb-img .team-quote {
    margin-top: 0px !important;
}
.team-info-sec .team-quote p {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
}
.team-pa-sec figure {
    margin-bottom: 0;
    position: relative;
    padding: 0 25px;
}
.team-pa-sec figure::before, .team-pa-sec figure::after {
    position: absolute;
    content: "";
    width: 50px;
}
.team-pa-sec figure::before {
    background: var(--bs-theme-color);
    left: 0;
    top: 40px;
    height: 70%;
}
.team-pa-sec figure::after {
    background: rgba(8, 95, 54, 0.10);
    right: 0;
    bottom: 40px;
    height: 70%;
}
.team-pa-sec figure img {
    z-index: 9;
}
.team-pa-lists li {
    margin-top: 40px;
}
.team-pa-lists li a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: var(--bs-black);
    text-transform: capitalize;
    gap: 20px;
}
.team-pa-lists li a svg, .team-pa-lists li a img {
    width: 50px;
    height: 50px;
}
.team-pa-lists li a:hover {
    color: var(--bs-theme-color);
}
.bio-tabs-sec {
    background: var(--bs-lightgrey);
}
.nav-tabs-bio {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}
.nav-tabs-bio .nav-item {
    width: calc(20% - 16px);
    display: block;
}
.nav-tabs-bio .nav-item button {
    background: var(--bs-white);
    border: none;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 15px;
    width: 100%;
    letter-spacing: 1px;
    height: 100%;
}
.nav-tabs-bio .nav-item button:hover, .nav-tabs-bio .nav-item button.active {
    background: var(--bs-theme-color);
    color: var(--bs-white);
}
.bio-tabs-sec .tab-content {
    margin-top: 50px;
}
.bio-tabs-sec .tab-content .content {
    color: var(--bs-black);
}
.bio-tabs-sec .tab-content iframe {
    height: 500px;
    max-width: 890px;
    margin: 0 auto;
    display: block;
}
/*====== Team Details Page CSS END ======*/

/*====== Practice Areas Page CSS ======*/
.practice-areas-page .pa-card {
    height: 450px;
    overflow: hidden;
    box-shadow: 0px 2px 24px 0px transparent;
}
.practice-areas-page .pa-card::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--bs-black) 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
}
.practice-areas-page .pa-card img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.practice-areas-page .pa-card .title {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 0 20px;
    color: var(--bs-lightgrey);
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
}
.practice-areas-page .pa-card .hover-content {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: var(--bs-white);
    z-index: 9;
    border-top: 4px solid rgba(8, 95, 54, 1);
    transition: all ease-in-out .5s;
    padding: 30px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.practice-areas-page .pa-card .hover-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.practice-areas-page .pa-card .hover-content .read-btn {
    position: relative;
    margin-top: 15px;
    bottom: 0;
}
.practice-areas-page .pa-card:hover {
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.15);
}
.practice-areas-page .pa-card:hover .hover-content {
    bottom: 0;
}
/*====== Practice Areas Page CSS END ======*/

/*====== Case Results Page CSS ======*/
.case-result-page .large-content {
    font-size: 20px;
}
.case-result-page .case-card {
    background: var(--bs-lightgrey);
    padding: 70px 30px;
    height: 100%;
}
.case-result-page .case-title {
    font-weight: 400;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.case-result-page .case-subtitle {
    font-weight: 400;
    font-size: 20px;
    letter-spacing:2px;
    text-transform: capitalize;
}
.case-result-page .case-card:hover {
    background: var(--bs-theme-color);
}
.case-result-page .case-card:hover * {
    color: var(--bs-white);
}
/*====== Case Results Page CSS END ======*/

/*====== Testimonials Page CSS ======*/
.testimonial-page .item-card {
    background: var(--bs-lightgrey);
    padding: 40px 40px;
    height: 100%;
    cursor: pointer;
}
.testimonial-page .author-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.testimonial-page .author-info .author-name {
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.testimonial-page .quote-icon {
    width: 70px;
    height: 70px;
    border: 1px solid rgba(8, 95, 54, 0.20);
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-page .quote-icon svg {
    width: 23px;
    height: 23px;
    transform: scale(-1);
}
.testimonial-page .item-card:hover {
    background: var(--bs-theme-color);
}
.testimonial-page .item-card:hover * {
    color: var(--bs-white);
}
.testimonial-page .item-card:hover .quote-icon {
    border-color: rgba(255, 255, 255, 0.4);
}
.testimonial-page .item-card:hover .quote-icon svg {
    fill: var(--bs-white);
}
/*====== Testimonials Page CSS END ======*/

/*====== Video Page CSS ======*/
.video-page .video-lists .loop-col {
    margin-top: 40px;
}
.video-page .html5lightbox {
    display: block;
    overflow: hidden;
}
.video-page .html5lightbox img {
    transition: all ease-in-out .6s;
}
.video-page .html5lightbox:hover img {
    transform: scale(1.05);
}
/*====== Video Page CSS END ======*/

/*====== Contact Us Page CSS ======*/
.contact-form-wraper {
    background: var(--bs-lightgrey);
    padding: 80px 160px;
}

.contact-nap-sec .address-card {
    background: #e0e9eb;
    padding: 50px 35px;
}
.contact-nap-sec .nap-loop-col.active .address-card,
.contact-nap-sec .nap-loop-col:hover .address-card {
    background: var(--bs-theme-color);
}
.contact-nap-sec .nap-title {
    font-size: 30px;
    margin-bottom: 15px;
}
.contact-nap-sec .nap-hours {
    position: relative;
}
.contact-nap-sec .nap-hours > svg, .contact-nap-sec .nap-hours > img {
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
}
.contact-nap-sec .nap-address {
    position: relative;
    line-height: 1.9;
    padding-left: 35px;
    color: var(--bs-black);
}
.contact-nap-sec .nap-address svg, .nap-address img {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
}
.contact-nap-sec .nap-address .direction-link {
    text-transform: uppercase;
    margin-top: 8px;
    display: inline-block;
    font-size: 15px;
    padding-bottom: 2px;
    color: var(--bs-black);
    line-height: normal;
    position: relative;
}
.contact-nap-sec .nap-address .direction-link::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    transition: all ease-in-out .5s;
    width: 100%;
    height: 1px;
    background: var(--bs-black);
}
.contact-nap-sec .nap-address .direction-link:hover{
    color: var(--bs-theme-color);
}
.contact-nap-sec .nap-address .direction-link:hover::after {
    width: 0;
    background: var(--bs-theme-color);
}
.contact-nap-sec .nap-contact {
    margin-top: 16px;
    position: relative;
    padding-left: 35px;
    letter-spacing: 2px;
}
.contact-nap-sec .nap-contact a {
    color: var(--bs-black);
    font-weight: 400;
}
.contact-nap-sec .nap-contact svg, .nap-contact img {
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 22px;
    stroke: var(--bs-theme-color);
}
.contact-nap-sec .nap-contact svg path {
    stroke-width: 2px;
}
.contact-nap-sec .nap-contact a:hover{
    color: var(--bs-theme-color);
}
.contact-nap-sec .nap-loop-col.active .address-card *,
.contact-nap-sec .nap-loop-col:hover .address-card * {
    color: var(--bs-white);
}
.contact-nap-sec .nap-loop-col.active .address-card .direction-link::after,
.contact-nap-sec .nap-loop-col:hover .address-card .direction-link::after {
    background: var(--bs-white);
}
.contact-nap-sec .nap-loop-col.active .address-card .nap-address svg,
.contact-nap-sec .nap-loop-col:hover .address-card .nap-address svg {
    fill: var(--bs-white);
}
.contact-nap-sec .nap-loop-col.active .address-card .nap-contact svg,
.contact-nap-sec .nap-loop-col:hover .address-card .nap-contact svg {
    stroke: var(--bs-white);
}
.contact-nap-sec .map-loop {
    /* display: none; */
    width: 50%;
}
.contact-nap-sec .map-loop.active {
    display: block;
}
.contact-nap-sec .nap-map-col {
    margin-top: 100px;
    display: flex;
    gap: 20px;
}
.contact-nap-sec .nap-map-col iframe {
    height: 650px;
    display: block;
}
/*====== Contact Us Page CSS END ======*/

/* New Site CSS Start Point 09-02-2026 */
body {
    padding-top: 140px;
}
.sticky-header {
    background: var(--bs-white);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

header#header {
    transition: padding 0.5s ease;
}
header#header.sticky-header {
    padding: 10px 0;
}
#header .header-row .header-logo-col a.header-logo img {
    transition: max-width 0.5s ease;
}
#header.sticky-header .header-row .header-logo-col a.header-logo img {
    max-width: 151px;
}

.menu-top li a:hover::before, .menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before, .menu-header .menu-top>li.current-menu-ancestor>a::before {
    background-color: var(--bs-darkblack);
}
.home-banner .banner-img::before {
    background: transparent;
    opacity: 0;
}
.home-banner .container-fluid {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.home-banner .inner-wrap {
    position: relative;
    z-index: 0;
    padding: 120px 20px;
    padding-left: 120px;
}
.home-banner .banner-content .banner-small-heading {
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.home-banner .banner-content .banner-small-heading span {
    color: #D2A64F;
    letter-spacing: 4px;
}
.home-banner .banner-heading {
    font-weight: 500;
    font-size: 58px;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: capitalize;
    color: var(--bs-white);
}
.home-banner .banner-right-image {
    width: 65%;
    bottom: 0;
    position: absolute;
    right: 0;
    overflow: hidden;
}

.home-banner .banner-heading span {
    color: #D2A64F;
    font-style: italic;
}
.nap-address-col {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.nap-address-col .nap-loop-col {
    width: 50%;
}
.nap-address-col .nap-loop-col .nap-title {
    font-family: var(--font-europa);
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
}
.nap-address-col .nap-loop-col .nap-address {
    font-size: 16px;
    line-height: 26px;
}
.nap-address-col .nap-loop-col .nap-contact {
    margin-top: 25px;
}
.nap-address-col .nap-loop-col .direction-link {
    color: var(--bs-white);
    font-weight: 400;
    border-bottom: 1px solid;
}
.nap-address-col .nap-loop-col .direction-link:hover {
    color: var(--bs-yellow);
    border-color: var(--bs-yellow);
}
.nap-address-col .nap-loop-col .nap-contact a {
    color: #fff;
}
.nap-address-col .nap-loop-col .nap-contact a:hover {
    color: var(--bs-yellow);
}

/* Contact Section CSS */
.footer-contact-info-wrap {
    width: 100%;
    position: relative;
    background: #085F35;
    padding: 70px;
    border-radius: 12px;
}
.top-section-contact p {
    color: #fff;
}
.top-section-contact .heading {
    color: #fff;
}
.form-right-info-col div.wpcf7 form .form-group p,
.form-right-info-col div.wpcf7 form .form-group p label,
.form-right-info-col div.wpcf7 form .form-group p label span {
    width: 100%;
    display: block;
    font-family: var(--font-europa);
}
.form-right-info-col div.wpcf7 form .form-group .form-control {
    background: #fff;
    width: 100%;
    display: block;
    color: rgba(110, 110, 110, 1);
    font-size: 16px;
    line-height: 24px;
    font-family: "Outfit", sans-serif;
    outline: none;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    padding: 15px;
    font-family: var(--font-europa);
}
.form-right-info-col div.wpcf7 form .form-group .form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.form-right-info-col div.wpcf7 form .form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(110, 110, 110, 1) !important;
    font-size: 16px;
    line-height: 24px;
}
.form-right-info-col div.wpcf7 form .form-group ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(110, 110, 110, 1) !important;
    font-size: 16px;
    line-height: 24px;
}

.form-right-info-col div.wpcf7 form .form-group :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(110, 110, 110, 1) !important;
    font-size: 16px;
    line-height: 24px;
}
.form-right-info-col div.wpcf7 form .form-group ::-ms-input-placeholder { /* Edge */
    color: rgba(110, 110, 110, 1) !important;
    font-size: 16px;
    line-height: 24px;
}
.form-right-info-col div.wpcf7 .submit-btn-wrap .form-group p {
    display: inline-block;
    position: relative;
    max-width: 200px;
    line-height: normal;
    width: 200px;
}
.form-right-info-col div.wpcf7 .submit-btn-wrap .form-group p .wpcf7-submit {
    text-align: center;
    border: 3px solid var(--color-4);
    display: inline-block;
    position: relative;
    color: var(--color-4);
    padding: 7px;
    margin-top: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.7s;
    background: transparent;
    font-size: 18px;
    text-transform: capitalize;
    width: 100% !important;
    margin-top: 0px;
}
.form-right-info-col div.wpcf7 .submit-btn-wrap .form-group p span.wpcf7-spinner {
    right: -25px;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.form-right-info-col div.wpcf7 .submit-btn-wrap {
    margin-top: 15px;
}
.form-right-info-col div.wpcf7 .submit-btn-wrap .form-group {
    margin: 0;
}
.form-right-info-col div.wpcf7 .form-bttom-text p, .form-right-info-col div.wpcf7 .form-bttom-text {
    color: rgba(194, 229, 255, 1);
    font-size: 14px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    line-height: 1.5;
}
.bottom-section-contact .btn-call-sec a, .bottom-section-contact .btn-mail-sec a {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 42px;
}
.bottom-section-contact .btn-call-sec a {
    background-image: url(../images/phone.svg);
    background-position: 0 4px;
    padding-bottom: 0;
}
.bottom-section-contact .btn-mail-sec a {
    background-image: url(../images/mail.svg);
    background-position: 0 9px;
}
.bottom-section-contact .btn-call-sec {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bottom-section-contact .btn-mail-sec {
    margin-top: 10px;
    margin-bottom: 20px;
}
.bottom-section-contact .btn-white {
    margin-top: 0;
    border: 2px solid var(--bs-white);
    color: #fff;
    padding: 4px 35px;
    border-radius: 35px;
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 700;
}
.bottom-section-contact .btn-wrap-sec {
    background-repeat: no-repeat;
    background-size: 35px;
    padding-left: 42px;
    display: inline-block;
    background-image: url(../images/location-pin.svg);
    background-position: 0 5px;
    padding-bottom: 4px;
}
.form-right-info-col {
    display: flex;
}
.form-left-info-col {
    display: flex;
}

.form-left-info-col .top-bootom-wrap-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.common-dropdown select {
    text-shadow: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(../images/faq-down-arrow.svg);
    background-size: 14px;
    background-position: calc(100% - 15px) 53%;
    width: 100%;
    display: block;
    color: rgba(110, 110, 110, 1);
    font-size: 16px;
    line-height: 24px;
    outline: none;
    border-radius: 12px;
    height: 50px;
    padding-left: 15px;
    cursor: pointer;
    appearance: none;
}

.form-right-info-col div.wpcf7 span.wpcf7-not-valid-tip {
    text-align: right;
}
.home-practice-sec {
    background: #085F35;
}
.practice-item-col {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.practice-item-col .practice-info-wrap {
    width: 100%;
    padding: 25px;
    text-align: center;
    background: #fff;
    min-height: 336px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.practice-info-wrap .prac-name {
    color: #085F35;
    font-family: var(--font-ivyora);
    font-weight: 500;
    font-size: 40px;
    line-height: normal;
    margin-bottom: 20px;
}
.practice-info-wrap .prac-desc {
    margin-bottom: 30px;
    color: #4D4B46;
    font-size: 20px;
}
.prac-link .btn:hover {
    background: var(--bs-theme-color);
    border-color: var(--bs-theme-color);
}

.home-badge-slider .slick-item {
    overflow: hidden;
}

.wpcf7 .btn:hover, .wpcf7 .btn:focus {
    background: var(--bs-theme-color);
    color: var(--bs-white);
    border-color: var(--bs-white);
}

.home-content-section-first {
    background: #F3F3F3;
}
.image-col-item img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.home-content-section-first .content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #4D4B46;
    font-family: var(--font-europa);
}
.home-content-section-second .content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #4D4B46;
    font-family: var(--font-europa);
}
.image-col-item figure {
    margin: 0;
}

.home-testimonial-info {
    background: #F3F3F3;
}

.author-name-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.review-name-date .review-date {
    color: #B3B3B3;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.author-name-wrap .author-name {
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.review-thumb-info {
    background: #fff;
    margin-top: 15px;
    padding: 30px
}

.review-thumb-info:first-child {
    margin: 0
}

.name-and-review-image {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.name-and-review-image .review-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2
}

.home-testimonial-info .testimonial-review-wrap {
    width: 100%;
    background: #fff;
    padding: 30px;
    position: relative;
    min-height: 308px;
}
.review-thumb-image {
    margin-right: 15px;
    height: 49px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-theme-color);
    font-size: 20px;
    font-weight: 600;
    border-radius: 100%;
    color: #fff;
}
.review-thumb-image img {
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.star-rating svg, .star-rating img {
    height: 20px;
    width: 20px;
    margin: 0;
}
.home-testimonial-info .testimonial-slider .slick-slide {
    padding: 0 15px;
}

.home-testimonial-info .testimonial-slider .slick-list {
    margin: 0 -15px;
}
.home-testimonial-info .quote-content {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    margin-top: 10px;
}
.home-testimonial-info .star-rating {
    gap: 0 2px;
    margin-top: 15px;
}
.author-name-wrap .google-star-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
}
.author-name-wrap .google-star-icon svg, .author-name-wrap .google-star-icon img {
    width: 20px;
    height: 20px;
}
.home-testimonial-info .heading {
    margin-bottom: 50px;
}
.home-testimonial-info .review-cta-wrap {
    justify-content: center;
    margin-top: 60px;
}
.home-testimonial-info .slick-prev, .home-testimonial-info .slick-next {
    border: 1px solid #D2A64F;
}
.home-testimonial-info .slick-prev:hover, .home-testimonial-info .slick-next:hover {
    border-color: #fff;
}
.home-testimonial-info .testimonial-review-wrap .read-more {
    margin-top: 10px;
    color: #555555;
    display: inline-block;
    border-bottom: 1px solid;
    line-height: normal;
    position: absolute;
    bottom: 30px;
}
.home-testimonial-info .testimonial-review-wrap .read-more:hover {
    color: var(--bs-theme-color);
    border-color: var(--bs-theme-color);
}
.practice-item-col .practice-info-wrap .prac-link {
    width: 100%;
}
.practice-item-col .practice-info-wrap .prac-link .btn {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
}
.home-contact-sec .container-fluid {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.home-about-right-image img {
    width: 100%;
}
.home-about-right-image {
    width: 100%;
    position: relative;
}
.law-bottom-info-wrap {
    position: absolute;
    bottom: -82px;
    left: 1.5px;
    padding: 0 25px;
}
.law-bottom-info-wrap .law-info-wrap {
    background: #D2A64F;
    padding: 20px 15px;
    text-align: left;
}
.law-item-col {
    display: flex;
}
.law-bottom-info-wrap .law-firm-num {
    font-size: 29.21px;
    color: #fff;
    line-height: normal;
    font-weight: 700;
}
.law-bottom-info-wrap .law-icon {
    width: 38px;
    margin-right: 10px;
}
.law-bottom-info-wrap .law-icon svg {
    width: 38px;
}
.law-bottom-info-wrap .law-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.law-bottom-info-wrap .short-desc {
    font-size: 12.17px;
    color: #fff;
}
.law-bottom-info-wrap .law-name {
    color: #fff;
    font-size: 17.04px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
}
.home-about-sec {
    margin-bottom: 73px;
}
.banner-info-wrap .banner-link .btn:hover {
    background: #085f3600;
    color: var(--bs-white);
    border-color: #ffffff;
    text-shadow: none;
}
/* Team Section CSS */
.team-dedication-section {
    width: 100%;
    position: relative;
    height: 600px;
    display: flex;
    background-image: url(../images/team-section-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 70px;
}
.team-dedication-section .slick-initialized .slick-slide {
    margin: 0;
}

.team-dedication-section .container-fluid, .team-dedication-section .container-fluid .team-slider .slick-list, .team-dedication-section .container-fluid .team-slider,
.team-dedication-section .container-fluid .team-slider .slick-list .slick-track, .team-dedication-section .slick-initialized .slick-slide,
.team-dedication-section .slick-initialized .slick-slide > div, .team-dedication-section .slick-slide .team-slide {
    height: 100%;
}

.team-dedication-section .commmon-heading {
    line-height: 20px;
    margin-bottom: 20px;
    color: #C2E5FF;
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 2.3px;
}

.team-dedication-section .slick-slide .team-slide {
    padding: 0;
}

.team-dedication-section .slick-initialized .slick-slide {
    display: block;
    border: none !important;
    padding: 0;
}
.team-dedication-section .slick-slide .team-slide .row {
    height: 100%;
}
.team-dedication-section .team-slider .team-slide .team-content {
    padding-bottom: 70px;
    padding-top: 90px;
    height: 100%;
    display: flex;
    align-items: center;
}
.team-dedication-section .slick-slide .team-slide .team-image {
    display: flex;
    position: relative;
    align-items: flex-end;
    height: 100%;
}
.team-dedication-section .slick-slide .team-slide .team-image img {
    width: 100%;
    position: relative;
    z-index: 0;
    height: calc(100% - 30px);
    object-fit: cover;
    object-position: top center;
}
.team-dedication-section .btn-link-wrap .btn-blue:hover {
    border: 3px solid var(--color-2);
    color: #fff;
    background: var(--color-2);
}
.team-dedication-section .btn-link-wrap .btn-white {
    margin-right: 15px;
}
.team-dedication-section .team-slide {
    padding: 30px;
}
.team-dedication-section .team-content .team-name {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 30px;
}
.team-dedication-section .team-content p {
    margin: 15px 0;
}
.team-dedication-section .team-content a.btn {
    margin-top: 10px;
}
.team-dedication-section .team-image img {
    max-width: 100%;
    border-radius: 8px;
}
.team-dedication-section .slick-prev:before, .team-dedication-section .slick-next:before {
    display: none;
    font-size: 0px;
    opacity: 0;
}
.team-dedication-section .slick-prev, .team-dedication-section .slick-next {
    background-color: transparent;
    color: #fff;
    border: none;
    width: 18px;
    height: 34px;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0px;
    right: 24px;
    z-index: 1111;
    top: 51px;
    position: absolute;
}
.team-dedication-section .slick-prev {
    background-image: url(../images/prev-slide.svg);
    left: -5px;
}
.team-dedication-section .slick-next {
    background-image: url(../images/next-slide.svg);
    right: 5px;
}
.legal-attorney-post-title {
    font-weight: 400;
    color: #ffffff;
    font-family: var(--font-ivyora);
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 48px;
}
.team-dedication-section:after {
    content: "";
    background: linear-gradient(180deg, rgba(210, 166, 79, 0.25) 0%, rgba(210, 166, 79, 0) 100%);
    position: absolute;
    bottom: -150px;
    z-index: -1;
    height: 150px;
    width: 100%;
    left: 0;
    right: 0;
}
/* team nav */
.right-team-nav-wrap {
    position: absolute;
    left: 30px;
    bottom: -75px;
    z-index: 11;
    max-width: 540px;
    height: 150px;
}
.right-team-nav-wrap .team-slider-nav .slick-list .slick-track .slick-slide  > div {
    text-align: center;
    width: 100%;
}
.right-team-nav-wrap .team-slider-nav .slick-list .slick-track .slick-slide > div .team-thumb {
    position: relative;
    height: auto;
}
.right-team-nav-wrap .team-slider-nav .slick-list .slick-track .slick-slide > div .team-thumb .team-thumb-info {
    text-align: center;
    width: 130px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.right-team-nav-wrap .team-slider-nav .slick-list .slick-track .slick-slide > div .team-thumb .team-thumb-name {
    font-size: 15px;
    color: #4D4B46;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
.bio-short-content-wrap {
    color: #fff;
    margin-bottom: 25px;
}
.team-dedication-section .team-slider  .legal-small-title {
    color: #D2A64F;
    font-size: 22px;
}
.right-team-nav-wrap .team-thumb .team-thumb-img {
    height: 104px;
    width: 104px;
    overflow: hidden;
    border-radius: 100%;
    background: #555052;
    padding: 0;
    cursor: pointer;
    padding-top: 11px;
}
.right-team-nav-wrap .team-slider-nav .slick-list .slick-track .slick-slide.slick-current.slick-active > div .team-thumb .team-thumb-info {
    width: 170px;
}
.right-team-nav-wrap .slick-slide.slick-current.slick-active .team-thumb .team-thumb-img {
    border: 7px solid #D2A64F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 24px;
    height: 134px;
    width: 134px;
}
.right-team-nav-wrap .team-slider-nav .slick-list .slick-track .slick-slide.slick-current.slick-active > div .team-thumb .team-thumb-name {
    font-size: 24px;
}
.right-team-nav-wrap .team-thumb .team-thumb-img img {
    height: 124px;
    width: 114px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 100%;
}
.right-team-nav-wrap .team-slider-nav .slick-list .slick-track .slick-slide.slick-current.slick-active .team-thumb .team-thumb-img img {
    filter: grayscale(100%);
    width: 134px;
    height: 134px;
    object-fit: cover;
    object-position: top center;
}
.team-dedication-section .container {
    position: relative;
}
.team-dedication-section .container .team-slider  {
    height: 100%;
    overflow: hidden;
}
.team-dedication-section .team-slider .team-slide .team-content .btn-wrap-sec .btn-white {
    background: #fff;
    color: #000;
    border-color: #fff;
    margin-left: 15px;
}
.team-dedication-section .team-slider .team-slide .team-content .btn-wrap-sec .btn-white:hover {
    background: var(--bs-yellow);
    color: #fff;
    border-color: var(--bs-yellow); 
}
/* Team Section CSS */
/* New Site CSS Start Point 09-02-2026 */