/* 
Theme Name:		 oceanwpchild
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: "Inter";
    font-weight: 300;
    src: url("./fonts/inter-v18-latin-300.eot");
    src: url("./fonts/inter-v18-latin-300.eot?#iefix") format("embedded-opentype"),
        url("./fonts/inter-v18-latin-300.woff2") format("woff2"),
        url("./fonts/inter-v18-latin-300.woff") format("woff"),
        url("./fonts/inter-v18-latin-300.ttf") format("truetype"),
        url("./fonts/inter-v18-latin-300.svg#Inter") format("svg");
}

@font-face {
    font-family: "Inter";
    font-weight: 400;
    src: url("./fonts/inter-v18-latin-regular.eot");
    src: url("./fonts/inter-v18-latin-regular.eot?#iefix")
        format("embedded-opentype"),
        url("./fonts/inter-v18-latin-regular.woff2") format("woff2"),
        url("./fonts/inter-v18-latin-regular.woff") format("woff"),
        url("./fonts/inter-v18-latin-regular.ttf") format("truetype"),
        url("./fonts/inter-v18-latin-regular.svg#Inter") format("svg");
}

@font-face {
    font-family: "Inter";
    font-weight: 500;
    src: url("./fonts/inter-v18-latin-500.eot");
    src: url("./fonts/inter-v18-latin-500.eot?#iefix") format("embedded-opentype"),
        url("./fonts/inter-v18-latin-500.woff2") format("woff2"),
        url("./fonts/inter-v18-latin-500.woff") format("woff"),
        url("./fonts/inter-v18-latin-500.ttf") format("truetype"),
        url("./fonts/inter-v18-latin-500.svg#Inter") format("svg");
}

@font-face {
    font-family: "Inter";
    font-weight: 600;
    src: url("./fonts/inter-v18-latin-600.eot");
    src: url("./fonts/inter-v18-latin-600.eot?#iefix") format("embedded-opentype"),
        url("./fonts/inter-v18-latin-600.woff2") format("woff2"),
        url("./fonts/inter-v18-latin-600.woff") format("woff"),
        url("./fonts/inter-v18-latin-600.ttf") format("truetype"),
        url("./fonts/inter-v18-latin-600.svg#Inter") format("svg");
}

@font-face {
    font-family: "Inter";
    font-weight: 700;
    src: url("./fonts/inter-v18-latin-700.eot");
    src: url("./fonts/inter-v18-latin-700.eot?#iefix") format("embedded-opentype"),
        url("./fonts/inter-v18-latin-700.woff2") format("woff2"),
        url("./fonts/inter-v18-latin-700.woff") format("woff"),
        url("./fonts/inter-v18-latin-700.ttf") format("truetype"),
        url("./fonts/inter-v18-latin-700.svg#Inter") format("svg");
}

: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;
    outline: 0;
}

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 {
    background-color: transparent;
    padding: 15px 0 0;
    border: none;
    position: absolute;
    z-index: 999;
}

header#site-header .container {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    max-width: 1400px;
}

.logo img {
    transition-duration: 0.8s;
}

.logo {
    width: 170px;
}

.topmenu {
    width: auto;
}
.logo-rit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 37px;
}
.topmenu ul {
    position: relative;
    margin: 0;
    font-size: 0;
}

.topmenu ul li {
    display: inline-block;
    margin: 0px 28px;
    position: relative;
}



.topmenu ul li a {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-family: "Inter";
    font-weight: 500;
    letter-spacing: 0px;
    display: inline-block;
}

.topmenu ul.menu > li.current-menu-item > a,
.topmenu ul.menu > li > a:hover {
    color: #fff;
    text-shadow: 0px 2px 3px rgba(21, 21, 21, 0.72);
}

.topmenu ul li:first-child {
    margin-left: 0px;
}

.topmenu ul li:last-child {
    margin-right: 0px;
}

.topmenu ul li ul.sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #0b3b42;
    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: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    text-transform: capitalize;
}

.topmenu .sub-menu li a:hover {
    background-color: #7ba59e;
    color: #fff;
}
.hdr-call a.cmn-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 18px 36px 16px;
    font-size: 18px;
    font-weight: 700;
}
.hdr-call a.cmn-btn:hover {
    background-color: #7ba59e;
    border-color: #7ba59e;
    color: #fff;
}

/* Mobile Menu Starts */

.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-color: #7ba59e;
    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: "Poppins", sans-serif;
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #0b3b42;
}

.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 Menu*/

.sicky-logo {
    width: 100%;

    max-width: 300px;

    padding: 0 15px;
}

.header-sticky {
    width: 100%;
    float: left;
    background-color: #89c5c7;
    padding: 10px;
    display: none;
    border-bottom: 2px solid #265274;
}
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 5px;
    background-color: #89c5c7;
    z-index: 9999;
    border-bottom: 2px solid #265274;
}
.header-sticky .sticky-cnt {
    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;
}

.header-sticky .mobile_src_nav,
.header-sticky .showhide {
    display: block;
}

.header-sticky .mobile_src_nav {
    background: transparent;
}

.header-sticky .stickyshowhide .txt {
    width: 40px;

    height: 40px;

    text-align: center;

    float: none;

    padding: 0;

    position: relative;

    font-weight: 400;
    font-family: "Inter";
    color: #fff;
}

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

.header-sticky .sticky-cnt a:before,
.header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}

.header-sticky .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 .sticky-cnt.sticky-call-wrap a:before {
    background: url(images/header-sticky-call.png) no-repeat center;
}
.header-sticky .sticky-cnt .stickyshowhide:before {
    background: url(images/header-sticky-menu.png) no-repeat center;
}
.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-color: #7ba59e;
    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: 45px;
    line-height: 1;
    font-weight: 700;
    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;

    /* -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 .container{
    align-items: center;
}

header#site-header.f-nav {
    position: fixed;
    background-color: #89c5c7;
    border-bottom: 2px solid #265274;
    padding: 10px 0;
}
/* header#site-header.f-nav .top-rit{
    display:none;
} */

header#site-header.f-nav .logo {
    width: 120px;
}


/* Top Menu Section Ends */
#site-logo {
    float: none !important;
}
#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}
.topmenu {
    margin-left: auto;
}
.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;
}

/* Common Button */

a.cmn-btn {
    font-size: 22px;
    font-family: "Inter";
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 40px;
    padding: 30px 54px 28px;
    background-color: #7ba59e;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    margin: 0;
}
a.cmn-btn:hover {
    background-color: #264566;
}
a:focus {
    border: none !important;
    outline: none !important;
}
/* HomePage Banner Section */
/*.hm-banner-sec {
    background-image: url(images/bnr-ng.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    position: relative;
    padding: 422px 0 153px;
}*/

.hm-banner-sec{
    position: relative;
}
.hm-banner-sec .banner-cnt {
    width: 38.1%;
}
.hm-banner-sec .banner-sec {
    position: relative;
}
.bnr-cnt-itm.first .banner-cnt {
    padding-top: 70px;
}


.bnr-cnt-lst {
    min-height: 930px; /* or match your image height */
    display: block;
}

.bnr-cnt-itm img {
    width: 100%;
    height: auto;
    display: block;
}

.bnr-cnt-lst.owl-loaded {
    opacity: 1;
    transition: opacity 0.3s ease-in;
}
.bnr-cnt-lst {
    opacity: 0;
}



.hm-banner-sec .container{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 1400px;
    display: flex;
    justify-content: flex-end;
    height: fit-content;
}

.hm-banner-sec .bnr-cnt-itm.scnd .container {
    bottom: 0;
    margin: auto;
    max-height: max-content;
    top: 0;
    justify-content: center;
}

.hm-banner-sec .bnr-cnt-itm.thrd .container{
    justify-content:flex-start;
}

.hm-banner-sec .thrd .banner-cnt {
    width: 47%;
    padding-left: 170px;
}

.hm-banner-sec .bnr-video-btn {
    position: absolute;
    right: 14%;
    top: 22%;
}
.hm-banner-sec .banner-cnt h1, .hm-banner-sec .banner-cnt h2.unrvld {
    font-size: 90px;
    font-family: "Inter";
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.13;
    letter-spacing: -7.2px;
    color: #fff;
    margin: 0 0 15px;
    text-shadow: 0px 2px 3px rgba(21, 21, 21, 0.72);
}

.hm-banner-sec .banner-cnt h2 {
    font-size: 52px;
    font-family: "Inter";
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.38;
    letter-spacing: -4.16px;
    color: #254665;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.88);
    margin: 0 0 15px;
}

.hm-banner-sec .banner-cnt.mdlbnr-cnt{
    width: 56.1%;
    text-align: center;
}

.hm-banner-sec .banner-cnt.mdlbnr-cnt h6{
    color: rgb(37, 70, 101);
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.88);
    margin-right: 0;
}

.hm-banner-sec .banner-cnt h1 small, .hm-banner-sec .banner-cnt h2.unrvld small {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0px;
    color: #fff;
    display: block;
    margin: 0 0 15px -4px;
    line-height: 1.13;
}
.hm-banner-sec .banner-cnt h1 strong, .hm-banner-sec .banner-cnt h2.unrvld strong {
    font-weight: 300;
    color: #ffffff;
    line-height: 1.13;
    display: block;
    text-align: right;
}
.hm-banner-sec .banner-cnt h6 {
    font-size: 30px;
    font-family: "Inter";
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #fff;
    text-align: right;
    margin: 0 52px 0px 0px;
    text-shadow: 0px 2px 3px rgba(21, 21, 21, 0.72);
}

.hm-banner-sec span.hdng-cnt {
    display: block;
    line-height: 1.13;
    text-align: left;
}

.hm-banner-sec .mdlbnr-cnt .bnr-btn{
    text-align: center;
}

.hm-banner-sec .bnr-btn {
    text-align: right;
}

.hm-banner-sec .owl-dots {
    display: flex;
    gap: 6px;
    position: absolute;
    bottom: 8%;
    right: 0;
    left: 0;
    margin: auto;
    justify-content: center;
}

.hm-banner-sec .owl-dots button.owl-dot{
    width: 17px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
}

.hm-banner-sec .owl-dots button.owl-dot.active{
    background-color: #fff;
}

.hm-banner-sec .owl-carousel .owl-nav button{
    background-image: url(images/lft-arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 55px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
}

.hm-banner-sec .owl-carousel .owl-nav button.owl-next{
    background-image: url(images/rite-arrow.webp);
    left: auto;
    right: 30px;
}

.hm-banner-sec .owl-carousel .owl-nav button span{
    font-size: 0;
}

/* Home Meet Our Attorneys */

.hm_meet_our_attorneys .container {
    max-width: 100%;
}
.hm-atrny-list {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}
.atrny-itm {
    width: 20%;
    position: relative;
    padding: 24px 0 0 0;
    background-image: url(images/hm-atrny-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 0;
}
.atrny-itm:hover:before {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 14%,
        rgba(0, 0, 0, 0) 15%,
        rgba(0, 0, 0, 0) 23%,
        rgba(0, 0, 0, 0.03) 33%,
        rgba(0, 0, 0, 0.1) 41%,
        rgba(0, 0, 0, 0.15) 45%,
        rgba(0, 0, 0, 0.28) 52%,
        rgba(0, 0, 0, 0.32) 54%,
        rgba(0, 0, 0, 0.56) 66%,
        rgba(0, 0, 0, 0.66) 75%,
        rgba(0, 0, 0, 0.7) 79%,
        rgba(0, 0, 0, 0.74) 88%,
        rgba(0, 0, 0, 0.74) 94%,
        rgba(0, 0, 0, 0.72) 96%,
        rgba(0, 0, 0, 0.67) 100%
        );
    top: auto;
    z-index: 0;
    opacity: 70%;
}
.atrny-itm:before {
    content: "";
    position: absolute;
    background-color: rgb(0, 56, 81, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.atrny-itm.title-card.mbl{
    display: none;
}
.atrny-itm.title-card {
    background-color: #0b3b42;
    display: flex;
    justify-content: start;
    background-image: none;
    flex-direction: column;
    padding: 45px 20px 0;
}
.atrny-itm.title-card:before {
    display: none;
}

.atrny-itm.title-card p {
    font-family: "Inter";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.87;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 16px;
}

.atrny-itm.title-card h6{
    font-family: "Inter";
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}

.atrny-itm h3 {
    font-size: 44px;
    font-family: "Inter";
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 10px;
}
.atrny-itm h4 {
    font-size: 28px;
    font-family: "Inter";
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}
.hm-atrny-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: auto;
}
.hm-atrny-img img {
    width: 100%;
    display: block;
}
.atrny-link a {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}


.hmattrny-mbl {
    display: none;
}

/* Home About Section */

.hmabout-sctn {
    background-color: #0b3b42;
    position: relative;

}

.hmabout-sctn .container, .hmteam-sctn .container, .hmpracti-areas-sctn .container {
    max-width: 100%;
}

.hmabout-sctn .hmabt-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hmabout-sctn .hmabt-cont .hmabt-lft {
    width: 50.2%;
}

.hmabout-sctn .hmabt-cont .hmabt-lft img{
    width:100%;
    display: block;
}

.hmabout-sctn .hmabt-cont .hmabt-rgt {
    width: 49.8%;
    padding: 40px 140px 40px 85px;
}

.hmabout-sctn .hmabt-cont .hmabt-rgt h2 {
    font-family: "Inter";
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 300;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.hmabout-sctn .hmabt-cont .hmabt-rgt p {
    font-family: "Inter";
    font-size: 21px;
    line-height: 1.9;
    letter-spacing: 0;
    font-weight: 400;
    color: #ffffff;
    margin: 0 40px 40px 0px;
}

.hmabout-sctn .hmabt-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

.hmabout-sctn .hmabt-btn .call {
    padding-left: 58px;
    position: relative;
}

.hmabout-sctn .hmabt-btn .call h5{
    font-family: "Inter";
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.6px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

.hmabout-sctn .hmabt-btn .call h5 a {
    font-family: "Inter";
    font-size: 27px;
    line-height: 1;
    letter-spacing: 1.08px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin: 6px 0 0;
}

.hmabout-sctn .hmabt-btn .call h5 a:hover {
    color: #7ba59e;
}

.hmabout-sctn .hmabt-btn .call h5 a::before {
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -109px -130px;
    width: 46px;
    height: 46px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hmabout-sctn .rdmr-btn a.cmn-btn {
    padding: 21px 58px 20px;
    background-color: #7ba59e;
    font-size: 18px;
    border-radius: 20px;
    letter-spacing: 0.36px;
}
.hmabout-sctn .rdmr-btn a.cmn-btn:hover {
    background-color: #ffffff;
    color: #265274;
}


/* Home Practice Areas */

.hm_practice_area_sec {
    padding: 102px 0 95px;

}
.hm_practice_area_sec .container{
    max-width: 1760px;
}
.hm_practice_area_sec h5 {
    font-size: 25px;
    font-family: "Inter";
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #7ba59e;
    margin: 0 0 17px;
    text-align: center;
}
.hm_practice_area_sec h2 {
    font-size: 65px;
    font-family: "Inter";
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #264566;
    margin: 0 0 44px;
    text-align: center;
}
.hm-pract-list {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.hm-pract-itm {
    position: relative;
    width: 31%;
    margin: 0 0 0 10px;
    background-image: url(images/prac-itm-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 45px;
}
.hm-pract-itm:before{
    position: absolute;
    content: "";
    border-left: 4px solid #7ba59e;
    height: 100%;
    top: 0;
    left: -10px;
    bottom: 0;
    margin: auto;
}
.hm-pract-itm h4 {
    font-family: "Inter";
    font-weight: 500;
    font-size: 30px;
    color: #000;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0 0 20px;
    text-align: start;
}
.hm-pract-itm p{
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    letter-spacing: -0.68px;
    margin: 0 0 8px;
}
.hm-pract-itm h6{
    font-family: "Inter";
    font-weight: 600;
    font-size: 20px;
    color: #000;
    line-height: 1;
    letter-spacing: -0.5px;
    margin:0px;
}

.hm-pract-hvr a {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}



/* Homepage Form Section Starts */

.hm-form-sec {
    padding: 82px 0 160px;
}
.ftr-form-blk {
    display: flex;
    justify-content: space-between;
}
.form-sec {
    width: 60.3%;
}
.map-sec {
    width: 34.6%;
    position: relative;
    padding: 10px 0 0;
    border-top: 5px solid #89c5c7;
}
.map-sec iframe {
    width: 100%;
    height: 100%;
}
.map-sec::before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -237px -9px;
    width: 55px;
    height: 83px;
    top: -60px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.form-sec h2 {
    font-size: 65px;
    font-family: "Inter";
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #265274;
    margin: 0 0 18px;
}
.form-sec p {
    font-size: 20px;
    font-family: "Inter";
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000;
}

.hm-form-sec .gform_wrapper {
    margin: 42px 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;
}

.hm-form-sec .gform_wrapper ul.gform_fields li.phn-field {
    margin-right: 0 !important;
}
.hm-form-sec p.gform_required_legend {
    display: none;
}

.hm-form-sec .gform_wrapper .top_label input,
.hm-form-sec .gform_wrapper select,
.hm-form-sec .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #000000;
    outline: 0px;
    position: relative;
    border-radius: 0;
    line-height: 130% !important;
    background: transparent;
    border: 1px solid #265274 !important;
    font-family: "Inter" !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 26px 36px !important;
    transition: all 0.5s;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 1.5%;
    grid-row-gap: 10px;
}
.hm-form-sec .gform_wrapper .top_label textarea {
    width: 100%;
    float: left;
    height: 174px !important;
    margin: 0px 0px 20px;
    padding: 28px 36px !important;
    resize: none;
}

.hm-form-sec .gform_wrapper .form-links,
.form-top {
    font-size: 18px;
    color: #000000;
    width: 100%;
    display: inline-block;
}

.hm-form-sec .gform_wrapper .form-links a {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    font-family: "Inter" !important;
    line-height: 1 !important;
    letter-spacing: 0;
    text-decoration: none;
}

.form-top span,
.hm-form-sec .gform_wrapper .gfield_checkbox label span {
    color: #a1231f;
}

.hm-form-sec .gform_wrapper .gfield_radio label,
.hm-form-sec .gform_wrapper .gfield_checkbox label {
    font-size: 18px !important;
    font-family: "Inter" !important;
    line-height: 20px !important;
    color: #000;
}

.hm-form-sec .gform_wrapper .gfield_checkbox label {
    color: #000000 !important;
    font-weight: 400;
    font-size: 18px;
    font-family: "Inter" !important;
    line-height: 1 !important;
    letter-spacing: 0;
    text-decoration: none;
}

.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 4px 10px 0px 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}

.hm-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: -70px 0 0;
    text-align: right;
    float: right;
}

.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    background-color: #368f9f !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 40px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    display: inline-block;
    font-size: 20px !important;
    letter-spacing: 0;
    padding: 23px 55px 21px !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0;
}

.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #265274 !important;
}

.hm-form-sec input::placeholder {
    color: #000000;
}

.hm-form-sec input:-ms-input-placeholder {
    color: #000000;
}

.hm-form-sec input::-ms-input-placeholder {
    color: #000000;
}

.hm-form-sec textarea::placeholder {
    color: #000000;
}

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

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

.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: rgb(119, 29, 29);
    letter-spacing: 0.56px;
    font-size: 13px !important;
    font-family: "Inter" !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 18px !important;
}

.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.gravity-theme .description,
.hm-form-sec .gform_wrapper.gravity-theme .gfield_description,
.hm-form-sec .gform_wrapper.gravity-theme .gsection_description,
.hm-form-sec .gform_wrapper.gravity-theme .instruction {
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 8px;
    width: max-content;
    height: max-content;
    pointer-events: none;
}
.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_validation_errors {
    display: none;
}
.hm-form-sec .chk .gfield_validation_message {
    left: 25px;
    top: 25px !important;
}
.hm-form-sec .phn-field .validation_message {
    top: 30px;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 40px;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hm-form-sec div#popup-container {
    position: absolute;
    width: 100%;
    top: 30px;
}


.popup .popuptext {
    visibility: hidden;
    color: #000;
    position: absolute;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    margin: 0px;
    text-align: center;
    font-family: "Inter" !important;
    font-weight: 400;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 1.5;
}

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}

.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
}

.gform_button.disabled {
    pointer-events: none;
}

/* Footer Section Starts */

.site-footer{
    background: #0f3d44;
    padding: 53px 0 0;
    color: #fff;
}

.ftmenu{
    border-top: 1px solid rgba(225, 225, 225, .10);
}

.ftmenu ul {
    text-align: center;
    margin: 0;
    padding: 22px 0 26px;
    font-size: 0;
}

.ftmenu ul li {
    display: inline-block;
    padding: 0 54px;
    position: relative;
    border-right: 2px solid #fff;
    margin: 0;
}
.ftmenu ul li:last-child {
    border: none;
}

.ftmenu ul li a {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-family: "Inter";
    font-weight: 500;
    letter-spacing: 0px;
    display: inline-block;
}
.ftmenu ul li:first-child {
    padding-left: 0;
}
.ftmenu ul li:last-child {
    padding-right: 0;
}
.ftr-blocks {
    padding: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 44px;
    border-top: 1px solid #3c6482;
    align-items: center;
    gap: 60px;
}
.ftr-item {
    text-align: center;
}
.ftr-item h6 {
    font-family: "Inter";
    font-weight: 500;
    font-size: 29px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0px;
    position: relative;
    padding-top: 59px;
    margin: 0 0 18px;
}
.ftr-item h6:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -126px;
    height: 48px;
    width: 32px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.ftr-item p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 1.5;
    margin: 0 0 18px;
}

.ftr-item {
    width: 27%;
    padding: 10px 30px;
}
.ftr-item.ftr-logo {
    width: 30.4%;
    padding: 10px 0px;
}
.scl-icons-lst {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.scl-icons-lst a {
    font-size: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -104px -8px;
    transition: 0.5s;
}
.scl-icons-lst a:hover {
    background-position: -104px -70px;
}
.scl-icons-lst a.inst {
    background-position: -173px -8px;
}
.scl-icons-lst a.inst:hover {
    background-position: -173px -70px;
}
.ftr-logo img {
    margin: 0 0 40px;
}
.ftr-item .ftr-call a {
    font-family: "Inter";
    font-weight: 500;
    font-size: 29px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
    padding: 56px 0 0;
}
.ftr-item .ftr-call a:hover {
    color: #7ba59e;
}
.ftr-item .ftr-call a:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -56px -133px;
    height: 39px;
    width: 39px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.ftmenu ul.footer-menu li.current-menu-item > a,
.ftmenu ul.footer-menu > li a:hover {
    color: #7ba59e;
}

.ftr-top-cnt{
    border-top: 5px solid #7ba59e;
    border-bottom: 5px solid #7ba59e;
}

/* Footer Sections Ends */

/* Copyrights */

.copyrights {
    background: transparent;
    padding: 45px 0;
    text-align: center;
}


.copyrights p,
.copyrights a {
    font-family: "Inter";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0px;
    margin: 0;
}

.copyrights a {
    display: inline-block;
    padding: 0 5px;
}
.copyrights a:hover {
    color: #398aac;
}
.copyrights .cpy-inr,
.copyrights .ftrlink,
.copyrights p,
.copyrights a {
    display: inline-block;
    color: #fff;
}
/* Homepage Ends */

/*Inner Pages Styles*/

.page_bnr {
    padding: 228px 0 113px;
    position: relative;
    text-align: center;
    background-image: url(images/inn-bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.page_title h1, .page_title h2 {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -5.6px;
    -webkit-background-clip: text;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.72);
}
.inrpg-breadcrumbs {
    padding: 10px 0 0;
    color: #fff;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    z-index: 5;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.72);
}
.inrpg-breadcrumbs .current-item {
    color: #fff;
}
.inrpg-breadcrumbs span.divider {
    padding: 0px 10px;
}
#main #content-wrap {
    padding: 100px 0;
    position: relative;
}
.content-wrap-list {
    display: flex;
    justify-content: space-between;
}
.content-area {
    float: none;
    width: 68%;
    position: relative;
    border: 0;
    padding: 0;
}
.content-area.full-width {
    width: 100%;
}
.widget-area.sidebar-primary {
    float: none;
    padding: 0;
}
.sidebar-container {
    width: 30%;
    max-width: 430px;
}

.gen-feature-ing {
    margin: 0 0 50px;
}
.gen-feature-ing img {
    width: 100%;
    display: block;
}
.gen-feature-img {
    margin: 0 0 40px;
}
.gen-feature-img img {
    display: block;
    width: 100%;
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
    font-family: 'Inter';
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 20px;
    text-transform: capitalize;
    color: #7ba59e;
}
.content-area h1,
.content-area h2 {
    font-size: 50px;
    color: #0b3b42;
}
.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: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    color: #0b3b42;
    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;
    right: 0;
    top: 14px;
    border-radius: 50%;
}
.content-area a,
.content-area li a {
    color: #7ba59e;
    text-decoration: none !important;
}
.content-area a:hover, .content-area li a:hover {
    color: #0b3b42;
}

.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 Styles */

.sidebar-container .sidebar-box {
    background: #0b3b42;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: 0 0px 30px;
    border: 0;
}
.sidebar-container h4.widget-title {
    font-family: 'Inter';
    font-size: 46px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    padding: 30px 10px 25px;
    margin: 0 0 30px;
    position: relative;
    border: 0;
    border-bottom: 1px solid #7ba59e;
}
.sidebar-container .sidebar-box ul {
    padding: 0 20px 0 30px;
    margin: 0;
}
.sidebar-container .sidebar-box ul li {
    margin: 0 0;
    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: 'Inter';
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    padding: 10px 10px 10px 40px;
}
.sidebar-container .sidebar-box ul li a:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    border-radius: 30px;
    width: 10px;
    height: 10px;
    top: 20px;
    left: 10px;
}
.sidebar-container .sidebar-box ul li a:hover {
    background-color: #7ba59e;
}

.sidebar-container .blog-sdbr-archives {
    margin: 0;
    padding: 40px;
    background-color: #7ba59e;
}

.sidebar-container .blog-sdbr-archives .sidebar-box h4.widget-title {
    font-size: 36px;
    color: #0b3b42;
    text-align: left;
    background-image: none;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 300;
    border: 0;
}

.sidebar-container .blog-sdbr-archives .sidebar-box h4.widget-title::before {
    display: none;
}

.sidebar-container .sidebar-box.widget_search .widget-title {
    display: 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 35px;
    border: 0;
}

.sidebar-container .sidebar-box.widget_archive:last-child {
    margin: 0;
}

.sidebar-container .sidebar-box input, .sidebar-container .sidebar-box select {
    letter-spacing: 0;
    width: 100%;
    outline: 0;
    position: relative;
    appearance: none;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #0f3d44;
    padding: 15px 65px 16px 25px !important;
    min-height: auto;
    height: auto;
    background-image: url(images/form-search-icn.webp);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center right 2px;
    display: inline-block;
    border: 0;
    border-radius: 0;
    background-color: #fff;
}
.sidebar-container .sidebar-box.widget_categories select, .sidebar-container .sidebar-box.widget_archive select {
    background-image: url(images/categry-arow-icon.webp);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: right 2px center;
    cursor: pointer;
}

.sidebar-container .sidebar-box.widget_search input.search-submit {
    width: 60px;
    height: 100%;
    background-image: url(images/search-icon.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0px;
    bottom: 0;
    top: 0;
    border: none;
    font-size: 0;
    cursor: pointer;
    margin: auto;
}

/* Inner Common Block */

.inn-comon-block-sectn .inn-cmn-blk {
    background: linear-gradient(30deg,rgba(255, 233, 199, 1) 0%, rgba(237, 239, 221, 1) 50%, rgba(37, 87, 90, 0.9) 88%);
    padding: 40px;
    text-align: center;
    margin: 50px 0 0;
}

.inn-comon-block-sectn .inn-cmn-blk h3 {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 66px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    text-transform: capitalize;
}
.inn-comon-block-sectn .inn-cmn-blk h3 strong {
    display: block;
    font-weight: 300;
    font-size: 30px;
    margin: 0 0 10px;
}
.inn-comon-block-sectn .inn-cmn-blk p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #0b3b42;
    letter-spacing: 0px;
    margin: 0 0 25px 0;
}

.cntct-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.schdl-btn a.cmn-btn {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.36px;
    font-weight: 700;
    padding: 22px 33px 21px;
    border-radius: 22px;
    background-color: #0b3b42;
}
.schdl-btn a.cmn-btn:hover {
    background-color: #7ba59e;
}
.call-btn {
    text-align: left;
    padding-left: 60px;
    position: relative;
    margin: 0px;
}
.call-btn p {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin: 0;
    color: #0b3b42;
}
.call-btn a.cmn-btn {
    padding: 0;
    display: block;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 5px 0 0;
    color: #0b3b42;
    background-color: transparent;
}
.inn-comon-block-sectn  .call-btn p {
    margin: 0 !important;
    line-height: 1 !important;
}
.call-btn a.cmn-btn:before {
    position: absolute;
    content: "";
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -155px -52px;
    height: 44px;
    width: 44px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.call-btn a.cmn-btn:hover {
    color: #7ba59e;
}

.content-area .inn-contct-blk {
    background-color: #0b3b42;
    padding: 60px 46px;
    text-align: center;
    margin: 50px 0;
}
.content-area .inn-contct-blk h3 {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 49px;
    line-height: 1;
    letter-spacing: 0;
    color: #7ba59e;
    text-transform: uppercase;
    padding: 0 0 18px;
    position: relative;
}
.content-area .inn-contct-blk h3:before {
    content: "";
    position: absolute;
    background-color: #7ba59e;
    width: 73%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.content-area .inn-contct-blk h3 strong {
    display: block;
    font-weight: 300;
    font-size: 42px;
    margin: 0 0 10px;
    color: #fff;
}
.content-area .inn-contct-blk .schdl-btn a.cmn-btn {
    background-color: #7ba59e;
}
.content-area .inn-contct-blk .schdl-btn a.cmn-btn:hover {
    background-color: #fff;
    color: #7ba59e;
}
.content-area .inn-contct-blk .call-btn a.cmn-btn {
    background-color: transparent;
}

.content-area .inn-contct-blk .call-btn p, .content-area .inn-contct-blk .call-btn a.cmn-btn {
    color: #fff;
    line-height: 1;
}
.content-area .inn-contct-blk .call-btn a.cmn-btn:before {
    background-position: -150px -124px;
}
.content-area .inn-contct-blk .call-btn a.cmn-btn:hover {
    color: #7ba59e;
}

/* Accordion */

.content-area .accsec-ritcnt.accordion {
    margin: 0 0 50px;
}
.content-area .accordion-section {
    margin: 0 0 30px;
}
.content-area .accordion-section:last-child {
    margin: 0;
}
.content-area .accordion-section-content {
    padding: 20px 30px;
    box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.06);
}
.content-area .accordion-section h3 {
    margin: 0;
}
.content-area .accordion-section h3 a {
    display: block;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 21px;
    line-height: 1.4;
    color: #0f3d44;
    letter-spacing: -0.64px;
    padding: 20px 75px 20px 30px;
    position: relative;
    border: 0;
    text-transform: capitalize;
    background-color: #f5f8f7;
}
.content-area .accordion-section h3 a:before {
    position: absolute;
    content: "";
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -16px -118px;
    width: 46px;
    height: 46px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.content-area .accordion-section h3 a.active:before {
    background-position: -16px -169px;
}
.content-area .accordion-section h3 a.active {
    color: #fff;
    background-color: #0f3d44;
    border-color: transparent;
}

/* Blog Page */

.blog .widget-area.sidebar-primary {
    display: none;
}


.blog-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px;
}

.blog-topbar .sidebar-box {
    width: 32%;
    margin: 0;
}

.blog-topbar .sidebar-box .widget-title {
    display: none;
}

.blog-topbar .sidebar-box .searchform {
    position: relative;
}

.blog-topbar .sidebar-box .searchform button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 0;
    background-color: transparent;
    background: url(images/blog-slctsrch.webp) no-repeat;
    background-size: cover;
    border: 0;
    padding: 0;
}

.blog-topbar .sidebar-box select,
.blog-topbar .sidebar-box input {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #0f3d44;
    padding: 17px 65px 18px 25px!important;
    min-height: auto;
    height: auto;
    background-image: url(images/blog-slctarrow.webp);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    border: 1px solid rgb(123 165 158 / 34%);
    border-radius: 0;
}
.blog-topbar .sidebar-box select:focus-visible, .blog-topbar .sidebar-box input:focus-visible {
    outline: 0 !important;
}


.content-area .entries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-area .blog-entry.large-entry {
    border-bottom: 0;
    padding: 10px 10px 82px;
    width: 31.2%;
    background-color: #7ba59e;
    margin: 0 1% 2%;
}
.content-area .blog-entry.large-entry .post-content {
    padding: 18px 15px 0;
}
.content-area .blog-entry.large-entry .post-content h4 {
    font-size: 0;
    line-height: 0;
    margin-bottom: 17px;
    display: inline-block;
}
.content-area .blog-entry.large-entry .post-content h4 a {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 26px;
    line-height: 1.26;
    color: #ffffff;
    text-transform: math-auto;
    display: block;
}
.content-area .blog-entry.large-entry .post-content p {
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.5;
}
.blog-entry.large-entry .blog-entry-readmore a {
    display: inline-block;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #fff;
    border: 0;
    padding: 13px 25px;
    border-radius: 10px;
    text-transform: uppercase;
    background-color: #0f3d44;
    position: absolute;
    bottom: 40px;
}
.blog-entry.large-entry .blog-entry-readmore a:hover {
    color: #fff;
    border: 0 !important;
}
.blog-entry.large-entry .blogitm-hvr a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.blog-entry.large-entry {
    border-bottom: 0px;
}
.content-area .blog-entry.large-entry:hover{
    background-color: #0f3d44;
}
.blog-entry.large-entry:hover .blog-entry-readmore a{
    background-color: #7ba59e;
}
.blog-entry.large-entry .thumbnail {
    margin: 0;
}


.content-area .oceanwp-pagination {
    width: 100%;
}

.content-area ul.page-numbers {
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.content-area ul.page-numbers li a, .content-area ul.page-numbers li span.page-numbers.current {
    width: 30px;
    height: 35px;
    background-color: transparent;
    color: #0f3d44;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    margin: 0;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7ba59e;
}
.content-area ul.page-numbers li a.prev, .content-area ul.page-numbers li a.next{
    font-size: 0;
    border: 0;
    width: 46px;
    height: 21px;
    padding: 0;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    margin: 0px;
}
.content-area ul.page-numbers li a.prev{
    background-position: -99px -16px;
}
.content-area ul.page-numbers li a.next {
    background-position: -153px -16px;
}
.content-area ul.page-numbers li span.page-numbers.current {
    background-color: #7ba59e;
    color: #fff;
}

.content-area ul.page-numbers li:before {
    display: none;
}

.content-area ul.page-numbers li {
    padding: 0;
    margin: 0px;
}

/* Single Post */

.content-area .post-prev-next {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin: 60px 0 0;
}

.content-area .post-prev-next a h4 {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.36px;
    display: inline-block;
    position: relative;
    background: #0f3d44;
    text-transform: uppercase;
    font-weight: 700;
    padding: 21px 40px 20px;
    text-align: center;
    border-radius: 15px;
    margin: 0;
}
.content-area .post-prev-next .next-post a h4 {
    padding: 21px 60px 20px;
}
.content-area .post-prev-next a h4:hover {
    background-color: #7ba59e;
}

.sidebar-container .sidebar-box.widget_recent_entries {
    margin: 0 0 50px;
}

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

/* single Post */

/* Areas Served */

.content-area .area-served-list {
    background-color: #89c5c7;
    border-radius: 30px;
    padding: 45px 25px;
    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-item {
    width: 32%;
    margin: 0px 0.6% 1% ;
    padding: 0px ;
}

.content-area .area-served-item:before{
    display: none;
}

.content-area .area-served-item a{
    font-family: "Inter";
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding: 15px 10px;
    background-color: #0b3b42;
    color: #fff;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.5px;
}

.content-area .area-served-item a:hover {
    background-color: #fff;
    color: #243856;
}


/* attorney */

.inn-atrny-list {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.content-area .inn-atrny-itm {
    width: 33.3%;
    position: relative;
    padding: 0;
    background-image: url(images/hm-atrny-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 0;
}

.content-area .inn-atrny-itm:hover:before {
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 14%,
        rgba(0, 0, 0, 0) 15%,
        rgba(0, 0, 0, 0) 23%,
        rgba(0, 0, 0, 0.03) 33%,
        rgba(0, 0, 0, 0.1) 41%,
        rgba(0, 0, 0, 0.15) 45%,
        rgba(0, 0, 0, 0.28) 52%,
        rgba(0, 0, 0, 0.32) 54%,
        rgba(0, 0, 0, 0.56) 66%,
        rgba(0, 0, 0, 0.66) 75%,
        rgba(0, 0, 0, 0.7) 79%,
        rgba(0, 0, 0, 0.74) 88%,
        rgba(0, 0, 0, 0.74) 94%,
        rgba(0, 0, 0, 0.72) 96%,
        rgba(0, 0, 0, 0.67) 100%);
    top: auto;
    z-index: 0;
    opacity: 70%;
}

.content-area .inn-atrny-itm h4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}

.inn-atrny-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    margin: auto;
}

.inn-atrny-img {
    width: 100%;
}

.inn-atrny-img img {
    width: 100%;
    display: block;
}

.inn-atrny-link a {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

/* Single Attorney Page */

.single-prf-details-list {
    display: flex;
    background-image: url(images/attrney-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 0;
    margin: 50px 40px 40px 0;
    width: 56%;
    float: left;
}
.content-area.snglattrny_pg article.single-page-article.clr {
    clear: none;
    padding: 40px 0 0;
}



.content-area.snglattrny_pg .entry.clr{
    clear: none;
}


.single-prf-details-lft {
    width: 43%;
}
.single-prf-details-lft .single-prf-img {
    margin: -50px 0 0;
    width: 100%;
}
.single-prf-details-lft .single-prf-img img {
    width: 100%;
    display: block;
}

.single-prf-socio {
    margin: 0 0 20px;
    display: flex;
    justify-content: start;
}
.single-prf-socio p{
    display: block;
    color: #fff;
}
.single-prf-socio span{
    display: none;
}
.single-prf-details-rite {
    width: 53.5%;
}
.single-prf-details-rite .single-prf-cnt h3 {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 15px;
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.72);
}
.single-prf-details-rite .single-prf-cnt h5 {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #fff;
}
.single-prf-details-rite .single-prf-phnbr {
    padding-left: 60px !important;
    position: relative;
    margin: 0 10px 0px 0 !important;
}
.single-prf-details-rite .single-prf-phnbr p {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 14px!important;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
.single-prf-details-rite .single-prf-phnbr a {
    display: block;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px !important;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 5px 0 0;
    color: #fff;
}
.single-prf-details-rite .single-prf-phnbr a:before {
    position: absolute;
    content: "";
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -73px -117px;
    height: 61px;
    width: 61px;
    left: -7px !important;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: scale(0.8)!important;
}
.single-prf-details-rite .single-prf-phnbr a:hover {
    color: #7ba59e;
}
.single-prf-details-rite .atrny-btn a.cmn-btn {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.36px;
    font-weight: 700;
    padding: 22px 33px 21px;
    border-radius: 22px;
}
.single-prf-details-rite .atrny-btn a.cmn-btn:hover {
    background-color: #0b3b42;
}

/* practice areas page */

.content-area .inn-pract-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.content-area .inn-pract-itm {
    position: relative;
    width: 31%;
    background-color: #075053;
    padding: 36px 32px;
    margin: 0 1.7% 2% 0.5%;
}

.content-area .inn-pract-itm:before {
    position: absolute;
    content: "";
    border-left: 3px solid #7ba59e;
    height: 100%;
    top: 0;
    left: -8px;
    bottom: 0;
    margin: auto;
}

.content-area .inn-pract-itm:hover {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/prac-itm-bg.webp);
}

.content-area .inn-pract-itm:hover::before {
    border-color: #0b3b42;
}

.content-area .inn-pract-itm:hover h4,
.content-area .inn-pract-itm:hover p,
.content-area .inn-pract-itm:hover p strong {
    color: #000000;
}

.content-area .inn-pract-itm h4 {
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0px;
    margin: 0 0 20px;
}

.content-area .inn-pract-itm p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: -0.34px;
    margin: 0 0 10px;
}

.content-area .inn-pract-itm h6 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.48px;
    margin: 0px;
}

.content-area .inn-pract-itm:hover h6 {
    color: #000;
}

.inn-pract-hvr a {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* contact-page */

.contact-top-sectn {
    padding: 0 0 60px;
}

.contact-top-sectn .cntct-pg h2 {
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 45px;
}

.contact-top-sectn .inn-cntct-lst {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.contact-top-sectn .inn-cntct-lst .inn-cntct-itm {
    width: 23.8%;
    background-color: #075053;
    text-align: center;
    padding: 28px 15px 28px;
}

.contact-top-sectn .inn-cntct-itm h5 {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 13px;
    padding-top: 53px;
    position: relative;
}

.contact-top-sectn .inn-cntct-itm h5::before {
    content: '';
    position: absolute;
    background-image: url(images/inn-sprites.webp);
    background-repeat: no-repeat;
    background-position: -13px -63px;
    width: 24px;
    height: 34px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-top-sectn .inn-cntct-itm.phn h5::before {
    background-position: -47px -63px;
    width: 35px;
    height: 35px;
}

.contact-top-sectn .inn-cntct-itm p {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}

.contact-top-sectn .inn-cntct-itm a {
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
}
.contact-top-sectn .inn-cntct-itm a:hover {
    color: #7ba59e;
}
.cntct-map-sec {
    margin: 0 0 50px;
}

.cntct-map-sec .container {
    max-width: 100%;
}

.cntct-map {
    position: relative;
    width: 100%;
}

.cntct-map iframe {
    width: 100%;
    height: 475px;
}

.ftr-map-blk {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ftr-map-lc iframe {
    height: 400px;
}

.ftr-map-lc {
    width: 49.5%;
}

/* contact-form */

.form-blk {
    width: 86%;
    background-color: #e2ebea;
    border: 2px solid #7ba59e;
    padding: 65px 105px 90px;
    margin: 0 auto;
}

.form-blk h2 {
    font-family: "Inter";
    font-size: 62px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 200;
    color: #0b3b42;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.cntct-form-sec .gform_wrapper {
    margin: 0;
}

.gform_heading {
    display: none;
}

.cntct-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}

.cntct-form-sec .gform_wrapper ul.gform_fields li {
    margin: 0 0 25px 0;
    padding: 0 !important;
}

.cntct-form-sec .gform_wrapper ul.gform_fields li.form-top {
    margin: 0 0 0 0;
    text-align: left;
}

.cntct-form-sec .gform_wrapper ul.gform_fields li.phn-field {
    margin-right: 0 !important;
}

.cntct-form-sec p.gform_required_legend {
    display: none;
}

.cntct-form-sec .gform_wrapper .top_label input, .cntct-form-sec .gform_wrapper select, .cntct-form-sec .gform_wrapper .top_label textarea {
    width: 100% !important;
    color: #0b3b42;
    outline: 0px;
    position: relative;
    border-radius: 0;
    line-height: 130% !important;
    background: #ffffff;
    border: 0;
    font-family: "Inter" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 20px 28px !important;
    transition: all 0.5s;
    margin: 0 0 20px !important;
}
.cntct-form-sec .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 0;
}

.cntct-form-sec .gform_wrapper.gravity-theme .gform_fields {
    gap: 0 2.5%;
}

.cntct-form-sec .gform_wrapper .top_label textarea {
    float: left;
    height: 130px !important;
    margin: 0px 0px 30px !important;
    padding: 20px 28px !important;
    resize: none;
    min-height: 100%;
}

.cntct-form-sec .gform_wrapper .form-links, .form-top {
    font-size: 18px;
    color: #000000;
    width: 100%;
    display: inline-block;
    padding-left: 0;
}

.cntct-form-sec .gform_wrapper .form-links a {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    font-family: "Inter" !important;
    line-height: 1 !important;
    letter-spacing: 0;
    text-decoration: none;
}

.form-top span,
.cntct-form-sec .gform_wrapper .gfield_checkbox label span {
    color: #a1231f;
}

.cntct-form-sec .gform_wrapper .gfield_radio label,
.cntct-form-sec .gform_wrapper .gfield_checkbox label {
    font-size: 18px !important;
    font-family: "Inter" !important;
    line-height: 20px !important;
    color: #000;
}

.cntct-form-sec .gform_wrapper .gfield_checkbox label {
    color: #000000 !important;
    font-weight: 400;
    font-size: 18px;
    font-family: "Inter" !important;
    line-height: 1 !important;
    letter-spacing: 0;
    text-decoration: none;
}

.cntct-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 4px 10px 0px 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}
.cntct-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%;
}

.cntct-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: -62px 0 0;
    text-align: right;
    float: right;
}

.cntct-form-sec .gform_wrapper .top_label input[type="submit"] {
    background-color: #7ba59e !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 20px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    display: inline-block;
    font-size: 18px !important;
    letter-spacing: 0.36px;
    padding: 20px 43px 18px !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0 !important;
}

.cntct-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #265274 !important;
}

.cntct-form-sec input::placeholder {
    color: #0b3b42;
}

.cntct-form-sec input:-ms-input-placeholder {
    color: #0b3b42;
}

.cntct-form-sec input::-ms-input-placeholder {
    color: #0b3b42;
}

.cntct-form-sec textarea::placeholder {
    color: #0b3b42;
}

.cntct-form-sec textarea:-ms-input-placeholder {
    color: #0b3b42;
}

.cntct-form-sec textarea::-ms-input-placeholder {
    color: #0b3b42;
}

.cntct-form-sec .gform_wrapper .top_label .gfield_label {
    display: none;
}

.cntct-form-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}

.cntct-form-sec .gform_wrapper .validation_message,
.cntct-form-sec .gform_wrapper div.validation_error {
    color: rgb(119, 29, 29);
    letter-spacing: 0.56px;
    font-size: 13px !important;
    font-family: "Inter" !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 18px !important;
}

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

.cntct-form-sec .gform_wrapper.gravity-theme .description,
.cntct-form-sec .gform_wrapper.gravity-theme .gfield_description,
.cntct-form-sec .gform_wrapper.gravity-theme .gsection_description,
.cntct-form-sec .gform_wrapper.gravity-theme .instruction {
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 8px;
    width: max-content;
    height: max-content;
    pointer-events: none;
}

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

.cntct-form-sec .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}

.cntct-form-sec .chk .gfield_validation_message {
    left: 25px;
    top: 25px !important;
}

.cntct-form-sec .phn-field .validation_message {
    top: 30px;
}

.cntct-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 40px;
}

.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;
    width: 100%;
    top: 30px;
    left: 0;
}


.popup .popuptext {
    visibility: hidden;
    color: #000;
    position: absolute;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    margin: 0px;
    text-align: center;
    font-family: "Inter" !important;
    font-weight: 400;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 16px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 1.5;
}

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}

.cntct-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
}

.cntct-form-sec .gform_button.disabled {
    pointer-events: none;
}


.content-area h2.cntr {
    margin: 40px 0;
    text-align: center;
    text-transform: uppercase;
}

.clients-pg-list {
    margin: 0 0 45px;
}

.clients-pg-itm {
    background-image: url(images/clients-pg-itm-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 40px 20px;
    position: relative;
    margin: 0 10px 20px;
}
.clients-pg-itm ul {
    column-count: 3;
    padding: 10px 0 0;
    margin: 0;
}
.clients-pg-itm ul li {
    column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: auto;
    -moz-page-break-inside: avoid;
    -webkit-page-break-inside: auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    float: none;
}
.content-area .clients-pg-itm h3 {
    color: #0f3d44;
}
.clients-pg-itm:before, .clients-pg-itm:after {
    position: absolute;
    content: "";
    border-left: 4px solid #7ba59e;
    height: 100%;
    top: 0;
    left: -10px;
    bottom: 0;
    margin: auto;
}
.clients-pg-itm:after {
    border-right: 4px solid #7ba59e;
    border-left: 0;
    left: auto;
    right: -10px;
}
.clients-pg-itm:last-child, .clients-pg-list:last-child {
    margin-bottom: 0;
}

.page-id-282 .page_bnr{
    background-image: url(images/team-page-bnr-bg-img.webp);
}

.page-id-51 .page_bnr {
    background-image: url(images/bpk-practarea-bg.webp);
}

.page-id-232 .page_bnr {
    background-image: url(images/bpk-sports-bg.webp);
}

.page-id-2067 .page_bnr {
    background-image: url(images/bpk-workers-comp.webp);
}

.page-id-2042 .page_bnr {
    background-image: url(images/bpk-clients-page.webp);
}

.page-id-236 .page_bnr {
    background-image: url(images/bpk-appellate-bg-nw.webp);
}

.page-id-236 .page_bnr:before, .page-id-2042 .page_bnr:before, .page-id-2067 .page_bnr:before,
.page-id-232 .page_bnr:before, .page-id-51 .page_bnr:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 20%;
    z-index: -1;
}

.blog .page_bnr {
    background-image: url(images/inner-blog-bnr-bg-img.webp);
}

.ftr-badges-itm {
    width: 10%;
    position: absolute;
    top: 0;
    bottom: 24%;
    margin: auto;
    height: max-content;
}

.ftr-badges-itm.rit {
    right: 150px;
}

.ftr-badges-itm.lft {
    left: 150px;
}

.ftr-badges-itm img {
    width: 100%;
    display: block;
}
.single-profile-vcard a.cmn-btn{
    color: #fff !important;
    font-size: 16px;
    padding: 15px 30px 15px;
}
.single-prf-socio-list {
    border-left: 1px solid #fff;
    padding-left: 10px;
}
.sglphnsocio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.single-prf-socio {
    width: 38px;
    height: 38px;
    margin: 0px;
}
.single-prf-socio-list p {
    font-size: 16px !important;
}
.page-template-single-profile-page .single-page-article p{
    text-align: justify;
}
.single-prf-email a{
    padding-left: 60px !important;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
}
.single-prf-email a:before{
    position: absolute;
    content: "";
    background-image: url(images/single-prf-mail-icon.webp);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 61px;
    width: 61px;
    left: -7px !important;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: scale(0.8) !important;
}
.single-prf-email a:hover {
    color: #7ba59e;
}

.content-area .first-blog-entry .post-content{
    text-align: center;
}
.content-area .first-blog-entry .post-content h4 a{
    font-size: 30px !important;
}
.first-blog-entry {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px !important;
}
.first-blog-entry .blog-entry-readmore a{
    position: inherit !important;
    text-align: center;
}