.banner-btm-sec.inner-pages .bnr-btm-cnt,
.hm-geogia-tab-sec.inner-pages .tabbing-sec,
.hm-form-sec.inner-pages {
    display: none;
}
.page_bnr {
    background-image: url(../images/inner-bnr.webp);
    background-size: cover;
    padding: 230px 0 100px 0;
    position: relative;
    text-align: center;
}
.page_bnr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#4c3868, #110d18b5);
    pointer-events: none;
}
.page_bnr::after {
    position: absolute;
    content: " ";
    right: 0;
    bottom: 0;
    height: 299px;
    width: 174px;
    background-image: url(../images/pg-bnr-aftr.webp);
    background-repeat: no-repeat;
}
.page_title h1,
.page_title h2 {
    font-family: var(--headingFont);
    font-size: 70px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.inrpg-breadcrumbs {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: var(--bodyFont);
    position: relative;
}
.inrpg-breadcrumbs span.breadcrumb_last {
    color: #e2b63c;
}
.page_default {
    padding: 130px 0;
    position: relative;
}
.page_content {
    display: flex;
    justify-content: space-between;
}
.genpg-rite {
    width: 63.5%;
}
.genpg-rite.full-width {
    width: 100%;
}
.genpg-lft {
    width: 33.4%;
    max-width: 500px;
}
.page_content h1,
.page_content h2,
.page_content h3,
.page_content h4,
.page_content h5,
.page_content h6,
.search-no-results article.post .entry-header h1.entry-title {
    font-family: var(--headingFont);
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 600;
    color: #171719;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.page_content h1 a,
.page_content h2 a,
.page_content h3 a,
.page_content h4 a,
.page_content h5 a,
.page_content h6 a {
    line-height: 1.1;
}
.page_content h1,
.page_content h2,
.search-no-results article.post .entry-header h1.entry-title {
    font-size: 65px;
}
.page_content h1 strong,
.page_content h2 strong {
    font-weight: 600;
    color: #e2b63c;
}
.page_content h3 {
    font-size: 55px;
}
.page_content h4 {
    font-size: 45px;
}
.page_content h5 {
    font-size: 40px;
}
.page_content h6 {
    font-size: 30px;
}
.page_content p,
.page_content li {
    font-size: 20px;
    line-height: 1.7;
    color: #000;
    letter-spacing: 0;
    margin: 0 0 25px 0;
}
.page_default .genpg-rite a {
    color: #e2b63c;
    text-decoration: none;
}
.page_default .genpg-rite li {
    padding-left: 35px;
    color: #000;
    position: relative;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.page_default .genpg-rite ul li:before {
    background-image: url(../images/in-sprites.webp);
    background-position: -374px -17px;
    width: 24px;
    height: 28px;
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
}
.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}
.page_default .genpg-rite li ul li {
    padding-left: 10px;
    list-style: disc;
}
.page_default .genpg-rite li ul li:before {
    display: none;
}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 25px 0;
    list-style-position: inside;
}
.page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
.page_default .genpg-rite li a {
    text-decoration: none;
    color: #e2b63c;
}
.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #000;
}
.page_default .genpg-rite ul li>ul li {
    list-style-type: disc;
}
.page_default .genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ul li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ol li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li>ul li {
    list-style-type: disc;
}
.genpg-rite h3,
.genpg-rite h4,
.genpg-rite h5,
.genpg-rite h6 {
    text-transform: capitalize;
}
.genpg-rite h2 strong,
.genpg-rite h3 strong,
.genpg-rite h4 strong,
.genpg-rite h5 strong,
.genpg-rite h6 strong {
    font-weight: 600;
}
/*  SearchPage Styles */
.search-no-results article.post .entry-header {
    margin: 0;
}
.genpg-rite form.searchform input[type="search"] {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 20px;
}
/* Sidebar Styles */
/* Sidebar Archives */
.genpg-lft .blog-archives {
    padding: 55px 35px;
    background-color: #e2b63c;
    position: relative;
    margin-bottom: 50px;
}
.genpg-lft .blog-archives .widget {
    margin: 0 0 25px 0;
    background-color: transparent;
    position: relative;
    padding: 0 !important;
}
.genpg-lft .blog-archives .widget:last-child {
    margin: 0;
}
.genpg-lft .blog-archives .widget input::placeholder {
    color: #000 !important;
}
.genpg-lft .blog-archives .widget input,
.genpg-lft .blog-archives .widget select {
    font-family: var(--bodyFont);
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: #000;
    padding: 25px 27px;
    background-color: #fff;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    background-image: url(../images/blog-archives-bfr.webp);
    background-repeat: no-repeat;
    background-size: 27px 15px;
    background-position: 92% 52%;
    border-radius: 0;
    height: 72px;
}
.genpg-lft .blog-archives .widget .search-field {
    cursor: text;
    background-image: none;
}
.genpg-lft .blog-archives .widget select option {
    color: #000000;
}
.genpg-lft .blog-archives .widget h4.widget-title {
    letter-spacing: 0;
    font-size: 50px;
    background-color: transparent;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
}
.genpg-lft .blog-archives .widget input#search-form {
    background-image: url(../images/blog-archives-search.webp);
    background-size: 25px 25px;
}
/* SideBar Form */
.sd-form-main .hm-form-sec p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 16px;
}
.sd-form-main .hm-form-sec {
    padding: 0;
    background-image: none;
}
.sd-form-main {
    padding: 50px 40px;
    background-color: #1c1527;
    margin-bottom: 50px;
    background-image: url(../images/sd-form-bg.webp);
}
.sd-form-main .widget {
    margin: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
}
.sd-form-main .hm-form-sec .gchoice {
    justify-content: flex-start;
}
.sd-form-main .hm-form-sec .gform_footer input[type="submit"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
}
.sd-form-main .hm-form-sec .gform_fields {
    grid-row-gap: 15px !important;
}
.genpg-lft .widget.widget_nav_menu {
    border: 2px solid #e2b63c;
}
.genpg-lft .widget {
    background-color: #4f3a6c;
    padding: 40px 50px;
    margin: 0 0 50px 0;
}
.genpg-lft .widget h4.widget-title,
.genpg-lft .widget .lwptoc_header b {
    font-size: 55px;
    font-family: var(--headingFont);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin: 0 0 10px;
}
.genpg-lft .widget ul {
    padding-top: 15px;
    margin: 0;
}
.genpg-lft .widget ul li a {
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}
.genpg-lft .widget ul li {
    margin: 0 0 20px 0;
    padding: 0 30px;
    position: relative;
}
.genpg-lft .widget ul li::before {
    background: #ffffff;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 12px;
    border-radius: 100%;
    outline-offset: 2px;
    outline: 2px solid #fff;
}
.genpg-lft .widget ul li:hover::before {
    outline-color: #e2b63c;
    background-color: #e2b63c;
}
.genpg-lft .widget ul li:last-child {
    margin: 0;
}
.genpg-lft .widget ul li a:hover {
    color: #e2b63d;
}
.genpg-lft .widget.widget_categories ul li {
    display: flex;
    align-items: center;
    color: #fff;
}
.genpg-lft .widget ul.sub-menu {
    display: none;
    padding: 15px 0 0 0;
}
.genpg-lft button.subMenuToggle {
    position: absolute;
    right: 0;
    top: -4px;
}
.genpg-lft .menu-item-has-children>button {
    font-family: var(--bodyFont);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    display: block;
    border: none;
    outline: none;
    background: transparent !important;
    cursor: pointer;
    padding: 0;
}
.genpg-lft .menu-item-has-children>button:before {
    content: '+';
}
.genpg-lft .menu-item-has-children>button.subMenuToggle.submenuopen:before {
    content: '-';
    font-size: 60px;
    top: -10px;
    position: relative;
}
.genpg-lft .widget li a.drop.open {
    transform: rotate(90deg);
}
.genpg-lft .widget ul.sub-menu li a {
    font-size: 25px;
}
/* Table Content */
.genpg-lft .widget .lwptoc_header {
    font-family: var(--bodyFont);
    font-size: 40px;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    margin: 0 0 25px 0;
}
.genpg-lft .widget .lwptoc_header b {
    font-weight: 400 !important;
}
.genpg-lft .widget .lwptoc_item {
    margin-bottom: 20px;
}
.genpg-lft .widget .lwptoc_item a {
    font-family: var(--bodyFont);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff !important;
}
.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 0 !important;
    color: #e2b63c !important;
}
.genpg-lft .widget .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 15px 0 0 15px;
}
.genpg-lft .widget .lwptoc-light .lwptoc_i {
    background: transparent;
    padding: 0 !important;
    width: 100%;
}
.genpg-lft .widget .lwptoc_item:last-child {
    margin: 0;
}
.genpg-lft .widget .lwptoc:first-child {
    margin: 0;
}
/* SideBar testimonials */
.genpg-lft section.widget.sd-testi {
    background-color: #e2b63c;
    border-top: 10px solid #3a2656;
    /* border-radius: 25% 25% 50% 50% / 0% 0% 9% 9%; */
}
.sidebar-testi .star-rat {
    background-image: url(../images/in-sprites.webp);
    background-repeat: no-repeat;
    background-position: -184px -17px;
    width: 174px;
    height: 30px;
    margin: 0 auto 25px;
}
.sidebar-testi.owl-carousel {
    text-align: center;
}
.sidebar-testi p {
    line-height: 1.65;
    color: #fff;
    position: relative;
}
.sidebar-testi h4.author {
    font-family: var(--headingFont);
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
    font-size: 40px;
    position: relative;
    text-transform: uppercase;
}
.sidebar-testi.owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
    margin-top: 20px;
}
.sidebar-testi.owl-carousel .owl-nav button.owl-prev,
.sidebar-testi.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/in-sprites.webp);
    background-repeat: no-repeat;
    width: 74px;
    font-size: 0;
    height: 31px;
    transition: 0.5s;
}
.sidebar-testi.owl-carousel .owl-nav button.owl-prev {
    background-position: -15px -16px;
}
.sidebar-testi.owl-carousel .owl-nav button.owl-next {
    background-position: -98px -16px;
}
.sidebar-testi.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -15px -58px;
}
.sidebar-testi.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -98px -58px;
}
.sidebar-testi.owl-carousel .owl-nav button span {
    font-size: 0;
    font-weight: bold;
}
/* CaseResults SideBar */
.sd-case-results-main .widget,
.sd-location-main .widget {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
.sd-case-results-main {
    background-image: url(../images/case-results-sdbr-bg.webp);
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.08);
    padding: 45px 54px 50px;
    position: relative;
    margin-bottom: 50px;
}
.sd-case-results-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/case-results-bfr.webp);
    width: 100px;
    height: 130px;
}
.sd-case-results-main h4 {
    color: #000 !important;
    margin-bottom: 40px !important;
}
.case-itm h5 {
    font-family: 'Frank Ruhl Libre';
    font-weight: 500;
    color: #000;
    line-height: 1;
    font-size: 42px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
}
.case-itm p {
    font-family: var(--bodyFont);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    position: relative;
    letter-spacing: -0.4px;
    margin: 0 0 35px 0;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-results-sdbr .owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.case-results-sdbr .owl-carousel .owl-nav button.owl-prev,
.case-results-sdbr .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/in-sprites.webp);
    background-repeat: no-repeat;
    width: 74px;
    font-size: 0;
    height: 31px;
    transition: 0.5s;
}
.case-results-sdbr .owl-nav button.owl-prev {
    background-position: -15px -100px;
    left: 0;
}
.case-results-sdbr .owl-nav button.owl-next {
    background-position: -98px -100px;
    right: 0;
}
.case-results-sdbr .owl-nav button.owl-prev:hover {
    background-position: -15px -58px;
}
.case-results-sdbr .owl-nav button.owl-next:hover {
    background-position: -98px -58px;
}
/* Location SideBar */
.loc-list {
    padding-top: 15px;
}
.location-sdbr {
    background-color: #36294c;
    padding: 45px 50px;
    margin: 0 auto 45px;
    max-width: 500px;
    width: 100%;
}
.location-sdbr h4 {
    font-family: "Oswald";
    font-weight: 600;
    font-size: 55px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 25px;
}
.case-itm-img {
    margin: 0 0 20px;
}
.case-itm-img img {
    display: block;
    width: 100%;
}
.loc-itm h5 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 20px;
}
.loc-itm p {
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 37px;
    line-height: 1;
    letter-spacing: -0.9px;
    color: #e2b63c;
    text-transform: uppercase;
    margin: 0 0 20px;
    text-align: center;
}
.loc-itm p {
    font-size: 37px !important;
    display: inline-block;
}
.loc-itm {
    text-align: center;
}
.loc-itm p:hover a {
    color: #fff;
}
.location-sdbr .owl-carousel .owl-nav {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 50px;
}
.location-sdbr .owl-carousel .owl-nav button.owl-prev,
.location-sdbr .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/in-sprites.webp);
    background-repeat: no-repeat;
    width: 74px;
    font-size: 0;
    height: 31px;
    transition: 0.5s;
}
.location-sdbr .owl-nav button.owl-prev {
    background-position: -15px -100px;
    left: 0;
}
.location-sdbr .owl-nav button.owl-next {
    background-position: -98px -100px;
    right: 0;
}
.location-sdbr .owl-nav button.owl-prev:hover {
    background-position: -15px -16px;
}
.location-sdbr .owl-nav button.owl-next:hover {
    background-position: -98px -16px;
}
.contact-pg-heading {
    text-align: center;
    margin-bottom: 40px;
}
/*  Testimonials Page */
.testimonials-page .in-testi-blk {
    column-count: 2;
    gap: 30px;
}
.testimonials-page .in-testi-item {
    padding: 60px 60px 0 60px;
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.06);
    background-repeat: no-repeat;
    background-position: center bottom;
    border-top: 10px solid #e2b63c;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 150px;
    text-align: center;
}
.testimonials-page .in-testi-item::before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    margin: auto;
    bottom: -90px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    background-image: url(../images/in-testi-bfr.webp);
}
.testimonials-page .in-testi-item:hover {
    border-color: #3a2656;
}
.testimonials-page .in-testi-item:hover::before {
    background-image: url(../images/in-testi-bfr-hvr.webp);
}
.testimonials-page .in-testi-item h3 {
    margin: 0 !important;
}
.in-testi-item .star-rat {
    background-image: url(../images/in-sprites.webp);
    background-repeat: no-repeat;
    background-position: -199px -148px;
    width: 175px;
    height: 31px;
    margin: 0 auto 20px;
}
/* Blog SideBars */
.widget.widget_recent_entries ul li a {
    font-size: 25px !important;
}
/* Blog Page */
.genpg-lft.blog-page {
    width: 100% !important;
    max-width: 100% !important;
}
.genpg-lft.blog-page .blog-archives {
    padding: 0;
    background-color: transparent;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.genpg-lft.blog-page .blog-archives .widget h4.widget-title {
    display: none;
}
.genpg-lft.blog-page .blog-archives .widget input,
.genpg-lft.blog-page .blog-archives .widget select {
    box-shadow: 0 1px 18px 0 rgba(34, 34, 34, 0.07);
}
.genpg-lft.blog-page .blog-archives .widget {
    width: 100%;
    margin: 0;
}
.blg-cntblk {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.blg-cntblk .post-item {
    width: 31.3%;
    box-shadow: 0 1px 18px 0 rgba(34, 34, 34, 0.07);
    background-color: #fff;
}
.blg-cntblk .post-item .blog-post-img {
    margin: 0 !important;
}
.blg-cntblk .post-item .blog-post-img img {
    width: 100%;
    display: block;
}
.blg-cntblk .post-cnt {
    padding: 40px;
    background-image: url(../images/hm-cases-itm-bgptrn.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.blg-cntblk .post-cnt h6 a {
    color: #000000;
}
.blg-cntblk .post-cnt h6 a:hover {
    color: #e2b63c;
}
.blg-cntblk .post-item .post-btn a {
    display: inline-block;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #4f3a6c;
    text-transform: uppercase;
    margin: 0;
}
.blg-cntblk .post-item:hover .post-btn a {
    color: #e2b63c;
}
.blg-cntblk .post-item:hover {
    background-color: #4d3969;
}
.blg-cntblk .post-item:hover h6 a,
.blg-cntblk .post-item:hover p {
    color: #fff;
}
.page_default.blog_pg .paging-navigation {
    width: 100%;
}
.page_default.blog_pg .pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.page_default.blog_pg .pagination a.page-numbers,
.page_default.blog_pg .pagination span.page-numbers.current {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.page_default.blog_pg .pagination span.page-numbers.current,
.page_default.blog_pg .pagination a.page-numbers:hover {
    color: #fff;
    background: linear-gradient(to bottom, #1e162c 40%, #4d396a 80%);
}
.page_default.blog_pg .pagination a.next.page-numbers,
.page_default.blog_pg .pagination a.prev.page-numbers {
    font-size: 0 !important;
    position: relative;
}
.page_default.blog_pg .pagination a.next.page-numbers::before,
.page_default.blog_pg .pagination a.prev.page-numbers::before {
    content: "";
    background-image: url(../images/in-sprites.webp);
    background-repeat: no-repeat;
    background-position: -15px -100px;
    width: 74px;
    height: 31px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.page_default.blog_pg .pagination a.next.page-numbers::before {
    background-position: -98px -100px;
}
.page_default.blog_pg .pagination a.next.page-numbers:hover,
.page_default.blog_pg .pagination a.prev.page-numbers:hover {
    background: transparent;
}
.page_default.blog_pg .pagination a.next.page-numbers:hover::before {
    background-position: -98px -58px;
}
.page_default.blog_pg .pagination a.prev.page-numbers:hover::before {
    background-position: -15px -58px;
}
/* Single Blog Page */
.blog-post-img {
    margin-bottom: 20px;
}
.blog-post-img img {
    width: 100%;
    display: block;
}
.page_default.single-blog_pg .page-navi {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.page_default.single-blog_pg .page-navi a {
    color: #fff !important;
}
.page_default.single-blog_pg .page-navi a:hover {
    color: #fff !important;
}
.page_default.single-blog_pg .post-meta {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: var(--bodyFont);
    position: relative;
}
.page_default.single-blog_pg .post-category a {
    color: #000 !important;
}
.page_default.single-blog_pg .post-category a:hover {
    color: #e2b63c !important;
}
/* Contact Page */
.cont-blk {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.cont-item {
    width: 31.5%;
    padding: 40px 67px 43px;
    /* background-color: #fff; */
    background: linear-gradient(to bottom, #1e162c 40%, #4d396a 80%);
    /* box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.06); */
    text-align: center;
}
.cont-item h5 {
    font-family: "Frank Ruhl Libre";
    font-weight: 400;
    font-size: 41px;
    line-height: 1;
    letter-spacing: -0.2px;
    color: #fff;
    padding-top: 64px;
    text-align: center;
    margin: 0 0 10px;
    position: relative;
}
.cont-item h5::before {
    content: "";
    background-image: url(../images/in-sprites.webp);
    /* background-position: -16px -203px; */
    background-position: -16px -146px;
    background-repeat: no-repeat;
    width: 35px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* .cont-item:hover h5::before {
    background-position: -16px -146px;
} */
.cont-item.call h5::before {
    /* background-position: -74px -203px; */
    background-position: -74px -145px;
    width: 48px;
    height: 48px;
}
/* .cont-item.call:hover h5::before {
    background-position: -74px -145px;
} */
.cont-item.follows h5::before {
    /* background-position: -145px -203px; */
    background-position: -145px -145px;
    width: 48px;
    height: 48px;
}
/* .cont-item.follows:hover h5::before {
    background-position: -145px -145px;
} */
.cont-item p {
    text-align: center;
    margin: 0;
    color: #fff;
}
.cont-item p a {
    font-family: "Inter";
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: #000000;
}
.adr-btn {
    padding-top: 13px;
    text-align: center;
}
.adr-btn a {
    display: inline-block;
    border-bottom: 1px solid #4d396a;
    color: #fff !important;
    font-family: "Inter";
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.2px;
    margin: 0;
}
.cont-item.call p a {
    font-family: "Frank Ruhl Libre";
    font-weight: 300;
    font-size: 44px;
    line-height: 1;
    letter-spacing: -1.1px;
    color: #fff;
}
.cont-item:hover h5,
.cont-item:hover p,
.cont-item:hover p a,
.cont-item.call:hover p a {
    color: #e2b543;
}
.cont-item:hover .adr-btn a {
    color: #e2b543 !important;
    border-bottom-color: #e2b543;
}
.cont-item .social-icons {
    display: flex;
    justify-content: center;
}
.cont-item .social-icons a {
    width: 52px;
    height: 52px;
    font-size: 0;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
    margin-right: 10px;
}
.cont-item .social-icons a::before {
    content: "";
    background-image: url(../images/in-sprites.webp);
    background-position: -195px -67px;
    width: 12px;
    height: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cont-item:hover .social-icons a {
    border: 2px solid #e2b63c;
}
.cont-item:hover .social-icons a::before {
    background-position: -195px -101px;
}
.social-icons a.twr::before {
    background-position: -222px -68px;
    width: 24px;
    height: 24px;
}
.cont-item:hover .social-icons a.twr::before {
    background-position: -222px -101px;
}
.social-icons a.insta::before {
    background-position: -261px -68px;
    width: 23px;
    height: 23px;
}
.cont-item:hover .social-icons a.insta::before {
    background-position: -261px -101px;
}
.contact-pg-frm .hm-form-sec h2,
.contact-pg-frm .hm-form-sec p {
    text-align: center;
    color: #fff;
    margin: 0 0 10px 0 !important;
}
.contact-pg-form-main {
    display: flex;
    justify-content: space-between;
}
.contact-pg-frm .hm-form-sec {
    padding: 40px;
}
.contact-pg-frm {
    width: 50%;
}
.contact-pg-tab {
    width: 48.4%;
}
.iframe-part iframe {
    width: 100%;
    height: 520px;
}
.contact-pg-tab ul li {
    padding: 0 !important;
    margin: 0 !important;
}
.contact-pg-tab ul li::before {
    display: none !important;
}
.ftrmap-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 0;
    margin: 0 auto 20px;
}
.ftrmap-tabs li a {
    display: inline-block;
    font-family: "Oswald";
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.1px;
    color: #fff;
    text-transform: uppercase;
    background-color: #4f3a6c;
    padding: 13px;
    border: 1px solid #e2b63c;
    width: 340px;
    text-align: center;
    cursor: pointer;
}
.ftrmap-tabs li a:hover,
.ftrmap-tabs li.selected a {
    border: 1px solid #4f3a6c;
    background-color: #e2b63c;
    color: #4f3a6c;
}
.ftrmap-blk {
    text-align: center;
}
.ftrmap-blk .cont {
    position: relative;
}
.ifrm-add {
    background-image: url(../images/ifrm-add-bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 33px 38px 23px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: max-content;
    height: max-content;
}
.ifrm-add a {
    display: inline-block;
    font-family: "Frank Ruhl Libre";
    font-weight: 400;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    color: #fff !important;
    padding-left: 88px;
    text-align: start;
    position: relative;
}
.ifrm-add a::before {
    content: "";
    background-image: url(../images/ifrm-add-img.webp);
    width: 82px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* Attorneys Page */
.in-attroney-items.attroney-5.terance_madden {
    order: -1;
}
.in-attroney-list {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    width: 100%;
}
.in-attroney-items {
    position: relative;
    width: 30.7%;
}
.in-attroney-items::before {
    background-image: linear-gradient(180deg, rgba(29, 21, 42, 0) 0%, rgb(29, 21, 42) 100%);
    position: absolute;
    height: 78%;
    width: 100%;
    content: "";
    bottom: 0;
    pointer-events: none;
}
.in-attroney-items::after {
    background-color: #e2b63c;
    position: absolute;
    height: 4px;
    width: 160px;
    content: "";
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    pointer-events: none;
}
.in-attroney-pic img {
    display: block;
    width: 100%;
}
.in-attroney-cont {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.in-attroney-cont h4 {
    font-family: "Oswald";
    font-weight: 600;
    font-size: 47px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 10px;
    color: #fff;
    text-transform: uppercase;
}
.in-attroney-items:hover h4 {
    color: #e2b63c;
}
.in-attroney-cont p {
    font-family: "Inter";
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    color: #e2b63c;
    display: none;
}
.in-attroney-items:hover p {
    display: block;
}
.hover a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
}
.attrny-list-btm {
    text-align: center;
    padding-top: 50px;
}
.attrny-list-btm p {
    font-family: "Oswald";
    font-weight: 400;
    font-size: 25px;
    line-height: 1.5;
}
.attrny-list-btm p:last-child {
    margin: 0;
}
/* Profile Page */
.in-profile-list {
    background-image: url(../images/in-profile-list-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 40px;
    margin-top: 30px;
}
.in-profile-img {
    width: 42%;
    margin-top: -30px;
}
.in-profile-img img {
    width: 100%;
    display: block;
}
.in-profile-img-cnt {
    width: 55.7%;
}
.in-profile-img-cnt h3 {
    text-align: center;
    color: #fff;
    font-size: 60px !important;
    padding: 105px 0 30px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.in-profile-img-cnt h3 strong {
    font-weight: 600;
    color: #e2b63c;
}
.in-profile-img-cnt h3::before {
    background-image: url(../images/hand-logo-bfr.webp);
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    width: 300px;
    height: 174px;
    margin: auto;
    bottom: 0;
    pointer-events: none;
}
.profile-btn {
    text-align: center;
}
.profile-btn a.cmn-btn,
.profile-btn a.cmn-btn:hover {
    color: #fff;
    padding: 20px 70px;
}
.free-consult-text {
    padding-left: 80px;
    margin-bottom: 30px;
}
.free-consult-text h5,
.free-consult-text h6 {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    font-family: var(--bodyFont);
    position: relative;
    color: #e2b63c;
    margin: 0 0 5px 0;
}
.free-consult-text h6,
.free-consult-text h6 a {
    margin: 0;
    color: #fff !important;
}
.free-consult-text h6 a:hover {
    color: #e2b63c !important;
}
/* Common Block */
.innerpage-common-block {
    margin-bottom: 30px;
    padding-bottom: 100px;
    padding-top: 15px;
}
.main-img-block {
    position: relative;
}
.main-img-block .img-block img {
    width: 100%;
    display: block;
    padding: 0 60px;
}
.img-block-cnt {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
}
.img-block-cnt .bnr-btm-cnt {
    background-color: transparent;
    padding: 0;
}
.img-block-cnt .bnr-btm-cnt h4 {
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -3px;
    text-transform: uppercase;
    color: #4f3a6c;
    -webkit-text-stroke: 2px #e2b63c;
}
.img-block-cnt .bnr-btm-cnt h4 strong {
    color: #e2b63c;
    -webkit-text-stroke: 2px #4f3a6c;
    font-weight: 700;
}
.img-block-cnt .fees-unls-blc h6 {
    font-family: 'Frank Ruhl Libre';
    font-weight: 400;
    font-size: 22px;
}
.img-block-cnt a.cmn-btn,
.img-block-cnt a.cmn-btn:hover {
    color: #fff;
}
/* Practice Areas Page */
.in-practc-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.in-practc-list .practc-itm h5 {
    font-size: 35px !important;
    color: #fff !important;
    margin: 0 !important;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.in-practc-list .practc-cont h4 {
    color: #291c3b !important;
    font-size: 35px !important;
}
.in-practc-list .practc-cont {
    padding: 40px !important;
}
.in-practc-list .practc-btn a {
    color: #291c3b !important;
    text-decoration: underline !important;
}
/* CaseResults Page */
.case-results-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.case-result-itm {
    width: 49%;
    background-image: url(../images/case-results-bg.webp);
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.06);
    background-size: cover;
    padding: 45px 62px;
    position: relative;
    margin: 0 0 20px;
    display: inline-block;
}
.case-result-itm::before {
    background-image: url(../images/case-results-pg-bfr.webp);
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    top: 0;
    left: 0;
}
.case-result-itm h4 {
    font-family: "Frank Ruhl Libre";
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    text-align: center;
    text-decoration: none;
    margin: 0 0 20px;
}
.case-result-itm p:last-child {
    margin: 0 !important;
    text-align: center;
}
.case-results-top {
    text-align: center;
    margin-bottom: 50px;
}
/*in-yt-videos-sec*/
.in-cmrsl-video {
    margin: 0 0 54px;
}
.in-yt-videos {
    width: 31.7%;
    margin: auto;
    height: 290px;
}
.in-cmrsl-heading {
    font-family: "Oswald";
    font-weight: 600;
    font-size: 65px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
}
.in-schlr-video {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}
.in-cmrsl-video h3.in-cmrsl-heading strong {
    color: #e2b63c;
}
.in-schlr-video-sec .in-schlr-heading {
    text-align: center;
    font-size: 49px !important;
    margin: 0 0 30px !important;
    text-transform: uppercase;
}
.genpg-rite h3.in-cmrsl-heading {
    text-transform: uppercase;
}
/*in-yt-videos-sec*/
.cmn-img img {
    display: block;
    width: 100%;
}
.cmn-img {
    margin-bottom: 20px;
}
/* About Page */
.about-attrny-blk {
    display: flex;
    gap: 30px;
}
.about-attrny-blk .abt-attrny-cnt {
    width: 60%;
}
.about-attrny-blk .abt-attrny-img img {
    width: 100%;
    display: block;
}
.about-attrny-blk .abt-attrny-img {
    width: 33%;
}
.about-award-sec {
    padding: 80px 0;
}
.about-award-sec h3,
.about-award-sec h2 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
    color: #e2b63c;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
}
.about-award-sec h2 {
    color: #3f2e56;
    font-weight: 600;
}
.about-award-sec .award-list {
    display: flex;
    padding: 50px 0 0 0;
    gap: 20px;
}
.about-award-sec .award-itm img {
    width: 100%;
    display: block;
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.05);
}
.bnr-btm-cnt strong {
    display: block;
}
/* short code location */
.pg-case-results-sub {
    font-size: 30px;
    font-family: 'Oswald';
    font-weight: 700;
    color: #e2b63d;
}
.heading-text {
    font-size: 55px;
    font-family: var(--headingFont);
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 600;
    color: #171719;
}
.pg-testi-main.loc .owl-nav {
    position: absolute;
    left: 23%;
    bottom: 0;
    top: inherit !important;
    right: 0;
}
.pg-testi-main.loc {
    display: inherit;
}
.pg-testi-main.loc .pg-test-main-blk {
    width: 100%;
    padding: 0;
    border: none;
}
.pg-testi-main.loc .loc-itm-img {
    width: 50%;
}
.pg-testi-main.loc .item {
    display: flex;
    justify-content: start;
    gap: 30px;
}
.pg-testi-main.loc .inn-loc-cont {
    padding-left: 25px;
    border-left: 2px solid #e2b63c;
    width: 50%;
}
.pg-testi-main.loc .inn-loc-cont p{color: #fff;}
.pg-testi-main {
    display: flex;
    margin: 0 0 20px;
    background: #392b4e;
    padding: 30px;
}
.pg-testi-heading .heading-text {
    color: #e2b63c !important;
}
.pg-testi-main .owl-nav {
    position: absolute;
    left: 20px;
    top: 116px;
}
.pg-testi-heading {
    width: 41%;
}
.pg-testi-item .title {
    color: #e2b63c;
    text-transform: uppercase;
    margin: 0;
}
.pg-test-main-blk {
    padding-left: 25px;
    border-left: 2px solid #e2b63c;
    width: 59%;
}
.pg-testi-blk,
.pg-case-results-list,
.locations-list {
    position: inherit;
}
.inner-testimonials-blk,
.innerpage-CaseResults-block,
.innerpage-location-block {
    position: relative;
}
.pg-test-main-blk .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.pg-test-main-blk .owl-carousel .owl-nav button.owl-prev,
.pg-test-main-blk .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/in-sprites.webp);
    background-repeat: no-repeat;
    width: 56px;
    font-size: 0;
    height: 24px;
    transition: 0.5s;
}
.pg-test-main-blk .owl-nav button.owl-prev {
    background-position: -13px -103px;
}
.pg-test-main-blk .owl-nav button.owl-prev:hover {
    background-position: -13px -17px;
}
.pg-test-main-blk .owl-nav button.owl-next {
    background-position: -120px -103px;
}
.pg-test-main-blk .owl-nav button.owl-next:hover {
    background-position: -116px -17px;
}
.pg-testi-item p,
.pg-case-result-itm p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}
.pg-case-main-list {
    width: 59%;
}
.pg-case-result-itm p,
.pg-case-result-itm p,
.locations-list h6 {
    margin: 0 !important;
    color: #fff;
}
.pg-case-results-title {
    font-family: 'Frank Ruhl Libre';
    font-weight: 500;
    font-size: 45px;
    color: #e2b63c;
}
.locations-list h6 {
    color: #e2b63c !important;
}
.gallery-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.page_default .genpg-rite a.cmn-btn {
    color: #fff !important;
}
.page_default.blog_pg .pagination span.page-numbers.dots {
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: unset;
    font-size: 26px;
}
.hm-faq-sec.inner {
    background-image: none;
    padding: 0;
}
.hm-faq-sec.inner .accordion {
    width: 100%;
}
.hm-faq-sec.inner .accordion-section-content {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.hm-faq-sec.inner .accordion-section.accordien-active .accordion-section-content {
    padding: 40px;
    border-radius: 0;
    display: block;
    margin: 0 0 20px 0;
}
.hm-geogia-tab-sec.inner-pages {
    padding-bottom: 320px;
}
.pg-block-list {
    display: flex;
    justify-content: space-between;
}
.pg-block-lft {
    width: 61.5%;
}
.pg-block-rit {
    width: 36.4%;
}
.pg-block-lft .wp-block-group {
    flex-direction: column;
    align-items: self-start;
}
.in-practc-list.inner .practc-itm:hover .practc-img,
.in-practc-list.inner .practc-itm:hover h5,
.in-practc-list.inner .practc-itm:hover::before {
    display: block;
}
.in-practc-list .practc-itm:hover .practc-img {
    display: inherit;
}
.in-practc-list.inner .practc-itm:hover:after {
    background-color: #e2b63c;
    top: inherit;
    bottom: -3px;
    left: -3px;
    z-index: 1;
}
.in-practc-list.inner .practc-itm:hover img {
    transform: scale(1.01);
}
.in-practc-list.inner .practc-itm:hover::before {
    transform: scale(1.01);
    z-index: 1;
}
.in-practc-list.inner .practc-itm h5 {
    z-index: 1;
}
.in-practc-list.inner {
    justify-content: center;
}
.hm-geogia-tab-sec.inner-pages h2 {
    text-transform: uppercase;
}
.hm-geogia-tab-sec.inner-pages strong {
    display: inline-block;
}
.hm-geogia-tab-sec.inner-pages a {
    color: #e2b63c;
}
.hm-geogia-tab-sec.inner-pages a:hover {
    color: #000;
}
.hm-geogia-tab-sec.inner-pages p {
    font-size: 24px;
}
.sngl-prct-cmn-btn {
    text-align: center;
}
.single-attorney .widget.widget_lpwtoc_widget,
section.widget.sd-testi,
.sd-case-results-main {
    display: none;
}
.genpg-lft.content {
    width: 100%;
    margin: auto;
    display: none;
}
@media screen and (max-width: 991px) {
    .genpg-lft.content {
        display: block;
    }
    .widget.widget_lpwtoc_widget {
        display: none;
    }
}
.tac,
.in-serve-btm-btn,
.about-pg-btn {
    text-align: center;
}