/* 
Theme Name:		ohioinjury
Theme URI:		 http://childtheme-generator.com/
Description:	ohioinjury is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 wordpress
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	ohioinjury
*/
@font-face {
font-family: 'Archivo SemiExpanded';
src: url('fonts/ArchivoSemiExpanded-Medium.woff2') format('woff2'),
url('fonts/ArchivoSemiExpanded-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Archivo SemiExpanded';
src: url('fonts/ArchivoSemiExpanded-Regular.woff2') format('woff2'),
url('fonts/ArchivoSemiExpanded-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}

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

@font-face {
font-family: 'Archivo SemiExpanded';
src: url('fonts/ArchivoSemiExpanded-ExtraLight.woff2') format('woff2'),
url('fonts/ArchivoSemiExpanded-ExtraLight.woff') format('woff');
font-weight: 200;
font-style: normal;
font-display: swap;
}

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

@font-face {
font-family: 'Archivo SemiExpanded';
src: url('fonts/ArchivoSemiExpanded-SemiBold.woff2') format('woff2'),
url('fonts/ArchivoSemiExpanded-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}

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

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

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

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

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

@font-face {
font-family: 'Archivo SemiExpanded';
src: url('fonts/ArchivoSemiExpanded-Bold.woff2') format('woff2'),
url('fonts/ArchivoSemiExpanded-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}

:root {

--blue: #1e90ff;

--white: #ffffff;

--placeholdercolor: currentColor;

}



* {

box-sizing: border-box;

margin: 0;

padding: 0;

scroll-behavior: smooth;

}



body {

margin: 0;

padding: 0;

font-family: "Poppins", sans-serif;

font-weight: normal;

-webkit-font-smoothing: antialiased;

-moz-osx-font-smoothing: grayscale;

}



.clear {

clear: both;

}



.alignleft,

.alignright,

.aligncenter {

margin-bottom: 10px;

}



.alignnone {

margin-bottom: 10px;

}



.alignleft {

float: left;

margin-right: 15px;

margin-top: 0;

}



.alignright {

float: right;

margin-left: 15px;

margin-top: 0;

}



.aligncenter {

display: block;

margin: 0 auto 15px auto;

}



iframe,

img {

max-width: 100%;

border: none;

vertical-align: middle;

}



img {

border: 0;

height: auto;

}



a {

font-family: inherit;

font-size: inherit;

line-height: normal;

color: inherit;

text-decoration: none;

transition: 0.5s;

}
a:focus {
outline: none !important;
}


h1,

h2,

h3,

h4,

h5,

h6 {

font-family: "Poppins", serif;

margin: 0 0 20px 0;

padding: 0;

font-weight: normal;

}



p,

li,

ul,

ol,

blockquote {

font-family: "Poppins", sans-serif;

font-weight: normal;

margin: 0 0 10px 0;

padding: 0;

}



ul,

li {

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"] {

-webkit-appearance: none;

border-radius: 0;

}



input::-webkit-input-placeholder {

color: var(--placeholdercolor);

}



input::-moz-placeholder {

color: var(--placeholdercolor);

}



input:-ms-input-placeholder {

color: var(--placeholdercolor);

}



input:-moz-placeholder {

color: var(--placeholdercolor);

}



html {

scroll-behavior: smooth;

}



.container {max-width: 1600px; width: 100%; margin: 0 auto;}



.d-none,

.hide {

display: none !important;

}



.fl {

float: left;

}



.fr {

float: right;

}



.fw {

float: left;

width: 100%;

}



.wrapper {

float: left;

width: 100%;

}







/* Header Section Starts */
.head-sec.f-nav {position: fixed; z-index: 999; width: 100%; border-bottom: 3px solid #0065bd; background-color: #000; padding: 15px 0; }
.head-sec.f-nav .logo {width: 16%;}

.head-sec {background-color: transparent; padding: 22px 0 10px; position: absolute; z-index: 99; top: 0; left: 0; right: 0; width: 100%; }
.head-sec .hdr{display: flex; justify-content: space-between; align-items: center;}
.head-sec .logo {width: 14.87%;transition-duration: 0.8s;}
.head-sec .logo img {transition-duration: 0.8s; display: inline-block; width: 100%;}
.head-sec .logo-rit {display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.head-sec .topmenu ul {position: relative; margin: 0;}
.head-sec .topmenu ul li {float: left; position: relative; margin: 0 15px; }
.head-sec .topmenu ul li:first-child {margin-left: 0px;}
.head-sec .topmenu ul li:last-child{margin-right: 0}
.head-sec .topmenu ul li a {font-family: 'Parkinsans'; font-weight: 400; text-transform: none; font-size: 18px; color: #fff; line-height: 1; letter-spacing: 0.19px; display: inline-block; position: relative; padding: 18px 0; border-top: 1px solid transparent; border-bottom: 1px solid transparent; }
.head-sec .topmenu ul li.current-menu-item > a, .head-sec .topmenu ul li > a:hover {color: #0f77d4; border-top-color:#0f77d4 ; border-bottom-color:#0f77d4; }
.head-sec .topmenu ul li ul.sub-menu {display: none; width: 200px; position: absolute; top: 100%; left: 0; right: auto; background-color: #2f4163; padding: 0px 0; z-index: 999;}
.head-sec .topmenu ul li:hover ul.sub-menu {display: block; }
.head-sec .topmenu ul li:hover ul.sub-menu ul {display: none; }
.head-sec .topmenu ul li:hover ul.sub-menu li {position: relative; }
.head-sec .topmenu ul li:hover ul.sub-menu li:hover > ul {display: block; top: 0; left: 100%; }
.head-sec .topmenu .sub-menu li.current-menu-item a {color: #fff; }
.head-sec .topmenu .sub-menu li a:after {display: none; }
.head-sec .topmenu .sub-menu li {width: 100%; float: left; border-bottom: 1px solid rgba(255, 255, 255); margin: 0; padding: 0;}
.head-sec .topmenu .sub-menu li a {float: left; font-size: 15px; width: 100%; line-height: 1.4; letter-spacing: 0.4px; padding: 9px 12px 8px; color: #fff; display: block; text-transform: capitalize; font-family: 'Parkinsans'; font-weight: 400; background-color: #0065bd;}
.head-sec .topmenu .sub-menu li a:hover {background-color: #002a4f; color: #fff;border-color: transparent;}
.head-sec .topmenu ul ul a:after {display: none;}
.head-sec .hdr-call p {font-family: 'Archivo SemiExpanded'; font-weight: 200; font-size: 16px; color: #fff; line-height: 1; letter-spacing: 6.4px; margin: 0; padding-left: 65px; position: relative; text-align: start; text-transform: uppercase; margin-right: 17px; }
.head-sec .hdr-call p a {font-weight: 600; font-size: 30px; letter-spacing: 0px; color: #0f77d4; display: block; margin-bottom: 6px; line-height: 1; }
.head-sec .hdr-call p a::before {background-image: url('images/sprites.webp'); background-position: -30px -30px; background-repeat: no-repeat; position: absolute; content: ""; width: 55px; height: 57px; top: 0; bottom: 0; left: 0; margin: auto; }
.head-sec .hdr-call p a:hover {color: #fff; }

/* Mobile Menu Starts */
 
.showhide {display: none; color: #fff; width: 110px; height: 28px; float: left; text-align: left; cursor: pointer; padding: 0px 0 0 30px; position: relative; }

.showhide b.txtl {text-align: right; font-size: 20px; line-height: 28px; font-weight: normal; text-transform: uppercase; margin: 0 0px 0 0px; color: #343235; padding-top: 2px; letter-spacing: 0.5px; font-family: 'Parkinsans'; font-weight: 700; }

.showhide b.txtr {position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 30px; color: #343235; }

.mobinav {display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; 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: 1.3; color: #fff; font-size: 16px; letter-spacing: 0.5px; border: 0; margin: 0; text-decoration: none; font-family: 'Parkinsans'; font-weight: 400; }

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

.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-position: right center; background-repeat: no-repeat; padding: 0px 5px !important; cursor: pointer; }

.mobinav ul li a.drop.open {width: 22px; }

.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; }
 
 
/* Mobile Menu Ends */

/*Header Sticky Menu*/
 
.header-sticky.fixed-header {display: block; position: fixed; top: 0; width: 100%; padding: 14px 2%; background-color: #0d2f4e; z-index: 9999;     border-bottom: 3px solid #0065bd;}

.sicky-logo {width: 100%; max-width: 300px; padding: 0 15px; }

.header-sticky {width: 100%; float: left; background: #c4c9b2; padding: 10px; display: none;animation: slideDown 0.35s ease-out; }

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

.header-sticky .stickyshowhide .txt {width: 40px; height: 40px; text-align: center; float: none; padding: 0; position: relative; font-family: 'Parkinsans'; font-weight: 400; }

.header-sticky .sicky-cnt>a {font-size: 17px; color: #fff; line-height: 1; text-transform: uppercase; position: relative; position: relative; padding-top: 45px; display: inline-block; text-align: center; width: max-content; cursor: pointer; font-family: 'Parkinsans'; font-weight: 400; }

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

.header-sticky .stickyshowhide .txt:before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: auto; font-size: 18px; border: 1px #fff solid; color: #f2f2f2; border-radius: 50%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.sticky-mobinav ul li a.drop {font-size: 0; position: absolute; right: 0; top: 0; width: 100%; height: 45px; }

.sticky-mobinav ul li a.drop.open {width: 28px; }

.sticky-mobinav ul li a.drop:after {content: ""; background: url(images/sprite_icons.png) no-repeat left top; background-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 8px; }

.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: #0065bd; 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: 40px; 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: '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:210px;text-align: center;}

.sticky-wrap{display: none;}

 

@keyframes slideDown {
from {
transform: translateY(-100%);
}
to {
transform: translateY(0);
}
}

/* Homepage Default Button and Common Heading */

a.cmn-btn {font-size: 20px; font-family: 'Parkinsans'; color: #fff; font-weight: 600; line-height: 1; letter-spacing: 1.6px; display: inline-block; position: relative; background-color: rgb(0, 101, 189); text-transform: uppercase;    padding: 25px 72px; text-align: center; }
a.cmn-btn:before, a.cmn-btn:after {position: absolute; content: ""; width: 2px; height: calc(100% - 10px); left: 5px; top: 0; bottom: 0; margin: auto; background-color: #fff; transition: 0.5s;}
a.cmn-btn:after{left: inherit; right: 5px; } 
a.cmn-btn:hover {color: #fff;background-color:#0d2f4e; }

.text-heading {font-family: 'Archivo SemiExpanded'; font-weight: 700; font-size: 80px; color: #000; line-height: 1; letter-spacing: 0.8px; text-transform: uppercase; margin: 0 0 30px; } 
.text-heading  strong{font-weight: 700; color: #002a4f; }
.sub-heading{font-size: 28px;font-family: 'Archivo SemiExpanded';font-weight: 500;color: #000;line-height: 1;letter-spacing: 0.56px;text-transform: uppercase;margin-bottom: 20px;}

/* Homepage Banner Section Starts */

.banner-sec {padding: 190px 0 0; background-color: rgb(0, 35, 66); background-size: cover; position: relative; z-index: 0; }
.banner-sec::before {background-image: url('images/banner-bg-img.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; content: ""; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; pointer-events: none; margin: auto; opacity: 12%;    background-blend-mode: luminosity; background-color: #002342; }
.banner-sec::after {background-image: url('images/banner-sec-gradient-clip-layer.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; content: ""; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; pointer-events: none; margin: auto; opacity: 30%; }
.banner-sec .banner-blk::before{ background-image: url('images/banner-sec-rgt-gradient-img.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; content: ""; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; pointer-events: none; margin: auto; opacity: 70%; }

.banner-sec .banner-blk {display: flex ; justify-content: flex-end; padding-right: 10px; }
.banner-sec .banner-attrny {width: 26.4%;}
.banner-sec .banner-lft-attrny-img, .banner-sec .banner-rgt-attrny-img {width: 100%; position: relative; z-index: 0; }
.banner-sec .banner-lft-attrny-img::before, .banner-sec .banner-rgt-attrny-img::after {background-color: rgb(0, 101, 189); position: absolute; content: ""; bottom: 0; right: -6px; z-index: -1; width: 6px; height:66.6%; pointer-events: none; }
.banner-sec .banner-rgt-attrny-img::after {right: inherit; left: -6px; }
.banner-sec .banner-lft-attrny-img img, .banner-sec .banner-rgt-attrny-img img{ display:block; width:100%; }
.banner-sec .banner-middle-cnt {text-align: center; padding-top: 45px; width: 44%; }
.banner-sec .banner-middle-cnt h1 {font-family: 'Archivo SemiExpanded'; font-weight: 700; font-size: 87px; color: #fff; text-transform: uppercase; line-height: 0.97; letter-spacing: 0px; margin: 0 -48px 30px; }
.banner-sec .banner-middle-cnt h1 b{ font-family: 'Orbitron';  font-weight: 400; font-size: 40px;  letter-spacing: 16px;}
.banner-sec .banner-middle-cnt h1 strong {font-size: 106px; color: #0f77d4; display: block; }
.banner-sec .banner-middle-cnt p {font-family: 'Parkinsans'; font-weight: 300; font-size: 32px; color: #fff; text-transform: uppercase; line-height: 1.5; letter-spacing: 1.6px; margin-bottom: 51px; }
.banner-sec .banner-btn a.cmn-btn {font-size: 22px; letter-spacing: 0.88px; padding: 24px 54px; }
.banner-sec .banner-btn a.cmn-btn:hover{background-color: #fff; color: #0d2f4e; }
.banner-sec .banner-btn a.cmn-btn:hover:before, .banner-sec .banner-btn a.cmn-btn:hover:after{background-color: #0d2f4e; }
.banner-sec .banner-attrny-names {position: absolute; top: 100px; bottom: 0; left: 0; right: 0; margin: auto; display: flex ; justify-content: space-between; width: 100%; z-index: -1; height: max-content; }
.banner-sec .banner-attrny-names .banner-attrny-name-img {width: 16.6%; }
.banner-sec .banner-attrny-names .banner-attrny-name-img img{width: 100%;display: block;}
.banner-sec .banner-attrny-names .banner-attrny-name-img.rigt-img {width: 26.4%; }
.banner-rgt-attrny-img.mbl-img{display: none;}

/* Homepage exp-to-awards Section Starts */

.exp-to-awards-sec{background-image: url('images/pattern-bg.png'); background-repeat: repeat; position: relative; z-index: 1;}
.exp-to-awards-sec::before {background-image: url('images/abt-exp-sec-bg.webp'); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; content: ""; width: 100%; height: 69.1%; left: 0; right: 0; z-index: -1; margin: auto; pointer-events: none; }
.exp-to-awards-sec::after {background-image: url(images/award-pract-sec-bg.webp); background-size: 100% 100%; background-repeat: no-repeat; position: absolute; content: ""; width: 100%; height: 51.1%; bottom: 0; left: 0; right: 0; z-index: -1; margin: auto; pointer-events: none; }
.exp-sec {padding: 61px 0 0; position: relative; z-index: 0; }
.exp-sec h5.sub-heading {text-align: center; margin-bottom: 42px; letter-spacing: 4.48px; }
.exp-sec .exp-blk {display: flex; justify-content: space-between; border-top: 1px solid rgba(2, 28, 39, 0.22); border-bottom: 1px solid rgba(2, 28, 39, 0.22); }
.exp-sec .exp-itm {width: 25%; text-align: center; background-color: transparent; padding: 73px 20px 100px; position: relative; z-index: 0; }
.exp-sec .exp-itm::before {background-color: rgba(2, 28, 39,  0.2); position: absolute; content: ""; width: 1px; height: 78.7%; top: 0; bottom: 0; right: 0; z-index: -1; margin: auto; pointer-events: none; }
.exp-sec .exp-itm:last-child::before{display: none;}
.exp-sec .exp-itm h3 {font-family: 'Archivo SemiExpanded'; font-weight: 300; font-size: 83px; color: #000000; line-height: 1; letter-spacing: -0.84px; padding-top: 109px; margin-bottom: 18px; position: relative; }
.exp-sec .exp-itm h6{    font-family: 'Parkinsans'; font-weight: 500; font-size: 22px; color: #000; text-transform: capitalize; line-height: 1; letter-spacing:0px; margin-bottom: 0px; }
.exp-sec .exp-itm h3::before{background-image: url(images/sprites.webp); background-position: -30px -158px; background-repeat: no-repeat; position: absolute; content: ""; width: 88px; height: 88px; top: 0; right: 0; left: 0; margin: auto; transition: 0.7s;}
.exp-sec .exp-itm.arbitrations h3::before{ background-position: -138px -158px; width: 92px; height: 92px;}
.exp-sec .exp-itm.settled h3::before{background-position: -250px -158px; width: 83px; height: 84px;}
.exp-sec .exp-itm.recovered h3::before{background-position: -353px -158px; width: 91px; height: 91px;}
.exp-sec .exp-itm:hover {background-image: url('images/exp-itm-pattern-img.webp'); background-repeat: repeat;    box-shadow: 0px 0px 44.59px 4.41px rgba(4, 62, 113, 0.42); }
.exp-sec .exp-itm:hover h3::before{ background-position: -30px -266px;}
.exp-sec .exp-itm.arbitrations:hover h3::before{ background-position: -138px -270px;}
.exp-sec .exp-itm.settled:hover h3::before{background-position: -250px -262px;}
.exp-sec .exp-itm.recovered:hover h3::before{background-position: -353px -269px; }
.exp-sec .exp-itm:hover h3, .exp-sec .exp-itm:hover h6 {color: #fff;}


/* Homepage About Section Starts */

.hmabout-sec{padding: 143px 0 137px; position: relative; z-index:0;}
.hmabout-sec h5.sub-heading {font-weight: 400; font-size: 36px; letter-spacing: 3.6px; color: rgb(0 42 79 / 77%); text-align: center; margin: 0 0 10px; }
.hmabout-sec h2.text-heading{font-size: 90px;;letter-spacing: 0.9px;color: #0d2f4e; text-align: center;margin: 0 0 14px;}
.hmabout-sec h6{font-family: 'Archivo SemiExpanded';font-weight: 600;font-size: 30px;line-height: 1;letter-spacing: 1.5px;color: #000000;text-align: center;text-transform: uppercase;margin: 0 0 50px;}
.hmabout-sec h6 strong{font-weight: 600;color: #002a4f;}
.hmabout-sec .about-blk{display: flex;justify-content: flex-start;gap: 99px;}
.hmabout-sec .abt-rth-itm{width: 43.8%;position: relative;}
.hmabout-sec .abt-rth-itm .abt-image img{width: 100%;display: block;     padding: 0 6px;border-left: 5px solid rgb(0, 82, 155);border-right: 5px solid rgb(0, 82, 155);}
.hmabout-sec .abt-lft-itm{width: 46%;padding: 10px 0 0;}
.hmabout-sec .abt-lft-itm p{font-family: 'Parkinsans';font-weight: 400;font-size: 21px;line-height: 1.9;letter-spacing: 0.42px;color: #000000;margin: 0 0 16px;}
.hmabout-sec .abt-lft-itm .abt-lft-btm-list{display: flex;justify-content: flex-start;margin: 34px 0 0;gap: 35px;}
.hmabout-sec .abt-lft-itm .abt-lft-btm-list .abt-btn a{padding: 25px 58px;}
.hmabout-sec .abt-lft-itm .abt-lft-btm-list .abt-ph p {font-family: 'Archivo SemiExpanded'; font-weight: 200; font-size: 21px; line-height: 1; letter-spacing: 1.26px; color: #000000; margin: 0; text-transform: uppercase;position: relative;padding-left: 63px; }
.hmabout-sec .abt-lft-itm .abt-lft-btm-list .abt-ph p a {font-weight: 500; font-size: 35px; line-height: 1; letter-spacing: 0px; color: #002a4f; display: block; margin-top: 6px; }
.hmabout-sec .abt-lft-itm .abt-lft-btm-list .abt-ph p a::before {position: absolute; content: ""; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -104px -30px; width: 51px; height: 52px; left: 0; top: 0; bottom: 0; margin: auto; }


/* Homepage Practice Areas Section Starts */

.hmpractice-sec{text-align: center;padding:0 0 83px;}
.hmpractice-sec h2.text-heading{margin: 0 0 57px;}
.hmpractice-sec .practice-list{display: flex;justify-content: space-between;padding: 0 145px;margin: 0 0 46px;}
.hmpractice-sec .practice-list .practice-item {width: 100%; position: relative;transition:0.5s;padding: 0 12px; }
.practice-item-img {width: 100%;    background-color: #0065bd;}
.hmpractice-sec .practice-list .practice-item .practice-item-img::before{position: absolute;content: "";margin: auto;background-image: url(images/pract-logo.webp);background-repeat: no-repeat;width: 69px;height: 67px;top: 0;left: 0;    z-index: 1;}
.hmpractice-sec .practice-list .practice-item .practice-item-img::after{position: absolute;content: "";margin: auto;background-image: -webkit-linear-gradient( 90deg, rgb(0,36,68) 0%, rgba(0,42,79,0) 100%);width: 100%;height: 100%;bottom: 0;left: 0;right: 0;}
.hmpractice-sec .practice-item a.practice-link{position: absolute;content: "";margin: auto;width: 100%;height: 100%;top: 0;bottom: 0;left: 0;right: 0;font-size: 0px;z-index: 5;}
.hmpractice-sec .practice-item img {width: 100%; display: block; object-fit: cover; object-position: center; height: 445px; }
.hmpractice-sec .practice-item:hover img{opacity: 15%;}
.hmpractice-sec .practice-item .practice-cnt{ position: absolute; bottom: 38px; left: 0px; padding: 0 5px; z-index: 1; right: 0;  }
.hmpractice-sec .practice-item .practice-cnt h4 {font-family: 'Archivo SemiExpanded'; font-weight: 700; font-size: 30px; line-height: 1.16; letter-spacing: -0.3px; color: #ffffff; text-transform: uppercase; margin: 0;}
.hmpractice-sec .practice-item .practice-cnt p {font-family: 'Archivo'; font-weight: 300; font-size: 16px; line-height: 1.8; letter-spacing: 0.32px; color: #ffffff; margin: 0 0 27px; display: none; padding: 0; }
.hmpractice-sec .practice-item .practice-cnt a.cmn-btn{font-size: 18px;padding: 22px 44px;background-color: rgb(0, 42, 79);display: none;}
.hmpractice-sec .practice-item .practice-cnt a.cmn-btn::before{background-color: rgb(0, 101, 189);}
.hmpractice-sec .practice-item .practice-cnt a.cmn-btn::after{background-color: rgb(0, 101, 189);}
.hmpractice-sec .practice-item::before, .hmpractice-sec .practice-item::after{position: absolute;content: "";margin: auto;border-left: 4px solid rgb(0, 82, 155);width: 4px;height: 74%;top: -1px;left: 0;}
.hmpractice-sec .practice-item::after{top: inherit;bottom: 0;right: 0;left: inherit;}
.hmpractice-sec .practice-btn a{padding: 25px 61px;}
.hmpractice-sec .practice-item:hover .practice-cnt {bottom: 63px; }
.hmpractice-sec .practice-list .practice-item:hover .practice-item-img::after{background-image:none;}
.hmpractice-sec .practice-list .practice-item:hover .practice-cnt h4 {margin-bottom: 20px; }
.hmpractice-sec .practice-item:hover .practice-cnt p{display: block;}
.hmpractice-sec .practice-item:hover .practice-cnt a.cmn-btn{display: inline-block;}
.hmpractice-sec .practice-item:hover .practice-cnt::before,.hmpractice-sec .practice-item:hover .practice-cnt::after{border: none;}
.hmpractice-sec .practice-list .practice-item:hover{padding: 0; }
.hmpractice-sec .practice-item:hover::before, .hmpractice-sec .practice-item:hover::after{display: none; }
.hmpractice-sec .practice-item-cnt {position: relative; }
.hmpractice-sec .owl-nav {position: absolute;width: 100%;height: max-content;top: 0;left: 0;bottom: 0;margin: auto;right: 0;display: flex !important;justify-content: space-between;    z-index: -1;}
.hmpractice-sec .owl-carousel .owl-nav button.owl-prev, .hmpractice-sec .owl-carousel .owl-nav button.owl-next {background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -173px -28px !important;width: 40px;height: 42px;font-size: 0;transition: 0.5s;}
.hmpractice-sec .owl-carousel .owl-nav button.owl-next {background-position: -226px -28px !important;}
.hmpractice-sec .owl-carousel .owl-nav button.owl-prev:hover{background-position: -173px -87px !important;}
.hmpractice-sec .owl-carousel .owl-nav button.owl-next:hover{background-position: -226px -87px !important;}
 
/* Homepage Award Section Starts */

.hmawards-sec .award-sub{position: relative; z-index: 0;}
.hmawards-sec .award-sub::before {position: absolute; content: ""; background-color: rgb(123 123 123 / 40%); width: 68.6%; height: 1px; top: 0; bottom: 0; right: 0; margin: auto; z-index: -1; pointer-events: none; }
.hmawards-sec h5.sub-heading {color: #0f77d4; padding-right: 17px; width: max-content; margin: 0; }
.hmawards-sec .awards-list{display: flex;justify-content: space-between;}
.hmawards-sec .award-item{display: flex;justify-content: center;align-items: center;padding: 11px 30px;height: 100%;}
.hmawards-sec .award-item img{width: 100%;display: block;}
.hmawards-sec .owl-item{padding: 0 22px 0 13px;}
.hmawards-sec .award-item:hover, .hmawards-sec .owl-item.center .award-item {background-color: rgb(255, 255, 255); box-shadow: 0px 0px 15px 0px rgba(0, 42, 79, 0.18); }
.hmawards-sec .owl-stage-outer{padding: 53px 0 35px;}
.hmawards-sec .owl-nav {display: flex !important ; justify-content: center; margin: auto; width: 100%; gap: 30px; }
.hmawards-sec .owl-carousel .owl-nav button.owl-prev, .hmawards-sec .owl-carousel .owl-nav button.owl-next {background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -173px -28px !important;width: 40px;height: 42px;font-size: 0;transition: 0.5s;}
.hmawards-sec .owl-carousel .owl-nav button.owl-next {background-position: -226px -28px !important;}
.hmawards-sec .owl-carousel .owl-nav button.owl-prev:hover{background-position: -173px -87px !important;}
.hmawards-sec .owl-carousel .owl-nav button.owl-next:hover{background-position: -226px -87px !important;}
.hmawards-sec .owl-dots{display: none;}
.hmawards-sec{padding: 0 0 60px;}

/*    Home page Fight Section     */
 
.we-fight-sec {padding: 73px 0 0; position: relative; z-index: 0;   background-color: rgb(0, 36, 68); }
.we-fight-sec:before {background-image: url('images/fight-sec-bg-image.webp'); background-repeat: no-repeat; background-size: 100% 100%; position: absolute; content: ""; width: 45.1%; height: 75%; bottom: 0; top: 0; left: 0; z-index: 0; pointer-events: none; opacity: 12%; mix-blend-mode: luminosity; }
.we-fight-sec:after {background-image: url("images/fight-sec-layer.webp"); background-repeat: no-repeat; background-size: 100% 100%; position: absolute; content: ""; width: 23.1%; height: 100%; right: 0; top: 0; bottom: 0; z-index: -1; pointer-events: none; opacity: 80%; }
.we-fight-sec .fight-blk {display: flex; justify-content: flex-end; align-items: center; gap: 40px;}
.we-fight-sec .fight-lft {width: 47.7%; margin: -26px 0 0; }
.we-fight-sec .fight-rgt {width: 43%; border: 5px solid rgb(0, 82, 155); border-top: transparent; border-bottom: transparent; margin-right: -49px; }
.we-fight-sec .fight-rgt-img{position: relative; }
.we-fight-sec .fight-rgt-img:before {position: absolute; content: ""; width: 100%; height: 56%; background: linear-gradient(0deg, rgb(0 7 13) 5%, rgba(0, 7, 13, 0) 100%); left: 0; right: 0; bottom: 0; margin: auto; pointer-events: none; }
.we-fight-sec .fight-rgt .fight-rgt-img img{display: block; width: 100%; }
.we-fight-sec .fight-top-cnt {width: 80%; margin: 0 0 -64px; padding-left: 155px; }
.we-fight-sec .fight-lft p{font-family: 'Parkinsans'; font-weight: 400; font-size: 18px; color: #fff; line-height: 2; letter-spacing: 0.36px; margin-bottom: 25px; }
.we-fight-sec .fight-top-cnt h5.sub-heading {color: #fff; margin-bottom: 15px; font-size: 26px; }
.we-fight-sec .fight-top-cnt h2.text-heading {color: #fff; font-size: 70px; margin: 0; line-height: 1.06; }
.we-fight-sec .fight-top-cnt h2.text-heading strong{color: #0f77d4;}
.we-fight-sec .fight-rgt-cnt{ background-color: #00070d;}
.we-fight-sec .fight-rgt-cnt h4 {font-family: 'Archivo SemiExpanded'; font-weight: 600; font-size: 43px; text-transform: uppercase; color: #fff; line-height: 1; letter-spacing: -0.43px; padding-bottom: 18px; position: relative; margin-bottom: 0; text-align: center; padding: 8px 25px 50px; width: max-content; margin: auto; }
.we-fight-sec .fight-rgt-cnt h4 b {font-weight: 300; font-size: 19px; letter-spacing: 1.9px; display: block; color: #0065bd; margin-top: 4px; padding-bottom: 14px; position: relative;}
.we-fight-sec .fight-btn-blk {display: flex; gap: 28px; align-items: center; flex-wrap: wrap; margin: 35px 0 0;}
.we-fight-sec .fight-lft .fight-rgt-call p{font-weight: 600; font-family: 'Archivo SemiExpanded'; font-weight: 200; font-size: 16px; color: #fff; line-height: 1; letter-spacing: 6.4px; margin: 0; padding-left: 72px; position: relative; text-align: start; text-transform: uppercase; margin: 0;}
.we-fight-sec .fight-rgt-call p a {font-weight: 500; font-size: 35px; letter-spacing: 0px; color: #0f77d4; display: block; margin-bottom: 6px; line-height: 1;}
.we-fight-sec .fight-rgt-call p a::before {background-image: url('images/sprites.webp'); background-position: -30px -30px; background-repeat: no-repeat; position: absolute; content: ""; width: 55px; height: 57px; top: 0; bottom: 0; left: 0; margin: auto; }
.we-fight-sec .fight-rgt-call p a:hover{color: #fff;}
.we-fight-sec .fight-rgt-cnt h4::before, .we-fight-sec .fight-rgt-cnt h4::after {background-image: url(images/sprites.webp); background-position: -294px -30px; background-repeat: no-repeat; position: absolute; content: ""; width: 56px; height: 91px; top: -6px; left: 0; margin: auto; }
.we-fight-sec .fight-rgt-cnt h4::after{left: inherit; right: 0; background-position: -371px -30px; }
.we-fight-sec .fight-rgt-cnt h4 b:before{position: absolute; content: ""; width: 110px; height: 2px; background-color: rgb(15, 119, 212); left: 0; right: 0; bottom: 0; margin: auto; }
.fight-lft-btn a.cmn-btn {padding: 25px 54px; }
.fight-lft-btn a.cmn-btn:before, .fight-lft-btn a.cmn-btn:after {background-color: #002648; }
.fight-lft-btn a.cmn-btn:hover {color: #0d2f4e; background-color: #fff; }
.fight-lft-btn a.cmn-btn:hover:before, .fight-lft-btn a.cmn-btn:hover:after {background-color: #0d2f4e; }

/* Homepage Case Results Section Starts */
 
.hm-case-res {padding: 106px 0 134px; position: relative; z-index: 1;background-image: url(images/pattern-bg.png); background-repeat: repeat;}
.hm-case-res::before,.hm-case-res::after{position: absolute; content: "";background-image:url(images/case-results-left-layer.webp) ; height: 100%; width: 31.13%; background-size:100% 100%; background-position: center; background-repeat: no-repeat; left: 0; top: 0; filter: grayscale(1); z-index: -1; opacity: 12%;pointer-events: none;}
.hm-case-res::after{right: 0; background-image: url(images/case-results-right-layer.webp); left: inherit; }
.hm-case-res .case-results-blck.owl-carousel {display: block !important; padding: 27px 40px 35px; border-top: 1px solid #021c27;}
.hm-case-res h5.sub-heading {color: #0f77d4; margin: 0 0 25px;}
.hm-case-res .hm-case-result-item h4{ font-family: 'Archivo SemiExpanded'; font-weight: 600; font-size: 64px; letter-spacing: -2.56px; color: #000000; line-height: 1; margin:  0 0 13px;}
.hm-case-res .hm-case-result-item p{font-family: 'Parkinsans'; font-weight: 400; font-size: 17px; letter-spacing: 0.34px; color: #000000; line-height: 1.7; margin: 0;}
.hm-case-res .hm-case-result-item {width: 100%; height: 100%; border: 1px solid transparent; padding: 43px 20px 36px 133px; position: relative; }
.hm-case-res .hm-case-result-item:hover,.hm-case-res .owl-item.active.center .hm-case-result-item{box-shadow: 0px 0px 25px 0px rgba(73, 73, 73, 0.17); border-color:  #e0e0e0; background-color: #ffffff;}
.hm-case-res .hm-case-result-item::before {position: absolute; content: ""; background-image: url(images/sprites.webp); height: 87px; width: 80px; background-position: -464px -158px; background-repeat: no-repeat; left: 45px; top: 45px;}
.hm-case-res .case-results-blck .owl-item{padding: 40px 25px;}
.hm-case-res .case-results-blck.owl-carousel .owl-nav {display: flex;justify-content: space-between; width: 99.3%; position: absolute; top: 0px; bottom: 0; margin: auto; left: 0;  right: 0; height: max-content;z-index: -1;}
.hm-case-res .case-results-blck.owl-carousel .owl-nav button{font-size: 0 !important;  background-image: url(images/sprites.webp); height: 39px; width: 35px; background-position:-174px -30px ; background-repeat:no-repeat ; }
.hm-case-res .case-results-blck.owl-carousel .owl-nav button:hover{background-position:-174px -89px ; transition: 0.5s;}
.hm-case-res .case-results-blck.owl-carousel .owl-nav .owl-next{background-position: -229px -30px;}
.hm-case-res .case-results-blck.owl-carousel .owl-nav .owl-next:hover{background-position: -229px -89px; transition: 0.5s;}
.hm-case-res .hmcase-btn{text-align: center; position: relative;}
.hm-case-res .hmcase-btn::before,.hm-case-res .hmcase-btn::after {position: absolute; content: ""; background-color: #021c27; height: 1px; width: 33.7%; left: 0; top: 1px; bottom: 0; margin: auto;}
.hm-case-res .hmcase-btn::after{right: 0; left: inherit;}
.hm-case-res .hmcase-btn a {padding: 25px 76px;}
.hm-case-res .owl-stage{display: flex;}

/* Homepage Testimonials Section Starts */

.testi-attrney-cont{position: relative; z-index: 1;background-image: url(images/pattern-bg.png); background-repeat: repeat;}
.testi-attrney-cont::after {position: absolute; content: ""; background-image: url(images/testi-attrny-bg-image.webp); height: 65.1%; width: 100%; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; top: -15px; left: 0; bottom: 0; margin: auto; z-index: -1; filter: grayscale(1); opacity: 12%;}
.testi-attrney-cont::before {position: absolute; content: ""; background-image: url(images/testi-attrny-bg-bef.webp); height: 81.9%; width: 100%; background-position: center; background-size: 100% 100%; background-repeat: no-repeat; top: -8px; left: 0; z-index: -1;}
.hm-testimonials {position: relative; text-align: center; margin: -42px 0 0; z-index: 2;}
.hm-testimonials h5.sub-heading{margin: 0 0 13px; font-weight: 300;    color: rgb(0 0 0 / 77%);}
.hm-testimonials h2.text-heading{margin: 0 0 21px; }
.hm-testimonials .hm-testi-item { padding: 50px 95px 80px; position: relative; z-index: 1; height: 100%; }
.hm-testimonials .hm-testi-item:before{position: absolute; content: ""; background-color: #fff; height: 100%; width: 2px; background-repeat: no-repeat; left: 0; z-index: -1; top: 0; bottom: 0;margin: auto; }
.testi-blck .owl-stage-outer {position: relative; z-index: 1; background-color: #002444; background-image: url(images/testi-left-layer.webp), url(images/testi-right-layer.webp); background-repeat: no-repeat, no-repeat; background-position: top left, top right; background-size: 50% 100%; }
.hm-testimonials .testi-blck {padding: 0 74px 0 103px; }
.hm-testimonials .star-rat{background-image: url(images/sprites.webp); height:25px ; width: 157px; background-position:-564px -188px  ; background-repeat: no-repeat; margin: 0 auto 23px;}
.hm-testimonials .hm-testi-item p {font-size: 18px; font-family: 'Parkinsans'; line-height: 2; font-weight: 400; color: #f5f5f5; letter-spacing: 0.36px; position: relative; margin: 0 0 27px;}
.hm-testimonials .hm-testi-item h5.testi-name {font-weight: 700; color: #00529b; letter-spacing: 0; line-height: 1; min-height: unset; position: absolute; bottom: 54px; left: 0; right: 0; margin: auto; }
.hm-testimonials .hm-testi-item h5 {color: #f5f5f5; font-family: 'Archivo SemiExpanded'; font-weight: 600; font-size: 26px; line-height: 1.3; position: relative; letter-spacing: -0.52px; text-transform: uppercase; margin: 0 0 11px; }
.hm-testimonials .testi-blck .owl-nav {display: flex !important ; justify-content: space-between; margin: 52px auto 0; width: 100%; max-width: 690px; }
.hm-testimonials .testi-blck.owl-carousel .owl-nav button{font-size: 0 !important;  background-image: url(images/sprites.webp); height: 39px; width: 35px; background-position:-174px -30px ; background-repeat:no-repeat ; }
.hm-testimonials .testi-blck.owl-carousel .owl-nav button:hover{background-position:-174px -89px ; transition: 0.5s;}
.hm-testimonials .testi-blck.owl-carousel .owl-nav .owl-next{background-position: -229px -30px;}
.hm-testimonials .testi-blck.owl-carousel .owl-nav .owl-next:hover{background-position: -229px -89px; transition: 0.5s;}
.hm-testimonials .hmtesti-btn {margin: -54px 0 0;}
.hm-testimonials .hmtesti-btn a{z-index: 1; position: relative;}
.hm-testimonials .testi-content::before, .hm-testimonials .testi-content::after {position: absolute; content: ""; background-image: url(images/sprites.webp); height: 38px; width: 55px; background-position: -445px -30px; background-repeat: no-repeat; top: 36px; left: 49px; opacity: 22%; }
.hm-testimonials .testi-content::after {background-position: -514px -30px; left: inherit; right: 114px; top: inherit; bottom: 83px; }
.hm-testimonials .testi-blck.owl-carousel .owl-stage {display: flex; }
.hm-testimonials .owl-dots{display: none;}

/* Homepage Attorney Section */

.hm-attorney-sec {padding: 154px 0 138px; }
.hm-attorney-sec .container{max-width: 1280px;}
.attorney-blck {display: flex; flex-wrap: wrap; position: relative; z-index: 0; }
.hm-attorney-sec .attorney-list{display: flex; flex-wrap: wrap; justify-content: start; gap: 37px  21px; margin-right: -5px;}
.hm-attorney-sec .attorney-item {width: 23.75%; border: 3px solid transparent; position: relative;}
.hm-attorney-sec .attorney-image::before {position: absolute; content: ""; background-image: -webkit-linear-gradient(90deg, rgb(0, 42, 80) 0%, rgba(0, 42, 80, 0) 100%); background-position: center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; top: 0; z-index: -1;}
.hm-attorney-sec .attorney-item:hover{border-color:#00529b ; }
.hm-attorney-sec .attorney-item:hover h4{border: none; color: #fff;}
.hm-attorney-sec .attorney-item:hover .attorney-image::before{background-image: url(images/attoney-item-hov-bck.webp); filter: blur(2.8px);}
.hm-attorney-sec .attorney-item:hover .attorney-content {background-color: #0f77d4;}
.hm-attorney-sec .attorney-item h4{font-family: 'Archivo SemiExpanded'; font-weight: 700; font-size: 32px; color: #000000; line-height: 1.06; letter-spacing: -0.32px; text-align: center; text-transform: uppercase; margin: 0; padding: 13px 30px 14px; border-left: 3px solid #0064bc; border-right: 3px solid #0064bc;}
.hm-attorney-sec .attorney-content {background-color: transparent; padding: 11px 0px 4px;}
.hm-attorney-sec .attorney-item-hov a{position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; font-size: 0;}
.hm-attorney-sec .attorney-image{padding: 29px 0px 0; position: relative;}
.hm-attorney-sec .attorney-image img{width: 100%; display: block;}
.hm-attorney-sec .attorney-right {width: 49%; text-align: center; align-self: center; margin: 21px 0 0px;}
.hm-attorney-sec .attorney-right h2.text-heading{font-size: 70px; line-height: 1.08; letter-spacing: -0.7px;     margin: 0 -80px 52px 0;}
.attorney-btn {text-align: end; margin: 0 53px 0px 0;}
.attorney-btn a{ padding: 25px 86px;}
.text-heading.mbl-heading, .attorney-btn.mbl-btn{display: none;}

/* Home page Consultation Section */

.hm-cnslt-sec {position: relative; padding: 92px 0 174px; z-index: 1;background-image: url(images/pattern-bg.png);background-repeat: repeat; }
.hm-cnslt-sec:before, .hm-cnslt-sec:after{position: absolute; content: ""; width: 24.5% ; height: 69.6%; background-image: url(images/consult-r.webp); background-repeat: no-repeat;background-size: 100% 100%; left: 0; top: -27px; margin: auto; z-index: 0; opacity: 20%; } 
.hm-cnslt-sec:after {background-image: url(images/consult-w.webp);left: inherit;width: 21.5%;height: 47%;right: 0;top: 0 !important;opacity: 10%;}
.hm-cnslt-sec .conslt-blk {display: flex;justify-content: space-between;width: 80%;margin: auto;}
.hm-cnslt-sec .container:before{position: absolute;content: "";background-image: url("images/consult-bg.webp"); background-position: top center; background-repeat: no-repeat;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: -1;pointer-events: none;}
.hm-cnslt-sec .conslt-left-item p{font-size: 22px; font-weight: 500; font-family: 'Parkinsans'; line-height: 1.63; letter-spacing: 0.44px; margin-bottom: 30px; color: #000; } 
.hm-cnslt-sec .conslt-rgt-item {width: 49%;position: absolute;right: 0;z-index: -1;bottom: 15px;}
.hm-cnslt-sec .conslt-image img{display: block; width: 100%;}
.hm-cnslt-sec .text-heading {line-height: 1.05; margin: 0 0 14px; } 
.hm-cnslt-sec .conslt-btn a.cmn-btn {padding: 25px 61px; font-size: 20px; }
.hm-cnslt-sec .conslt-blk:before, .hm-cnslt-sec .conslt-blk:after{position: absolute; content: ""; width: 70%; height: 1px; background-color: rgb(2, 28, 39, 0.2); top: 0;  right: 0; margin: auto; }
.hm-cnslt-sec .conslt-blk:after {top: inherit; left: 0; right: 0; bottom: 108px; margin: auto; width: 83%;/*background: linear-gradient(120deg, rgba(2, 28, 39, 0.94) 0%, rgba(2, 28, 39, 0.2) 60%); */}

/*    Home Page Form Section   */
 
.hm-form-sec { position: relative; z-index: 1; }
.hm-form-sec:before {position: absolute; content: ""; background-image: url(images/pattern-bg.png); background-repeat: repeat; width: 100%; height: 51.6%; top: 0; left: 0; right: 0; margin: auto; z-index: -1; pointer-events: none; }
.hm-form-sec .container {max-width: 1780px;}
.hm-form-sec .frm-blk {display: flex; justify-content: space-between; background-image: url("images/form-bg.webp"); background-repeat: no-repeat; background-size: 100% 100%; background-position: top center; padding: 42px 75px 23px 65px;position: relative;align-items:center; }
.hm-form-sec .frm-blk:before, .hm-form-sec .frm-blk:after{position: absolute; content: ""; width: 199px; height: 185px; background-color: #fff; left: -5px; bottom: -5px; z-index: -1; }
.hm-form-sec .frm-blk:after{left: inherit; right: -5px; } 
.hm-form-sec .ftr-grt-frm {width: 89%; margin: auto; }
.hm-form-sec .frm-left-item {width: 53%; padding: 0 13px; position: relative; } 
.hm-form-sec .frm-left-item:before, .frm-left-item:after {position: absolute; content: ""; width: 5px; height: 78%; left: 0; top: -42px; background-color: rgb(0, 82, 155); }
.hm-form-sec .frm-left-item:after {left: inherit; top: inherit; bottom: -22px; right: 0; }
.hm-form-sec .frm-rgt-item {width: 43.4%; padding-top: 25px; }
.hm-form-sec .frm-left-image {margin-bottom: 32px; display:none;}
.hm-form-sec .frm-left-image img{display: block; width: 100%;} 
.hm-form-sec .frm-left-logo {width: 73.4%; margin: auto; } 
.hm-form-sec .frm-left-logo img{display: block; width: 100%;} 
.hm-form-sec .frm-rgt-item .text-heading{color: #fff; font-size: 58px; letter-spacing: -1.16px; text-align: center; margin-bottom: 14px; } 
.hm-form-sec .frm-rgt-item p{font-size: 14px; font-weight: 400; font-family: 'Parkinsans'; line-height: 1; letter-spacing: 0.84px; margin-bottom: 18px; color: #fff; text-align: center; text-transform: uppercase; }
.hm-form-sec .gform-theme--foundation .gform_fields {column-gap: 35px !important; grid-row-gap: 20px !important; }
.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea {margin: 0px; width: 100% !important; color: #e1e1e1; outline: 0px; position: relative; border-radius: 0; background: transparent; border: none; border-bottom: 1px solid rgb(255, 255, 255, 0.22); font-size: 18px !important; padding: 45px 0 !important; transition: all 0.5s; font-family: 'Parkinsans' !important; line-height: 1 !important; letter-spacing: 0.9px; font-weight: 500; text-transform: capitalize; }
.hm-form-sec .ftr-form  .gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 2.8%; }
.hm-form-sec .gform_wrapper .top_label textarea {float: left; height: 163px !important; margin: 0px 0px 10px !important; resize: none; padding: 43px 0 0 !important; min-block-size: 110px !important; }
.hm-form-sec .gchoice {text-align: end;}
.hm-form-sec .ginput_container.ginput_container_checkbox {display: flex; justify-content: start; }
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gchoice label {font-family: 'Parkinsans'; font-weight: 300; font-size: 18px !important; color: #fff; text-align: start; line-height: 1; letter-spacing: 0.36px; width: 100%; display: inline-block; }
.hm-form-sec .gform_wrapper .form-links a{cursor: pointer;}
.form-top span, .hm-form-sec .gform_wrapper .top_label .chkbx label span {color: #ed3731; }
.hm-form-sec .gform_wrapper .top_label .chkbx label {font-weight: 700; }
.gform_wrapper .gfield_error label{color: #fff !important;}
.hm-form-sec .gfield_checkbox {margin: -14px 0 0; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {float: left; clear: both; margin: 3px 2px 0px 0 !important; padding: 0 !important; border-radius: 0; background-color: transparent !important; height: 14px !important; width: 14px !important; border: 1px solid #fff;cursor: inherit; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"]:before{color: #fff; }
.hm-form-sec .gform_wrapper .gform_footer.top_label {padding: 0; margin: -57px 0 0 !important; margin: auto; display: table; position: relative; float: right; }
.hm-form-sec .gform_wrapper .gform_footer.top_label::before, .hm-form-sec .gform_wrapper .gform_footer.top_label::after { position: absolute; content: ""; width: 2px; height: calc(100% - 10px); left: 5px; top: 0; bottom: 0; margin: auto; background-color: #003260; z-index:3; } 
.hm-form-sec .gform_wrapper .gform_footer.top_label::after{left: inherit; right: 5px; }
.hm-form-sec .gform_wrapper .gform_footer.top_label:hover::before, .hm-form-sec .gform_wrapper .gform_footer.top_label:hover::after{background-color: #0065bd;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {font-size: 20px !important; color: #fff !important; font-weight: 600 !important; font-family: 'Parkinsans'; !important; line-height: 1 !important; letter-spacing: 1.6px !important; display: inline-block; position: relative;  background-color: rgb(0, 101, 189) !important; text-transform: uppercase !important;    padding: 25px 61px !important; text-align: center; z-index: 1; width: auto !important; margin: 0 !important; position: relative;outline: none !important;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {color: #0065bd !important;background-color: #fff !important;}
.hm-form-sec input::placeholder,.hm-form-sec textarea::placeholder {color: #e1e1e1; font-size: 20px; font-family: 'Parkinsans'; font-weight: 400; }
.hm-form-sec input:-ms-input-placeholder {color: #e1e1e1; }
.hm-form-sec input::-ms-input-placeholder {color: #e1e1e1; }
.hm-form-sec textarea::placeholder {color: #e1e1e1; }
.hm-form-sec textarea:-ms-input-placeholder {color: #e1e1e1; }
.hm-form-sec textarea::-ms-input-placeholder {color: #e1e1e1; }
.hm-form-sec .gform_wrapper .top_label .gfield_label {display: none; }
.hm-form-sec .gform_wrapper div.validation_error {text-align: center; border: none; padding: 0 !important; }
.hm-form-sec .gform_wrapper .validation_message, .hm-form-sec .gform_wrapper div.validation_error {color: red; background-color: transparent; border: none; line-height: 18px; width: max-content !important; top: 5px; right: 0; position: absolute; padding: 0 !important; margin: 0 !important; pointer-events: none;}
.hm-form-sec .instruction.validation_message {    bottom: 7px !important; top: inherit; }
.hm-form-sec .gform_wrapper fieldset.chk .gfield_description.validation_message.gfield_validation_message {top: 25px; right: inherit; left: 0; }
.hm-form-sec .gfield{position: relative;}
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: 100% !important; }
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {padding-top: 0; }
.hm-form-sec .gform_wrapper li.gfield.gfield_error, .hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {background-color: inherit !important; border: none; padding: 0 !important; margin-top: 0 !important; }
div#popup-container {position: absolute; width: 100%; text-align: start; }
.hm-form-sec .gform_wrapper .gfield {position: relative; }
.hm-form-sec .gchoice.gchoice_2_8_1 {display: flex; justify-content: right; }
.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: 5; margin: 0 0 15px; text-align: center; padding: 20px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 16px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.8;font-family: 'Parkinsans'; font-weight: 300;letter-spacing: 0;width: 705px;}
.popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit;}
.gform_button.disabled {pointer-events: none;}
.hm-form-sec .gform_wrapper .gform_validation_errors{display: none;}
 
 
/* Footer Sections  */
 
.site-footer {background-color: #00070d; padding: 385px 0 0; color: #fff; position: relative; margin: -337px 0 0; }
.site-footer::before {background-image: url(images/footer-bg.webp); background-repeat: no-repeat; background-size: 100% 100%; position: absolute; content: ""; width: 100%; height: 82%; bottom: 0; left: 0; right: 0; z-index: 0; pointer-events: none; opacity: 11%; mix-blend-mode: luminosity; }
.site-footer .ftmenu ul {text-align: center; margin: 0 0 85px; border-bottom: 1px solid rgb(255 255 255 / 0.22); padding-bottom: 42px; }
.site-footer .ftmenu ul li {display: inline-block; border-right: 2px solid #fff;line-height: 1; padding: 0px 42px; margin: 0;}
.site-footer .ftmenu ul li:first-child{padding-left: 0;}
.site-footer .ftmenu ul li:last-child{border-right: none; padding-right: 0;}
.site-footer .ftmenu ul li a {text-transform: capitalize; color: #fff;  font-family: 'Parkinsans'; font-weight: 500; font-size: 20px; line-height: 1; letter-spacing: 0.8px;}
.site-footer .ftmenu ul li a:hover, .ftmenu ul li.current-menu-item a{color: #0f77d4;}
.site-footer .ftr-blocks .ftr-item {width: 26.9%; padding-left: 65px; position: relative; }
.site-footer .ftr-blocks .ftr-item.loc {width: 28.9%; }
.site-footer .ftr-blocks .ftr-item h4 {font-family: 'Archivo SemiExpanded'; font-weight: 700; font-size: 26px; color: #fff; letter-spacing: 0.26px; text-transform: uppercase; line-height: 1; margin: 0 0 20px; }
.site-footer .ftr-blocks .ftr-item h4 a{display: block; font-size: 35px; color: #0065bd; } 
.site-footer .ftr-blocks .ftr-item p{font-family: 'Parkinsans'; font-weight: 300; font-size: 20px; color: #fff; line-height: 1.75; letter-spacing: 1px; margin: 0; } 
.site-footer .ftr-blocks .ftr-item p a{display: block; text-transform: uppercase; color: #0f77d4; border-bottom: 1px solid #0f77d4; width: max-content; margin: 10px 0 0; } 
.site-footer .ftr-blocks .ftr-item p a:hover{border-bottom: 1px solid  #fff;} 
.site-footer .ftr-blocks .ftr-item h4 a:hover, .site-footer .ftr-blocks .ftr-item p a:hover{color: #fff; } 
.site-footer .ftr-blocks .ftr-item h4:before, .ftr-blocks .ftr-item.call h4 a:before{background-image: url(images/sprites.webp); background-position: -592px -30px; background-repeat: no-repeat; position: absolute; content: ""; width: 38px; height: 46px; top: -7px; left: 0; margin: auto; transition: 0.5s; } 
.site-footer .ftr-blocks .ftr-item.call{padding: 0px;}
.site-footer .ftr-blocks .ftr-item.call h4 {padding-left: 65px;}
.site-footer .ftr-blocks .ftr-item.call h4:before{display: none;} 
.site-footer .ftr-blocks .ftr-item.call h4 a:before{background-position: -660px -30px;height: 39px;} 
.site-footer .ftr-blocks .ftr-item.call h4 a:hover:before{background-position: -660px -88px; } 
.ftr-scl-icons {display: flex;justify-content: center;gap: 22px;position: relative;margin: auto;}
.ftr-scl-icons a{font-size: 0px; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -728px -30px; width: 30px; height: 30px; display: inline-block; transition: 0.5s; } 
.ftr-scl-icons a:hover{background-position: -728px -80px; } 
.ftr-scl-icons a.twitter{background-position: -774px -30px; } 
.ftr-scl-icons a.twitter:hover{background-position: -774px -79px; } 
.ftr-scl-icons a.linkedin{background-position: -833px -30px; } 
.ftr-scl-icons a.linkedin:hover{background-position: -833px -79px; } 
.ftr-scl-icons:before, .ftr-scl-icons:after {position: absolute; content: ""; width: 39.8%; height: 1px; left: 0; top: 7px; bottom: 0; margin: auto; background-color: rgb(255 255 255 / 0.22); }
.ftr-scl-icons:after{left: inherit; right: 0; }
.ftr-blk {display: flex;justify-content: space-between;width: 80%;margin: 0 auto 100px;}
.site-footer .ftr-blk-btn{text-align: center;}
.site-footer .ftr-blk-btn a.cmn-btn {padding: 25px 30px;font-weight: 500;letter-spacing: 0.4px;}
.site-footer .ftr-blk-btn a.cmn-btn:before,
.site-footer .ftr-blk-btn a.cmn-btn:after{background-color: #030a10;}
 
/* Footer Sections Ends */
 
/* Copyrights */

.copyrights {padding:40px 0 44px; text-align: center; color: #fff; }
.copyrights p, .copyrights a{color: #fff; font-size: 18px; line-height: 1.8; margin: 0; display: inline-block;  font-family: 'Parkinsans'; font-weight: 300; text-transform: capitalize; }
.copyrights a:hover{color: #0f77d4;}
.copyrights .cpy-inr ,.copyrights .ftrlink{display: inline-block; }
.copyrights a {display: inline; padding: 0 2px;}




/*/ Mobile Menu Ends /*/

.container1{max-width: 1280px; width: 100%; margin: auto;}
.page_bnr {background-color: rgb(0, 35, 66); background-size: cover; text-align: center; padding: 220px 0 118px; position: relative; z-index: 1; }
.page_bnr::before {background-image: url('images/inn-banner-bg-img.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; content: ""; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; pointer-events: none; margin: auto; opacity: 12%; background-blend-mode: luminosity; background-color: #002342; }
.page_bnr::after {background-image: url('images/inn-pag-banner-layer-clip-img.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; content: ""; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; pointer-events: none; margin: auto; opacity: 30%; }
.page_bnr .container1::before{background-image: url('images/in-bnr-bfr.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; content: ""; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: -2; pointer-events: none; margin: auto; opacity: 70%; }
.page_title h1, .page_title h2 {font-family: 'Archivo SemiExpanded'; font-weight: 700; font-size: 70px; color: #fff; text-transform: uppercase; line-height: 1; letter-spacing: 0; margin-bottom: 6px; }
.inrpg-breadcrumbs {font-family: 'Parkinsans'; font-weight: 500; font-size: 18px; color: #fff; line-height: 1.3; letter-spacing: 0.18px;text-transform: uppercase;}
.inrpg-breadcrumbs span.current-item, .inrpg-breadcrumbs a:hover{color: #0f77d4; }
.page_default {padding: 130px 0 150px; position: relative; z-index: 1;background-image: url('images/pattern-bg.png');background-repeat: repeat;}
.page_default:before {background-image: url(images/page-default-bfr.webp); background-size: 100% auto; background-position: top; background-repeat: no-repeat; position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; right: 0; z-index: -1; pointer-events: none; margin: auto; }
.genpg-rite {width: 64.85%; float: left;}
.genpg-rite.full-width{width: 100%;}
.genpg-lft {width: 31.25%; 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: 'Archivo SemiExpanded';line-height: 1.2; text-transform: uppercase; color: #000; margin-bottom: 20px; font-weight: 700;}
.page_default .genpg-rite h1, 
.page_default .genpg-rite h2 {font-size: 53px; line-height: 1.18; letter-spacing: -0.53px; margin-bottom: 25px;}
.page_default .genpg-rite h1 strong, 
.page_default .genpg-rite h2 strong{font-weight: 700; color: #00294f;}
.page_default .genpg-rite h3 {font-size: 40px;  }
.page_default .genpg-rite h4 {font-size: 35px; line-height: 1.28; letter-spacing: -0.35px;}
.page_default .genpg-rite h5 {font-size: 28px; letter-spacing: -0.28px;}
.page_default .genpg-rite h6 {font-size: 22px; letter-spacing: -0.22px; }
.page_default .genpg-rite p, 
.page_default .genpg-rite li {font-family: 'Parkinsans'; font-weight: 400; font-size: 18px; line-height:2 ; color: #000; letter-spacing: 0.16px; margin-bottom: 30px; }
.page_default .genpg-rite a {color: #0065bd; text-decoration: none;}
.page_default .genpg-rite li a:hover, .page_default .genpg-rite a:hover {color: #002e57; }
.page_default .genpg-rite li {font-weight: 500; padding-left: 25px; position: relative; z-index: 0; margin-bottom:20px ; line-height: 1.8;}
.page_default .genpg-rite ul li:before {background-color: #000; width: 10px; height: 10px; position: absolute; content: ""; left: 0; right: 0; top: 10px; }
.page_default .genpg-rite li ul {padding: 15px 0 0 0; margin: 0;}
.page_default .genpg-rite li ul li {list-style: none; }
.page_content .genpg-rite ol, .page_content .genpg-rite ul {margin-bottom:25px; 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 ul li > ul li { list-style-type: none; padding-left:25px; }
.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; }

.cmn-img, .post-img.single_defualt_img .blog-post-img{ padding: 7px; border: 3px solid #002e57; margin-bottom: 30px; }
.cmn-img img, .post-img.single_defualt_img .blog-post-img img{width: 100%;display:block}


.cbt-cmn-box {background-color: #002444; text-align: center; padding: 66px 30px 74px; margin: 45px 0px; position: relative; z-index: 1; }
.cbt-cmn-box::before{position: absolute;content: "";margin: auto;background-image: url(images/cmn-box-bfr.webp);background-repeat: no-repeat;background-size: 100% 100%;width: 100%;height: 100%;top: 0;left: 0;z-index: -1;pointer-events: none;}
.page_default .genpg-rite .cbt-cmn-box h2{font-size: 58px;line-height: 1.03;letter-spacing: 1.16px;color: #ffffff;padding: 0 0 24px;margin: 0 0 33px;position: relative;}
.page_default .genpg-rite .cbt-cmn-box h2 b {font-size: 30px; color: #0065bd; letter-spacing: 0px; margin: 0 0 13px; display: block; line-height: 1; }
.page_default .genpg-rite .cbt-cmn-box h2::before{position: absolute;content: "";margin: auto;background-color: #ffffff;width: 42%;height: 2px;left: 0;right: 0;bottom: 0;}
.cbt-cmn-box .cbt-cmn-box-btm-list {display: flex; justify-content: center; gap: 25px; flex-wrap: wrap; }
.cbt-cmn-box .cbt-box-btn a{color: #ffffff;padding: 25px 43px;}
.cbt-box-btn a.cmn-btn:before, .cbt-box-btn a.cmn-btn:after{background-color: #002444;}
.cbt-cmn-box .cbt-box-btn a:hover{background-color: #ffffff;color: #002444;}
.cbt-box-btn a.cmn-btn:hover::before, .cbt-box-btn a.cmn-btn:hover::after{background-color: #0065bd;}
.page_default .genpg-rite .cbt-cmn-box .cbt-box-ph p {font-family: 'Archivo SemiExpanded'; font-weight: 200; font-size: 16px; line-height: 1; letter-spacing: 5.12px; text-align: start; color: #ffffff; text-transform: uppercase; margin: 0px; padding-left: 65px; position: relative; }
.cbt-cmn-box .cbt-box-ph p a {font-weight: 400; font-size: 34px; line-height: 1; letter-spacing: 0px; color: #0f77d4; display: block; margin: 0 0 8px; }
.cbt-cmn-box .cbt-box-ph p a:hover{color: #ffffff;}
.cbt-cmn-box .cbt-box-ph p a::before {position: absolute; content: ""; margin: auto; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -447px -30px; width: 56px; height: 55px; left: 0; top: 0; bottom: 0; }

/* Cmn-Box-Two Styles */

.cbt-cmn-box.cmn-box-two {padding: 63px 30px 70px; margin-bottom: 0;}
.cbt-cmn-box.cmn-box-two::before{display: none;}

/* Sidebar Styles */ 
.genpg-lft .widget,.genpg-lft .sidebar-box {background-color: rgb(0, 101, 189); margin-bottom: 50px; width: 100%; display: inline-block; position: relative;}
.genpg-lft .widget:last-child, .genpg-lft .sidebar-box:last-child{margin-bottom: 0;}
.genpg-lft h4.widget-title {font-family: 'Archivo SemiExpanded'; font-weight: 700; font-size: 34px; color: #fff; text-transform: uppercase; padding: 41px 10px 24px; margin: 0; line-height: 1; letter-spacing: 0px; background-color: transparent; position: relative; border: none; text-align: center; border-bottom: 1px solid #fff; }

/* Sidebar Navigation Menu */

.widget.widget_nav_menu nav, .sidebar-box.widget_recent_entries ul {padding: 24px 33px 42px; }
.genpg-lft section.widget_nav_menu ul {display: block; position: relative; margin-bottom:0;  }
.genpg-lft section.widget_nav_menu ul li, .genpg-lft .sidebar-box.widget_recent_entries ul li {position: relative; margin-bottom: 18px; }
.genpg-lft section.widget_nav_menu ul li:last-child, .genpg-lft .sidebar-box.widget_recent_entries ul li:last-child;{margin-bottom: 0;}
.genpg-lft .widget ul li a, .genpg-lft .sidebar-box.widget_recent_entries  ul li a {font-family: 'Archivo'; font-size: 22px; color: #fff; line-height: 1.3; letter-spacing: 0.22px; position: relative; padding: 0 20px 0 26px; display: block; z-index: 0; }
.genpg-lft .sidebar-box.widget_recent_entries ul li a {padding-right: 0 !important;}
.genpg-lft .widget ul li > a:hover, .genpg-lft .widget ul li.current-menu-item > a, .genpg-lft .sidebar-box.widget_recent_entries  ul li > a:hover  {color: #000; }
.genpg-lft .widget ul li a:before, .genpg-lft .sidebar-box.widget_recent_entries ul li a:before {background-color: #fff; position: absolute; content: ""; width: 10px; height: 10px; top: 8px; left: 0; margin: auto; }
.genpg-lft .widget ul li > a:hover:before, .genpg-lft .widget ul li.current-menu-item > a::before, .genpg-lft .sidebar-box.widget_recent_entries  ul li > a:hover:before {background-color: #000; }
.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 {border: none; padding: 0; }
.genpg-lft .widget ul > li, .genpg-lft .sidebar-box ul > li:last-child{margin-bottom: 0;}
.genpg-lft section.widget_nav_menu ul li.sb-iaamenu > ul.sub-menu {display: block !important;}
.genpg-lft section.widget_nav_menu ul li ul.sub-menu li a {font-size: 18px; padding-right: 0; letter-spacing: 0.76px; padding-left: 17px; } 
.genpg-lft section.widget_nav_menu ul li ul.sub-menu li{margin-bottom: 11px;}
.genpg-lft section.widget_nav_menu ul li ul.sub-menu li a::before {width: 9px; height: 9px; top: 6px; }
.genpg-lft section.widget_nav_menu ul li ul.sub-menu li:last-child{margin-bottom:0;}
.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: 0px; top: 8px; width: 13px; height: 13px; z-index: 10; background-color: transparent; background-position: center center; background-repeat: no-repeat; padding: 0px 0px; cursor: pointer; border: 0; background-image: url(images/sprites-in.webp); background-position: -30px -30px;transition: 0.5s;}
.genpg-lft .widget_nav_menu ul li a.drop.open {rotate: 180deg; }
.genpg-lft section.widget_nav_menu ul li ul.sub-menu {margin: 0; padding: 22px 0 0px 28px; }

.blg-single-search {margin-bottom: 40px; }
.genpg-lft .blg_sdbar_archives aside{margin-bottom:15px; background-color: inherit; }
.genpg-lft .blg_sdbar_archives {padding: 45px 31px; background-color: rgb(0, 36, 68);background-image: url(images/testi-sibar.webp); background-repeat: no-repeat; background-size: 100% 100%; }
.blg_sdbar_archives .sidebar-box.widget_search {display: none; }
.genpg-lft .blg_sdbar_archives .sidebar-box {margin-bottom: 45px; }
.genpg-lft .blg_sdbar_archives .sidebar-box.widget_archive{margin-bottom: 0;}
.blg_sdbar_archives .sidebar-box, .blg-single-search .sidebar-box.widget_search{background-color: transparent;}
.page_default .genpg-lft .blg-single-search input.field, .page_default .genpg-lft .blg_sdbar_archives input.field, .page_default .genpg-lft .blg_sdbar_archives select.postform, .page_default .genpg-lft .blg_sdbar_archives select {font-family: 'Parkinsans'; font-weight: 500; font-size: 18px !important; line-height: 1.2; letter-spacing: 0.18px; text-transform: capitalize; padding: 20px 50px  19px 26px !important; background: #fff; color: #000; margin-bottom: 0; position: relative !important; appearance: none !important; width: 100% !important; height: unset !important; border: none; background-repeat: no-repeat; background-position: right 25px center; outline: none; opacity: 100% !important; background-image: url('images/blg-sdbr-arrow-img.webp');     border-radius: 0;}
.page_default .genpg-lft .blg_sdbar_archives input.field, .page_default .genpg-lft .blg-single-search input.field{background-image: none; }
.blg-single-search .sidebar-box.widget_search{  background-color: rgb(255, 255, 255); box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);} 
.page_default .genpg-lft .blg_sdbar_archives h4.widget-title {position: relative; font-family: 'Archivo SemiExpanded'; font-weight: 700; font-size: 34px; color: #fff; padding: 0; line-height: 1; letter-spacing: 0; text-align: left; margin-bottom: 22px; border-bottom: none; }
.page_default .genpg-lft .blg-single-search input.search-submit, .page_default .genpg-lft .blg_sdbar_archives input.search-submit {background-image: url(images/blg-sdbr-search-iocn-img.webp); background-position: center; background-repeat: no-repeat; width: 19px; height: 19px; position: absolute; top: 0; bottom: 0; right: 27px; margin: auto; border: none; outline: none; background-color: transparent; font-size: 0; padding: 0;}
.page_default .genpg-lft  .blg_sdbar_archives form.searchform{position: relative;}
.page_default .genpg-lft .blg_sdbar_archives .theme-select {display: none !important;}

.page_default.blog_page .genpg-lft.full-width {width: 100%; max-width: 100%; }
.page_default.blog_page .genpg-lft .blg_sdbar_archives {padding: 0; background-color: transparent; display: flex; justify-content: space-between; gap: 16px; margin-bottom: 57px; background-image: none;}
.page_default.blog_page .genpg-lft .blg_sdbar_archives .sidebar-box {  background-color: rgb(255, 255, 255);  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);}
.page_default.blog_page .genpg-lft .blg_sdbar_archives h4.widget-title{display: none;}
.page_default.blog_page .blg_sdbar_archives .sidebar-box.widget_search{display: block;}
.page_default.blog_page .genpg-lft .blg_sdbar_archives .sidebar-box{margin-bottom: 0;}


/* Sidebar Testimonials */
 
.widget.testi{background-color: rgb(0, 36, 68); padding: 45px 40px; position: relative;background-image: url("images/testi-sibar.webp"); background-repeat: no-repeat; background-size: 100% 100%;} 
.genpg-lft .widget.testi h4.widget-title{border-bottom: none; padding: 0; margin-bottom: 35px;} 
.genpg-lft .star-rat{background-image: url('images/sprites-in.webp'); background-position:-101px -30px ; background-repeat: no-repeat; width:125px ; height: 20px; margin: 0 auto 20px;} 
.genpg-lft .testi-sdbr-blk .testi-item p{font-family: 'Parkinsans'; font-weight: 400; font-size: 18px; line-height: 2; color: #fff; letter-spacing: 0.16px; margin-bottom: 30px; text-align: center; } 
.genpg-lft .testi-sdbr-blk .testi-item h5{font-family: 'Archivo SemiExpanded'; font-weight: 600; font-size: 22px; line-height: 1; color: #0065bd; letter-spacing: 0.16px; text-align: center; text-transform: uppercase; margin-bottom: 0; } 
.genpg-lft  .testi-content{position: relative;} 
.genpg-lft .testi-content:before, .genpg-lft .testi-content:after{position: absolute; content: ""; width: 38px; height: 28px; left: 0; top: 0; background-image: url("images/sprites-in.webp"); background-repeat: no-repeat; background-position: -251px -30px; opacity: 22%; } 
.genpg-lft .testi-content:after{left: inherit; top: inherit; right: 0; bottom: 18px; background-position: -308px -30px; } 
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav {margin: 0 auto; text-align: center; display: flex; justify-content: center; align-items: center; gap: 36px; margin:  30px 0 0; } 
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav .owl-prev, .genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav .owl-next {width: 21px; height: 23px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -366px -30px; transition: 0.5s; font-size: 0; } 
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav .owl-prev:hover{background-position: -366px -73px; } 
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav .owl-next{background-position: -407px -30px; } 
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav .owl-next:hover{background-position: -407px -73px; }


/* Sidebar Case Results */
.widget.case-results {padding: 45px 40px; position: relative; background-color: rgb(255, 255, 255); box-shadow: 0px 0px 40px 0px rgba(73, 73, 73, 0.17); border: 1px solid rgb(224, 224, 224); } 
.genpg-lft .widget.case-results h4.widget-title{color: #002545; padding: 0;margin-bottom: 25px;} 
.genpg-lft .case-content h5 {font-family: 'Archivo SemiExpanded'; font-weight: 600; font-size: 64px; color: #000; margin: 0; line-height: 1; letter-spacing: -2.56px; text-transform: uppercase; position: relative; text-align: center; padding: 65px 0 19px; margin-bottom: 15px; }
.genpg-lft .case-content h5:before{background-image: url(images/sprites-in.webp); background-position: -520px -30px; background-repeat: no-repeat; position: absolute; content: ""; width: 52px; height: 57px; top: 0; left: 0; right: 0; margin: auto; } 
.genpg-lft .case-content h5:after{position: absolute; content: ""; width: 52px; height: 57px; bottom: 0; left: 0; right: 0; margin: auto; width: 129px; height: 2px; background-color: rgb(0, 101, 189); } 
.genpg-lft .case-content p{font-family: 'Parkinsans'; font-weight: 400; font-size: 17px; color: #000; margin: 0; line-height: 1.70; letter-spacing: 0.34px; text-align: center; }
.genpg-lft .case-sdbr-blk.owl-carousel .owl-nav { text-align: center; display: flex; justify-content: center; align-items: center; gap: 36px; margin:  30px 0 0; } 
.genpg-lft .case-sdbr-blk.owl-carousel .owl-nav .owl-prev, .genpg-lft .case-sdbr-blk.owl-carousel .owl-nav .owl-next {width: 21px; height: 23px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -366px -116px; transition: 0.5s; font-size: 0; } 
.genpg-lft .case-sdbr-blk.owl-carousel .owl-nav .owl-prev:hover{background-position: -366px -73px; } 
.genpg-lft .case-sdbr-blk.owl-carousel .owl-nav .owl-next{background-position: -407px -116px; } 
.genpg-lft .case-sdbr-blk.owl-carousel .owl-nav .owl-next:hover{background-position: -407px -73px; }

/* About Page Starts */

.abt-atrny-list {display: flex; justify-content: center; align-items: center; gap: 33px 11px; margin-bottom: 54px; flex-wrap: wrap; }
.abt-atrny-itm{width: 32.4%;position: relative;background-color: transparent;border: 3px solid transparent;}
.abt-atrny-itm:hover{border: 3px solid #00529b;}
.abt-atrny-image{position: relative;z-index: 1;}
.abt-atrny-image::before {position: absolute;content: "";background-image: -webkit-linear-gradient(90deg, rgb(0, 42, 80) 0%, rgba(0, 42, 80, 0) 100%);background-position: center;background-size: 100% 100%;background-repeat: no-repeat;width: 100%;height: 100%;bottom: 0;z-index: -1;}
.abt-atrny-itm:hover .abt-atrny-image::before{background-image: url(images/abt-atrny-bg-img.webp);}
.abt-atrny-image img {width: 100%; display: block; border-bottom: 3px solid transparent; }
.abt-atrny-itm:hover .abt-atrny-image img {border-bottom-color:#0064bc; }
.abt-atrny-cont{background-color: transparent;padding: 11px 0 0;}
.abt-atrny-itm:hover .abt-atrny-cont{border: transparent;background-color: #0f77d4;}
.page_default .genpg-rite .abt-atrny-cont h5 {font-size: 27px; text-align: center; letter-spacing: -0.27px; margin: 0px !important; border-left: 3px solid #0064bc; border-right: 3px solid #0064bc; padding: 5px 7px 18px; }
.abt-atrny-itm:hover .abt-atrny-cont h5 {color: #ffffff; border-left-color: transparent; border-right-color: transparent; }
.abt-atrny-link a{position: absolute;content: "";margin: auto;width: 100%;height: 100%;left: 0;right: 0;top: 0;bottom: 0;z-index: 99;font-size: 0px;}

/* Single Attorney */

.genpg-rite .in-attorney-profile {display: flex; justify-content: space-between; background-color: #002a4f; margin: 58px 0 48px; align-items: center; }
.genpg-rite .in-attorney-profile-blk{padding: 0 10px;position: relative;}
.genpg-rite .in-attorney-profile-blk:before,.genpg-rite .in-attorney-profile-blk:after{position: absolute;content: "";width:100%;height: 100%;border-left: solid 6px #00529b;left: 0px;top: 0;pointer-events: none;}
.genpg-rite .in-attorney-profile-blk:after{border-right: solid 6px #00529b;border-left: 0;left: inherit;right: 0px}
.genpg-rite .in-attry-lft {width: 46.2%;position:relative; }
.genpg-rite .in-attry-lft:before {position: absolute; content: ""; width: 69px; height: 67px; background-image: url(images/pract-logo.webp); background-repeat: no-repeat; top: 40px; left: 8px;}
.genpg-rite .in-attry-rit {width: 52.5%; }
.genpg-rite .in-attry-img{width: 100%;margin-top: -58px}
.genpg-rite .in-attry-img img{ display: block;width: 100%}
.page_default .genpg-rite .in-attry-rit h2{color: #fff;font-size: 50px;letter-spacing: 0.5px;line-height: 1.2;margin-bottom: 27px;padding-bottom: 18px;position: relative;}
.page_default .genpg-rite .in-attry-rit h2:before{position: absolute;content: "";width: 68%;height: 1px;border-bottom: solid 1px #0065bd;left: -39px;bottom: 0}
.page_default .genpg-rite .in-attry-rit h2 strong {padding-left: 70px; color: #fff; }
.page_default .genpg-rite .in-attry-rit p {font-size: 16px; font-weight: 200; font-family: 'Archivo SemiExpanded'; line-height: 1; letter-spacing: 6.4px; text-transform: uppercase; color: #fff; padding-left: 75px; position: relative; text-align: start; }
.page_default .genpg-rite .in-attry-rit p a{font-weight: 500;font-size: 35px;letter-spacing: 0;color: #0f77d4;display:block;  margin-bottom: 5px;}
.page_default .genpg-rite .in-attry-rit p a:hover{color: #fff}
.page_default .genpg-rite .in-attry-rit a.cmn-btn {color: #fff;    padding: 25px 55px;}
.page_default .genpg-rite .in-attry-rit a.cmn-btn:hover {background-color: #fff;color:#0f77d4 }
.page_default .genpg-rite .in-attry-rit a.cmn-btn:before,.page_default .genpg-rite .in-attry-rit a.cmn-btn:after {background-color: #002a4f;}
.genpg-rite .in-attry-phn a:before {position: absolute; content: ""; width: 55px; height: 57px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -25px -106px; left: 6px; top: 0; bottom: 0; margin: auto; }
.genpg-rite .accordion .accordion-section {margin: 0 0 10px}
.page_default .genpg-rite .accordion .accordion-section h3 {font-size: 24px; letter-spacing: -0.2px; margin: 0; }
.genpg-rite .accordion .accordion-section .accordion-section-title {padding: 17px 58px 15px 32px; display: block; background: #fff; color: #000; position: relative; box-shadow: 0px 0px 40px 0px rgba(0, 42, 79, 0.1); line-height: 1.1; cursor:pointer;}
.genpg-rite .accordion .accordion-section .accordion-section-title.active{background-color: #00529b;color: #fff}
.genpg-rite .accordion .accordion-section .accordion-section-title:before {position: absolute; content: ''; background: url(images/sprites-in.webp); background-position: -100px -106px; width: 19px; height: 11px; top: 23px; bottom: 0; right: 28px; }
.genpg-rite .accordion .accordion-section .accordion-section-title.active:before{background-position: -139px -106px}
.genpg-rite .accordion-section .accordion-section-content {padding: 24px 20px 0; }
.genpg-rite .accordion {margin: 0 0 30px; }


/* Blog Page */

.genpg-rite .blg-cntblk {display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; }
.genpg-rite .post-item {background: transparent; position: relative; width: 31.2%; transition: 0.5s; border: 3px solid transparent; z-index: 1; }
.genpg-rite .post-item:before{position: absolute; content: ""; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-image: url("images/blog-layer.webp"); background-repeat: no-repeat; background-size: 100% 100%; opacity: 50%; pointer-events: none; z-index: -1; display: none; }
.page_default.blog_page .post-img{background-color: rgb(0, 42, 79); margin-bottom: 10px; } 
.page_default.blog_page .post-img img {display: block; width: 100%; object-fit: cover; object-position: center; height: 245px;}
.post-cnt {padding: 17px 19px 58px; border: 3px solid rgb(0, 101, 189); border-top: transparent; border-bottom: transparent; min-height: 182px; }
.page_default .genpg-rite .post-cnt h6 a {color: #000; line-height: 1.4; }
.page_default.blog_page  .genpg-rite h6 {margin-bottom: 15px; } 
.blg-cntblk .post-btn {position: absolute; left: 25px; bottom: 32px; }
.page_default .genpg-rite .post-btn a.blg-btn {font-size: 17px; font-family: 'Parkinsans'; font-weight: 600; color: #0065bd; display: inline-block; text-transform: uppercase; letter-spacing: 0.34px; line-height: 1; } 
.genpg-rite .post-item:hover{background-color: rgb(0, 42, 79); border: 3px solid #0057a3; } 
.genpg-rite .post-item:hover .post-img{background-color: rgb(15, 119, 212);background-image:url(images/blog-layer.webp);background-repeat: no-repeat;background-size: 100% 100%;} 
.page_default .genpg-rite .post-item:hover .post-cnt h6 a{color: #fff; } 
.genpg-rite .post-item:hover:before{display: block;} 
.genpg-rite .post-item:hover .post-cnt {border-color: transparent; }
.page_default.blog_page  .genpg-rite ul.page-numbers li {margin: 0;}
.page_default.blog_page  .genpg-rite ul.page-numbers li {margin: 0; padding: 0; }
.page_default.blog_page .genpg-rite ul li:before{display: none;}
.page_default.blog_page .genpg-rite ul.page-numbers {text-align: center; padding: 0; margin: 19px 0 0; display: flex; justify-content: center; align-items: center; gap: 10px; }
ul.page-numbers .page-numbers {border: 0px !important; line-height: 1 !important; margin: 0; text-align: center; color: #000; cursor: pointer; min-height: 50px; min-width: 50px; display: flex; justify-content: center; align-items: center; background-color: transparent; padding: 4px;}
ul.page-numbers .page-numbers.current, ul.page-numbers .page-numbers:hover {color: #fff !important; background-color: rgb(0, 42, 79); border: none; }
ul.page-numbers .page-numbers.current:hover{background-color: #002a4f; } 
ul.page-numbers li a.page-numbers, ul.page-numbers .page-numbers.current {font-size: 27px; font-family: 'Parkinsans'; font-weight: 600; color: #000; text-decoration: none !important; } 
ul.page-numbers li a.prev.page-numbers, ul.page-numbers li a.next.page-numbers {transition: 0.5s; min-width: 35px; min-height: 39px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -183px -106px; font-size: 0 !important; padding: 0; background-color: transparent; }
ul.page-numbers li a.next.page-numbers{background-position: -238px -106px; } 
ul.page-numbers li a.prev.page-numbers:hover{background-position: -183px -165px; } 
ul.page-numbers li a.next.page-numbers:hover{background-position: -238px -165px; } 
.oceanwp-pagination.clr {width: 100% !important;}
.page_default.blog_page h2 {text-align: center; font-size: 53px; font-family: 'Archivo SemiExpanded'; font-weight: 700; color: #000; line-height: 1; letter-spacing: 0px; text-transform: uppercase; margin-bottom: 28px; }
.page_default.blog_page h2 strong{font-weight: 700; color: #00294f;}
.page_default .genpg-rite .post-item .post-cnt h6 a:hover{color: #0065bd; }
.page_default .genpg-rite .post-btn a.blg-btn:hover{color: #fff;}

/* Single Blog */

.page_default .genpg-rite .post-itm-btm p {margin: 0;  font-size: 17px;}
.post-itm-btm {font-family: 'Parkinsans'; font-weight: 400; font-size: 17px; color: #000; line-height: 1; letter-spacing: 0.17px; display: flex ; align-items: center; margin: 0 0 10px 0; flex-wrap: wrap; gap: 5px; }
.page_default .genpg-rite .page_default .genpg-rite .post_single  .post-category a, .page_default .genpg-rite .post_single  .meta-author a{color: #0065bd;}
.page_default .genpg-rite .post_single  .post-category a:hover, .page_default .genpg-rite .post_single  .meta-author a:hover{color: #002e57; }
.page-navi {margin: 40px 0 0; display: flex ; justify-content: space-between; align-items: center; }
.page-navi a.cmn-btn{color: #fff; text-decoration: none;}
.page-navi a.cmn-btn:hover{color: #fff; }
 
/* Practice Areas Page Starts */
 
.practic_areas .practice-blck{display: flex;justify-content: center;flex-wrap: wrap; text-align: center; gap: 50px 26px;}
.practic_areas .practice-blck .practice-item { width: 23.36%; position: relative; transition: 0.5s; padding: 0 8px;}
.practic_areas .practice-item-img {width: 100%; background-color: #0065bd;}
.practic_areas .practice-blck .practice-item .practice-item-img::before{position: absolute;content: "";margin: auto; background-image: url(images/pract-logo.webp); background-repeat: no-repeat; width: 69px; height: 67px; top: 0; left:0px; z-index: 1;}
.practic_areas .practice-blck .practice-item .practice-item-img::after{position: absolute;content: "";margin: auto;background-image: -webkit-linear-gradient( 90deg, rgb(0,36,68) 0%, rgba(0,42,79,0) 100%);width: 100%;height: 100%;bottom: 0;left: 0;right: 0;}
.practic_areas .practice-item .practice-item-hov a{position: absolute;content: "";margin: auto;width: 100%;height: 100%;top: 0;bottom: 0;left: 0;right: 0;font-size: 0px;z-index: 5;}
.practic_areas .practice-item img {width: 100%; display: block; object-fit: cover; object-position: center; height: 451px; }
.practic_areas .practice-item:hover img{opacity: 15%;}
.practic_areas .practice-item .practice-cnt{ position: absolute; bottom: 38px; left: 0px; padding: 0 14px; z-index: 1; right: 0;  }
.practic_areas .genpg-rite .practice-item .practice-cnt h5 { line-height: 1.25;color: #ffffff;margin: 0;}
.practic_areas .genpg-rite .practice-item .practice-cnt p {font-family: 'Archivo'; font-weight: 300; font-size: 16px; line-height: 1.75; letter-spacing: 0.32px; color: #ffffff; margin: 0 0 29px; display: none; padding: 0; }
.practic_areas .practice-item .practice-cnt a.cmn-btn {font-size: 18px; padding: 21px 39px; background-color: rgb(0, 42, 79); display: none; letter-spacing: 1.44px;}
.practic_areas .practice-item .practice-cnt a.cmn-btn::before{background-color: rgb(0, 101, 189);}
.practic_areas .practice-item .practice-cnt a.cmn-btn::after{background-color: rgb(0, 101, 189);}
.practic_areas .practice-item::before, .practic_areas .practice-item::after{position: absolute;content: "";margin: auto;border-left: 3px solid rgb(0, 82, 155);width: 3px;height: 76.3%;top: -1px;left: 0;}
.practic_areas .practice-item::after{top: inherit;bottom: 0;right: 0;left: inherit;}
.practic_areas .practice-btn a{padding: 25px 61px;}
.practic_areas .practice-item:hover .practice-cnt{bottom: 44px;}
.practic_areas .practice-blck .practice-item:hover .practice-item-img::after{background-image:none;}
.practic_areas .genpg-rite .practice-blck .practice-item:hover .practice-cnt h5 {margin-bottom: 23px; }
.practic_areas .genpg-rite .practice-item:hover .practice-cnt p{display: block;}
.practic_areas .practice-item:hover .practice-cnt a.cmn-btn{display: inline-block; color: #fff;}
.practic_areas .practice-item:hover .practice-cnt::before,.practic_areas .practice-item:hover .practice-cnt::after{border: none;}
.practic_areas .practice-blck .practice-item:hover{padding: 0; }
.practic_areas .practice-item:hover::before, .practic_areas .practice-item:hover::after{display: none; }
.practic_areas .practice-item-cnt {position: relative; }

/* Case Results Page Starts */
 
.case-results{ text-align: center;}
.page_default .genpg-rite .case-results h2 {margin: 0 0 39px; color: #000000;}
.page_default .genpg-rite .case-results .case-result-item h3 {padding: 100px 0 0; font-weight: 600; letter-spacing: -1.6px; margin-bottom: 14px; position: relative; }
.page_default .genpg-rite .case-results .case-result-item h3::before {position: absolute; content: ""; background-image: url(images/sprites-in.webp); background-position: -493px -107px; height: 87px; width: 80px; left: 0; right: 0; margin: auto; top: 0; }
.page_default .genpg-rite .case-results .case-result-item p{font-size: 17px; letter-spacing: 0.34px; line-height: 1.7; margin: 0;}
.page_default .genpg-rite .case-results .case-result-item h6 {font-family: 'Parkinsans'; font-weight: 600; font-size: 19px; color: #002a4f; line-height: 1.3; letter-spacing: 0.36px; text-transform: capitalize; }
.case-results .case-results-list {display: flex;justify-content: center; flex-wrap: wrap; gap: 16px; margin: 0 0 56px;}
.case-result-item {width: 32.5%; background-color: #ffffff; box-shadow: 0px 0px 11px rgb(0, 0, 0, 0.1); padding: 37px 49px 35px;  }
.case-results .case-load-btn a,.case-results .case-load-btn a:hover{color: #fff;}
.case-load-btn #load-more-btn {display: none; }


/* Testimonials Page Starts */

.genpg-rite .testi-items-wrapper{column-count: 2;column-gap: 20px;margin-bottom: 52px;}
.genpg-rite .read-more-wrapper{text-align:center;margin-bottom:20px}
.genpg-rite .read-more-wrapper a.cmn-btn{color:#fff}
.genpg-rite .testi-item {background-color: rgb(255, 255, 255); box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07); padding: 49px 60px 49px; margin-bottom: 20px; width: 100%; display: inline-block; text-align: center; position: relative; z-index: 0; transition: 0.5s;}
.genpg-rite .testi-item .testi-content::before, .genpg-rite .testi-item .testi-content::after{position: absolute;content: "";margin: auto;background-image: url(images/sprites-in.webp);background-repeat: repeat;background-position: -349px -238px;width: 50px;height: 36px;left: 50px;top: 39px;opacity: 22%;}
.genpg-rite .testi-item .testi-content::after {left: inherit !important; top: inherit !important; bottom: 45px; right: 50px; background-position: -417px -238px; }
.genpg-rite .testi-item:hover .testi-content::before{background-position: -349px -293px;}
.genpg-rite .testi-item:hover .testi-content::after{background-position: -417px -292px;}
.genpg-rite .testi-item:hover{background-color: #002444;}
.genpg-rite .testi-item:hover::before{position: absolute;content: "";margin: auto;background-image: url(images/testi-itm-bg-bfr-img.webp);background-repeat: no-repeat;background-size: 100% 100%;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;opacity: 50%;pointer-events: none;}
.genpg-rite .testi-item .star-rat{background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -172px -238px;width: 159px;height: 27px;margin: 0 auto 28px;}
.page_default .genpg-rite .testi-item p{letter-spacing: 0.36px;}
.genpg-rite .testi-item:hover p{color: #ffffff;}
.page_default .genpg-rite .testi-item h5 {font-size: 26px; line-height: 1; letter-spacing: 0px; color: #00529b; margin: 0; }
.genpg-rite .testi-item:hover h5{color: #0f77d4;}
.genpg-rite .testimonial-btn{text-align: center;}
.genpg-rite .testimonial-btn a{color: #ffffff;padding: 25px 66px;}
a.cmn-btn:before, a.cmn-btn:after{background-color: #ffffff;}
.genpg-rite .testimonial-btn a:hover{color: #ffffff;}

/*    Contact Page     */
 
.page_default.contact_pg .genpg-rite h2 {text-align: center; margin-bottom: 40px; }
.page_default.contact_pg .genpg-rite h2 strong{display: block; } 
.cont-blk {display: flex; justify-content: space-between; } 
.cont-item{width: 32.1%; background-color: rgb(255, 255, 255); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); position: relative; text-align: center; padding: 50px 20px;transition:0.5s; } 
.page_default .genpg-rite .cont-item h5{letter-spacing: 0.26px; font-size: 26px; margin-bottom: 9px; position: relative; padding-top: 65px;}
.page_default .genpg-rite .cont-item h5 a{display: block; font-size: 36px; color: #0f77d4; line-height: 1; margin:  11px 0 0; } 
.cont-item.phn h5{margin-bottom: 30px; } 
.cont-item h5:before, .cont-item.phn h5 a:before{background-image: url(images/sprites-in.webp); background-position: -30px -183px; background-repeat: no-repeat; position: absolute; content: ""; width: 44px; height: 46px; top: 0; left: 0; right:0; margin: auto; transition: 0.5s; } 
.cont-item.phn h5 a:before{background-position: -88px -183px; } 
.cont-item.phn h5 a:hover:before{background-position: -88px -243px;} 
.cont-item.phn h5:before{display: none;} 
.page_default .genpg-rite .cont-item p{margin: 0; font-size: 20px; line-height: 1.5; } 
.page_default .genpg-rite .cont-item p a {text-transform: uppercase; border-bottom: 1px solid #0f77d4; color: #0f77d4; font-size: 17px; line-height: 1; margin: 13px auto 0; display: block; width: max-content; letter-spacing: 0.86px;}
.cont-scl-icons{display: flex; justify-content: center; align-items: center; gap: 8px; }
.cont-scl-icons br {display: none;} 
.cont-scl-icons a {font-size: 0px; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -299px -164px; width: 45px; height: 45px; display: inline-block; background-color: #00396a; transition: 0.5s; border: 1px solid #fff	;}
.cont-scl-icons a.twitter{background-position: -363px -164px}
.cont-scl-icons a.linkedin{background-position: -431px -164px}
.cont-item:hover{background-color: #00396a; } 
.page_default .genpg-rite .cont-item:hover h5, .page_default .genpg-rite .cont-item:hover p{color: #fff;} 
.cont-item .cont-scl-icons a:hover {border-color:transparent ; background-color: #0f77d4; }
.page_default .genpg-rite .cont-item.phn h5 a:hover{color: #fff;} 
.page_default .genpg-rite .cont-item p a:hover{color: #fff; border-bottom: 1px solid #fff;} 
.page_default .genpg-rite .cont-item.phn h5{margin-bottom: 28px;} 
.inn-cntct-page-map{display: none;}
.inn-cntct-page-map iframe {width:100%; height: 377px; }
body.page-template-contact-page .inn-cntct-page-map {display: block; margin: 0 auto 32px; width: 83%; border: 3px solid #0065bd; }
body.page-template-contact-page .frm-left-image{display: none;}


.cmn-iframe {margin: 0 0 34px; width: 100%; max-width: 500px; }

/* Areas Served Page */
.area-served .location {background-color: #002444; padding: 45px 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: 25px 20px; margin: 0; }
.area-served .location ul li {width: max-content; padding: 0; margin: 0 !important; line-height: 1 !important;}
.area-served .location ul li:before{display:none}
.area-served .location ul li a {background-color: #0f77d4;  color: #fff;  padding: 15px 20px; display: inline-block; text-align: center;}

.testimonials-block .testimonial-author {text-align: center;}
.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;}