/* 
Theme Name:		 LaCour Law Firm, LLC
Theme URI:		 http://childtheme-generator.com/
Description:	 oceanwpchild is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 Rizeupmedia
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 oceanwpchild
*/
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Regular.eot');
    src: url('./fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Roboto-Regular.woff2') format('woff2'),
        url('./fonts/Roboto-Regular.woff') format('woff'),
        url('./fonts/Roboto-Regular.ttf') format('truetype'),
        url('./fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Bold.eot');
    src: url('./fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Roboto-Bold.woff2') format('woff2'),
        url('./fonts/Roboto-Bold.woff') format('woff'),
        url('./fonts/Roboto-Bold.ttf') format('truetype'),
        url('./fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Medium.eot');
    src: url('./fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Roboto-Medium.woff2') format('woff2'),
        url('./fonts/Roboto-Medium.woff') format('woff'),
        url('./fonts/Roboto-Medium.ttf') format('truetype'),
        url('./fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Libre Baskerville';
    src: url('./fonts/LibreBaskerville-Regular.eot');
    src: url('./fonts/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/LibreBaskerville-Regular.woff2') format('woff2'),
        url('./fonts/LibreBaskerville-Regular.woff') format('woff'),
        url('./fonts/LibreBaskerville-Regular.ttf') format('truetype'),
        url('./fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --header-font: 'Poppins', sans-serif;
    --paragraph-font: 'Poppins', sans-serif;
    --placeholdercolor: #000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-family: var(--paragraph-font);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section + section {
    margin-top: 30px;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
}
img {
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}
a:focus{
    border: 0 !important;
    outline: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: serif;
    font-family: var(--header-font);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
}
p, li, ul, ol, blockquote {
    font-family: sans-serif;
    font-family: var(--paragraph-font);
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}
p:empty {
    display: none;
}
li.menu-item {
    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"], select, input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    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;
}
.clr {
    clear: both;
}
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.d-none, .hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
header#site-header {
    padding: 27px 0;
    position: absolute;
    background-color: transparent;
    border: 0;
    z-index: 9999;
    transition: all ease 0.5s;
}
header#site-header.f-nav {
    position: fixed;
    background-color: #eef8fd;
    border-bottom: 2px solid #58b6e7;
    transition: all ease 0.5s;
    padding: 18px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
header#site-header.f-nav .logo {
    width: 240px;
}
header#site-header.f-nav .top-rit {
    display: none;
}
header#site-header.f-nav .logo-rit {
    justify-content: flex-end;
    width: 100%;
}
header#site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1725px;
}
.logo img {
    transition-duration: 0.8s;
}
.topmenu {
    width: auto;
}
.topmenu ul {
    position: relative;
    margin: 0;
    font-size: 0;
}
.topmenu ul li {
    display: inline-block;
    margin: 0 27px;
    position: relative;
}
.topmenu ul li a {
    color: #001738;
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    display: inline-block;
}
.topmenu ul.primary-menu > li.current-menu-item > a, .topmenu ul.primary-menu > li > a:hover {
    color: #58b6e7;
}
.topmenu ul li:first-child {
    margin-left: 0px;
}
.topmenu ul li:last-child {
    margin-right: 0px;
}
.topmenu ul li:last-child a {
    border: 0;
}
.topmenu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #011738;
    padding: 0px 0;
    z-index: 999;
}
.topmenu ul li:hover ul.sub-menu {
    display: block;
}
.topmenu ul li:hover ul.sub-menu ul {
    display: none;
}
.topmenu ul li:hover ul.sub-menu li {
    position: relative;
}
.topmenu ul li:hover ul.sub-menu li:hover > ul {
    display: block;
    top: 0;
    left: 100%;
}
.topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}
.topmenu .sub-menu li a:after {
    display: none;
}
.topmenu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.topmenu .sub-menu li a {
    float: left;
    font-size: 16px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.topmenu .sub-menu li a:hover {
    background-color: #58b6e7;
    color: #fff;
}
.logo-rit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70.8%;
}
.logo{
    max-width: 280px;
    width: 100%;
}
.top-rite-contct {
    padding-left: 85px;
    position: relative;
    margin-top: 0px;
}
.top-rite-contct p {
    margin: 0;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #001738;
}
.top-rite-contct a {
    display: inline-block;
    font-size: 39px;
    font-weight: 700;
    letter-spacing: -0.9px;
    color: #58b6e7;
    border-bottom: 2px solid #58b6e7;
    margin: 0 0 8px;
}
.top-rite-contct a:before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-position: -25px -25px;
    background-repeat: no-repeat;
    width: 58px;
    height: 58px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-rite-contct a:hover {
    color: #011738;
    border-color: #011738;
}
.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: left;
    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: normal;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    color: #343235;
    padding-top: 2px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    color: #343235;
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background:#58bfed;
    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: 'Roboto';
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color:#001738;
}
.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%;
    float: left;
    position: relative;
    padding: 10px 0;
}
.mobile_src_nav .container {
    position: relative;
}
.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #eef8fd;
    z-index: 9999;
    border-bottom: 2px solid #021839;
}
.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: 20px;
    color: #011738;
    font-family: serif;
    position: relative;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    font-family: 'Roboto';
}
.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 #011738;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background: url(images/header-sticky-call.webp) no-repeat 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:#58bfed;
    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: 35px;
    line-height: 1;
    font-weight: 500;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    color: #ffffff;
    float: right;
}
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;
    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;
    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 {
    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;
}
#site-logo {
    float: none !important;
}
#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.main-menu {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #fff;
    margin: 0;
}
.main-menu li {
    position: relative;
    margin: 0;
}
.main-menu>li {
    margin: 0 20px;
}
.main-menu li:hover>.sub-menu {
    display: block;
}
.main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.main-menu .sub-menu a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.main-menu .sub-menu a:hover {
    background-color: #f5f5f5;
}
.dekstopMenuBtn {
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.dekstopMenuBtn span.line {
    width: 15px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    display: block;
}
.dekstopMenuBtn span.line.line-2 {
    margin: 2px 0;
}
.main-menu-mobile li {
    position: relative;
}
.main-menu-mobile a {
    display: block;
}
.main-menu-mobile .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background-image: url(images/plus.png);
    background-color: transparent;
    background-size: auto 20px;
    background-position: center right;
    background-repeat: no-repeat;
    border: none;
    outline: none;
}
.main-menu-mobile .drop.open {
    background-image: url(images/minus.png);
    width: 25px;
}
a.cmn-btn {
    font-family: 'Roboto';
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.38px;
    font-weight: 700;
    color: #002b45;
    text-transform: uppercase;
    display: inline-block;
    padding: 24px 58px 21px;
    background-image: -webkit-linear-gradient( 180deg, rgb(191,139,38) 0%, rgb(250,218,90) 50%, rgb(191,139,38) 100%);
    border-radius: 50px;
}
a.cmn-btn:hover {
    color: #ffffff;
    background-color: #58b6e7;
    background-image: none;
    transition-duration: 0s;
}
.banner-sctn {
    padding: 192px 0 0;
    background-color: #eef8fd;
    position: relative;
    z-index: 0;
}
.banner-sctn .container {
    max-width: 1480px;
    position: relative;
}
.banner-sctn .container:before {
    content: "";
    position: absolute;
    background-image: url(images/bnr-line-bg-img.webp);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -50%;
    right: 0;
    bottom: 0;
    width: calc(100% + 100%);
    height: 850px;
    z-index: -1;
}
.bnr-blk-sec {
    padding: 83px 0px 0;
    background-image: url(images/bnr-bg-img.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 60px 60px 0 0;
    margin: 0 0 50px;
}
.bnr-contnt-sec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    width: 86.5%;
    margin: auto;
}
.bnr-contnt-sec .bnr-lft-contnt {
    text-align: center;
    width:55%;
    padding: 57px 0 0;
}
.bnr-contnt-sec .bnr-lft-contnt h1 {
    font-size: 130px;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #58b6e7;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.bnr-contnt-sec .bnr-lft-contnt h1 small {
    font-size: 63px;
    color: #fff;
    text-transform: capitalize;
    display: block;
    margin: 0 0 14px;
}
.bnr-contnt-sec .bnr-lft-contnt p {
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 40px;
}
.bnr-contnt-sec .bnr-rite-img {
    width: 43.3%;
    position: relative;
    z-index: 0;
}
.bnr-contnt-sec .bnr-rite-img:before {
    content: "";
    position: absolute;
    background-image: url(images/law-balance-bnr-img.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.bnr-contnt-sec .bnr-atterny-img {
    width: 96.3%;
    margin-left: auto;
}
.bnr-contnt-sec .bnr-atterny-img img {
    width: 100%;
    display: block;
}
.bnr-btm-sec {
    width: 86.5%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bnr-btm-sec .bnr-btm-lst {
    width: 31.7%;
    background-color: #fff;
    border-radius: 50px 0 0 0;
    padding: 40px 10px 40px 159px;
    position: relative;
}
.bnr-btm-sec .bnr-btm-lst:before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-position: -20px -260px;
    background-repeat: no-repeat;
    width: 102px;
    height: 102px;
    left: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.bnr-btm-sec .bnr-btm-lst.tested {
    padding-left: 136px;
}
.bnr-btm-sec .bnr-btm-lst.tested:before {
    background-position: -135px -262px;
    left: 26px;
}
.bnr-btm-sec .bnr-btm-lst.remember:before {
    background-position: -251px -264px;
}
.bnr-btm-sec .bnr-btm-lst h4 {
    margin: 0;
    font-size: 25px;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #002b45;
}
.bnr-btm-sec .bnr-btm-lst:hover {
    background-color: #58b6e7;
}
.bnr-btm-sec .bnr-btm-lst:hover h4 {
    color: #fff;
}
.bnr-btm-sec .bnr-btm-lst:hover:before {
    background-position: -20px -397px;
}
.bnr-btm-sec .bnr-btm-lst.tested:hover:before {
    background-position: -135px -397px;
}
.bnr-btm-sec .bnr-btm-lst.remember:hover:before {
    background-position: -251px -398px;
}
.content-area .inn-cmn-blk {
    margin: 40px 0 0;
}
.alexandria-contn.btm-blk {
    text-align: center;
    background-image: url(images/cmn-blk-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px;
    border: 2px solid #58b6e7;
    background-position: top center;
}
.alexandria-contn.btm-blk h6 {
    font-size: 19px;
    letter-spacing: 5.7px;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-family: 'Roboto';
    font-weight: 500;
}
.alexandria-contn.btm-blk h3 {
    font-size: 42px;
    line-height: 1.23;
    text-transform: none;
    letter-spacing: 0;
    color: #001738;
    margin-bottom: 15px;
}
.alexandria-contn.btm-blk p {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.44px;
    margin-bottom: 25px;
}
.legal-blk-sec.inn-blk {
    margin: 50px 0;
    background-image: url(images/inn-legal-blk-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 55px 30px;
}
.legal-blk-sec.inn-blk h2 {
    color: #58b6e7;
    font-size: 80px;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.legal-blk-sec.inn-blk h2 small {
    font-size: 40px;
    color: #fff;
    margin: 0 0 10px;
}
.legal-blk-sec.inn-blk p {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}
.legal-blk-sec.inn-blk .cmn-blk-btn, .alexandria-contn.btm-blk .cmn-blk-btn {
    gap: 15px;
}
.legal-blk-sec.inn-blk .blk-btn a.cmn-btn:hover {
    color: #fff;
}
.gen-feature-ing {
    margin: 0 0 30px;
}
.about-sctn {
    margin: 0;
    background-color: #eef8fd;
    padding: 100px 0 160px;
    background-image: url(images/about-bg-img.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}
.about-blk-sec {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.about-blk-sec .about-lft-contn {
    width: 50%;
    padding-right: 20px;
    padding-top: 70px;
}
.about-blk-sec .about-lft-contn h2 {
    font-size: 68px;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    color: #001738;
    padding: 0 0 30px;
    position: relative;
    border-bottom: #fff;
    margin: 0 0 30px;
}
.about-blk-sec .about-lft-contn h2:before {
    content: "";
    position: absolute;
    background-image: url(images/about-hdg-line-img.webp);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 96%;
    height: 8%;
    left: 0;
    right: 0;
    bottom: 0;
}
.about-blk-sec .about-lft-contn h2 strong {
    color: #58b6e7;
    font-weight: 400;
}
.about-blk-sec .about-lft-contn h3 {
    font-size: 53px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    color: #001738;
    margin: 0 0 32px;
}
.about-blk-sec .about-lft-contn p, .about-blk-sec .about-rite-contn .about-txt p {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 30px;
}
.about-blk-sec .about-lft-contn p{
    margin-bottom: 20px;
}
.about-blk-sec .about-rite-contn .about-txt p strong{
    display: block;
    font-size: 45px;
}
.about-blk-sec .about-rite-contn {
    width: 50%;
}
.lacour-img {
    width: 100%;
    margin: 0 0px 0 20px;
}
.about-blk-sec .lacour-img img {
    width: 100%;
    display: block;
}
.about-blk-sec .about-txt {
    padding-left: 44px;
}
.about-blk-sec .about-txt p {
    margin-bottom: 31px;
}
.about-blk-sec .about-rite-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}
.about-blk-sec .about-rite-btns .about-btn a.cmn-btn {
    padding: 24px 60px 22px;
}
.about-blk-sec .about-contct-btn {
    padding-left: 73px;
    position: relative;
    width: 50%;
}
.about-blk-sec .about-rite-btns .about-contct-btn p {
    margin: 0 !important;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #001738;
}
.about-blk-sec .about-contct-btn a {
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.9px;
    color: #58b6e7;
    border-bottom: 2px solid #58b6e7;
    margin: 0 0 8px;
}
.about-blk-sec .about-contct-btn a:before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-position: -31px -95px;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about-blk-sec .about-contct-btn a:hover {
    color: #011738;
    border-color: #011738;
}
.legal-sctn {
    margin: 0;
    padding:115px 0 0;
}
.legal-blk-sec {
    text-align: center;
}
.legal-blk-sec h2 {
    font-size: 150px;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #58b6e7;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 12px;
}
.legal-blk-sec h2 small {
    text-transform: capitalize;
    font-size: 75px;
    color: #002b45;
    display: block;
    line-height: 1.2;
}
.legal-blk-sec p {
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 34px;
}
.cmn-blk-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}
.blk-contct-btn p {
    margin: 0 !important;
}
.blk-contct-btn a {
    font-size: 30px;
    font-family: 'Roboto';
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    background-color: #58b6e7;
    color: #fff;
    padding: 17px 41px 18px 90px;
    display: inline-block;
    letter-spacing: -1.2px;
    font-weight: 700;
    border-radius: 50px;
    position: relative;
}
.blk-contct-btn a:hover {
    background-image: -webkit-linear-gradient( 180deg, rgb(191,139,38) 0%, rgb(250,218,90) 50%, rgb(191,139,38) 100%);
    color: #002b45;
}
.blk-contct-btn a:before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-position: -99px -36px;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    left: 37px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.practice-area-sec {
    padding: 116px 0 138px;
    position: relative;
    background-color: #eef8fd;
    text-align: center;
    z-index: 1;
}
.practice-area-sec:before {
    content: "";
    position: absolute;
    background-image: url(images/hm-pract-bfr.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}
.practice-area-sec h2{
    font-size: 68px;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #001738;
    text-transform: capitalize;
    margin: 0 0 6px;
}
.practice-area-sec p{
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #001738;
    margin: 0 0 41px;
}
.hm-pract-itm h4{
    font-size: 45px;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: capitalize;
    text-align: left;
    margin: 0;
    position: absolute;
    left: 50px;
    top: 48px;
    z-index: 2;
}
.hm-pract-itm {
    width: 100%;
    border-radius: 0 0 60px 0;
    position: relative;
    overflow: hidden;
}
.hm-pract-itm:before{
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, #002b45 0%, #42474b00 70%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.hm-pract-itm:hover:before{
    background: linear-gradient(to bottom, #ffce34 0%, #ffd03400 70%);
}
.hm-pract-itm:after{
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -27px -172px;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}
.hm-pract-img {
    position: relative;
}
.hm-pract-img:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: #0f2a50;
    mix-blend-mode: color;
    z-index: 2;
}
.hm-pract-img img{
    width: 100%;
    display: block;
    filter: grayscale(100%) brightness(0.9);
    z-index: 1;
    position: relative;
}
.hm-pract-hvr a{
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}
.view-pract-btn a.cmn-btn{
    position: relative;
    z-index: 1;
}
.hm-pract-list {
    padding: 0 0 55px;
}
.hm-pract-list.owl-carousel .owl-item.center .hm-pract-itm:before{
    background: linear-gradient(to bottom, #ffce34 0%, #ffd03400 70%);
}
.hm-pract-itm:hover:before{
    background: linear-gradient(to bottom, #ffce34 0%, #ffd03400 70%);
}
.hm-pract-list.owl-carousel .owl-item.center .hm-pract-itm:after, .hm-pract-itm:hover:after {
    background-position: -97px -171px;
}
.hm-pract-list.owl-carousel .owl-stage, .hm-pract-list.owl-carousel .owl-item{
    display: flex;
}
.hm-pract-list.owl-carousel .owl-item.center .hm-pract-itm h4{
    color: #002b45;
}
.hm-pract-list.owl-carousel .owl-item.center .hm-pract-img img {
    filter: none;
}
.hm-pract-list.owl-carousel .owl-item.center .hm-pract-img::before {
    display: none;
}
.hm-pract-itm:hover .hm-pract-img img  {
    filter: none;
}
.hm-pract-itm:hover .hm-pract-img img:before{
    display: none;
}

.hm-pract-list.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 42.4%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9%;
}
.hm-pract-list.owl-carousel .owl-nav button span {
    font-size: 0px;
}
.hm-pract-list.owl-carousel .owl-nav .owl-prev,
.hm-pract-list.owl-carousel .owl-nav .owl-next {
    width: 60px;
    height: 25px;
    background-image: url(images/hm-sprites.webp);
    background-position: -174px -84px;
    background-repeat: no-repeat;
}
.hm-pract-list.owl-carousel .owl-nav .owl-prev:hover {
    background-position: -175px -114px;
}
.hm-pract-list.owl-carousel .owl-nav .owl-next {
    background-position: -245px -84px;
}
.hm-pract-list.owl-carousel .owl-nav .owl-next:hover {
    background-position: -246px -115px;
}
.meet-attorney-sec {
    padding: 112px 0 54px;
    position: relative;
    background-color: #eef8fd;
}
.meet-attorney-sec .container{
    max-width: 1480px;
}
.meet-the-attorney-blk {
    background-color: #001738;
    border-radius: 60px;
    padding: 110px 0px 0;
    position: relative;
    z-index: 1;
}
.meet-the-attorney-blk:before, .meet-the-attorney-blk:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11%;
    height: 48.8%;
    opacity: 20%;
}
.meet-the-attorney-blk:before{
    background-image: url(images/meet-att-bfr.webp);
    background-position: bottom right;
    border-radius: 0px 0 60px 0;
    right: 0;
    bottom: 0;
}
.meet-the-attorney-blk:after{
    background-image: url(images/meet-att-aftr.webp);
    background-position: top left;
    border-radius: 60px 0 0 0;
    left: 0;
    top: 0;
}
.attrney-blk {
    display: flex;
    justify-content: space-between;
    width: 86.5%;
    margin: auto;
}
.attrney-title {
    width: 33.7%;
    padding: 11px 0 0;
}
.attrney-img {
    width: 33.1%;
    margin-left: -46px;
    position: relative;
}
.attrney-img img{
    width: 100%;
    display: block;
}
.attrney-cnt {
    width: 30.5%;
    padding: 71px 0 0;
}
.attrney-img:before {
    content: "";
    position: absolute;
    background-image: url(images/meet-att-img-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 648px;
    top: -110px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.attrney-title h5{
    font-size: 26px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 7.6px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 46px;
}
.attrney-title h2{
    font-size: 175px;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
.attrney-title h2 strong{
    line-height: 0.9;
    font-weight: 400;
    background: radial-gradient(#c9a63b 0%, #efd155 16%, #c8992e 47%, #ba8720 70%, #bf8b26 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.attrney-cnt h3{
    font-size: 68px;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 0 22px;
}
.attrney-cnt p{
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 41px;
}
.learn-more-btn a.cmn-btn{
    padding: 24px 78px 22px;
}
.hm-testimonials {
    position: relative;
    padding: 66px 0 40px;
    background-color: #eef8fd;
}
.hm-testimonials h2{
    font-size: 68px;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0px;
    color: #001738;
    text-transform: capitalize;
    margin: 0 0 22px;
    text-align: center;
}
.hm-testimonials h2 strong{
    line-height: 1;
    font-weight: 400;
    color: #58b6e7;
}
.hm-testimonials .testimonial-itm {
    padding: 0 30px 30px 10px;
    position: relative;
    display: flex;
    width: 100%;
}
.hm-testimonials .testimonial-itm:before {
    content: "";
    position: absolute;
    background-color: #58b6e7;
    width: 43%;
    height: 63.7%;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 100% 0 0px 0px;
}
.hm-testimonials .hm-testi-item {
    background-color: #ffffff;
    padding: 42px 126px 38px 41px;
    border: 2px solid #58b6e7;
    position: relative;
    z-index: 1;
    width: 100%;
}
.hm-testimonials .hm-testi-item::before {
    content: "";
    position: absolute;
    background-image: url(images/testi-bfr.webp);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    border-radius: 0 0px 0px 100%;
    top: 17px;
    right: 18px;
    width: 129px;
    height: 128px;
    z-index: 2;
}
.hm-testimonials .hm-testi-item p {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0px 20px;
}
.hm-testimonials .hm-testi-item h5 {
    font-size: 36px;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 13px;
}
.hm-testi-item .star-rat{
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -165px -35px;
    width: 135px;
    height: 21px;
    margin: 0 0 25px;
}
.hm-testimonials .testi-btn {
    text-align: center;
}
.hm-testimonials .testi-btn a.cmn-btn {
    position: relative;
    z-index: 1;
    padding: 24px 65px 22px;
}
.testi-blck.owl-carousel .owl-stage, .testi-blck.owl-carousel .owl-item{
    display: flex;
}
.testi-blck.owl-carousel {
    padding: 0 0 62px;
}
.testi-blck.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 42.6%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom:-12.1%;
    z-index: 0;
}
.testi-blck.owl-carousel .owl-nav button span {
    font-size: 0px;
}
.testi-blck.owl-carousel .owl-nav .owl-prev,
.testi-blck.owl-carousel .owl-nav .owl-next {
    width: 60px;
    height: 25px;
    background-image: url(images/hm-sprites.webp);
    background-position: -174px -84px;
    background-repeat: no-repeat;
}
.testi-blck.owl-carousel .owl-nav .owl-prev:hover {
    background-position: -175px -114px;
}
.testi-blck.owl-carousel .owl-nav .owl-next {
    background-position: -245px -84px;
}
.testi-blck.owl-carousel .owl-nav .owl-next:hover {
    background-position: -246px -115px;
}
.ftr-map .container {
    max-width: 1480px;
}
.map-blk-sec {
    background-color: #eef8fd;
    margin: auto;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    position: relative;
}
.map-blk-sec iframe {
    width: 100%;
    height: 400px;
    display: block;
}
.map-blk-sec .map-cont {
    position: absolute;
    background-color: #001738;
    border: 1px solid #58b6e7;
    border-top: 2px solid #58b6e7;
    width: 31%;
    height: max-content;
    padding: 25px 40px 22px 45px;
    border-radius: 0 0 50px 50px;
    left: 0;
    right: 0;
    top: 19%;
    bottom: 0;
    margin: auto;
}
.map-blk-sec .map-cont::before{
    content: '';
    position: absolute;
    background-image: url(images/loctn-drop.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 44px;
    height: 60px;
    top: -85px;
    right: 0;
    left: 0;
    margin: auto;
}
.map-blk-sec .map-cont h6 {
    font-size: 20px;
    font-family: 'Roboto';
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    margin: 0;
    text-transform: inherit;
}
.map-blk-sec .map-cont h6::before{
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -98px -96px;
    width: 40px;
    height: 40px;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.alexandria-sctn {
    padding: 20px 0 0px;
    text-align: center;
    background-image: url(./images/publc-defence-sctn-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size:100% auto;
    background-color: #eef8fd;
}
.alexandria-contn {
    padding-bottom: 140px;
}
.alexandria-sctn h2 {
    font-family: 'Roboto';
    font-size: 240px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 700;
    background: linear-gradient(to bottom, #a3d2f2 0%, transparent 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0 -88px 5px;
}
.alexandria-sctn h6 {
    font-family: 'Roboto';
    font-size: 26px;
    line-height: 1;
    letter-spacing: 7.8px;
    font-weight: 500;
    color: #001738;
    text-transform: uppercase;
    margin: 0 0 23px;
}
.alexandria-sctn h3 {
    font-family: 'Libre Baskerville';
    font-size: 68px;
    line-height: 1.25;
    letter-spacing: 0px;
    font-weight: 400;
    color: #001738;
    margin-bottom: 20px;
}
.alexandria-sctn p {
    font-family: 'Roboto';
    font-size: 26px;
    line-height: 1;
    letter-spacing: 4.68px;
    font-weight: 500;
    color: #001738;
    margin-bottom: 42px;
}
.cntct-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.call-btn a.cmn-btn {
    font-size: 30px;
    letter-spacing: -1.2px;
    color: #ffffff;
    background-color: #58b6e7;
    text-transform: capitalize;
    background-image: none;
    padding: 18px 40px 17px 90px;
    position: relative;
}
.call-btn a.cmn-btn:before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-position: -99px -36px;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    left: 37px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.call-btn a.cmn-btn:hover {
    color: #002b45;
    background-image: -webkit-linear-gradient(180deg, rgb(191, 139, 38) 0%, rgb(250, 218, 90) 50%, rgb(191, 139, 38) 100%);
}
.hm-form-sec {
    background-color: #eef8fd;
    position: relative;
    padding: 140px 0 156px;
    z-index: 0;
}
.hm-form-sec:before {
    content: "";
    position: absolute;
    background-image: url(images/form-curve-line-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 29.4%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.form-blk {
    position: relative;
}
.form-blk h2 {
    font-family: 'Libre Baskerville';
    font-size: 68px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    color: #002b45;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.form-blk p {
    font-family: 'Roboto';
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    color: #002b45;
    text-align: center;
}
.form-blk .gform_required_legend {
    display: none;
}
.hm-form-sec .gform_wrapper {
    margin: 77px 0 0 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    margin: 0 0 25px 0;
    padding: 0 !important;
}
.hm-form-sec .gform_wrapper ul.gform_fields li.form-top {
    margin: 0 0 0 0;
    text-align: left;
}
.gform_wrapper ul.gform_fields li.phn {
    margin-right: 0 !important;
}
.hm-form-sec .gform_wrapper .top_label input,
.hm-form-sec .gform_wrapper select,
.hm-form-sec .gform_wrapper .top_label textarea {
    font-family: 'Roboto';
    width: 100% !important;
    color: #2a3323;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: transparent;
    font-size: 20px !important;
    padding: 10px 15px 15px 30px !important;
    transition: all 0.5s;
    border: 0;
    border-bottom: 2px solid #58b6e7;
    margin: 0 0 27px !important;
}
.hm-form-sec .gform_wrapper .top_label textarea {
    width: 100%;
    float: none;
    height: 122px !important;
    margin: 0px 0px 56px !important;
    padding-top: 18px !important;
    resize: none;
    min-height: 100%;
}
.hm-form-sec .gform_wrapper .form-links, .form-top {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gform_wrapper .form-links a, .hm-form-sec .gform_wrapper.gravity-theme .gfield_checkbox label {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    color: #002b45;
    text-align: left;
    text-decoration: none;
    width: 100%;
    display: inline;
    margin: 0;
}
.form-top span, .hm-form-sec .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}
.hm-form-sec .gform_wrapper .gfield_radio label, .hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 5px 10px 0 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
    border: 1px solid #002b45;
    background-color: #002b45 !important;
}
.hm-form-sec .gform_wrapper input[type=checkbox]:checked:before {
    color: #fff;
    background-color: #13aff0;
    content: "\2713";
    margin-bottom: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 0;
    text-align: center;
    float: right;
    position: absolute;
    bottom: -17px;
    left: 35.5%;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    background-image: -webkit-linear-gradient(180deg, rgb(191, 139, 38) 0%, rgb(250, 218, 90) 50%, rgb(191, 139, 38) 100%);
    outline: none !important;
    border: 0px none !important;
    border-radius: 50px !important;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #002b45 !important;
    line-height: 1 !important;
    letter-spacing: 0.56px;
    font-family: 'Roboto' !important;
    text-transform: uppercase !important;
    width: auto !important;
    font-size: 28px !important;
    padding: 21px 92px 20px !important;
    height: auto !important;
    display: inline-block;
    margin: 0 !important;
    font-weight: 700;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #03193a !important;
    background-image: none;
    color: #fff !important;
    transition-duration: 0s;
}
.hm-form-sec input::placeholder {
    color: #2a3323;
}
.hm-form-sec input:-ms-input-placeholder {
    color: #2a3323;
}
.hm-form-sec input::-ms-input-placeholder {
    color: #2a3323;
}
.hm-form-sec textarea::placeholder {
    color: #2a3323;
}
.hm-form-sec textarea:-ms-input-placeholder {
    color: #2a3323;
}
.hm-form-sec textarea::-ms-input-placeholder {
    color: #2a3323;
}
.hm-form-sec .gform_wrapper .top_label .gfield_label {
    display: none;
}
.hm-form-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}
.hm-form-sec .gform_wrapper .validation_message, .hm-form-sec .gform_wrapper div.validation_error {
    color: red;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
}
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.hm-form-sec .gform_wrapper li.gfield.gfield_error, .hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
    gap: 0 5.2%;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div#popup-container {
    position: absolute;
    top: 30px;
}
.popup .popuptext {
    visibility: hidden;
    color: #000;
    position:static;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    margin: 0px;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 17px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
    width: 100%;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield{
    position: relative;
}
.hm-form-sec .gform_button.disabled {
    pointer-events: none;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: none;
    border-bottom: 2px solid #58b6e7;
}
.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message, .hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 10px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 12px;
    right: 5px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 28px;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.hm-form-sec .gform_wrapper .gfield.chk .validation_message.gfield_validation_message {
    left: 24px;
    top: 25px;
    margin: 0;
}
.site-footer {
    padding: 67px 0 0;
    color: #fff;
    background-image: url(images/ftr-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 0;
    border-top: 2px solid #58b6e7;
}
.ftmenu ul {
    padding: 0 0 50px;
    text-align: center;
    margin: 0;
    font-size: 0;
}
.ftmenu ul li {
    display: inline-block;
    margin: 0;
}
.ftmenu ul li a {
    text-transform: capitalize;
    color: #fff;
    font-family: 'Roboto';
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1.2px;
    margin: 0px 54px;
    font-weight: 400;
}
.ftmenu ul.footer-menu li.current-menu-item > a, .ftmenu ul.footer-menu > li a:hover {
    color: #58b6e7;
}
.ftmenu ul li:last-child a {
    margin-right: 0;
}
.ftmenu ul li:first-child a {
    margin-left: 0;
}
.ftr-blocks {
    padding: 67px 0 92px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ftr-logo {
    width: 32.5%;
    text-align: center;
}
.footer-logo {
    margin: 0 0 46px;
    width: 100%;
}
.info-hour-sec ul {
    margin: 0;
}
.info-hour-sec ul li {
    list-style: none;
}
.info-hour-sec ul li {
    list-style: none;
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    margin: 0 0 5px;
}
.info-hour-sec ul li small {
    color: #f6c735;
    font-size: 22px;
}
.info-hour-sec ul li:last-child {
    margin: 0;
}
.ftr-item-loct {
    text-align: center;
    width: 24.3%;
}
.ftr-item-cal {
    width: 22.5%;
    text-align: center;
}
.ftr-item {
    padding: 18px 0 0;
}
.ftr-item h4 {
    font-size: 32px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 7px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 83px;
    position: relative;
    margin: 0 0 35px;
}
.ftr-item h4:before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-position: -186px -165px;
    background-repeat: no-repeat;
    width: 48px;
    height: 68px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.ftr-item-cal .ftr-item h4:before {
    background-position: -261px -165px;
    width: 62px;
    height: 63px;
}
.ftr-item p {
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
}
.ftr-item .dirctn-btn a {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #58b6e7;
    display: inline-block;
}
.ftr-item .dirctn-btn a:hover {
    color: #f6c735;
}
.fter-contct-btn p {
    margin: 0 !important;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #fff;
}
.fter-contct-btn a {
    display: inline-block;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -0.9px;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 8px;
}
.fter-contct-btn a:hover {
    color: #58b6e7;
    border-color: #58b6e7;
}
.ftr-scl-icns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 18px 0 0;
}
.ftr-scl-icns a {
    display: inline-block;
    font-size: 0;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: contain;
}
.ftr-scl-icns a.instagram {
    background-image: url(images/instagram-icon.webp);
}
.ftr-scl-icns a.tiktok {
    background-image: url(images/tiktok-icon.webp);
}
.ftr-scl-icns a:hover {
    transform: scale(1.1);
}
.copyrights {
    padding: 45px 0;
    text-align: center;
}
.copyrights p, .copyrights a {
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: 0;
}
.copyrights a {
    display: inline-block;
    padding: 0 5px;
}
.copyrights a:hover {
    color: #58b6e7;
}
.copyrights .cpy-inr, .copyrights .ftrlink, .copyrights p, .copyrights a {
    display: inline-block;
}
.accordion {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-section-content {
    display: none;
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
}
.accordion-section.accordien-active .accordion-section-content {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    display: block;
}
.accordion-section .accordion-heading {
    background-color: #ccc;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    background-image: url(images/bottom-arrow-angle.png);
    background-size: 25px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
}
.accordion-section.accordien-active .accordion-heading {
    background-image: url(images/right-arrow-angle.png);
}
.accordion-section .accordion-heading {
    border-radius: 5px;
}
.accordion-section.accordien-active .accordion-heading {
    border-radius: 5px 5px 0 0;
}
.tab-btn, .tab-btn:hover {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #999;
    top: -2px;
    position: relative;
    outline: none;
}
.tab-btn:hover {
    background-color: #f6f6f6;
}
.tab-btn.tab-btn-active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    top: 2px;
    border-radius: 5px 5px 0 0;
}
.tab-content-area {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
}
.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}
.related-people {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex: 1 1 auto;
}
.related-people .related-post {
    width: 100%;
    max-width: calc((100% / 3) - 7px);
    padding: 15px;
    background-color: #f3f3f3;
}
.page_bnr {
    padding: 160px 0 0px;
    position: relative;
    text-align: center;
    background-color: #eef8fd;
}
.pg_bnr_scnd {
    background-image: url(images/pgbnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.page_bnr:after {
    position: absolute;
    content: "";
    width: calc(100% + 15px);
    height: 61.5%;
    background-image: url(images/inn-bnr-line-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    left: -7px;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: -1;
    display: none;
}
.page_title h1, .page_title h2 {
    font-family: 'Libre Baskerville';
    font-weight: 400;
    font-size:55px;
    line-height: 1;
    letter-spacing: 0;
    color: #58b6e7;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
}
.inrpg-breadcrumbs {
    padding: 10px 0 0;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    z-index: 5;
}
.inrpg-breadcrumbs .current-item {
    color: #58b6e7;
}
.inrpg-breadcrumbs  span.divider {
    padding: 0px 10px;
}
#main #content-wrap {
    padding: 100px 0;
    position: relative;
    background-color: #eef8fd;
}
.content-wrap-list {
    display: flex;
    justify-content: space-between;
}
.content-wrap-list.inn-attrney {
    flex-direction: row-reverse;
}
.content-area {
    float: none;
    width:64.9%;
    position: relative;
    border: 0;
    padding: 0;
}
.content-area.full-width{
    width: 100%;
}
.content-area.full-width {
    width: 100%;
    margin: 0;
}
.widget-area.sidebar-primary {
    float: none;
    padding: 0;
}
.sidebar-container {
    width: 31.3%;
    max-width: 400px;
}
.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6 {
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    margin: 0 0 20px;
    text-transform: capitalize;
    color: #001738;
}
.content-area h1, .content-area h2 {
    font-size: 50px;
}
.content-area h3 {
    font-size: 40px;
}
.content-area h4 {
    font-size: 35px;
}
.content-area h5 {
    font-size: 30px;
}
.content-area h6 {
    font-size: 26px;
}
.content-area p, .content-area li {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    color: #000;
    letter-spacing: 0px;
    margin: 0 0 20px 0;
}
.content-area li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}
.content-area ol, .content-area ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}
.content-area ul li {
    list-style: none;
    padding-left: 25px;
    position: relative;
}
.content-area ul li:before {
    background: #000;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    border-radius: 50%;
}
.content-area a, .content-area li a {
    color: #58b6e7;
    text-decoration: none !important;
}
.content-area a:hover, .content-area li a:hover {
    color: #000;
}
.content-area ul li > ul li {
    list-style-type: none;
}
.content-area ul li > ul li > ol li {
    list-style-type: decimal;
}
.content-area ul li > ul li:before {
    display: block;
}
.content-area ul li > ol li {
    list-style-type: decimal;
}
.content-area ul li > ol li:before {
    display: none;
}
.content-area ul li > ol li > ul li {
    list-style-type: none;
}
.sidebar-container .sidebar-box {
    background: #001738;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    padding: 20px 20px 30px;
}
.sidebar-container h4.widget-title {
    font-family: 'Libre Baskerville';
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    padding: 25px 0px 25px;
    margin: 0 0 22px;
    position: relative;
    border: 0;
    border-bottom: 1px solid #58b6e7;
}
.sidebar-container .sidebar-box ul {
    padding: 0;
    margin: 0;
}
.sidebar-container .sidebar-box ul li {
    margin: 0px;
    border: none;
    padding: 0;
    list-style: none;
}
.sidebar-container .sidebar-box ul li:last-child {
    margin-bottom: 0;
}
.sidebar-container .sidebar-box ul li a {
    display: block;
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    padding: 16px 20px 16px 48px;
}
.sidebar-container .sidebar-box ul li a:before {
    content: "";
    position: absolute;
    background-image: url(images/inn-sprites.webp);
    width: 14px;
    height: 14px;
    top: 22px;
    left: 18px;
    background-position: -27px -67px;
    background-repeat: no-repeat;
}
.sidebar-container .sidebar-box ul li a:hover {
    color: #001738;
    background-image: -webkit-linear-gradient(180deg, rgb(191, 139, 38) 0%, rgb(250, 218, 90) 50%, rgb(191, 139, 38) 100%);
}
.sidebar-container .sidebar-box ul li a:hover:before {
    background-position: -27px -91px;
}
.sidebar-container .widget.widget_testi {
    background-color: #fff;
    margin-bottom: 0;
    padding: 20px 20px 40px;
    border: 2px solid #58b6e7;
}
.sidebar-container .widget.widget_testi h4.widget-title {
    color: #001738;
    padding-bottom: 0;
    border-bottom: 0;
}
.sidebar-container .widget .sidebar-testi.owl-carousel {
    display: block;
    padding: 0px 12px 0px;
}
.sidebar-container .widget .sidebar-testi .testi-item {
    padding: 0;
    position: relative;
    text-align: left;
}
.sidebar-container .widget .sidebar-testi .testi-item .star-rat {
    width: 160px;
    height: 27px;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -19px -19px;
    margin: 0 0 20px;
}
.sidebar-container .widget .sidebar-testi .testi-item p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 1.75;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 25px;
}
.sidebar-container .widget .sidebar-testi .testi-item h5 {
    font-family: 'Libre Baskerville';
    font-size: 24px;
    margin: 0px 0px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #000;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
    gap: 20px;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav button {
    background-color: transparent;
    width: 45px;
    height: 18px;
    font-size: 30px;
    line-height: 1;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -198px -26px;
    transform: scale(0.9);
    margin: 0 -5px;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav button.owl-next {
    background-position: -250px -27px;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav span {
    font-size: 0;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav button:hover {
    background-position: -198px -50px;
}
.sidebar-container .widget .sidebar-testi.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -250px -51px;
}
.sidebar-container .blog-sdbr-archives {
    margin: 0px;
    padding: 48px 34px 47px;
    border: 2px solid #58b6e7;
    background-color: #fff;
    box-shadow: none;
}
.blog-sdbr-archives button.search-submit {
    background-image: url(images/blg-srch-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0px center;
    cursor: pointer;
    position: absolute;
    right: 0;
    height: 100%;
    width: 17.4%;
    font-size: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
}
.sidebar-container .blog-sdbr-archives .sidebar-box h4.widget-title {
    border: none;
}
.sidebar-container .sidebar-box.widget_search, .sidebar-container .sidebar-box.widget_categories, .sidebar-container .sidebar-box.widget_archive {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin: 0 0 40px;
    border: 0;
}
.sidebar-container .sidebar-box.widget_categories select, .sidebar-container .sidebar-box.widget_archive select {
    background-image: url(images/blg-drop-down-arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0px center;
    cursor: pointer;
}
.sidebar-container .sidebar-box.widget_archive:last-child {
    margin: 0;
}
.sidebar-container .blog-sdbr-archives .sidebar-box h4.widget-title {
    font-size: 40px;
    color: #000000;
    text-align: left;
    margin-bottom: 22px;
    padding: 0;
}
.sidebar-container .sidebar-box.widget_search .widget-title {
    display: none;
}
.sidebar-container .sidebar-box input,
.sidebar-container .sidebar-box select {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 130%;
    letter-spacing: 0;
    width: 100%;
    padding: 16px 60px 16px 30px !important;
    outline: 0;
    position: relative;
    border: 1px solid #9d9d9d;
    appearance: none;
    height: auto;
    font-family: "Roboto";
}
.content-area #blog-entries {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.content-area .blog-entry {
    padding-bottom: 0;
    border-bottom: 0;
    position: relative;
    width: 32%;
    margin: 0 0.6% 4%;
}
.content-area .post-content {
    background-color: #001738;
    padding: 35px 25px 62px 35px;
    width: 90.5%;
    margin: -80px auto 0;
    position: relative;
    height: 100%;
}
.content-area .blog-entry.large-entry .thumbnail {
    margin-bottom: 0;
}
.content-area .blog-entry-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.content-area .post-content:hover {
    background-color: #58b6e7;
}
.content-area .blog-entry-title.entry-title {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.33;
}
.content-area .blog-entry-title.entry-title a {
    color: #fff;
}
.content-area .post-content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.44;
}
.content-area .blog-entry .blog-entry-readmore a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    border: none;
    padding: 0;
    position: absolute;
    left: 35px;
    bottom: 37px;
    font-family: "Roboto";
}
.content-area .post-content:hover .blog-entry-readmore a {
    color: #fff;
    text-decoration: underline !important;
    text-underline-offset: 5px !important;
}
.content-area ul.page-numbers {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
.content-area ul.page-numbers li {
    padding: 0;
    margin: 0 8px;
}
.content-area ul.page-numbers li a, .content-area ul.page-numbers li span.page-numbers.current {
    width: 20px;
    height: 30px;
    background-color: transparent;
    color: #000000;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    padding: 10px;
    margin: 0;
    letter-spacing: 0.52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 0;
    text-decoration: none !important;
}
.content-area ul.page-numbers li:before{
    display: none;
}
.content-area ul.page-numbers li span.page-numbers.current {
    background-color: #112453;
    color: #ffffff;
}
.content-area ul.page-numbers li .prev.page-numbers, .content-area ul.page-numbers li .next.page-numbers {
    width: 60px;
    height: 25px;
    margin: 0;
    background-repeat: no-repeat;
    background-image: url(images/inn-sprites.webp);
    font-size: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    transition: 0.5s;
    transform: scale(0.7);
}
.content-area ul.page-numbers li .next.page-numbers {
    background-position: -98px -160px;
}
.content-area ul.page-numbers li .next.page-numbers:hover {
    background-position: -98px -126px;
}
.content-area ul.page-numbers li .prev.page-numbers {
    background-position: -28px -160px;
}
.content-area ul.page-numbers li .prev.page-numbers:hover {
    background-position: -28px -126px;
}
.content-area .post-meta {
    position: absolute;
    top: 0;
    background-color: #001738;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    font-family: "Libre Baskerville";
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    line-height: 1;
}
.content-area .post-meta strong {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
}
.content-area .post-meta small {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 21px;
}
/* Single blog */
.content-area .gen-feature-img {
    margin: 0 0 40px;
}
.content-area .gen-feature-img img {
    width: 100%;
    display: block;
}
.content-area .post-prev-next {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 50px 0 0;
}
.content-area .prev-post h4, .content-area .next-post h4 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    color: #002b45;
    line-height: 1;
    letter-spacing: 0.3px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(
        180deg,
        rgb(191, 139, 38) 0%,
        rgb(250, 218, 90) 50%,
        rgb(191, 139, 38) 100%
        );
    text-decoration: none !important;
    margin: 0;
    border-radius: 33px;
    padding: 18px 54px 14px;
}
.content-area .next-post h4 {
    padding: 18px 75px 14px;
}
.content-area .prev-post h4:hover,
.content-area .next-post h4:hover {
    background-color: #58b6e7;
    color: #fff;
    background-image: none;
}
.content-area .area-served-list {
    background-color:#17548d;
    border-radius: 30px;
    padding: 45px;
    margin-bottom: 20px;
}
.content-area .area-served-list h2{
    color: #fff;
    text-align: center;
}
.content-area .area-served-item-list {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.content-area .area-served-list ul li:before{
    display: none;
}
.content-area .area-served-item {
    width: 32%;
    margin: 0px 0.6% 1% ;
    padding: 0px ;
}
.content-area .area-served-item a {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    padding: 15px 12px;
    background-color: #ffffff;
    color: #17548d;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
}
.content-area .area-served-item a:hover {
    color: #fff;
    background-color: #4a4b4b;
}
.content-area .inn-pract-itm h4 {
    font-size: 45px;
    line-height: 1.06;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    position: absolute;
    left: 50px;
    top: 48px;
    z-index: 2;
}
.content-area .inn-pract-itm {
    width: 31.6%;
    border-radius: 0 0 60px 0;
    position: relative;
    overflow: hidden;
}
.content-area .inn-pract-itm:before{
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, #002b45 0%, #42474b00 70%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.content-area .inn-pract-itm:after{
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -27px -172px;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}
.content-area .inn-pract-img {
    position: relative;
}
.content-area .inn-pract-img:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: #0f2a50;
    mix-blend-mode: color;
    z-index: 1;
}
.content-area .inn-pract-img img{
    width: 100%;
    display: block;
    filter: grayscale(100%) brightness(0.9);
    z-index: 0;
    position: relative;
}
.content-area .inn-pract-hvr a{
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}
.content-area .inn-pract-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
}
.content-area .inn-pract-list .inn-pract-itm:hover:before{
    background: linear-gradient(to bottom, #ffce34 0%, #ffd03400 70%);
}
.content-area .inn-pract-list .inn-pract-itm:hover:after{
    background-position: -97px -171px;
}
.content-area .inn-pract-list .inn-pract-itm:hover h4{
    color: #002b45;
}
.content-area .inn-pract-itm:hover .inn-pract-img img{
    filter: none;
}
.content-area .inn-pract-itm:hover .inn-pract-img::before{
    display: none;
}
.content-area .testimonials {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.content-area .testi-blk {
    padding: 0 30px 30px 0;
    position: relative;
    display: flex;
    width: 48.4%;
    margin: 0 0.8% 3%;
}
.content-area .testi-blk:before {
    content: "";
    position: absolute;
    background-color: #58b6e7;
    width: 45%;
    height: 65%;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 100% 0 0px 0px;
}
.content-area .testi-item {
    background-color: #ffffff;
    padding: 45px 100px 35px 40px;
    border: 2px solid #58b6e7;
    position: relative;
    z-index: 1;
    width: 100%;
}
.content-area .testi-item::before {
    content: "";
    position: absolute;
    background-image: url(images/testi-bfr.webp);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    border-radius: 0 0px 0px 100%;
    top: 20px;
    right: 28px;
    width: 98px;
    height: 97px;
    z-index: 2;
}
.content-area .testi-item p {
    line-height: 1.65;
    margin: 0 0 20px;
}
.content-area .testi-item h5 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    text-transform: inherit;
    margin: 0px;
}
.content-area .testi-item .star-rat {
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -165px -35px;
    width: 135px;
    height: 21px;
    margin: 0 0 25px -11px;
    transform: scale(0.9);
}
.attrny-btn {
    text-align: center;
}
.single-prf-details-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px;
}
.single-prf-details-list .single-prf-details-lft {
    width: 35.2%;
    background-image: url(images/inn-attrney-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 0 0;
}
.single-prf-details-list .single-prf-img {
    width: 62.6%;
    margin: auto;
}
.single-prf-details-list .single-prf-img img {
    width: 100%;
    display: block;
}
.single-prf-details-list .single-prf-details-rite {
    width: 55.2%;
}
.single-prf-cnt h3 {
    font-size: 60px;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #001738;
    margin: 0 0 20px;
}
.single-prf-cnt h5 {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3px;
    color: #58b6e7;
    margin: 0 0 50px;
    text-transform: uppercase;
}
.snglattrny-cnt {
    display: flex;
    justify-content: space-between;
    margin: 0 0 35px;
    position: relative;
}
.snglattrny-cnt:before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.atrrny-cntitm {
    text-align: center;
}
.atrrny-cntitm h4 {
    font-size: 32px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 7px;
    color: #000000;
    text-transform: uppercase;
    padding-top: 83px;
    position: relative;
    margin: 0 0 20px;
}
.atrrny-cntitm h4:before {
    content: "";
    position: absolute;
    background-image: url(images/inn-sprites.webp);
    background-position: -181px -122px;
    background-repeat: no-repeat;
    width: 49px;
    height: 68px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.atrrny-cntitm.contct h4:before {
    background-position: -242px -126px;
    width: 63px;
    height: 63px;
}
.atrrny-cntitm p {
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000000;
}
.atrrny-cntitm .dirctn-btn a {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #58b6e7;
    display: inline-block;
}
.attrney-contct-btn p {
    margin: 0 !important;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #000000;
}
.attrney-contct-btn a {
    display: inline-block;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -0.9px;
    color: #000000;
    border-bottom: 2px solid #000000;
    margin: 0 0 8px;
}
.attrney-contct-btn a:hover {
    color: #58b6e7;
    border-color: #58b6e7;
}
.snglattrny-drctn a {
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #58b6e7;
    display: inline-block;
}
.snglattrny-drctn a:hover {
    color: #011738;
}
.attrny-btn a.cmn-btn {
    padding: 19px 43px 18px;
}
.single-prf-socio {
    display: none;
}
.single-page-article {
    margin: 0 0 30px;
}
.content-area .accordion-section {
    margin: 0 0 20px;
}
.content-area .accordion-section h3 {
    margin: 0;
}
.content-area .accordion-section h3 a {
    display: block;
    font-family: 'Libre Baskerville';
    font-weight: 400;
    font-size: 27px;
    line-height: 1;
    color: #001738;
    letter-spacing: -0.64px;
    padding: 20px 60px 20px 30px;
    position: relative;
    border: 1px solid #bababa;
}
.content-area .accordion-section h3 a:before {
    position: absolute;
    content: "";
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -57px -93px;
    width: 22px;
    height: 12px;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.content-area .accordion-section h3 a.active:before {
    background-position: -57px -67px;
}
.content-area .accordion-section-content {
    padding: 20px 30px 0;
}
.content-area .accordion-section h3 a.active {
    color: #fff;
    background-color: #001738;
    border-color: transparent;
}
.accsec-ritcnt .legal-blk-sec.inn-blk {
    margin: 20px 0;
}
.inn-contact-lst {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inn-contact-itm {
    width: 32%;
    background-color: #001738;
    padding: 40px 30px 20px;
    text-align: center;
}
.inn-contact-itm h5 {
    font-family: 'Roboto';
    font-size: 32px;
    line-height: 1;
    letter-spacing: 7.04px;
    color: #ffffff;
    margin-bottom: 18px;
    position: relative;
    padding-top: 89px;
}
.inn-contact-itm h5::before {
    content: '';
    position: absolute;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -26px -222px;
    width: 42px;
    height: 57px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.inn-contact-itm.hrs h5::before {
    background-position: -86px -226px;
    width: 54px;
    height: 54px;
}
.inn-contact-itm.phn h5::before {
    background-position: -158px -226px;
    width: 54px;
    height: 54px;
}

.inn-contact-itm p {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 15px;
}
.inn-contact-itm.hrs p {
    margin: 0;
}
.inn-contact-itm p strong {
    color: #f6c735;
    font-weight: 400;
}
.inn-contact-itm .dirctn-btn a {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.08px;
    font-weight: 500;
    text-transform: uppercase;
    color: #58b6e7;
    display: inline-block;
    border-bottom: 1px solid #58b6e7;
}
.inn-contact-itm.phn a {
    font-family: 'Roboto';
    font-size: 45px;
    line-height: 1;
    letter-spacing: -0.9px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
}
.inn-contact-itm.phn a:hover {
    color: #58b6e7;
}
.inn-contact-itm.phn .ftr-scl-icns a {
    font-size: 0;
}
.inn-contact-itm .dirctn-btn a:hover {
    color: #fff;
    border-color: #fff;
}
.content-area .blk-contct-btn a{
    color:#fff;
}
.content-area a.cmn-btn{
    color: #002b45;
}
.alexandria-sctn.inn{
    background-image: inherit;
    background-color: #eef8fd;
}
.about-item-list{
    display: flex;
    flex-wrap: wrap;
}
.about-item-list .about-item{
    width: 48%;
    margin: 0px 2%;
    text-align: center;
    position: relative;
}
.about-item-list .about-item .about-item-img{
    background-image: url(images/inn-attrney-bg-img.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 10px 0px;
}
.about-item-cont {
    background-color: #58b6e7;
    padding: 20px 10px;
}
.about-item-link a {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    font-size: 0px;
}
.content-area .about-item-cont h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}
.content-area .about-item-cont h6 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
}
.about-item:hover .about-item-cont h3, .about-item:hover .about-item-cont h6{
    color: #001738;
}
h2.mobile-title{display: none !important;}