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

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

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

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

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

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

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --header-font:'Caudex-Bold';
    --paragraph-font: 'Caudex';
    --placeholdercolor: #000;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Caudex';
    font-family: var(--paragraph-font);
    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;
}
img {
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: serif;
    font-family: var(--header-font);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0;
}
p, li, ul, ol, blockquote {
    font-family: sans-serif;
    font-family: var(--paragraph-font);
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}
p {
    margin: 0 0 20px 0;
}
li.menu-item {
    list-style: none;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"], select, input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.container {
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
}
.d-none, .hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
a:focus{outline: none !important; }
/**/
@media screen and (min-width: 992px) {
    .header-sticky {
        display: none !important;
    }
}
.header-sticky {
    background: #141414;
    padding: 10px;
    display: none;
}
.header-sticky.fixed-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    z-index: 9999;
}
.header-sticky .sicky-cnt {
    width: 25%;
    text-align: center;
    font-size: 15px;
    color: #c4c9b2;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav, .header-sticky .showhide {
    display: block;
}
.header-sticky .mobile_src_nav {
    background: transparent;
}
.mobile_src_nav {
	display: none;
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 0;
	background-color: #ccc;
}
.mobile_src_nav .container {
	position: relative;
}


/*Header Sticky Menu*/
.header-sec img:hover{opacity:1 !important;}
.header-sticky.fixed-header {display: block;position: fixed;top: 0;width: 100%;padding: 10px 2%;background-color: #001645;z-index: 9999;}
.sicky-logo {width: 100%;max-width: 300px;padding: 0 6px;}
#site-logo #site-logo-inner{height: auto !important;}
.header-sticky .sicky-cnt {width: 25%;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: 48px;height: 30px;text-align: center;float: none;font-size: 17px;padding: 0;position: relative;font-weight: normal;display: inline-block;}
.header-sticky .sicky-cnt>a {font-size: 17px;color: #fff;position: relative;padding-top: 40px;display: inline-block;text-align: center;width: 100%;font-family: 'JosefinSans-Bold';cursor: pointer;}
.header-sticky .sicky-cnt a:before {width: 37px; height: 37px; position: absolute; content: ""; left: 0; right: 0; margin: 0 auto; top: 0; background: transparent; border-radius: 100%; border: 2px solid #ffffff; }
.header-sticky .stickyshowhide .txt:before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: auto; font-size: 18px; border: 1px #fff solid; color: #f2f2f2; border-radius: 50%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.sticky-mobinav ul li a.drop {font-size: 0; position: absolute; right: 0; top: 0; width: 100%; height: 45px; }
.sticky-mobinav ul li a.drop.open {width: 28px; }
.sticky-mobinav ul li a.drop:after {content: ""; background: url(images/sprite_icons.png) no-repeat left top; background-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 14px; }
.sticky-mobinav ul li a.drop.open:after {background-position: -28px 0px; }
.header-sticky .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; left: 0; background-color: #024084; overflow-y: auto; padding: 10px 25px; height: 100vh; position: relative; }
#floatingMenu.openMenu {display: flex; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
#cloaseFloatingMenu {text-align: right; font-size: 50px; line-height: 1; font-weight: 700; display: block; clear: both; color: #fff; }
a#cloaseFloatingMenu2 {flex-grow: 1;width: calc(100% - 280px);height: 100%;font-size: 0px !important;}
.floatingMenuInner li {position: relative; }
.floatingMenuInner a {color: #fff; letter-spacing: 0.4px; font-family: '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;justify-content: space-between;}
.sicky-logo{max-width:250px;text-align: center;}
.minimal-header.f-nav{position: fixed !important;top: 0;left: 0;background-color: rgb(2 64 132 / 99%) !important;}
.minimal-header.f-nav .topmenu {background-color: transparent; }
.openMenu .primary-menu li{ margin: 0 0 20px; }
.minimal-header.f-nav .main-menu>li>a {color: #fff; }
.openMenu .primary-menu li a{ color: #fff; font-family: 'Caudex-Bold'; display: inline-block; letter-spacing: 0; font-size: 18px; line-height: 1; text-transform: uppercase; padding-bottom: 0; }
.openMenu .primary-menu li a:hover{color: #2d6cd8;}
/* Top Menu Section Ends */
#site-logo {float: none !important;opacity: 1;width: 19%;}
.main-menu { margin: 0; display: flex; justify-content: flex-start; position: relative; }
.main-menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; width: 200px; background-color: #fff; margin: 0; }
.main-menu li { position: relative;margin: 0 35px 0;line-height: 1; }
.main-menu li:last-child{margin: 0;}
.main-menu>li>a{color: #000;font-family: 'Caudex-Bold';display: inline-block;line-height: 1;font-size: 20px;text-transform: capitalize;position: relative;}
.main-menu>li.current-menu-item>a,
.main-menu>li>a:hover{color: #096cd8;}
#site-header-inner.container {max-width: 100%; padding: 0 0 0 180px; }
.main-menu li:hover>.sub-menu { display: block; }
.main-menu .sub-menu .sub-menu { top: 0; left: 100%; }
.main-menu .sub-menu a { display: block; padding: 6px 10px; border-bottom: 1px solid #eee; font-size: 16px; line-height: 1.2; color: #161a17;}
.main-menu .sub-menu a:hover { background-color:#001544;color:#fff; }
.dekstopMenuBtn { padding: 10px 20px; border: 2px solid #ccc; border-radius: 3px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.dekstopMenuBtn span.line { width: 15px; height: 2px; background-color: #000; border-radius: 2px; display: block; }
.dekstopMenuBtn span.line.line-2 { margin: 2px 0; }
.main-menu-mobile li { position: relative; }
.main-menu-mobile a { display: block; }
.main-menu-mobile .drop { position: absolute; top: 0; right: 0; width: 100%; height: 25px; background-image: url(images/plus.png); background-color: transparent; background-size: auto 20px; background-position: center right; background-repeat: no-repeat; border: none; outline: none; }
.main-menu-mobile .drop.open { background-image: url(images/minus.png); width: 25px; }
.main-menu .sub-menu li {margin: 0; }


/* wide Manu */
.topmenu ul li.wide-menu { position: static; }
.topmenu ul li.wide-menu ul.sub-menu { position: absolute; left: 0; top: 100%; width: 500px; background-color: #f1f1f1; padding: 0; z-index: 999; display: none; }
.topmenu ul li.wide-menu:hover ul { display: block; }
.topmenu ul li.wide-menu ul li { width: 50%; margin: 0px; float: left; border: 0 }
.topmenu ul li.wide-menu ul li a { text-transform: capitalize; font-size: 14px; padding: 10px 10px; width: 100%; float: left; border: 0; background-color: transparent; transition-duration: 0.5s; }
.topmenu ul li.wide-menu ul li a:hover { background-color: #f5f5f5; color: #000; }
.topmenu ul li.wide-menu ul li ul.sub-menu { position: inherit; top: inherit; left: inherit; padding: 0 0 0 10px; width: 100%; }
.topmenu ul li.wide-menu ul li ul li { width: 100%; margin: 0 0px; float: left; padding: 5px 0; }
.topmenu ul li.wide-menu ul li ul li:last-child { border-bottom: 0; }
.topmenu ul li.wide-menu ul li ul li a { width: 100%; font-weight: normal; }
#site-logo #site-logo-inner a {display: inline-block;width: 100%;}
/* wide Manu */


/*home page common button and text heading starts*/
a.cmn-btn{ position: relative; z-index: 1; font-family: 'LibreBaskerville-Regular';background-image: -webkit-linear-gradient( 0deg, rgb(8,80,151) 0%, rgb(9,114,217) 100%);color: #fff;padding: 20px 33px;font-size: 22px;cursor: pointer;transition: 0.3s;letter-spacing: -0.22px;line-height: 1;margin: 0;font-weight: 400;border: 1px solid transparent;border-radius: 50px;display: inline-block;  }
.text-heading{font-family: 'LibreBaskerville-Regular';font-size: 66px;color: #000000;text-transform: uppercase;font-weight: 400;margin: 0 0 30px;padding: 0;text-align: center;line-height: 1.3;}
.text-heading strong{color: #0962b9;font-weight: 400;}
a.cmn-btn:hover{background: transparent; border: 1px solid #001544; color: #033477;}
/*home page common button and text heading ends*/

/* ----header---------- */

div#content-wrap, div#footer-widgets,div#top-bar-wrap, li.search-toggle-li{display: none;}
.header-sec { display: flex ; align-items: center; padding: 30px 0px 0px; justify-content: space-between;}
#site-header{border: none;background-color: transparent;position: absolute;left: 0;top: 0;}
.header-rit{background-color: #01275f;position: relative;padding: 10px 27px 8px 89px;border-radius: 50px 0 0 50px;}
.topmenu{margin: 0 0 0 auto; padding: 0 50px 0 0;}
.header-rit .rit-cal{font-family: 'LibreBaskerville-Regular';font-size: 15px;color: #fff;line-height: 1.8;letter-spacing: 0.3px;}
.header-rit .rit-cal a{ display: inline-block; font-size: 28px; color: #fff; font-family: 'LibreBaskerville-Regular'; line-height: 1; letter-spacing: 0; }
.header-rit .rit-cal a::before{content: "";background-image: url(./images/hm-sprites.webp);width: 74px;height: 74px;position: absolute;left: 0;top: 0;bottom: 0;z-index: 0;margin: auto;background-position: -6px -13px;background-repeat: no-repeat;background-color: #024084;border-radius: 50px;}
.header-rit .rit-cal a:hover{color: #096cd8;}
.hdr-rgt {display: flex ; flex-direction: column; align-items: flex-end; gap: 15px; }


/* ---------Hm-Banner-Sec------- */

.hm-banner-sctn{background-image: url(./images/vanno-banner.webp);padding: 155px 0 75px;background-position: center;background-size: cover;}
.banner-blk{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.banner-left{ width: 51.2%; }
 .banner-left .banner-img img{ width: 100%; display: block; border-radius: 70%; }
.banner-reit{ width: 44.4%; }
.banner-reit h1.banner-heading{ font-family: 'LibreBaskerville-Regular'; font-size: 85px; line-height: 1; margin: 0 0 33px; font-weight: 400; }
.banner-reit h1.banner-heading small { font-size: 25px; text-transform: uppercase; letter-spacing: 17.5px; background-color: #282828; color: #fff; display: inline-block; font-weight: 400; line-height: 1; padding: 10px 0px 6px 11px; margin: 0 0 21px 0; }
.banner-reit h1.banner-heading strong { display: block; font-weight: 400; text-transform: uppercase; color: #085097; margin: 0 0 12px; font-size: 75px; letter-spacing: 0; }
.banner-reit p{ font-size: 23px; line-height: 1.5; color: #000000; font-family: 'Caudex'; margin: 0 0 60px; }

/* ---------Hm-Banner-Sec------- */

/* ---------Hm-Services-Sec------- */

.hm-services-sctn{ padding: 102px 0 143px; }
.services-content{ padding: 0 80px; }
.services-content h2.text-heading{ margin: 0 0 14px; }
.services-blk{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.services-left { padding: 28px 0 0; width: 48.3%; }
.services-left h3 { font-size: 37px; display: inline-block; border-bottom: 2px solid #000; padding: 0 0 18px 71px; position: relative; font-family: 'Caudex'; font-weight: 400; margin: 0 0 32px 20px; letter-spacing: -0.8px; }
.services-left h3 strong{font-weight: 400; color: #033477; }
.services-left h3::before { content: ""; background-image: url(./images/hm-sprites.webp); width: 80px; height: 75px; position: absolute; left: -24px; top: 5px; background-repeat: no-repeat; background-position: -109px -15px; }
.services-left p{ text-align: left; font-size: 20px; font-family: 'Caudex'; color: #000; line-height: 1.7; margin: 0 0 29px; }
.services-itms{ display: flex; gap: 25px; flex-wrap: wrap; padding: 19px 0 0; align-items: center; }
.services-itms .services-call { text-align: left; font-weight: 400; font-size: 15px; font-family: 'LibreBaskerville-Regular'; color: #000; letter-spacing: 1.6px; line-height: 1.3; padding: 0 0 0 60px; position: relative; }
.services-itms .services-call a{ letter-spacing: 0; font-size: 28px; color: #033477; font-family: 'LibreBaskerville-Bold'; font-weight: 700; }
.services-itms .services-call a::before{ content: ""; background-image: url(./images/hm-sprites.webp); width: 50px; height: 50px; position: absolute; left: 0; top: 0; bottom: 0; background-position: -216px -14px; background-repeat: no-repeat; }
.services-itms .services-call a:hover{ color: #096cd8; }
.services-rigt{ text-align: -webkit-center; position: relative; width: 50%; padding: 0 0 49px; }
.services-rigt .services-img{ width: 73%; }
.services-rigt .services-img img{ margin: 0; width: 100%; display: block; }
.services-rigt h4{font-family: 'LibreBaskerville-Regular';font-size: 40px;color: #fff;background-color: #000;display: inline-block;border-bottom: 5px solid #096dcf;position: absolute;left: 0;right: 0;bottom: 0px;margin: 0 auto 0;width: 100%;max-width: 365px;font-weight: 400;padding: 12px 0 0;}

/* ---------Hm-Services-Sec------- */

/* / Home Help Practice Areas Starts / */
.home-practice-areas {padding: 0 0 129px;}
.home-practice-areas h2.text-heading {margin: 0;}
.home-practice-areas .hm-practice-lst.owl-carousel {margin: 0 0 25px;position: relative;}
.home-practice-areas .hm-practice-lst.owl-carousel::before {content: "";position: absolute;border: 2px solid #024084;border-radius: 400px;width: calc(100% + 60px);height: 79%;top: 3px;left: -30px;right: 0;bottom: 0;margin: auto;}
.home-practice-areas .owl-stage { padding: 70px 0;display: flex;align-items: center;}
.home-practice-areas .hm-practice-itm {padding: 75px 0;text-align: center;border-radius: 50%;width: 100%;position: relative;z-index: 2;}
.home-practice-areas .hm-practice-itm::before {content: "";position: absolute;background-image: url(images/hm-prctc-commercial-img.webp);background-position: center;background-size: cover;background-repeat: no-repeat;inset: 0 0 0 0;opacity: 10%;width: 100%;height: 100%;border-radius: 50%;}
.home-practice-areas .hm-practice-itm.real::before {background-image: url(images/hm-prctc-real-estate-img.webp);}
.home-practice-areas .hm-practice-itm.success::before {background-image: url(images/hm-prctc-succession-img.webp);}
.home-practice-areas .owl-item.center .hm-practice-itm {padding: 92px 0 50px;}
.home-practice-areas .owl-item.center .hm-practice-itm::before {border-radius: 70px !important;opacity: 100%;transform: scaleX(1.56) scaleY(1.09);transform-origin: center;box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);}
.home-practice-areas .owl-item.center .hm-practice-itm::after {content: "";position: absolute;background-image: linear-gradient(0deg,rgb(3, 52, 119) 3%,rgba(3, 52, 119, 0) 87%);transform: scaleX(1.56) scaleY(1.09);border-radius: 70px !important;width: 100%;height: 100%;top: 0;left: 0;bottom: 0;right: 0;margin: auto;z-index: 1;}
.home-practice-areas .owl-item.center .hm-practice-itm h4 {font-size: 50px;color: #fff;}
.home-practice-areas .hm-practice-itm h4 {font-size: 37px;font-family: "LibreBaskerville-Regular";font-weight: 400;line-height: 1.21;letter-spacing: 0;color: #000;margin: 0;position: relative;z-index: 3;padding: 192px 0 0;    text-transform: capitalize;}
.home-practice-areas .hm-practice-itm h4::before {content: "";position: absolute;background-image: url(images/hm-sprites.webp);background-position: -19px -321px;background-repeat: no-repeat;width: 170px;height: 164px;top: 0;left: 0;right: 0;margin: 0 auto;}
.home-practice-areas .owl-item.center .hm-practice-itm h4::before {transform: scale(1.5);}
.home-practice-areas .owl-item.center .hm-practice-itm h4 {padding: 237px 0 0;}
.home-practice-areas .owl-item.center .hm-practice-itm.commer h4::before {background-position: -19px -505px;}
.home-practice-areas .hm-practice-itm.real h4::before {width: 171px;height: 171px;background-position: -219px -318px;}
.home-practice-areas .owl-item.center .hm-practice-itm.real h4::before {background-position: -219px -511px;}
.home-practice-areas .hm-practice-itm.success h4::before {width: 160px;height: 160px;background-position: -419px -314px;}
.home-practice-areas .owl-item.center .hm-practice-itm.success h4::before {background-position: -419px -511px !important;}
.home-practice-areas .home-practice-btn {text-align: center;margin: 0px 0 0;}

.home-practice-areas .hm-practice-lst.owl-carousel .owl-nav {display: flex !important;width: 100%;max-width: 440px;justify-content: space-between;align-items: center;margin: 0px auto 0px;position: absolute;left: 0;right: 0;bottom: -88px;}
.home-practice-areas .hm-practice-lst.owl-carousel .owl-nav button {position: relative;}
.home-practice-areas .hm-practice-lst.owl-carousel .owl-nav button span {font-size: 70px;font-family: "LibreBaskerville-Regular";line-height: 1;color: #000;display: inline-block;}
.hover a {position: absolute;inset: 0 0 0 0;width: 100%;height: 100%;font-size: 0;z-index: 4;  }
.home-practice-areas .center .hover a{transform: scaleX(1.56) scaleY(1.09);}

.home-practice-areas .hm-practice-itm.prsnl::before {background-image: url(images/in-pract-personal-Injury.webp);}
.home-practice-areas .hm-practice-itm.prsnl h4::before{background-image: url(images/in-sprites.webp);background-position:-508px -152px;}
.home-practice-areas .owl-item.center .hm-practice-itm.prsnl h4::before{background-position:-508px -305px;}


/* / Home Help Practice Areas Ends / */

/* / Home Help Section Starts / */
.home-help-section {padding: 131px 0 130px;background-image: url(images/hm-help-bg.webp);background-position: center;background-size: cover;background-repeat: no-repeat;position: relative;}
.home-help-section .hm-help-blk {display: flex;justify-content: flex-end;gap: 95px;}
.home-help-section .hm-help-lft { width: 44.4%; padding: 45px 0 0 0; }
.home-help-section .hm-help-lft h6 {font-size: 25px;font-family: "LibreBaskerville-Regular";font-weight: 400;line-height: 1;letter-spacing: 17.5px;color: #fff;text-transform: uppercase;background: #001544;width: max-content;padding: 9px 0 6px 6px;margin: 0 0 24px;}
.home-help-section .hm-help-lft h3 {font-size: 66px;font-family: "LibreBaskerville-Regular";font-weight: 400;line-height: 1;letter-spacing: 0;color: #085097;text-transform: uppercase;margin: 0 0 13px;}
.home-help-section .hm-help-lft h2 {font-size: 85px;font-family: "LibreBaskerville-Regular";font-weight: 400;line-height: 1.21;letter-spacing: 0;color: #000;text-transform: uppercase;position: relative;margin: 0 0 28px;}
.home-help-section .hm-help-lft h2::before {content: "";position: absolute;background-image: url(images/hm-sprites.webp);background-position: -113px -17px;background-repeat: no-repeat;width: 75px;height: 66px;top: 15px;left: 0px;}
.home-help-section .hm-help-lft h2 strong {padding: 0 0 0 97px;font-weight: inherit;}
.home-help-section .hm-help-lft p {font-size: 23px;font-family: "Caudex";line-height: 1.52;letter-spacing: 0;color: #000;margin: 0 0 51px;}
.home-help-section .hm-help-btn-lst {display: flex;gap: 28px;}
.home-help-section .help-call-btn a.cmn-btn {font-size: 28px;padding: 19px 40px 18px 80px;color: #033477;background: transparent;border: 1px solid #001544;position: relative;}
.home-help-section .help-call-btn a.cmn-btn:hover {background-image: -webkit-linear-gradient(0deg,rgb(8, 80, 151) 0%,rgb(9, 114, 217) 100%);color: #fff;}
.home-help-section .help-call-btn a.cmn-btn:before { position: absolute; content: ""; left: 3px; top: 0; margin: auto; bottom: 0; width: 61px; height: 61px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -399px -16px; background-color: #001544; border-radius: 50%; padding: 10px; }
.home-help-section .hm-help-rht {width: 42%;border-radius: 50%;overflow: hidden;border: 10px solid rgba(255, 255, 255, 4%);}
.home-help-section .hm-help-rht img {width: 100%;display: block;height: 100%;margin: 0;}
/* / Home Help Section Ends / */


/* HOME-RESOLUTIONS-SECTION*/

.home-resolutions-section {padding: 102px 0 0;}
.home-resolutions-section h2{margin: 0 ;}
.resolutions-rit-itm .resolutions-rit-cont h4{font-family: 'Caudex';font-weight: 400;font-size:37px;color:#141927;letter-spacing:-0.74px;line-height:1;margin: 0 0 33px;position: relative;padding: 0 0px 30px 140px;text-transform:capitalize;}
.resolutions-rit-itm .resolutions-rit-cont h4:before{position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-position: -9px -120px; left: 0; bottom: 0; width: 119px; height: 104px; }
.resolutions-rit-itm .resolutions-rit-cont h4:after{position: absolute; content: ""; background-color: #000000; width: 565px; height: 3px; bottom: 0; right: 0; left: 0;margin: auto;}
.resolutions-rit-itm .resolutions-rit-cont h4 strong{color: #033477; font-weight: 400; }
.resolutions-rit-itm p{font-family: 'Caudex';font-weight: 400;font-size:22px;color:#141927;line-height: 1.6;margin: 0 0 25px;padding:0;}
.resolutions-lft-itm {width: 49%;}
.resolutions-rit-itm{width: 41.4%;}
.resolutions-lst{display: flex;align-items: flex-end;flex-wrap: wrap;gap: 0px 16px;}
.resolutions-lft-img {margin: 0 0 0 -40px;}
.resolutions-lft-img img{width: 100%; display: block;}
.resolutions-rit-btn {margin: 53px 0 0;}
.resolutions-rit-btn a{font-family: 'Caudex-Bold';font-weight: 700;padding: 19px 51px;letter-spacing: 0;}
/* HOME-RESOLUTIONS-SECTION*/

/*our-team-section*/
.home-our-team-section {padding: 130px 0 135px;background-image: url(images/our-team-bg.webp);background-repeat: no-repeat;background-position: center;background-size: 100% 100%;}
.our-team-rit h5{font-family: 'LibreBaskerville-Regular';font-weight: 400;font-size:25px;color:#000000;letter-spacing:8px;line-height:1;margin: 0 0 6px;position: relative;padding: 0px;text-transform:uppercase;}
.our-team-rit h4{font-family: 'Caudex';font-weight: 400;font-size:26px;color:#000000;letter-spacing: 0px;line-height: 1.5;margin: 0 0 64px;position: relative;padding: 0 0px 22px 140px;text-transform:capitalize;}
.our-team-rit h4:before{position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-position: -9px -120px; left: 0; bottom: 0; width: 119px; height: 104px; }
.our-team-rit h4:after{position: absolute; content: ""; background-color: #000000; width: 82%; height: 3px; bottom: 0;  left: 84px;margin: auto;}
.our-team-rit h2{color: #085097;text-align: left;margin: 0 0 20px;}
.team-lft-itm{width: 48.1%; text-align: center;    position: relative;}
.our-team-rit {width: 49%;}
.our-team-lft {width: 39.8%;}
.team-itm-img{position: relative;z-index: 1;    width: 80%;margin:auto;}
.team-itm-img:before{position: absolute; content:""; background-color:#033477;     width: 100%; height: 91%; bottom: 7px; left: 0;right: 0;margin: auto; z-index: -1;    border-radius: 50%;}
.team-lft-itm:hover .team-itm-img:before{  background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(9,108,216) 0%, rgb(3,52,119) 100%);box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);}
.team-hvr a {position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; font-size: 0; z-index: 2; }
.team-itm-img img{width: 100%; display: block; border-radius: 50%;}
.our-team-lft .team-lft-img img{width: 100%;display: block; border-radius: 50%;}
.our-team-lst{display: flex;justify-content: space-between;padding: 0 40px 0 0;flex-wrap: wrap;align-items: flex-start;}
.team-rit-lst{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 0 0 -32px;}
.team-itm-cont h3{font-family: 'Caudex-Bold';font-weight: 700;z-index: 1;text-transform: uppercase;background-image: -webkit-linear-gradient(0deg, rgb(8, 80, 151) 0%, rgb(9, 114, 217) 100%);color: #fff;padding: 20px 33px;font-size:23px;letter-spacing: 0px;line-height: 1;margin: 0 auto 0;border-radius: 30px;position: absolute;bottom: -13px;left: 0;right: 0;}
.team-lft-itm:hover .team-itm-cont h3{background: #085097;}
/*our-team-section end*/

/* home-testimonils-section */
.home-testimonils-section .container{max-width: 1500px; margin: auto; width: 100%; }
.home-testimonils-section{display: none; padding: 150px 0px;background-image: url(images/testi-bg.webp);background-repeat: no-repeat;background-size: 100% 100%;background-position: center;}
.home-testimonils-section h2{ letter-spacing: -1.5px; margin: 0 0 39px; }
.hm-testi-item h6{text-align: center;font-family: 'Caudex-Bold';font-weight: 700;font-size:30px;color:#024084;letter-spacing:0px;line-height:1;margin: 0px 0 25px;padding: 0px;text-transform:capitalize;}
.hm-testi-item p{font-family: 'Caudex';font-weight: 400;font-size:26px;color:#141927;line-height: 1.8;margin: 0px 0 35px;padding: 0px;text-align: center;}
.hm-testi-item h5{font-family: 'LibreBaskerville-Regular'; font-weight: 400; font-size: 37px; color: #024084; line-height: 1; letter-spacing: 0px; text-align: center; margin: 0 0 30px;padding: 0;}
.testi-btn{text-align: center;}
.star-rat{background-image: url(images/star-rat-img.webp);background-repeat:no-repeat;width: 190px;height: 35px;margin: 0 auto 36px; background-repeat: no-repeat; background-size: contain; }
.hm-testi-item{padding: 0px 80px 30px;position: relative;}
.hm-testi-item:before{position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-position: -150px -135px; width: 79px; height: 60px; top: 0;left: 0;}
.hm-testi-item:after{position: absolute;content: "";background-image: url(images/hm-sprites.webp);background-position: -246px -135px;width: 79px;height: 60px;bottom: 50px;right: 0;}
.hm-testi-item-cont{padding: 0 80px;}
.home-testimonils-section .owl-carousel .owl-nav button span {font-size: 70px; font-family: 'LibreBaskerville-Regular'; line-height: 1; color: #000; display: inline-block; }
.home-testimonils-section .owl-carousel .owl-nav {z-index: -2; display: flex !important; width: 100%; max-width: 440px; justify-content: space-between; align-items: center; margin: 0px auto 0px; position: absolute; left: 0; right: 0; bottom: -63px; }
.home-testimonils-section .owl-carousel .owl-nav button span {font-size: 70px; font-family: 'LibreBaskerville-Regular'; line-height: 1; color: #000; display: inline-block; }
/* home-testimonils-section */


/* / Footer / */

.ftr-form-sctn{padding: 120px 0 76px;text-align: center;background-image: url(images/footer-form-bg.webp);background-repeat: no-repeat;background-position: top;position: relative;z-index: 0;}
.ftr-form-sctn:before{position: absolute;content: "";left: 0;right: 0;margin: auto;top: 0;bottom: 0;width: 100%;height: 100%;opacity: 88%;background-color: #fff;pointer-events: none;z-index: -1;}
.ftr-form-sctn .footer-top-blk{position: relative;padding: 337px 0 115px 0;z-index: 0;}
.ftr-form-sctn .footer-top-blk:before{position: absolute; content: ""; top: 0; left: 0; right: 0; margin: auto; width: 330px; height: 330px; background-image: url(images/ftr-logo-icon.webp); background-repeat: no-repeat; background-size: contain; }
.ftr-form-sctn .footer-top-blk h2{font-size: 85px;text-transform: capitalize;margin: 0 0 12px;line-height: 1;}
.ftr-form-sctn .footer-top-blk p{color: #141927;font-size: 37px;font-family: 'Caudex';font-weight: 400;line-height: 1.6;letter-spacing: 0px;text-transform: capitalize;margin:0 0 32px;}
.ftr-form-sctn .footer-btns-lst{display: flex;justify-content: center;gap: 22px;}
.ftr-form-sctn .call-btn a {color: #033477;font-size: 28px;font-family: 'LibreBaskerville-Bold';padding: 20px 30px 20px 90px;background: transparent;background-image: none;font-weight: 700;letter-spacing: 0;border: 1px solid #001544;}
.ftr-form-sctn .call-btn a:before {position: absolute; content: ""; left: 3px; top: 0; margin: auto; bottom: 0; width: 61px; height: 61px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -399px -16px; background-color: #001544; border-radius: 50%; padding: 10px; }
.ftr-form-sctn .call-btn a:hover{color: #fff; background-color:#033477; }
.ftr-form-sctn .footer-lst{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0 0 0 80px;}
.ftr-form-sctn .footer-form{width: 56%;text-align: left;}
.ftr-form-sctn .footer-loctn{width: 42%;position:relative;}
.ftr-form-sctn .footer-loctn iframe{width: 100%;display: block;opacity: 0.4;}
.ftr-form-sctn .footer-form h2{text-transform: capitalize;margin: 0 0 25px;text-align: left;letter-spacing: -1.32px;}
.ftr-form-sctn .footer-form p{color: #024084;font-size: 20px;font-family: 'Caudex';font-weight: 400;line-height: 1;letter-spacing: 0px;margin: 0 0 61px;text-transform: capitalize;}
.ftr-form-sctn .footer-loctn h2{letter-spacing: 1.3px;text-transform: capitalize;margin: 0 0 -35px;}
.iframe-img { width: 92.6%; }
.iframe-img img { width: 100%; display: block; object-fit: cover; }
.ftr-form-sctn .loctn-cont p{color: #000; font-size: 18px; font-family: 'Caudex'; font-weight: 400; line-height: 1.6; letter-spacing: 0; margin: 0 0 10px; background-color: #fff; padding: 25px; }
.ftr-form-sctn .loctn-cont{position: absolute;top: 0;bottom: 0;margin: auto;left: 0;right: 0;width: max-content;height: max-content;padding: 135px 0 0 0;}
.ftr-form-sctn .loctn-cont p a{color: #024084; font-size: 15px; font-family: 'Caudex'; font-weight: 700; line-height: 1; letter-spacing: 0; margin: 10px 0 0 0; text-transform: uppercase; display: block; text-decoration: underline; }
.ftr-form-sctn .loctn-cont p a:before{position: absolute;content: "";left: 0;right: 0;margin: auto;top: 0;width: 80px;height: 104px;background-image: url(images/hm-sprites.webp);background-repeat: no-repeat;background-position: -285px -10px;}
.ftr-form-sctn .gform_wrapper ul {display: flex !important;flex-wrap: wrap !important;gap: 0 17px;justify-content: space-between;}

.ftr-form-sctn .gform_wrapper.gform_validation_error ul li,
.ftr-form-sctn .gform_wrapper ul li {max-width: 48.4%;width: 100%;position: relative;margin: 0 0 42px !important;padding: 0 !important;}
.ftr-form-sctn .gform_wrapper ul li input,
.ftr-form-sctn .gform_wrapper ul li textarea {font-family: 'Caudex' !important; background-color: #fff; color: #000; font-size: 20px !important;border: none !important; line-height: 1 !important; font-weight: 400 !important; outline: none !important; text-decoration: none; padding: 15px 56px 16px 26px !important; margin: 0px !important; }
.ftr-form-sctn .gform_wrapper ul li textarea {resize: none;height: 160px;}
.ftr-form-sctn .gform_wrapper ul li.popfield, .ftr-form-sctn .gform_wrapper ul li.chk, .ftr-form-sctn .gform_wrapper ul li.msg{max-width: 100%;}
.ftr-form-sctn .gform_wrapper ul li .ginput_container { margin: 0px !important; width: auto !important; padding: 0 !important; }
.ftr-form-sctn .gform_wrapper ul li textarea::placeholder {color: #000000;}

.ftr-form-sctn .gform_wrapper ul li.chk ul li label {color: #303030; font-size: 20px; padding-left: 8px; letter-spacing: 0px; font-family: 'Caudex';font-weight:400 !important; }
.ftr-form-sctn .gform_wrapper ul li .form-links, 
.ftr-form-sctn .gform_wrapper ul li .form-links a {text-align: left; display: inline-block; width: max-content; margin: 0px !important; font-family: 'Caudex';font-weight: 400; color: #303030; font-size: 20px !important; line-height: 1 !important; letter-spacing: 0.32px; }
.ftr-form-sctn .gform_wrapper ul li.chk,
.ftr-form-sctn .gform_wrapper ul li.chk ul li.gchoice {margin: 0 0 0 !important;}

.ftr-form-sctn .gform_wrapper ul li.popfield {margin: 0 !important;}
.ftr-form-sctn .gform_wrapper ul li.gfield::before { position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 22px; border: 1px solid #d1d4d6; border-top: 0; border-right: 0; }
.ftr-form-sctn .gform_wrapper ul li.gfield.chk:before,
.ftr-form-sctn .gform_wrapper ul li.popfield:before{display: none;}
.form-blk .gform_wrapper ul li.chk li input { padding: 0 !important; border: 1px solid #b9b9b9 !important; }
.ftr-form-sctn .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.ftr-form-sctn .gform_legacy_markup_wrapper .top_label .gfield_label{display: none;}

/*button styles*/

.ftr-form-sctn .gform_wrapper .gform_footer {text-align: right;margin: -74px 0 0;padding: 0;position: relative;z-index: 0;width: max-content;float: right;}
.ftr-form-sctn .gform_wrapper .top_label input[type="submit"] {font-family:'LibreBaskerville-Bold';display: inline-block;background-color: #80939a;color: #fff !important;font-size: 22px !important;line-height: 1 !important;text-transform:capitalize !important;letter-spacing: -0.2px;cursor: pointer !important;padding: 23px 55px !important;margin: 0px !important;border-radius:50px;background-image: -webkit-linear-gradient(0deg, rgb(8, 80, 151) 0%, rgb(9, 114, 217) 100%);border:1px solid transparent;}
.ftr-form-sctn .gform_wrapper .top_label input[type="submit"]:hover { background: transparent;border: 1px solid #001544;color: #033477 !important;}

/* / popup content / */
#popup-container {position: absolute; top: 0; left: 0; width: 100%; pointer-events: none; z-index: 2; } 
.popup {position: relative;display: inline-block;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;width: 100%;}
.popup .popuptext {width:100%;visibility: hidden;color: #000;position: absolute;transition: transform 0.15s ease-out 0.15s;z-index: 1;margin: 20px 0;text-align: center;padding: 20px;border: 1px solid rgba(0, 0, 0, 0.2);background: #fff;font-size: 14px;color: black;transition: transform 0.15s ease-out;display: inline-block;line-height: 2;}
.popup .show {visibility: visible;-webkit-animation: fadeIn 1s;animation: fadeIn 1s;position: inherit;width: 100%;}
/*error-fields*/
.ftr-form-sctn .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {background:transparent;border:none;padding:0px !important;}
.ftr-form-sctn .gform_wrapper ul li .gfield_description, 
.ftr-form-sctn .gform_wrapper ul li .instruction.validation_message {position:absolute;top: 5px;right: 5px;padding:0px !important;text-align:right;pointer-events:none;width: auto;font-family: 'Caudex' !important;font-weight: 600;font-size: 12px;line-height: 1;}
.ftr-form-sctn .gform_wrapper ul li .instruction.validation_message {top:auto;bottom: 5px;}
.ftr-form-sctn .gform_wrapper ul li.chk .gfield_description {text-align: left;top: auto;bottom: -15px;left: 0px;}
.ftr-form-sctn .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.fst-nm.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.ftr-form-sctn .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.lst-nm.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.ftr-form-sctn .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.emil.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.ftr-form-sctn .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.phn.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width: 49% !important;}
.ftr-form-sctn .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { width:100% !important; max-width:100% !important; }
.ftr-form-sctn .gform_legacy_markup_wrapper div.validation_error {display: none;}
/* --------------- */


.footer-btm{background-image: url(images/footer-bg.webp); background-size: cover; background-repeat: no-repeat;background-position: center;padding: 55px 0 0 !important;position: relative;z-index: 0;}
.footer-btm .container{max-width: 1500px;}
.footer-btm:before{position: absolute; content: ""; left: 0; right: 0; margin: auto; top: 0; bottom: 0; background-color: #021f50; opacity: 75%; pointer-events: none; z-index: -1; }
#footer-bottom #footer-bottom-menu {float: none; text-align: center; padding-left: 0; }
#footer-bottom #footer-bottom-menu, #footer-bottom #copyright {width: 100%; }
#footer-bottom{background-color: transparent;padding: 0;}
.sidebar-box {margin-bottom: 0; }
.menu-footer-menu-container ul{border-bottom: 1px solid #ffffff59;padding: 0 0 30px !important;text-align: center;}
.menu-footer-menu-container ul li{margin: 0;border-right:1px solid #fff;padding: 0 70px 0;display: inline-block; line-height: 1;}
.menu-footer-menu-container ul li:first-child{padding-left:0;margin-left:0; }
.menu-footer-menu-container ul li:last-child{padding-right:0;margin-right:0; }
.menu-footer-menu-container ul li:last-child{border-right: none;}
.menu-footer-menu-container ul li a{color: #fff !important; font-size: 18px; font-family: 'Caudex'; font-weight: 400; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.menu-footer-menu-container ul li.current-menu-item a,
.menu-footer-menu-container ul li a:hover{color: #096cd8 !important;}
.menu-footer-menu-container ul li:after{display: none;}
.ftr-btm-lst{display: flex;justify-content: space-between;padding: 60px 0 43px 28px;}
.footer-item:last-child{border-right: 0;padding: 0;}

.footer-item.location{ width: 24.2%; }
.footer-item.ftr-logo{ width: 42%; padding: 0 95px 0; border: 1px solid #556476; border-top: 0; border-bottom: 0; }
.footer-item.contact{ width: 26.6%; padding: 0 0 0 50px; }

.ftr-itms h4{color: #fff;font-size: 37px;font-family: 'LibreBaskerville-Regular';font-weight: 400;line-height: 1;letter-spacing: 0;margin: 0 0 17px;text-transform: capitalize;}
.ftr-itms p{color: #fff;font-size: 20px;font-family: 'Caudex';font-weight: 400;line-height: 1.3;margin: 0;position: relative;}
.ftr-lctn.ftr-itms p{padding: 0 0 0 52px;}
.ftr-lctn.ftr-itms p:before{position: absolute; content: ""; left: 0; top: 0; bottom: 0; right: 0; width: 38px; height: 56px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -528px -135px; }
.ftr-logo img{display: block;width: 100%;}
.ftr-cont.ftr-itms p{font-size: 23px; padding: 0 0 0 60px; }
.ftr-cont.ftr-itms p a{color: #fff; font-size: 35px; font-family: 'Caudex'; font-weight: 700; line-height: 1; letter-spacing: 0; margin: 0; display: block; text-transform: capitalize; }
.ftr-cont.ftr-itms p a:hover{color: #000 !important;}
.ftr-cont.ftr-itms p a:before{position: absolute; content: ""; left: 0; top: 0; bottom: 0; margin: auto; width: 47px; height: 47px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -504px -26px; }
.footer-scl-icons{position: relative;}
.footer-scl-icons:before{position: absolute; content: ""; left: 30px; top: 0; bottom: 0; margin: auto; width: 42.4%; height: 1px; background-color: #ffffff59; }
.footer-scl-icons:after{position: absolute; content: ""; right: 30px; top: 0; bottom: 0; margin: auto; width: 42.4%; height: 1px; background-color: #ffffff59; }
.ftr-scl-icns{display: flex;justify-content: center;gap: 20px;}
.ftr-scl-icns a{font-size: 0; width: 60px; height: 60px; border-radius: 50%; background-color: #095eb1; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -347px -135px; }
.ftr-scl-icns a.twitter{background-position: -423px -135px;}
.ftr-scl-icns a:hover{background-color: #fff;background-position: -348px -210px;}
.ftr-scl-icns a.twitter:hover{background-position: -425px -210px;}
.copyrights{text-align: center;display: block;width: 100%;padding: 46px 0;}
.cpy-inr p, .ftrlink a, p.rit-btm{ color: #fff; font-size: 20px; font-family: 'Caudex'; font-weight: 400; line-height: 1; letter-spacing: 0; margin: 0; text-transform: capitalize; }
.ftrlink a:hover{color: #095eb1 !important;}
.cpy-inr, .ftrlink, p.rit-btm{display: inline-block;}




/*Inner page Default Styles*/

.page_bnr {
    padding:180px 0 70px;
    background-image: url(images/pg-banr-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    text-align: center;
}
.page_title {
    padding: 20px;
    background-color: #ffffff54;
}
.page_title h1,
.page_title h2 {
    font-size: 52px;
    font-family: 'LibreBaskerville-Regular';
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    position: relative;
    margin: 0px 0 5px;
}

.inrpg-breadcrumbs {
    font-size: 21px;
    font-family: 'Caudex';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    text-transform: capitalize;
}

.inrpg-breadcrumbs a {
    color: #096cd8;
}

.inrpg-breadcrumbs a:hover {
    color: #000;
}

.page_default {
    padding: 80px 0;
    position: relative;
}

.container1 {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.page_content {
    display: flex;
    justify-content: space-between;
}

.genpg-rite {
    width: 64.9%;
}

.genpg-lft {
    width: 31.3%;
    max-width: 400px;
}

.genpg-rite.full-width,
.genpg-lft.full-width {
    width: 100%;
    max-width: 100%;
}

.genpg-rite h1,
.genpg-rite h2,
.genpg-rite h3,
.genpg-rite h4,
.genpg-rite h5,
.genpg-rite h6 {
    font-family: 'LibreBaskerville-Regular';
    font-weight: 400;
    margin: 0 0 20px;
    color: #000;
   text-transform: capitalize;
    line-height: 1.2;
}

.genpg-rite h1,
.genpg-rite h2 {
    font-size: 48px;
}

.genpg-rite h1 strong,
.genpg-rite h2 strong {
    font-weight: inherit;
}

.genpg-rite h3 {
    font-size: 40px;
}

.genpg-rite h4 {
    font-size: 36px;
}

.genpg-rite h5 {
    font-size: 30px;
}

.genpg-rite h6 {
    font-size: 25px;
}

.genpg-rite a {
    color: #085097;
    text-decoration: 1px underline #c0ccdd;
    text-underline-offset: 4px;
}

.genpg-rite p,
.genpg-rite li {
    font-family: 'Caudex';
    font-size: 20px;
    line-height: 1.75;
    color: #000;
    margin: 0 0 20px 0;
}

.genpg-rite li {
    padding-left: 26px;
    position: relative;
    list-style: none;
}

.genpg-rite ul li:before,
.genpg-rite li ul li:before {
    position: absolute;
    content: "";
    background: #033477;
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    top: 12px;
}

.genpg-rite li ul {
    padding: 20px 0 0 0px;
    margin: 0;
}

div{    font-family: 'Caudex';
    font-size: 20px;
        line-height: 1.75;
    color: #000;
}
.genpg-rite li ul li {
    padding-left: 24px;
    list-style: none;
    position: relative;
}

.genpg-rite ol,
.genpg-rite ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}

.genpg-rite ol {
    list-style-type: decimal;
    margin-left: 27px;
}

.genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}

.genpg-rite li a:hover,
.genpg-rite a:hover {
    color: #000;
    text-decoration: none;
}

.genpg-rite li ul {
    padding: 15px 0 0 0px;
    margin: 0;
}

.genpg-rite ol,
.genpg-rite ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}

.genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
}

.genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}

.genpg-rite ul li>ul li {
    list-style-type: none;
}

.genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}

.genpg-rite ul li>ol li {
    list-style-type: decimal;
}

.genpg-rite ul li>ol li>ul li {
    list-style-type: none;
}

/* common image starts */

.genpg-rite .cmn-img img {
    display: block;
    width: 100%;
}

.genpg-rite .cmn-img {
    margin: 0 0 30px;
}

/* common image Ends */

/* Common Content Box Starts */

.genpg-rite .cta-box.cont {
    text-align: center;
    background-image: url(images/cont-cta-bg.webp);
    background-repeat: no-repeat;
    padding: 34px 10px 45px;
    background-size: cover;
    margin: 0 0 50px 0;
}

.genpg-rite .cta-box.cont h2 {
    color: #fff;
    font-size: 56px;
    font-family: 'LibreBaskerville-Regular';
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.genpg-rite .cta-box.cont h2 strong {
    display: block;
    font-size: 65px;
    font-weight: 400;
}

.genpg-rite .cta-box.cont p {
    color: #fff;
    font-size: 19px;
    font-family: 'Caudex';
    font-weight: 400;
    line-height: 1;
    margin: 0 0 34px;
}

.genpg-rite .in-btns-lst {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.genpg-rite .in-call-btn a {
    font-size: 25px;
    font-family: 'LibreBaskerville-Bold';
    padding: 16px 28px 16px 70px;
    background: transparent;
    background-image: none;
    font-weight: 700;
    letter-spacing: 0;
    border: 1px solid #fff;
}

.genpg-rite .in-scdl-btn a,
.genpg-rite .in-call-btn a {
    color: #fff;
    text-decoration: none;
}

.genpg-rite .cta-box.cont .in-scdl-btn a {
    font-size: 20px;
    padding: 19px 39px;
    letter-spacing: 0;
}

.genpg-rite .in-scdl-btn a:hover {
    background: transparent;
    border: 1px solid #fff;
}

.genpg-rite .in-call-btn a:before {
    position: absolute;
    content: "";
    left: 3px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 54px;
    height: 54px;
    background-image: url(images/in-sprites.webp);
    background-repeat: no-repeat;
    background-position: -277px -13px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.genpg-rite .in-call-btn a:hover {
    background-image: -webkit-linear-gradient(0deg, rgb(8, 80, 151) 0%, rgb(9, 114, 217) 100%);
}

/* Common Content Box Ends */

/* Inner Sidebar */

.genpg-lft .sidebar-box {
    background-color: #0855a0;
    border-radius: 20px;
    padding: 32px 10px 38px;
    position: relative;
    margin: 0 0 50px;
}

.genpg-lft .sidebar-box .widget-title,
.genpg-lft .widget.testi .widget-title {
    position: relative;
    font-family: 'LibreBaskerville-Regular';
    color: #fff;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
    border: none;
    padding: 0 0 19px;
    margin: 0px 0 10px;
}

.genpg-lft .sidebar-box .widget-title::before {
    content: '';
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 47.4%;
    height: 2px;
}

.genpg-lft .blog-sidebar .widget-title {
    margin: 0px 0 21px;
}

.genpg-lft .menu li a,
.genpg-lft .blog-sidebar ul li a {
    color: #fff;
    font-size: 27px;
    display: block;
    position: relative;
    margin: 0px 0 5px;
    line-height: 1.2;
    font-family: 'Caudex';
    text-transform: capitalize;
    padding: 14px 20px 14px 55px;
}

.genpg-lft .menu li,
.genpg-lft .blog-sidebar ul li {
    margin: 0;
}

.genpg-lft .menu li:last-child,
.genpg-lft .blog-sidebar ul li {
    margin-bottom: 0;
}

.genpg-lft .blog-sidebar ul li a {
    font-size: 22px;
    line-height: 1.31;
    padding: 10px 5px 9px 39px;
}

.genpg-lft .blog-sidebar ul li {
    border: none !important;
    padding: 0;
}

.genpg-lft .sub-menu {
    padding: 0;
}

.genpg-lft .sub-menu li a {
    font-size: 20px;
    line-height: 1.3;
}

.genpg-lft .sub-menu ul li {
    padding: 0 0 0 30px;
}

.genpg-lft .sub-menu ul li a {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.genpg-lft .menu li a:hover,
.genpg-lft .blog-sidebar ul li a:hover {
    background-color: #fff;
    color: #033477;
}

.genpg-lft .menu li a:hover::before {
    background-color: #033477;
}


.genpg-lft .blog-sidebar ul li a:hover::before {
    background-color: #096cd8 !important;
}

.genpg-lft .menu li a:before,
.genpg-lft .blog-sidebar ul li a:before {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 26px;
    right: 0;
    top: 27px;
    background-color: #fff;
}

.genpg-lft .blog-sidebar ul li a:before {
    top: 23px;
}

.genpg-lft .blog-sidebar ul li a::before,
.genpg-lft .blog-sidebar ul li a:hover::before {
    top: 18px !important;
    left: 15px;
}

.genpg-lft .blog-sidebar ul li a:hover:before {
    background-color: #fff;
}

/*inr-testi-sidebar*/

.genpg-lft .widget.testi .widget-title {
    color: #000;
    padding: 0;
    margin: 0 0 31px;
}

.genpg-lft .hm-testi-item {
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.genpg-lft .hm-testi-item:before {
    display: none;
}

.genpg-lft .hm-testi-item::after {
    display: none;
}

.genpg-lft .widget.testi {
    padding: 47px 15px;
    background-color: #fff;
    border: 2px solid #024084;
    border-radius: 20px;
    position: relative;
}

.genpg-lft .widget.testi .star-rat {
    background-image: url(images/in-star-rat.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 172px;
    height: 31px;
    margin: 0 auto 16px;
    position: relative;
}

.genpg-lft .widget.testi .in-testi-item p {
    font-family: 'Caudex';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.95;
    color: #000;
    margin: 0 0 21px;
}

.genpg-lft .widget.testi .in-testi-item h5 {
    font-size: 27px;
    font-family: 'LibreBaskerville-Regular';
    font-weight: 400;
    line-height: 1;
    color: #024084;
    margin: 0 0 38px;
}

.genpg-lft .in-testi-item {
    position: relative;
    text-align: center;
}

.genpg-lft .widget.testi .in-testi-item::before,
.genpg-lft .widget.testi .in-testi-item::after {
    position: absolute;
    content: "";
    background-image: url(images/in-sprites.webp);
    background-position: -161px -27px;
    width: 49px;
    height: 38px;
    top: 0px;
    left: 0;
}

.genpg-lft .widget.testi .in-testi-item::after {
    background-position: -222px -27px;
    left: inherit;
    right: 0;
    top: inherit;
    bottom: 0;
}

.widget.testi .sidebar-testi.owl-carousel .owl-nav.disabled {
    display: block;
}

.widget.testi .sidebar-testi.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: auto;
    position: relative;
    font-size: 0;
}

.widget.testi .sidebar-testi.owl-carousel .owl-nav button {
    background-image: url(./images/in-sprites.webp);
    width: 61px;
    height: 22px;
    background-position: -432px -27px;
}

.widget.testi .sidebar-testi.owl-carousel .owl-nav button.owl-next {
    background-position: -513px -27px;
}

.widget.testi .sidebar-testi.owl-carousel .owl-nav button:hover {
    background-position-y: -64px;
    transition: all 0.5s;
}

/*blog sidebar*/

.genpg-lft .blog-archives {
    padding: 50px 33px;
    background-color: #fff;
    border: 2px solid #024084;
    border-radius: 20px;
}

.genpg-lft .blog-archives .sidebar-box {
    padding: 0px;
    background-color: transparent;
    margin: 0 0 40px;
}

.genpg-lft .blog-archives .sidebar-box input,
.genpg-lft .blog-archives .sidebar-box span.theme-select {
    font-family: 'Caudex';
    font-size: 20px !important;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000;
    padding: 16px 80px 14px 25px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #9c9898;
    appearance: none;
    outline: none;
    height: 60px !important;
    display: inline-block !important;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
.page_default .genpg-lft  input.search-submit {
    padding: 0;
    margin: 0;
    font-size: 0 !important;
}
.genpg-lft input.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    outline: 0;
    font-size: 0;
    background-image: url(images/in-sdbar-search-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    background-color: transparent;
}

.genpg-lft .blog-archives .sidebar-box span.theme-select {
    background-image: url(images/in-sdbar-dropdown-arw.webp);
}

.genpg-lft .blog-archives .widget-title {
    color: #242444;
    text-align: left;
    padding: 0px !important;
    margin: 0 0 19px;
    border: none;
}

.genpg-lft .blog-archives .widget-title:before {
    display: none;
}

.genpg-lft .theme-select:after {
    display: none;
}

.genpg-lft .blog-archives option {
    font-size: 20px;
}

.genpg-lft .blog-archives .sidebar-box.widget_archive {
    margin: 0px;
}

/* Inner About Starts */

.inr-prct-img-div {
    margin: 0 0 30px;
}

.genpg-rite .in-team-lst {
    display: flex;
    justify-content: space-between;
    margin: 0px 0 50px 0;
}

.genpg-rite .in-team-lft-itm {
    width: 47%;
    text-align: center;
    position: relative;
}

.genpg-rite .in-team-atrny-img {
    position: relative;
    z-index: 1;
    width: 80%;
    margin: auto;
}

.genpg-rite .in-team-atrny-img img {
    width: 100%;
    display: block;
    border-radius: 50%;
}

.genpg-rite .in-team-atrny-img:before {
    position: absolute;
    content: "";
    background-color: #033477;
    width: 100%;
    height: 91%;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
}

.genpg-rite .in-team-itm-cont h3 {
    font-family: 'Caudex-Bold';
    font-weight: 700;
    z-index: 1;
    text-transform: uppercase;
    background: #085097;
    color: #fff;
    padding: 22px 35px;
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 1;
    margin: 0 auto 0;
    border-radius: 50px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.genpg-rite .in-team-lft-itm:hover .in-team-atrny-img:before {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(9, 108, 216) 0%, rgb(3, 52, 119) 100%);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.genpg-rite .in-team-lft-itm:hover .in-team-itm-cont h5 {
    background-image: -webkit-linear-gradient(0deg, rgb(8, 80, 151) 0%, rgb(9, 114, 217) 100%);
}

/* Inner About Ends */

/* Inner Single Attorney Starts */

.genpg-rite .inn-atrny-lst {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border: 2px solid #024084;
    margin: 61px 0 55px;
}

.genpg-rite .inn-atrny-img img {
    display: block;
    width: 100%;
        margin: 0;
}

.genpg-rite .inn-atrny-img {
    width: 48.6%;
    margin: -65px 0 0 0;
}

.genpg-rite .inn-atrny-rite-cont {
    width: 49%;
    padding:10px 0;
}

.genpg-rite .inn-atrny-rite-cont h4 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1.3;
}

.genpg-rite .inn-atrny-rite-cont h5 {
    color: #0855a0;
    font-size: 20px;
    font-family: 'Caudex';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 12px;
    line-height: 1.3;
}

.genpg-rite .inn-atrny-contact-us p {
    font-size: 15px;
    font-family: 'LibreBaskerville-Regular';
    font-weight: 400;
    letter-spacing: 1.8px;
    position: relative;
    padding: 0 0 0 58px;
}

.genpg-rite .inn-atrny-contact-us p a {
    font-size: 28px;
    font-family: 'LibreBaskerville-Bold';
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0px;
    display: inline-block;
    color: #000;
        text-decoration: none;
}
.genpg-rite .inn-atrny-contact-us p a:hover {
    color: #0855a0;
}
.genpg-rite .inn-atrny-contact-us p a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    background-image: url(images/in-sprites.webp);
    background-repeat: no-repeat;
    background-position: -348px -27px;
}

.genpg-rite .inn-atrny-btn a {
    color: #fff;
    text-decoration: none;
    padding: 22px 32px !important;
    font-size: 22px !important;
    letter-spacing: -0.22px;
    font-family: 'LibreBaskerville-Regular';
}

.genpg-rite .inn-atrny-btn a:hover {
    color: #085097;
}

/* Inner Single Attorney Ends */

/* Inner Practice Areas Starts */

.genpg-rite .in-pract-lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.genpg-rite .in-pract-itms {
    width: 31.5%;
    position: relative;
}

.genpg-rite .in-pract-img {
    position: relative;
}

.genpg-rite .in-pract-img img {
    display: block;
    width: 100%;
    border-radius: 70px;
}

.genpg-rite .in-pract-img:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 90%;
    pointer-events: none;
}

.genpg-rite .pract-hover a {
    position: absolute;
    font-size: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.genpg-rite .in-pract-cont h4 {
    font-size: 35px;
    line-height: 1.1;
    margin: 0;
    letter-spacing: 0;
    position: relative;
    padding: 190px 0 0;
}

.genpg-rite .in-pract-cont {
    position: absolute;
    bottom: 50px;
    left: 0;
    margin: auto;
    right: 0;
    padding: 0 20px;
    text-align: center;
}

.genpg-rite .in-pract-cont h4:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 123px;
    height: 113px;
    background-image: url(images/in-sprites.webp);
    background-repeat: no-repeat;
    background-position: -34px -182px;
}

.genpg-rite .realest .in-pract-cont h4:before {
    background-position: -199px -182px;
}

.genpg-rite .scenlaw .in-pract-cont h4:before {
    background-position: -361px -182px;
}

.genpg-rite .prsnl .in-pract-cont h4:before {
    background-position: -528px -182px;
}

.genpg-rite .in-pract-itms:hover .in-pract-cont h4 {
    color: #fff;
}

.genpg-rite .in-pract-itms:hover .in-pract-img:before {
    opacity: 30%;
}

.genpg-rite .in-pract-itms:hover .in-pract-img:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(90deg, rgb(3, 52, 119) 0%, rgb(3 3 3 / 34%) 100%);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
    border-radius: 70px;
}

.genpg-rite .in-pract-itms:hover .in-pract-cont h4:before {
    background-position: -37px -330px;
}

.genpg-rite .in-pract-itms.realest:hover .in-pract-cont h4:before {
    background-position: -204px -330px;
}

.genpg-rite .in-pract-itms.scenlaw:hover .in-pract-cont h4:before {
    background-position: -367px -330px;
}

.genpg-rite .in-pract-itms.prsnl:hover .in-pract-cont h4:before {
    background-position: -528px -330px;
}

/* Inner Practice Areas Starts */

/* Inner Testimonials Starts */

.genpg-rite .testimonials {
    column-count: 2;
        gap: 43px;
}

.genpg-rite .testimonials .testi-item-blk {
    width: 100%;
    display: inline-block;
    position: relative;
    border: 2px solid #024084;
    border-radius: 25px;
    padding: 35px 40px 67px;
    text-align: center;
    margin: 0 0 45px;
}

.genpg-rite .testimonials .testi-item-blk h6 {
    color: #085097;
    font-size: 24px;
    font-family: 'Caudex-Bold';
    line-height: 1.4;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.genpg-rite .testimonials .testi-item-blk p {
    font-size: 20px;
    line-height: 1.9;
    margin: 0 0 27px;
}

.genpg-rite .testimonials .testi-item-blk h5 {
    color: #024084;
    font-size: 25px;
    line-height: 1.2;
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.genpg-rite .testimonials .testi-item-blk:hover {
    background-color: #096cd8;
    border: 2px solid transparent;
}

.genpg-rite .testimonials .testi-item-blk:hover h6,
.genpg-rite .testimonials .testi-item-blk:hover h5,
.genpg-rite .testimonials .testi-item-blk:hover p {
    color: #fff;
}

.genpg-rite .testimonials .testi-item-blk:before,.genpg-rite .testimonials .testi-item-blk:after {
    position: absolute;
    content: "";
    left: 10px;
    top: 74px;
    width: 41px;
    height: 32px;
    background-image: url(images/in-sprites.webp);
    background-repeat: no-repeat;
    background-position: -161px -27px;
}

.genpg-rite .testimonials .testi-item-blk:after {
    left: inherit;
    top: inherit;
    right: 28px;
    bottom: 32px;
    background-position: -222px -27px;
}

/* Inner Testimonials Ends */

/* Inner Blog Starts */

.page_default.blog_pg .page_content {
    display: flex;
    justify-content: inherit;
    flex-direction: column;
}

.page_default.blog_pg .blog-sidebar {
    display: none;
}

.page_default.blog_pg .genpg-lft .blog-archives {
    padding: 0;
    border: none;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 18px;
    margin: 0 0 45px;
}

.page_default.blog_pg .genpg-lft,
.page_default.blog_pg .genpg-rite {
    width: 100%;
    max-width: 100%;
}

.page_default.blog_pg .blog-archives .widget-title {
    display: none;
}

.page_default.blog_pg .blog-archives .sidebar-box {
    margin: 0;
    width: 100%;
}

.page_default.blog_pg .genpg-lft .blog-archives .sidebar-box input{
    background-image: url(images/in-blg-sdbar-search-icn.webp);
    border-color: #e9e7e5;
}

.page_default.blog_pg .genpg-lft .blog-archives .sidebar-box span.theme-select {
    background-image: url(images/in-blg-sdbar-dropdown-arw.webp) ;
}

.genpg-rite .blg-cntblk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.genpg-rite .post-item {
    width: 48.4%;
    border: 2px solid #024084;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

.genpg-rite .post-item:hover {
    background-color: #0855a0;
    border-color: #0855a0;
}

.genpg-rite .post-item:hover h5 a,
.genpg-rite .post-item:hover p,
.genpg-rite .post-item:hover .post-btn a {
    color: #fff !important;
    border-color: #fff;
}

.genpg-rite .post-item:hover .post-btn a {
    text-decoration-color: #4680b8;
}

.genpg-rite .post-img {
    width: 35.5%;
}

.genpg-rite .post-img img {
    width: 100%;
    display: block;
}

.genpg-rite .post-cnt {
    width: 59.7%;
}

.genpg-rite .post-dt {
    font-size: 18px;
    font-family: 'Caudex';
    line-height: 1;
    letter-spacing: 4.32px;
    color: #000;
    margin: 0 0 10px;
}

.genpg-rite .post-dt p {
    margin: 0;
        text-transform: uppercase;
}

.genpg-rite .post-cnt h5 a {
    font-size: 21px;
    font-family: 'LibreBaskerville-Regular';
    line-height: 1.71;
    color: #273759;
    letter-spacing: 0;
    text-decoration: none;
}

.genpg-rite .post-btn a {
    font-size: 20px;
    font-family: 'Caudex';
    line-height: 1;
    color: #273759;
    text-transform: uppercase;
    text-decoration-color: transparent;
}

.genpg-rite .post-btn a:hover {
    color: #096cd8;
}

/* blog-pagination */

.genpg-rite .oceanwp-pagination.clr {
    width: 100%;
    margin: 37px 0 0;
}

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

.genpg-rite ul.page-numbers li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.genpg-rite ul.page-numbers li::before {
    display: none;
}

.genpg-rite .page-numbers a,
.genpg-rite .page-numbers span {
    font-size: 26px !important;
    letter-spacing: 0;
    font-family: 'Caudex';
    background: transparent !important;
    border: none !important;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 0 !important;
    line-height: 1 !important;
    color: #000 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0px 0px;
    margin: 0;
}

.genpg-rite .page-numbers a:hover,
.genpg-rite .page-numbers a:active {
    background-color: #0c58a1 !important;
    border: none !important;
    color: #fff !important;
}

.genpg-rite span.page-numbers.current {
    background-color: #0c58a1 !important;
    color: #fff !important;
    border-radius: 50%;
    margin: 0;
}

.genpg-rite a.prev.page-numbers,
.genpg-rite a.next.page-numbers {
    background-color: transparent !important;
    font-size: 0;
    border-radius: inherit;
    background-image: url(./images/in-sprites.webp) !important;
    width: 61px;
    height: 22px;
    background-position: -432px -27px !important;
}

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

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

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

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

/* single-blog */

.genpg-rite .page-navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 43px 0 0;
}

.genpg-rite .page-navi-block a,
.page-navi-block a:hover {
    color: #fff;
}

.page-navi-block a:hover {
    color: #001544;
    border: 1px solid #001544 !important;
}

.genpg-rite .page-navi-block.page-navi-nxt a{
    padding: 24px 79px 20px;
}

.genpg-rite .page-navi-block a {
    padding: 24px 61px 20px;
    font-size: 22px;
    font-family: 'Caudex-Bold';
    text-decoration: none;
    border: none;
    border: 1px solid transparent;
}

/* Inner Blog Ends */

/* Inner Contact Starts */

.page-template-contact-page .ftr-form-sctn {
    background: #fff;
    padding-top: 59px;
}

.page-template-contact-page .ftr-form-sctn .footer-top-blk {
    display: none;
}

.page-template-contact-page .ftr-form-sctn .footer-loctn {
    display: none;
}

.page-template-contact-page .ftr-form-sctn .footer-lst {
    padding: 0;
    justify-content: center;
}

.page-template-contact-page .footer-form h2,
.page-template-contact-page .footer-form p {
    text-align: center;
}

.page_default .in-contact-blk {
    text-align: center;
}

.page_default.contact_pg .in-conta-top-blk,
.page_default.contact_pg .in-contact-itm-blk {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}


.in-contact-map {
    position: relative;
    margin: 0 0 20px;
}
.in-contact-map::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(180deg, #fffffff7 13%, transparent, #fffffff7 68%), linear-gradient(270deg, #fffffff7 1%, transparent, #fffffff7 91%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.in-contact-map p {
    margin: 0;
}

.in-contact-map-cnt {
    padding: 23px 65px;
    background: #fff;
    width: max-content;
    text-align: center;
    margin: 0 auto 0;
    padding: 0 0 0 80px;
}

.in-contact-map-cnt a {
    display: block;
    text-transform: uppercase;
}

.in-cont-map-blk {
    display: block;
    height: 100%;
}

.page_default .in-contact-blk .in-contact-map iframe {
    width: 100%;
    height: 500px;
}

.page_default .in-cont-map-cnt-blk{
    padding: 0 0 0 92px;
}

.page_default .in-contact-blk .in-contact-map-cnt {
    padding: 23px 65px;
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
    max-width: 363px;
    height: max-content;
    margin: auto;
    position: absolute;
    top: -96px;
    right: -465px;
    bottom: 0;
    left: 0;
}

.page_default .in-contact-map-cnt:before {
    position: absolute;
    content: "";
    left: -92px;
    margin: auto;
    top: 0;
    width: 80px;
    height: 104px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -285px -10px;
}

.page_default .in-contact-blk .in-contact-map-cnt p {
    font-size: 18px;
    line-height: 1.67;
    margin: 0;
}

.in-contact-blk .in-contact-map-cnt p a {
    font-size: 15px;
    font-family: 'Caudex-Bold';
    line-height: 1;
    letter-spacing: 0;
    display: block;
    margin: 10px 0 0;
}

.page_default .in-contact-blk .in-contact-itm-lst {
    display: flex;
    justify-content: space-between;
}

.page_default .in-contact-blk .in-contact-itm {
    padding: 33px 30px 30px;
    width: 31%;
    border: 2px solid #024084;
    border-radius: 20px;
}

.page_default .in-contact-itm.schedule {
    background-color: #0969c8;
    border-color: #0969c8;
    padding: 65px 15px 30px;
}

.page_default .in-contact-blk .in-contact-itm:hover:not(.page_default .in-contact-itm.schedule) {
    background-color: #0969c8;
    border-color: #0969c8;
}

.page_default .in-contact-itm:hover h4,
.page_default .in-contact-itm:hover p,
.page_default .in-contact-itm:hover h4 a {
    color: #fff !important;
}

.page_default .in-contact-blk .in-contact-itm:hover h4::before {
    background-position-y: -95px !important;
}

.page_default .in-contact-blk .in-contact-itm h4 {
    font-size: 37px;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    margin: 0;
    padding: 90px 0 0;
}

.page_default .in-contact-blk .in-contact-itm h4:before {
    background-image: url(images/in-sprites.webp);
    background-position: -96px -27px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 38px;
    height: 56px;
    transform-origin: center;
    margin: auto;
}

.page_default .in-contact-blk .in-contact-itm.call h4:before {
    background-position: -18px -27px;
    width: 56px;
    height: 56px;
}

.page_default .in-contact-blk .in-contact-itm p {
    font-size: 20px;
    line-height: 1.4;
    margin: 20px 0 0;
}

.page_default .in-contact-blk .in-contact-itm h4 a {
    font-family: 'Caudex-Bold';
    font-size: 40px;
    line-height: 1;
    display: block;
    text-decoration: none;
    color: #000;
    margin: 19px 0 0;
}

.page_default .in-contact-blk .in-contact-logo {
    width: 84.8%;
    margin: 0 auto 30px;
}

.page_default .in-contact-blk .in-contact-logo img {
    width: 100%;
    display: block;
}

.page_default .in-contact-blk .in-contact-schd-btn a.cmn-btn {
    color: #000;
    background: #fff;
    text-decoration: none;
    padding: 23px 42px;
}

.page_default .in-contact-blk .in-contact-schd-btn a.cmn-btn:hover {
    background-image: -webkit-linear-gradient(0deg, rgb(8, 80, 151) 0%, rgb(9, 114, 217) 100%);
    color: #fff;
    border-color: #fff;
}

.in-contac-scl-icns {
    margin: 75px 0 0;
}

.in-contac-scl-icns .container1 {
    max-width: 100%;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-scl-icons.in-contac-scl-icns:before {
    background: #000;
    width: 100%;
    z-index: 0;
}

.footer-scl-icons.in-contac-scl-icns .ftr-scl-icns {
    gap: 13px;
    padding: 0 25px;
    width: max-content;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    background: #fff;
}

.footer-scl-icons.in-contac-scl-icns .ftr-scl-icns a {
    border: 1px solid #0858a6;
}
.page_default.contact_pg .container{width: 100%; max-width:100%;}



.genpg-rite a.accordion-section-title.active:before {
    background-image: url(images/up-arrow.webp);
}

.genpg-rite a.accordion-section-title:before {
    background-image: url(images/down-arrow.webp);
    position: absolute;
    content: "";
    top: 24px;
    right: 20px;
    width: 20px;
    height: 11px;
    margin: auto;
    background-repeat: no-repeat;
}
.genpg-rite a.accordion-section-title.active {
    background-color: #043478;
    color: #ffffff;
    border: 2px solid transparent;
}
.genpg-rite .accordion-section-title {
    font-size: 24px;
    line-height: 1.4;
    padding: 15px 51px 15px 22px;
    display: block;
    position: relative;
    text-decoration: none;
    margin: 0 0 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #03253d;
}
.accordion-section-content {
    padding-left: 15px;
}

ul.list.srvd-map {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0;
}
ul.list.srvd-map li {
    display: inline-block;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
ul.list.srvd-map li a {text-decoration: none; padding: 7px 22px; background-color: #075085; display: block; color: #fff; }
.area-srvd {text-align: center; margin: 0 0 30px; }
ul.list.srvd-map li::before{display: none;}
.genpg-rite .estat .in-pract-cont h4::before {background-position: -22px -478px; }
.genpg-rite .estat:hover .in-pract-cont h4::before { background-position: -153px -478px;}


.genpg-lft .blog-archives .sidebar-box input.search-submit, .page_default.blog_pg .genpg-lft .blog-archives .sidebar-box input.search-submit{ border-radius: 0 8px 8px 0; border-left-color: transparent;  font-size: 0 !important;}