/*
 Theme Name:   Letsch Law Firm
 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: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/albert-sans-v3-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/albert-sans-v3-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/albert-sans-v3-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/albert-sans-v3-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Imperial Script';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/imperial-script-v7-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/plus-jakarta-sans-v11-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/plus-jakarta-sans-v11-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/plus-jakarta-sans-v11-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/plus-jakarta-sans-v11-latin-800.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: 'RobotoRegular';
    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 !important;
    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;
}
p:empty{
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'RobotoRegular';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
    clear: none;
}
p, li, ul, ol, blockquote {
    font-family: 'RobotoRegular';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
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 {
    margin:0;
    padding:0;
}
/*Header Sticky Menu*/
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #fff;
    z-index: 9999;
    border-bottom: 2px solid #5785b5;
}
.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: 18px;
    color: #000;
    font-family: 'Albert Sans';
    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 #6090c1;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu\ \(2\).webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.header-sticky .stickyshowhide .txt:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    border: 1px #fff solid;
    color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 45px;
}
.sticky-mobinav ul li a.drop.open {
    width: 28px;
}
.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 14px;
}
.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: #191b51;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
    border-right: 2px solid #6090c1;
}
#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;
}
button#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
    background: transparent;
    border: 0;
}
.floatingMenuInner li {
    position: relative;
}
.floatingMenuInner a {
    color: #fff !important;
    letter-spacing: 0.4px;
    font-family: 'Asap', sans-serif;
    font-weight: 500;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}
.floatingMenuInner .sub-menu {
    display: none;
}
.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    /* -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
       transform: rotate(45deg);*/
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    /*-webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);*/
    opacity: 0;
}
.header-sticky.fixed-header .container {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.sicky-logo{
    max-width:350px;
    text-align: center;
}
.sticky-wrap{
    display: none;
}
header#site-header.f-nav{
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}
.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}
.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Albert Sans';
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Manrope-Regular';
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #191b51;
    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: "Poppins", sans-serif;
}
.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: 'Albert Sans';
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #7aaadb;
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li a.drop.close,
.mobinav ul li a.drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 29px;
    background-color: transparent !important;
    background-image: url(images/plus_icn.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 5px !important;
    cursor: pointer;
}
.mobinav ul li a.drop.open {
    width: 22px;
    background-image: url(images/minus_icn.png);
}
.mobile_src_nav {
    display: none;
    width: 100%;
    position: relative;
    padding: 10px 0;
}
.mobile_src_nav .container {
    position: relative;
}
.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}
.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 12px 0;
}
.site-header .container {
    max-width: 1500px;
}
.header-number {
    color: #fff;
}
.header-number strong {
    margin: 0 10px 0 0;
}
.top-menu-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 34px;
}
#main-navigation ul {
    margin: 0;
    font-size: 0;
}
#main-navigation ul li {
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 20px;
}
#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: 16px;
    font-family: 'Albert Sans';
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1;
    text-transform: uppercase;
    color: #10122e;
    padding: 0;
    display: inline-block;
}
#main-navigation ul li.current-menu-item > a, #main-navigation ul li:hover > a {
    color: #284c98;
}
#main-navigation ul li ul.sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #191950;
    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: #5196dd;
    color: #fff;
}
#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;
}
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu .current-menu-item > a {
    background-color: #5196dd;
    color: #fff;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}
#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;
}
.bnr-scrl a {
    font-family: 'Albert Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 8.68px;
    color: #171b50;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: -27px;
    writing-mode: sideways-rl;
    padding: 0 0px 60px 0;
    bottom: 0;
    margin: auto;
    max-width: max-content;
    max-height: max-content;
}
.bnr-scrl a:before{
    position: absolute;
    content: "";
    background-image: url(images/hmsprites.webp);
    background-position: -11px -109px;
    background-repeat: no-repeat;
    width: 19px;
    height: 32px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #fff;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    border-bottom: 2px solid #6090c1;
}
@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;
}
.text-heading{
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 40px;
    text-align: center;
}
.col-loop {
    font-size: 20px;
    margin: 0 0 10px;
}
/*Banner section*/
a.cmn-btn {
    font-size: 18px;
    font-family: 'Albert Sans';
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 57px 22px;
    display: inline-block;
    background-color: #7aaadb;
    border-radius: 50px;
}
a.cmn-btn:hover {
    background-color: #1f2255;
}
.top-call a {
    font-size: 30px;
    font-family: 'Albert Sans';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #000000;
    text-transform: uppercase;
    padding-left: 69px;
    display: inline-block;
    position: relative;
}
.top-call a:before {
    content: "";
    position: absolute;
    background-image: url(images/hmsprites.webp);
    background-position: -43px -108px;
    background-repeat: no-repeat;
    width: 63px;
    height: 63px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.top-call a:hover{
    color: #5785b5;
}
.banner-section {
    padding: 115px 0 30px;
    position: relative;
    z-index: 0;
}
.banner-section:before {
    content: "";
    position: absolute;
    background-image: url(images/bnr-bg-lyer.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    opacity: 46%;
    pointer-events: none;
}
.banner-section .container {
    max-width: 1800px;
}
.banner-contnt {
    background-image: url(images/bner-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border: 2px solid #5196dd;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.bnr-contnt-blk h1 {
    font-size: 60px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 44px;
}
.bnr-contnt-blk h1 strong {
    font-size: 66px;
    display: block;
    line-height: 1;
    font-family: 'Imperial Script';
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0;
    word-spacing: 10px;
}
.bnr-contnt-blk h1 small {
    font-size: 18px;
    display: block;
    line-height: 1;
    margin: 20px 0px 0;
}
.bnr-btn a.cmn-btn {
    border: 1px solid #fff;
    background-color: #6090c1;
}
.bnr-btn a.cmn-btn:hover {
    background-color: #191b51;
}
.bnr-img-block {
    width: 100%;
}
.bnr-block {
    width: 49.1%;
    position: relative;
    margin: -19px 186px -32px 0;
}
.bnr-img-itm {
    width: 50%;
    background-color: #171b50;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.bnr-img-itm.clr {
    background-color: #7aaadb;
}
.bnr-img-itm img {
    width: 100%;
    display: block;
    opacity: 20%;
}
.bnr-img-midle-itm {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: -210px 0;
    gap: 20px;
}
.bnr-contnt-blk {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    height: auto;
    width: 81%;
    text-align: center;
    margin: auto;
}
.bnr-text-area {
    float: right;
    position: absolute;
    right: 6.7%;
    bottom: 8.3%;
    width: 240px;
    padding: 10px 0 13px 16px;
    border-left: 4px solid #5196dd;
}
.bnr-text-area p {
    font-size: 17px;
    font-family: 'Albert Sans';
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    color: #d6d6dd;
    margin: 0;
}
/*About Section*/
.about-section {
    padding: 120px 0 110px;
    position: relative;
    z-index: 0;
}
.about-section:before {
    content: "";
    position: absolute;
    background-image: url(images/bnr-bg-lyer.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    opacity: 46%;
    pointer-events: none;
}
.about-cnt h2 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 71px;
    line-height: 1.12;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 49px;
}
.about-cnt h2 strong {
    font-weight: 800;
    line-height: 1.12;
    color: #5785b5;
    display: block;
}
.about-blk {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.about-lft {
    width: 54.35%;
}
.about-lft p {
    font-family: 'Albert Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 16px;
}
/* .about-lft h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #5785b5;
    margin: 0 0 25px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
} */
.about-lft .about-lft-itm p {
    font-size: 16px;
}
.about-rit {
    width: 41.2%;
}
.about-rit-img {
    border: 2px solid #5196dd;
    margin: 0 0 35px;
}
.about-rit-img img, .about-rit-logo img {
    width: 100%;
    display: block;
}
.about-rit-logo {
    width: 14.2%;
    background-image: url(images/about-logo-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -46px;
    right: -94px;
}
.about-btn {
    text-align: center;
}
.about-btn a.cmn-btn {
    padding: 24px 73px 22px;
}
/* Practice Areas */
.practice-areas-section {
    padding: 35px 0px;
    position: relative;
    z-index: 0;
}
.practice-areas-section:before {
    content: "";
    position: absolute;
    background-image: url(images/bnr-bg-lyer.webp); 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    opacity: 46%;
    pointer-events: none;
}
.prcts-areas-blkc {
    background-image: url(images/hmcases-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #5196dd;
}
.practice-areas-section .container {
    max-width: 1800px;
}
.hmcases-lst{
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
    align-items: center;
    width: 72.4%;
    margin: 0 auto;
}
.hmcases-lft {
    margin: -35px 0 -35px -45px;
    width: 60.5%;
}
.hmcases-imglst {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.hmcases-imglst::after{
    content: "";
    width: 112px;
    height: 112px;
    background-image: url(images/hmsprites.webp);
    background-repeat: no-repeat;
    background-position: -11px -184px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hmcases-itm {
    width: 49%;
    position: relative;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 0;
}
.hmcases-itm::before {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #171b50;
    background: linear-gradient(0deg, rgb(23, 27, 80, 1) 0%, rgba(23, 27, 80, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: 0;
    top: 0;
    margin: auto;
}
.hmcases-itm::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(259deg, #a1c7ee 0%, transparent 100%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.hmcases-midle-itm {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: -186px 0;
    gap: 15px;
}
.hmcases-itm:hover:before {
    background: #7AAADB;
    background: linear-gradient(0deg,rgba(122, 170, 219, 1) 0%, rgba(122, 170, 219, 0) 100%);
}
.hmcases-itmhvr a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
    -webkit-mask-image: url(images/img-mask1.webp);
    mask-image: url(images/img-mask1.webp);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}
.hmcases-itm img {
    width: 100%;
    display: block;
}
.hmcases-itmtititle {
    position: absolute;
    bottom: 90px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    padding: 0 25px;
}
.hmcases-itmimg{
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: relative;
    z-index: 1;
    padding: 2px;
}
.hmcases-itmtititle h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 30px;
    line-height: 1.23;
    color: #fff;
    margin: 0;
}
.hmcases-ryt {
    width: 34.8%;
    /*padding-top: 70px;*/
}
.hmcases-ryt h2 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 71px;
    line-height: 1.26;
    color: #fff;
    margin-bottom: 30px;
}
.hmcases-ryt p {
    font-family: 'Albert Sans';
    font-weight: 600;
    font-size: 19px;
    line-height: 1.57;
    color: #fff;
    margin: 0;
}
.hmcases-ryttxt {
    padding-left: 29px;
    border-left: 3px solid #5196dd;
    margin-bottom: 52px;
}
.hmcases-btn a.cmn-btn {
    border-color: #6090c1;
    padding: 23px 42px 22px;
}
.hmcases-btn a:hover {
    background-color: #fff;
    color: #6090c1;
}
.hmcases-mbllst {
    display: none;
}
/* Awards Section */
.awards-block {
    padding: 85px 0 60px;
    position: relative;
    z-index: 0;
}
.awards-block:before {
    content: "";
    position: absolute;
    background-image: url(images/bnr-bg-lyer.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    opacity: 46%;
    pointer-events: none;
}
.awards-sec h2 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 45px;
    line-height: 1;
    text-align: center;
    color: #000000;
    margin-bottom: 44px;
    text-transform: none;
}
.awards-sec h2 strong {
    font-weight: 800;
    color: #7aaadb;
}
.award-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.award-blk .award-item {
    width: 25%;
    border: 1px solid rgb(40 76 152 / 10%);
    margin: -1px 0 0 -1px;
    text-align: center;
}
.award-blk .award-item img {
    width: 100%;
    display: block;
    filter: grayscale(1);
}
.award-blk .award-item:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(40, 76, 152, 0.27);
}
/* Home Page Our Videos Section */
.video-section {
    padding: 91px 0 107px;
    text-align: center;
    /* background-image: url(images/team-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    position: relative;
    z-index: 0;
}
.video-section:before {
    content: "";
    position: absolute;
    background-image: url(images/bnr-bg-lyer.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    opacity: 46%;
    pointer-events: none;
}
.video-section h2 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 70px;
    line-height: 1;
    color: #000;
    margin-bottom: 55px;
}
.hmvideos-lst {
    display: flex;
    justify-content: center;
    margin-bottom: 37px;
}
.hmvideos-itm {
    position: relative;
    width: 32.31%;
    margin: 0 0.75%;
}
.hmvideos-itm:first-child{margin-left: 0;}
.hmvideos-itm:last-child{margin-right: 0;}
.hmvideos-itmhvr a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.hmvideos-img {
    position: relative;
}
.hmvideos-posterimg img, .hmvideos-playbtn img {
    width: 100%;
    display: block;
}
.hmvideos-playbtn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 15%;
    height: max-content;
}
.hmvideos-txt {
    padding: 16px 18px 0;
}
.hmvideos-txt h4 {
    font-family: 'Albert Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin: 0;
}
.hmvideos-btn a {
    padding: 23px 55px 22px;
}
/* Testimonial */
.hm-testimonials .container {
    max-width: 1600px;
    width: 100%;
    margin: 0 0 0 auto;
}
.testi-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 80px;
    position: relative;
    margin-right: 50px;
}
.testi-list-lft {
    width: 24.3%;
}
.hm-testi-list {
    width: 71.5%;
}
.testi-list-lft h2 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 71px;
    line-height: 1.12;
    letter-spacing: 0;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 30px;
}
.testi-logo {
    margin: 0 0 40px;
    width: 68%;
}
.testi-logo img {
    width: 100%;
    display: block;
}
.hmtesti-btn a.cmn-btn {
    padding: 25px 53px 22px;
}
.hm-testimonials {
    background-image: url(images/testi-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.testi-item {
    padding: 50px 45px 70px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(40, 76, 152, 0.1);
    position: relative;
}
.testi-item p {
    font-family: 'Albert Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: -0.8px;
    color: #000000;
    margin: 0 0 30px;
}
.testi-item h5 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    left: 45px;
    bottom: 53px;
}
.testi-item::before{
    position: absolute;
    content: "";
    background-image: url(images/hmsprites.webp);
    background-repeat: no-repeat;
    background-position: -240px -10px;
    width: 47px;
    height: 37px;
    top: 33px;
    left: -23px;
}
.testi-item::after{
    position: absolute;
    content: "";
    background-image: url(images/hmsprites.webp);
    background-repeat: no-repeat;
    background-position: -244px -60px;
    width: 47px;
    height: 37px;
    bottom: 48px;
    right: -25px;
}
#home-reviews-slider {
    position: static;
}
#home-reviews-slider-track {
    padding: 0 25px 35px !important;
}
.testi-item .test-itm-cnt::after{
    position: absolute;
    content: "";
    background-image: url(images/hmsprites.webp);
    background-repeat: no-repeat;
    background-position: -146px -207px;
    width: 85px;
    height: 87px;
    bottom: -35px;
    right: 70px;
}
#home-reviews-slider .splide__arrows.splide__arrows--ltr {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0;
    top: 0;
    flex-direction: column;
    gap: 30px;
}
#home-reviews-slider .splide__slide {
    display: flex;
}
#home-reviews-slider button.splide__arrow.splide__arrow--prev, #home-reviews-slider button.splide__arrow.splide__arrow--next {
    position: static;
    background: transparent;
    width: 44px;
    height: 32px;
    background-image: url(images/hmsprites.webp);
    background-repeat: no-repeat;
    font-size: 0;
    transition: -0.5s;
    transform: none;
    opacity: 1;
}
#home-reviews-slider button.splide__arrow.splide__arrow--prev {
    background-position: -102px -10px;
}
#home-reviews-slider button.splide__arrow.splide__arrow--next {
    background-position: -171px -10px;
}
 
#home-reviews-slider button.splide__arrow.splide__arrow:hover {
    background-position: -102px -60px;
}
#home-reviews-slider button.splide__arrow.splide__arrow--next:hover {
    background-position: -171px -60px;
}
/* Consultation */
.consultation-section {
    padding: 0px 0 70px;
    /* background-image: url(images/team-sec-bg.webp); */
    position: relative;
    z-index: 0;
}
.consultation-section:before {
    content: "";
    position: absolute;
    background-image: url(images/bnr-bg-lyer.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    opacity: 46%;
    pointer-events: none;
}
.hmcnt-bg-img {
    background-image: url(images/hmcnt-blck-bg-img.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 822px;
    z-index: 0;
    position: relative;
}
.hmcnt-blck {
    text-align: center;
    margin-top: -20.7%;
    position: relative;
}
.hmcnt-blck h3 {
    font-family: 'Imperial Script';
    font-weight: 400;
    font-size: 66px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin: 0px;
    word-spacing: 10px;
}
.hmcnt-blck h2 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 85px;
    line-height: 1.07;
    letter-spacing: 1.7px;
    color: #000000;
    text-transform: none;
    margin: 0 0 25px;
}
.hmcnt-blck h2 strong{
    display: block;
    color: #5785b5;
    font-weight: 800;
}
.hmcnt-blck h5 {
    font-family: 'Albert Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: 0.72px;
    color: #1f2255;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.hmcnt-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.hmcnt-rgt-btn a.cmn-btn {
    background-color: #1f2255;
}
.hmcnt-rgt-btn a.cmn-btn:hover {
    background-color: #6090c1;
}
/*Attorney Section*/
.attorney-section {
    padding: 63px 0 150px;
    /* background-image: url(images/team-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    position: relative;
    z-index: 0;
}
.attorney-section:before {
    content: "";
    position: absolute;
    background-image: url(images/bnr-bg-lyer.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    opacity: 46%;
    pointer-events: none;
}
.attorney-section .container{
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
.attorney-section h2 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 71px;
    line-height: 1;
    letter-spacing: 0;
    color: #010101;
    text-transform: capitalize;
    margin: 0 0 60px;
}
.hmteam-item {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}
.hmteam-itm-img img {
    width: 100%;
    display: block;
    margin: 0;
}
.hmteam-itm-cnt {
    padding: 25px 25px;
    background-color: #1f2255;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 96.1%;
    text-align: center;
    min-height: 127px;
}
.hmteam-item:hover .hmteam-itm-cnt{min-height: 168px;}
.hmteam-item:hover .hmteam-itm-cnt::before{
    display: block;
}
.hmteam-itm-cnt::before{
    position: absolute;
    content: "";
    background-color:#7aaadb ;
    width: 29px;
    height: 15px;
    left: 0;
    top: -15px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.hmteam-itm-cnt h3 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.hmteam-itm-cnt h4 {
    font-family: 'Albert Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.56px;
    color: #bcbdcc;
    text-transform: uppercase;
    margin: 0;
}
.hmteam-itm-cnt p {
    font-family: 'Albert Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 10px;
    display: none;
}
.hmteam-itm-btn a {
    font-family: 'Albert Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #284c98;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    border-bottom: 1px solid #284c98;
}
.hmteam-itm-btn {
    display: none;
}
.hmteam-item:hover .hmteam-itm-cnt{
    background-color: #7aaadb;
}
.hmteam-item:hover .hmteam-itm-cnt h4{
    color: #1f2255;
    margin-bottom: 7px;
    font-size: 17px;
}
.hmteam-item:hover .hmteam-itm-cnt p{
    display: block;
}
.hmteam-item:hover .hmteam-itm-btn{
    display: block;
}
.hmteam-hvr a{
    position: absolute;
    font-size: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    top: 0;
    margin: auto;
}
#home-team-slider {
    margin: 0 0 40px;
}
#home-team-slider .splide__arrows.splide__arrows--ltr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    bottom: -12.1%;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 500px;
}
#home-team-slider button.splide__arrow.splide__arrow {
    position: absolute;
    background: transparent;
    width: 44px;
    height: 32px;
    background-image: url(images/hmsprites.webp);
    background-repeat: no-repeat;
    font-size: 0;
    transition: -0.5s;
    transform: none;
    background-position: -102px -10px;
    opacity: 1;
}
#home-team-slider button.splide__arrow.splide__arrow--next {
    background-position: -171px -10px;
}
#home-team-slider button.splide__arrow.splide__arrow:hover{
    background-position: -102px -60px;
}
#home-team-slider button.splide__arrow.splide__arrow--next:hover {
    background-position: -171px -60px;
}
.hmteam-btn {
    text-align: center;
}
.hmteam-btn a.cmn-btn {
    padding: 24px 62px 21px;
}
/*footer form*/
.site-footer {
    position: relative;
    z-index: 0;
}
.site-footer:before {
    content: "";
    position: absolute;
    background-image: url(images/bnr-bg-lyer.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    opacity: 46%;
}
.ftr-form-sctn .container {
    max-width: 1800px;
}
.custom-header-content {
    background-image: url(images/footer-form-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border: 2px solid #5196dd;
    position: relative;
    display: flex;
    justify-content: flex-end;
    z-index: 0;
}
.custom-header-content::before {
    content: "";
    width: 50.5%;
    height: 925px;
    background-color: #7aaadb;
    clip-path: polygon(50% 0%, 100% 48.8%, 50% 100%, 0% 48.8%);
    position: absolute;
    top: -65px;
    left: -10px;
    margin: auto;
    z-index: -1;
    overflow: hidden;
    right: 0;
}
.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: 124px 0px 120px;
    position: relative;
    margin: 0px auto;
    width: 32%;
}
.hm-form-sec .text-heading {
    font-size: 65px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 16px;
}
.hm-form-sec p {
    font-family: 'Albert Sans';
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin: 0 0 46px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn {
    text-align: center;
    padding: 65px 0 0;
}
.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    width: 50%;
    border: none;
    padding: 0;
}
.hm-form input::placeholder {
    color: #000;
}
.hm-form input:-ms-input-placeholder {
    color: #000;
}
.hm-form input::-ms-input-placeholder {
    color: #000;
}
.hm-form textarea::placeholder {
    color: #000;
}
.hm-form textarea:-ms-input-placeholder {
    color: #000;
}
.hm-form textarea::-ms-input-placeholder {
    color: #000;
}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
    margin: 0 0 46px;
    width: 100% !important;
    color: #fff;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Albert Sans';
    background: transparent;
    line-height: 1.2 !important;
    font-size: 17px !important;
    padding: 0px 10px 12px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border-bottom: 1px solid #bdd5ed;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-weight: 400;
}
.hm-form .gform_wrapper .top_label input::placeholder, .hm-form .gform_wrapper .top_label textarea::placeholder {
    color: #fff;
}
.hm-form .gfield{
    position: relative !important ;
}
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--input-type-email {
    width: 48.6% !important;
}
.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0px !important;
    justify-content: space-between;
    align-items: center;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 75px !important;
    resize: none;
    margin: 0 0 25px;
    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: 17px;
    font-family: 'Albert Sans';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
}
.hm-form .gform_wrapper .form-links a:hover{color: #1f2255;}
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: auto;
    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: 14px;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0px 6px 0px 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: 50px auto 0;
    position: relative;
    max-width: max-content;
}
.hm-form-sec .gform_fields .gfield_label{display: none;}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #1f2255 !important;
    outline: none !important;
    border: 1px solid #fff !important;
    border-radius: 50px !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Albert Sans' !important;
    width: auto !important;
    color: #ffffff !important;
    font-size: 20px !important;
    padding: 22px 50px 20px !important;
    line-height: 1 !important;
    letter-spacing: 1.6px;
    margin: 0;
    position: relative;
    z-index: 1;
    font-weight: 700;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover {
 border-color: #1f2255 !important;
 color: #1f2255 !important;
 background-color: #fff !important;
}
.hm-form .gform_validation_errors{
    display: none !important;
}
.popup {
    position: relative;
    display: inline-block;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    top: 15px;
    visibility: hidden;
    color: #000;
    position: relative !important;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Albert Sans';
    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.4;
    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: 580px;
}
.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: 0;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    color: #932008;
    margin: 0;
}
.hm-form .chk .gfield_description.validation_message {
    left: 23px;
    right: auto !important;
    top: 18px;
}
/*.ftr-frm-sctn ends*/
.accordion-profile {
    margin: 10px 0 15px;
    max-height: max-content !important;
}
.single-accordion {
    overflow-y: scroll;
    height: 320px;
    
}
 .single-accordion::-webkit-scrollbar {
  width: 8px;
}
.single-accordion::-webkit-scrollbar-track {
  background: #c8c8c8; 
}
.single-accordion::-webkit-scrollbar-thumb {
  background-color: #5785b5; 
  border: 0px solid #f5f5f5;
}
.accordion-profile h3 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #5785b5;
    margin: 0px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}
.accordion-profile .accordion-profile-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 10px 15px 0;
    display: none;
}
.accordion-profile.active .accordion-profile-content {
    max-height: max-content;
    overflow: inherit;
    display: block;
}
.accordion-profile h3.active {
    background: transparent;
    margin: 0;
    color: #0e3e43;
}
.accordion-profile h3.active + .accordion-profile .accordion-profile-content {
    max-height: 900px;
}
/*Footer block*/
.ftr-block-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 63px 0px 48px;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.ftr-block-sec {
    padding: 31px 0 0;
}
.ftr-itm {
    width: 24.7%;
    padding-left: 97px;
    position: relative;
}
.ftr-itm:before {
    content: "";
    position: absolute;
    background-image: url(images/hmsprites.webp);
    background-position: -215px -108px;
    background-repeat: no-repeat;
    width: 85px;
    height: 85px;
    top: 0;
    left: 0;
    margin: auto;
}
.ftr-itm.cnct:before{background-position: -115px -108px;}
.ftr-itm.ftr-logo {
    width: 34%;
    text-align: center;
    border-left: 1px solid #b7b8c8;
    border-right: 1px solid #b7b8c8;
    padding: 15px 0;
    position: inherit;
}
.ftr-itm.ftr-logo:before {
    display: none;
}
.ftr-itm h4 {
    font-size: 22px;
    line-height: 1;
    color: #000;
    margin: 0 0 10px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 12px;
    position: relative;
}
.ftr-itm h4:before {
    content: "";
    position: absolute;
    background-color: #7aaadb;
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 0;
}
/*.ftr-itm h4:before{ position: absolute; top: 0; left: 0; right: 0; margin: auto; width: 30px; height: 30px; background-color: #bdabab; content: "";}*/
.ftr-itm p {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    font-family: 'Albert Sans';
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
}
.ftr-itm.cnct a {
    font-size: 29px;
    line-height: 1.4;
    color: #000;
    font-family: 'Albert Sans';
    font-weight: 700;
    letter-spacing: 0.3px;
    margin: 0;
    display: inline-block;
}
.ftr-itm.cnct a:hover {
    color: #7aaadb;
}
.ftr-logo-img {
    width: 54%;
    margin: auto;
}
.ftr-itm.ftr-logo img {
    margin: 0px;
    width: 100%;
    display: block;
}
.social-icns {
    display: flex ;
    justify-content: center;
    gap: 10px;
}
.ftr-menu {
    padding: 25px 0 35px;
    border-bottom: 1px solid rgba(162, 180, 195, 0.2);
    position: relative;
}
.menu-footer-menu-container {
    padding-bottom: 20px;
}
#footer-navigation ul {
    margin: 0;
    font-size: 0;
    text-align: center;
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 27px;
}
#footer-navigation ul li.ftr-margin-link {
    margin-right: 180px;
}
#footer-navigation ul li a {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #10122e;
    padding: 0;
    display: block;
    min-width: inherit;
    font-family: 'Albert Sans';
    font-weight: 600;
    border: 0;
    line-height: 1;
    display: inline-block;
}
#footer-navigation ul li:first-child {
    margin-left: 0;
}
#footer-navigation ul li:last-child {
    margin-right: 0;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    background-color: transparent;
    color: #96a6ca;
}
/*Copy Rights Section*/
.ftr-copyrights-sec {
    padding: 30px 0px;
    text-align: center;
}
.ftr-copyrights-sec p {
    margin: 0;
    color: #6c6d7e;
    font-size: 18px;
    font-family: 'Albert Sans';
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
}
.ftr-copyrights-sec a:hover {
    color: #7aaadb;
}
.copy-rites-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.ftr-itm.ftr-logo .social-icns {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}
.social-icns a {
    background-image: url(images/hmsprites.webp);
    background-repeat: no-repeat;
    background-position: -6px -5px;
    width: 25px;
    height: 35px;
    font-size: 0px !important;
}
.social-icns a.linkdin {
    background-position: -49px -5px;
    width: 30px;
}
.social-icns a:hover {
    background-position: -6px -55px;
}
.social-icns a.linkdin:hover {
    background-position: -49px -55px;
}
 /* inner pages styles */
.single-container, .container, .footer-container{
    width:100%;
    max-width:1300px;
    margin:0 auto
}
/*testimonials page*/
#reviews-main {
    display: flex ;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
#page-content .review-item {
    width: 30% ;
    padding:30px;
    margin: 0 0 25px;
    background-color: #eee;
}
#reviews-main h5{
    font-size: 25px;
    line-height: 1;
    color: #000;
}
/*testimonials sidebar*/
#page-content .sidebar-page .review-item {
    width: 100%;
}
.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;
}
/*Blog page*/
.page_default .screen-reader-text {
    display: none;
}
.d-none, .hide {
    display: none !important;
}
#post-column-full .posts-list {
    width: 32%;
    background-color: #eaeaea;
    padding: 20px;
}
#post-column-full {
    display: flex ;
    flex-wrap: wrap;
    justify-content: center;
}
#single-profile-main {
    background:#f9f9f9;
    padding:30px;
    margin:30px 0
}
.single-thumbnail {
    margin: 0 0 24px;
}
.single-author-avatar {
    width: 30%;
    margin: 0 2% 0 0;
}
.single-pagination {
    margin: 30px 0 0;
}
.widget{
    margin: 0;
}
/*Area served page*/
 
#page-content .areaserved-item-list {
    background-color: #1f2255;
    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;
    gap: 0px;
}
 
#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: 'Albert Sans';
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 10px;
    background-color: #6090c1;
    color: #fff;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}
 
#page-content .areaserved-item a:hover {
    background-color: #fff;
    color: #6090c1;
}
 
#page-content #areaserved-main {
    text-align: center;
}
 
@media screen and (max-width:991px) {
    .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 15px 10px 20px;
    text-align: left;
    display: block;
}
    .mobinav {
        top: 44px;
        display: block;
    }
.mobile_src_nav {
    display: block;
    padding: 8px 0;
    background-color: #191b51;
    z-index: 1;
}
    .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: 15px 0 !important;
        align-items: center;
    }
    .site-branding {
        width: 100%;
        max-width: 130px;
        padding: 0;
    }
    .header-number a {
        font-size: 18px;
        padding: 16px 15px 16px 30px;
    }
    .sicky-cnt.sticky-mobile-logo {
        width: 100%;
        max-width: 100px;
    }
}
.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;
}
.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: #fcfced;
    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;
}
section.widget.csae-res .sdbr-case-item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
section.widget.testi {
    background-color: #ededed;
    padding: 30px 28px;
    margin-bottom: 20px;
    text-align: center;
}
h4.widget-title {
    font-size: 30px;
    font-weight: 700;
}
section.widget.testi .testi-item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px;
}
section.widget.testi .testi-item h6 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
}
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: 10px;
    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: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    font-size: 23px;
    line-height: 1;
}
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;
}