/*
 Theme Name:   Draper Legal
 Theme URI:    http://example.com/rmtheme-child
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  rmtheme-child
*/


/* golos-text-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/golos-text-v7-latin-600.woff2') format('woff2');
}
/* golos-text-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/golos-text-v7-latin-700.woff2') format('woff2');
}
/* source-serif-4-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/source-serif-4-v14-latin-regular.woff2') format('woff2');
}
/* source-serif-4-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/source-serif-4-v14-latin-500.woff2') format('woff2');
}
/* source-serif-4-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/source-serif-4-v14-latin-600.woff2') format('woff2');
}
 

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Golos Text';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Golos Text';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
    clear: none !important;
}
p, li, ul, ol, blockquote {
    font-family: 'Source Serif 4';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {display: none;}


.single-container, .container, .footer-container{
    width:100%;
    max-width:1500px;
    margin:0 auto;
}

/*Header Sticky Menu*/

.site-header .container {
    position: relative;
}
.home .site-header .container:before, .site-header.is-sticky .container:before {display: none;}

.header-sticky.fixed-header{
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #874a7c;
    z-index: 9999;
    border-bottom: 2px solid #f5c45b;
}

.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}



.header-sticky {

    width: 100%;

    float: left;

    background: #c4c9b2;

    padding: 10px;

    display: none;

}

.header-sticky .sticky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;

}

.header-sticky .mobile_src_nav,

.header-sticky .showhide {

    display: block;

}

.header-sticky .mobile_src_nav {

    background: transparent;

}

.header-sticky .stickyshowhide .txt {

    width: 40px;

    height: 40px;

    text-align: center;

    float: none;

    padding: 0;

    position: relative;

    font-weight: normal;

}

.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Source Serif 4';
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 45px 0 0;
}

.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}


.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {

    font-size: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: 100%;

    height: 45px;

}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 8px;
    top: 9px;
}
.sticky-mobinav ul li a.drop.open:after {

    background-position: -28px 0px;

}

.header-sticky .sicky-cnt .stickyshowhide:before {

    background: url(images/header-sticky-menu.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-faq-wrap a:before {

    background: url(images/header-sticky-faqs.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-call-wrap a:before {

    background: url(images/header-sticky-call.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-blog-wrap a:before {

    background: url(images/header-sticky-blog.png) no-repeat center;

}

#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

    text-align: left;

    display: flex;

    width: 100%;

    height: 100vh;

    z-index: 99999;

}

.floatingMenu-list {
    width: 400px;
    background: #874a7c;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

#cloaseFloatingMenu {
    text-align: right;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}
.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

    font-family: 'Asap', sans-serif;

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;

    /* -webkit-transform: rotate(45deg);

       -moz-transform: rotate(45deg);

       -ms-transform: rotate(45deg);

       -o-transform: rotate(45deg);

       transform: rotate(45deg);*/

    position: absolute;

    top: 15px;

    right: 6px;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {

    /*-webkit-transform: rotate(135deg);

      -moz-transform: rotate(135deg);

      -ms-transform: rotate(135deg);

      -o-transform: rotate(135deg);

      transform: rotate(135deg);*/

    opacity: 0;

}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



.sicky-logo{
    max-width:350px;
    text-align: center;
}



.sticky-wrap{
    display: none;
}


header#site-header.f-nav{
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Golos Text';
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Golos Text';
    font-weight: 400;
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #874a7c;
    position: absolute;
    top: 38px;
    left: 0;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: 'Golos Text';
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Golos Text';
    font-weight: 600;
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover, .mobinav .current-menu-item a{
    color: #f5c45b;
}

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobinav ul li a.drop.close,
.mobinav ul li a.drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 13px;
    height: 29px;
    background-color: transparent !important;
/*    background-image: url(images/plus_icn.png);*/
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 5px !important;
    cursor: pointer;
}

.mobinav ul li a.drop.open {
    width: 22px;
    /*background-image: url(images/minus_icn.png);*/
}

.mobile_src_nav {
    display: none;
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}



.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
    position: relative;
}

.header-number {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 0 20px;
}

.header-number strong {
    font-family: 'Golos Text';
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #013042;
    margin-right: 27px;
}
.header-number a {
    font-size: 29px;
    font-family: 'Golos Text';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.29px;
    color: #000000;
    background-color: #f5c45b;
    padding: 15px 32px 14px 83px;
    display: inline-block;
    position: relative;
    border-radius: 45px;
}

.header-number a:before{
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-position:-87px -9px ;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 35px;
    margin: auto;
}


.header-number a:hover {color: #fff;}

#main-navigation ul{
    margin:0
}
#main-navigation ul li{
    display: inline-block;
    margin: 0 0px 0;
    position: relative;
    padding: 0 29px;
    border-right: 2px solid #013042;
    line-height: 1;
}

#main-navigation ul li:first-child{
    padding-left:0
}
#main-navigation ul li:last-child{
    padding-right:0;
    border:0;
}
#main-navigation ul li a{
    font-size: 19px;
    font-family: 'Golos Text';
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 1;
    color: #013042;
    display: inline-block;
    text-transform: uppercase;

}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #501748;
}
#main-navigation ul li ul.sub-menu{
    display: none;
    width: 220px;
    position: absolute;
    color: #fff;
    top:20px;
    left: 0;
    right: auto;
    background-color: #501647;
    padding: 0px 0;
    z-index: 999;
}
#main-navigation ul li:hover ul.sub-menu{
    display:block
}
#main-navigation ul li:hover ul.sub-menu li{
    position:relative
}
#main-navigation ul li:hover ul.sub-menu li:hover > ul{
    display:block;
    top:0;
    left:100%
}

#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #f5c45b;
    color: #fff;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0;
    border:0;
}
#main-navigation .sub-menu li a:after{
    display:none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:999;
}
.site-header {
    transition: opacity 0.3s 
ease, visibility 0.3s 
ease;
    width: 100%;
    padding: 15px 0 10px;
    position: absolute;
    z-index: 99;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #d5a3a3;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    border-bottom: 1px solid #64265b;
    padding: 15px 0;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.site-header.is-sticky .site-branding {
    width: 160px;
}

.mobilenav {
    width:280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}
#mobilenav-toggle {
    display:none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width:36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size:0;
    line-height:0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width:36px;
    height: 36px;
}


@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display:block
    }
}

#mobile-navigation {
    overflow-y:scroll;
    height: 100%;
    width:100%;
    padding-top:45px;
}
#mobile-navigation ul{
    margin:0;
    padding:0
}
#mobile-navigation ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
#mobile-navigation ul li a{
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    padding:6px 10px;
    display:block;
    min-width:inherit
}
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{
    color:#fff
}
#mobile-navigation .sub-menu li a{
    width:100%;
    padding:6px;
    color:#ffffff;
    display:block;
    text-align:left
}

#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}

a.cmn-btn{
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 20px;
    color: #000;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    background-color: #f5c45b;
    padding: 27px 95px 27px 43px;
    border-radius: 50px;
    margin: 0;
    position: relative;
    background-image: url(images/cmn-btn-img.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right 6px;
}
 a.cmn-btn:hover{
    color: #fff;
    background-color: #864a7d;
    transition: 0.7s;
}
 

.text-heading {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 90px;
    line-height: 1;
    letter-spacing: -0.9px;
    color: #501748;
    text-align: center;
    margin: 0 0 40px;
}
.text-heading strong {
    font-weight: 600;
    color: #d5a3a3;
}
 
.col-loop {
    font-size: 20px;
    margin: 0 0 10px;
}
/*Banner section*/


.hmbanner-sec{
    padding: 179px 0 0;
    position: relative;
    background-image: url(images/hmbnr-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.hmbanner-sec:before {
    position: absolute;
    content: "";
    background-image: url(images/bnr-attrny-pattern-img.webp);
    background-repeat: no-repeat;
    width: 27%;
    height: 69%;
    top: 0;
    left: 4%;
    z-index: -1;
    border: 2px solid #d5a3a3;
    border-radius: 0 0 240px 240px;
    background-size: cover;
    border-top: 0;
}
.hmbanner-sec .container{
    max-width: 100%;
    padding: 0 44px;
}

.hmbanner-sec h1 {
    font-family: 'Golos Text';
    font-weight: 700;
    font-size: 60px;
    line-height: 0.9;
    letter-spacing: -1.8px;
    color: #501748;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.hmbanner-sec h1 strong{
    font-size: 116px;
    letter-spacing: -3.48px;
    color: #d5a3a3;
    display: block;
    line-height: 0.9;
}

.hmbanner-sec h1 small {
    font-family: 'Source Serif 4';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: #d5a3a3;
    letter-spacing: 0;
    display: block;
    text-transform: capitalize;
    margin: 19px 0 0;
}

.bnr-lst {
    display: flex;
    justify-content: start;
    position: relative;
}

.bnr-attrny-img {
    width: 34.7%;
}

.bnr-attrny-img img{
    width: 100%;
    display: block;
}

.bnr-cnt {
    width: 40%;
    text-align: center;
    margin-left: -64px;
    padding: 93px 0 0;
}

.bnr-rite-sec {
    width: 27.9%;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.bnr-rite-sec img {
    width: 100%;
    display: block;
    border-radius: 250px 250px 0 0;
}

/* Banner Bottom Section */
.hm-ban-btm-sec {
    background-color: #501748;
    padding: 15px 0;
}
.hm-ban-btm-blck {
    display: flex;
    justify-content: space-between;
}
.hm-ban-btm-itm {
    padding: 70px 30px 70px 50px;
    background-color: #64265b;
    border: 1px solid transparent;
    width: 32.7%;
}
.hm-ban-btm-itm h3 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    position: relative;
    padding-left: 90px;
    margin: 0;
}
.hm-ban-btm-itm h3::before {
    position: absolute;
    content: "";
    width: 69px;
    height: 70px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -154px -10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-ban-btm-itm.reslt h3::before{
    background-position: -248px -10px;
}
.hm-ban-btm-itm.advice h3::before{
    background-position: -343px -10px;
}
.hm-ban-btm-itm:hover {
    border-color: #ffffff;
}
 
/* About Section */
.hm-about-sec {
    padding: 140px 0 130px;
    background-image: url(images/about-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hm-about-sec .container {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}
/* .hm-about-blck .text-heading strong {
    display: block;
    letter-spacing: -1.2px;
} */
.hm-about-blck h2.text-heading {
    margin: 0 0 60px;
}
.hm-about-list {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.hm-about-lft {
    width: 47.4%;
    padding: 0 0 50px;
    text-align: center;
    position: relative;
    z-index: 0;
}
.hm-about-rgt {
    width: 46.2%;
    padding: 10px 28px 0 0;
}  
.hm-about-lft-img {
    outline: 3px solid #d5a3a3;
    outline-offset: 5px;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    width: 78.8%;
    margin: auto;
}
.hm-about-lft-img img {
    width: 100%;
    display: block;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
}
.hm-about-lft::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40.9%;
    background-image: url(images/about-lft-aftr-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}
.hm-about-rgt h3 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 57px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #501748;
    padding-left: 30px;
    margin: 0 0 30px;
    position: relative;
}
.hm-about-rgt h3::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 92.6%;
    background-color: #d5a3a3;
    left: 0;
    top: 10px;
}
.hm-about-rgt h3 strong{
    font-weight: 600;
    color: #d5a3a3;
}
.hm-about-rgt p {
    font-family: 'Source Serif 4';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #433e42;
    margin: 0 0 35px;
}
.hm-prct-awrd-blck {
    padding: 0 0 136px;
    background-image: url(images/practice-areas-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.hm-prct-sec {
    position: relative;
    padding: 133px 0 91px;
    z-index: 0;
}
.hm-prct-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgba(201,228,219,0) 0%, rgb(80,23,72) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(201,228,219,0) 0%, rgb(80,23,72) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(201,228,219,0) 0%, rgb(80,23,72) 100%);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 20%;
    border-radius: 480px 480px 0 0;
    pointer-events: none;
    z-index: -1;
}
.hm-prct-sec .container{
    max-width: 1300px;
    width: 100%;
    margin: auto;
}
.hm-prct-blck h2.text-heading {
    margin: 0 0 15px;
}
.hm-prct-blck h4 {
    font-family: 'Source Serif 4';
    font-weight: 400;
    font-size: 57px;
    line-height: 1;
    letter-spacing: 0;
    color: #501748;
    text-align: center;
    margin: 0 0 50px;
}
.hm-prct-lst {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 0 55px;
}
.hm-prct-itm {
    padding: 15px;
    background-color: #ffffff;
    border: 2px solid #501748;
    border-radius: 138px;
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    align-items: center;
    width: 48.9%;
	position:relative;
}

.hm-prct-itm:hover {
    border-color: #f5c45b;
}

.hm-prct-itm-img {
    background-color: #501748;
    border-radius: 100%;
    width: 42.6%;
}
.hm-prct-itm-img img{
    width: 100%;
    display: block;
}
.hm-prct-itm-cnt h3 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 57px;
    line-height: 1;
    letter-spacing: 0;
    color: #433e42;
    margin: 0;
}
.hm-prct-itm-cnt {
    width: 43%;
}
.hm-prct-btn {
    text-align: center;
}
/* Awards Section */
.hm-awards-blck {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-awards-lft {
    padding-left: 30px;
    width: 37%;
}
.hm-awards-rgt {
    display: flex;
    justify-content: space-between;
    width: 57.4%;
}
.hm-awards-itm {
    width: 100%;
}
.hm-awards-lft h2 {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 54px;
    line-height: 1.16;
    letter-spacing: 0;
    color: #501748;
    margin: 0;
    padding: 33px 0 32px 70px;
    position: relative;
}
.hm-awards-lft h2 strong{
    font-weight: 600;
    color: #d5a3a3;
}
.hm-awards-lft h2::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    border: 1px solid #501748;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 95px 0 0 95px;
    clip-path: polygon(0 0, 89% 0%, 69% 100%, 0% 100%);
    pointer-events: none;
}
.hm-awards-lft h2::before {
    position: absolute;
    content: "";
    width: 85px;
    height: 85px;
    background-image: url(images/awards-tle-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}

.hvr a{
	font-size:0;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:inline-block;
}


/*Hm Attorney Section*/
 
.hm-attorney-section {
    padding: 0 25px;
    background-image: url(images/hmattrny-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.hm-attrny-cnct {padding: 50px 0 0; background-image: url(images/attorney-bg-img.jpeg); background-repeat: no-repeat; background-position: center; background-size: cover; border: 3px solid #501748; border-radius: 30px; } 
.attrny-blk {display: flex; justify-content: space-between; } 
.attrny-lft {width: 64%; padding: 90px 120px 0; text-align: center; position: relative; z-index: 0; margin: 50px 0 0; } 
.attrny-lft:before{position: absolute;content: "";background: linear-gradient(to bottom, #ffffff -45%, rgba(255, 255, 255, 0) 65%);width: 100%;height: 100%;top: 0;left: 0;margin: auto;z-index: -1;border-radius: 150px 150px 0px 0;} 
.attrny-lft h2{font-family: 'Golos Text'; font-weight: 700; font-size: 118px; color: #fff; line-height: 0.9; letter-spacing: -3.5px; text-transform: uppercase; margin: 0 0 20px; } 
.attrny-lft h2 strong{font-weight: 700; font-size: 128px; color: #501748; } 
.attrny-lft p{font-family: 'Source Serif 4'; font-weight: 400; font-size: 30px; line-height: 1.4; letter-spacing: -0.3px; margin: 0 0 35px; color: #01151d; } 
.attrny-rite {width: 40.8%; margin: 0 0 0 -75px; z-index: 1; } 
.attrny-img img{width: 100%; display: block; }
 
/*Hm Testimonials*/
 
.hm-testimonials {padding: 125px 0 105px;background-image: url(images/testimonials-bg-img.webp);background-repeat: no-repeat;background-position: center;background-size: cover;} 
.hm-testimonials .text-heading{margin: 0 0 20px; } 
.hm-testimonials h4{font-family: 'Source Serif 4';font-weight: 400;font-size: 57px;color: #501748;line-height: 1;letter-spacing: 0;margin: 0 0 70px;text-align: center;} 
.testi-item {background-color: #fff;border: 2px solid #d5a3a3;border-radius: 20px;padding: 95px 50px 64px;position: relative;width: 100%;}
.testi-item:before{position: absolute;content: "";background-image: url(images/hm-sprites.webp);background-repeat: no-repeat;background-position: -85px -50px;width: 39px;height: 30px;top: 8%;left: 11%;margin: auto;} 
.testi-blk {margin: 0 0 45px; } 
.hm-testimonials .star-rat{background-image: url(images/hm-sprites.webp);background-position: -356px -94px;width: 127px;height: 22px;margin: 0 0 15px;} 
.testi-item p{font-family: 'Source Serif 4'; font-weight: 400; font-size: 20px; color: #013042; line-height: 1.65; letter-spacing: 0; margin: 0 0 20px; } 
.testi-item h5{font-family: 'Golos Text';font-weight: 600;font-size: 25px;color: #501748;line-height: 1;letter-spacing: 0;position: absolute;bottom: 40px;left: 50px;margin: auto;} 
.hmtesti-btn{text-align: center; } 
.hmtesti-btn a.cmn-btn{padding: 27px 110px 27px 60px;z-index:1; } 
.hm-testimonials .testi-blk.owl-carousel .owl-nav.disabled{display: flex; } 
.hm-testimonials .testi-blk.owl-carousel .owl-nav {display: flex; width: 48%; margin: auto; position: absolute; font-size: 0; justify-content: space-between; left: 0; right: 0; bottom: -22%; }
.hm-testimonials .testi-blk.owl-carousel .owl-nav button{background-image: url(images/hm-sprites.webp); width: 70px; height: 40px; background-position: -189px -94px; } 
.hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-next {background-position: -274px -94px; } 
.hm-testimonials .testi-blk.owl-carousel .owl-nav button:hover{background-position: -189px -142px; transition: 0.5s; } 
.hm-testimonials .testi-blk.owl-carousel .owl-nav button.owl-next:hover{background-position: -274px -142px; }
.hm-testimonials .owl-stage,.hm-testimonials .owl-item {display: flex; }
.hm-testimonials .owl-stage-outer {padding: 0 0 0 2px; }
 
 
/*Hm Legal Section*/
 
.hm-legal-section {padding: 0 0 95px;position: relative;background-image: url(images/hmpattern-bg.webp);background-repeat: repeat;}
.hm-legal-section:before{position: absolute; content: ""; background: linear-gradient(to bottom,  rgba(80,23,72,0.7) 0%,rgba(80,23,72,0.6) 20%,rgba(80,23,72,0.16) 73%,rgba(80,23,72,0.05) 89%,rgba(80,23,72,0) 100%); border-radius: 480px 480px 0px 0; width: 100%; height:46%; left: 0; right: 0; bottom: 0; margin: auto;display: block;} 
.legal-cnct{text-align: center; margin: -240px 0 0; position: relative; z-index: 1; }
.legal-cnct .text-heading{ color: #fff; letter-spacing: -2.7px; text-transform: uppercase; margin: 0 0 10px; } 
.legal-cnct .text-heading strong{color: #501748; font-weight: 700; font-size: 128px; } 
.legal-cnct p{font-family: 'Source Serif 4'; font-weight: 500; font-size: 30px; color: #1c191b; line-height: 1.5; letter-spacing: 0; margin: 0 0 45px; } 
.legal-btns-lst{display: flex; gap: 45px; justify-content: center; } 
.call-btn{position: relative; padding: 0 0 0 80px; } 
.call-btn h5{font-family: 'Source Serif 4'; font-weight: 400; font-size: 24px; color: #222222; line-height: 1; letter-spacing: 4.3px; margin: 0; text-transform: uppercase; text-align: left; } 
.call-btn h5 a{font-family: 'Golos Text'; font-weight: 700; font-size: 57px; color: #501748; line-height: 1; letter-spacing: -0.57px; display: block; margin: -3px 0 0; } 
.call-btn h5 a:hover{color: #f5c45b; } 
.call-btn h5 a:before{position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -8px -195px; width: 60px; height: 60px; top: 0; left: 0; bottom: 0; margin: auto; }
 

/*Tabs Section*/
.tabs-section {
    padding: 120px 0;
    background-color: #f1e1e1;
}


.tab-btn.active {
    font-weight: bold;
    color: #333;
    display: inline;
}
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
}
.tab-buttons {
    margin: 0 0 20px;
}


/*Faq Section*/
.accordion-section{
    padding: 120px 0;
    background-color: #eee;
}
.accordion-item h3 {
    background: #ddd;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}
.accordion-item p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    text-align: left;
}
.accordion-item h3.active {
    background: #ccc;
}
.accordion-item h3.active + .accordion-item p {
    max-height: 200px;
}


/*Map Section*/
 
.map-sec {
    position: relative;
}
.map-sec .container {
    max-width: 100%;
}
.map-blk iframe {
    display: block;
}
.map-logo {
    width: 14.1%;
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    margin: auto;
}
.map-logo img {
    width: 100%;
    display: block;
}
 


/*footer form*/
.hm-form .gfield label {
    display: none;
}
.hm-form-sec .container{
    width: 100%;
    max-width: 100%;
}
.bnr-rit-cnt.footer {
    text-align: left;
    position: absolute;
    transform: rotate(269deg);
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 140px;
    pointer-events: none;
    right: auto;
    letter-spacing: 2.8px;
}
.hm-form-sec {
    position: relative;
    width: 86.7%;
    margin: 0 auto;
}
.hm-form-sec .text-heading {
    font-family: 'Golos Text';
    font-weight: 600;
    font-size: 90px;
    line-height: 1;
    letter-spacing: -1.8px;
    color: #ffffff;
    margin: 0 0 22px;
    text-transform: capitalize;
}
.hm-form-sec p {
    font-family: 'Source Serif 4';
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin: 0 0 44px;
    letter-spacing: -0.3px;
    text-align: center;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn{
    text-align: center;
}
.ftr-form-blk {
    background-image: url(images/form-bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100px;
    padding: 68px 0 65px;
    overflow: hidden;
    margin: -175px 0 0;
    position: relative;
}
 
.gchoice.gchoice_5_9_1 label {
    display: block;
}
fieldset#field_5_9{
    border: none;
    padding: 0;
    margin: -10px 0 0;
}
 
.hm-form input::placeholder {
    color: #252324;
}
.hm-form input:-ms-input-placeholder {
    color: #252324;
}
.hm-form input::-ms-input-placeholder {
    color: #252324;
}
.hm-form textarea::placeholder {
    color: #252324;
}
.hm-form textarea:-ms-input-placeholder {
    color: #252324;
}
.hm-form textarea::-ms-input-placeholder {
    color: #252324;
}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea{
    margin: 0px;
    width: 100% !important;
    color: #252324;
    outline: 0px;
    position: relative;
    border-radius: 10px;
    font-family: 'Source Serif 4';
    font-weight: 400;
    background: #fff;
    line-height: 1.1 !important;
    font-size: 20px !important;
    letter-spacing: -0.2px;
    padding: 26px 15px 24px 36px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border: 0;
}
.hm-form .gfield {
    position: relative !important;
    width: 100%;
}
.hm-form .gfield.phn, .hm-form .gfield.emil, .hm-form .gfield.fnm {
    width: 31.9% !important;
}
.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 25px !important;
    justify-content: space-between;
    align-items:center;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 204px !important;
    resize: none;
    margin: 0 0 15px;
    min-block-size: 0px !important;
}
.hm-form .gfield.msg {
    width: 100% !important;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    width: 100%;
}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 20px;
    font-family: 'Source Serif 4';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px;
    margin: 0;
    text-align: left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #f5c45b;
}
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-align: left;
    margin: 0 0 0px !important;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form .gfield_description.instruction.validation_message {
    top: 12px;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 2px 13px 0px 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: right;
    margin: -66px 0 0 auto;
    position: relative;
    width: max-content;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #f5c45b !important;
    outline: none !important;
    border: 0px none !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Golos Text' !important;
    font-weight: 600;
    width: auto !important;
    color: #000000 !important;
    font-size: 20px !important;
    padding: 28px 92px 26px 48px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    border-radius: 50px;
    background-image: url(images/form-sbmt-btn-img.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right 6px;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #864a7d !important;
    color: #fff !important;
}
.hm-form .gform_validation_errors{
    display: none !important;
}
.popup {
    position: relative;
    display: inline-block;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 
.popup .popuptext {
    top: 15px;
    visibility: hidden;
    color: #000;
    position: relative !important;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Source Serif 4';
    font-weight: 400;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 15px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
    z-index: 12;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
    pointer-events: auto;
}
div#popup-container {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
    text-align: left;
}
.gform_button.disabled {
    pointer-events: none;
}
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {
    margin: 0;
}
.gfield--type-honeypot {
    display: none;
}
 
/*ERRROR*/
.hm-form .gfield_description{
    margin: 0px !important
}
.hm-form .gfield_description.validation_message {
    position: absolute;
    bottom: 13px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Source Serif 4';
    color: #932008;
    margin: 0;
    pointer-events: none;
}
 
.hm-form .chk .gfield_description.validation_message {
    bottom: 0 !important;
    right: auto !important;
    left: 21px;
    top: 23px;
}
 
/*.ftr-frm-sctn ends*/
 


/*Footer block*/
.ftr-block-sec {
    background-image: url(images/footer-bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    border-top: 6px solid #c3a7a1;
}
 
.ftr-cnt-blk .container {
    max-width: 1300px;
}
 
#footer-navigation ul {
    margin: 0;
    font-size: 0;
    text-align: center;
    padding: 48px 0 46px;
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0 31px;
    position: relative;
    margin: 0;
    border-right: 2px solid #013042;
}
#footer-navigation ul li:first-child {padding-left: 0;}
#footer-navigation ul li:last-child {padding-right: 0;border-right: 0;}
#footer-navigation ul li a {
    font-size: 20px;
    letter-spacing: -0.2px;
    color: #013042;
    padding: 0;
    min-width: inherit;
    font-family: 'Golos Text';
    font-weight: 600;
    border: 0;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#501748;
}
 
.ftr-block-list {
    display: flex;
    justify-content: space-evenly;
    padding: 37px 0;
    border-top: 1px solid #433e42;
    border-bottom: 1px solid #433e42;
}
.ftr-itm.ftr-logo {
    width: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #433e42;
    border-left: 1px solid #433e42;
    order: 2;
}
.ftr-itm {
    width: 26.6%;
    text-align: center;
}
.ftr-itm.loc {
    order: 1;
}
.ftr-itm.cnct {
    order: 3;
}
.ftr-itm h4 {
    font-family: 'Golos Text';
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #433e42;
    margin: 0 0 10px;
    padding: 107px 0 0;
    position: relative;
    text-transform: uppercase;
}

.ftr-itm.cnct h4{margin: 0;}

.ftr-itm h4:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background-image: url(images/ftr-location-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.ftr-itm.cnct h4:before {background-image: url(images/ftr-call-icn.webp);}
.ftr-itm p {
    font-family: 'Source Serif 4';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.2px;
    color: #433e42;
    margin: 0;
}
.ftr-itm.cnct p a {
    font-size: 45px;
    font-family: 'Golos Text';
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.45px;
    color: #501748;
    margin: 0;
    display: inline-block;
}
.ftr-itm.cnct p a:hover {
    color: #864a7d;
}
 
.ftr-itm p.directions a {
    color: #931917;
    text-transform: uppercase;
    margin: 6px 0 0;
    display: inline-block;
}

.social-icns {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 24px 0 0;
}
.social-icns a {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 0;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -308px -201px;
}
.social-icns a.twitter {
    background-position: -341px -201px;
}
.social-icns a:hover {
    background-position: -308px -238px;
}
.social-icns a.twitter:hover {
    background-position: -341px -238px;
}
 
/*Copy Rights Section*/
.ftr-copyrights-sec {
    padding: 38px 0px;
    text-align: center;
}
.ftr-copyrights-sec p {
    margin: 0;
    font-family: 'Source Serif 4';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #433e42;
}
.ftr-copyrights-sec p a:hover {
    color: #874a7c;
}
 


/*inner page styles*/


.disclaimer-trigger {
    cursor:pointer
}
#disclaimer-container {
    display: none;
    position: relative;
    margin-top: 10px;
}
#disclaimer-container.show {
    display: block;
}
.disclaimer-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}

/*.sidebar_posts, .sidebar_search, .sidebar_categories, .sidebar_archives, .sidebar_reviews { margin-bottom: 30px;}*/
.blocks {
    padding:80px 0;
}
.footer-col {
    width:32%
}
.map-col {
    width:48%
}
.copyright {
    text-align: center;
}
.screen-reader-text {
    display: none !important;
}



.widget.widget_fact_checked .fact_checked_inner {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
    align-items: flex-start;
}
.widget.widget_fact_checked .fact_checked_inner .checked_by {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
}
/* .widget.widget_fact_checked p { margin-bottom: 0px;  display: flex; align-items: center;} */
.widget.widget_fact_checked p {
    margin-bottom: 0px;
}
.widget.widget_fact_checked p.mod_date span {
    margin-left: 10px;
}
.widget.widget_fact_checked p.widget-names {
    margin-left: 10px;
}
.widget.widget_fact_checked p.widget-names a {
    text-decoration: underline !important;
}

.widget.widget_team_bios .member_bios {
    padding: 20px 20px 0;
    text-align: center;
    margin-bottom:0px;
    color: #000;
}
.widget.widget_team_bios .member_bios .bio_pic {
    margin-bottom: 15px;
}
.widget.widget_team_bios .member_bios .bio_name p a{
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
}

.widget-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0; /* remove extra spacing */
}

.widget-description.active {
    max-height: 500px; /* adjust as needed */
    margin-top: 10px;
}
.widget-names {
    cursor: pointer;
    font-weight: bold;
}
.fact-checked-sec {
    background-color: #f7f7f9;
    padding: 30px 0px;
}
.checked_by{
    font-size: 20px;
    line-height: 1.2;
}
p.mod_date {
    font-size: 20px;
    width: 24%;
}
.checked-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.checked-left p.widget-names::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(images/drop-down-arrow.webp);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.checked-left p.widget-names.nameactive::before{
    transform: rotate(180deg);
}
.checked-right {
    width: 100%;
}
section.widget.csae-res {
    background-color: #931917;
    padding: 20px 28px 30px;
    margin-bottom: 20px;
    text-align: center;
}
section.widget.csae-res .sdbr-case-item h4 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
    color: #ffff;
}
section.widget.csae-res .sdbr-case-item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
}

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:25px;
    margin: 20px 0 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button {
    width: 70px;
    height: 40px;
    background-color:transparent;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    font-size: 0;
    transform: scale(0.9);
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev {
   background-position: -189px -142px;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next {
   background-position: -274px -142px;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev:hover {
   background-position: -189px -94px;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next:hover {
   background-position: -274px -94px;
}

section.widget.widget_recent_entries {
    background-color: #b7b2b2;
    padding: 20px;
    margin-bottom: 20px;
}
.readMorebtn a{
    display: inline-block;
    padding: 16px 50px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
}
.widget_recent_entries ul li{
    margin-bottom: 10px;
}

section.widget.widget_team_bios{
    background-color: #fff4f4;
    padding:20px 20px 30px;
    margin-bottom: 20px;
    text-align: center;
}
#page-column section.widget.csae-res, 
#page-column section.widget.widget_team_bios, 
#page-column  section.widget.testi, 
#page-column section.widget.widget_recent_entries {
    margin: 35px 0;
}
#page-column section.widget.widget_recent_entries {
    padding-bottom: 30px;
}
#page-column section.widget.widget_recent_entries h4.widget-title {
    text-align: center;
}
#page-column section.widget.widget_recent_entries ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}
#page-column section.widget.widget_recent_entries ul li {
    width: 48%;
    position: relative;
    background-color: #ffffff80;
    padding: 18px 15px 58px;
    margin: 0;
}
#page-column section.widget.widget_recent_entries ul li a {
    font-size: 22px;
    margin: 0 0 15px;
    display: inline-block;
    line-height: 1.1;
}
#page-column section.widget.widget_recent_entries ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 15px;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn {
    position: absolute;
    bottom: 18px;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn {
    margin: 0;
    font-size: 15px;
    padding: 14px 20px 12px;
    line-height: 1;
}
#page-column section.widget.widget_team_member h4.widget-title {
    text-align: center;
}
#page-column section.widget.widget_team_member .team-inner-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
#page-column section.widget.widget_team_member .team_member_item {
    width: 40%;
    text-align: center;
    padding:20px;
    background-color: #dbd9d9;
    position: relative;
}
#page-column section.widget.widget_team_member .team_member_pic {
    margin: 0 0 20px;
}
#page-column section.widget.widget_team_member .team_member_pic img {
    width: 100%;
    display: block;
}
#page-column section.widget.widget_team_member .team_member_name p {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px;
}
#page-column section.widget.widget_team_member .team_member_summary p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
}
.floatleft {
    width: 100%;
    max-width: 320px;
    float: left;
    margin: 0px 3% 2% 0px;
    padding: 8px;
    border: 2px solid #d5a3a3;
}
.floatleft img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
