/*
 Theme Name:   Steven J. Moore, LLC
 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
*/

@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/jost-v20-latin-300.woff2') format('woff2'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: italic;
  font-weight: 300;
  src: url('./fonts/jost-v20-latin-300italic.woff2') format('woff2'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/jost-v20-latin-regular.woff2') format('woff2'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/jost-v20-latin-500.woff2') format('woff2'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/jost-v20-latin-600.woff2') format('woff2'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/jost-v20-latin-700.woff2') format('woff2'); 
}
 
 
@font-face {
  font-display: swap; 
  font-family: 'Big Shoulders';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/big-shoulders-v4-latin-regular.woff2') format('woff2'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Big Shoulders';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/big-shoulders-v4-latin-500.woff2') format('woff2'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Big Shoulders';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/big-shoulders-v4-latin-600.woff2') format('woff2'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Big Shoulders';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/big-shoulders-v4-latin-700.woff2') format('woff2'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Big Shoulders';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/big-shoulders-v4-latin-800.woff2') format('woff2'); 
}
 
@font-face {
  font-display: swap; 
  font-family: 'Big Shoulders';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/big-shoulders-v4-latin-900.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: 'Jost';
    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: 'Big Shoulders';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Jost';
    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:focus{
    color: #b69a50;
}
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;
}

/*Header Sticky Menu*/



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

.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: 'Jost';
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

.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: max-content;
    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: 0;

    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: #152d7d;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
    border-right: 2px solid #ceaf59;
}

#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;
    float: none;
    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: 'Jost';
}

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

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #152d7d;
    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: 'Jost';
}

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

.mobinav a:hover, .mobinav li.current-menu-item a {
    background: -webkit-radial-gradient(circle, #ffde8a 0%, #d49d43 100%, #d49d43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

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

.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    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;
}


.site-header .container {
    max-width: 1700px;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: self-start;
}

.top-rite {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    margin: 0 0 30px;
}
.top-req{
    font-family: 'Jost';
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
}
.top-cal a{
    font-family: 'Big Shoulders';
    font-weight: 800;
    font-size: 27px;
    color: #0e1a32;
    line-height: 1;
    padding: 13px 32px 13px 60px;
    background: linear-gradient(to left, #d59e44 0%, #fbd984 50%, #d59f46 100%);
    display: inline-block;
    border-radius: 50px;
    letter-spacing: 0;
    margin: 0;
    position: relative;
}
.top-cal a:hover{
    background-image: none;
    background: linear-gradient(to left, #fbd984 0%, #d59e44 50%, #fbd984 100%);
}
.top-cal a:after{
        content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 33px;
    background: linear-gradient(to top, #cda33d 0%, #f9f99b 50%, #cda33d 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.top-cal a:before{
   position: absolute;
   content: "";
   background-image: url(images/top-cal-before-icon.webp);
   background-repeat: no-repeat;
   background-position: left center;
   width: 22px;
   height: 22px;
   top: 0;
   bottom: 0;
   left: 25px;
   margin: auto;
}
.logo-rite {
    padding-right: 5.8%;
}

#main-navigation ul{
    margin:0
}
#main-navigation ul li{
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 45px;
}

#main-navigation ul li:first-child{
    margin-left:0
}
#main-navigation ul li:last-child{
    margin-right:0
}
#main-navigation ul li a{
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 0 8px;
    display: inline-block;
    margin: 0;
    border-bottom: 2px solid transparent;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #ceaf59;
    border-bottom-color: #ecdb79;
}


#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#d59f46;
    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.current-menu-item > a{
    background-color: #fff;
    color: #0e1a32;
}
#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: #fff;
    color: #0e1a32;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding: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 {
    background-color: transparent;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 25px 0 15px;
    position: absolute;
    z-index: 999;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #152d7d;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    border-bottom: 2px solid #d0a33d;
}
.site-header.is-sticky .site-branding {
    width: 240px;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.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;
}
.col-loop {
    font-size: 20px;
    margin: 0 0 10px;
}
.col-full {
    text-align: center;
}
.col-left h1{
    font-size: 50px;
    margin: 0 0 20px;
}



a.cmn-btn { font-family: 'Jost'; font-weight: 600; font-size: 20px; line-height: 1; letter-spacing: 0; display: inline-block; padding: 23px 43px; color: #02102b; background: linear-gradient(to left, #d59e44 0%, #fbd984 50%, #d59f46 100%); border-radius: 33px; text-transform: uppercase; position: relative; z-index: 1; }
a.cmn-btn::before{ content: ""; position: absolute; inset: 0; padding: 2px; border-radius: 33px; background: linear-gradient( to top, #cda33d 0%, #f9f99b 50%, #cda33d 100% ); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
a.cmn-btn:hover { background: linear-gradient(to left, #fbd984 0%, #d59e44 50%, #fbd984 100%); }
 
.text-heading { font-family: 'Big Shoulders'; font-weight: 600; font-size: 75px; line-height: 1.2; margin: 0 0 35px; text-align: center; color: #fff;letter-spacing:0; }
.text-heading strong { display: block; background: linear-gradient(to left, #d59e44 0%, #fbda86 50%, #d49e44 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 600;}


/*Banner section*/
.hm-banner-section{padding: 250px 0 0; background-image: url(images/banner-bg-image.webp); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; position: relative; z-index: 1; } 
.hm-banner-section:before{position: absolute; content: ""; background-image: url(images/banner-v-shape-img.webp); background-repeat: no-repeat;background-size: contain; background-position: left bottom; width: 45.6%; height: 62%; bottom: 0; left: 0; margin: auto; z-index: -1; } 
.banner-cnt-blk {display: flex; justify-content: flex-start; gap: 6.3%; align-items: flex-start; } 
.banner-lft {width: 35.4%; } 
.banner-attny-img {margin: 0 0 0 -20px; }
.banner-attny-img img{width: 100%; display: block; } 
.banner-rite {width: 51%; padding: 90px 0 0; display: flex; } 
.bnr-cnct h1{font-family: 'Big Shoulders'; font-weight: 500; font-size: 59px; color: #ffffff; line-height: 1.2; letter-spacing: 6.6px; margin: 0 0 30px; } 
.bnr-cnct h1 strong{font-weight: 700; font-size: 170px; line-height: 1; background: -webkit-radial-gradient(circle, #ffde8a 0%, #d49d43 100%, #d49d43 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: uppercase; letter-spacing: 0; display: block; max-width: max-content; border-bottom: 3px solid #d0a33d; position: relative; } 
.bnr-cnst{font-family: 'Jost'; font-weight: 300; font-size: 25px; font-style: italic; color: #ffffff; line-height: 1.6; letter-spacing: 0; margin: 0 0 40px; position: relative; max-width: max-content; } 
.bnr-cnst:before{position: absolute; content: ""; background-color: rgb(255, 255, 255, 0.4); width: 40%; height: 1px; bottom: 15px; right: 0; margin: auto; } 
.bnr-ply-icon {max-width: max-content; max-height: max-content; margin: auto 0 9%; width: 14.8%; } 
.bnr-ply-icon img{width: 100%; display: block; }


/* Home Personal Injury Section */
 
.hm-Prnl-inry-sec { background-image: url(images/hm-personal-inj-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 110px 0 75px; }
.hm-prnl-inry-list { display: flex; justify-content: space-between; background: #ffffff; padding: 70px 0 0 80px; align-items: flex-end; position: relative; z-index: 1; background-image: url(images/prnl-inry-sec-pattren.webp); background-repeat: repeat; background-size: contain; }
.hm-prnl-inry-list::before { position: absolute; content: ""; background-image: -webkit-linear-gradient( 90deg, rgb(232,219,204) 0%, rgba(232,219,204,0) 100%); width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; }
.hm-prnl-inry-list::after { position: absolute; content: ""; background-image: url(images/personal-injury-bg-img.webp); background-position: right; background-repeat: no-repeat; background-size: cover; width: 20%; height: 100%; right: 0; top: 0px; margin: auto; z-index: -1; }
.hm-prnl-inry-lft h3{ font-family: 'Big Shoulders'; font-weight: 600; font-size: 68px; line-height: 1.1; letter-spacing: 0; color: #0e1a32; margin: 0 0 40px; }
.hm-prnl-inry-lft { width: 56.7%; padding: 0 0 70px 0; }
.hm-prnl-inry-rgt { width: 44.54%; }
.hm-prnl-inry-img img { display: block; width: 100%; }
.hm-prnl-inry-blk{ padding: 0 30px; position: relative; }
.hm-prnl-inry-blk::after{ position: absolute; content: ""; background-image:url(images/personal-injury-bfr-img.webp) ; background-position: left; background-repeat: no-repeat; background-size: contain; width: 118px; height: 116px; left: 0; top: 0; bottom: 0; margin: auto; }
.hm-prnl-inry-img { margin: 0 0 0 -104px; }
.hm-prnl-inry-cnt p { font-family: 'Jost'; font-weight: 400; font-size: 20px; line-height: 1.8; letter-spacing: 0; color: #0e1a32; margin: 0 0 35px; }
.hm-prnl-inry-img { margin: 0 -30px -80px -106px; position: relative; }
.hm-prnl-inry-img::after { position: absolute; content: ""; background-image: url(images/personal-injury-atr-img.webp); background-position: center; background-repeat: no-repeat; background-size: contain; width: 39px; height: 81px; top: 0; left: 170px; }
.hm-prnl-inry-cnt { padding: 0 0 0 43px; border-left: 2px solid #0e1a32; }
.hm-prnl-inry-btn-list{ display: flex; justify-content: flex-start; gap: 40px; align-items: center; }
.hm-prnl-inry-call-btn p{ font-family: 'Jost'; font-weight: 500; font-size: 18px; line-height: 1.1; letter-spacing: 2.52px; color: #0e1a32; text-transform: uppercase; display: block; margin: 0 !important; }
.hm-prnl-inry-call-btn a { font-family: 'Big Shoulders'; font-weight: 900; font-size: 30px; line-height: 1.1; letter-spacing: 0; color: #0e1a32; display: block; padding: 0 0 0 35px; position: relative; }
.hm-prnl-inry-call-btn a::before{ position: absolute; content: ""; background-image: url(images/prnl-inry-call-img.webp); background-position: left center; background-repeat: no-repeat; background-size: contain; width: 22px; height: 22px; left: 0; top: 0; bottom: 0; margin: auto; }
.hm-prnl-inry-call-btn a:hover{ color: #d59f44; }
 
/* Home practice area section */
 
.hm-practice-areas-sec { padding: 85px 0 50px; }
.hm-practice-areas-sec .container{ width: 100%; max-width: 1280px; margin:auto;  }
.hm-practice-list { display: flex; justify-content: center; margin: 0 0 55px; gap: 3.1%; }
.hm-practice-name h4 { font-family: 'Jost'; font-size: 40px;line-height: 1; font-weight: 300; text-transform: uppercase; color: #fff; margin: 0; }
.hm-practice-name h4 strong{ font-weight: 500; }
.hm-practice-item:hover .hm-practice-name h4{background: linear-gradient(to top, #d5aa49 0%, #ffff9f 50%, #d5aa49 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hm-practice-item { width: 48.5%; position: relative; border: 2px solid transparent; }
.hm-practice-item:hover { border-image: linear-gradient(-200deg, #9d6b24 0%, #f2e280 35%, #a17129 65%, #f2e280 100%) 1; border-width: 2px; border-style: solid; }
.hm-practice-item::before{ position: absolute; content: ""; background-image: -webkit-linear-gradient( 90deg, rgb(14,26,50) 0%, rgba(14,26,50,0) 75%); width: 100%; height: 100%; left: 0; right: 0; bottom: 0; margin: auto; }
.hm-practice-name { position: absolute; left: 0; bottom: 40px; padding: 0 100px 0 40px; width:100%; }
.hm-practice-item::after { position: absolute; content: ""; background-image: url(images/practice-itm-aft-img.webp); background-repeat: no-repeat; background-size: contain; width: 45px; height: 45px; right: 45px; bottom: 40px; margin: auto; }
.hm-practice-itm-img  img{ width: 100%; display: block; }
.hm-practice-name.item-hover a { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 5; font-size: 0; }
.hm-practice-btn { text-align: center; }
.hm-practice-link a { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 5; font-size: 0; display: inline-block; width: 100%; height: 100%; }
.hm-practice-areas-sec .text-heading strong { display: inline-block; }
 
/* Choose Section */
 
.hm-choose-prctc-sec { background-image: url(images/hm-choose-prctc-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; }
.hm-choose-sec { padding: 60px 0; position: relative; }
.hm-choose-sec::before { position: absolute; content: ""; background-image: url(images/hm-choose-sec-bg-shadow.webp); background-repeat: no-repeat; background-position: center center; background-size: contain; width: 53.8%; height: 69.6%; top: 0; bottom: 0; left: 0; right: 0; margin: auto; pointer-events: none; z-index: 0; }
.hm-choose-sec .text-heading{margin: 0 0 65px; }
.hm-choose-lst { display: flex; justify-content: space-between; align-items: center; margin: 0 0 38px; position: relative; }
.hm-choose-lft, .hm-choose-rit { width: 33.1%;padding: 25px 0 0; }
.hm-choose-mid { width: 19%; }
.hm-choose-itm-img img { width: 100%; display: block; }
.hm-choose-mid img{ width: 100%; display: block; }
.hm-choose-itm { display: flex; align-items: center; gap: 18px; margin: 0 0 30px; }
.hm-choose-itm:last-child { margin: 0; }
.hm-choose-itm-img { width: 19.8%; background-image: url(images/hm-choos-itm-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; }
.hm-choose-itm-cnt h4 { font-family: 'Jost'; font-weight: 300; font-size: 30px; color: #fff; line-height: 1.3; margin: 0; }
.hm-choose-rit .hm-choose-itm { flex-direction: row-reverse; }
.hm-choose-rit .hm-choose-itm .hm-choose-itm-cnt h4 { text-align: right; }
.hm-choose-itm:hover .hm-choose-itm-img{ background-image: url(images/hm-choos-itm-bg-hvr.webp); }
.hm-choose-itm:hover .hm-choose-itm-cnt h4{ background: linear-gradient(to top, #e7ce6d 0%, #ffff9f 50%, #d9b855 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hm-choose-btm-cnt p { font-family: 'Jost'; font-weight: 400; font-size: 20px; line-height: 1.8; color: #ffffff; text-align: center; margin: 0 0 21px; }
.hm-choose-btm-cnt { width: 85.4%; margin: auto; }
.hm-choose-btm-cnt .call-btn p { font-family: 'Jost'; font-weight: 500; font-size: 18px; text-transform: uppercase; color: #ffffff; letter-spacing: 2.52px; line-height: 1; margin: 0; }
.call-btn p a { display: block; font-family: 'Big Shoulders'; font-weight: 900; font-size: 30px; line-height: 1;margin: 0 0 5px; letter-spacing: 0; background: linear-gradient(to top, #d5aa49 0%, #ffff9f 50%, #d5aa49 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 0 0 0 22px; position: relative; }
.call-btn p a::before { position: absolute; content: ""; background-image: url(images/hm-choose-sec-call-img.webp); background-repeat: no-repeat; background-position: center left; background-size: contain; width: 22px; height: 22px; top: 0; bottom: 0; left: 0; margin: auto; }
.hm-choose-btn-lst { display: flex; justify-content: center; gap: 2.8%; align-items: center; }
.call-btn p a:hover{ background: linear-gradient(to top, #ffff9f 0%, #d5aa49 50%, #ffff9f 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
 
/* Hm Attorney Section */
 
.hm-attorney-sec { padding: 120px 0 265px; background-image: url(images/hm-attorney-sec-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; }
.hm-attorney-sec::before {position: absolute; content: ""; background-image: url(images/hm-attorney-left-shap.webp); background-repeat: no-repeat; background-size: contain; background-position: left; width: 10%; height: 17.6%; margin: auto; left: 0; bottom: 35%; }
.hm-attorney-sec::after {position: absolute; content: ""; background-image: url(images/hm-attorney-rit-shap.webp); background-repeat: no-repeat; background-size: contain; background-position: right; width: 7.53%; height: 13%; margin: auto; right: 0; top: 15%; }
.hm-attorney-cnt { position: relative; z-index: 1;}
.hm-attorney-cnt::before { position: absolute; content: ""; z-index: -1; background-image: url(images/hm-attorney-rit-bfore.webp); background-repeat: no-repeat; background-size: contain; width: 32.13%; height: 884px; left: 0; opacity: 13%; bottom: -20px; margin: auto; }
.hm-attorny-lst { display: flex; justify-content: flex-end; padding: 0px 2.4% 0 0; gap: 5.4%; align-items: center; }
.hm-attorney-sec .container { width: 100%; max-width: 1700px; }
.hm-attorny-lft { width: 35%; }
.hm-attorny-img { width: 31.4%; position: relative; z-index: 1; }
.hm-attorny-img:before { position: absolute; content: ""; background-image: url(images/hm-attorney-image-bg.webp); background-repeat: no-repeat; background-position: top center; background-size: contain; width: 56.1%; height: 90.6%; top: -17%; left: 0; right: 0; margin: auto; pointer-events: none; z-index: -1; }
.hm-attorny-rit { width: 10.3%; position: relative; z-index: 1; padding: 7.9% 0; }
.hm-attorny-lft h2 { font-family: 'Big Shoulders'; font-weight: 600; font-size: 145px; line-height: 1; margin: 0 0 20px; background: linear-gradient(to left, #d59e44 0%, #fbda86 50%, #d49e44 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: uppercase; }
.hm-attorny-lft p { font-family: 'Jost'; font-weight: 400; font-size: 20px; line-height: 1.8; color: #ffffff; margin: 0 0 40px; }
.hm-attorny-img img { width: 100%; display: block; }
.hm-attorny-rit h5 { font-family: 'Big Shoulders'; font-weight: 900; font-size: 24px; line-height: 1; color: #0e1a32; margin: 0; background-image: url(images/hm-attorny-rit-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 36px 25px 22px; text-transform: uppercase; text-align: center; position: relative; } 
.hm-attorny-rit h5 small { font-size: 100%; text-transform: uppercase; text-align: center; display: block; position: relative; letter-spacing: 3.36px; } 
.hm-attorny-rit h5 small::before, .hm-attorny-rit h5 small::after{ position: absolute; content: ""; background-image: url(images/hm-experienc-star-img.webp); background-repeat: no-repeat; background-position: center; background-size: contain; width: 15px; height: 14px; top: 0; bottom: 0; margin: auto; } 
.hm-attorny-rit h5 small::before{ left: 0; } 
.hm-attorny-rit h5 small::after{ right: 0; } 
.hm-attorny-rit h5 strong { font-family: 'Jost'; font-weight: 700; font-size: 95px; line-height: 0.94; letter-spacing: 0; color: #000000; display: inline-block; } 
.hm-attorny-rit h5 b { font-weight: 600; } 
.hm-attorny-rit h5::before { width: 78%; height: 76%; content: ""; position: absolute; inset: 0; border: 1px solid transparent; background: linear-gradient(to bottom, #000 0%, transparent 80%) border-box; -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; margin: auto; pointer-events: none; } 
.hm-attorny-rit h5::after { position: absolute; content: ""; background-image: url(images/experienc-bg-cercle.webp); background-repeat: no-repeat; background-position: center; background-size: contain; width: 100%; height: calc(100% + 54px); top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: -1; } 
.hm-attorny-rit::before, .hm-attorny-rit::after { position: absolute; content: ""; background-image: url(images/hm-experienc-arow-img.webp); background-repeat: no-repeat; background-position: center; background-size: contain; width: 39px; height: 57px; margin: auto; z-index: -1; left: 0; right: 0; } 
.hm-attorny-rit::before{ top: 0; } 
.hm-attorny-rit::after { bottom: 0; transform: rotate(180deg); } 

/*Home Testimonials Section*/ 
.hm-testimonials { background-color: #000; background-image: url(images/hm-testi-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; margin: -160px 0 0; position: relative; } 
.hm-testimonials .text-heading strong { display: inline-block; }
.hm-testi-list {position: relative; z-index: 2; }
.hm-testimonials .text-heading{ margin: 0 0 40px; } 
.hm-testi-list.owl-carousel .owl-stage{ display: flex; } 
.hm-testi-list.owl-carousel .owl-stage .owl-item{ display: flex; } 
.hm-testimonials .testi-item { width: 100%; padding: 60px 45px 105px; position: relative; background-color: #2b4bb3; } 
.hm-testimonials .testi-item p { font-family: 'Jost'; font-weight: 400; font-size: 20px; line-height: 1.8; margin: 0 0 25px; color: #fff; text-align: center; } 
.star-rat img { width: 100%; display: block; } 
.star-rat { width: 39%; margin: 0 auto 8px; } 
.hm-testimonials .testi-item h5 { font-family: 'Big Shoulders'; font-weight: 700; font-size: 30px; line-height: 1.2; position: absolute; bottom: 75px; left: 0; right: 0; margin: 0 auto; background: linear-gradient(to top, #d2a944 0%, #fefd9d 50%, #d4ae4b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 0 20px; text-align: center; } 
.hm-testi-list .owl-stage .owl-item.center .testi-item { background-color: #213fa2; } 
.testi-item:before { content: ""; position: absolute; inset: 0; padding: 2px; background: linear-gradient(28deg, #7e7e7e 0%, #e9e9e9 60%, #7e7e7e 75%, #7e7e7e 90%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; width: 92%; height: 91.5%; margin: auto; pointer-events: none; } 
.testi-total-item { width: 100%; height: 100%; display: flex; position: relative; } 
.testi-total-item::before, .testi-total-item::after { position: absolute; content: ""; background-image: url(images/hm-testi-questation-icon-hvr.webp); background-repeat: no-repeat; background-size: contain; width: 58px; height: 35px; background-color: #2b4bb3; z-index: 1; } 
.testi-total-item::before { top: 8px; left: 70px; } 
.testi-total-item::after { right: 70px; bottom: 7px; transform: rotate(180deg); } 
.hm-testi-list .owl-stage .owl-item.center .testi-total-item::before, .hm-testi-list .owl-stage .owl-item.center .testi-total-item::after { background-color: #213fa2; } 
.hm-testi-list .owl-stage .owl-item.center .testi-item::before { background: linear-gradient(-10deg, #a17129 0%, #f2e280 25%, #a17129 40%, #f2e280 50%, #a17129 75%, #a17129 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; } 
.hm-testi-list .owl-nav { display: flex !important; justify-content: space-between; align-items: center; margin: 75px auto -42px; width: 33%; } 
.hm-testi-list .owl-nav button { width: 47px; height: 17px; font-size: 0 !important; color: #fff !important; line-height: 1 !important; background-image: url(images/hm-testi-arow.webp)!important; background-repeat: no-repeat!important; background-size: contain!important; background-position: center!important; } 
.hm-testi-list .owl-nav button.owl-next { transform: rotate(180deg); } 
.hm-testi-list .owl-nav button:hover { background-image: url(images/hm-testi-arow-hvr.webp)!important; } 
.hmtesti-btn { text-align: center; }
 

/*Home Consult Section*/

.hm-consult-sec{padding: 360px 0 200px;  z-index: 0; position: relative; } 
.hm-consult-sec:before{position: absolute; content: ""; background: linear-gradient(180deg, #152d7d 41%, transparent 60%); width: 100%; height: 48%; top: 0; left: 0; right: 0; margin: auto; z-index: -1; }
.home .hm-consult-sec:before{display: none;}
.home .hm-consult-sec{margin: -230px 0 0;}
.consult-cnt{text-align: center; position: relative; } 
.consult-cnt:before, .consult-cnt:after{position: absolute; content: ""; background-image: url(images/consult-up-img.webp);background-size: contain; background-repeat: no-repeat; background-position: right center; width: 2.6%; height: 21%; bottom: 0; right: 0; margin: auto; } 
.consult-cnt:after{right: auto; bottom: auto; top: 18%; left: 0; transform: rotate(180deg); } 
.consult-cnt h5{font-family: 'Big Shoulders'; font-weight: 600; font-size: 25px; background: linear-gradient(to top, #d5aa49 0%, #ffff9f 50%, #d5aa49 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; letter-spacing: 10px; margin: 0 0 10px; text-transform: uppercase; } 
.consult-cnt h2{font-weight: 700; font-size: 170px; line-height: 1; background: -webkit-radial-gradient(circle, #ffde8a 0%, #d49d43 100%, #d49d43 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: uppercase; letter-spacing: 0; display: block; max-width: max-content; border-bottom: 3px solid #d0a33d; position: relative; margin: 0 auto 20px; } 
.consult-cnt h4{font-family: 'Big Shoulders'; font-weight: 600; font-size: 43px; color: #ffffff; line-height: 1; letter-spacing: 0px; margin: 0 0 50px; text-align: center; } 
.hm-consult-btn-cnt {display: flex; justify-content: center; gap: 30px; align-items: center; } 
.hm-consult-cnt p{font-family: 'Jost'; font-weight: 500; font-size: 18px; color: #ffffff; line-height: 1; letter-spacing: 2.5px; margin: 0px; text-align: center; text-transform: uppercase; } 
.hm-consult-cnt p a{font-family: 'Big Shoulders'; font-weight: 900; font-size: 30px; background: linear-gradient(to top, #d5aa49 0%, #ffff9f 50%, #d5aa49 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; letter-spacing: 0px; margin: 0px 0 5px; display: inline-block; padding: 0 0 0 30px; position: relative; } 
.hm-consult-cnt p a:hover{background: linear-gradient(to top, #ffff9f 0%, #d5aa49 50%, #ffff9f 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.hm-consult-cnt p a:before{position: absolute; content: ""; background-image: url(images/consult-cal-icon.webp); background-repeat: no-repeat; background-position: center; width: 22px; height: 22px; top: 0; left: 0; bottom: 0; margin: auto; }

/*footer form*/
.hm-form .gfield label {
    display: none;
}
.ftr-block-frm-bg{
    background-image: url(images/footer-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
}

.hm-form-sec {
    padding: 70px 110px 80px;
    position: relative;
    margin: 0px 25px;
    background-image: url(images/ftr-frm-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hm-form-sec:after{
position: absolute;
    content: "";
    background-image: url(images/ftr-polygon-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 8%;
    height: 15%;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.hm-form-sec .text-heading{
    letter-spacing:-1.5px;
    color: #0e1a32;
    margin: 0 0 15px;
        line-height: 1;
}
.hm-form-sec p {
    font-family: 'Jost';
    font-size:18px;
    color:#0e1a32;
    line-height:1;
    margin: 0 0 40px;
    letter-spacing:0px;
    text-align: center;
    font-weight:400;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn {
    text-align: center;
    position: relative;
    z-index: 1;
}
.ftr-form-sctn:before{
    position: absolute;
    content: "";
    background-image: url(images/ftr-liner-line-bef-img.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20.4%;
    height: 45.4%;
    top: -18%;
    right: 0;
    margin: auto;
}
.ftr-form-sctn:after{
   position: absolute;
   content: "";
   background-image: url(images/ftr-liner-line-after-img.webp);
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
    width: 9.8%;
    height: 24.5%;
    bottom: 9%;
   left: 0;
   margin: auto;
       z-index: -1;
}

.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    width: 100%;
    border: none;
    max-width: max-content;
    padding: 0;
}


.hm-form input::placeholder {
    color: #808795;
}
.hm-form input:-ms-input-placeholder {
    color: #808795;
}
.hm-form input::-ms-input-placeholder {
    color: #808795;
}
.hm-form textarea::placeholder {
    color: #808795;
}
.hm-form textarea:-ms-input-placeholder {
    color: #808795;
}
.hm-form textarea::-ms-input-placeholder {
    color: #808795;
}

.hm-form input:focus::placeholder {
    color: #02102b;
}
.hm-form input:focus:-ms-input-placeholder {
    color: #02102b;
}
.hm-form input:focus::-ms-input-placeholder {
    color: #02102b;
}
.hm-form textarea:focus::placeholder {
    color: #02102b;
}
.hm-form textarea:focus:-ms-input-placeholder {
    color: #02102b;
}
.hm-form textarea:focus::-ms-input-placeholder {
    color: #02102b;
}
.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: #808795;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Jost';
    font-weight: 400;
    background: #fff;
    line-height: 1.2 !important;
    font-size: 18px !important;
    padding: 21px 37px !important;
    transition: all 0.5s;
    border: 1px solid #c5c5c5;
    display: block;
    text-align: left;
    height: auto !important;
}
.hm-form .gform_wrapper select {
    appearance: none;
    background-image: url(images/form-select-arow.webp);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 15px;
    padding-right: 55px !important;
}
.hm-form .gform_wrapper .top_label input:focus, .hm-form .gform_wrapper select:focus, .hm-form .gform_wrapper .top_label textarea:focus {
    color: #02102b;
    border: 1px solid #02102b;
}
.hm-form .gfield{
    position: relative !important ;
        padding: 0;
}
.hm-form .gfield--type-checkbox {
    border: 0;
}
.hm-form .gfield.gfield--type-text , .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email, .hm-form .gfield.gfield--type-select {
    width: 49.3% !important;
}

.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px !important;
    justify-content: space-between;
    align-items:center;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 160px !important;
    resize: none;
    margin: 0;
    padding-top: 20px !important;
    margin: 0px 0 20px;
    min-block-size: 0px !important;
}
.hm-form .gfield.msg {
    width: 100%;
}
.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: 18px;
    font-family: 'Jost';
    line-height: 1;
    font-weight: 400;
    color: #0e1a32;
    letter-spacing: 0px;
    margin: 0;
    text-align:left;
    display: inline-block;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #ceaf59;
}
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #0e1a32;
    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 {
        bottom: 4px;
    top: auto;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 3px 6px 0px 0 !important;
    padding: 0 !important;
        accent-color: #182d57;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    float: right;
    margin: -52px auto 0;
    position: relative;
    max-width: max-content;
}
.hm-form .gform_wrapper .gform_footer.top_label::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 33px;
    background: linear-gradient(to top, #cda33d 0%, #f9f99b 50%, #cda33d 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
        background: linear-gradient(to left, #d59e44 0%, #fbd984 50%, #d59f46 100%);
    outline: none !important;
    border: 0px none !important;
    border-radius: 33px !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Jost' !important;
    font-weight: 600;
    width: auto !important;
    color: #0e1a32 !important;
    font-size: 24px !important;
    padding: 22px 54px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{
        background: linear-gradient(to left, #fbd984 0%, #d59e44 50%, #fbd984 100%);
}
.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: 'Jost';
    padding: 13px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 1.7;
    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;
    top: 6px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Jost';
    color: #c70a0a;
    pointer-events: none;
}

.hm-form .chk .gfield_description.validation_message {
    bottom: -17px !important;
    right: auto !important;
        top: auto;
}


/*Footer block*/
.ftr-block-sec {
    padding: 75px 0 30px;
}
.ftr-block-sec .container{
   max-width: 1280px;
}
#footer-navigation ul {
    margin: 0 0px;
    font-size: 0;
    text-align: center;
    padding:0 0 40px;
    border-bottom: 1px solid rgb(255, 255, 255, 0.302);
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 45px;
}
#footer-navigation ul li a {
font-size: 20px;
    font-family: 'Jost';
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#ceaf59;
}

.ftr-blk {
    display: flex;
    justify-content: center;
    padding: 45px 0;
}
.hm-ftr-itm {
    position: relative;
    width: 28.2%;
    padding: 0px 75px 0 0;
}
.hm-ftr-itm h4{
    font-size: 50px;
     font-family: 'Big Shoulders';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
}
.ftr-addr {
    position: relative;
    padding: 0 0 0 45px;
}
.ftr-addr:before{
   position: absolute;
   content: "";
   background-image: url(images/ftr-addr-icon.webp);
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   width: 30px;
   height: 36px;
   top: 5px;
   left: 0;
   margin: auto;
}
.ftr-addr p{
    font-size: 18px;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.7px;
    color:#fff;
    margin: 0;
}

.ftr-addr p a {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #957e3e;
    background: -webkit-linear-gradient(#d49d43 15%, #ffde8a 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.ftr-addr p a:hover{
    color: #ceaf59;
    background: none;
    -webkit-text-fill-color:#ceaf59;
}
.ftr-itm.cnct p a:hover, .ftr-itm p.directions a:hover {
    color: #fff;
}

.hm-ftr-itm.cnt {
    padding: 0px 0px 0 70px;
}
.hm-ftr-itm.lgo {
    width: 41.5%;
    text-align: center;
    padding: 0 20px;
    border-left: 1px solid rgb(255, 255, 255, 0.302);
    border-right: 1px solid rgb(255, 255, 255, 0.302);
}
.ftr-logo {
    width: 66.3%;
    margin: auto;
}
.ftr-logo img{
    width: 100%;
    display: block;
}

.footer-number a{
   font-family: 'Big Shoulders';
   font-weight: 900;
   font-size: 34px;
   color: #fff;
   line-height: 1;
   letter-spacing: 0;
   display: inline-block;
   margin: 0 0 25px;
   padding: 0 0 0 40px;
    position: relative;
}
.footer-number a:hover{
    color: #ceaf59;
}
.footer-number a:before{
   position: absolute;
   content: "";
   background-image: url(images/ftr-cal-icon.webp);
   background-position: left center;
   background-repeat: no-repeat;
   background-size: contain;
   width: 30px;
   height: 30px;
   top: 0;
   left: 0;
   bottom: 0;
   margin: auto;
}
.footer-btn a.cmn-btn{
    padding: 18px 29px;
}
.ftr-scl-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 1;
}
.ftr-scl-icons:before, .ftr-scl-icons:after{
    position: absolute;
    content: "";
    background-color: rgb(255, 255, 255, 0.302);
    width: 41%;
    height: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.ftr-scl-icons:after{
    left: auto;
    right: 0;
}
.ftr-scl-icons a {
    background-image: url(images/linkedin-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 45px;
    height: 45px;
    font-size: 0px;
}
.ftr-scl-icons a:hover{
    background-image: url(images/linkedin-hvr-icon.webp);
}
.ftr-scl-icons a.facebook{
    background-image: url(images/facebook-icon.webp);
}
.ftr-scl-icons a.facebook:hover{
    background-image: url(images/facebook-hvr-icon.webp);
}
.ftr-scl-icons a.twitter{
    background-image: url(images/twitter-icon.webp);
}
.ftr-scl-icons a.twitter:hover{
    background-image: url(images/twitter-hvr-icon.webp);
}


/*Copy Rights Section*/
.ftr-copyrights-sec {
    padding: 25px 0px;
    text-align: center;
}
.ftr-copyrights-sec p{
    margin: 0;
}
.ftr-copyrights-sec p, .ftr-copyrights-sec a {
font-family: 'Jost';
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0.8px;
    margin: 0;
    display: inline-block;
}
.ftr-copyrights-sec p a:hover{
    color: #ceaf59;
} 
.single-container, .container, .footer-container{
    width:100%;
    max-width:1500px;
    margin:0 auto
}




/*Inner Page*/

#page-column .sdbr-case-item p {
    color: #fff;
}
.page-container, .post-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;

}
#main-heading {
    background-image: url(images/page-bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 255px 0 115px;
    text-align: center;
}
#main-heading h1 {
    font-size: 65px;
    font-family: 'Big Shoulders';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    background: -webkit-radial-gradient(circle, #ffde8a 0%, #d49d43 100%, #d49d43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0 auto 14px;
    text-align: center;
    max-width: max-content;
    border-bottom: 2px solid #cda139;
}
#main-heading .inrpg-breadcrumbs {
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
#main-heading .inrpg-breadcrumbs span.current-item, #main-heading .inrpg-breadcrumbs span:hover {
    color: #b69a50;
}
#post-content, #page-content {
    padding: 100px 0;
    background-color: #152d7d;
}
.page-col-full, .single-col-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#single-column, #post-column, #page-column {
    width:64.9%;
}
.sidebar-page, .sidebar-single {
    width: 31.3%;
    max-width: 400px;
}

#page-column.full-width,
.full-width {
    width: 100%;
}

#page-column h1,
#page-column h2,
#page-column h3,
#page-column h4,
#page-column h5,
#page-column h6, #page-content .areaserved-item-list h2 {
    font-family: 'Big Shoulders';
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 15px;
    color: #ffffff;
}
#page-column h1 strong,
#page-column h2 strong,
#page-column h3 strong,
#page-column h4 strong,
#page-column h5 strong,
#page-column h6 strong, #page-content .areaserved-item-list h2 strong {
  font-weight: 600;
      background: -webkit-radial-gradient(circle, #ffde8a 0%, #d49d43 100%, #d49d43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#page-column h1,
#page-column h2, #page-content .areaserved-item-list h2 {
    font-size: 55px;
}

#page-column h3 {
    font-size: 45px;
}

#page-column h4 {
    font-size: 40px;
}

#page-column h5 {
    font-size: 35px;
}

#page-column h6 {
    font-size: 30px;
}

#page-column p, #page-column li {
    font-family: 'Jost';
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 25px 0;
    font-weight: 400;
}

#page-column li ul {
    padding: 15px 0 0 10px;
    margin: 0;
    position: relative;
}

#page-column ol,
#page-column ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}

#page-column ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
    margin: 0 0 15px;
}

#page-column ul li:before {
    background: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 12px;
    border-radius: 50%;
}

#post-content .posts-list .author-info a,
#page-column a,
#page-column li a {
    color: #d8a44a;
    text-decoration: none !important;
}

#page-column a:hover,
#page-column li a:hover {
    color: #fff;
}

#page-column  ol {
    list-style-type: decimal;
    margin-left: 20px;
}

#page-column  ol li {
    list-style: decimal;
    padding-left: 0 !important;
}

#page-column  ul li > ul li {
    list-style-type: inherit;
}

#page-column  ul li > ul li > ol li {
    list-style-type: decimal;
}

#page-column  ul li > ul li:before {
    display: block;
}

#page-column  ul li > ol li {
    list-style-type: decimal;
}

#page-column  ul li > ol li:before {
    display: none;
}

#page-column  ul li > ol li > ul li {
    list-style-type: inherit;
}

.page-feature-img, .single-thumbnail {
    margin: 0 0 35px;
    border-image: linear-gradient(-45deg, #9d6b24 0%, #f2e280 35%, #a17129 65%, #f2e280 100%) 1;
    border-width: 2px;
    border-style: solid;
}

.page-feature-img img, .single-thumbnail img {
    width: 100%;
    display: block;
}


/*Sidebar Styles*/
.sidebar-page .sidebar-item {
    margin: 0 0 46px;
    background-image: url(images/sdbar-menu-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 25px 15px 25px;
}
.sidebar-page .sidebar-item h2, h4.widget-title {
    padding: 0 0 22px;
    text-align: center;
    position: relative;
    font-size: 46px;
    line-height: 1;
    color: #0e1a32;
    letter-spacing: 0px;
    margin: 0 0 10px;
    font-family: 'Big Shoulders';
    font-weight: 600;
}
.sidebar-page .sidebar-item h2:before{
    content: '';
    position: absolute;
    background-color: #ecdb79;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sidebar-page .sidebar-menu-pa {
    padding: 0px;
}
.sidebar-page .sidebar-menu-pa ul{
    margin:0;
    padding:0
}
.sidebar-page .sidebar-menu-pa ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
.sidebar-page .sidebar-menu-pa ul li a {
    font-size: 22px;
    color: #0e1a32;
    text-transform: uppercase;
    display: block;
    position: relative;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 5px;
    letter-spacing: 0;
    padding: 15px 15px 15px 35px;
    background-color: transparent;
}
.sidebar-page .sidebar-menu-pa ul li a::before {
    content: "";
    position: absolute;
    background-color: #0e1a32;
    width: 8px;
    height: 8px;
    top: 23px;
    left: 18px;
}
.sidebar-page .sidebar-menu-pa ul li:last-child a{
    margin: 0 0 0;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a, .sidebar-page .sidebar-menu-pa ul li:hover > a {
    background: linear-gradient(to left, #d59e44 0%, #fbd984 50%, #d59f46 100%);
}

.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a::after, .sidebar-page .sidebar-menu-pa ul li:hover > a:after{
    content: "";
    position: absolute;
        width: 100%;
    height: 100%;
    inset: 0;
    padding: 2px;
    background: linear-gradient(to top, #cda33d 0%, #f9f99b 50%, #cda33d 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a{

}

.sidebar-page .sidebar-menu-pa .sub-menu li a {
    width: 100%;
    padding: 0px 20px 0px 35px;
    display: block;
    text-align: left;
    font-size: 19px;
    margin: 0;
}
.sidebar-page .sidebar-menu-pa ul.sub-menu  li a:hover, .sidebar-page .sidebar-menu-pa ul.sub-menu li.current-menu-item > a{
    background-color: transparent !important;
    color: #ceaf59;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {
    width: 6px;
    height: 6px;
    top: 5px;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:hover:before{
    background-color: #ceaf59 !important;
}
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open  {
    font-size: 0;
    position: absolute;
    right: 25px;
    top: 21px;
    width: 12px;
    height: 12px;
    background-color: transparent !important;
    background-image: url(images/plus_icn.webp);
    background-position: right 0 center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
.sidebar-page .sidebar-menu-pa ul li .drop.open {
    background-image: url(images/minus-icon.webp);
}
.sidebar-page .sidebar-menu-pa .sub-menu li {
    margin: 0 0 10px;
}
.sidebar-page .sidebar-menu-pa .sub-menu li:hover > a:after{
  display: none;
}
.sidebar-page .sidebar-menu-pa .sub-menu li:hover > a{
    background: none;
}
.sidebar-page .sidebar-menu-pa .sub-menu {
    overflow: hidden;
    transition: max-height 0.8s ease;
}
.sidebar-page .sidebar-menu-pa .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
    padding:10px 0 0 20px;
}
/*testimonials sidebar*/
.sidebar-page section.widget.testi {
    background-color: #142767;
    padding: 30px 20px 30px;
    text-align: center;
    margin: 0 0 50px;
}

#page-content section.widget.testi .testi-item p {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
#page-content section.widget.testi .testi-item .star-rat {
    width: 139px;
    height: 20px;
    background-image: url(images/sdbr-start-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 20px;
}
#page-content section.widget.testi .testi-item h6 {
    position: inherit;
    font-family: 'Big Shoulders';
    font-weight: 700;
    font-size: 26px;
        background: linear-gradient(to top, #d5aa49 0%, #ffff9f 50%, #d5aa49 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 0px;
    bottom: inherit;
}
.sidebar-page section.widget.testi h4.widget-title {
    margin: 0 0 25px;
    padding: 0;
    color: #fff;
}
.sidebar-page section.widget.testi h4.widget-title:before{
    display: none;
}
#page-content section.widget.testi .testi-item {
    width: 100%;
    background-color: transparent;
    border:0px;
    margin: 0;
    padding: 0;
    position: relative;
}
#page-content section.widget.testi .testi-item:before, #page-content section.widget.testi .testi-item::after{
    position: absolute;
    content: "";
    background-image: url(images/hm-testi-questation-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 58px;
    height: 35px;
    background-color: #132445;
    z-index: 1;
    top: 0;
    left: 0;
    margin: auto;

}
#page-content section.widget.testi .testi-item::after {
    right: 70px;
    bottom: 7px;
    transform: rotate(180deg);
}

.testi-sdbr-blk{
    position: relative;
    padding: 20px 20px 30px;
}
.testi-sdbr-blk:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(28deg, #7e7e7e 0%, #e9e9e9 60%, #7e7e7e 75%, #7e7e7e 90%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    width: 100%;
    height: 100%;
    margin: auto;
    pointer-events: none;
}

#page-column  section.widget.testi.hm {
    text-align: center;
    margin: 0;
    background-color: #b7b2b2;
    padding: 40px;
}
#page-column section.widget.testi.hm p {
    color: #000;
}

#page-content section.widget.testi .testi-item::after, #page-content section.widget.testi .testi-item::before{
    display: none;
}


.sidebar-page ul.splide__pagination {
    display: none;
}
.sidebar-page button.splide__arrow.splide__arrow--prev {
    left: 0;
}
.sidebar-page button.splide__arrow.splide__arrow--next{
    right: 0;
}
.sidebar-page .splide__arrows {
    position: absolute;
    bottom: 30px;
    max-width: 100px;
    display: flex ;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.sidebar-page button.splide__arrow{
    position: inherit;
}

#page-column section.widget.widget_team_member.hm {
    margin: 0 0 30px;
}

#page-column section.widget.csae-res.hm {
    background-color: #b7b2b2a1;
    padding: 30px;
}
#page-column section.widget.csae-res.hm p{
    color: #000;
}

section.widget.widget_team_member.hm {
    background-color: #fff4f4;
    color: #fff;
    padding: 30px;
}
#page-column .single-accordion {
    margin: 20px 0;
}
#page-column .accordion-profile h3 {
    background-color: #fff;
    padding: 16px 50px 15px 20px;
    cursor: pointer;
    width: 100%;
    border-radius: 0px;
    font-size: 26px;
    font-family: 'Jost';
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    color: #0e1a32;
    margin: 0;
    border: 1px solid #fff;
    background-image: url(images/down-arrow.webp);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: right 22px top 23px;
}


#page-column .accordion-profile .accordion-profile-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 20px 20px 0;
    display: none;
}


#page-column .accordion-profile.active .accordion-profile-content {
    display: block;
}

::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

#page-column .accordion-profile {
    margin: 0 0 18px;
    max-height: max-content !important;
}

#page-column .accordion-profile.active h3 {
    background-color: #eabf68;
    color: #0e1a32;
    border-color: #eabf68;
    background-image: url(images/up-arrow.webp);
}
/*single attoreny page*/
#page-content .single-profile-block {display: flex; justify-content: center; gap: 35px; padding: 0px 20px 20px; margin: 0 0 30px; position: relative; z-index: 1; background-color: #213fa2; } 
#page-content .single-profile-block::before {position: absolute; content: ''; background-image:url(images/single-profile-bfr-img.webp); background-repeat: no-repeat; background-size: contain; top: 0; left: 44px; width: 36.7%; height: 95.7%; z-index: -1; margin: auto; } 
#page-content .single-profile-block::after {position: absolute; content: ''; background-image: url(images/block-border.webp); background-repeat: no-repeat; background-size: contain;background-position: bottom center; bottom: 18px; left: 18px; width: 95.6%; height: 89.6%; z-index: -1; margin: auto; } 
#page-content .single-profile-block .sp-block h2 {font-family: 'Big Shoulders'; font-weight: 600; font-size: 75px; margin: 0 0 15px; line-height: 1; text-transform: uppercase; letter-spacing: 0px; color: #ffffff; background: linear-gradient(to left, #d59e44 0%, #fbda86 50%, #d49e44 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } 
#page-content .single-profile-block .sp-block h5{font-family: 'Jost'; font-weight: 600; font-size: 20px; line-height: 1; letter-spacing:0px; text-transform: uppercase; color: #fff; margin: 0 0 15px; } 
#page-content .single-profile-block .sp-block .profile-tel p {font-family: 'Jost'; font-weight: 500; font-size: 18px; line-height: 1; letter-spacing: 2.5px; text-transform: uppercase; color: #fff; margin: 0 0 18px; } 
#page-content .single-profile-block .profile-tel {margin: 0 0 10px; } 
#page-content .single-profile-block .profile-tel p {line-height: 1; } 
#page-content .single-profile-block .profile-tel p a::before{content: " "; position: absolute; background-image: url(images/cal-icn.webp); background-repeat: no-repeat; background-size: contain; width: 22px; height: 22px; left: 0; top:0; bottom: 0; margin: auto; } 
#page-content .single-profile-block .profile-tel p a{font-family: 'Big Shoulders'; font-weight: 900; font-size: 30px; line-height: 1; display: inline-block; letter-spacing: 0; margin: 0 0 5px; color: #ffffff; background: linear-gradient(to top, #d5aa49 0%, #ffff9f 50%, #d5aa49 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; position: relative; padding: 0 0 0 33px; } 
#page-content .single-profile-block .profile-tel a:hover{background: linear-gradient(to top, #ffff9f 0%, #d5aa49 50%, #ffff9f 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.single-profile-image img {width: 100%; display: block; } 
.single-profile-image {width: 47.5%; margin: -70px 0 0; } 
.sp-block {width: 47%; padding: 65px 0px 0; } 
#page-column .single-profile-block .single-prf-btn.btn a.cmn-btn {color: #0e1a32; }
 
/*testimonials page*/
#reviews-main{
    column-count: 3;
    gap: 25px;
}
#page-content .review-total-item {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    margin-bottom: 25px;
}
#page-content .review-item{
    background-color: #2b4bb3;
    padding: 60px 45px 105px;
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: auto;
    -moz-page-break-inside: avoid;
    -webkit-page-break-inside: auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    float: none;
}
#page-content .review-item p { font-family: 'Jost'; font-weight: 400; font-size: 20px; line-height: 1.8; margin: 0 0 25px; color: #fff; text-align: center; } 
#page-content .review-item .star-rat img { width: 100%; display: block; } 
#page-content .review-item .star-rat { width: 139px; height: 20px; margin: 0 auto 8px; display: block;} 
#page-content .review-item h5 { font-family: 'Big Shoulders'; font-weight: 700; font-size: 30px; line-height: 1.2; position: absolute; bottom: 75px; left: 0; right: 0; margin: 0 auto; background: linear-gradient(to top, #d49d43 0%, #fefd9d 50%, #ffde8a 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 0 20px; text-align: center; } 
#page-content .review-item:before { content: ""; position: absolute; inset: 0; padding: 2px; background: linear-gradient(28deg, #7e7e7e 0%, #e9e9e9 60%, #7e7e7e 75%, #7e7e7e 90%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; width: calc(100% - 40px); height: calc(100% - 40px); margin: auto; pointer-events: none; }
#page-content .review-total-item::before, #page-content .review-total-item::after { position: absolute; content: ""; background-image: url(images/hm-testi-questation-icon-hvr.webp); background-repeat: no-repeat; background-size: contain; width: 58px; height: 35px; background-color: #2b4bb3; z-index: 1;    top: 8px; left: 70px; }
#page-content .review-total-item::after { right: 70px; bottom: 7px;left: auto; top: auto; transform: rotate(180deg); } 
#page-content .review-total-item:hover::before, #page-content .review-total-item:hover::after { background-color: #213fa2; } 
#page-content .review-item:hover::before { background: linear-gradient(-10deg, #a17129 0%, #f2e280 25%, #a17129 40%, #f2e280 50%, #a17129 75%, #a17129 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; } 
#page-content .review-item:hover {background-color: #213fa2; }
.page-container .full-width .case-slider .case-item{
    width: 100%;
    background-color: #000;
}


/*contact page*/
.contact-page h2{text-align: center; margin: 0 0 50px !important; } 
#page-column .in-cont-list {display: flex; justify-content: center; gap: 23px; margin: 0 0 100px; } 
#page-column .in-cont-item {width: 32.1%; position: relative; text-align: center; background-color: #0e205b; padding: 38px 20px; border: 2px solid  #ffffff; } 
#page-column .phn {background-color: #213fa2; border-image: linear-gradient(-200deg, #9d6b24 0%, #f2e280 35%, #a17129 65%, #f2e280 100%) 1; border-width: 2px; border-style: solid; } 
#page-column .in-cont-item.icons h4::before{background-image: url(images/time-img.webp) !important; } 
#page-column .in-cont-item.phn h4::before{background-image: url(images/call-img.webp) !important; } 
#page-column .in-cont-item h4::before{content:" "; position: absolute; background-image:url(images/loc-img.webp); background-repeat: no-repeat; background-size: contain; width:56px; height: 55px; top:0; left: 0; right: 0; margin: auto; } 
#page-column .in-cont-item h4 {font-family: 'Big Shoulders'; font-weight:600; font-size:50px; line-height: 1; letter-spacing: 0; color: #fff; position: relative; text-transform: uppercase; margin: 0 0 15px; padding: 75px 0 0; } 
#page-column .in-cont-item a {display: inline-block; color: #fff; line-height: 1.1; text-decoration: underline; margin: 20px 0 0; } 
#page-column .in-cont-item a:hover{color: #d8a44a; } 
#page-column .in-cont-item.loc a{background: linear-gradient(to top, #d5aa49 0%, #ffff9f 50%, #d5aa49 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-decoration: underline !important; text-underline-offset: 4px; background-clip: text; display: inline-block; }
#page-column .in-cont-item.loc a:hover{-webkit-text-fill-color: #fff; } 
#page-column .in-cont-item.phn p{font-family: 'Big Shoulders' !important; font-weight:900 !important;   margin: 0; font-size:27px !important; line-height: 1 !important; text-transform: capitalize !important; letter-spacing: 0; color: #fff; } 
#page-column .in-cont-item.phn a{margin: 8px 0 0; font-size: 34px; text-decoration: none; } 
#page-column .in-cont-item.phn a:hover{color: #d8a44a; } 
#page-column .in-cont-item p strong{font-weight: 600; } 
#page-column .in-cont-item p{font-family: 'Jost'; font-weight: 400; font-size: 18px; line-height: 1.3;margin: 0; letter-spacing: 0.7px; color: #fff; text-transform: uppercase; text-align: center; } 
.contact-page iframe{width: 100%; height: 670px; position: relative; z-index: 1; } 
.page-template-template-contact #page-content{padding: 100px 0 0; } 
.page-template-template-contact .hm-form-sec{margin: -100px 25px 0; z-index: 0; } 
.page-template-template-contact .hm-form-sec:after, .page-template-template-contact .ftr-form-sctn:before{display: none; }


.video-splash {width: 50%; margin: 0 auto 50px;text-align:center; } 
.video-splash video{width: 100%; display: block; height: 360px;}
.video-btm-btns {display: flex; justify-content: center; align-items: center; gap: 20px; } 
#page-column .video-btm-btns a{color: #000; } 
#page-column .video-btm-btns a:hover{color: #fff;}
 
.request-page .hm-form-sec:after, .request-page .ftr-form-sctn:before, .request-page .ftr-form-sctn:after{display: none;}
#page-column .hm-form-sec h2, #page-column .hm-form-sec p{color: #0e1a32;}
.request-page #page-column .phn{background-color: none;border: 0;}
#page-column .hm-form .gform_wrapper .form-links a, #page-column .hm-form .gfield--type-checkbox .gchoice label{color: #0e1a32;}
.page-template-template-request .ftr-block-frm-bg .ftr-form-sctn{display: none;}
#page-column .hm-form-sec p{line-height: 1.2;}


/*Blog page*/
.posts-list {
    width: 30.7%;
    background-color: #2b4bb3;
    margin: 0 1.3% 2.5%;
    position: relative;
    border: 1px solid #ffffff;
    padding: 20px 20px 65px;
}
.posts-list:hover{
    border-image: linear-gradient(-200deg, #9d6b24 0%, #f2e280 35%, #a17129 65%, #f2e280 100%) 1;
    border-width: 1px;
    border-style: solid;
    background-color: #213fa2;
}
#post-column-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#post-content .posts-thumbnail{
    margin: 0 0 30px;
}
#post-content .posts-thumbnail img {
    width: 100%;
    display: block;
}
#post-content .posts-list .posts-block {
    padding: 0px 0px 0 30px;
    position: relative;
}
#post-content .posts-list .posts-block:before{
   position: absolute;
   content: "";
   background-color: #8992a2;
   width: 2px;
   height: 100%;
   left: 0;
   top: 0;
   margin: auto;
}
#post-content .posts-list:hover .posts-block:before{
       background: linear-gradient(to top, #d5aa49 0%, #ffff9f 50%, #d5aa49 100%);
}
#post-content .posts-list .author-info .post-dmy {
    font-size: 18px;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    padding: 12px 29px 13px;
    background-color: #931917;
    position: absolute;
    right: 0;
    top: 0;
}
#post-content .posts-list .posts-block h3{
    margin: 0 0 15px;
    line-height: 1;
}
#post-content .posts-list .posts-block h3 a {
    display: inline-block;
    font-size: 22px;
    font-family: 'Jost';
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.posts-readmore {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
#post-content .posts-list .posts-block p {
    font-family: 'Jost';
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0;
    margin: 0 0 15px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#post-content .posts-list .author-info {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
#post-content .posts-list .posts-readmore a {
    font-size: 20px;
    font-family: 'Big Shoulders';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    display: inline-block;
    color: #fff;
    margin: 0;
        position: relative;
    padding: 0 45px 0 0;
}
#post-content .posts-list:hover .posts-readmore a{
       background: linear-gradient(to top, #d5aa49 0%, #ffff9f 50%, #d5aa49 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#post-content .posts-list .posts-readmore a:before{
    position: absolute;
    content: "";
    background-image: url(images/blg-rdmore-bef-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 12px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#post-content .posts-list:hover .posts-readmore a:before{
   background-image: url(images/blg-rdmore-bef-img-hvr.webp);
}
#page-column .single-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin: 0 0 30px;
    flex-wrap: wrap;
	color: #fff;
    line-height: 1;
}
.single-category {
    display: flex;
    flex-wrap: wrap;
}
#page-column .single-meta p {
    line-height: 1;
    margin: 0;
}
#page-column .single-author .author-by, #page-column .single-author .meta-date {
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}
.single-author-box {
    padding: 15px;
    border: 1px solid #000;
    margin: 30px 0;
}
.single-author-avatar {
    width: 19%;
    margin: 0 2% 0.5% 0;
    float: left;
}
.single-author-avatar img {
    width: 100%;
    display: block;
    border-radius: 0 !important;
}
.single-author-description {
    font-size: 18px;
    font-family: 'Golos Text';
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}
.single-pagination {
    margin: 30px 0 0;
}
.single-pagination .nav-links a {
    font-size: 20px;
    font-weight: 600;
    width: 180px;
        background: linear-gradient(to left, #d59e44 0%, #fbd984 50%, #d59f46 100%);
    color: #0e1a32 !important;
    padding: 21px 30px 18px;
    display: inline-block;
    text-align: center;
    font-family: 'Jost';
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1;
    position: relative;
        border-radius: 30px;
}
.single-pagination .nav-links a:before{
        content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 33px;
    background: linear-gradient(to top, #cda33d 0%, #f9f99b 50%, #cda33d 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.single-pagination .nav-links a:hover {
    background: none;
    color: #fff !important;
}

.widget{
    margin: 0;
}
/*blog sidebar*/
.sidebar-blog.blog-sidebar-itm {
    display: block;
}
.sidebar-blog {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 0 0 40px;
}
.widget h2 {
    display: none;
}
.sidebar-blog-item {
    width:100%;
    margin: 0;
    position: relative;
}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
    padding: 17px 70px 17px 25px;
    border-radius: 50px;
    display: block;
    position: relative;
    border: 0;
    font-size: 20px;
    font-family: 'Jost';
    font-weight: 500;
    color: #02102b !important;
        background: url(./images/sidebar-blog-select-bg.webp);
        background-size: 100% 100%;
    line-height:130%;
    letter-spacing: 0;
    width: 100%;
    max-width: 100%;
    appearance: none;
    outline: 0;
}
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
    background: url(./images/sdbar-down-arrow-img.webp), url(./images/sidebar-blog-select-bg.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: right 25px center, top;
    background-size: 23px, 100% 100%;
    appearance: none;
    -webkit-appearance: none;
}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
    position: absolute;
    right: 25px;
    top: 0;
    background-image: url(images/search-btn-img.webp) !important;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    background-size: contain;
    width: 23px;
    height: 23px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    outline: 0;
    transform: inherit;
    margin: auto;
    bottom: 0;
}
.sidebar-blog.blog-sidebar-itm input.search-submit {
    background-position: right 0px center;
}
.blog .sidebar-blog .search-form {
    position: relative;
}
#post-column-full .post-pagination {
    width: 100%;
}
#post-column-full .nav-links {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 0;
}
#post-column-full .nav-links .page-numbers {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 5px;
    font-size: 34px;
    font-weight: 600;
    font-family: 'Big Shoulders';
    line-height: 1;
    letter-spacing: 0;
    border: 0;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
}
#post-column-full .nav-links .page-numbers.current, #post-column-full .nav-links .page-numbers:hover {
    background-color: transparent;
    border: 2px solid #fff;
        background: linear-gradient(to top, #d5aa49 0%, #ffff9f 50%, #d5aa49 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
    font-size: 0;
    background-image: url(images/sdbar-testi-ryt-arrow.webp);
    display: inline-block;
    width: 47px;
    height: 17px;
    background-repeat: no-repeat;
    margin: 0 20px;
    border: none;
    padding: 0;
    -webkit-background-clip: inherit;
}
#post-column-full .nav-links a.next.page-numbers {
    background-image: url(images/sdbar-testi-lft-arrow.webp);
}
#post-column-full .nav-links a.prev.page-numbers:hover, #post-column-full .nav-links a.next.page-numbers:hover {
    background-image: url(images/sdbar-testi-ryt-arrow-hvr.webp);
}
#post-column-full .nav-links a.next.page-numbers:hover {
    background-image: url(images/sdbar-testi-lft-arrow-hvr.webp);
}
.sidebar-blog.blog-sidebar-itm input, .sidebar-blog.blog-sidebar-itm .widget select, .sidebar-blog.blog-sidebar-itm input.search-field {
    color: #0e1a32 !important;
}

.sidebar-page .sidebar-blog button:hover {
    background-position: right 0 center ;
}

.sidebar-page .sidebar-blog.blog-sidebar-itm .widget select option {
    color: #000;
}

.sidebar-blog.blog-sidebar-itm {
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm {
    background-color: #142767;
    padding: 30px 20px;
    margin: 0;
    border: 2px solid #fff;
}
.sidebar-page .sidebar-item.sidebar_archives{
    margin: 0 !important;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-blog-item.blog_search {
    width: 100%;
    margin: 0 0 30px;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align: left;
    margin: 0 0 17px;
    font-size: 45px;
    font-family: 'Big Shoulders';
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .widget.widget_archive {
    margin: 0 !important;
}

.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {
    background-color: transparent;
    margin: 0 0 30px;
    padding: 0;
    background-image: none;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2::before{
    display: none;
}
/*Area served page*/
#page-content .areaserved-item-list {
    background-color: #213fa2;
    border-radius: 30px;
    padding: 45px;
    margin-bottom: 20px;
}

#page-content .areaserved-item-list h2 {
    color: #fff;
    text-align: center;
}

#page-content .areaserved-list {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#page-content .areaserved-item {
    width: 32%;
    margin: 0px 0.6% 1%;
    padding: 0px;
}

#page-content .areaserved-item:before {
    display: none;
}

#page-content .areaserved-item a {
    font-family: 'Jost';
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 10px;
    background-color: #fff;
    color: #0e1a32;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}

#page-content .areaserved-item a:hover {
    background-color: #edc36c;
}

#page-content #areaserved-main {
    text-align: center;
}

/*Practice Areas Page*/
#page-column .practice-list {display: flex; justify-content: center; flex-wrap: wrap; gap: 35px; } 
#page-column .practice-item {width: 48.5%; position: relative; border: 2px solid transparent; } 
#page-column .practice-item:hover {border-image: linear-gradient(-200deg, #9d6b24 0%, #f2e280 35%, #a17129 65%, #f2e280 100%) 1; border-width: 2px; border-style: solid; } 
#page-column .practice-item::before {position: absolute; content: ""; background-image: -webkit-linear-gradient(90deg, rgb(14, 26, 50) 0%, rgba(14, 26, 50, 0) 75%); width: 100%; height: 100%; left: 0; right: 0; bottom: 0; margin: auto; } 
#page-column .practice-item::after {position: absolute; content: ""; background-image: url(images/practice-itm-aft-img.webp); background-repeat: no-repeat; background-size: contain; width: 45px; height: 45px; right: 45px; bottom: 40px; margin: auto; } 
#page-column .practice-item-hover a {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 5; font-size: 0; } 
#page-column .practice-name {position: absolute; left: 0; bottom: 40px; padding: 0 100px 0 40px; width: 100%; } 
#page-column .practice-name h4 {font-family: 'Jost'; font-size: 40px; line-height: 1; font-weight: 300; text-transform: uppercase; color: #fff; margin: 0; } 
#page-column .practice-name h4 strong {font-weight: 500; -webkit-text-fill-color: #fff; } 
#page-column .practice-item:hover .practice-name h4 strong {background: linear-gradient(to top, #d5aa49 0%, #ffff9f 50%, #d5aa49 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
#page-column .practice-itm-img img {width: 100%; display: block; } 
#page-column .practice-item:hover .practice-name h4 {background: linear-gradient(to top, #d49d43 0%, #ffff9f 50%, #d49d43 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.related-insights-posts .posts-list {
    width: 100%;
    padding: 0 0 25px;
}
.related-insights-posts .posts-thumbnail {
    margin-bottom: 16px;
}
.related-insights-posts .posts-thumbnail img{
    width: 100%;
    display: block;
    height: 235px;
    object-fit:cover;
    object-position: center;
}
.related-insights-posts {
    display: flex;
}
.related-insights-posts .posts-block {
    padding: 0 15px;
}

/*CTA Box*/
#page-column .cmn-box{
    border-image: linear-gradient(-200deg, #9d6b24 0%, #f2e280 35%, #a17129 65%, #f2e280 100%) 1;
    border-width: 2px;
    border-style: solid;
    background-image: url(images/cta-box-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    text-align: center;
    padding: 40px;
    margin: 30px 0;

}
#page-column .cmn-box h2{
       font-family: 'Big Shoulders';
    font-weight: 600;
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 auto 15px;
        max-width: max-content;
    border-bottom: 2px solid #d0a33d;
}
#page-column .cmn-box h2 strong{
    font-weight: 700;
    font-size: 85px;
        display: block;
    background: linear-gradient(to left, #d59e44 0%, #fbda86 50%, #d49e44 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
}

.cmn-box-cnslt-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
        flex-wrap: wrap-reverse;
}
#page-column .cmn-box .cnslt-btn a.cmn-btn{
    color: #02102b !important;
}

.cmn-box .cnslt-btna.cmn-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 33px;
    background: linear-gradient( to top, #cda33d 0%, #f9f99b 50%, #cda33d 100% );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
#page-column .cmn-box p{
    font-family: 'Jost' !important;
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px;
 
}
#page-column .cmn-box .cnslt-call h5{
   font-family: 'Jost';
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 2.5px;
    margin: 0px;
        text-align: left;
    text-transform: uppercase;
}

#page-column .cmn-box .cnslt-call h5 a {
    font-family: 'Big Shoulders';
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0;
    color: #ffffff;
    background: linear-gradient(to top, #d5aa49 0%, #ffff9f 50%, #d5aa49 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    position: relative;
}
#page-column .cmn-box .cnslt-call h5 a:hover{
  background: linear-gradient(to top, #ffff9f 0%, #d5aa49 50%, #ffff9f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#page-column .cmn-box .cnslt-call h5 a::before {
    content: " ";
    position: absolute;
    background-image: url(images/cal-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


/*Second Cta Box*/

#page-column .inn-cmn-blk {display: flex; padding: 20px 25px 0 50px; justify-content: center; align-items: center; gap: 10px; background-image: url(images/cta-bg-image.webp); background-repeat: no-repeat; background-size: cover; background-position: center; margin: 30px 0; } 
#page-column .inn-cmn-lftblk:before{position: absolute; content: ""; background-image: url(images/inn-cmn-blk-bef-img.webp); background-repeat: no-repeat; background-position: center; background-size: contain; width: 66.1%; height: 90.6%; top: -20px; right: 0; left: 25px; margin: auto; z-index: -1; } 
#page-column .inn-cmn-riteblk {width: 68.6%; } 
#page-column .inn-cmn-riteblk h2 {font-size: 54px; font-family: 'Big Shoulders' !important; font-weight: 600; line-height: 1.1; margin: 0 0 20px; letter-spacing: 0px; color: #0e1a32; } 
#page-column .inn-cmn-riteblk h2 strong {font-weight: 700; -webkit-text-fill-color: #d8a44a !important; text-transform: uppercase; } 
#page-column .inn-schdl-btn a {color: #02102b; } 
#page-column .inn-cmn-lftblk {width: 34.7%; margin: 0 0 0 -30px; position: relative; z-index: 0; } 
#page-column .inn-cmn-lftblk img {display: block; width: 100%; }
.page-id-968 .hm-consult-sec{padding: 160px 0px 40px;}
.site-header.is-sticky .site-branding{max-width: 200px;}
/*Responsive*/

@media screen and (max-width:1900px) {

}

@media screen and (max-width:1800px) {

.hm-attorney-sec .container, .site-header .container{max-width: 1600px; }

#main-navigation ul li a {font-size: 19px; } 
#main-navigation ul li {margin: 0 40px; } 
.top-cal a {font-size: 25px; } 
.bnr-cnct h1 {font-size: 55px; margin: 0 0 25px; } 
.bnr-cnct h1 strong {font-size: 160px; } 
.bnr-cnst {font-size: 24px; margin: 0 0 30px; }

.hm-attorney-sec { padding: 110px 0 255px; }
.hm-attorny-lft h2 { font-size: 140px; }
.hm-attorny-lft p { font-size: 19px; margin: 0 0 36px; }
.hm-attorny-rit h5 strong { font-size: 87px; }
.hm-attorny-rit h5 { font-size: 22px; }
.hm-attorney-cnt::before { height: 764px; }
.hm-testimonials { margin: -120px 0 0; }

}

@media screen and (max-width:1700px) {
    .container {max-width: 1400px; }
    .hm-attorney-sec .container, .site-header .container{ max-width: 1500px; }
 

a.cmn-btn { font-size: 19px; padding: 20px 40px; border-radius: 30px; }
.text-heading {font-size: 70px; }

#main-navigation ul li a {font-size: 18px; } 
#main-navigation ul li {margin: 0 35px; } 
.top-rite {margin: 0 0 25px; } 
.top-cal a {font-size: 24px; } 
.site-branding {width: 250px; } 
.bnr-cnct h1 {font-size: 48px; margin: 0 0 21px; letter-spacing: 6.3px; } 
.bnr-cnct h1 strong {font-size: 145px; } 
.bnr-cnst {font-size: 22px; margin: 0 0 25px; } 
.hm-banner-section {padding: 220px 0 0; } 
.site-header {padding: 20px 0 15px; } 
.hm-consult-sec {padding: 310px 0 190px;  } 
.home .hm-consult-sec{margin: -210px 0 0;}
.consult-cnt h2 {font-size: 160px; } 
.consult-cnt h4 {font-size: 41px; margin: 0 0 40px; }
.hm-form-sec {padding: 65px 95px 75px; }

.hm-Prnl-inry-sec { padding: 100px 0 70px; }
.hm-prnl-inry-list { padding: 65px 0 0 74px; }
.hm-prnl-inry-lft h3 { font-size: 63px; margin: 0 0 36px; }
.hm-prnl-inry-cnt p { font-size: 19px; margin: 0 0 32px; }
.hm-prnl-inry-cnt { padding: 0 0 0 42px; }
.hm-prnl-inry-btn-list { gap: 35px; }
.hm-prnl-inry-call-btn a::before { width: 20px; height: 20px; }
.hm-prnl-inry-call-btn a { font-size: 28px; padding: 0 0 0 30px; }
.hm-prnl-inry-call-btn p { font-size: 17px; letter-spacing: 2.22px; }
.hm-prnl-inry-lft { padding: 0 0 60px 0; }
.hm-prnl-inry-img { margin: 0 -25px -75px -96px; }
.hm-choose-sec { padding: 55px 0; }
.hm-choose-itm-cnt h4 { font-size: 28px; }
.hm-choose-sec .text-heading { margin: 0 0 60px; }
.hm-choose-btm-cnt p { font-size: 19px; margin: 0 0 19px; }
.hm-attorney-sec { padding: 100px 0 240px; }
.hm-attorny-lft h2 { font-size: 135px; }
.hm-attorny-lft p { font-size: 18px; margin: 0 0 32px; }
.hm-attorny-rit::before, .hm-attorny-rit::after { width: 36px; height: 52px; }
.hm-attorny-rit h5::after { height: calc(100% + 49px); }
.hm-attorny-rit h5 { font-size: 20px; padding: 32px 22px 20px; }
.hm-attorny-rit h5 small { letter-spacing: 3.06px; }
.hm-attorny-rit h5 small::before, .hm-attorny-rit h5 small::after { width: 14px; height: 13px; }
.hm-attorny-rit h5 strong { font-size: 80px; }
.hm-attorney-cnt::before { height: 724px; bottom: -17px; }
.hm-testimonials { margin: -100px 0 0; }
.hm-testimonials .testi-item p { font-size: 19px; }
.hm-testimonials .testi-item { padding: 55px 42px 100px; }
.hm-testimonials .testi-item h5 { font-size: 28px; bottom: 70px; }


}

@media screen and (max-width:1600px) {
.container {max-width: 1300px; }
.hm-attorney-sec .container, .site-header .container{ max-width: 1400px; }
.hm-practice-areas-sec .container, .ftr-block-sec .container{ max-width: 1200px; }
a.cmn-btn { font-size: 18px; padding: 18px 35px; border-radius: 26px; }
a.cmn-btn::before { border-radius: 26px; }
.text-heading { font-size: 68px; margin: 0 0 30px; }

.logo-rite{padding-right: 4.8%; } 
#main-navigation ul li a {font-size: 17px; } 
#main-navigation ul li {margin: 0 30px; } 
.top-req {font-size: 19px; } 
.top-cal a {font-size: 23px; } 
.banner-rite {padding: 70px 0 0; } 
.bnr-cnct h1 strong {font-size: 135px; } 
.bnr-cnct h1 {font-size: 45px; margin: 0 0 20px; letter-spacing: 6px; } 
.bnr-cnst {font-size: 20px; } 
.banner-attny-img {margin: 0 0 0 -10px; } 
.hm-consult-sec {padding: 300px 0 170px;  }
 .home .hm-consult-sec{margin: -200px 0 0;}
.consult-cnt h5 {font-size: 24px; } 
.consult-cnt h2 {font-size: 145px; } 
.consult-cnt h4 {font-size: 38px; margin: 0 0 35px; } 
.hm-consult-cnt p a {font-size: 27px; } 
.hm-consult-cnt p {font-size: 17px; letter-spacing: 2px; } 
.hm-form-sec {padding: 60px 80px 70px; } 
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 17px !important; padding: 20px 30px !important; } 
.hm-form .gform_wrapper .top_label textarea {height: 150px !important; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 22px !important; padding: 20px 45px !important; } 
.hm-form .gform_wrapper select {background-position: right 20px center; background-size: 14px; padding-right: 45px !important; }
.ftr-block-sec {padding: 60px 0 30px; } 
#footer-navigation ul li a {font-size: 19px; } 
#footer-navigation ul li {margin: 0 40px; } 
#footer-navigation ul {padding: 0 0 35px; } 
.hm-ftr-itm h4 {font-size: 45px; } 
.footer-number a {font-size: 32px; }

.hm-Prnl-inry-sec { padding: 80px 0 60px; }
.hm-prnl-inry-list { padding: 55px 0 0 64px; }
.hm-prnl-inry-lft h3 { font-size: 58px; margin: 0 0 32px; }
.hm-prnl-inry-cnt p { font-size: 18px; margin: 0 0 28px; }
.hm-prnl-inry-cnt { padding: 0 0 0 36px; }
.hm-prnl-inry-btn-list { gap: 32px; }
.hm-prnl-inry-call-btn a::before { width: 18px; height: 18px; }
.hm-prnl-inry-call-btn a { font-size: 25px; padding: 0 0 0 26px; }
.hm-prnl-inry-call-btn p { font-size: 16px; letter-spacing: 1.42px; }
.hm-prnl-inry-lft { padding: 0 0 55px 0; }
.hm-prnl-inry-blk { padding: 0 26px; }
.hm-prnl-inry-img { margin: 0 -22px -68px -85px; }
.hm-prnl-inry-img::after { width: 34px; height: 78px; left: 150px; }

.hm-practice-areas-sec { padding: 70px 0; }
.hm-practice-list { margin: 0 0 50px; }
.hm-practice-name { bottom: 37px; padding: 0 94px 0 37px; }
.hm-practice-name h4 { font-size: 37px; }
.hm-practice-item::after { width: 42px; height: 42px; right: 40px; bottom: 35px; }

.hm-choose-sec { padding: 50px 0; }
.hm-choose-sec .text-heading { margin: 0 0 54px; }
.hm-choose-itm { gap: 16px; margin: 0 0 26px; }
.hm-choose-itm-cnt h4 { font-size: 26px; }
.hm-choose-lst { margin: 0 0 33px; }
.hm-choose-btm-cnt p { font-size: 18px; margin: 0 0 18px; }
.call-btn p a { font-size: 27px; }
.call-btn p a::before { width: 20px; height: 20px; }
.hm-choose-btm-cnt .call-btn p { font-size: 17px; letter-spacing: 1.32px; }

.hm-attorney-sec { padding: 90px 0 180px; }
.hm-testimonials { margin: -80px 0 0; }
.hm-attorny-lft h2 { font-size: 125px; }
.hm-attorny-lft p { font-size: 16px; margin: 0 0 28px; }
.hm-attorny-rit::before, .hm-attorny-rit::after { width: 31px; height: 45px; }
.hm-attorny-rit h5::after { height: calc(100% + 43px); }
.hm-attorny-rit h5 { font-size: 18px; padding: 29px 20px 19px; }
.hm-attorny-rit h5 small::before, .hm-attorny-rit h5 small::after { width: 13px; height: 12px; }
.hm-attorny-rit h5 strong { font-size: 75px; }
.hm-attorney-cnt::before { height: 670px; bottom: -14px; }
.hm-attorny-rit h5 small { letter-spacing: 2.46px; }
.hm-testimonials .text-heading { margin: 0 0 35px; }
.hm-testimonials .testi-item { padding: 50px 39px 95px; }
.hm-testimonials .testi-item p { font-size: 18px; }
.hm-testimonials .testi-item h5 { font-size: 26px; bottom: 65px; }
.testi-total-item::before, .testi-total-item::after { width: 55px; height: 31px; }
.testi-total-item::before { top: 5px; left: 58px; }
.testi-total-item::after { right: 58px; bottom: 5px; }
.hm-testi-list .owl-nav { margin: 65px auto -35px; }
.hm-testi-list .owl-nav button { width: 43px; height: 15px; }

/*Inner Page*/

    .page-container, .post-container {
        max-width: 1200px;
    }

#main-heading {
    padding: 210px 0 95px;
}
#main-heading h1 {
    font-size: 58px;
}
#main-heading .inrpg-breadcrumbs {
    font-size: 19px;
}
#post-content, #page-content {
    padding: 90px 0;
}
#page-column .cmn-box h2 {
    font-size: 58px;
}

#page-column .cmn-box h2 strong {
    font-size: 75px;
}
#page-column .cmn-box p {
    font-size: 21px;
    letter-spacing: 4px;
        margin: 0 0 25px;
}
#page-column .cmn-box .cnslt-call h5 a {
    font-size: 28px;
}
#page-column .cmn-box .cnslt-call h5 {
    font-size: 17px;
}
#page-column .inn-cmn-riteblk h2 {
    font-size: 50px;
}
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open {
    right: 20px;
    top: 17px;
}

/*Practice Area*/
#page-column .practice-list {gap: 30px; } 
#page-column .practice-name h4 {font-size: 35px; }

/*Testimonials*/
#page-content .review-item p {font-size: 19px; } 
#page-content .review-item h5 {font-size: 27px; bottom: 60px; } 
#page-content .review-item {padding: 50px 45px 90px; }

/*Single Attorney*/
#page-content .single-profile-block .sp-block h2 {font-size: 70px; }
.sp-block {padding: 55px 0px 0; }

/*Blog*/
.sidebar-blog{margin: 0 0 35px;}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {padding: 16px 65px 16px 25px;font-size: 19px;}
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select{background-size: 21px, 100% 100%;}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit{width: 21px;height: 21px;}
.posts-list{padding: 18px 18px 60px;}
#post-content .posts-list .posts-block h3 a{font-size: 21px;}
#post-content .posts-list .posts-readmore a {font-size: 19px;}
#post-column-full .nav-links .page-numbers{font-size: 30px;width: 56px;height: 56px;}

/*Contact Page*/
.contact-page h2 {margin: 0 0 40px !important; } 
#page-column .in-cont-item h4 {font-size: 38px; padding: 65px 0 0; } 
#page-column .in-cont-item h4::before {transform: scale(0.9); } 
#page-column .in-cont-item p {font-size: 17px; } 
#page-column .in-cont-item a {margin: 15px 0 0; } 
#page-column .in-cont-item.phn p {font-size: 24px !important; } 
#page-column .in-cont-item.phn a {font-size: 31px; } 
#page-column .in-cont-list {gap: 20px; margin: 0px 0 70px; } 
.contact-page iframe {height: 450px; } 
.page-template-template-contact .hm-form-sec {margin: -80px 25px 0; }

.page-feature-img, .single-thumbnail {margin: 0 0 30px; }
#page-column .single-meta{margin: 0 0 25px;}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2{font-size: 40px;}
.single-pagination .nav-links a {font-size: 19px;width: 170px;padding: 19px 30px 18px;}
.page-id-968 .hm-consult-sec{ padding: 110px 0px 40px;}



}

@media screen and (max-width:1500px) {

}

@media screen and (max-width:1440px) {
    .container, .hm-attorney-sec .container, .site-header .container {
        max-width: 1200px;
    }
   .hm-practice-areas-sec .container, .ftr-block-sec .container{ max-width: 1100px; }


a.cmn-btn { font-size: 17px; padding: 17px 34px; border-radius: 24px; }
a.cmn-btn::before { border-radius: 24px; }
.text-heading { font-size: 60px; margin: 0 0 30px; }

.site-header.is-sticky .site-branding {width: 220px; } 
#main-navigation ul li {margin: 0 25px; } 
.top-req {font-size: 18px; } 
.top-rite {margin: 0 0 20px; } 
.top-cal a:before {transform: scale(0.9); } 
.top-cal a {font-size: 22px; padding: 12px 30px 12px 55px; } 
.logo-rite {padding-right: 2.8%; } 
.hm-banner-section {padding: 200px 0 0; } 
.banner-attny-img {margin: 0; } 
.banner-rite {padding: 60px 0 0; } 
.bnr-cnct h1 {font-size: 40px; margin: 0 0 20px; letter-spacing: 5.4px; } 
.bnr-cnct h1 strong {font-size: 120px; } 
.bnr-cnst {font-size: 18px; } 
.hm-consult-sec {padding: 290px 0 130px; } 
.home .hm-consult-sec{margin: -190px 0 0;}
.consult-cnt h2 {font-size: 130px; } 
.consult-cnt h5 {font-size: 23px; letter-spacing: 8px; } 
.consult-cnt h4 {font-size: 34px; margin: 0 0 30px; } 
.hm-consult-btn-cnt {gap: 20px; } 
.hm-consult-cnt p a {font-size: 25px; } 
.hm-consult-cnt p {font-size: 16px; letter-spacing: 1.8px; } 
.hm-form-sec:after {top: -50px; } 
.hm-form-sec {padding: 55px 70px 65px; } 
.hm-form .gform_fields {gap: 13px !important; } 
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 16px !important; padding: 18px 25px !important; } 
.hm-form .gform_wrapper .top_label textarea {height: 140px !important; margin: 0px 0 15px; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 20px !important; padding: 18px 40px !important; } 
.hm-form .gform_wrapper select { padding-right: 44px !important; }
.ftr-block-sec {padding: 50px 0 25px; } 
#footer-navigation ul li a {font-size: 18px; } 
#footer-navigation ul li {margin: 0 35px; } 
#footer-navigation ul {padding: 0 0 25px; } 
.ftr-blk {padding: 40px 0; } 
.hm-ftr-itm h4 {font-size: 40px; } 
.hm-ftr-itm {padding: 0px 65px 0 0; } 
.ftr-addr p {font-size: 17px; } 
.ftr-addr:before, .footer-number a:before {transform: scale(0.9); } 
.ftr-addr {padding: 0 0 0 40px; } 
.hm-ftr-itm.cnt {padding: 0px 0px 0 60px; } 
.footer-number a {font-size: 29px; margin: 0 0 20px; } 
.ftr-blk {padding: 35px 0; } 
.ftr-scl-icons a {width: 42px; height: 42px; } 
.ftr-copyrights-sec p, .ftr-copyrights-sec a {font-size: 20px; letter-spacing: 0.5px; } 
.ftr-copyrights-sec {padding: 20px 0px; }

.hm-Prnl-inry-sec { padding: 70px 0 50px; }
.hm-prnl-inry-list { padding: 50px 0 0 60px; }
.hm-prnl-inry-lft h3 { font-size: 54px; margin: 0 0 28px; }
.hm-prnl-inry-cnt { padding: 0 0 0 30px; }
.hm-prnl-inry-cnt p { font-size: 17px; margin: 0 0 25px; }
.hm-prnl-inry-blk { padding: 0 22px; }
.hm-prnl-inry-btn-list { gap: 25px; }
.hm-prnl-inry-call-btn a::before { width: 16px; height: 16px; }
.hm-prnl-inry-call-btn a { font-size: 23px; padding: 0 0 0 24px; }
.hm-prnl-inry-call-btn p { font-size: 15px; letter-spacing: 1.02px; }
.hm-prnl-inry-img { margin: 0 -20px -60px -76px; }
.hm-prnl-inry-blk { padding: 0 20px; }
.hm-prnl-inry-img::after { width: 30px; height: 65px; left: 140px; }

.hm-practice-areas-sec { padding: 60px 0; }
.hm-practice-list { margin: 0 0 45px; }
.hm-practice-name { bottom: 32px; padding: 0 90px 0 33px; }
.hm-practice-name h4 { font-size: 34px; }
.hm-practice-item::after { width: 38px; height: 38px; right: 37px; bottom: 30px; }

.hm-choose-sec { padding: 45px 0; }
.hm-choose-sec .text-heading { margin: 0 0 48px; }
.hm-choose-lft, .hm-choose-rit { padding: 20px 0 0; }
.hm-choose-itm { gap: 14px; margin: 0 0 22px; }
.hm-choose-itm-cnt h4 { font-size: 24px; }
.hm-choose-lst { margin: 0 0 28px; }
.hm-choose-btm-cnt p { font-size: 17px; }
.hm-choose-btm-cnt { width: 87.5%; }
.hm-choose-btm-cnt .call-btn p { font-size: 16px; letter-spacing: 1.02px; }
.call-btn p a { font-size: 25px; }
.call-btn p a::before { width: 18px; height: 18px; }

.hm-attorney-sec { padding: 75px 0 160px; }
.hm-attorny-lft h2 { font-size: 110px; margin: 0 0 15px; }
.hm-attorny-lft p { font-size: 15px; margin: 0 0 25px; line-height: 1.6; }
.hm-attorney-cnt::before { height: 590px; bottom: -12px; }
.hm-attorny-lft { width: 36.2%; }
.hm-attorny-rit::before, .hm-attorny-rit::after { width: 28px; height: 40px; }
.hm-attorny-rit h5::after { height: calc(100% + 38px); }
.hm-attorny-rit h5 small { letter-spacing: 2.06px; }
.hm-attorny-rit h5 small::before, .hm-attorny-rit h5 small::after { width: 12px; height: 11px; }
.hm-attorny-rit h5 { font-size: 17px; padding: 27px 18px 17px; }
.hm-attorny-rit h5 strong { font-size: 65px; }
.hm-testimonials .text-heading { margin: 0 0 30px; }
.hm-testimonials .testi-item { padding: 46px 34px 86px; }
.hm-testimonials .testi-item p { font-size: 16px; line-height: 1.7; margin: 0 0 20px; }
.hm-testimonials .testi-item h5 { font-size: 23px; bottom: 57px; }
.testi-total-item::before, .testi-total-item::after { width: 52px; height: 28px; }
.hm-testi-list .owl-nav { margin: 55px auto -35px; }
.hm-testi-list .owl-nav button { width: 39px; height: 14px; }


/* Inner Page*/

    .page-container, .post-container {
        max-width: 1100px;
    }
    #main-heading h1 {
        font-size: 50px;
        margin: 0 auto 12px;
    }
    #main-heading {
        padding: 200px 0 75px;
    }
        #main-heading .inrpg-breadcrumbs {
        font-size: 18px;
    }
    #post-content, #page-content {
        padding: 80px 0;
    }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
    font-size: 50px;
}
#page-column h3 {
    font-size: 40px;
}
#page-column h4 {
    font-size: 35px;
}
#page-column h5 {
    font-size: 30px;
}
#page-column h6 {
    font-size: 26px;
}
#page-column p, #page-column li {
    font-size: 19px;
}
#page-column ul li:before {
    width: 9px;
    height: 9px;
    top: 11px;
}
.sidebar-page .sidebar-item {
    margin: 0 0 40px;
    padding: 20px 15px;
}
.sidebar-page .sidebar-item h2, h4.widget-title {
    padding: 0 0 18px;
    font-size: 40px;
}
.sidebar-page .sidebar-menu-pa ul li a {
    font-size: 20px;
    padding: 12px 15px 12px 35px;
}
.sidebar-page .sidebar-menu-pa ul li a::before {
    top: 18px;
}
.sidebar-page section.widget.testi {
    padding: 25px 20px;
    margin: 0 0 30px;
}
.sidebar-page section.widget.testi h4.widget-title {
    margin: 0 0 20px;
}
#page-content section.widget.testi .testi-item p {
    font-size: 18px;
    line-height: 1.6;
}
#page-content section.widget.testi .testi-item .star-rat {
    margin: 0 auto 15px;
}

#page-content section.widget.testi .testi-item h6 {
    font-size: 23px;
}
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, section.widget .hm-insights.owl-carousel .owl-nav button {
    transform: scale(0.8);
}
    #page-column .cmn-box h2 strong {
        font-size: 70px;
    }
        #page-column .cmn-box h2 {
        font-size: 54px;
    }
        #page-column .cmn-box p {
        font-size: 20px;
        letter-spacing: 3px;
        margin: 0 0 20px;
    }
        #page-column .cmn-box .cnslt-call h5 a {
        font-size: 27px;
    }
        #page-column .cmn-box .cnslt-call h5 {
        letter-spacing: 2px;
    }
#page-column .inn-cmn-riteblk h2 {
    font-size: 46px;
}
#page-column .cmn-box {
    padding: 30px;
}
    #page-column .case-results-cta .case-item h4 {
        font-size: 33px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 22px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 24px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 23px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 18px;
    }
    p.mod_date {
        font-size: 18px;
    }
    .widget-description.active {
        font-size: 18px;
    }
    #page-content .single-profile-block::before{
    height: 95%;
}

/*Practice Area*/
#page-column .practice-name {bottom: 35px; padding: 0 90px 0 35px; } 
#page-column .practice-name h4 {font-size: 32px; } 
#page-column .practice-item::after {transform: scale(0.9); bottom: 30px; right: 30px; }

/*Testimonials*/
#page-content .review-item p {font-size: 18px; line-height: 1.7; margin: 0 0 20px; } 
#page-content .review-item h5 {font-size: 25px; bottom: 50px; } 
#page-content .review-item {padding: 45px 40px 80px; }

/*Single Attorney*/
#page-content .single-profile-block {gap: 25px;} 
#page-content .single-profile-block .sp-block h2 {font-size: 60px; margin: 0 0 12px; } 
#page-content .single-profile-block .sp-block h5 {font-size: 19px; } 
#page-content .single-profile-block .profile-tel p a {font-size: 27px; } 
#page-content .single-profile-block .sp-block .profile-tel p {font-size: 17px; letter-spacing: 2.1px; } 
.single-profile-image {margin: -60px 0 0; }

/*Contact Page*/
.sidebar-blog{margin: 0 0 30px;}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {padding: 14px 60px 14px 20px;font-size: 18px;}
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select{background-size: 19px, 100% 100%;}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit{width: 19px;height: 19px;}
.posts-list{padding: 15px 15px 55px;}
#post-content .posts-thumbnail {margin: 0 0 25px;}
#post-content .posts-list .posts-block {padding: 0px 0px 0 25px;}
#post-content .posts-list .posts-block h3 a{font-size: 19px;}
#post-content .posts-list .posts-readmore a {font-size: 18px;padding: 0 40px 0 0;}
#post-content .posts-list .posts-readmore a:before{width: 27px;height: 10px;}
.posts-readmore {left: 19px;bottom: 26px;}
#post-content .posts-list .posts-readmore a {font-size: 19px;}
#post-column-full .nav-links .page-numbers{font-size: 25px;width: 50px;height: 50px;}

/*Contact Page*/
.contact-page h2 {margin: 0 0 30px !important; } 
#page-column .in-cont-item {padding: 25px 15px; } 
#page-column .in-cont-item h4 {font-size: 34px; } 
#page-column .in-cont-item.phn p {font-size: 22px !important; } 
#page-column .in-cont-item.phn a {margin: 8px 0 0; font-size: 28px; } 
#page-column .in-cont-list {margin: 0px 0 60px; }
.contact-page iframe {height: 400px; }
.page-template-template-contact .hm-form-sec {margin: -60px 25px 0; }
.page-template-template-contact #page-content {padding: 70px 0 0; }


.page-feature-img, .single-thumbnail {margin: 0 0 25px; }
#page-column .single-meta {margin: 0 0 20px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm{padding: 25px 16px;}
.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search{margin: 0 0 25px;}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {font-size: 35px; }
.single-pagination .nav-links a {font-size: 18px; width: 160px; padding: 17px 20px 16px; }


.video-splash{margin: 0 auto 40px;}
.video-splash video{height: 310px;}
#page-column .accordion-profile h3{font-size: 22px;background-size: 19px; background-position: right 19px top 23px;}


}

@media screen and (max-width:1366px) {
    #page-column .areaserved-item a {
        font-size: 17px;
        padding: 13px 10px 8px;
        min-height: 65px;
    }
    #page-content .areaserved-item-list {
        padding: 40px;
    }
}

@media screen and (max-width:1280px) {

}

@media screen and (max-width:1240px) {
    .container, .hm-attorney-sec .container, .site-header .container, .hm-practice-areas-sec .container, .ftr-block-sec .container {
        max-width: 990px;
        padding: 0 10px;
    }


    a.cmn-btn { font-size: 16px; padding: 15px 30px; border-radius: 22px; }
a.cmn-btn::before { border-radius: 22px; }
.text-heading { font-size: 55px; margin: 0 0 25px; }

.logo-rite {padding-right: 0; } 
.site-branding {width: 220px; } 
#main-navigation ul li a {font-size: 15px; } 
#main-navigation ul li {margin: 0 15px; } 
.top-req {font-size: 17px; } 
.top-rite {margin: 0 0 15px; } 
.top-cal a {font-size: 21px; padding: 11px 25px 11px 50px; } 
.top-cal a:before {transform: scale(0.8); left: 20px; } 
.site-header.is-sticky .site-branding {width: 200px; } 
.hm-banner-section {padding: 180px 0 0; } 
.banner-rite {padding: 40px 0 0; } 
.bnr-cnct h1 {font-size: 35px; margin: 0 0 16px; letter-spacing: 4.8px; } 
.bnr-cnct h1 strong {font-size: 105px; } 
.bnr-cnst {font-size: 16px; margin: 0 0 20px; } 
.bnr-cnst:before {bottom: 9px; } 
.banner-lft {width: 33%; } 
.hm-consult-sec {padding: 230px 0 110px;} 
.home .hm-consult-sec{margin: -140px 0 0;}
.consult-cnt h2 {font-size: 110px; } 
.consult-cnt h5 {font-size: 21px; letter-spacing: 6px; } 
.consult-cnt h4 {font-size: 29px; margin: 0 0 25px; } 
.hm-consult-btn-cnt {gap: 15px;flex-wrap: wrap-reverse; } 
.hm-consult-cnt p a {font-size: 23px; } 
.hm-consult-cnt p {font-size: 16px; letter-spacing: 1.4px; } 
.hm-consult-cnt p a:before {transform: scale(0.9); } 
.hm-form-sec {padding: 45px 55px 50px; } 
.hm-form .gform_fields {gap: 10px !important; } 
.hm-form-sec p {font-size: 17px; margin: 0 0 20px; } 
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 15px !important; padding: 16px 20px !important; } 
.hm-form .gform_wrapper .top_label textarea {height: 120px !important; } 
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 17px; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 19px !important; padding: 17px 35px !important; } 
.ftr-block-sec {padding: 40px 0 20px; } 
#footer-navigation ul li a {font-size: 17px; } 
#footer-navigation ul li {margin: 0 22px; } 
.hm-ftr-itm {padding: 0px 45px 0 0; } 
.ftr-addr p {font-size: 16px; } 
.ftr-addr:before, .footer-number a:before {transform: scale(0.8); } 
.ftr-addr:before {top: 0px; } 
.footer-number a {font-size: 26px; margin: 0 0 15px; padding: 0 0 0 32px; } 
.hm-ftr-itm.cnt {padding: 0px 0px 0 45px; } 
.footer-btn a.cmn-btn {padding: 14px 22px; } 
.ftr-blk {padding: 30px 0; } 
.ftr-scl-icons a {width: 40px; height: 40px; } 
.ftr-copyrights-sec p, .ftr-copyrights-sec a {font-size: 19px; line-height: 1.3; letter-spacing: 0.3px; } 
.hm-form .gform_wrapper select {background-size: 13px;padding-right: 40px !important; }

.hm-Prnl-inry-sec { padding: 60px 0 45px; }
.hm-prnl-inry-list { padding: 40px 0 0 40px; }
.hm-prnl-inry-lft h3 { font-size: 43px; margin: 0 0 22px; }
.hm-prnl-inry-cnt p { font-size: 15px; margin: 0 0 22px; line-height: 1.6; }
.hm-prnl-inry-cnt { padding: 0 0 0 25px; }
.hm-prnl-inry-blk { padding: 0 17px; }
.hm-prnl-inry-btn-list { gap: 20px; }
.hm-prnl-inry-call-btn a::before { width: 15px; height: 15px; }
.hm-prnl-inry-call-btn a { font-size: 21px; padding: 0 0 0 21px; }
.hm-prnl-inry-call-btn p { font-size: 14px; letter-spacing: 0.82px; }
.hm-prnl-inry-img { margin: 0 -15px -50px -66px; }
.hm-prnl-inry-img::after { width: 26px; height: 58px; left: 115px; }
.hm-practice-areas-sec { padding: 50px 0; }
.hm-practice-name { bottom: 25px; padding: 0 80px 0 30px; }
.hm-practice-name h4 { font-size: 30px; }
.hm-practice-item::after { width: 34px; height: 34px; right: 34px; bottom: 24px; }
.hm-practice-list { margin: 0 0 35px; }

.hm-choose-sec { padding: 40px 0; }
.hm-choose-sec .text-heading { margin: 0 0 42px; }
.hm-choose-lft, .hm-choose-rit { padding: 16px 0 0; }
.hm-choose-itm { gap: 14px; margin: 0 0 20px; }
.hm-choose-itm-cnt h4 { font-size: 19px; }
.hm-choose-lst { margin: 0 0 25px; }
.hm-choose-btm-cnt p { font-size: 15px; line-height: 1.6; }
.hm-choose-btm-cnt { width: 92.5%; }
.hm-choose-btm-cnt .call-btn p { font-size: 15px; letter-spacing: 0.72px; }
.call-btn p a { font-size: 23px; }
.call-btn p a::before { width: 17px; height: 17px; }

.hm-attorney-sec { padding: 65px 0 150px; }
.hm-attorny-lft h2 { font-size: 95px; }
.hm-attorny-lft p { font-size: 14px; margin: 0 0 20px; line-height: 1.6; }
.hm-attorny-rit::before, .hm-attorny-rit::after { width: 25px; height: 37px; }
.hm-attorny-rit h5::after { height: calc(100% + 33px); }
.hm-attorny-rit h5 { font-size: 14px; padding: 22px 18px 15px; }
.hm-attorny-rit h5 small::before, .hm-attorny-rit h5 small::after { width: 10px; height: 9px; }
.hm-attorny-rit h5 small { letter-spacing: 0.86px; }
.hm-attorny-rit h5 strong { font-size: 47px; }
.hm-attorney-cnt::before { height: 480px; bottom: -8px; }
.hm-testimonials { margin: -40px 0 0; }
.hm-testimonials .text-heading { margin: 0 0 25px; }
.hm-testimonials .testi-item { padding: 40px 27px 75px; }
.hm-testimonials .testi-item h5 { font-size: 20px; bottom: 50px; }
.hm-testimonials .testi-item p { font-size: 15px; line-height: 1.6; margin: 0 0 17px; }
.testi-total-item::before, .testi-total-item::after { width: 42px; height: 24px; }
.testi-total-item::before { top: 3px; left: 43px; }
.testi-total-item::after { right: 43px; bottom: 3px; }
.hm-testi-list .owl-nav { margin: 45px auto -29px; width: 36%; }
.hm-testi-list .owl-nav button { width: 30px; height: 12px; }



/* Inner Page*/
    .page-container, .post-container {
        max-width: 990px;
        padding: 0 10px;
    }
#main-heading {
        padding: 180px 0 50px;
    }
    #main-heading h1 {
        font-size: 45px;
    }
        #main-heading .inrpg-breadcrumbs {
        font-size: 17px;
    }
        #post-content, #page-content {
        padding: 60px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 45px;
    }
    #page-column p, #page-column li {
        font-size: 18px;
    }
    .sidebar-page .sidebar-item {margin: 0 0 30px; padding: 20px 10px; }

        .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 0 15px;
        font-size: 35px;
    }
      .sidebar-page .sidebar-menu-pa ul li a {font-size: 16px; padding: 10px 14px 10px 30px; }
    .sidebar-page .sidebar-menu-pa ul li a::before {
        top: 15px;
        width: 7px;
        height: 7px;
        left: 14px;
    }
        .sidebar-page section.widget.testi {
        padding: 23px 15px;
    }
    .testi-sdbr-blk {
    padding: 20px 15px 20px;
}
    #page-content section.widget.testi .testi-item p {
        font-size: 17px;
    }
        #page-content section.widget.testi .testi-item h6 {
        font-size: 21px;
    }
    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, section.widget .hm-insights.owl-carousel .owl-nav {
    margin: 15px auto 0;
}
    #page-column .cmn-box {
        padding: 25px;
        margin: 25px 0;
    }
    #page-column .cmn-box h2 strong {
        font-size: 60px;
    }
        #page-column .cmn-box h2 {
        font-size: 45px;
    }   
        #page-column .cmn-box p {
        font-size: 19px;
        letter-spacing: 2px;
        margin: 0 0 17px;
    }
        #page-column .cmn-box .cnslt-call h5 a {
        font-size: 25px;
    }
        #page-column .cmn-box .cnslt-call h5 {
        letter-spacing: 1.7px;
        font-size: 16px;
    }   
    #page-column .cmn-box .cnslt-call h5 a::before {
    transform: scale(0.9);
}
#page-column .inn-cmn-blk {
    padding: 20px 20px 0 30px;
    margin: 25px 0;
}
    #page-column .inn-cmn-riteblk h2 {
        font-size: 42px;
            margin: 0 0 15px;
    }


    #page-content .areaserved-item a {
        min-height: 60px;
        font-size: 16px;
    }
    #page-content .areaserved-item-list {
        padding: 35px;
    }

    .fact-checked-sec {
        padding: 20px 0px;
    }
    p.mod_date {
        font-size: 16px;
    }
    #page-column .testimonial-cta-block .star-rating {
        width: 105px;
    }
    #page-column .testimonial-cta-block .testi-content p {
        color: #931917;
        font-size: 18px;
        line-height: 1.7;
        margin: 0 0 20px;
    }
    .widget-description.active {
        font-size: 17px;
    }

    #page-column .case-results-cta .case-slider {
        gap: 15px;
    }
    #page-column .case-results-cta .case-item h4 {
        font-size: 28px;
        margin: 0 0 15px;
        padding: 12px 10px 27px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 19px;
    }
    #page-column .case-results-cta .case-item {
        padding: 4px 4px 20px !important;
        width: 48.7%;
    }
    #page-column .case-results-cta .case-item h4:before {
        bottom: 15px;
    }
    #page-column .case-results-cta {
        margin-bottom: 25px;
    }

    #page-column section.widget.widget_team_member .team-inner-list {
        gap: 20px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 21px;
        margin: 0 0 12px;
    }
    #page-column section.widget.widget_team_member .team_member_summary p {
        font-size: 16px;
    }
    #page-column section.widget.widget_team_member .team_member_pic {
        width: 76%;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        padding-bottom: 15px;
    }

    #page-column .widget.widget_related_insights ul li {
        font-size: 20px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 15px;
    }

.sidebar-page .sidebar-menu-pa .sub-menu.open {
    padding: 10px 0 0 15px;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a {
    font-size: 15px;
    padding: 0px 15px 0px 24px;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:before{left: 10px;}

/*Practice Area*/
#page-column .practice-list {gap: 25px; } 
#page-column .practice-name {padding: 0 75px 0 30px; } 
#page-column .practice-name h4 {font-size: 28px; } 
#page-column .practice-item::after {transform: scale(0.8); bottom: 27px; right: 25px; }

/*Testimonials*/
#page-content .review-item p {font-size: 17px; line-height: 1.6; margin: 0 0 15px; } 
#page-content .review-item h5 {font-size: 23px; bottom: 45px; } 
#page-content .review-item {padding: 45px 35px 70px; } 
#page-content .review-total-item::before, #page-content .review-total-item::after {width: 50px; height: 30px; left: 55px; } 
#page-content .review-total-item::after {right: 55px; left: auto; }

/*Single Attorney*/
#page-content .single-profile-block .sp-block h2 {font-size: 45px; margin: 0 0 10px; } 
.sp-block h5 {font-size: 17px; } 
#page-content .single-profile-block .profile-tel p a {font-size: 24px; padding: 0 0 0 30px; } 
#page-content .single-profile-block .sp-block .profile-tel p {font-size: 16px; letter-spacing: 1.5px; margin: 0 0 15px; } 
#page-content .single-profile-block .profile-tel p a::before {transform: scale(0.9); } 
#page-content .single-profile-block {gap: 20px; margin: 0px 0 25px; } 
.single-profile-image {margin: -50px 0 0; }

/*Blog Page*/
.sidebar-blog {margin: 0 0 25px; gap: 20px; }
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {background-size: 15px, 100% 100%; background-position: right 19px center, top;}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {width: 16px; height: 16px;right: 19px; }
.posts-list {padding: 10px 10px 50px; }
#post-content .posts-thumbnail {margin: 0 0 15px; }
#post-content .posts-list .posts-block {padding: 0px 0px 0 15px;}
#post-content .posts-list .posts-block h3 a {font-size: 16px; }
#post-content .posts-list .posts-block p{font-size: 16px;}
.posts-readmore {left: 14px; bottom: 20px; }
#post-content .posts-list .posts-readmore a {font-size: 16px; padding: 0 35px 0 0; }
#post-content .posts-list .posts-readmore a:before{width: 23px;height: 9px;}
#post-column-full .nav-links .page-numbers {font-size: 20px; width: 45px; height: 45px; }

/*Contact Page*/
.page-template-template-contact #page-content {padding: 60px 0 0; } 
#page-column .in-cont-item h4::before {transform: scale(0.8); top: -5px; } 
#page-column .in-cont-item h4 {font-size: 30px; padding: 55px 0 0; } 
#page-column .in-cont-item p {font-size: 16px; } 
#page-column .in-cont-item.phn p {font-size: 20px !important; } 
#page-column .in-cont-item.phn a {margin: 6px 0 0; font-size: 25px; } 
#page-column .in-cont-list {margin: 0px 0 40px; } 
.contact-page iframe {height: 330px; } 
.page-template-template-contact .hm-form-sec {margin: -45px 25px 0; }

.page-feature-img, .single-thumbnail {margin: 0 0 20px; }
#page-column .single-meta {margin: 0 0 15px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm {padding: 20px 15px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {font-size: 30px; margin: 0 0 14px; }
.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {margin: 0 0 20px; }
.single-pagination .nav-links a {font-size: 17px; width: 150px; padding: 15px 20px 14px; }
.single-pagination {margin: 20px 0 0; }


.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open {top: 12px; right: 15px; }

.video-splash{margin: 0 auto 30px;}
.video-splash video{height: 280px;}


#page-column .accordion-profile {margin: 0 0 15px;}
#page-column .accordion-profile h3 {font-size: 19px; background-size: 16px; background-position: right 15px top 20px; padding: 15px 40px 14px 15px; }
#page-column .accordion-profile .accordion-profile-content{padding: 15px 15px 0;}
#page-column ol, #page-column ul {margin: 0 0 20px 0px;}



}

@media screen and (max-width:1140px) {

}

@media screen and (max-width:1040px) {

}

@media screen and (max-width:991px) {
    .container, .hm-attorney-sec .container, .site-header .container, .hm-practice-areas-sec .container, .ftr-block-sec .container {
        max-width: 720px;
        padding:0px;
    }

.head-sec {padding: 20px 0; } 
.showhide {display: block; } 
.mobinav ul {display: block; } 
.hdr-src {display: block; } 
.mobile_src_nav {display: block; } 
.top-menu {display: none; } 
.logo-menu {display: inline-block; text-align: center; } 
.topmenu {width: 100%; display: none; } 
.showhide b.txtl, .showhide b.txtr {color: #fff; } 
.logo {width: max-content; } 
.logo img {max-width: 200px; } 
.top-rit {max-width: 100%; position: inherit; display: inline-block; margin: 0; float: none; } 
.mobinav ul {padding: 10px 10px; text-align: left; display: block; } 
.mobinav {top: 44px; display: block; } 
.mobile_src_nav {display: block; padding: 8px 0; background-color: #ceaf59; } 
.logo-rit {max-width: 100%; text-align: center; background-color: transparent; border: 0; padding: 0; } 
.sticky-wrap {display: block; } 
.header-sticky.fixed-header {display: block; } header#site-header {border: none; background-color: transparent; } nav#main-navigation {display: none; } header.site-header.is-sticky{display: none; } 
.logo-section{position: relative; padding: 10px 0 !important; align-items: center; } 
.site-branding {width: 100%; max-width: 180px; padding: 0; } 
.header-number a {font-size: 18px; padding: 16px 15px 16px 30px; } 
.sicky-cnt.sticky-mobile-logo {width: 100%; max-width: 150px; }

.text-heading { font-size: 40px; margin: 0 0 20px; }
a.cmn-btn {padding: 15px 23px; font-size: 15px; }

.site-header {padding: 12px 0 0; background-color: #152d7d; position: inherit; } 
.top-rite {margin: 0; } 
.hm-banner-section {padding: 30px 0; } 
.hm-banner-section:before{display: none; } 
.banner-cnt-blk {justify-content: center; gap: 20px; flex-direction: column; position: relative; } 
.banner-lft {width: 100%; max-width: 300px; margin: auto; padding: 0 12px; border-bottom: 2px solid #ffffff7d; } 
.banner-rite {padding: 0; width: 100%; gap: 10px; } 
.bnr-cnst:before{display: none;} 
.bnr-cnst br{display: none;} 
.bnr-ply-icon {margin: auto; width: 100%; max-width: 70px; position: absolute; top: 40px; left: 18%; } 
.bnr-cnct h1 strong {margin: auto; font-size: 95px; } 
.bnr-cnst {font-size: 17px;  line-height: 1.4; } 
.banner-rite {padding: 0; width: 100%; justify-content: center; gap: 20px; text-align: center; } 
.hm-form-sec:after{display: none; } 
.hm-consult-sec {padding: 90px 0 60px; } 
.home .hm-consult-sec{margin: -50px 0 0;}
.consult-cnt h5 {font-size: 20px; letter-spacing: 4.3px; } 
.consult-cnt h2 {font-size: 78px; margin: 0 auto 15px; } 
.consult-cnt h4 {font-size: 24px; margin: 0 0 20px; } 
.hm-consult-cnt p a {font-size: 22px; } 
.hm-consult-cnt p {font-size: 15px; letter-spacing: 1.2px; } 
.hm-form-sec {padding: 30px 30px 35px; margin: 0; } 
.hm-form-sec p {font-size: 16px; } 
.hm-form .gform_fields {gap: 8px !important; } 
.hm-form .gform_wrapper .gform_footer.top_label {margin: 22px auto 0; float: none; } 
.hm-form .gfield_description.validation_message {font-size: 12px; } 
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {font-size: 14px !important; padding: 14px 15px !important; } 
.hm-form .gform_wrapper .top_label textarea {height: 100px !important; margin: 0px 0 10px; } 
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 16px; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 18px !important; padding: 15px 30px !important; } 
.hm-form .gform_wrapper select {background-size: 13px; padding-right: 40px !important;background-position: right 18px center; }
.ftr-block-sec {padding: 30px 0 20px; } 
#footer-navigation ul li a {font-size: 16px; } 
#footer-navigation ul li {margin: 0px 20px 10px; } 
#footer-navigation ul {padding: 0 0 15px; } 
.ftr-blk {padding: 30px 0; flex-direction: column; gap: 15px; } 
.hm-ftr-itm {width: 100%; max-width: 320px; margin: auto; padding: 20px 10px; border: 1px solid #ffffff6b; text-align: center; order: 2; } 
.ftr-addr p {text-align: left; } 
.hm-ftr-itm.lgo {width: 100%; border: none; order: 1; padding: 0; } 
.ftr-logo {width: 100%; max-width: 220px; margin: auto; } 
.hm-ftr-itm.cnt {padding: 20px 10px; width: 100%; } 
.hm-ftr-itm h4 {font-size: 34px; } 
.footer-number a {font-size: 23px; } 
.ftr-scl-icons {display: flex; justify-content: center; gap: 10px; } 
.ftr-scl-icons:before, .ftr-scl-icons:after {width: 37%; } 
.ftr-addr:before, .footer-number a:before {transform: scale(0.7); } 
.ftr-addr {padding: 0 0 0 35px; max-width: 220px; margin: auto; }
.ftr-copyrights-sec p, .ftr-copyrights-sec a {font-size: 18px; }

.hm-prnl-inry-list { padding: 30px; }
.hm-prnl-inry-list { padding: 30px; flex-direction: column-reverse; align-items: center; gap: 20px; }
.hm-prnl-inry-img { margin: 0; border: 2px solid #000; }
.hm-prnl-inry-rgt { width: 100%; max-width: 320px; }
.hm-prnl-inry-lft { padding: 0; width: 100%; text-align: center; }
.hm-prnl-inry-lft h3 { font-size: 35px; margin: 0 0 18px; }
.hm-prnl-inry-cnt { padding: 0; border: 0; }
.hm-prnl-inry-btn-list { justify-content: center; flex-wrap: wrap; }
.hm-prnl-inry-list::after{ display: none; }
.hm-prnl-inry-img::after { width: 21px; height: 44px; left: 17px; top: 12px; }
.hm-prnl-inry-blk::after{ display: none; }
.hm-prnl-inry-blk{ padding: 0; }
.hm-prnl-inry-btn-list { gap: 15px; }
.hm-Prnl-inry-sec { padding: 50px 0 25px; }
.hm-practice-areas-sec { padding: 25px 0; }
.hm-practice-item { width: 100%; max-width: 380px; margin: 0 auto; }
.hm-practice-name h4 { font-size: 22px; }
.hm-practice-item::after { width: 30px; height: 30px; right: 30px; bottom: 22px; }

.hm-practice-list .owl-dots {display: flex ; align-items: center; justify-content: center; gap: 8px; margin: 20px auto 0; }
.hm-practice-list .owl-dots button.owl-dot {width: 10px; height: 10px; border: 1px solid #fff; border-radius: 50%; background-color: transparent; }
.hm-practice-list .owl-dots button.owl-dot.active {background-color: #fff; outline: 1px solid #fff; outline-offset: 2px; }
.hm-practice-list { margin: 0 0 20px; }
.hm-practice-item { border-image: linear-gradient(-200deg, #9d6b24 0%, #f2e280 35%, #a17129 65%, #f2e280 100%) 1; border-width: 2px; border-style: solid; }
.hm-choose-sec { padding: 25px 0; }
.hm-choose-sec .text-heading { margin: 0 0 20px; }
.hm-choose-lst { margin: 0 0 20px; flex-wrap: wrap; gap: 15px; justify-content: center;}
.hm-choose-mid { order: 1; width: 100%; }
.hm-choose-lft { order: 2; }
.hm-choose-rit{ order: 3; }
.hm-choose-itm-img { width: 100%; max-width: 60px; }
.hm-choose-lft, .hm-choose-rit { width: 100%; padding: 0; max-width: 300px; }
.hm-choose-rit .hm-choose-itm { flex-direction: row; }
.hm-choose-itm-cnt h4 { font-size: 17px; }
.hm-choose-rit .hm-choose-itm .hm-choose-itm-cnt h4 { text-align: left; }
.hm-choose-itm { margin: 0 0 10px; }
.hm-choose-btm-cnt { width: 100%; }
.hm-choose-btn-lst { gap: 15px; flex-wrap: wrap; }
.hm-choose-mid img { max-width: 170px; margin: auto; }
.hm-attorny-lst { padding: 0; gap: 20px; flex-direction: column; }
.hm-attorney-sec { padding: 25px 0; }
.hm-attorny-lft { width: 100%; text-align: center; order: 3; }
.hm-attorny-img { width: 100%; max-width: 320px; order: 1; border-bottom: 2px solid #f8d47f6b; padding: 10px 20px 0; }
.hm-testimonials { margin: 0; padding: 25px 0; }
.hm-attorny-lft h2 { font-size: 65px; }
.hm-attorny-rit { order: 2; width: 100%; max-width: 110px; padding: 20px 0; }
.hm-attorny-lft p { font-size: 15px; margin: 0 0 15px; }
.testi-total-item { max-width: 350px; margin: 0 auto; }
.hm-testimonials .testi-item { padding: 40px 30px 75px; }
.hm-testi-list .owl-nav { margin: 20px auto; width: 100%; max-width: 100px; }
.hm-attorny-rit::before, .hm-attorny-rit::after{ display: none; }
.hm-attorny-img:before{ display: none; }




/* Inner Page*/
    .page-container, .post-container {
        max-width: 720px;
        padding:0px;
    }
    #page-content .areaserved-item {
        width: 48%;
    }

    .page-col-full, .single-col-full {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    #post-content, #page-content {
        padding: 50px 0;
    }
        .sidebar-page section.widget.testi {
        margin: 0;
    }
    #single-column, #post-column, #page-column {
        width: 100%;
    }
    .sidebar-page, .sidebar-single {
        width: 100%;
        max-width: 320px;
    }

    #page-column .testimonial-cta-block .testi-content p {
        font-size: 17px;
    }
    #page-column .case-results-cta .case-item {
        width: 100%;
        max-width: 350px;
    }
    #page-column section.widget.widget_team_member .team_member_item {
        width: 100%;
        max-width: 200px;
    }
    #page-column .testimonial-cta-block .testi-item h6 {
        font-size: 23px;
    }
    #page-column section.widget.widget_team_member .team_member_name p {
        font-size: 19px;
    }

    .related-insights-posts .posts-list {
        width: 100%;
        max-width: 300px;
    }
    .related-insights-posts {
        justify-content: center;
        flex-wrap: wrap;
    }

/*Practice Area*/
#page-column .practice-list {gap: 20px; } 
#page-column .practice-item {width: 100%; max-width: 350px; } 
#page-column .practice-name h4 {font-size: 20px; } 
#page-column .practice-name {padding: 0 60px 0 20px; bottom: 22px; } 
#page-column .practice-item::after {transform: scale(0.7); bottom: 15px; right: 15px; }

/*Testimonials*/
#reviews-main {column-count: 1; gap: 20px; } 
#page-content .review-total-item {margin-bottom: 20px; } 
#page-content .review-item:before {width: 95%; }

/*Single Attorney*/
#page-content .single-profile-block {align-items: center;margin: 50px 0 25px;} 
.sp-block {padding: 30px 0px 0; }
#page-content .single-profile-block .sp-block h2 {font-size: 40px; margin: 0 0 10px; }

/*Blog Page*/
.sidebar-blog {margin: 0 0 20px; gap: 15px; align-items: center; flex-direction: column; }
.sidebar-blog-item {width: 100%; max-width: 300px;}
.posts-list {width: 100%; max-width: 320px; }

/*Contact Page*/
.contact-page h2 {margin: 0 0 20px !important; } 
#page-column .in-cont-list {margin: 0px 0 30px; flex-direction: column; gap: 15px; } 
#page-column .in-cont-item {padding: 20px 15px; width: 100%; max-width: 320px; margin: auto; }
.page-template-template-contact #page-content {padding: 40px 0 0; }

.video-splash{margin: 0 auto 20px; width: 100%; max-width: 500px;}
.video-btm-btns{gap: 15px; flex-wrap: wrap;}

#main-heading {padding: 100px 0 50px; }

}

@media screen and (max-width:767px) {
    .container, .hm-attorney-sec .container, .site-header .container, .hm-practice-areas-sec .container, .ftr-block-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }

.text-heading {font-size: 36px; }

.bnr-cnct h1 {font-size: 26px; margin: 0 0 15px; letter-spacing: 2.7px; } 
.bnr-cnct h1 strong {font-size: 75px; margin: auto; } 
.bnr-cnst {margin: 0 0 15px; } 
.bnr-ply-icon {max-width: 60px; position: absolute; top: 50px; left: 15%; } 
.hm-banner-section {padding: 25px 0; } 
.hm-form-sec p {font-size: 15px; } 
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email, .hm-form .gfield.gfield--type-select {width: 100% !important; } 
.hm-consult-sec {padding: 45px 0; }
.home .hm-consult-sec{margin: 0;} 
.consult-cnt h2 {font-size: 55px; margin: 0 auto 12px; } 
.consult-cnt h5 {font-size: 18px; letter-spacing: 2.5px; } 
.consult-cnt h4 {font-size: 22px; line-height: 1.3; margin: 0 0 16px; } 
.hm-form-sec {padding: 25px 25px; margin: 0; } 
.popup .popuptext{padding: 10px; line-height: 1.4; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 17px !important; padding: 13px 27px !important; } 
.ftr-block-sec {padding: 25px 0 15px; } 
#footer-navigation ul li a {font-size: 14px; } 
#footer-navigation ul li {margin: 0px 10px 10px; } 
.ftr-blk {padding: 20px 0; } 
.hm-ftr-itm h4 {font-size: 30px; } 
.ftr-scl-icons:before, .ftr-scl-icons:after {width: 30%; } 
.ftr-copyrights-sec {padding: 15px 0px; } 
.hm-form-sec .text-heading {letter-spacing: 0; }
.ftr-copyrights-sec p, .ftr-copyrights-sec a {font-size: 16px; } 
.copy-para img {width: 70px; }

.hm-prnl-inry-lft h3 { font-size: 28px; margin: 0 0 15px; }
.hm-prnl-inry-cnt p { margin: 0 0 18px; }
.hm-prnl-inry-list { padding: 30px 20px; }
.hm-Prnl-inry-sec { padding: 30px 0 20px; }
.hm-practice-areas-sec { padding: 20px 0; }
.hm-choose-sec { padding: 20px 0; }

.hm-attorny-lft h2 { font-size: 50px; }
.hm-attorney-sec { padding: 20px 0; }
.hm-testimonials { padding: 20px 0; }






    /* Inner Page*/
    .page-container, .post-container {
        max-width:100%;
        padding: 0 15px;
    }
#main-heading {
        padding: 40px 0;
    }
    #main-heading h1 {
        font-size: 38px;
    }
    #main-heading .inrpg-breadcrumbs {
        font-size: 16px;
    }
    #post-content, #page-content {
        padding: 40px 0;
    }
    #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 35px;
    }
    #page-column h3 {
        font-size: 32px;
    }
    #page-column h4 {
        font-size: 28px;
    }
        #page-column h5 {
        font-size: 25px;
    }
        #page-column h6 {
        font-size: 22px;
    }
        #page-column p, #page-column li {
        font-size: 17px;
        margin: 0 0 20px 0;
        line-height: 1.7;
    }
    #page-column ul li:before {
        width: 8px;
        height: 8px;
        top: 10px;
    }
        #page-column .cmn-box {
        padding: 15px;
    }
        #page-column .cmn-box h2 strong {
        font-size: 45px;
    }
        #page-column .cmn-box h2 {
        font-size: 35px;
    }
        #page-column .cmn-box p {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .cmn-box-cnslt-btn {
    gap: 15px;
}
    #page-column .inn-cmn-blk {
        padding: 20px;
        flex-direction: column-reverse;
    }
    #page-column .inn-cmn-lftblk {
    width: 100%;
    max-width: 200px;
    margin: auto;
}
#page-column .inn-cmn-riteblk {
    width: 100%;
    text-align: center;
}
    #page-column .inn-cmn-riteblk h2 {
        font-size: 34px;
        margin: 0 0 15px;
    }

#page-column .practice-item {max-width: 390px; margin: auto; }



.contact-page iframe {height: 270px; }

}

@media screen and (max-width:680px) {

}
@media screen and (max-width:640px) {

.logo-section {flex-direction: column; gap: 20px; } 
.top-rite {gap: 15px; flex-wrap: wrap; justify-content: center; } 
.showhide b.txtl {font-size: 18px; } 
.mobile_src_nav {padding: 6px 0; } 
.top-cal a {font-size: 20px; padding: 10px 20px 10px 45px; }

/*    Inner Page*/

    #page-content .areaserved-item {
        width: 100%;
    }
    #page-content .areaserved-item-list {
        padding: 30px 15px;
    }

/*Single Attorney*/
#page-content .single-profile-block::before{display: none; } .single-profile-image {margin: auto; width: 100%; max-width: 250px; border-bottom: 2px solid #ffffff96; } 
#page-content .single-profile-block {align-items: center; gap: 15px; flex-direction: column; margin: 0 auto 25px; padding: 20px; width: 100%; max-width: 400px; }
#page-content .single-profile-block::after{display: none; } .sp-block {padding: 0; width: 100%; text-align: center; }
}



@media screen and (max-width:540px) {

}

@media screen and (max-width:480px) {

.text-heading { font-size: 26px; margin: 0 0 15px; }
a.cmn-btn { font-size: 15px; padding: 13px 25px; border-radius: 20px; }
a.cmn-btn::before { border-radius: 20px; }

.logo-section {gap: 15px; } 
.banner-lft {max-width: 250px; } 
.bnr-ply-icon {max-width: 50px; top: 35px; left: 12%; } 
.bnr-cnct h1 {font-size: 22px; letter-spacing: 2px; } 
.bnr-cnct h1 strong {font-size: 60px; } 
.bnr-cnst {font-size: 16px; } 
.consult-cnt h2 {font-size: 45px; margin: 0 auto 10px; } 
.consult-cnt h4 {font-size: 19px; } 
.hm-consult-sec {padding: 35px 0; } 
.hm-form-sec {padding:20px 15px; } 
.hm-form .gform_wrapper .top_label textarea {height: 80px !important; } 
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {padding: 12px 15px !important; } 
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {font-size: 15px; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {font-size: 16px !important; padding: 12px 26px !important; } 
.hm-form .gform_wrapper select {background-size: 12px; padding-right: 35px !important; background-position: right 15px center; }
.footer-btn a.cmn-btn {padding: 13px 22px; } 
.ftr-scl-icons a {width: 38px; height: 38px; } 
.ftr-scl-icons:before, .ftr-scl-icons:after {width: 25%; } 
.ftr-copyrights-sec p, .ftr-copyrights-sec a {font-size: 15px; } 
.hm-form .gfield_description.validation_message {font-size: 11px; top: 3px; } 
.hm-form .gfield_description.instruction.validation_message {bottom: 2px; }
.hm-form-sec p {font-size: 14px; }
.hm-form .chk .gfield_description.validation_message {bottom: -12px !important; }

.hm-prnl-inry-lft h3 { font-size: 25px; }
.hm-practice-name h4 { font-size: 18px; }
.hm-practice-name { bottom: 20px; padding: 0 70px 0 20px; }
.hm-practice-item::after { width: 26px; height: 26px; right: 25px; bottom: 16px; }
.hm-prnl-inry-list { padding: 30px 15px; }
.hm-attorny-lft h2 { font-size: 30px; }

    /* Inner Page*/

    #main-heading {
        padding: 30px 0;
    }
        #main-heading h1 {
        font-size: 30px;
        margin: 0 auto 10px;
        line-height: 1.1;
    }
        #main-heading .inrpg-breadcrumbs {
        font-size: 15px;
    }
        #post-content, #page-content {
        padding: 30px 0;
    }
        #page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {
        font-size: 30px;
    }
        #page-column h3 {
        font-size: 27px;
    }
        #page-column h4 {
        font-size: 24px;
    }
        #page-column h5 {
        font-size: 21px;
    }
        #page-column h6 {
        font-size: 19px;
    }
    #page-column p, #page-column li {
        font-size: 16px;
    }
        #page-column .cmn-box {
        margin: 20px 0;
    }
        #page-column .cmn-box h2 strong {
        font-size: 30px;
    }
    #page-column .cmn-box h2 {
        font-size: 26px;
        margin: 0 auto 11px;
    }
        #page-column .cmn-box .cnslt-call h5 a {
        font-size: 21px;
    }
        #page-column .cmn-box p {
        font-size: 15px;
        line-height: 1.1;
        letter-spacing: 0.5px;
    }
    #page-column .cmn-box .cnslt-call h5 {
        letter-spacing: 1px;
        font-size: 15px;
    }
    #page-column .cmn-box .cnslt-call h5 a::before {
        transform: scale(0.8);
    }
    #page-column .inn-cmn-blk {
        padding: 20px 15px;
    }
    #page-column .inn-cmn-blk {
        margin: 20px 0;
    }
    #page-column .inn-cmn-riteblk h2 {
        font-size: 28px;
        margin: 0 0 10px;
    }
    .sidebar-page .sidebar-item {
        margin: 0 0 30px;
    }
    .sidebar-page .sidebar-item h2, h4.widget-title {
        padding: 0 0 12px;
        font-size: 32px;
    }
    .sidebar-page section.widget.testi {
        padding: 20px 15px;
    }
        #page-content section.widget.testi .testi-item .star-rat {
        margin: 0 auto 12px;
        transform: scale(0.9);
    }
    #page-content section.widget.testi .testi-item p {
        font-size: 16px;
            margin-bottom: 15px;
    }
    .testi-item h6 {
        font-size: 19px;
    }

    #page-column .testimonial-cta-block .star-rating {
        width: 100px;
    }
    #page-column .testimonial-cta-block .testi-item h6 {
        font-size: 21px;
    }
    #page-column .case-results-cta .case-item p {
        font-size: 18px;
    }
    #page-column .widget.widget_related_insights ul li {
        font-size: 18px;
    }
    #page-column .widget.widget_related_insights ul li:before {
        top: 14px;
        width: 8px;
        height: 8px;
    }

/*Practice Area*/
#page-column .practice-name h4 {font-size: 18px; } 
#page-column .practice-list {gap: 15px; } 
#page-column .practice-name {padding: 0 45px 0 15px; bottom: 20px; } 
#page-column .practice-item::after {transform: scale(0.6); bottom: 10px; right: 4px; }

/*Testimonials*/
#page-content .review-item {padding: 40px 25px 60px; } 
#page-content .review-item p {font-size: 16px; line-height: 1.5; } 
#page-content .review-item h5 {font-size: 21px; bottom: 34px; } 
#page-content .review-total-item::before, #page-content .review-total-item::after {width: 45px; height: 25px; left: 30px; } 
#page-content .review-total-item::after {right: 30px; left: auto; } 
#page-content .review-item .star-rat {width: 125px; height: 20px; }
#page-content .review-item:before {width: 92%; }

/*Single Attorney*/
#page-content .single-profile-block {margin: 0 0 20px; padding: 20px 15px; } 
#page-content .single-profile-block .sp-block h2 {font-size: 33px; } 
.sp-block h5 {font-size: 17px; margin: 0 0 12px; } 
.profile-tel p a {font-size: 22px; } 
#page-content .single-profile-block .sp-block .profile-tel p {font-size: 15px; letter-spacing: 1px; }

/*Contact Page*/
#page-column .in-cont-item h4 {font-size: 27px; padding: 50px 0 0; } 
#page-column .in-cont-item h4::before {transform: scale(0.7); top: -9px; } 
#page-column .in-cont-item p {font-size: 15px; } 
#page-column .in-cont-item a {margin: 10px 0 0; } .page-template-template-contact .hm-form-sec {margin: -25px 0px 0; } .contact-page iframe {height: 220px; }

.single-pagination .nav-links a { font-size: 16px; width: 140px; padding: 15px 20px 14px;}
.video-splash video {height: auto; }

#page-column .accordion-profile h3 {font-size: 18px; background-size: 14px; background-position: right 12px top 19px; padding: 14px 35px 13px 15px; }

.single-pagination .nav-links a {font-size: 15px; width: 130px; padding: 13px 20px 12px; }

}