/*
 Theme Name:   Shore To Shore Mediation 
 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: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/lato-v25-latin-regular.eot');
  src: url('./fonts/lato-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('./fonts/lato-v25-latin-regular.woff2') format('woff2'),
       url('./fonts/lato-v25-latin-regular.woff') format('woff'),
       url('./fonts/lato-v25-latin-regular.ttf') format('truetype'),
       url('./fonts/lato-v25-latin-regular.svg#Lato') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/lato-v25-latin-700.eot');
  src: url('./fonts/lato-v25-latin-700.eot?#iefix') format('embedded-opentype'),
       url('./fonts/lato-v25-latin-700.woff2') format('woff2'),
       url('./fonts/lato-v25-latin-700.woff') format('woff'),
       url('./fonts/lato-v25-latin-700.ttf') format('truetype'),
       url('./fonts/lato-v25-latin-700.svg#Lato') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/lato-v25-latin-900.eot');
  src: url('./fonts/lato-v25-latin-900.eot?#iefix') format('embedded-opentype'),
       url('./fonts/lato-v25-latin-900.woff2') format('woff2'),
       url('./fonts/lato-v25-latin-900.woff') format('woff'),
       url('./fonts/lato-v25-latin-900.ttf') format('truetype'),
       url('./fonts/lato-v25-latin-900.svg#Lato') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/nunito-sans-v19-latin-800.eot');
  src: url('./fonts/nunito-sans-v19-latin-800.eot?#iefix') format('embedded-opentype'),
       url('./fonts/nunito-sans-v19-latin-800.woff2') format('woff2'),
       url('./fonts/nunito-sans-v19-latin-800.woff') format('woff'),
       url('./fonts/nunito-sans-v19-latin-800.ttf') format('truetype'),
       url('./fonts/nunito-sans-v19-latin-800.svg#NunitoSans') format('svg');
}

: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: 'Lato';
    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 20px 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: 'Nunito Sans';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Lato';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {display: none;}


/*Header Sticky Menu*/



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

.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}

.site-header.is-sticky .site-branding img {
    width: 80%;
}
.site-header.is-sticky .logo-section{
    align-items: center;
}

.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: 400;
    font-family: 'Lato';
}

.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Lato';
    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: 13px;
    height:45;
}

.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:#ad5726;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

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

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

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

}

.floatingMenuInner li {

    position: relative;

}
.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

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

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

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

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;

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

       -moz-transform: rotate(45deg);

       -ms-transform: rotate(45deg);

       -o-transform: rotate(45deg);

       transform: rotate(45deg);*/

    position: absolute;

    top: 15px;

    right: 6px;

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

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

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

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

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

}

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

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

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

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

      -moz-transform: rotate(135deg);

      -ms-transform: rotate(135deg);

      -o-transform: rotate(135deg);

      transform: rotate(135deg);*/

    opacity: 0;

}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



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



.sticky-wrap{
    display: none;
}


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

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    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: 'Lato';
}

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

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

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

.mobinav a:hover {
    color:#1b2b2e;
}

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

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

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

.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;
}


.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.top-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}
.site-header .container {
    max-width: 1480px;
}

#main-navigation ul{
    margin:0;
    font-size: 0;
}
#main-navigation ul li{
    display: inline-block;
    padding:0 22px 0;
    position: relative;
    margin: 0 0 0;
    border-right: 2px solid #fff;
}

#main-navigation ul li:first-child{
    padding-left:0
}
#main-navigation ul li:last-child{
    padding-right:0;
    border:none;
}
#main-navigation ul li a{
    font-size: 15px;
  font-family: 'Lato';
  font-weight: 900;
    letter-spacing: 0px;
    line-height: 1;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    min-width: inherit;
    margin: 0;
}


.top-call {
    position: relative;
    padding-left: 60px;
}
.top-call p{
    font-family: 'Lato';
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;

}
.top-call p a{
      font-family: 'Nunito Sans';
  font-weight: 800;
  font-size: 32px;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.7px;
  display: block;
  margin: 5px 0 0;
}
.top-call p a:hover{
    color: #ad5726;
}
.top-call p a:before{
   position: absolute;
   content: "";
   background-image: url(images/hm-sprites.webp);
   background-repeat: no-repeat;
   background-position: -15px -153px;
   width: 51px;
   height: 55px;
   top: 0;
   left: 0;
   bottom: 0;
   margin: auto;
}

#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #ad5726;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#ad5727;
    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: #f5f1e9;
    color: #fff;
}*/
#main-navigation ul.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: 15px;
}
#main-navigation .sub-menu li a:hover{
    background-color: #fff;
    color: #ad5726;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0;  
    border: 0;
}
#main-navigation .sub-menu li a:after{
    display:none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:999;
}
.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 35px 0 20px;
    background: #1b2b2e;
    padding: 16px 0;
    box-shadow: rgba(20, 19, 19, 30%) 0px 5px 15px;
    z-index: 999;
}
.site-branding {
    width: 140px;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background:#1b2b2e;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding: 16px 0;
    box-shadow: rgba(20, 19, 19, 30%) 0px 5px 15px;
    border-bottom: 1px solid #ad5727;
}
@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;
}


.text-heading{
    font-family: 'Nunito Sans';
    font-weight: 800;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0px;
    color: #4f5050;
    margin: 0 0 20px;
}
.text-heading strong {
    color: #ad5726;
    font-weight: 800;
}
a.cmn-btn{
display: inline-block;
font-family: 'Lato';
font-size: 20px;
font-weight: 900;
color: #ffffff;
line-height: 1;
letter-spacing: 0.8px;
padding: 28px 55px 27px;
background-color: #ad5726;
text-transform: uppercase;
}
a.cmn-btn:hover{
    background-color: #1b2b2e;
}

/*Banner section*/

.hm-banner-section {
    padding: 380px 0 140px;
    text-align: center;
    background-image: url(images/hmbanner-bg-img131125.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.hm-banner-section:before{
	position:absolute;
	content:"";
	background-color:#000;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.3;
	z-index:-1;
}

.hm-banner-section h1 {
    font-family: 'Nunito Sans';
    font-weight: 800;
    font-size: 48px;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.96px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.hm-banner-section h1 strong {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 1;
    display: block;
    margin: 10px 0 0;
}

.hm-banner-section a.cmn-btn:hover{
	background-color:#fff;
	color:#ad5726;
}

.hmbnr-cnt {
    width: 46%;
    margin: auto;
}

/*Hm-Agreement-Clarity-Secetions*/
.hm-agreement-clarity-secetions{ background-image: url(images/agreements-and-clarify-background-img.webp); background-repeat: no-repeat; background-size: cover; }
 
/*Hm-Agreement-Secetions*/
.hm-agreement-section{ padding: 155px 0 125px; position: relative; }
.hm-agreement-section .container{ max-width: 1600px; margin: 0 auto 0 0; }
.hm-agreement-blk{ display: flex; justify-content: space-between; }
.hm-agreement-rgt { width: 51.7%; }
.hm-agreement-lft { width: 42.3%; }
.hm-agreement-lft-img img{ display: block; width: 100%; }
.hm-agreement-lft-img { position: relative; }
.hm-agreement-lft-img::before{ content: ""; position: absolute; background-color:#b8c9cc; top: 0; left: 0; width: 19.2%; height: 13.6%; z-index:1; }
.hm-agreement-lft-img::after{ content: ""; position: absolute; background-color:#dbcdc5; bottom: 0; right: 0; width: 19.2%; height: 13.6%; z-index:1; }
.hm-agreement-rgt h2 {margin: 0 0 25px; }
.hm-agreement-rgt p{ font-family: 'Lato'; font-size: 22px; font-weight: 400; line-height: 1.5; color: #000000; margin: 0 0 25px; }
.hm-agreement-rgt-btn {padding: 25px 0 0; }
 
/*Hm-Clarity-Secetions*/
.hm-clarity-section { padding: 0 0 130px; position: relative; }
.hm-clarity-section::before{/* content: ""; */position: absolute;/* background-color:#1b2b2e; *//* bottom: 0; *//* left: 0; *//* width: 120px; *//* height: 100px; */z-index:1;}
.hm-clarity-blk{ position: relative;text-align:center; }
.hm-clarity-blk p{ font-family: 'Lato'; font-size: 22px; font-weight: 400; line-height: 1.5; color: #000000; margin: 0 0 45px; letter-spacing:0; }
.hm-clarity-btn-cnt { display: flex; align-items: center; justify-content: center; gap: 50px; }
.hm-clarity-cnt { padding: 0 0 0 85px; position: relative; }
.hm-clarity-blk .hm-clarity-cnt p{ font-family: 'Lato'; font-size: 22px; font-weight: 700; line-height: 1.5; color: #4f5050; text-align: left; margin: 0;letter-spacing:0; }
.hm-clarity-blk .hm-clarity-cnt p a{ display: block; font-family: 'Nunito Sans'; font-size: 43px; font-weight: 800; line-height: 1; }
.hm-clarity-cnt p a:hover{color: #ad5726;}
.hm-clarity-cnt p a::before{ position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -150px -153px; width: 70px; height: 70px; left: 0; top: 0; bottom: 0; margin: auto; z-index: 1; }
 
 /* Attorey Section */

.hm-attorney-sec {background-color: #1b2b2e; padding: 240px 0 0; position: relative; z-index: 0; } 
.hm-attorney-sec::before{position: absolute;content: "";background-image: url(images/attorney-sec-bfr-img.webp);background-repeat: no-repeat;background-size: contain;background-position: top left; width: 240px;height: 200px;top: -100px;left: 0;pointer-events: none;} 
.hm-attorney-sec::after {position: absolute;content: "";background-image: url(images/attorney-sec-aftr-img.webp);background-repeat: no-repeat;background-size: contain;width: 18.9%;height: 47.8%;top: 45px;right: 0px;bottom: 0;margin: auto;z-index: -1;pointer-events: none;background-position: top right;} 
.hm-attorey-blck {display: flex; justify-content: center; } 
.hm-atry-lft {width: 54.7%;padding: 45px 0 0;} 
.hm-atry-lft h2 {color: #b8c9cc;text-transform: uppercase;margin: 0 0 40px;letter-spacing: -1.1px;} 
.hm-atry-lft-cnt {position: relative;text-align: center;padding: 0 90px;} 
.hm-atry-lft-cnt p {font-family: 'Lato'; font-weight: 400; font-size: 22px; line-height: 1.54; letter-spacing: 0; color: #b8c9cc; margin: 0 0 30px; } 
.hm-atry-lft-cnt::before, .hm-atry-lft-cnt::after {position: absolute; content: ""; width: 50px; height: 87%; background-color: #dbcdc5; top: 0; left: 0; pointer-events: none; } 
.hm-atry-lft-cnt::after{left:auto; right: 0;} 
.hm-atry-rgt {width: 47.6%;} 
.hm-atry-img img {width: 100%; display: block; } 
.hm-atry-cnt-btn a.cmn-btn {padding: 27px 126px 28px; } 
.hm-atry-cnt-btn a.cmn-btn:hover {background-color: #b8c9cc; } 
.hm-atry-cnt-btn {margin: 80px 0 0;}
 
/* Helping Section */

.hm-helping-sec {
    position: relative;
    padding: 0 100px;
    overflow: hidden;
}
.hm-hlpng-blck::before, .hm-hlpng-blck::after {position: absolute; content: ""; width: 340px; height: 300px;background-repeat: no-repeat; background-size: contain;pointer-events: none; } 
.hm-hlpng-blck::before {background-image: url(images/helping-sec-bfr-img.webp); left: -100px; top: 0;background-position: left top; }
.hm-hlpng-blck::after{background-image: url(images/helping-sec-aftr-img.webp);right: -100px; bottom: 0;background-position: right bottom;} 
.hm-hlpng-blck {padding: 130px 30px;text-align: center;background-image: url(images/helping-sec-bg-img.webp);background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;} 
.hm-hlpng-blck h2 {font-family: 'Nunito Sans';font-weight: 800;font-size: 98px;line-height: 0.9;letter-spacing: 0;color: #ffffff;text-transform: uppercase;margin: 0 0 15px;} 
.hm-hlpng-blck h2 small {
    font-size: 110px;
    display: block;
}
.hm-hlpng-blck h2 strong{font-weight: 800;display: block;color: #c1d4d7;} 
.hm-hlpng-blck h5 {font-family: 'Lato';font-weight: 400;font-size: 32px;line-height: 1;letter-spacing: 0;color: #ffffff;margin: 0 0 65px;} 
.hm-hlpng-btn a.cmn-btn:hover{background-color: #b8c9cc; }
 
 
/* Trusted Section */

.hm-trusted-sec {padding: 15px 0 125px;background-image: url(images/trusted-sec-bg-img.webp);background-repeat: no-repeat;background-size: cover;background-position: center;} 
.hm-trusted-sec h3 {font-family: 'Nunito Sans'; font-weight: 800; font-size: 234px; line-height: 0.8; letter-spacing: -1.2px; color: #b8c9cc; text-transform: uppercase; margin: 0;text-align: center;} 
.hm-trusted-top {display: flex;justify-content: space-between;margin: 0 0 45px;align-items: flex-end;} 
.hm-trtd-top-lft {width: 31.3%; margin-left: -40px; padding: 0 0 25px; } 
.hm-trtd-top-lft img {width: 100%; display: block; } 
.hm-trtd-top-rgt {width: 61%; } 
.hm-trtd-top-rgt h2.text-heading {margin: 0; } 
.hm-trtd-top-rgt h2.text-heading strong {font-weight: 800; color: #ad5726; display: block; } 
.hm-trusted-btm {display: flex; justify-content: space-between;align-items: center;} 
.hm-trtd-btm-rgt {width: 47.7%;} 
.hm-trtd-btm-lft {width: 45%;position: relative;} 
.hm-trtd-btm-lft::before, .hm-trtd-btm-lft::after {
    position: absolute;
    content: "";
    width: 22.7%;
    height: 13.3%;
    background-color: #e9eff0;
    top: 0;
    right: 0;
    pointer-events: none;
}
.hm-trtd-btm-lft::after{bottom: 0; right: 0;top:inherit; } 
.hm-trtd-btm-lft img {width: 100%; display: block; } 
.hm-trtd-btm-rgt p {font-family: 'Lato';font-weight: 400;font-size: 22px;line-height: 1.54;letter-spacing: 0;color: #000000;margin: 0 0 25px;} 
.hm-trtd-btn {margin: 30px 0 0; }
.hm-trusted-sec h3.micklin-txt {font-size: 148px;}
 
/* Location Section */

.hm-ftr-top-sec{background-image: url(images/ftr-top-sec-bg-img.webp); background-repeat: no-repeat; background-size: cover; background-position: center; } 
.hm-location-sec {padding: 180px 0 135px;} 
.hm-location-sec h2.text-heading {text-align: center; color: #ffffff; margin: 0 0 50px; } 
.hm-location-top {display: flex; justify-content: center; } 
.hm-lctn-itm {text-align: center; padding: 30px 20px; background-color: #b8c9cc; width:33.3%; } 
.hm-location-btm {display: flex; justify-content: space-between; } 
.hm-lctn-itm h3 {font-family: 'Nunito Sans';font-weight: 800;font-size: 33px;line-height: 1;letter-spacing: 0;color: #11272b;padding: 68px 0 0;position: relative;margin: 0 0 5px;} 
.hm-lctn-itm h3::before{position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -85px -153px; width: 44px; height: 55px; top: 0; right: 0; left: 0; margin: auto; } 
.hm-lctn-itm.mont h3::before{background-position: -85px -222px; } 
.hm-lctn-itm p {font-family: 'Lato'; font-weight: 400; font-size: 20px; line-height: 1.5; letter-spacing: 0; color: #000000; margin: 0 0 25px; } 
.hm-lctn-itm-btn a {font-family: 'Lato'; font-weight: 900; font-size: 18px; line-height: 1; letter-spacing: 0; color: #ad5726; border-bottom: 2px solid #ad5726; text-transform: uppercase; display: inline-block; } 
.hm-lctn-itm-btn a:hover{color: #11272b; border-color: #11272b; } 
.hm-lctn-itm.nut {background-color: #dbcdc5; } 
.hm-lctn-itm.mont {background-color: #ad5726; } 
.hm-lctn-itm.mont h3 {color: #ffffff; } 
.hm-lctn-itm.mont p {color: #ffffff; } 
.hm-lctn-itm.mont .hm-lctn-itm-btn a {color: #b8c9cc; border-color: #b8c9cc; } 
.hm-lctn-itm.mont .hm-lctn-itm-btn a:hover {color: #ffffff; border-color: #ffffff; }



/*footer form*/
.hm-form .gfield label {display: none; } 
.hm-form-sec .container{width: 100%; max-width: 100%; } 
.bnr-rit-cnt.footer {text-align: left; position: absolute; transform: rotate(269deg); left: 5%; top: 0; bottom: 0; margin: auto; font-size: 140px; pointer-events: none; right: auto; letter-spacing: 2.8px; } 
.hm-form-sec{padding: 55px 80px 65px;position: relative;background-color: #ad5726;} 
.hm-form-sec .text-heading {letter-spacing: -1.6px; color: #fff; margin: 0 0 30px; text-align: center; } 
.hm-form-sec p {font-family: 'Lato';font-size:18px;color:#fff;line-height:1;margin: 0 0 30px;letter-spacing: 0px;text-align: center;font-weight:400;} 
.hm-form .gform_required_legend{display: none; } 
.ftr-form-sctn{text-align: center; background-color: #bdabab; } 
.gchoice.gchoice_9_9_1 label, .gchoice.gchoice_10_9_1 label {display: block; } 
.hm-form .gfield.chk {width: 40% !important; border: none; padding: 0; }
.hm-form input::placeholder {color: #fff; } 
.hm-form input:-ms-input-placeholder {color: #fff; } 
.hm-form input::-ms-input-placeholder {color: #fff; } 
.hm-form textarea::placeholder {color: #fff; } 
.hm-form textarea:-ms-input-placeholder {color: #fff; } 
.hm-form textarea::-ms-input-placeholder {color: #fff; } 
.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: #fff; outline: 0px; position: relative; border-radius: 0; font-family: 'Lato'; font-weight: 400; background: transparent; line-height:130% !important; font-size: 20px !important; padding: 16px 20px 16px 28px !important; transition: all 0.5s; display: block; text-align: left; height: auto !important; border: 1px solid #d6ab93; }
.hm-form .gfield{position: relative !important ; } 
.hm-form .gfield.gfield--type-text , .hm-form .gfield.gfield--type-phone,.hm-form .gfield {width: 49% !important; } 
.hm-form .gfield.gfield--type-email{width: 100% !important } 
.hm-form .gform_fields {display: flex !important;flex-wrap: wrap;gap: 12px !important;justify-content: space-between;align-items:center;} 
.hm-form .gform_wrapper .top_label textarea {width: 100% !important; height: 130px !important; resize: none; margin: 0; padding-top: 20px !important; margin: 0px; min-block-size: 0px !important; } 
.hm-form .gfield.msg {width: 100% !important;margin: 0 0 15px;} 
.hm-form-sec .gform_wrapper ul.gform_fields ul {margin: 0; padding: 0; } 
.hm-form-sec .gform_wrapper ul.gform_fields li {padding: 0 !important; margin: 0 !important; position: relative; width: 100%; } 
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {cursor: pointer; font-size: 20px; font-family: 'Lato';  line-height: 1; font-weight: 400; color: #fff; letter-spacing: -0.36px; margin: 0; text-align:left; } 
.hm-form .gform_wrapper .form-links a:hover {color: #1b2b2e; } 
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {position: relative; width: 100%; color: #fff; line-height: 1; text-align: left; margin: 0 0 0px !important; } 
.hm-form-sec .gfield .ginput_container {margin: 0 !important; } 
.hm-form .gfield_description.instruction.validation_message {top: 3px; } 
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {width: 15px !important; height: 15px !important; float: left; clear: both; margin: 4px 6px 0px 0 !important; padding: 0 !important; } 
.hm-form .gform_wrapper .gform_footer.top_label {padding: 0; text-align: center; margin: 30px auto 0; position: relative; max-width: max-content; } 
.hm-form .gform_wrapper .gform_footer.top_label::before {top: -6px; left: -6px; border-bottom: none; border-right: none; } 
.hm-form .gform_wrapper .gform_footer.top_label::after {bottom: -6px; right: -6px; border-top: none; border-left: none; } 
.hm-form .gform_wrapper .top_label input[type="submit"] {display: inline-block !important; background-color:#1b2b2e !important; outline: none !important; border: 0px none !important; border-radius: 0 !important; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; font-family: 'Lato' !important; font-weight: 400; width: auto !important; color: #ffffff !important; font-size: 20px !important; padding: 25px 75px !important; line-height: 1 !important; letter-spacing: 0.4px; margin: 0; position: relative; z-index: 1; } 
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{
    background-color: #fff !important;
    color: #ad5726 !important;
}
.hm-form .gform_validation_errors{display: none !important; } 
.popup {position: relative; display: inline-block; left: 0; } 
.popup .popuptext {top: 15px; visibility: hidden; color: #1b2b2e; 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: 'Lato';  padding: 15px; 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.5; 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: 655px; } 
.hm-form-sec .gform_wrapper.gravity-theme .gfield {position: relative; text-align: left; } 
.gform_button.disabled {pointer-events: none; } 
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {margin: 0; } 
.gfield--type-honeypot {display: none; }

/*ERRROR*/
.hm-form .gfield_description{margin: 0px !important } 
.hm-form .gfield_description.validation_message {position: absolute; bottom: 5px; right: 8px !important; text-align: right; font-size: 13px; font-family: 'Lato'; font-weight: 400;  color: #ae0620; margin: 0;pointer-events: none;} 
.hm-form .chk .gfield_description.validation_message{bottom: -25px !important; }

/*.ftr-frm-sctn ends*/


/*Footer block*/
.ftr-block-sec {background-color: #1b2b2e;padding: 0;color: #fff;position:relative;z-index: 1;} 
.ftr-block-sec:before, .ftr-block-sec:after{position: absolute;content: "";background-image: url(images/footer-before-img.webp);background-repeat: no-repeat;background-position: left bottom;background-size: contain;width: 18.9%;height: 29%;bottom: 0;left: 0;margin: auto;z-index: -1;}
.ftr-block-sec:after{background-image: url(images/footer-after-img.webp); left: auto; right: 0; bottom: auto; top: 0;background-position:top right;}
.ftr-menu {background-color: #162629;padding: 40px 0;position: relative;z-index: -1;} 
#footer-navigation ul {margin: 0; font-size: 0; text-align: center; padding: 0; border-bottom: none; } 
#footer-navigation ul li {display: inline-block; padding: 0 28px 0; position: relative; margin: 0; border-right: 2px solid #fff; } 
#footer-navigation ul li:first-child{padding-left:0 } 
#footer-navigation ul li:last-child{padding-right:0; border:none; } 
#footer-navigation ul li a {font-size: 18px; font-family: 'Lato'; font-weight: 900; letter-spacing: 0px; line-height: 1; color: #ffffff; display: inline-block; text-transform: uppercase; min-width: inherit; margin: 0; } 
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {color:#ad5726; } 
.ftr-blocks {display: flex;justify-content: space-between;padding: 80px 0 65px;} 
.ftr-block-list {width: 24%;padding: 70px 0 0;} 
.custom-header-content {width: 64.9%; } 
.ftr-itm {margin: 0 0 95px;} 
.ftr-itm.ftr-logo {width: 91.2%; } 
.ftr-itm.ftr-logo.mlg {width:auto; } 
.ftr-itm.cnct{position: relative; } 
.ftr-itm h4{font-size: 28px; font-family: 'Lato'; font-weight: 400; line-height: 1; letter-spacing: 0; color: #fff; margin: 0 0 25px; padding: 0 0 0 70px; } 
.ftr-itm p a{font-family: 'Nunito Sans'; font-weight: 800; font-size: 42px; line-height: 1; letter-spacing: 0.84px; display: inline-block; color: #fff; margin: 0; } 
.ftr-itm p a:before {content: ''; position: absolute; width: 55px; height: 55px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat;  background-position: -15px -222px; left: 0; top: -15px; margin: auto; } 
.ftr-itm p a:hover{color: #ad5726; } 
.ftr-itm.ftr-logo img {width: 100%; display: block; } 
.social-icns {display: flex ; justify-content: flex-start; gap: 10px;}
.social-icns a {width: 60px; height: 60px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -15px -15px; font-size: 0; }
.social-icns a.linkedin {background-position-x: -85px; }
.social-icns a.twitter {background-position-x: -155px; }
.social-icns a.youtube {background-position-x: -225px; }
.social-icns a:hover{background-position: -15px -85px; }
.social-icns a.linkedin:hover{background-position-x: -85px; }
.social-icns a.twitter:hover{background-position-x: -155px; }
.social-icns a.youtube:hover{background-position-x: -225px; }

/*Copy Rights Section*/
.ftr-copyrights-sec {background-color: #162629;padding: 35px 0px;text-align: center;z-index: -2;position: relative;} 
.ftr-copyrights-sec p{font-family: 'Lato'; font-weight: 400; font-size: 20px; color: #fff; line-height: 1; letter-spacing: 0; margin: 0; } 
.ftr-copyrights-sec p a:hover{color: #ad5726; }


/*inner page styles*/

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

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

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


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

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

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

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

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button {
    width: 28px;
    height: 20px;
    background-color:transparent;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    font-size: 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev {
   background-position: -10px -286px;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next {
   background-position: -65px -286px;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev:hover, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev:hover {
   background-position: -10px -256px;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next:hover, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next:hover {
   background-position: -65px -256px;
}
section.widget.widget_recent_entries {
    background-color: #b7b2b2;
    padding: 20px;
    margin-bottom: 20px;
}
.readMorebtn a{
    display: inline-block;
    padding: 16px 50px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
}
.widget_recent_entries ul li{
    margin-bottom: 10px;
}

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

.hm-clarity-section.innr {
    padding: 100px 0 0;
}
.hm-clarity-section.innr .hm-clarity-cnt p a:before {
    background-position: inherit;
    background-image: url(images/clarity-call-icon.webp);
    background-size: contain;
}

.site-branding.mlg-logo {
    width: 35%;
}
.site-header.mlg-site .logo-section {
    margin: 0 0 25px;
}
.site-header.mlg-site .top-menu {justify-content: center;}
.mlg-sticky-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.header-sticky.mlg-sticky.fixed-header .container {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}
.header-sticky.mlg-sticky .sticky-cnt {
    width: 45px;
    text-align: center;
    padding: 0;
}


iframe.mfp-iframe {
    background: transparent !important;
}
body.modal-mode .modal-close {
    display: none !important;
}
.ng-scope {
    overflow: hidden !important;
}
a.modal-close {
    opacity: 0 !important;
}



.inn-client-blck {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 0;
}
.inn-client-item {
    width: 48%;
    position: relative;
}
.inn-client-itm-img img {
    width: 100%;
    display: block;
}
.inn-client-cnt {
    padding: 15px;
    text-align: center;
    background-color: #ad5726;
}
.inn-client-item:hover .inn-client-cnt {
    background-color: #1c1a1a;
}
#page-column .inn-client-cnt h6 {
    color: #ffffff;
    margin: 0;
}
.inn-client-hvr a {
    position: absolute;
    font-size: 0;
    line-height: 0;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.inn-intake-blck {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.inn-intake-item {
    width: 31.5%;
    text-align: center;
    position: relative;
}
.inn-intake-cnt {
    padding: 20px 10px;
    text-align: center;
    background-color: #ad5726;
}
.inn-intake-item:hover .inn-intake-cnt {
    background-color: #1c1a1a;
}
#page-column .inn-intake-cnt h6 {
    color: #ffffff;
    margin: 0;
}
.inn-intake-hvr a {
    position: absolute;
    font-size: 0;
    line-height: 0;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}





@media screen and (max-width: 1240px) {
#page-column .inn-client-cnt h6 {font-size: 20px; }
#page-column .inn-intake-cnt h6 {font-size: 20px; }
.inn-intake-blck {gap: 20px;}
}
@media screen and (max-width: 991px) {
.inn-intake-item {width: 48%; }
}
@media screen and (max-width: 767px) {
.inn-client-blck {gap: 15px; }
.inn-client-item {width: 100%; max-width: 320px; }
.inn-intake-item {width: 100%; max-width: 320px; }
}