/* 
Theme Name:		 bfhelaw
Theme URI:		 http://childtheme-generator.com/
Description:	 oceanwpchild is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 Nuvew
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 bfhelaw
*/

/* fonts */

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

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

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

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

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

/*--------*/

:root {--blue: #1e90ff; --white: #ffffff; --header-font:'JosefinSans'; --paragraph-font:'JosefinSans'; --placeholdercolor: #000; }
* {margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
body {margin: 0; padding: 0; font-family: 'JosefinSans-Regular'; 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; }
h1, h2, h3, h4, h5, h6 { font-family: 'JosefinSans'; font-weight: normal; margin: 0 0 20px 0; padding: 0; }
p, li, ul, ol, blockquote {font-family: 'JosefinSans'; font-weight: normal; margin: 0 0 10px 0; padding: 0; }
p {margin: 0 0 20px 0; }
li.menu-item {list-style: none; }
a:visited {color: inherit; }
a:hover {text-decoration: none; }
a:focus{outline: none !important;}
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; }
.container {width: 100%; max-width: 1508px; margin: 0 auto; } 
.d-none, .hide {display: none !important; } 
.fl {float: left; } 
.fr {float: right; } 
.clear {clear: both; } 
.clr {
    clear: both;
}
.clear-left {clear: left; } 
.clear-right {clear: right; }
/**/
@media screen and (min-width: 992px) {
.header-sticky {display: none !important; }
}
li.search-toggle-li {display: none; } 
.mobile-menu {display: none; } 
.header-sticky {background: #141414; padding: 10px; display: none; } 
.header-sticky.fixed-header {display: block; position: fixed; top: 0; width: 100%; padding: 10px 2%; z-index: 9999; } 
.header-sticky .sicky-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; } 
.mobile_src_nav {display: none; width: 100%; float: left; position: relative; padding: 10px 0; background-color: #ccc; } 
.mobile_src_nav .container {position: relative; }
/**/
/**/

a.cmn-btn {    background-color: #70bcb4; font-family: 'JosefinSans-SemiBold'; display: inline-block; color: #ffffff; padding: 28px 50px; font-size: 22px; line-height: 1; transition: 0.3s; text-transform: uppercase; }
a.cmn-btn:hover{background-color: #2e484f;}
.text-heading{font-family: 'JosefinSans-Bold'; color: #70bcb4; text-transform: uppercase; font-size: 65px; letter-spacing: -3.9px; line-height: 1.1; margin:0 0 30px; padding:0;  }
.text-heading strong{color: #2e484f;}



/*Header Sticky Menu*/
.header-sticky.fixed-header {display: block; position: fixed; top: 0; width: 100%; padding: 10px 2%; background-color: #131e1f; z-index: 9999; border-bottom: 2px solid #70bcb4; }
.sicky-logo {width: 100%; max-width: 300px; padding: 0 15px; }
.header-sticky {width: 100%; float: left; background: #c4c9b2; padding: 10px; display: none; }
.header-sticky .sicky-cnt {width: 25%; float: left; text-align: center; font-size: 15px; color: #c4c9b2; padding: 0 4px; }
.header-sticky .mobile_src_nav, .header-sticky .showhide {display: block; }
.header-sticky .mobile_src_nav {background: transparent; }
.header-sticky .stickyshowhide .txt {width: 40px; color: #fff;height: 40px; text-align: center; float: none; padding: 0; position: relative; font-weight: normal; }
.header-sticky .sicky-cnt>a {font-size: 15px; color: #fff; font-family: 'JosefinSans-Regular'; position: relative; position: relative; padding-top: 38px; display: inline-block; text-align: center; width: 100%; cursor: pointer; }
.header-sticky .sicky-cnt a:before {width: 35px; height: 35px; position: absolute; content: "";background-color: #70bcb4 !important; left: 0; right: 0; margin: 0 auto; top: 0; background: transparent; border-radius: 100%; border: 2px solid #70bcb4 ; }
.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; }
.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 {background-image: url(images/minus_icn.png); }
.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: #70bcb4; 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: 50px; line-height: 1; font-weight: 700; display: block; clear: both; color: #fff; }
a#cloaseFloatingMenu2 {flex-grow: 1; width: calc(100% - 280px); height: 100%; font-size: 0px !important; }
.floatingMenuInner li {position: relative; }
.floatingMenuInner a {color: #fff; letter-spacing: 0.4px; font-family: 'JosefinSans-Regular'; 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;}*/


/* Mobile Menu Ends */


#site-logo {float: none !important; } 
#site-header-inner {display: flex; align-items: center; justify-content: flex-start; } 
.topmenu {margin-left: auto; } 
.main-menu {margin: 0; } 
.logo-rite {display: flex ; flex-direction: column; align-items: flex-end; }


/* sub menu */
.topmenu ul li ul.sub-menu {display: none; width: 200px; position: absolute; top: 100%; left: -25px; right: auto; background-color: #70bcb4; 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%;    margin: 0; } 
.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: 20px; width: 100%; line-height: normal; padding: 9px 12px 8px; color: #fff; display: block; text-transform: capitalize; } 
.topmenu .sub-menu li a:hover {background-color: #617371; color: #fff; } 
.topmenu ul ul a:after {display: none; }
/*---------*/

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

/* wide Manu */

.topmenu ul li.wide-menu {position: static; } 
.topmenu ul li.wide-menu ul.sub-menu {position: absolute; left: 0; top: 100%; width: 500px; background-color: #f1f1f1; padding: 0; z-index: 999; display: none; } 
.topmenu ul li.wide-menu:hover ul {display: block; } 
.topmenu ul li.wide-menu ul li {width: 50%; margin: 0px; float: left; border: 0 } 
.topmenu ul li.wide-menu ul li a {text-transform: capitalize; font-size: 14px; padding: 10px 10px; width: 100%; float: left; border: 0; background-color: transparent; transition-duration: 0.5s; } 
.topmenu ul li.wide-menu ul li a:hovero {background-color: #f5f5f5; color: #000; } 
.topmenu ul li.wide-menu ul li ul.sub-menu {position: inherit; top: inherit; left: inherit; padding: 0 0 0 10px; width: 100%; } 
.topmenu ul li.wide-menu ul li ul li {width: 100%; margin: 0 0px; float: left; padding: 5px 0; } 
.topmenu ul li.wide-menu ul li ul li:last-child {border-bottom: 0; } 
.topmenu ul li.wide-menu ul li ul li a {width: 100%; font-weight: normal; }
/* wide Manu */
/* Accordion */
.accordion {display: flex; flex-direction: column; gap: 10px; max-width: 1000px; margin: 0 auto 20px; } 
.accordion-section-content {display: none; background-color: #999; 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/plus.png); */ 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; }

/* Accordion */

/* tabs */

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

/* tabs */



/* header section */

.header-sec .container{ width:100%; max-width:1700px; margin:auto; }
.header-sec{background: transparent; padding: 50px 0 0 0; position: absolute; z-index: 99; transition: all ease 0.7s; width: 100%; }
.header-sec.f-nav {position: fixed; background-color: #172d31; padding: 20px 0; }
.header-sec .logo-main{display: flex; justify-content: space-between; align-items: center;}
.top-right p{ font-family: 'JosefinSans-Regular'; font-size: 21px; line-height: 1; letter-spacing: 3.36px; color: #ffffff; text-transform: uppercase; margin: 0;}
.top-right .hrd-btn a.cmn-btn{font-family: 'JosefinSans-Regular'; font-size: 37px; line-height: 1; color: #ffffff; margin: 0;    padding: 21px 33px 17px 86px;  border-left: 3px solid #fff; position: relative;}
.topmenu ul li a{font-family: 'JosefinSans-Regular'; font-size: 24px; line-height: 1;      position: relative;  display: inline-block; text-transform: capitalize;color: #fff; }
.topmenu ul li{   position: relative; margin: 0 63px 0 0; display: inline-block; padding: 0;}
.topmenu ul li.search-toggle-li{display: none;}
.topmenu ul li:nth-last-child(-n +2){margin: 0;}
.top-right { margin: 0 0 26px; }
.top-right .logo-top {display: flex; justify-content: space-between; gap: 69px; align-items: center; }
.top-right .hrd-btn{position: relative;}
.topmenu ul > li a:hover {color: #70bcb4;}
.topmenu ul li a:focus{outline: none !important;}
.top-right .hrd-btn a.cmn-btn:hover{background-color: #fff; color: #70bcb4;}
.top-right .hrd-btn:before {content: ""; position: absolute; background-color: #70bcb4; width: 14%; height: 2px; left: -64px; top: 0; margin: auto; bottom: 0; }
.top-right .hrd-btn a:before {content: ""; position: absolute; background-image: url(images/hm-sprites.webp); width: 40px; height: 40px; background-repeat: no-repeat; background-position: -25px -15px; top: 0px; bottom: 0; left: 24px; margin: auto; }

/*.header-sec.f-nav{display: none;}*/



/* Home Banner section */

.banner-sec {padding: 290px 0 0px 0; background-image: url(images/banner-bg.webp); background-size: cover; background-position: top left; }
.bnr-text {font-family: 'JosefinSans-Regular'; font-size: 50px; line-height: 1; letter-spacing: -1px; color: #fff; text-transform: capitalize; margin: 0 0px 37px -8px; padding: 0 0 28px 0; position: relative; }
.bnr-text:before {content: ""; position: absolute; background-color: #70bcb4; width: 90.8%; height: 4px; bottom: 0; left: 9px;  }
.bnr-hrd{font-family: 'JosefinSans-Bold'; font-size: 90px; line-height: 1; letter-spacing: -2.2px; color: #fff;  text-transform: uppercase; margin: 0;}
.brn-lft p {font-family: 'JosefinSans-Regular'; font-size: 27px; line-height: 1; letter-spacing: -0.54px; color: #fbf0d0; margin: 0px 0 25px 0; text-transform: capitalize; }
.bnr-blk{display: flex; justify-content: space-between;}
.brn-lft{width: 46%;}
.bnr-rite {width: 64.5%; margin: 16px -148px 0px 0px; }
.bnr-rite img{display: block; width: 100%;}

/* award section */

.award-sec {padding: 78px 0 91px 0; background-color:#f4f5f7; }
.award-sec .text-heading{text-align: center;     margin: 0 0 30px;}
.awr-blk.owl-carousel .owl-item img {display: unset; width: inherit; }
.awr-blk .owl-item.active.center {position: relative; background: linear-gradient(180deg, #ffffff0e 5%, #e4e7eb 84%); padding-bottom: 30px; }
.awr-blk .owl-item.active.center:before{content: ""; background-color: #70bcb4; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 87%; height: 9px;}
.awr-blk{display: flex ; justify-content: space-between; }
.award-sec .awr-blk .owl-nav {display: flex !important; margin: 0 auto; width: 100%; justify-content: space-between; position: relative; top: -153PX; z-index: 0; align-items: center; }
.award-sec .awr-blk.owl-carousel .owl-nav button{background-image: url(./images/hm-sprites.webp); width: 75px; height: 23px; background-position: -15px -78px;    position: absolute; left: -72px; }
.award-sec .awr-blk.owl-carousel .owl-nav button.owl-next {background-position: -107px -78px; right: -72px; left: inherit; }
.award-sec .awr-blk.owl-carousel .owl-nav button span{font-size: 0;}
.award-sec .awr-blk.owl-carousel .owl-nav button:hover{background-position: -15px -156px;}
.award-sec .awr-blk.owl-carousel .owl-nav button.owl-next:hover {background-position: -107px -156px; }
.award-sec .container {max-width: 1700px; }

/* ABOUT SECTION */


.home-about-sec {padding: 145px 0 147px 0; }
.home-about-sec .hm-abt-blk{display: flex; justify-content: space-between; }
.home-about-sec .hm-abt-blk .lft-img {width: 44%; position:relative; }
.home-about-sec .hm-abt-blk .lft-img:before {position: absolute; content: ""; width: 77.9%; bottom: 4px; left: 0; right: 0; margin: auto; background-color: #70bcb4; height: 21px; }
.home-about-sec .hm-abt-blk .rite-cnt {width: 51.5%; }
.hm-abt-blk .rite-cnt h6 {font-family: 'JosefinSans-Regular'; width: max-content; text-transform: uppercase; font-size: 24px; line-height: 1; letter-spacing: 7.6px; color: #384958; margin: 0 0 39px 0; padding: 0 0 6px 6px; border-bottom: 1px solid #384958; }
.hm-abt-blk .rite-cnt p{font-family: 'JosefinSans-Regular'; font-size: 21px; line-height: 2.04; color: #384958; margin: 0 0 22px 0;}
.hm-abt-blk .lft-img .abt-year p{font-family: 'JosefinSans-Regular'; font-size: 33px; line-height:1; letter-spacing:6.6px; color:#f2f3f5; margin:0 0 0; text-transform:uppercase; text-align:center;  }
.hm-abt-blk .lft-img .abt-year h3{font-family: 'JosefinSans-Bold'; font-size: 150px; line-height: 1; letter-spacing: -6px; color: #70bcb4; margin: 0;}
.hm-abt-blk .rite-cnt .text-heading {margin: 0 0 29px -7px; line-height: 1.1; }
.hm-abt-blk .rite-cnt .fmly-law-cntnt{justify-content: inherit; gap: 43px;} 
.hm-abt-blk .rite-cnt .read-btn a.cmn-btn {padding: 27px 51px; }
.abt-year { display: flex ; gap: 18px; align-items: center; position: absolute; bottom: 25px; padding: 0; left: 0; right: 0; margin: auto; justify-content: center; }
.year-img {padding: 17px 0 0 0; }
.ab-lft-img {background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 28px) calc(100% - 28px) no-repeat, linear-gradient(0deg, transparent 20%, rgba(112, 188, 180, 0.991) 100%, #70bcb4  100%, rgba(112, 188, 180, 0.973) 100%); border-radius: 0px; padding: 14px; box-sizing: border-box; }



/* Attorney Section */
.hm-attrny-sec {background-color: #eef0f2; background-image: url(./images/hm-attrny-sec-bg-img.webp); background-position: left center; background-size: auto; background-repeat: no-repeat; padding: 130px 0 100px; position: relative; } 
.hm-attrny-sec::before{content: ""; background-color: #172d31; width: 50.3%; height: 100%; position: absolute; top: 0; right: 0; } 
.hm-attrny-sec .container{max-width: 100%; } 
.hm-attrny-rit{width: 66.7%; } 
.hm-attrny-cnt {padding-top: 106px; } 
.hm-attrny-cnt .text-heading {line-height: 1.2; margin: 0 0 20px; } 
.hm-attrny-cnt p{font-family: 'JosefinSans-Regular'; font-weight: 400; font-size: 21px; line-height: 1.8; color: #384958; margin-bottom: 48px; } 
.hm-attrny-cnt .hm-atry-btn a.cmn-btn {padding: 27px 58px; } 
.hm-attrny-itm .atrny-list-cont h4{font-family: 'JosefinSans-Bold'; font-weight: 700; font-size: 29px; line-height: 1; color: #ffffff; text-transform: uppercase; text-align: center; margin-bottom: 0px; } 
.atrny-list-cont .atrny-list-btn {text-align: center; } 
.atrny-list-cont .atrny-list-btn a{display: inline-block; font-family: 'JosefinSans-Regular'; font-weight: 400; font-size: 16px; line-height: 1; letter-spacing: 10.8px; text-transform: uppercase; text-align: center; color: #b69e06; } 
.hm-attrny-itm {background-color: transparent; width: 100%; max-width: 400px; position: relative; } 
.atrny-list-img:after{content: ""; background-image: url(./images/attrny-itm-bg-img.webp); width: 100%; height: 100%; position: absolute; bottom: 0; left: 0;z-index:0; } 
.hm-attrny-itm::after{content: ""; background-color: #70bab4; width: 80%; height: 16px; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; z-index: 2; } 
.atrny-list-img {position: relative;background-color: #000; } 
.atrny-list-img img {display: block; width: 100%; position: relative; z-index: 1;padding: 20px 0 0;} 
.atrny-list-img::before {content: ""; background: linear-gradient(180deg, #00000000 10%, #0c1819 40%); width: 100%; height: 44%; position: absolute; bottom: 0; left: 0; z-index: 2; } 
.atrny-list-cont {position: absolute; z-index: 2; padding: 20px; bottom: 50px; margin: auto; left: 0; right: 0; } 
.hm-attrny-rit .owl-carousel .owl-stage-outer {padding: 120px 0 65px 57px; } 
/*.hm-attrny-rit .owl-carousel .owl-item.active .hm-attrny-itm.team-member.highlighted { transform: scaley(1.24) scaleX(1.15);   padding: 0px; box-sizing: content-box; background-color: transparent; } */
/*.hm-attrny-rit .owl-carousel .owl-item.active .hm-attrny-itm.team-member.highlighted  img {margin-top: -28px; } */
.hm-attrny-rit .owl-carousel .owl-item.active .hm-attrny-itm.team-member.highlighted::before {height: 100%; z-index: 1; } 
.hm-attrny-rit .owl-carousel .owl-item.active .hm-attrny-itm.team-member.highlighted:before {position: absolute; content: ""; background: radial-gradient(circle at 100% 100%, #0c1718 0, #0c1718 3px, transparent 3px) 0% 0% / 8px 8px no-repeat, radial-gradient(circle at 0 100%, #0c1718 0, #0c1718 3px, transparent 3px) 100% 0% / 8px 8px no-repeat, radial-gradient(circle at 100% 0, #0c1718 0, #0c1718 3px, transparent 3px) 0% 100% / 8px 8px no-repeat, radial-gradient(circle at 0 0, #0c1718 0, #0c1718 3px, transparent 3px) 100% 100% / 8px 8px no-repeat, linear-gradient(#0c1718, #0c1718) 50% 50% / calc(100% - 10px) calc(100% - 16px) no-repeat, linear-gradient(#0c1718, #0c1718) 50% 50% / calc(100% - 16px) calc(100% - 10px) no-repeat, linear-gradient(0deg, transparent 0%, #80c3bc 100%); width: 100%; height: 100%; bottom: 0; left: 0; border-radius: 0px; }
/*.hm-attrny-rit .owl-carousel .owl-item.active .hm-attrny-itm.team-member.highlighted .atrny-list-cont h4{font-size: 30px; } */
/*.hm-attrny-rit .owl-carousel .owl-item.active .hm-attrny-itm.team-member.highlighted .atrny-list-cont .atrny-list-btn a{font-size: 20px; } */
.hm-attrny-rit .owl-nav{padding-top: 20px; position: relative; z-index: 2; display: flex; justify-content: center; gap: 10px; margin-left: 16%; } 
.hm-attrny-rit .owl-nav button.owl-prev, .hm-attrny-rit .owl-nav button.owl-next{width: 75px; height: 23px; font-size: 0; border: 0; cursor: pointer; background-color: transparent; background-image: url(./images/hm-sprites.webp); background-position: -15px -117px; } 
.hm-attrny-rit .owl-nav button.owl-prev:hover{background-position: -15px -78px; } 
.hm-attrny-rit .owl-nav button.owl-next{background-position: -108px -117px; } 
.hm-attrny-rit .owl-nav button.owl-next:hover{background-position: -108px -78px; }
.team-section { display: flex ; justify-content: space-between; padding-left: 5.8%; align-items: center; }
.left-content {width: 31%; color: #fff; transition: all 0.3s ease; }

.hm-attrny-rit .owl-carousel .owl-stage {display: flex ; }



/*.team-member {transition: all 0.3s ease; }*/



/* practice area section */
.practice-areas{text-align: center; padding: 84px 0 107px; background-image: url(images/parcti-bkg.webp); }
.practi-lst {display: flex; justify-content: space-between; margin: 0 34px 50px; }
.practice-areas h2 strong{color: #70bcb4;}
.practice-areas h2{color: #d5d9df;     margin: 0 0 47px;}
.practi-itm {position: relative; width:48.82%; padding: 6px; background: linear-gradient(180deg, #64a7a2 13%, transparent 56%);transition: 0.5s ease; }
.practi-itm::before{position: absolute; content: ""; background-color: #70bcb4; height: 9px; width: 84%; margin: auto; left: 0; right: 0; bottom: -4px; z-index: 1; }
.practi-itm::after {position: absolute; content: ""; background: linear-gradient(180deg, transparent 34%, #2e484f 100%); height: 100%; width: 98.6%; margin: auto; left: 0; right: 0; bottom: 0; z-index: 0; }
.practi-hvr a {position: absolute; font-size: 0; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 2; }
.practi-cntnt {position: absolute; bottom: 50px; left: 0; right: 0; z-index: 1;}
.practi-img img {width: 100%; display: block; }
.practi-cntnt h4 {font-family: 'JosefinSans-Bold'; font-size: 36px; text-transform: uppercase; line-height: 1; margin: 0; color:#fff; }
.practi-btn a.cmn-btn {padding: 27px 28px; }
.practi-itm:hover {transform: scale(1.04);background: #64a7a2;}
.practi-itm:hover::before{    background-color: transparent;}
.practi-itm:hover::after{ display: none;}

/* criminal section */

.criminal-section {padding: 164px 0 153px; }
.crmnl-whl {display: flex; justify-content: space-between; } 
.crmnl-lft {display: flex; justify-content: space-between; width: 53.2%; padding: 10px 0 0; }
.ebp-logo {padding: 31px 62px 40px; background: linear-gradient(360deg, #f2f2f2, transparent); position: relative; width: 93%; margin: 0 auto 55px; }
.ebp-logo::before {position: absolute; content: ""; background-color: #70bcb4; height: 9px; width: 68%; margin: auto; left: 0; right: 0; bottom: -2px; z-index: 1; }
.crmnl-rgt {width: 42.82%;     padding: 0 40px 0 0;}
.crmnl-lft-img img {width: 100%; display: block; }
.crmnl-lft-img {width: 48%; }
.crmnl-rgt-img {width: 46.62%; }
.crmnl-rgt-img img {width: 100%; display: block; }
.crmnl-rgt-img p {margin: 0; }
.crmnl-rgt h2 {line-height: 1.1; margin:0 -45px 30px 0px; }
.crmnl-rgt p {font-size: 21px; color: #384958; font-family: 'JosefinSans-Regular'; line-height: 1.8;  margin: 0 0 39px; }
.crmnl-read-btn {margin: -10px 0 0px; }
.crmnl-read-btn a.cmn-btn {padding: 28px 62px; }

/* choose section */
.choose-section {background-image: url(images/choose-us-bkg.webp); background-position: right top; background-size: 51.2% 100%; background-repeat: no-repeat; background-color: #172e32; padding: 154px 0 162px; }
.choose-whl {display: flex; justify-content: space-between; }
.choose-lft h2 {color: #fff; }
.choose-lft h2 strong{color: #70bcb4; display: block; }
.choose-lft {width: 27.01%; padding: 40px 17px 0 0; }
.choose-lft p {font-size: 21px; font-family: 'JosefinSans-Regular'; color: #d5d9df; line-height: 2; margin: 0 0 55px;}
.choose-btn a.cmn-btn {padding: 27px 59px; }
.choose-img-mdl {width: 33.76%; position:relative; }
.choose-img-mdl::before {position: absolute; content: ""; background-color: #70bcb4; height: 15px; width: 90%; margin: auto; left: 0; right: 0; bottom: -7px; z-index: 1; }
.choose-rgt {width: 30.71%; padding: 59px 0px 0 0 }
.choose-rgt ul {display: flex; flex-wrap: wrap; gap: 56px; margin: 0; }
.choose-rgt ul li {font-size: 21px; font-family: 'JosefinSans-Regular'; color: #384958; line-height: 1.4; list-style: none; padding: 13px 0 14px 102px; position: relative; margin:0 }
.choose-rgt ul li::before {position: absolute; content: ""; background-color: #70bcb4; background-image: url(images/hm-sprites.webp); background-position: -15px -201px; height: 84px; width: 84px; border-radius: 50px; margin: auto; left: 0; bottom: 0px; top: 0; } 
.choose-rgt ul li:nth-child(2)::before {background-color: #0c1718; background-position: -119px -199px; }
.choose-rgt ul li:nth-child(3)::before {background-position: -223px -198px; }
.choose-rgt ul li:nth-child(4)::before {background-position: -326px -201px; background-color: #0c1718; }

/* familylaw section */

.family-law-sec {padding:125px 0 122px; }
.famly-law-sectn {display: flex; justify-content: space-between; }
.famly-lw-rgt {display: flex; justify-content: space-between; width: 56.44%; }
.famly-lw-lft {width: 37.5%; padding: 74px 15px 0 0; }
.famly-lw-lft p {font-size: 21px; font-family: 'JosefinSans-Regular'; color: #384958; line-height: 2; margin: 0 0 23px; }
.fmly-law-cntnt {display: flex; justify-content: space-between; align-items: center; margin: 45px -14px 0 0; }
.famly-lw-lft h2.text-heading {line-height: 1.2; margin: 0px 0px 22px 0px; }
.famly-law-ph {padding: 0 0 0 73px; position: relative; }
.fmly-law-cntnt .famly-law-ph p {font-size: 13px; text-transform: uppercase; color: #171e2b; margin: 0; line-height: 1.8; padding: 0; }
.famly-law-ph a {font-size: 37px; color: #171e2b; font-family: 'JosefinSans-Medium'; line-height: 1; margin: 0;}
.famly-law-ph a:hover{color: #70bcb4;}
.famly-law-ph a:before {position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-position: -90px -16px; height: 40px; width: 40px; margin: auto; left: 0px; bottom: 0px; top: 0px; }
.famly-law-ph:before {position: absolute; content: ""; height: 100%; width: 3px; margin: auto; background-color: #384958; left: 55px; bottom: 0px; top: 0px; }
.read-btn a.cmn-btn {padding: 27px 62px; }
.fmly-law-img {padding: 62px 0 0 0; width: 47.3%; }
.fmly-img img {display: block; width: 100%; }
.fmly-img {margin: 0 0 40px; }
.exprnc-img img {width: 100%; display: flex; }
.exprnc-img {width: 84.6%; margin: 0 0 0 13px; }
.fmly-lw-cntnt {width: 50.7%; }
.fmly-cnt {padding: 46px 59px 43px 49px; text-align: center; margin: 0 0 18px; position: relative; background-image: url(images/fmly-cntnt-bkg.webp); background-repeat:repeat; }
.fmly-cnt ::before {position: absolute; content: ""; background-color: #384958; height: 6px; width: 78%; margin: auto; left: 0; right: 0; top: 0; z-index: 1; }
.fmly-lw-cntnt h5 {font-size: 30px; font-family: 'JosefinSans-SemiBold'; text-transform: uppercase; line-height: 1.2; margin: 0; color: #fff; }
.fmly-lw-cntnt h5 strong{color:#171e2b;}
.advc-img img {display: block; width: 100%; }

/* right contact section */
.contact-section {padding: 456px 0 156px 0; background-image: url(images/cntct-bkg.webp); background-size: cover; background-position: center; background-repeat: no-repeat; text-align: center; }
.contact-section h6 {font-size: 36px; font-family: 'JosefinSans-Regular'; color: #f9f9f9; text-transform: uppercase; letter-spacing: 8.64px; font-weight: 400; margin: 0 0 20px; line-height: 1; }
.contact-section .text-heading::before {position: absolute; content: ""; background-color: #6e9ea3; height: 7px; width: 74%; margin: auto; left: 0; right: 0; bottom: 7px; top: 0; }
.contact-section .text-heading {font-size: 120px; letter-spacing: -7.2px; color: #6e9ea3; line-height: 1.1; margin: 0 0 5px;position:relative; }
.contact-section .text-heading strong {font-size: 95px; letter-spacing: 13.3px; display: block; font-family: 'JosefinSans-Regular'; color: #fff; font-weight: 400; }
.contact-section p {font-size: 22px; color: #fff; font-family: 'JosefinSans-Regular'; line-height: 1; margin: 0 0 37px; }
.fmly-law-cntnt.cnct-btns{margin: 0;align-items: self-start; justify-content: center; gap: 37px;    margin: 0 0 0 -119px;}
.contact-section .read-btn a.cmn-btn {padding: 27px 32px; }
.fmly-law-cntnt.cnct-btns .famly-law-ph a:hover{color: #70bcb4;}
.fmly-law-cntnt.cnct-btns .famly-law-ph a {color: #dcdcdc; }
.fmly-law-cntnt.cnct-btns .famly-law-ph p {color: #dcdcdc; }
.fmly-law-cntnt.cnct-btns .famly-law-ph{text-align: left;}


/* testimonials section */


.testim-sec {padding: 240px 0 150px; background: url(images/testi-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; margin: -115px 0 0 0; }
.testim-sec h4{font-family: 'JosefinSans-Regular'; text-align: center; font-size: 19px; letter-spacing: 6.84px; line-height: 1; margin: 0 0 30px; color: #384958; text-transform: uppercase; text-decoration: underline; padding: 0 0px;}
.testim-sec h2 {text-align: center; line-height: 1.1;    margin: 0 0 58px 0;}
.hm-testi-item p{font-family: 'JosefinSans-Regular';color: #384958;font-size: 21px;line-height: 1.9;text-align: left;font-weight: 400;margin: 0 0 32px;padding: 0;}
.hm-testi-item h5{font-family: 'JosefinSans-Bold';color: #171e2b;font-size:23px;font-weight:700;text-transform:uppercase;line-height: 1.1;margin: 0;padding:0;text-align: left;}
.hm-testi-item.inr h5::before{content: "";background-image: url(./images/in-sprites.webp);width: 60px;position: absolute;height: 44px;background-position: -3px -5px;background-repeat: no-repeat;right: 0;bottom: 0;}
.sidebar-testi::after{content: "";background-image: url(./images/gogool-icon.webp);width: 82px;height: 82px;position: absolute;bottom: -27px;background-repeat: no-repeat;left: 0;right: 0;margin: auto;background-position: center;background-color: #fff;border-radius: 50px;}
.testim-sec h2 strong{display: block; }
.hm-testi-item {padding: 0 19px 25px 47px; border-left: 2px solid #6e9ea3; position: relative; }
.hm-testi-item:before{position: absolute; content: "";background-image:url(images/hm-sprites.webp); background-position:-160px -19px; width:49px; height:37px; bottom:15px; right:71px; }
.hm-testi-item .google-rat a{display: inline-block; background-image: url(images/google-rat-img.webp); background-repeat: no-repeat; width: 82px; height: 82px; }
.star-rat{background-image: url(images/star-rat-img.webp); background-repeat: no-repeat; width: 147px; height: 29px; }
.hm-testi-item .testi-img-lst{display: flex; align-items: center; gap: 0 30px; margin: 0 0 40px;}
.testi-blck {padding: 0 30px 0px; margin: 0 0 30px;}
.testim-sec .testi-btn {text-align: center; position: relative; z-index: 1; width: max-content; margin: -77px auto 0; }
.testim-sec .owl-carousel .owl-nav button.owl-next, .testim-sec .owl-carousel .owl-nav button.owl-prev{font-size: 0;background-position: -297px -82px;  background-image: url(images/hm-sprites.webp); background-repeat: no-repeat;  width: 53px; height: 16px; }
.testim-sec .owl-carousel .owl-nav button.owl-prev{background-position: -218px -82px; }
.testim-sec .owl-carousel .owl-nav{display: flex !important;    justify-content: space-between; width: 100%; max-width: 590px; margin: 95px auto 0;}

/*testim-sec End*/

/* media section */

.the-media-sec {position: relative; padding: 96px 0 115px; background-image: url(images/media-sec-bg.webp); background-repeat: no-repeat; background-position: top right; background-size: 60.4% 100%; }
.the-media-sec .media-lft-itm h2{ color:#fff;  }
.the-media-sec .media-lft-itm h2 strong{ color:#70bcb4;  }
.media-lft-itm {width: 43.4%; background-color: #1c3236; background: linear-gradient(#1c3236, #1C3236) 50% 50% / calc(100% - 20px) calc(100% - 20px) no-repeat, linear-gradient(0deg, transparent 20%, rgba(112, 188, 180, 0.991) 100%, #70bcb4 100%, rgba(112, 188, 180, 0.973) 100%); padding: 52px 73px 95px 86px; position: relative; margin: 0 0 0 -7px; }
.media-lft-itm:before{position: absolute; content: ""; width: 87.3%; height: 9px; background-color:#79aeb4; bottom:10px; left:0; right:0;margin:auto; }
.media-lft-itm .media-btn{margin: 30px auto 0; text-align: center;}
.media-itm-img {margin: 0 0 42px; position: relative; text-align:center; }
.media-itm-img:before{position: absolute; content: ""; width: 6px;background-color:#79aeb4; height: 73px; left:0; top:0; bottom:0;margin:auto; }
.media-itm-img{ background-color:#384958; }
.media-itm-img{background-color: rgba(109, 157, 162, 7%);}
.media-rit-cont p{font-family: 'JosefinSans-Regular'; font-weight: 400; font-size: 21px; text-transform: uppercase; letter-spacing: 0; line-height: 1; margin: 0 0px; padding: 0; color: #171e2b;}
.media-rit-itm .media-rit-cont a{display: block; text-decoration: underline; margin: 0 0 10px;}
.media-rit-itm{display: flex; align-items: center; gap: 0 24px;    width: 100%; background-color: #fff;display: none;}
.media-rit-img img{width: 100%; display: block;}
.media-rit-img {width: 47.2%; }
.media-pop-up .pop-up-img img{width: 100%; display: none;}
.media-pop-up .pop-up-img{width: 100%;}
.media-rit-lst {display: flex; gap: 0 55px; align-items: center; }
.media-lst{position: relative;}
.media-pop-up {margin: -20px -92px 0 0; width: 19.8%; }
.media-lst {display: flex ; align-items: flex-end; justify-content: space-between;}
.media-mob-img {display: none; }
.media-rite-sec {width: 54.7%; }


/*/ Homepage Form Section Starts /*/

.hm-form-sec .frm-blk{display: flex; justify-content: space-between; flex-direction: row-reverse;}
.frm-blk .frm-lft-img{width: 50%;}
.frm-blk .frm-lft-img{display: none;}
.frm-blk .ftr-form{width: 37.5%;}
.ftr-form h3{color: #ffffff; margin: 0 0 11px;}
.ftr-form h6{font-family: 'JosefinSans-Regular';  font-size: 22px;  line-height: 1; color: #fff; margin: 0 0 40px; }
.ftr-form-sctn{position: relative; padding: 144px 0 0; background-image: url(images/footer-bg.webp); background-repeat: no-repeat; background-size: cover;}
.ftr-form-sctn:before{z-index: 0; position: absolute; content: ""; width: 48.9%; height: 1210px; background-image: url(images/fftr-frm-bg-bfr.webp); top: 0; left: 0; bottom: -150px; margin: auto;}
.ftr-form .gform_wrapper  { margin:0px; }
.ftr-form .gform_wrapper ul {display: flex !important;flex-wrap: wrap !important;justify-content: space-between;gap: 20px 17px;}
.ftr-form .gform_wrapper ul li { width:100%;margin:0px 0 0px !important;padding:0px !important; position:relative !important; }
.ftr-form .gform_wrapper ul li.fst-nm,
.ftr-form .gform_wrapper ul li.lst-nm { max-width: 48.6%; }
.ftr-form .gform_wrapper ul li.fl input, .ftr-form .gform_wrapper ul li.fr input, .ftr-form .gform_wrapper ul li textarea { background-color: #fff; color: #4d5c6a; font-family: 'JosefinSans-Light' !important; font-weight: 300; font-size: 20px !important; line-height: 1 !important; letter-spacing: 0.2px !important;  border-width: initial; border-style: none; border-color: initial; border-image: initial; outline: none; text-decoration: none;     padding: 23px 54px 22px 29px !important; margin: 0px !important;}
.ftr-form .gform_wrapper ul li input {background-image: url(images/frst-name.png);background-position: right 30px center; background-repeat: no-repeat; }
.ftr-form .gform_wrapper ul li.phn input {background-image: url(images/phn-cll.png); }
.ftr-form .gform_wrapper ul li.emil input {background-image: url(images/mail-syb.png); }
.ftr-form .gform_wrapper ul li.msg textarea {background-image: url(images/msg-syb.png); background-repeat: no-repeat; background-position: right 30px top 20px; }
.ftr-form .gform_wrapper ul li textarea {resize: none;height: 140px;display: block;}
.ftr-form .gform_wrapper ul li .ginput_container { margin:0px !important; }
.ftr-form .gform_wrapper ul li input::placeholder {color: #4d5c6a;}
.ftr-form .gform_wrapper ul li input:-ms-input-placeholder {color: #4d5c6a;}
.ftr-form .gform_wrapper ul li input::-ms-input-placeholder {color: #4d5c6a;}
.ftr-form .gform_wrapper ul li textarea::placeholder {color: #4d5c6a;}
.ftr-form .gform_wrapper ul li textarea:-ms-input-placeholder {color: #4d5c6a;}
.ftr-form .gform_wrapper ul li textarea::-ms-input-placeholder {color: #4d5c6a;}
.ftr-form .gform_wrapper ul li.chk ul {width: 100% !important; margin: -20px 0 0 0;}
.ftr-form .gform_wrapper ul li.chk ul li label {color: #ffffff;font-size: 18px; font-family: 'JosefinSans-Light' !important; margin-top:0px;}
.ftr-form .gform_wrapper ul li .form-links, 
.ftr-form .gform_wrapper ul li .form-links a {color: rgb(255, 255, 255); text-align: left; display: inline-block; letter-spacing: 0.1px; line-height: 1; width: max-content; font-size: 18px; font-family: 'JosefinSans-Light' !important; margin: 0px 0 0 0 !important; }
.ftr-form {background-color: #70bcb4; padding: 67px 130px 60px 120px; width: 50.5%; margin: 0 0 0 90px; }
/*button styles*/
.ftr-form .gform_wrapper .gform_footer {text-align: center;margin: auto;padding: 25px 0px 0px;}
.ftr-form .gform_wrapper .top_label input[type="submit"] {display: inline-block; background-color: #2e484f;  font-family: 'JosefinSans-SemiBold'; font-weight: 600 !important; color: #fff !important; font-size: 22px !important; line-height: 1 !important; text-transform: uppercase !important; width: auto; !important; cursor: pointer !important; border-width: initial; border-style: initial; border-color: transparent; border-image: initial; padding: 28px 68px !important;  margin: 0 0 0 !important; position: relative; z-index: 1; }
.ftr-form .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {margin-top: 6px; width: 0%; padding: 0 !important; }
.ftr-form .gform_wrapper .top_label input[type="submit"]:hover {     background-color:#fff !important; color:#70bcb4 !important; }

/*popup content*/
#popup-container {position: absolute; top: 0; left: 0; width: 100%; pointer-events: none; z-index: 2; }
.popup {position: relative;display: inline-block;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.popup .popuptext {visibility: hidden;color: #000;position: absolute;transition: transform 0.15s ease-out 0.15s;z-index: 1;margin: 20px 0;text-align: center;padding: 13px;border: 1px solid rgba(0, 0, 0, 0.2);background: #fff;font-size: 14px;color: black;transition: transform 0.15s ease-out;display: inline-block;line-height: 2;}
.popup .show {visibility: visible;-webkit-animation: fadeIn 1s;animation: fadeIn 1s;position: inherit;}

/*error-fields*/
.ftr-form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { background:transparent;border:none; padding:0px !important;margin:0px !important; }
.ftr-form .gform_wrapper ul li .gfield_description, 
.ftr-form .gform_wrapper ul li .instruction.validation_message { position:absolute;top:-4px;right:10px;padding:0px !important;text-align:right;pointer-events:none;    font-size: 15px !important;  }
.ftr-form .gform_wrapper ul li .instruction.validation_message { top:auto; bottom: 0px; }
.ftr-form .gform_wrapper ul li.chk .gfield_description {text-align: left;top: auto;bottom: -15px;left: 0px;}
.ftr-form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.fst-nm.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.ftr-form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.lst-nm.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width: 48.6% !important;}
.ftr-form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { width:100% !important; max-width:100% !important; }
.ftr-form .gform_legacy_markup_wrapper div.validation_error {display: none;}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {border: none !important; }

/*/ Homepage Form Section Ends /*/


/*ftr-map*/


.ftr-map-itm .ftr-map-cont h3{font-family: 'JosefinSans-Bold'; font-weight: 700; font-size: 55px; letter-spacing: -3.3px; line-height: 1; margin: 0 0 6px; padding: 0; color: #384958; text-transform: uppercase;}
.ftr-map-itm .ftr-map-cont p{font-family: 'JosefinSans-Regular'; font-weight: 400; font-size: 21px; line-height: 1.9; margin: 0 0 55px;}
.ftr-map-itm {width: 36.7%;     padding: 54px 0 0 0;
}
.ftr-form-lst{    display: flex ; justify-content: space-between; position: relative; z-index: 1; }
.ftr-map-rit .ftr-map-btn a{background-color: #0c1718; display: inline-block; font-family: 'JosefinSans-Medium'; font-weight: 500; color: #ffffff; border: none; padding: 25px 45px; font-size: 19px; line-height: 1;  cursor: pointer; transition: 0.3s; text-transform: uppercase; position: relative; z-index: 1; } 
.ftr-map-rit .ftr-map-btn{text-align: center;}
.ftr-map {margin: -35px 0 0; border: 4px solid #79b0b6;}
.ftr-map iframe {height: 395px; display: block; }


/*ftr-map*/

/* ftr-blocks */

#footer-bottom #footer-bottom-menu ul {padding: 0px 0 42px; display: inline-block; }
#footer-bottom #footer-bottom-menu ul > li:first-child {margin: 0px; }
#footer-bottom #footer-bottom-menu ul li { margin: 0 0 0 124px; line-height: 1; }
#footer-bottom #footer-bottom-menu ul li a {font-family: 'JosefinSans-Regular'; font-weight: 400; color: #fff; font-size: 20px; line-height: 1; padding: 0; display: inline-block; text-transform: uppercase; }
#footer-bottom #footer-bottom-menu ul li.current_page_item a {color: #70bcb4; }
#footer-bottom #footer-bottom-menu a:hover {color: #70bcb4; }
#footer-bottom #footer-bottom-menu {padding: 0; text-align: center; width: 100%;     border-bottom: 1px solid #3e4d4f; }
#footer-bottom #footer-bottom-menu li:after {display: none;}
.ftr-itm h4{position: relative; font-family: 'JosefinSans-Regular'; font-weight: 400; font-size: 33px; color: #6e9ea3; line-height: 1;padding: 0 0 0 90px; margin: 0 0 40px; text-transform: uppercase;}
.ftr-itm h4:before{position: absolute; content: ""; width: 70px; height: 70px; background-image: url(images/hm-sprites.webp); background-position: -15px -306px; left: 0; top: 0;bottom: 0; margin: auto;}
.ftr-itm .call a:hover{color: #6e9ea3 !important;}
.ftr-itm.contact h4:before{background-position: -116px -307px}
.ftr-itm.location h4:before{background-position: -224px -306px}
.ftr-itm p{font-family: 'JosefinSans-Regular'; font-weight: 400; font-size: 23px; color: #f4f4f4; line-height: 1.5; margin: 0 0px;}
.ftr-itm .call a{font-family: 'JosefinSans-Regular'; font-weight: 400; font-size: 49px; color: #f4f4f4; line-height: 1.5; margin: 0 0px; display: inline-block;}
.icon-lst a{background-image: url(images/hm-sprites.webp); background-position: -209px -117px; background-repeat: no-repeat; width: 62px; height: 62px; display: inline-block; font-size: 0px; background-color: #2e484f; border-radius:50%; }
.icon-lst a.twitter{background-position: -293px -117px;}
.icon-lst a.linkedin{background-position: -380px -117px;}
.icon-lst a:hover{background-color: #70bcb4;}
.ftr-itm.flw-us h4{margin: 0 0 30px}
.ftr-itm .icon-lst{display: flex; gap: 0 14px;justify-content:flex-end; }
.ftr-itm{width: 24%}
.ftr-blk{display: flex; justify-content: space-between; align-items: center; width: 100%;    padding: 0 90px 0 120px;}
.ftr-logo { margin: 0% 13% 135px 0; text-align: right; float: right; width: 32%;}
#footer-inner {background: url(images/footer-btm-bg.webp); background-repeat: no-repeat; background-size: cover; padding: 55px 0 0 0; }
#footer-bottom {background-color: transparent !important; padding: 0 !important; font-size: 12px; line-height: 1; color: #fff; }
.ftr-btm-sec {padding: 88px 0 82px 0; border-bottom: 1px solid #3e4d4f; }
.cpy-inr, .ftrlink, .rit-btm {display: inline-block; }
.copyrights p, .copyrights a{ font-family: 'JosefinSans-Light'; font-size: 20px; line-height: 1.4; color: #f4f4f4; margin: 0; text-transform: capitalize;}
.copyrights a {padding: 0 5px; display: inline-block;}
.copyrights a:hover { color: #6e9ea3;}
.copyrights {text-align: center; padding: 39px 0; }
.ftrlink{color: #f4f4f4;}


/* home page end */







/*inner page default styles*/

/*inner-pages*/
.page_bnr{position: relative;padding: 280px 0 100px;background-image: url(images/inner-page-banner.webp);background-repeat: no-repeat;background-size: cover;background-position: center;}
.page_title {margin: 0;text-align: center;}
.page_title h1, .page_title h2{font-size: 75px;color: #fff;font-family: 'JosefinSans-Bold';line-height:1;margin:0;text-transform: uppercase;letter-spacing: -1.8px;text-align: center;}
.genpg-rite .container ,.page_banner .container{width: 100%;max-width:1280px;margin: auto;}
.inrpg-breadcrumbs { font-size: 24px; color: #fff; font-family: 'JosefinSans-Regular'; text-transform: capitalize; margin: 0px; }
.page_default{padding:130px 0px;}
.genpg-rite{width: 64.9%;}
.genpg-lft {width: 33.7%; max-width: 400px;}
.page_content{display: flex;justify-content: space-between;}
.container1{width: 100%;max-width: 1280px;margin: auto;}
.genpg-rite.full-width {width: 100%; max-width: 100%; }

.genpg-rite h1, 
.genpg-rite h2, 
.genpg-rite h3, 
.genpg-rite h4, 
.genpg-rite h5, 
.genpg-rite h6 {font-family: 'JosefinSans-Bold';font-weight:700;margin: 0 0 20px;color:#2e484f;line-height: 1.1;letter-spacing: -1.3px;}
.genpg-rite h1,.genpg-rite h2 {font-size: 50px; letter-spacing:-1.1px; text-transform:uppercase;}
.genpg-rite h3 {font-size: 45px;}
.genpg-rite h4 {font-size: 33px;}
.genpg-rite h5 {font-size: 25px;}
.genpg-rite h6 {font-size: 20px;}
.genpg-rite p, 
.genpg-rite li {font-size: 21px;line-height:1.8;font-family: 'JosefinSans-Regular';color: #384958;margin: 0 0 20px 0;}
.genpg-rite strong{ font-family: 'JosefinSans-SemiBold';}
.genpg-rite a { color: #9bccc7; text-decoration: none!important; border-bottom: 2px solid #9bccc7; }
.genpg-rite li {padding-left:24px;color: #384958;position: relative;line-height: 1.6;list-style: none;font-family: 'JosefinSans-Regular';}
.genpg-rite ul li:before {width: 8px;height:8px;position: absolute;content: "";left: 0;right: 0;top: 13px;background-color: #000;}
.genpg-rite li ul {padding: 15px 0 0 10px; margin: 0; }
.genpg-rite li ul li { list-style: none; }
.genpg-rite ol, 
.genpg-rite ul {margin: 0 0 25px 0px; list-style-position: inside; }
.genpg-rite ol {list-style-type: decimal; margin-left: 20px; }
.genpg-rite ol li {list-style: decimal; padding-left: 0 !important; }
.genpg-rite li a {text-decoration: none;color: #9cccc7;}
.genpg-rite li a:hover, 
.genpg-rite a:hover {color: #172d31;border-bottom: 2px solid #172d31;}
.genpg-rite ul li > ul li > ol li { list-style-type: decimal; }
.genpg-rite ul li > ol li { list-style-type: decimal; }
.genpg-rite ul li > ol li:before { display: none; }
.genpg-rite ul li > ol li > ul li { list-style-type: disc; }

.genpg-rite .single-post-thumbnail { margin: 0 0 25px; }

/*inr sidebar */

.genpg-lft .sidebar-box {margin: 0 0 70px;background-color: #2e484f;padding: 35px 25px;} 
.genpg-lft .sidebar-box .widget-title, .genpg-lft .widget.testi .widget-title {position: relative;font-family: 'JosefinSans-Bold';color: #fff;font-size: 40px;letter-spacing: -0.8px;line-height: 1;text-transform: uppercase;text-align: center;border-left: none;padding: 0 0 20px;margin: 0px 0 20px;}
.genpg-lft .sidebar-box .widget-title, .genpg-lft .widget.testi .widget-title::before{content: "";}



.genpg-lft .sidebar-box .widget-title::before{content: "";width: 51%;height: 3px;background-color: #99cbc6;position: absolute;bottom: 0;left: 0;right: 0;margin: auto;}
.genpg-lft .menu li a, .genpg-lft .blog-sidebar ul li a{color: #fff;font-size: 24px;font-family: 'JosefinSans-SemiBold';display: block;position: relative;margin: 0px;line-height: 1.1;text-transform: capitalize;letter-spacing: -0.5px;padding: 0 34px 0 43px;} 
.genpg-lft .blog-sidebar ul li a{font-size: 20px;padding: 0 0 0 40px;line-height: 1.5; margin: 0 0 20px;}
.genpg-lft .blog-sidebar ul li{border: none !important; padding: 0; }
.genpg-lft .sub-menu {padding: 20px 0 0 20px;}
.genpg-lft .sub-menu ul li {padding: 0 0 0 30px; }
.genpg-lft .sub-menu ul li a{font-size: 18px;text-transform: capitalize; line-height: 1.3;letter-spacing: -0.3px;}
.genpg-lft .menu li.current_page_item a { color: #9bccc7; }
.genpg-lft .blog-sidebar ul li a:hover, .genpg-lft .menu li a:hover{color: #9bccc7 !important;}
.genpg-lft .menu li a:before, .genpg-lft .blog-sidebar ul li a:before {width: 10px;height: 10px;position: absolute;content: "";left: 15px;right: 0;top: 6px;background-color: #99cbc6;} 
.genpg-lft li .sub-menu li a:before{width: 8px;height: 8px;top: 10px;}
.genpg-lft .blog-sidebar ul li a:before{top: 10px;}
.genpg-lft li .sub-menu li a{font-size: 22px;line-height: 1.3;font-family: 'JosefinSans-Medium';color: #fff !important;}
.genpg-lft .widget_nav_menu ul li a.drop.close, .genpg-lft .widget_nav_menu ul li a.drop.open {font-size: 0;position: absolute;right: 4px;top: 7px;width: 21px;z-index: 10;height: 14px;background-image: url(images/in-sprites.webp);background-position: center center;background-repeat: no-repeat;padding: 0px 0px;cursor: pointer;border: 0;margin: 0;background-color: transparent;background-position: -72px -9px;}
.genpg-lft .widget_nav_menu ul li a.drop.open {rotate: 180deg; } 
.genpg-lft .widget_nav_menu ul li {margin: 0 0 20px;position: relative;} 
.genpg-lft .widget_nav_menu ul li a.drop::before{display: none;}

/*inr-testi-sidebar*/

.genpg-lft .widget.testi .widget-title { padding: 0; margin: 0 0 30px; } 
.genpg-lft .hm-testi-item{padding: 0; margin: 0; box-shadow: none; } 
.genpg-lft .hm-testi-item:before{display: none; } 
.genpg-lft .hm-testi-item::after{display: none;} 
.genpg-lft .widget.testi {padding: 40px 29px 70px;margin: 0;background-color: #fff;position: relative;background-image: url(images/inner-testi.webp);} 
.genpg-lft .star-rat{margin: 0 0 15px 0;} 
.genpg-lft .hm-testi-item.inr{position: relative;border: none;text-align: center;padding: 0 0 0;} 
.genpg-lft .hm-testi-item.inr:before{background-image: url(./images/hm-sprites.webp); position: absolute; content: ""; top: 0px; left: 0px; height: 63px; width: 81px; margin: auto; background-position: -209px -307px; } 
.widget.testi .sidebar-testi.owl-carousel .owl-nav.disabled{display: block; } 
.widget.testi .sidebar-testi.owl-carousel .owl-nav{display: flex;width: 100%;position: relative;top: 0;font-size: 0;margin: 75px auto 0;justify-content: space-around;gap: 90px;} 
.widget.testi .sidebar-testi.owl-carousel .owl-nav button{background-image: url(./images/in-sprites.webp);width: 67px;height: 22px;background-position: -8px -55px;} 
.widget.testi .sidebar-testi.owl-carousel .owl-nav button.owl-next {left: auto;right: 0;background-position: -84px -55px;} 
.widget.testi .sidebar-testi.owl-carousel .owl-nav button:hover{background-position: -8px -82px;} 
.widget.testi .sidebar-testi.owl-carousel .owl-nav button.owl-next:hover{background-position: -83px -82px;}

/*blog sidebar*/

.genpg-lft .blog-archives{background-color: #9ecdc8;box-shadow: -1px 0px 18px 0px rgba(0, 0, 0, 0.05);border: 1px solid #b7c5e1;padding: 50px 35px;}
.genpg-lft .blog-archives .sidebar-box{padding: 0px;background-color:transparent;    margin: 0 0 25px; width: 100%; }
.genpg-rite .inr-srch-bar input, 
.genpg-lft .blog-archives 
.sidebar-box input , .genpg-lft .blog-archives .sidebar-box span.theme-select{font-family: 'JosefinSans-Regular';font-size: 21px !important;line-height: 1;letter-spacing: 0;text-transform: capitalize;color: #000;padding: 20px 75px 20px 30px;background-color: transparent;appearance: none;outline: none;cursor: pointer;border: none;border-radius: 0;border: 1px solid;height: 60px;background-size:contain;background-position: right;background-repeat: no-repeat;}
.genpg-lft .hasCustomSelect{ height: 60px !important; }

.genpg-lft .blog-archives form.searchform{ position:relative; }  
.genpg-lft .blog-archives form.searchform button{background-image: url(images/search-in.webp);outline: 0;
    border: 0;
    font-size: 0; position: absolute; right:0;height: 60px;
    width: 60px;}

.genpg-lft .blog-archives .sidebar-box span.theme-select{ background-image: url(images/blog-select.webp);}
.genpg-lft .blog-archives .widget-title{color: #242444;text-align: left;padding: 0px !important;margin: 0 0 10px;border:none;text-transform: capitalize;}
.genpg-lft .blog-archives .widget-title:before{display: none;}
.genpg-lft .theme-select:after {display: none;}
.genpg-lft .blog-archives option{font-size: 20px;}
.genpg-lft .blog-archives .sidebar-box.widget_archive {margin: 0px;}
.genpg-lft .blog-sidebar .sidebar-box {margin: 0 0 50px }
.genpg-rite .inr-srch-bar input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    outline: 0;
    font-size: 0 !important;
    padding: 0 !important;
    background-image: url(images/search-in.webp);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}
.genpg-rite .inr-srch-bar{position: relative;}





/* ------------------------ */

.genpg-rite .contact-section.in-protect-cmn-box{padding: 132px 0 40px;background-size: cover; 
    position: relative;
    z-index: 9;}
   .genpg-rite .contact-section.in-protect-cmn-box:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgb(34 57 61 / 74%);
    z-index: -1;
}
.genpg-rite .contact-section.in-protect-cmn-box .smltext-heading{ margin: 0 0 15px; color: #fff; letter-spacing: 3px; font-size: 19px; font-weight: 400; font-family: 'JosefinSans-Regular';     text-transform: uppercase;}
.genpg-rite .contact-section.in-protect-cmn-box .text-heading{ font-size: 70px; letter-spacing: -2px; }
.genpg-rite .contact-section.in-protect-cmn-box .text-heading::before{ height: 3px; width: 83%; bottom: 10px; }
.genpg-rite .contact-section.in-protect-cmn-box .text-heading strong{ font-size: 45px; line-height: 1.5; letter-spacing: 6px; }
.genpg-rite .contact-section.in-protect-cmn-box p{ color: #fff; line-height: 1; letter-spacing: 0; font-size: 17px; margin: 0 0 30px; }
.genpg-rite .contact-section.in-protect-cmn-box .fmly-law-cntnt.cnct-btns{ width: 100%; margin: auto; }
.genpg-rite .in-cmn-links .in-cmn-box a, .genpg-rite .contact-section.in-protect-cmn-box .read-btn a.cmn-btn{padding: 20px 21px;font-size: 17px;display: inline-block;color: #fff;border: none;letter-spacing: 0;}
.genpg-rite .contact-section.in-protect-cmn-box .fmly-law-cntnt.cnct-btns .famly-law-ph p{ margin: 0; font-size: 15px; font-family: 'JosefinSans-SemiBold'; }
.genpg-rite .contact-section.in-protect-cmn-box .fmly-law-cntnt.cnct-btns .famly-law-ph p a{border: none;font-size: 28px;font-family: 'JosefinSans-SemiBold';line-height: 1.2;display: inline-block;}
.genpg-rite .contact-section.in-protect-cmn-box .fmly-law-cntnt.cnct-btns .famly-law-ph:before{ height: 100%; }

.genpg-rite .in-contact-cmn-box{background-color: #2e4950;padding: 50px 0;margin: 0 0 35px;position: relative;z-index: 1;}
.genpg-rite .in-contact-cmn-box:before {position: absolute; content: ""; width: 80%; height: 80%; background-image: url(images/cmn-blk-logo.webp); background-repeat: no-repeat; background-size: contain; background-position: center; top: 0; bottom: 0; left: 0; right: 0; margin: auto; opacity: 7%; z-index: -1; }
.genpg-rite .in-contact-cmn-box .text-heading{ color: #9fcdc9; text-align: center; font-size: 48px; font-family: 'JosefinSans-Bold'; letter-spacing: -1px; position: relative; margin: 0 0 35px; line-height: 1.3; }
.genpg-rite .in-contact-cmn-box .text-heading strong{ color: #fff; display: block; font-size: 45px; font-family: 'JosefinSans-Regular'; font-weight: 400; }
.genpg-rite .in-cmn-links .in-cmn-box a:hover{background-color: #172d31;}
.genpg-rite .in-contact-cmn-box .text-heading::before{content: "";width: 75%;height: 4px;background-color: #70bcb4;position: absolute;bottom: -2px;margin: 0 auto 0;left: 0;right: 0;}
.genpg-rite .in-contact-cmn-box .in-cmn-links{ width: 100%; display: flex; justify-content: center; align-items: center; gap: 20px; }
.genpg-rite .in-cmn-links .cmn-call{ font-size: 15px; color: #fff; text-transform: uppercase; letter-spacing: 0; line-height: 1.4; padding: 0 0 0 60px; position: relative; } 
.genpg-rite .in-cmn-links .cmn-call a::after,
.genpg-rite .in-cmn-links .cmn-call::before{content: "";width: 3px;height: 76%;position: absolute;left: 46px;background-color: #384958;}
.genpg-rite .in-cmn-links .cmn-call a{ font-size: 38px; border: none; color: #fff; font-family: 'JosefinSans-Medium'; } 
.genpg-rite .in-cmn-links .cmn-call a:hover{color: #70bcb4;}
.genpg-rite .in-cmn-links .cmn-call a::after{background-image: url(./images/in-sprites.webp);background-position: -178px -8px;width: 37px;height: 38px;left: 0;background-color: transparent;top: 0;bottom: 0;margin: auto;}

.review_page .hm-testi-item { border: none; padding: 0; }
.review_page .hm-testi-item {width: 100%;border: 1px solid #6e9ea3;padding: 40px 30px 30px;display: inline-block;margin: 0 0 40px;}
.review_page .testimonials {width: 100%;gap: 40px;column-count: 2;}
.review_page .hm-testi-item:before{bottom: 30px;}
.review_page .star-rat {margin: 0 0 30px 100px;}
.review_page .hm-testi-item::after{content: "";background-image: url(./images/gogool-icon.webp);width: 60px;height: 60px;position: absolute;top: 25px ;border-radius: 50px;background-repeat: no-repeat;background-position: center;background-color: rgb(110 158 163 / 17%);background-size: 61%;}
.review_page .hm-testi-item:hover{background-color: #152b2f;}
.review_page .hm-testi-item:hover h5, .review_page .hm-testi-item:hover p{color: #fff;}
.review_page .hm-testi-item:hover::before { background-image: url(./images/in-sprites.webp); background-position: -220px -111px; }

/* --------------- */
.genpg-rite .page-navi {margin: 0 0 35px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.genpg-rite .page-navi .page-navi-block a{ color: #fff; font-family: 'JosefinSans-SemiBold'; padding:22px 15px; width: 200px; text-align: center; border: none; }
/* ----------- */

/* ----attorney------ */
.page_default.attorney .page_content {flex-direction: row-reverse; flex-wrap: wrap; }

.genpg-rite h3 .accordion-section-title {font-size: 26px;font-family: 'JosefinSans-Medium';color: #000000;line-height: 1;background-color: #fff;display: block;padding: 18px 50px 12px 20px;position: relative; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;font-weight: 500;border: 1px solid #ececec;}
.genpg-rite .accordion-section-content {background-color: transparent;transition: all 0.3s linear 0s;    padding: 10px 0 0 15px;} 
.genpg-rite .accordion-section h3 a.accordion-section-title.active{background-color: #2e484f; color: #fff; }
.genpg-rite .accordion-section h3 a.accordion-section-title::before{content: "";background-image: url(./images/in-sprites.webp);width: 20px;height: 20px;position: absolute;right: 30px;background-position: -142px -6px;top: 0;bottom: 0;margin: auto;}
.genpg-rite .accordion-section h3 a.accordion-section-title.active::before{ background-position: -105px -26px; }
/* --------- */

/* Single Attorney Page Starts */ 
 .page_default.attorney .in-sngl-atrny-lst{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 0 50px;}
 .page_default.attorney .in-sngl-atrny-lst .in-atrny-img{width: 38.4%;background-color: #384958;}
 .page_default.attorney .in-atrny-cont-blk {width: 57.1%;}
 .page_default.attorney .in-atrny-cont-blk h2{letter-spacing: 0;margin: 0 0 10px;font-size: 70px;text-transform: uppercase;font-family: 'JosefinSans-Bold';line-height: 1;}
 .page_default.attorney .in-atrny-cont-blk p{font-size: 20px;line-height: 1;letter-spacing: 10.8px;text-transform: uppercase;color: #b69e06;font-family: 'JosefinSans-Regular';}
 .page_default.attorney .inr-cont-itms {display: flex;justify-content: flex-start;gap: 0;text-align: center;margin: 0 0 40px;}
 .page_default.attorney .inr-itms h5{font-size: 33px;font-family: 'JosefinSans-SemiBold';font-weight: 600;color: #6e9ea3;text-transform: uppercase;position: relative;padding: 95px 0 0 0;margin: 0 0 10px;}
 .page_default.attorney .inr-itms h5:before{position: absolute;content: "";left: 0;right: 0;margin: auto;top:0;width: 70px;height: 70px;background-image: url(images/hm-sprites.webp);background-repeat: no-repeat;background-position:-15px -306px;background-color: #384958;}
 .page_default.attorney .inr-itms p{font-size: 21px;letter-spacing: 0 !important; line-height: 1.2; color: #000;text-transform: capitalize;margin: 0 0 10px;font-family: 'JosefinSans-Regular';}
 .page_default.attorney .inr-gt-dirctn a{font-size: 21px;font-family: 'JosefinSans-Regular';font-weight: 400;text-transform: uppercase;color: #9bccc7;text-decoration: none !important;border-bottom: 2px solid #9bccc7;}
 .page_default.attorney .inr-itms{width: 50%;}
 .page_default.attorney .inr-itms.loctn{border-right: 3px solid #70bcb4;padding: 0 40px 0 0;}
 .page_default.attorney .inr-cont-call a{font-size: 45px;font-family: 'JosefinSans-Regular';font-weight: 400;border: none;color: #000;display: inline-block;line-height: 1;}
 .page_default.attorney .inr-cont-call a:hover{color: #6e9ea3;}
 .page_default.attorney .inr-scdl-btn{text-align: center;}
 .page_default.attorney .inr-scdl-btn a{color: #fff;}
 .genpg-rite .accordion-section h3{margin: 0;}
 .page_default.attorney .inr-gt-dirctn a:hover{ color: #172d31;  border-bottom: 2px solid #172d31;}
}

/* Blog page */
 
.blog_pg .genpg-rite .post-cont h5 a,.genpg-rite .post-btn a{border: none;}
 
 
.genpg-rite .blg-cntblk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
}
 
.genpg-rite .post-item {
    background: #fff;
    position: relative;
    display: inline-block;
    width: 30.9%;
}
 
.genpg-rite .post-img img{display: block;width: 100%;}
.genpg-rite .post-blk {padding: 22px 20px 20px 15px;background-color: #fff;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);margin: -82px auto 0;width: 89.6%;display: flex;justify-content: flex-start;gap: 10px;z-index: 1;position: relative;align-items: stretch;}
.genpg-rite .post-dt{ color: #fff; font-size: 17px; font-family:'JosefinSans-Regular'; line-height: 1.1; letter-spacing: 0; margin: 0; text-transform: uppercase; background-color: #152b2f; padding: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.genpg-rite .post-dt strong { font-size: 41px; font-family: 'JosefinSans-Medium'; border-bottom: 1px solid #fff; margin: 0 0 10px; }
.genpg-rite .post-dt small{font-size: 14px;margin: 0 0 5px;}
.genpg-rite .post-cont h5 a{ font-family: 'JosefinSans-Regular'; font-weight: 400; font-size: 25px; color: #021522; text-transform: capitalize; line-height: 1.2; }
.genpg-rite .post-btn a{ color: #000; font-size: 16px; font-family: 'JosefinSans-Regular'; line-height: 1; text-transform: uppercase; display: inline-block; margin: 0; }
.genpg-rite .post-btn{position: relative;width: max-content;padding: 0 30px 0 0px;}
.genpg-rite .post-btn:before{ position: absolute; content: ""; right: 0; top: 0; bottom: 0; margin: auto; width: 21px; height: 17px; background-image: url(images/in-sprites.webp); background-repeat: no-repeat; background-position: -181px -82px; }
.genpg-rite .post-item:hover .post-blk { background-color: #152b2f; }
.genpg-rite .post-item:hover .post-dt{background-color: #70bcb4;}
.genpg-rite .post-item:hover .post-dt, 
.genpg-rite .post-item:hover .post-blk h5 a{ color: #fff; }
.genpg-rite .post-item:hover .post-btn a{color: #70bcb4;border-bottom: 2px solid #70bcb4;}
.genpg-rite .post-item:hover .post-btn:before{background-position: -181px -57px;}

.genpg-rite .oceanwp-pagination.clr {
    width: 100%;
    margin: 35px 0 0;
    }
    .genpg-rite ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 20px;
    }
    .genpg-rite ul.page-numbers li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    }
    .genpg-rite ul.page-numbers li::before {
    display: none;
    }
    .genpg-rite .page-numbers a,
    .genpg-rite .page-numbers span {
    font-size: 26px !important;
    letter-spacing: 0;
    font-family: 'JosefinSans-Regular';
    background: transparent !important;
    border: none !important;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 0 !important;
    line-height: 1 !important;
    color: #000 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0px 0px;
    margin: 0;
    }
    .genpg-rite .page-numbers a:hover,
    .genpg-rite .page-numbers a:active {
    background-color: #99cbc6 !important;
    border: none !important;
    color: #fff !important;
    }
    .genpg-rite span.page-numbers.current {
    background-color: #99cbc6 !important;
    color: #fff !important;
    border-radius: 50%;
    margin: 0;
    }
    
    .genpg-rite a.prev.page-numbers,
    .genpg-rite a.next.page-numbers {
    background-color: transparent !important;
    font-size: 0;
    border-radius: inherit;
    background-image: url(./images/in-sprites.webp) !important;
    width: 75px;
    height: 23px;
    background-position: -9px -111px !important;
    }

    .genpg-rite a.prev.page-numbers{
    margin-right: 25px;
    }

    .genpg-rite a.next.page-numbers {
    background-position: -95px -111px !important;
    }

    .genpg-rite a.prev.page-numbers:hover,
    .genpg-rite a.next.page-numbers:hover {
    background-position-y: -143px !important;
    transition: all 0.5s;
    }

    .genpg-rite a.prev.page-numbers i,
    .genpg-rite a.prev.page-numbers span,
    .genpg-rite a.next.page-numbers i,
    .genpg-rite a.next.page-numbers span {
    display: none !important;
    }



    /* Practice Areas Page Starts */
 
.genpg-rite .in-pract-top-lst{display: flex;justify-content: center;gap: 18px;flex-wrap: wrap;margin: 0 0 40px;}
.genpg-rite .in-pract-mdl-lst{display: flex;justify-content: space-between;margin: 0 0 35px;} 
.genpg-rite .in-pract-btm-lst{display: flex;justify-content: space-between;gap: 15px;flex-wrap: wrap;}   
.genpg-rite .in-pract-itm{ width: 32.2%; position: relative; text-align: center; z-index: 0; }
.genpg-rite .in-pract-itm:before{ position: absolute; content: ""; left: 0; right: 0; bottom: 0; margin: auto; width: calc(100% - 30px); height: 9px; background-color: #70bcb4; z-index: 1; }
.genpg-rite .in-pract-img img{ display: block; width: 100%; }
.genpg-rite .in-pract-img{ position: relative; padding: 3px; }
.genpg-rite .in-pract-img:before,
.genpg-rite .in-pract-img:after{ position: absolute; content: ""; left: 0; right: 0; margin: auto; bottom: 0; width: 100%; height: 100%; background: linear-gradient(to bottom,  rgba(46,72,79,0) 0%,rgba(46,72,79,0.02) 11%,rgba(46,72,79,0.03) 12%,rgba(46,72,79,0.02) 14%, rgba(46,72,79,0.04) 15%,rgba(46,72,79,0.06) 22%,rgba(46,72,79,0.08) 24%,rgba(46,72,79,0.07) 25%,rgba(46,72,79,0.09) 26%, rgba(46,72,79,0.09) 28%,rgba(46,72,79,0.13) 30%,rgba(46,72,79,0.12) 31%,rgba(46,72,79,0.15) 32%,rgba(46,72,79,0.16) 33%, rgba(46,72,79,0.17) 34%,rgba(46,72,79,0.21) 38%,rgba(46,72,79,0.21) 39%,rgba(46,72,79,0.2) 40%,rgba(46,72,79,0.24) 41%, rgba(46,72,79,0.3) 46%,rgba(46,72,79,0.34) 47%,rgba(46,72,79,0.35) 48%,rgba(46,72,79,0.49) 56%,rgba(46,72,79,0.53) 59%, rgba(46,72,79,0.57) 60%,rgba(46,72,79,0.57) 61%,rgba(46,72,79,0.6) 62%,rgba(46,72,79,0.69) 66%,rgba(46,72,79,0.69) 67%, rgba(46,72,79,0.77) 71%,rgba(46,72,79,0.76) 72%,rgba(46,72,79,0.8) 73%, rgba(46,72,79,0.86) 78%,rgba(46,72,79,0.9) 80%,rgba(46,72,79,0.96) 91%,rgba(46,72,79,0.98) 92%,rgba(46,72,79,0.99) 100%); }
.genpg-rite .in-pract-img:after{ width: 100%; height: 100%; background: transparent; background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 6px) calc(100% - 6px) no-repeat, linear-gradient(#81c4bd 0%, transparent 67%); border-radius: 0px; box-sizing: content-box; z-index: -1; }
.genpg-rite .in-pract-cont{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    padding:0 20px;
}
.genpg-rite .in-pract-cont h4{
    font-size: 30px;
    line-height: 1.13;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.genpg-rite .in-pract-hvr a{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    font-size: 0;
    border: none;
}
 
.genpg-rite .in-pract-itm:hover .in-pract-cont h4{color: #70bcb4;}
 
.genpg-rite .in-btm-itms{width: 23.91%;border: 1px solid #a7aaab;text-align: center;padding: 25px 10px;position: relative;display: flex;justify-content: center;align-items: center;}
.genpg-rite .in-btm-itms h4{
    font-size: 26px;
    font-family: 'JosefinSans-SemiBold';
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.56px;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}
.genpg-rite .in-btm-itms:hover{background-color: #99cbc6;}
.genpg-rite .in-btm-itms:hover h4{color: #fff;}


/* =--------- */
.genpg-rite .in-contact-blk{display: flex;justify-content: space-between;}
.genpg-rite .in-cont-itm{width: 32.43%;padding: 35px 20px 30px;background-color: #2e484f;text-align: center;}
.genpg-rite .in-cont-itm h4{
    font-size: 33px;
    color: #6e9ea3;
    font-family: 'JosefinSans-SemiBold';
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    padding: 120px 0 0 0;
}
.genpg-rite .in-cont-itm h4:before,
.genpg-rite .in-cont-itm h4:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 90px;
    height: 90px;
    background-image: url(images/in-sprites.webp);
    background-repeat: no-repeat;
    background-position: 17px -167px;
    background-color: #6e9ea329;
}
.genpg-rite .in-cont-itm h4:after{
    width: 73px;
    height: 3px;
    background-color: #70bcb4;
    top: 56%;
}
.genpg-rite .in-cont-itm.contact h4:before{background-position: -51px -167px}
.genpg-rite .in-cont-itm.flwus h4:before{background-position: -119px -167px;}
.genpg-rite .in-cont-itm p{
    font-size: 23px;
    color: #fff;
    font-family: 'JosefinSans-Regular';
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 10px;
}
.genpg-rite .gt-dirctn a{
    font-size: 23px;
    font-family: 'JosefinSans-Regular';
    font-weight: 400;
    margin: 0;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
}
 
.genpg-rite .in-cont-cal a{
    font-size: 49px;
    border: none;
    display: inline-block;
    font-family: 'JosefinSans-Regular';
}
 
.genpg-rite .in-scl-icns{
    display: flex;
    justify-content: center;
    gap: 5px;
}
.genpg-rite .in-scl-icns a{
    background-image: url(images/hm-sprites.webp);
    background-position: -209px -117px;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
    display: inline-block;
    font-size: 0px;
    background-color: transparent;
    border: 1px solid #70bcb4;
    border-radius: 50%;   
}
.genpg-rite .in-scl-icns a.twitter {
    background-position: -293px -117px;
}
.genpg-rite .in-scl-icns a.linkedin {
    background-position: -380px -117px;
}
 
.genpg-rite .in-scl-icns a:hover{
    background-color: #70bcb4;
}
.genpg-rite .in-cont-itm:hover{background-color: #99cbc6;}
.genpg-rite .in-cont-itm:hover h4,
.genpg-rite .in-cont-itm:hover p,   
.genpg-rite .in-cont-itm:hover .in-cont-cal a{color: #000 !important;}


.genpg-rite .in-cont-itm:hover .gt-dirctn a{border-bottom: 2px solid #172d31; color: #000 !important;}

.genpg-rite .in-cont-itm:hover h4:before{background-color: #2e484f;}
/* --------------------- */

.genpg-rite .in-atrny-lst{display: flex;justify-content: space-between;flex-wrap: wrap;gap: 30px;margin: 0 0 60px;}
 
.genpg-rite .in-atrny-itms{width: 48%;position: relative;background-image: url(images/atrny-itm-bg.webp);background-repeat: no-repeat;text-align: center;}
 
.genpg-rite .in-atrny-cont h4{font-size: 26px;letter-spacing: 0; color: #fff;margin: 0 0 10px;text-transform: uppercase;}
 
.genpg-rite .in-vwbtn a{font-size: 15px;font-family:'JosefinSans-Regular';font-weight:400;letter-spacing: 8.1px;line-height: 1; display:inline-block;color:#b69e06;border:none;text-transform:uppercase; }

.genpg-rite .in-atrny-hvr a{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;font-size:0;}

.genpg-rite .in-atrny-cont{position: absolute;left: 0;right: 0;margin: auto;bottom: 30px;padding:0 20px; }
 
.genpg-rite .in-atrny-itms:before{position: absolute;content: "";bottom: 0;left: 0;right: 0;margin: auto;width: calc(100% - 30px);height: 13px;background-color: #70bbb3;}
 
.genpg-rite .in-vwbtn a:hover{color:#70bbb3; }
 
.genpg-rite .in-atrny-img img{display: block;width: 100%;}

.inr-prct-img-div {margin: 0 0 30px;}
.genpg-rite .in-pract-mdl-lst.one .in-pract-img {padding: 0;}
.genpg-rite .in-pract-mdl-lst.one .in-pract-itm:before {bottom: 10px;}
.page_default.blog_pg .genpg-lft {width: 100%;max-width: 100%;}
.page_default.blog_pg .genpg-rite {width: 100%;}
.page_default.blog_pg .widget_recent_entries {display: none;}
.page_default.blog_pg .page_content {flex-direction: column;gap: 25px;}
.page_default.blog_pg .blog-archives {border: none; padding: 0; display: flex ; gap: 20px;      background-color: transparent; box-shadow: none; border: none}
.page_default.blog_pg .blog-archives .widget-title {display: none; }
.in-atrny-img img {
    display: block;
    width: 100%;
}

.area-srvd {
    text-align: center;
    margin: 0 0 40px;
}
ul.list.srvd-map {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0;
}
ul.list.srvd-map li {
    display: inline-block;
    text-decoration: none;
    padding: 0;
    width: 30%;
    margin: 0;
}
ul.list.srvd-map li a {
    text-decoration: none;
    padding: 7px 22px;
    background-color: #162d31;
    display: block;
    color: #fff;
}
ul.list.srvd-map li::before{display: none;}
.page_default.blog_pg .blog-archives .sidebar-box {margin: 0; }