/* 
Theme Name:		 jonmichaelsmith
Theme URI:		 http://childtheme-generator.com/
Description:	 jonmichaelsmith 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:	 jonmichaelsmith
*/

/* fonts */

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

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

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


@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
 

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

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

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

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

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







:root {--blue: #1e90ff; --white: #ffffff; --header-font: 'Poppins', sans-serif; --paragraph-font: 'Poppins', sans-serif; --placeholdercolor: #000; }
* {margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
body {margin: 0; padding: 0; font-family: sans-serif; font-family: var(--paragraph-font); font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } 
section + section {margin-top: 30px; } 
.clear {clear: both; } 
.alignleft, .alignright, .aligncenter {margin-bottom: 10px; } 
.alignnone {margin-bottom: 10px; } 
.alignleft {float: left; margin-right: 15px; margin-top: 0; } 
.alignright {float: right; margin-left: 15px; margin-top: 0; } 
.aligncenter {display: block; margin: 0 auto 15px auto; } 
iframe, img {max-width: 100%; border: none; } 
img {height: auto; } 
a {font-family: inherit; font-size: inherit; line-height: inherit; color: inherit; text-decoration: none; transition: 0.5s; outline: none; } 
a:focus{border: 0;outline: 0 !important;} 
h1, h2, h3, h4, h5, h6 {font-family: serif; font-family: var(--header-font); font-weight: 700; margin: 0 0 20px 0; padding: 0; } 
p, li, ul, ol, blockquote {font-family: sans-serif; font-family: var(--paragraph-font); font-weight: 400; margin: 0 0 10px 0; padding: 0; } 
p:empty {display: none; } 
li.menu-item {list-style: none; } 
a:visited {color: inherit; } 
a:hover {text-decoration: none; } 
a, a:hover, input[type="submit"], button {outline: 0; } 
button, html [type="button"], [type="reset"], [type="submit"], select, input[type="search"] {-webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; border-radius: 0 } 
input::-webkit-input-placeholder {color: var(--placeholdercolor); } 
input::-moz-placeholder {color: var(--placeholdercolor); } 
input:-ms-input-placeholder {color: var(--placeholdercolor); } 
input:-moz-placeholder {color: var(--placeholdercolor); } 
html {scroll-behavior: smooth; } 
.clr {clear: both; } 
.container {width: 100%; max-width: 1280px; margin: 0 auto; } 
.d-none, .hide {display: none !important; } 
.fl {float: left; } 
.fr {float: right; } 
.clear {clear: both; } 
.clear-left {clear: left; } 
.clear-right {clear: right; } 


.fw {
    float: left;
    width: 100%;
}

/* header section */

header#site-header {     background: transparent; padding: 8px 0; position: absolute; z-index: 99; transition: all ease 0.7s; width: 100%; border: none;}
header#site-header .container{ width:100%; max-width:1480px; margin:auto; }
.logo img {transition-duration: 0.8s; width: 100%;display: block;} 
.header-sec-main {display: flex ; justify-content: space-between; align-items: center; }
.logo {width: 18.2%;padding: 18px 0 0 0; transition-duration: 0.8s;}
.logo-rit {width: 72%; display: flex ; justify-content: space-between; align-items: flex-end;gap:0 !important; }
.topmenu {width: auto; } 
.topmenu ul {position: relative; margin: 0; } 
.topmenu ul li {display: inline; position: relative;   margin: 0 19px 0 0; } 
.topmenu ul li a {position: relative; text-transform: none; display: inline-block; font-size: 19px; line-height: 1; color: #fff;     padding: 17px 0px 17px 0px;  font-family: 'Poppins-Regular'; text-transform:uppercase; } 
.topmenu ul li:first-child {margin-left: 0px; } 
.topmenu ul li:last-child {margin-right: 0px; } 
.topmenu ul li:last-child a {border: 0; } 
.topmenu ul li ul.sub-menu {display: none; width: 250px; position: absolute; top: 100%; left: 0; right: auto; background-color: #ee6e01; 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: #171717c9; color: #fff; }
.topmenu ul li.current-menu-item a:before, .topmenu ul > li a:hover:before {position: absolute; content: ""; left: -13px; top: 0; border-left: 2px solid #ee6e01; width: 40px; border-top: 2px solid #ee6e01; height: 15px; }
.topmenu .sub-menu li a:before{display: none;}

.topmenu ul.sub-menu li.insurance-claims ul {column-count: 2;width: 450px;}
 
/* top right section */

.top-call a{ font-family: 'Poppins-SemiBold'; font-size:37px; line-height:1; color:#ffffff;     margin: 0 0 8px; display: inline-block; }
.top-call a:hover{color: #ee6e01;}
.top-rit .header-btn a{ font-family: 'Poppins-Regular'; font-size: 18px; line-height:1; letter-spacing:4.32px; color:#ffffff; background-color:#ee6e01;padding: 12px 37px 15px 42px; text-transform: uppercase; display: block;    text-align: center;}

/* Mobile Menu Starts */

.showhide {display: none; color: #fff;font-family: 'Poppins-Regular'; font-weight: 400; 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-family: 'Poppins-Regular'; font-size: 20px; line-height: 28px; font-weight: 400; 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;font-family: 'Poppins-Regular'; 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:#ee6e01; 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: #04447a; } 
.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; }
.mobinav ul li.search-toggle-li {display: none;}


/*Header Sticky Menu*/
 
.header-sticky.fixed-header {position: fixed; top: 0; width: 100%; padding: 10px 2%; background-color: #5e7d8e; z-index: 9999; border-bottom: 2px solid #ee6e01; }
.sicky-logo {width: 100%; max-width: 300px; padding: 0 15px; } 
.header-sticky {width: 100%; float: left; background: #c4c9b2; padding: 10px; display: none; } 
.header-sticky .sticky-cnt {width: 25%; float: left; text-align: center; font-size: 15px; color: #c4c9b2; padding: 0 8px; } 
.header-sticky .mobile_src_nav, .header-sticky .showhide {display: block; } 
.header-sticky .mobile_src_nav {background: transparent; } 
.header-sticky .stickyshowhide .txt {width: 40px; height: 40px; text-align: center; float: none; padding: 0; position: relative; font-weight: normal; font-family: 'Poppins-Medium';} 
.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {font-size: 17px;    background-color: transparent; color: #fff; font-family: 'Poppins-Medium';letter-spacing: 0.4px; position: relative; position: relative; padding-top: 45px; display: inline-block; text-align: center; width: 100%; cursor: pointer; border: 0; outline: 0; } 
.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {width: 40px; height: 40px; position: absolute; content: ""; background-color: #ee6e01 !important; border: 1px solid #ee6e01 !important;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; } 
.header-sticky .sticky-cnt button:before {background: url(images/header-sticky-menu.png) no-repeat center; }
.header-sticky .sticky-cnt a:before {background: url(images/header-sticky-call.png) no-repeat center; }
.sticky-mobinav ul li a.drop:after {content: ""; background: url(images/sprite_icons.png) no-repeat left top; background-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 14px; } 
.sticky-mobinav ul li a.drop.open:after {background-position: -28px 0px; } 
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {background: url(images/header-sticky-faqs.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: #ee6e01; 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 {position: fixed; background: #191919; padding: 20px 0; border-bottom: 2px solid #ee6e01; }
header#site-header.f-nav .logo{padding: 0;}

 
/* Top Menu Section Ends */
#site-logo {float: none !important; }
.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; }

/* default styles */


.text-heading {font-family: 'ShipporiMincho-SemiBold'; font-size: 70px; line-height: 1.2; margin: 0 0 20px; letter-spacing: -2.8px; color: #000; text-transform: uppercase; }
a.cmn-btn {font-family: 'Poppins-Medium'; font-size: 22px; background: #ee6e01; color: #fff; display: inline-block; padding: 19px 28px; text-transform: uppercase; position: relative; line-height: 1; margin: 0; background-image: url(images/button-bg1.webp), url(images/button-bg2.webp); background-repeat: repeat-x; background-position: left top, left bottom; border: 7px solid #ee6e01; letter-spacing:0.88px }
a.cmn-btn:before {position: absolute; top: 0; bottom: 0; content: ""; width: 100%; height:75%; margin: auto; left: 0; border: 5px solid #000; border-top: transparent; border-bottom: transparent; pointer-events: none;}
a.cmn-btn:hover{ background-color:#fff; color: #ee6e01; border-color:#fff; }
a.cmn-btn:hover{color: #191919;background-color: #ee6e01;border-color: #ee6e01;}

/* Banner section */
 
.banner-sec .container{ width:100%; max-width:1480px; margin:auto; }
.bnr-blk{ display:flex; justify-content:space-between; }
.bnr-lft-txt{width: 45%;    margin: 0 0 0 -4px; padding: 23px 0 0 0;}
.bnr-rite-img {width: 39.6%; padding: 0px 99px 0 0px;}
.banner-sec{ background-image:url(images/bnr-bg.webp); background-size: cover; background-position:center; padding:186px 0 0; background-repeat:no-repeat; }
.bnr-lft-txt h1 strong{ font-weight:600; font-size: 44px; line-height:1; letter-spacing:13.2px;}
.bnr-lft-txt h1{  font-family: 'ShipporiMincho-SemiBold';  font-size: 86px; line-height:1.09; letter-spacing: -3.44px; color:#ffffff;  text-transform: uppercase; margin: 0 0 18px;}
.bnr-lft-txt p{ font-family: 'Poppins-Regular'; font-size:28px;  line-height:1.57;  letter-spacing:0.28px; color:#fff; margin:0 0 21px; }
.bnr-rite-txt .rite-txt{ font-family: 'Poppins-Medium'; font-size:24px; line-height:1;   color:#ffffff;     padding: 23px 28px 18px 32px; position:relative; }
.bnr-rite-txt .rite-txt:before{    position: absolute; content: ""; left: 4px; top: 0; border-left: 1px solid #ee6e01; width: 44px; border-top: 1px solid #ee6e01; height: 67px;}
.bnr-brd-crt{font-family: 'Poppins-Medium';  font-size: 38px;  line-height: 1.2; text-transform: capitalize; color: #ffffff; background-color: #000;    clip-path: polygon(0 0, 100% 0%, 66% 100%, 0% 100%); padding: 18px 14px 20px 34px; }
.bnr-brd-crt strong{ font-weight:500; text-transform:uppercase;     display: block;}
.bnr-btn .cmn-btn {font-size: 24px; padding: 18px 40px; }
.bnr-rite-txt {margin: -73px -295px 0 0px; display: flex ; justify-content: space-between; align-items: flex-end; }
.bnr-img { text-align: center;padding: 0 30px;}
.bnr-log {width: 36.9%; }
.bnr-img img, .bnr-log img{width: 100%;display: block;}

/* award section */


.award-section{padding: 85px 0 220px; position: relative; }
.award-section:before{position: absolute; content: ""; background-image: url(images/jhon-sec-bkg.webp); clip-path: polygon(0 0, 75% 0%, 6% 100%, 0% 100%); width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.award-section:after{position: absolute; content: ""; background-image: url(images/award-after-img.webp); background-repeat: no-repeat;background-size: 100% 100%;background-position: right center; width: 30.5%; height: 43.5%; bottom: 11%; right: 0; margin: auto; z-index: -1; }
.award-section .container{max-width: 1480px; width: 100%; margin: auto; }
.award-section h3{font-family: 'Poppins-Regular'; font-weight: 400; font-size: 40px; color: #000; line-height: 1; letter-spacing: 12px; text-transform: uppercase; margin: 0 0 30px; text-align: center; } 
.award-blk {padding: 0 100px 0; } 
.award-img {background-color: #fff; border: 1px solid #c7cbd0;transition: 0.5s;position: relative;} 
.award-img:hover{  margin: 10px 0 -12px;border-bottom-color: transparent;}
.award-img:hover:before{position: absolute;content:"";border-bottom: 3px solid #ee6e01;width: 100%;height: 3px;bottom: 0;left: 0;right: 0;margin: auto;}
.award-section .award-blk.owl-carousel .owl-stage-outer {padding: 0 0 20px; } 
.award-section .award-blk.owl-carousel .owl-nav { z-index: -1; display: flex; width: 95%; margin: auto; position: absolute; top: 0px; font-size: 0; bottom: 0; left: 0; right: 0; justify-content: space-between; height: max-content; } 
.award-section .award-blk.owl-carousel .owl-nav button {background-image: url(./images/hm-sprites.webp); width: 40px; height: 64px; background-position: -11px -13px; } 
.award-section .award-blk.owl-carousel .owl-nav button.owl-next {background-position: -71px -13px; } 
.award-section .award-blk.owl-carousel .owl-nav button:hover{background-position: -11px -90px; transition: 0.5s; } 
.award-section .award-blk.owl-carousel .owl-nav button.owl-next:hover{background-position: -71px -90px; } 
.texas-section {padding: 90px 0 0; text-align: center; } 
.texas-section h5{font-family: 'Poppins-Medium'; font-weight: 500; font-size: 24px; color: #000; line-height: 1.4; letter-spacing: 3.8px; text-transform: uppercase; background-color: #ee6e01; width: max-content; margin: 0 auto 15px; padding: 20px 25px; } 
.texas-section p{font-family: 'Poppins-Regular'; font-weight: 400; font-size: 20px; color: #000; line-height: 1.6; margin: 0 0 30px; } 
.learn-btn a.cmn-btn {padding: 18px 58px; font-size: 24px; }
.learn-btn {padding: 15px 0 0; }


/* attorney section */


.hm-jon-michael-sec {padding: 110px 0 0; position: relative; }
.hm-jon-michael-sec:before {background-image: url(images/jhon-sec-bkg.webp); position: absolute; content: ""; right: 0; top: 0; bottom: 0; width: 82.5%; height: 100%; z-index: -1; clip-path: polygon(100% 0, 0 0, 100% 100%); }
.hm-jon-michael-sec h2.text-heading {font-size: 170px; letter-spacing: -6.8px; font-family: 'ShipporiMincho-Bold'; line-height: 1.1; margin: 0 0 10px; }
.jhon-blk {display: flex; justify-content: space-between; }
.jhon-itm {width: 33.8%; padding: 28px 0 0; }
.jhon-itm h5 {font-size: 32px; color: #ee6e01; line-height: 1.4; font-family: 'ShipporiMincho-SemiBold'; text-transform: uppercase; margin: 0 -55px 7px 0px; letter-spacing: -1.28px; }
.jhon-itm p {font-family: 'Poppins-Regular'; font-size: 20px; color: #000; margin: 0; line-height: 1.6; }
.jhon-itm.jhon-image {width: 38%; padding: 0; }
.jhon-img-mdl img {width: 100%; display: block; }
.jhon-img-mdl {margin: -42px 17px 0 -20px; position: relative; z-index: 1; }
.jhon-itm.thrd-itm {width: 24.7%; padding: 0; }
.Brd-Crtfid {display: flex; justify-content: space-between; background-color: #ee6e01; align-items: center; padding: 8px 8px 7px 46px; margin: 0 0 41px -240px; position: relative; }
.Brd-Crtfid h6 {font-family: 'Poppins-SemiBold'; font-size: 28px; color: #fff; text-transform: uppercase; margin: 0; line-height: 1.4; }
.brd-crtfd-img {padding: 19px 8px; background-color: #fff; width: 65%; }
.brd-crtfd-img img {width: 100%; display: block; }
.vw-prfl-btn {margin: 23px 0 0; }

/* Practice Area Section */

.home-practice-sec{background-image: url(./images/practice-background.webp);background-repeat: no-repeat;background-position: center bottom;padding: 0 0 135px;background-size: cover;width: 100%;display: inline-block;position: relative;}
.home-practice-sec .container{max-width: 100%;}
.home-practice-sec::before{content: url(./images/Shape.webp);width: 81px;height: 84px;position: absolute;right: 0;bottom: 35%;margin: auto 0;top: 0;}
.practice-itams::before{content: "";background-image: url(./images/pattern.png);width: 100%;height: 100%;position: absolute;z-index: 1;left: 0;top: 0;}
.practice-areas-img{ width: 100%; max-width: 1480px; margin: -150px auto 119px; }
.practice-areas-img img{ display: block; width: 100%;margin: 0;}
.practce-text{ display: flex; justify-content: center; flex-wrap: wrap; align-items: center; }
.practce-text p{ font-size: 26px; margin: 0; text-align: right; color: #fff; line-height: 1.7; font-family: 'Poppins-Regular'; }
.practce-text h2{color: #fff;padding: 0 138px 0 45px;margin: 0 0px 0 41px;position: relative;}
.practce-text h2::before{content: "";background-image: url(./images/Rectangle.webp);width: 14px;height: 143px;position: absolute;left: 0;bottom: 0;background-repeat: no-repeat;top: 0;margin: auto;    background-size: 100% 100%;}
.practice-blk { padding: 0 3.1% 0; }
.practice-itams{ background-color: #fff; position: relative; width: 100%; transition: 0.7s ease; z-index: 1; }
.practice-itams .practice-img{  opacity: 20%;}
.practice-itams .practice-list{ position: absolute; bottom: 43px; text-align: center; left: 0; width: 100%; right: 0; margin: auto; padding: 0 10px; z-index: 1; }
.practice-itams .practice-list h3{ font-family: 'ShipporiMincho-Bold'; color: #fff; text-align: center; margin: 0 0 66px; line-height: 1.3; letter-spacing: -1.2px; font-size: 30px; text-transform: uppercase; padding: 0 0 15px; border-bottom: 10px solid #ee6e01; display: inline-block; transition: 0.9s ease; }
.practice-itams .practice-list .view-btn a{ color: #fff; font-size: 18px; line-height: 1; font-family: 'SourceSans3-Regular'; letter-spacing: 3.6px; text-transform: uppercase; }
.practice-itams:hover{margin: -15px 0 0;}
.practice-itams:hover::before{display: none;}
.practice-itams:hover .practice-list .view-btn a{color: #ee6e01;}
.practice-itams:hover .practice-list h3{color: #000;margin: 0 0 113px;}
.practice-blk .owl-stage{padding: 34px 0 40px;}  
.practice-blk .owl-nav { text-align: center; width: 100%; max-width: 200px; margin: auto; display: block !important;}
.practice-blk .owl-nav button{background-image: url(./images/hm-sprites.webp) !important;width: 45px;height: 70px;background-position: -8px -10px !important;font-size: 0 !important;background-repeat: no-repeat !important;margin: 0 17px 0; transition: 0.5s ease; }
.practice-blk .owl-nav button.owl-next{ background-position: -69px -10px !important; }
.practice-blk .owl-nav button:hover{background-position: -8px -87px !important;}
.practice-blk .owl-nav button.owl-next:hover{background-position: -69px -87px!important;}
.hover a { position: absolute; left: 0; right: 0; top: 0; bottom: 0; font-size: 0 !important; z-index: 2; }

/* Home Resolve Cases Section */
 
 
.hm-resolve-cases-sect{padding: 260px 0 50px;  position: relative; z-index: 2; } 
.hm-resolve-cases-sect .reslve-content {margin: 0 0 0 auto; width: 57.1%; text-align: center; } 
.hm-resolve-cases-sect h2.text-heading{font-size: 48px; font-family: 'ShipporiMincho-SemiBold'; margin: 0 0 75px; text-transform: uppercase; font-weight: 600; } 
.hm-resolve-cases-sect .reslve-blk {text-align: center; padding: 60px 40px 0; border: 6px solid #ee6e01; background-color: #191919; margin: 0 0 -96px; } 
.hm-resolve-cases-sect .reslve-blk h4 {color: #000; font-size: 24px; font-family: 'Poppins-Medium'; font-weight: 500; line-height: 1.4; letter-spacing: 3.8px; margin: -120px 0 20px 0; text-transform: uppercase; background-color: #ee6e01; padding: 13px 20px; } 
.hm-resolve-cases-sect .reslve-blk p{color: #fff; font-size: 20px; font-family: 'Poppins-Regular'; font-weight: 400; line-height: 1.65; letter-spacing: 0; margin: 0 0 20px; }
 
 .jon-michael-resolve-cases-sec:before{position: absolute; content: ""; left: 0; right: 0; bottom: 0; width: 100%; height: 70.5%; background-image: url(images/resolve-sect-bg.webp); background-repeat: repeat;background-size: 100% 100%; background-position: center; z-index: -1; margin: auto; pointer-events: none; }
.jon-michael-resolve-cases-sec{position: relative; z-index: 1; }
 
/* Homepage Testimonials Section Starts */
 
.hm-testimonials {position: relative; text-align: center; padding: 160px 0 155px; z-index: 0; } 
.hm-testimonials:before{position: absolute; content: ""; right: 0; top: 0; width: 83.8%; height: 1150px; background-image: url(images/pattern-img.webp); background-repeat: repeat; clip-path: polygon(100% 0, 0 0, 100% 100%); z-index: -1; pointer-events: none; } 
.hm-testimonials .container{width: 100%; max-width: 100%; padding: 0 68px 0 74px; } 
.hm-testimonials .owl-carousel.owl-drag .owl-item {display: flex ;} 
.hm-testimonials h2{margin: 0 0 8px;} 
.hm-testimonials .owl-stage {display: flex ; } 
.hm-testimonials h3{color: #000; font-size: 24px; font-family: 'Poppins-Medium'; font-weight: 500; line-height: 1; letter-spacing: 3.84px; text-transform: uppercase; margin: 0 0 30px; padding: 15px 30px; background-color: #ee6e01; display: inline-block; } 
.hm-testimonials .hm-testi-item{padding: 35px 60px; width: 100%; background-image: url(images/pattern.png); background-repeat: repeat; text-align: center; z-index: 0; } 
.hm-testimonials .hm-testi-item:before{position: absolute; content: ""; left: 58px; top: 26%; width: 75px; height: 65px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -143px -13px; z-index: -1; } 
.hm-testimonials .owl-item.active.center .hm-testi-item{background-image: none; background-color:#191919; } 
.hm-testimonials .owl-item.active.center .hm-testi-item:before{background-position: -250px -13px; } 
.hm-testimonials .star-rat{background-image: url(images/star-ratng.webp); background-repeat: no-repeat; background-size: contain; width: 432px; height: 31px; margin: 0 auto 15px; } 
.hm-testimonials .hm-testi-item p {font-size: 18px; font-family: 'Poppins-Regular'; line-height: 1.65; color: #fff; margin: 0; } 
.hm-testimonials .hm-testi-item h5 {color: #ee6e01; font-size: 26px; font-family: 'Poppins-Medium'; line-height: 1; margin: 0 0 17px 0; text-transform: uppercase;font-weight: 400;} 
.hm-testimonials .testi-btn {margin: 30px auto 0; position: relative; width: max-content; z-index: 1; } 
.hm-testimonials .testi-blck .owl-nav {display: flex !important ; margin: 35px auto 0; justify-content: space-between; width: 100%; max-width: 510px; position: absolute; left: 0; right: 0; } 
.hm-testimonials .testi-blck .owl-nav button {background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -11px -13px; width: 39px; height: 64px; margin: 0 5px; } 
.hm-testimonials .testi-blck .owl-nav button.owl-next{background-position-x: -72px; } 
.hm-testimonials .testi-blck .owl-nav button span {font-size: 0; } 
.hm-testimonials .testi-blck .owl-nav button:hover {background-position-y: -90px; transition: 0.5s; } 
.hm-testimonials .testi-blck .owl-nav button:hover span {color: #fff; }
 

/* Homepage Help Section Starts */

.home-help-section {padding: 73px 0 90px;background: url(images/hm-help-bg-left.webp) left center, url(images/hm-help-bg-rht.webp) right center;background-size: 50% 100%;background-repeat: no-repeat;}
.home-help-section .hm-help-blk {display: flex;justify-content: flex-start;position: relative;}
.home-help-section .hm-help-lft-cnt {padding: 0 154px 0 0;}
.home-help-section .hm-help-lft {width: 74.4%;}
.home-help-section h2.text-heading {color: #fff;}
.home-help-section .hm-help-lft h5 {font-size: 24px;font-family: 'Poppins-Medium';font-weight: 500;line-height: 1;letter-spacing: 3.84px;color: #000;text-transform: uppercase;background: #ee6e01;padding: 15px 30px;margin: 0 0 25px;}
.home-help-section .hm-help-lft p {font-size: 20px;font-family: 'Poppins-Regular';line-height: 1.6;color: #fff;margin: 0 0 52px;}
.home-help-section .hm-help-btn-lst {display: flex;align-items: center;gap: 25px;}
.home-help-section .hm-help-call h6 {font-size: 18px;font-family: 'Poppins-Regular';font-weight: 400;line-height: 1;letter-spacing: 4.32px;color: #fff;text-transform: uppercase;text-align: center;margin: 0;}
.home-help-section .hm-help-call h6 a {font-size: 37px;font-family: 'Poppins-SemiBold';line-height: 1;color: #fff;letter-spacing: 0;margin: 5px 0 0;display: block;}
.home-help-section .hm-help-call h6 a:hover {color: #ee6e01;}
.home-help-section .hm-help-rht {position: absolute;right: -18px;top: 65px;width: 34.93%;}
.home-help-section .hm-help-rht img {width: 100%;display: block;}
 
/* Homepage Blog Section Starts */

.hmblg-sec {padding: 0px 0 120px;}
.hmblg-sec .hmblg-blck {display: flex;justify-content: space-between;align-items: center;}
.hmblg-sec .hm-blg-lft {width: 34.4%;}
.hmblg-sec .bx-wrapper {width: 57.82%;margin: 0 0 0 auto !important;position: relative;}
.hmblg-sec .hm-blg-rht {width: 57.82%;}
.hmblg-sec .hmblg-item .hmblg-item-lft {width: 55.4%;position: inherit;}
.hmblg-sec .hmblg-item {border-bottom: 1px solid #585858;position: relative !important;display: flex;justify-content: space-between;align-items: center;}
.hmblg-sec .hmblg-item::before {content: "";position: absolute;background-image: url(images/hm-sprites.webp);background-position: -347px -16px;background-repeat: no-repeat;right: 0px;bottom: 52px;margin: auto 0;width: 66px;height: 61px;}
.hmblg-sec .hmblg-item:hover .dt-rm {background-color: #ee6e01;color: #fff;transition: all 0.4s;}
.hmblg-sec .hmblg-item:hover::before {display: none;}
/* .hmblg-sec .hmblg-item:hover .hmblg-post-img {visibility: visible;} */
.hmblg-sec .hmblg-item:hover .dt-rm::before {background-position-y: -134px;transition: all 0.4s;}
.hmblg-sec .hmblg-item h3 {margin: 0;}
.hmblg-sec .hmblg-item h3 a {font-size: 26px;font-family: 'ShipporiMincho-SemiBold';font-weight: 400;line-height: 1.3;letter-spacing: -1.04px;color: #000;margin: 0;}
.hmblg-sec .dt-rm {font-size: 18px;font-family: 'Poppins-Regular';line-height: 1;color: #000;padding: 14px 12px 14px 58px;background: #e9e9e9;position: relative;width: max-content;margin: 0 0 14px;display:none;}
.hmblg-sec .dt-rm::before {content: "";position: absolute;background-image: url(images/hm-sprites.webp);background-position: -143px -95px;background-repeat: no-repeat;top: 0;left: 18px;bottom: 0;margin: auto 0;width: 27px;height: 27px;}
.hmblg-sec .hmblg-item-img {width: 28.2%;visibility: hidden;position: relative;height: 100%;}
.hmblg-sec .hmblg-item:hover .hmblg-item-img{visibility: visible;}
.hmblg-sec .hmblg-item-img .hmblg-post-img img {width: 100%;display: block;object-fit: cover; object-position: center; height: 100%;}
.hmblg-sec .bx-controls-direction {display: flex; flex-direction: column; justify-content: center; gap: 25px; position: absolute; left: -17.2%; bottom: 0; top: 145px; width: max-content; height: 100%; z-index: 0; }
.hmblg-sec .hmblg-item-img .hmblg-post-img a{transition: 0s;}
.hmblg-sec h2.text-heading {margin: 0 0 50px; }
.hmblg-sec .bx-controls-direction .bx-prev,
.hmblg-sec .bx-controls-direction .bx-next {width: 64px;height: 39px;display: inline-block;background-image: url(images/hm-sprites.webp);background-repeat: no-repeat;background-position: -11px -185px;font-size: 0px;position: relative;z-index: 17;}
.hmblg-sec .bx-controls-direction .bx-next {background-position: -90px -185px;}
.hmblg-sec .bx-controls-direction .bx-prev:hover,
.hmblg-sec .bx-controls-direction .bx-next:hover {background-position-y: -237px;}
.hmblg-sec .hover {position: absolute;font-size: 0;width: 100%;height: 100%;inset: 0 0 0 0;z-index: 2;}
.hmblg-sec .hmnews-btn.mbl-heading{display: none;}


/* Footer Section Starts */
 
.site-footer {background: #191919; padding: 145px 0 0; color: #fff; position: relative; }
.site-footer:before {position: absolute; left: 0; top: 0; content: ""; background-image: url(images/ftr-bg-shape.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 23.63%; height: 60.5%; pointer-events: none;}
.site-footer .container {width:100%; max-width:1280px; margin: auto; }
.ftr-list{display: flex; justify-content: space-between;padding-bottom:70px;border-bottom:1px solid #444444; }
.ftr-left-sec {width: 35%; padding-right:41px; }
.ftr-logo {width: 83.3%; margin: 0 auto 52px; }
.ftr-logo a img{display: block; width: 100%; }
.ftr-icons h5{font-family: 'Poppins-Regular'; font-size:22px; letter-spacing: 0.22px; line-height:1.1; margin:0 0 5px; color:#ffffff; font-weight:400; text-align: center; }
.ftr-icons h3{font-family: 'SourceSans3-Bold'; font-size:46px; letter-spacing: 0.46px; line-height:1; margin: 0 0 38px; color:#ffffff; font-weight: 700; text-transform: uppercase; text-align: center; }
.ftr-scl-icon{display: flex; justify-content: center; gap:10px; }
.ftr-scl-icon a.facebook, .ftr-scl-icon a.twitter{background-image:url("images/hm-sprites.webp"); background-repeat:no-repeat; background-position:-177px -185px; width:43px; height:43px; font-size:0px; }
.ftr-scl-icon a.facebook:hover{background-position:-177px -237px; }
.ftr-scl-icon a.twitter{background-position:-237px -185px; }
.ftr-scl-icon a.twitter:hover{background-position:-237px -237px; }
.ftr-scl-icon br{display: none; }
 
.ftr-rit-sec {width: 70%; padding-left: 30px; }
.ftmenu ul {padding:0;  margin:0px; }
.ftmenu ul li {display: inline-block; margin: 0 11px; }
.ftmenu ul li:last-child {margin-right:0px; }
.ftmenu ul li:first-child {margin-left:0px; }
.ftmenu ul li a {text-transform: uppercase; color: #fff; font-family: 'Poppins-Regular'; font-weight:400; font-size:20px; line-height: 1; margin: 0px; display: inline-block; }
.ftmenu ul li.current-menu-item a , .ftmenu ul li a:hover{color:#ee6e01; }
.ftr-blocks{display: flex; justify-content:space-between; padding-top: 72px; }
.ftr-itm {width: 50%; padding: 0px 44px; }
.ftr-itm h4{font-family: 'SourceSans3-Medium'; font-weight: 500; font-size:30px; color:#fff; margin: 0px 0 33px; letter-spacing:0.3px; text-transform:uppercase; position: relative; padding-left:55px; }
.ftr-itm p{font-family: 'Poppins-Regular'; font-weight:400; line-height:1.5; margin: 0 0 47px; font-size: 20px; color:#fff; }
.ftr-call:last-child{margin:0px;}
.ftr-btn a.btn{font-family: 'Poppins-Medium'; font-weight:500; border:1px solid transparent;font-size: 22px; background-color:#ee6e01; color:#fff; display: inline-block; margin:0px; padding: 9px 80px 9px 58px; position: relative; text-transform: uppercase; letter-spacing:0.88px; }
.ftr-btn a.btn:before{background-image:url("images/hm-sprites.webp"); background-repeat:no-repeat; background-position: -445px -22px; width:24px; height:24px; position: absolute; right:41px; content:""; top:0; bottom:0; margin: auto; }
.ftr-btn a.btn:hover{background-color: transparent;border:1px solid #fff;}
.ftr-itm h4:before{background-image:url("images/hm-sprites.webp"); background-repeat:no-repeat; background-position: -191px -89px; width:60px; height:60px; position: absolute;left: -17px; content:""; top:0; bottom:0; margin: auto; }
.ftr-itm.cnt h4:before{background-position: -256px -88px; left: 0;}
.ftr-itm.cnt {padding: 0 7px 0 79px; }
.ftr-itm.cnt h4 {padding-left: 81px; }
.ftr-call{padding-left: 66px; position: relative; margin: 0 0 28px; }
.ftr-call:before, .ftr-itm.cnt .ftr-call p a:before{background-image:url("images/hm-sprites.webp"); background-repeat:no-repeat; background-position: -343px -99px; width:35px; height:35px; position: absolute; left:16px; content:""; top:0; margin: auto; }
.ftr-itm.cnt .ftr-call p a:hover:before{transition:0.5s; background-position: -343px -140px; }
.ftr-call.fax a:hover:before{background-position: -394px -137px; }
.ftr-call.fax:before{background-position: -394px -95px; }
.ftr-itm.cnt .ftr-call p{font-size:18px; letter-spacing:0.18px; margin: 0; color:#fff; line-height:1.4; }
.ftr-itm.cnt .ftr-call p a{display: inline-block; font-size:34px; font-family: 'Poppins-Medium'; letter-spacing:0.34px; margin:0px; }
.ftr-call p a:hover{color:#ee6e02;}
.ftr-call.phone:before, .ftr-call.fax p a:before{display: none; }
 
/* Copyrights */

.copyrights {background: #191919; padding: 45px 0; text-align: center; }
.copyrights p, .copyrights a { display:inline-block; color: #fff; font-size: 22px; font-weight: 400; line-height: 1.7; margin: 0; text-transform:capitalize; font-family: 'Poppins-Regular'; }
.copyrights a:hover{color:#ee6e01; }
.copy-para, .ftrlink ,.cpy-inr{display: inline-block; }
.copyrights a {display: inline-block; padding: 0 5px; }
 
/* Homepage Ends */
 
/*form-section*/
.hm-form-sec .container{max-width:1480px;margin: auto;width: 100%;}
.ftr-form-list{display: flex;justify-content: space-between;padding-right: 90px;}
.form-lft {width: 49%; padding:135px 0px 0px;position: relative;}
.form-lft h2 {padding-left:100px;margin: 0 0 39px; }
.form-rit {width: 51%;position: relative; background-color: #fff;padding:80px 60px 70px; border:6px solid #ee6e01;max-height:max-content;padding-bottom: 59px; }
.form-rit:before{position: absolute; right: -33px; background-color: #191919; bottom: -55px; content: ""; width:98%; height: 158px; z-index: -1; background-image: url("images/form-pattern.webp"); background-repeat:repeat; }
.form-rit p{font-family: 'Poppins-Regular'; font-size:20px ; color:#3d3d3d; margin: 0 0 23px; line-height:1; }
.hm-form-sec{position: relative;}
.hm-form-sec:before{position: absolute;right: 24px; top: 69px;background-image:url("images/form-shape-bg.webp");background-repeat: no-repeat;content: "";width:131px;height: 345px;}
.map iframe{height:585px;width: 784px;display: block;}
.map { margin-right:-104px;position: relative; z-index: 0;}

.ftr-left-sec.mobile{display: none;}

/* Homepage Form Section Starts */
 
.form-rit .gform_wrapper {margin: 0px 0 0 0; }
.form-rit .gform_wrapper ul.gform_fields ul {margin: 0; padding: 0; }
.form-rit .gform_wrapper ul.gform_fields li {margin: 0 0 12px 0; padding: 0 !important;position:relative; }
.form-rit .gform_wrapper ul.gform_fields li.form-top {margin: 0 0 0 0; text-align: left; }
.gform_wrapper ul.gform_fields li.phn {margin-right: 0 !important; }
.form-rit .gform_wrapper .top_label input, .form-rit .gform_wrapper select, .form-rit .gform_wrapper .top_label textarea {line-height:1 !important; margin: 0px; font-family: 'Poppins-Regular' !important; width: 100% !important; color: #191919 !important; outline: 0px; position: relative; border-radius: 0; background: transparent; border: 1px solid #cecbca; font-size: 19px !important; padding: 18px 30px !important; transition: all 0.5s; }
.form-rit .gform_wrapper .top_label textarea {width: 100%; float: left; height:198px; margin: 0px 0px 34px; padding: 12px; }
.form-rit .gform_wrapper .form-links, .form-top {font-size: 16px; color: #191919; font-family: 'Poppins-Regular'; text-align:left; width: 100%; display: inline-block; }
.form-rit .gform_wrapper input[type=checkbox]{-webkit-appearance: button; }
.form-rit .gform_wrapper input[type=checkbox]:checked:before{display: none; }
.form-rit .gform_wrapper .form-links a {color: #191919; font-weight:400; text-decoration:none; font-family: 'Poppins-Regular'; text-align: left; line-height: 1; font-size:16px; letter-spacing:-0.66px; }
.form-rit  .gform_wrapper ul li.chk ul li label {color: #191919; font-size: 16px; letter-spacing:-0.66px; font-family: 'Poppins-Regular'; }
.form-rit .gform_wrapper ul li.chk ul {width: 100% !important; margin: -6px 0 0; text-align: left; }
.form-top span, .form-rit .gform_wrapper .top_label .chkbx label span {color: #ed3731; }
.form-rit .gform_wrapper .gfield_radio label, .form-rit .gform_wrapper .top_label .chkbx label {font-size: 18px !important; line-height: 20px !important; color: #fff; }
.form-rit .gform_wrapper .top_label .chkbx label {font-weight: 700; }
.form-rit .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; }
.form-rit .gform_wrapper .gform_footer.top_label {padding: 0; margin: -84px 0 0; float: right; width:max-content; position: relative; z-index: 1; }
.form-rit .gform_wrapper .gform_footer.top_label:after, .form-rit .gform_wrapper .gform_footer.top_label:before {z-index: 1; position: absolute; top: 0; bottom: 0; content: ""; width: 5px; height: 54%; margin: auto; left: 8px; border-left: 5px solid #000; border-top: transparent; border-bottom: transparent; }
.form-rit .gform_wrapper .gform_footer.top_label:after {left: auto; right: 8px; border-right: 5px solid #000; border-left: none; }
.form-rit .gform_wrapper .top_label input[type="submit"] {font-family: 'Poppins-Medium' !important; font-size: 22px !important; background: #ee6e01; color: #fff !important;font-weight: 500 !important; display: inline-block;padding: 18px 37px !important; text-transform: uppercase; position: relative; line-height: 1; margin: 0; background-image: url(images/button-bg1.webp), url(images/button-bg2.webp) !important; background-repeat: repeat-x; background-position: left top, left bottom; border: 7px solid #ee6e01; width:auto !important; letter-spacing:0.88px; }
.form-rit .gform_wrapper .top_label input[type="submit"]:hover {color: #191919 !important;}
.form-rit input::placeholder {color: #191919; }
.form-rit input:-ms-input-placeholder {color: #191919; }
.form-rit input::-ms-input-placeholder {color: #191919; }
.form-rit textarea::placeholder {color: #191919; }
.form-rit textarea:-ms-input-placeholder {color: #191919; }
.form-rit textarea::-ms-input-placeholder {color: #191919; }
.form-rit .gform_wrapper .top_label .gfield_label {display: none; }
.form-rit .gform_wrapper ul.gform_fields li.chk, .form-rit .gform_wrapper ul.gform_fields li.popfield {width: 44%; }

/*error-fields*/
.form-rit .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;max-width: 100% !important;}
.form-rit .gform_wrapper ul li .gfield_description, 
.form-rit .gform_wrapper ul li .gfield_description, .form-rit .gform_wrapper ul li .instruction.validation_message {position: absolute; top: 14px; right: 10px; padding: 0px !important; text-align: right; pointer-events: none; font-size: 14px !important;color: #da2222;font-weight: 600;}
.form-rit .gform_wrapper ul li .instruction.validation_message { top:auto !important;bottom:0px; }
.form-rit .gform_wrapper ul li.chk .gfield_description {text-align: left;top: auto;bottom: -22px;left: 0px;}
.form-rit .gform_legacy_markup_wrapper div.validation_error {display: none; border: none;}
 

.form-rit .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-color: #cecbca;}
/*popup content*/

#popup-container {position: absolute; top: 12px; 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 !important;position: absolute !important;width: 535px;transition: transform 0.15s ease-out 0.15s;z-index: 1;margin: 0px 0;text-align: center;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.8;font-family: 'Poppins-Regular';letter-spacing: 0.3px;}
.popup .show {visibility: visible;-webkit-animation: fadeIn 1s;animation: fadeIn 1s;position: inherit;}

.form-logo {width: 52%; margin: 0 auto 40px; }
.form-rit .text-heading{font-size: 55px;}

/*Innerpages Default Styles*/
 
.page_bnr {background-image: url(images/in-banner-img.webp); background-size: 100% 100%; background-repeat: no-repeat; padding: 223px 0 137px; position: relative; text-align: center; }
.page_title h1, .page_title h2 {font-family: 'ShipporiMincho-SemiBold'; font-size: 90px; font-weight: 600; line-height: 1;letter-spacing: -3.6px; color: #fff; position: relative; margin-bottom: 20px; text-transform: uppercase;  text-shadow: 0px 15px 51px rgb(0 0 0 / 64%)}
.inrpg-breadcrumbs {font-family: "Poppins"; font-size: 19px;font-weight: 400; padding:  0; color: #fff; line-height: 1.6;letter-spacing:0;text-shadow: 12px 10px 26px rgb(0 0 0 / 89%); text-transform: uppercase;}
.inrpg-breadcrumbs a:hover, .inrpg-breadcrumbs span.current-item{color:#ee7005;}
.inrpg-breadcrumbs a:hover {color:#ee7005;}
.page_default {padding: 130px 0; position: relative;}
.genpg-rite {width: 64.9%; float: left;}
.genpg-rite.full-width{width: 100%;}
.genpg-lft {width: 31.3%; float: right;max-width: 400px;}
.page_default .genpg-rite h1,
.page_default .genpg-rite h2,
.page_default .genpg-rite h3,
.page_default .genpg-rite h4,
.page_default .genpg-rite h5,
.page_default .genpg-rite h6 {font-family: 'ShipporiMincho-SemiBold';font-weight: 600;color: #000;margin-bottom:25px;line-height: 1.1;text-transform: uppercase;}
.page_default .genpg-rite h1,.page_default .genpg-rite h2 {font-size: 55px; font-family: 'ShipporiMincho-SemiBold'; letter-spacing: -2.8px; font-weight: normal; color: #000000; margin-bottom: 30px;}
.page_default .genpg-rite h3 {font-size: 50px;letter-spacing: -2px}
.page_default .genpg-rite h4 {font-size: 40px;letter-spacing: 1px}
.page_default .genpg-rite h5 {font-size: 30px;letter-spacing: 0.3px}
.page_default .genpg-rite h6 {font-size: 26px; line-height: 1.3;letter-spacing: -1px}
.page_default .genpg-rite p,
.page_default .genpg-rite li {font-size: 20px;font-family: "Poppins"; font-weight: 400; line-height: 1.8; color: #000; letter-spacing: 0; margin: 0 0 28px 0;}
.page_default .genpg-rite a {color: #ee6e01; text-decoration: underline; }
.page_default .genpg-rite li {padding-left: 24px; color: #000; position: relative;margin-bottom: 20px;line-height: 1.6;}
.page_default .genpg-rite ul li:before {background-color:#ee6e01 ; width: 10px; height: 10px; position: absolute; content: ""; left: 0; right: 0; top: 12px; }
.page_default .genpg-rite li ul {padding: 20px 0 0; margin: 0; }
.page_default .genpg-rite ul li::marker{font-size: 0}
.page_default .genpg-rite li ul li {list-style: none;}
.page_content .genpg-rite ol, .page_content .genpg-rite ul {margin: 0 0 25px 0px; list-style-position: inside; }
.page_content .genpg-rite ol {list-style-type: decimal; margin-left: 20px;}
.page_content .genpg-rite ol li {list-style: decimal; padding-left: 0 !important;}
.page_default .genpg-rite a:hover {text-decoration: none;}
.page_default .genpg-rite ul li > ul li { list-style-type: none; }
.page_default .genpg-rite ul li > ul li > ol li { list-style-type: decimal; }
.page_default .genpg-rite ul li > ol li { list-style-type: decimal; }
.page_default .genpg-rite ul li > ol li:before { display: none; }
.page_default .genpg-rite ul li > ol li > ul li { list-style-type: none; }

.genpg-rite .cmn-img, .page_default .post-img.single_defualt_img{margin: 0 0 35px;} 
.genpg-rite .cmn-img img, .page_default .post-img.single_defualt_img img{width: 100%;display: block;}
.genpg-rite .cmn-img.top-img, .page_default .post-img.single_defualt_img {padding: 6px; border: 3px solid #ee6e01; }
.cbt-cmn-box {padding: 48px 25px;text-align: center;background: #000;margin: 50px 0;position: relative;}
.genpg-rite.full-width, .genpg-lft.full-width {width: 100%; max-width: 100%; }

.cbt-cmn-box:before{position: absolute;content: "";width: 125px;height: 115px;background-image: url(images/cmn-box-bfr-lines.webp); background-repeat:no-repeat;bottom: 0;right: 0}
.page_content .genpg-rite .cbt-cmn-box h2{color: #fff}
.page_content .genpg-rite .cbt-cmn-box h2 strong{display: block;font-size: 63px;color: #ee6e01;letter-spacing: -2.5px}
.page_content .genpg-rite  .cbt-cmn-box a.cmn-btn{font-size: 19px; color: #fff;text-decoration: none;}
.cmn-box-btns {display: flex ; justify-content: center; gap: 12px; }
.page_default .genpg-rite .cmn-box-tel-btn p{color: #fff;font-size:18px;letter-spacing:4.3px;line-height:1;text-align:left;text-transform:uppercase;padding-left:54px;line-height:1.2;position:relative; margin: 0}
.page_default .genpg-rite .cmn-box-tel-btn p a{display: block;font-size: 37px;font-weight: 600;color: #fff;text-decoration: none;transition: 0.5s;letter-spacing: 0}
.page_default .genpg-rite .cmn-box-tel-btn p a:hover{color: #ee6e01;}
.page_default .genpg-rite .cmn-box-tel-btn p a:before{position: absolute;content: "";width: 36px;height: 36px;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -35px -34px;top:0;left: 8px;bottom: 0;margin: auto;}
.page_default .genpg-rite .cmn-box-tel-btn p a:hover:before{background-position: -36px -89px}
.page_content .genpg-rite  .cbt-cmn-box a.cmn-btn:hover{color: #000}


/*   About Page    */

.genpg-rite .in-abt-att-blk .abt-atrny-cnt{padding: 30px 15px;background-color: #ee6e01;text-align: center;}
.page_default .genpg-rite .in-abt-att-blk h6 {font-weight: 600; font-family: 'Poppins-SemiBold';color: #fff;margin-bottom: 0;text-transform: uppercase;letter-spacing: 0;padding: 0px !important;}
.page_default .genpg-rite .in-abt-att-blk h6 strong{font-size: 20px;font-family: 'Poppins-Medium';font-weight: 500;letter-spacing: 10px; display: block;}
.genpg-rite .in-abt-att-blk{background-color: #303131;display: inline-block;margin-bottom: 65px;position: relative;width: 43.4%;}
.genpg-rite .in-abt-att-img {padding: 38px 28px 0;}
.genpg-rite .in-abt-att-img img{width: 100%;display: block;}
.genpg-rite .in-abt-att-blk a.hover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;font-size: 0;z-index: 9}


/*   Attorney Page   */

.page_default .genpg-rite .in-att-blk  h2{ font-size: 90px;  font-family: 'ShipporiMincho-Bold';font-weight: 700;line-height: 1;letter-spacing: -3.6px;margin-bottom: 20px}
.page_default .genpg-rite .in-att-blk  h6{font-size: 24px;font-family: 'Poppins';font-weight: 300;color: #ee6e01;letter-spacing: 17.2px;line-height: 1.5;text-transform: uppercase;}
.genpg-rite .in-att-blk {display: flex ; justify-content: space-between;    margin-bottom: 75px; }
.genpg-rite .in-att-lft {width: 40.3%; background-image: url(./images/pattern.png); display: flex ; align-items: end; justify-content: center;position: relative;}
.genpg-rite .in-att-lft:before{position: absolute;content: "";width: 100%;height: 100%; background-image: url(images/in-att-bfr-lines.webp);background-repeat: no-repeat;top:0;right: 0;z-index: 0;background-size: cover;pointer-events: none;}
.genpg-rite .in-att-rit{width: 55%}
.genpg-rite .in-att-img {width: 90%;position:relative;}
.genpg-rite .in-att-img img{width: 100%;display:block; }
.genpg-rite .in-att-info {display: flex ; justify-content: center;margin-bottom:35px;gap:20px }
.genpg-rite .in-att-info-blk {padding: 45px 10px 35px;background-color: #191919;text-align: center;margin: 0px 0 -20px -95px;position: relative;z-index: 9;}
.page_default .genpg-rite .in-att-info h5{color: #fff;text-transform: uppercase;padding-top: 65px;font-weight: 600; font-family: 'Poppins-SemiBold';position: relative;margin-bottom: 18px}
.page_default .genpg-rite .in-att-info h5:before,.page_default .genpg-rite .in-att-info-rit h5 a:before{position: absolute;content: "";width: 36px;height: 42px;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -180px -74px;top: 0px;left: 0;right: 0;margin: auto;}
.page_default .genpg-rite .in-att-info-rit  h5 a:before{background-position: -36px -89px }
.page_default .genpg-rite .in-att-info-rit  h5:before{display: none;}
.page_default .genpg-rite .in-att-info-rit  h5{margin: 0}
.page_default .genpg-rite .in-att-info p{color: #fff;margin-bottom: 0}
.page_default .genpg-rite .in-att-info p a{display: block;text-transform: uppercase;font-weight: 400;letter-spacing: 0}
.genpg-rite  .in-att-info-lft {width: 55.3%;border-right:solid 1px #fff; }
.genpg-rite  .in-att-info-rit {    width: 41.8%; }
.page_default .genpg-rite .in-att-info-rit h5 a{font-size: 34px;font-weight: 600; font-family: 'Poppins-SemiBold';color: #fff;text-decoration: none;margin-top: 20px;display: inline-block;}
.page_default .genpg-rite .in-att-info-rit h5 a:hover{color: #ee6e01;}
.genpg-rite .in-att-info-btn{text-align: center;}
.genpg-rite .in-att-info-btn a.cmn-btn{color: #fff;text-decoration: none;}
.genpg-rite .in-att-info-btn a.cmn-btn:hover{color: #000}
.page_default .genpg-rite .accordion-section-content{display: none;}
.page_default .genpg-rite .accordion-section-content.open{display: block;}
.page_default .genpg-rite .accordion-section-content.bio{overflow-y: scroll;  height: 420px;}  
.page_default .genpg-rite .accordion-section h6 {font-size: 24px;letter-spacing: -0.9px;line-height: 1;   font-family: 'ShipporiMincho-SemiBold';font-weight:600 ;color: #000}
.page_default .genpg-rite .accordion-section h6 a.accordion-section-title {position: relative; padding: 18px 48px 18px 32px; color: #000; border: solid 1px #dadad9; display: block; margin-bottom: 20px; text-decoration: none;text-transform: uppercase;cursor: pointer;}
.page_default .genpg-rite .accordion-section h6 a.active{background-color: #191919;color: #fff}
.page_default .genpg-rite .accordion .accordion-section h6 a.accordion-section-title:before {position: absolute; content: ""; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -129px -106px; width: 19px; height: 10px; top: 25px; right: 20px;margin: auto; transition: 0.7s; }
.page_default .genpg-rite .accordion .accordion-section h6 a.active:before{background-position: -128px -82px}
.accsec-ritcnt.accordion {margin: 0 0 30px; }

/*   Practice areas Page   */
 
.genpg-rite .in-practice-blk{display: flex; justify-content: center; flex-wrap: wrap;gap: 17px;margin-bottom: 50px}
.genpg-rite .in-practice-itm {width: 24%;background-color: #fff; position: relative;transition: 1s ; z-index: 1;}
.genpg-rite .in-practice-itm::before {content: ""; background-image: url(./images/pattern.png); width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0; }
.genpg-rite .in-practice-itm .in-practice-list {position: absolute; bottom: 43px; text-align: center; left: 0; width: 100%; right: 0; margin: auto; padding: 0 10px; z-index: 1; }
.page_default .genpg-rite .in-practice-itm .in-practice-list h6 {color: #fff; margin: 0 0 66px; line-height: 1.3; letter-spacing: -1.2px; text-transform: uppercase; padding: 0 0 15px; border-bottom: 10px solid #ee6e01; transition: 1s; }
.page_default .in-practice-itm .in-practice-list .view-btn a {color: #fff; font-size: 18px; line-height: 1.7;  font-family: 'Poppins-Regular';font-weight: 400; letter-spacing: 3.6px; text-transform: uppercase;text-decoration:none; }
.genpg-rite .in-practice-itm .in-practice-img {opacity: 20%; }
.genpg-rite .in-practice-itm:hover::before{display: none;}
.genpg-rite .in-practice-itm:hover .in-practice-list .view-btn a{color: #000;}
.page_default .genpg-rite .in-practice-itm:hover .in-practice-list h6{color: #000;}


/*   Testimonials   */
 
.genpg-rite .testimonials {column-count: 2;column-gap:32px }
.genpg-rite .testi-item{display: inline-block;background-color: #303030;padding: 35px 40px;margin-bottom: 40px;position: relative;text-align: center;transition: 0.5s   }
.genpg-rite .testi-item:before{position:absolute;content:"";width:75px;height:65px;background-image:url(images/sprites-in.webp);background-repeat:no-repeat;background-position:-34px -264px;top:115px;left:54px;z-index:1 ;opacity: 40%}
.genpg-rite .testi-item:hover:before{background-position: -133px -264px}
.genpg-rite .testi-item:hover{background-color:#191919}
.genpg-rite .testi-item p{  font-family: 'Poppins-Regular';font-weight: 400;font-size: 18px;letter-spacing: 0;line-height: 1.6;color: #fff;margin: 0;position: relative;z-index: 9}
.genpg-rite .testi-item h5{  font-family: 'Poppins-Regular';font-weight: 400;font-size: 26px;letter-spacing: 0;line-height: 1.3;color: #ee6e01;text-transform: uppercase;margin: 0 0 30px}
.genpg-rite .star-rat{ width: 129px;height: 25px;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -91px -34px;margin: 0 auto 32px;}
.genpg-rite .in-star-lines{position: relative;}
.genpg-rite .in-star-lines:before,.genpg-rite .in-star-lines:after{position: absolute;content: "";width: 119px;height: 8px;background-image: url(images/in-testi-lft-line.webp);background-repeat: no-repeat;top:0;left: 70px;bottom: 0;margin: auto;}
.genpg-rite .in-star-lines:after{left: inherit !important;right: 70px;background-image: url(images/in-testi-rit-line.webp)}


/*   Blog Page   */

.blg-cntblk {display: flex; justify-content: center; flex-wrap: wrap; gap: 30px 30px; } 
.post-item {border: 1px solid rgb(218, 218, 218); position: relative; display: inline-block; width: 31.7%; transition: 0.5s; } 
.post-cnt {padding: 40px 33px 105px;} 
.page_default .genpg-rite .post-cnt h6 a {color: #000; text-decoration: none; } 
.page_default .genpg-rite .post-cnt h6 a:hover {color: #fff; text-decoration: none; } 
.post-itm-btm {display: flex; align-items: center; justify-content: space-between; margin: 0 0 25px;}
.post-img img{display: block;width: 100%;}
.page_default .genpg-rite .post-category ul li, .page_default .genpg-rite .post-dt {list-style: none; margin: 0; font-family: 'Poppins-Regular'; font-size: 16px; font-weight: 400; color: #000; line-height: 1; letter-spacing: 0; text-transform: capitalize; width: max-content; padding: 10px 13px 10px 45px; background-color: rgb(233, 233, 233); position: relative; } 
.page_default .genpg-rite .post-dt:before{content: ""; position: absolute; background-image: url(images/sprites-in.webp); background-position: -187px -139px; background-repeat: no-repeat; top: 0; left: 13px; bottom: 0; margin: auto 0; width: 19px; height: 19px; } 
.blg-cntblk .post-btn {position: absolute; left: 31px; bottom: 35px; } 
.page_default .genpg-rite .post-btn a.blg-btn {font-size: 18px; font-family: 'Poppins-Regular'; font-weight: 400; color: #0a1857; display: inline-block; text-decoration: none; line-height: 1; letter-spacing: -0.36px; width: max-content; position: relative; padding-right: 80px; text-transform: uppercase; } 
.page_default .genpg-rite .post-btn a.blg-btn:before{content: ""; position: absolute; background-image: url(images/sprites-in.webp); background-position: -399px -190px; background-repeat: no-repeat; top: 0; right: 0; bottom: 0; margin: auto; width: 66px; height: 45px; } 
.post-item:hover{background-color: #ee6e01; } 
.post-item:hover .post-btn a.blg-btn:before{background-position: -399px -255px; } 
.post-item:hover .post-btn a.blg-btn{color: #fff; }
.post-item:hover .page_default .genpg-rite .post-cnt h6 a{color: #fff !important;}


/*    Blog Pagination     */

.blg-cntblk ul.page-numbers {padding: 0; margin: 0; display: flex ; justify-content: center; align-items: center; gap: 10px; }
.nav-links a.page-numbers {margin: 0 5px}
.nav-links svg.svg-icon {margin: 0px 0px -5px 0px;}
.blg-cntblk ul.page-numbers .page-numbers.current{ color: #fff;background-color: #ee6e01 ;border: none;}
.blg-cntblk ul.page-numbers .page-numbers:hover{background-color: #ee6e01;color: #fff}
.blg-cntblk ul.page-numbers .page-numbers{border: 0px !important; line-height: 1 !important; margin: 0; text-align: center; color: #000; cursor: pointer; height: 60px; width: 60px; display: flex ; justify-content: center; align-items: center;}
.blg-cntblk ul.page-numbers li a.page-numbers,ul.page-numbers .page-numbers.current{font-size: 26px;font-family: 'Poppins-Regular'; font-weight: 400; color: #000;text-decoration: none !important;}
.page-navi-block {width: 50%; float: left; padding: 0 20px 0 0;}
.page_default .genpg-rite  ul.page-numbers {padding: 0;margin: 40px 0 0;display: flex ; justify-content: center; align-items: center;gap:10px}
.page_default .genpg-rite  ul.page-numbers li{padding:0;margin:0 ; line-height: 1; }
.blg-cntblk ul.page-numbers li a.next.page-numbers,.blg-cntblk ul.page-numbers li a.prev.page-numbers{padding: 0}
.blg-cntblk ul.page-numbers li a.next.page-numbers:hover,.blg-cntblk ul.page-numbers li a.prev.page-numbers:hover{background: transparent;}
.blg-cntblk ul.page-numbers li a.next.page-numbers .fa,.blg-cntblk ul.page-numbers li a.prev.page-numbers .fa{transition: 0.5s; width: 35px;height: 58px;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -367px -34px; font-size: 0;}
.blg-cntblk ul.page-numbers li a.next.page-numbers .fa{background-position: -424px -34px;}
.blg-cntblk ul.page-numbers li a.prev.page-numbers .fa:hover{background-position: -366px -112px}
.blg-cntblk ul.page-numbers li a.next.page-numbers .fa:hover{background-position: -424px -112px;}
.blg-cntblk ul.page-numbers li:before{display: none;}
.blg-cntblk .oceanwp-pagination {width: 100%;}


/*    Single Blog Page    */

.genpg-rite .post_single .post-itm-btm,
.page_default .genpg-rite .post_single .post-dt{ font-family: 'Poppins-Regular'; font-weight: 400; font-size: 19px; line-height: 1.2; color: #000; letter-spacing: 0.4px; margin: 0 0 25px; display: flex ; flex-wrap: wrap; align-items: center; gap: 5px; justify-content: flex-start;}
.page_default .genpg-rite .post_single .post-dt{display: block;margin: 0px !important;background-color: transparent;padding: 0px;}
.page_default .genpg-rite .post_single .post-dt:before{display: none;}
.page-navi {display: flex; justify-content: space-between;margin: 40px 0 0;}
.page_default .genpg-rite .post_single .meta-author a, .page_default .genpg-rite .post_single .post-category a{text-decoration: none;}
.page_default .genpg-rite .post_single .page-navi a.cmn-btn{color: #fff; text-decoration: none;}

.genpg-rite .post_single .post-itm-btm .meta-author{display: none;}

/*   Sidebar Styles   */ 

.genpg-lft .widget,.genpg-lft .sidebar-box {margin-bottom: 50px; background-color: #ee6e01; width: 100%; display: inline-block; position: relative; } 
.genpg-lft h4.widget-title{font-family: 'ShipporiMincho-SemiBold'; font-weight: 600; font-size: 40px; text-transform: capitalize; padding: 23px 15px 28px; margin: 0; line-height: 1; letter-spacing: -1.6px; position: relative; text-align: center; border-bottom: 1px solid rgb(229, 229, 229); border-left: transparent; text-transform: uppercase; color: #fff; }

/* Sidebar Testimonials */

section.widget.testi{margin: 0 !important; background-color: rgb(0, 0, 0, 0.902); padding: 28px 23px 45px; text-align: center; } 
section.widget.testi h4{padding: 0; border: transparent; margin-bottom: 29px; } 
.genpg-lft .testi-sdbr-blck .testi-item .star-rat {font-size: 0; width: 126px; height: 25px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -91px -34px; display: inline-block; margin: 0 0 40px; position: relative; } 
.genpg-lft .testi-sdbr-blck .testi-item .star-rat:before, .genpg-lft .testi-sdbr-blck .testi-item .star-rat:after{position: absolute; content: ""; left: -99px; top: 0; bottom: 0; margin: auto; width: 79px; height: 8px; background-image: url(images/line-2.webp); background-repeat: no-repeat; } 
.genpg-lft .testi-sdbr-blck .testi-item .star-rat:after{left: inherit !important; right: -99px; background-image: url(images/lines.webp); } 
.genpg-lft .testi-sdbr-blck .testi-item .testi-content {position: relative; padding: 0px 10px; } 
.genpg-lft .testi-sdbr-blck .testi-item .testi-content:before{position: absolute; content: ""; left: 0px; top: 0; width: 75px; height: 65px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -133px -264px; z-index: -1; opacity: 80%; } 
.genpg-lft .testi-sdbr-blck .testi-item p{color: #fff; font-family: 'Poppins-Regular'; font-weight: 400; font-size: 18px; line-height:1.88; letter-spacing: 0; margin-bottom: 40px; } 
.genpg-lft .testi-sdbr-blck .testi-item h6{color: #fff; font-family: 'Poppins-Medium'; font-weight: 500; font-size: 26px; color: #ee6e01; line-height:1; letter-spacing: 0; margin:0; text-transform: uppercase; } 
.genpg-lft .testi-sdbr-blck.owl-carousel .owl-nav {margin: -44px auto 0; text-align: center; width: 100%; max-width: 432px; display: flex; justify-content: space-between; position: relative; z-index: 99; } 
.genpg-lft .testi-sdbr-blck.owl-carousel .owl-nav .owl-prev, .genpg-lft .testi-sdbr-blck.owl-carousel .owl-nav .owl-next {width: 39px; height: 64px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -245px -34px; transition: 0.5s;transform: scale(0.8);    font-size: 0;} 
.genpg-lft .testi-sdbr-blck.owl-carousel .owl-nav .owl-prev:hover {background-position: -247px -116px; } 
.genpg-lft .testi-sdbr-blck.owl-carousel .owl-nav .owl-next{background-position: -306px -34px; } 
.genpg-lft .testi-sdbr-blck.owl-carousel .owl-nav .owl-next:hover {background-position: -306px -116px; }
.testi-sdbr-blck.owl-carousel {display: block; }


/* Sidebar Navigation Menu */

.genpg-lft section.widget_nav_menu ul {display: block; position: relative; margin: 0;}
.genpg-lft section.widget_nav_menu ul li {margin: 0; position: relative;}
.genpg-lft .widget ul li a, .genpg-lft .sidebar-box  ul li a, .genpg-lft .widget ul.sub-menu li a {font-family: 'Poppins-SemiBold'; font-weight: 600; font-size: 22px; line-height: 1.5; color: #fff; position: relative; padding: 10px 40px 10px 53px; display: block; transition: 0.5s; text-transform: capitalize; }
.genpg-lft .widget ul li a:hover,.genpg-lft .sidebar-box ul li a  {color: #fff;}
.genpg-lft .widget ul li a:hover,.genpg-lft .widget ul li.current-menu-item > a, .genpg-lft .sidebar-box  ul li a:hover{color:#fff;background-color: #191919;}
.genpg-lft .widget ul.sub-menu li a {font-size:20px;line-height: 1.2; padding: 10px 10px 10px 30px; font-family: 'Poppins-Medium'; font-weight:500; }
.genpg-lft .widget nav{padding: 15px 10px 25px;}
.genpg-lft .widget ul li a:before ,.genpg-lft .sidebar-box  ul li a:before{position: absolute;content: "";width: 10px;height: 10px;background-color: #fff;left: 30px;top:21px;}
.genpg-lft .widget ul.sub-menu li a:before {width: 8px;height: 8px;left:8px;top: 19px;}
.genpg-lft .widget ul > li ,.genpg-lft .sidebar-box ul > li:last-child{border-bottom: none;}
.genpg-lft .sidebar-box .sidebar-box ul li{border: none;}
.genpg-lft .sidebar-box ul > li{border: none; margin: 0;padding: 0;}
.genpg-lft .widget_nav_menu ul li a.drop.close:before, .genpg-lft .widget_nav_menu ul li a.drop.open:before {display: none;}
.genpg-lft .widget ul > li ,.genpg-lft .sidebar-box ul > li:last-child{border-bottom: none;}
.genpg-lft section.widget_nav_menu ul li.sb-menu > ul.sub-menu {display: block !important;}
.genpg-lft section.widget_nav_menu ul li ul.sub-menu {margin: 0; padding: 14px 0 0 40px; }
.genpg-lft .widget_nav_menu ul li ul.sub-menu a.drop.close, .genpg-lft .widget_nav_menu ul li ul.sub-menu a.drop.open {top: 4px; transform: scale(0.8); }
.genpg-lft .menu-practice-areas-container {padding: 5px 9px 24px; }
.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: 15px; top: 25px; width: 23px; z-index: 10; height: 14px; background-color: transparent; background-position: -96px -82px; background-repeat: no-repeat; padding: 0px 0px; cursor: pointer; border: 0; background-image: url(images/sprites-in.webp);background-repeat: no-repeat; }
.genpg-lft .widget_nav_menu ul li a.drop.open {background-position: -96px -106px;}
.genpg-lft section.widget_nav_menu ul li ul.sub-menu{margin-bottom: 0;} 
.genpg-lft section.widget_nav_menu ul ul li {padding: 0 0 0 30px;}
.widget.widget_nav_menu .menu-item-object-page.active > a {background-color: #000; }
.genpg-lft section.widget_nav_menu ul li ul.sub-menu{margin-bottom: 0;}
.genpg-lft section.widget_nav_menu ul ul li {padding: 0 0 0 8px;}


/*   Sibedar Archives    */

.genpg-lft .blg_sdbar_archives aside{margin-bottom:40px; background-color: inherit; } 
.genpg-lft .blg_sdbar_archives{padding: 50px 34px; background-color: #000; } 
.genpg-lft .sidebar-box.widget_categories, .genpg-lft .sidebar-box.widget_archive{margin-top: 0;} 
.genpg-lft .sidebar-box.widget_categories h4.widget-title, .genpg-lft .sidebar-box.widget_archive h4.widget-title{background-color: transparent;border-bottom: none;} 
.sidebar-box.widget_archive{margin: 0;} 
.genpg-lft .sidebar-box.widget_search{background-color: #e5e5e5;} 
.page_default .genpg-lft .blg_sdbar_archives input, .page_default .genpg-lft .blg_sdbar_archives select.postform, .page_default .genpg-lft .blg_sdbar_archives select {font-family: 'Poppins-Regular'; font-weight: 400; font-size: 20px !important; line-height: 1.2; letter-spacing: 0; text-transform: capitalize; padding: 17px 65px 17px 24px !important; background-color: #e5e5e5; color: #000; margin-bottom: 0; position: relative !important; appearance: none !important; width: 100% !important; height: 100% !important; background-image: url(images/arrow.webp); background-repeat: no-repeat; background-position: right center; background-size: 60px 100%; outline: none; opacity: 100% !important; border-radius: 0 !important; } 
.page_default .genpg-lft .blg_sdbar_archives h4.widget-title {background-color: transparent !important; padding: 0; font-family: 'ShipporiMincho-SemiBold'; font-weight: 600; font-size: 40px; line-height: 1; letter-spacing: -1.16px; color: #fff; text-align: left; margin: 0 0 20px; margin: 0 0 20px; text-transform: capitalize; } 
.page_default .genpg-lft .sidebar-box.widget_search input.search-submit {background-image: url(images/search.webp) !important; background-position: right; background-repeat: no-repeat; background-size: 100% 100%; width: 60px !important; height: 100%; position: absolute !important; top: 0; bottom: 0; right: 0px; margin: auto; border: none; outline: none; background-color: transparent; font-size: 0 !important; cursor: pointer; line-height: 1; padding: 0px !important; }
.page_default .genpg-lft .blg_sdbar_archives input.field{background-image: none;padding: 15px 65px 14px 24px !important;}
.page_default .genpg-lft .blg_sdbar_archives .theme-select {display: none !important;}
.page_default .genpg-lft  .blg_sdbar_archives form.searchform{position: relative;}
.page_default .genpg-lft .sidebar-box.widget_categories, .page_default .genpg-lft .sidebar-box.widget_archive{background-color: transparent !important;}

/*  Single Blog Sidebar Styles   */ 

.genpg-lft .sidebar-wrapper ul{padding: 10px 10px 40px; }
.genpg-lft .sidebar-wrapper .sidebar-box ul li a{font-size: 21px;}


/*    Blog Sidebar   */

.page_default.blog_pg .genpg-lft .blg_sdbar_archives,
.page_default.serch_pg .genpg-lft .blg_sdbar_archives{display: flex ; justify-content: space-between; align-items: center; gap: 20px; background-color: transparent;flex-direction: row-reverse;}
.page_default.blog_pg .genpg-lft .blg_sdbar_archives h4.widget-title
,.page_default.serch_pg .genpg-lft .blg_sdbar_archives h4.widget-title{display: none;}
.page_default.blog_pg .genpg-lft .blg_sdbar_archives .sidebar-box,.page_default.serch_pg .genpg-lft .blg_sdbar_archives .sidebar-box {margin-bottom:0}
.page_default.blog_pg .genpg-lft .blg_sdbar_archives,.page_default.serch_pg .genpg-lft .blg_sdbar_archives{margin-bottom: 34px;padding:0;border:none}
.page_default.blog_pg .genpg-lft .blg_sdbar_archives input.field, 
.page_default.blog_pg .genpg-lft .blg_sdbar_archives select.postform, 
.page_default.blog_pg .genpg-lft .blg_sdbar_archives select,
.page_default.serch_pg .genpg-lft .blg_sdbar_archives input.field, 
.page_default.serch_pg .genpg-lft .blg_sdbar_archives select.postform, 
.page_default.serch_pg .genpg-lft .blg_sdbar_archives select{background-color: transparent !important; border: 1px solid rgb(172, 172, 172);}
.page_default.blog_pg .genpg-lft .sidebar-box.widget_search,.page_default.serch_pg .genpg-lft .sidebar-box.widget_search{background-color: transparent; }



/*  Contact Page  */

body.page-template-contact-page .home-help-section{display: none;}
.page_default.contact_pg h2{text-align: center;}
.genpg-rite .in-cont-list {display: flex ; justify-content: space-between;}
.genpg-rite .in-cont-itm{padding: 35px 20px;text-align: center;background-color: #303030;width: 32.1%}
.genpg-rite .in-cont-itm:hover{background-color: #e97512}
.page_default .genpg-rite .in-cont-itm h5{color: #fff;margin-bottom: 20px;text-transform: uppercase;padding-top: 78px;position: relative;font-family: 'Poppins-SemiBold';}
.page_default .genpg-rite .in-cont-itm h5:before,.page_default .genpg-rite .in-cont-itm.mid h5 a:before{position: absolute;content: "";width:47px ;height:52px ;background-image: url('images/sprites-in.webp');background-repeat: no-repeat;background-position: -32px -145px;top: 0;left: 0;right: 0;margin: auto;}
.page_default .genpg-rite .in-cont-itm.mid h5 a:before{background-position: -31px -82px;}
.page_default .genpg-rite .in-cont-itm.rit h5:before{background-position: -94px -145px}
.page_default .genpg-rite .in-cont-itm.mid h5:before{display: none;}
.page_default .genpg-rite .in-cont-itm p{color: #fff}
.page_default .genpg-rite .in-cont-itm p a{ display:block;text-transform:uppercase; }
.page_default .genpg-rite .in-cont-itm.mid h5 a{font-size: 34px;font-weight: 600;line-height: 1;letter-spacing: 0.3px;  font-family: 'Poppins-Regular';color: #fff;text-decoration: none;margin-top: 20px;display: block;}
.genpg-rite .in-cont-itm:hover p a{color: #fff}
.page_default .genpg-rite .in-cont-itm p a:hover{text-decoration: none;color: #fff}
.page_default .genpg-rite .in-cont-itm.mid h5 a:hover{text-decoration: underline;color: #fff}
.genpg-rite .in-soc-icons{display: flex;gap: 12px;justify-content: center;}
.genpg-rite .in-soc-icons a{display: inline-block;width: 40px;height: 43px;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -247px -203px;}
.genpg-rite .in-soc-icons a.twitter{background-position: -307px -203px}
.genpg-rite .in-soc-icons a:hover{background-position:-247px -264px}
.genpg-rite .in-soc-icons a.twitter:hover{background-position:-307px -264px }
.genpg-rite .in-cont-itm.rit:hover {background-color: #303030; }

.search-wrapper {position: relative; display: inline-block; } 
.close-mark {position: absolute; right: 8px; top: 50%; transform: translateY(-50%); cursor: pointer; font-size: 18px; color: #999; } 
.search-wrapper input {padding-right: 25px; } 
.clear-button {cursor: pointer; font-size: 16px; margin-left: 8px; color: #888; user-select: none; } 
.clear-button:hover {color: #000; }

/* Areas Served Page */
.area-served .location {background-color: #191919; padding: 35px 25px; margin-bottom: 30px; }
.area-served .location h4 {color: #fff; text-align: center; margin-bottom: 30px; }
.area-served .location ul {display: flex ; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px; }
.area-served .location ul li {width: max-content; padding: 0; margin: 0;text-align:center;display:inline-block }
.area-served .location ul li a {background-color: #ee6e01; color: #fff; padding: 15px 20px; display: inline-block;text-decoration:none;line-height:1.1;display:block }
.area-served .location ul li:before{display:none}
.area-served .location ul li a:hover {color: #191919;background-color: #fff;}

body.page-id-679 .cbt-cmn-box, body.page-id-45 .cbt-cmn-box{display: none;}
.page_default .genpg-rite section.no-results.not-found form.search-form, .page_default .genpg-rite section.no-results.not-found h1, p.gform_required_legend {display: none;}
