/* 
Theme Name:		 grimesyeoman
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: 'Georgia-Regular';
    src: url('fonts/Georgia.eot');
    src: url('fonts/Georgia.eot?#iefix') format('embedded-opentype'),
        url('fonts/Georgia.woff2') format('woff2'),
        url('fonts/Georgia.woff') format('woff'),
        url('fonts/Georgia.ttf') format('truetype'),
        url('fonts/Georgia.svg#Georgia') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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


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

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



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


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Georgia-Regular';
    font-family: var(--paragraph-font);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:focus{outline: none !important;}

.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;
}
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:visited {
    color: #fff;
}
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: 1500px;
    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;
}
/**/
@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;
}
#site-logo #site-logo-inner a:hover img {opacity: 100%; }
/*home page common button and text heading starts*/
.text-heading{color: #1a3c52; font-size: 43px; font-family: 'JosefinSans-Bold'; line-height: 1; letter-spacing: 5.16px; margin: 0 0 20px; text-transform: uppercase; }
.cmn-btn{color: #fff;font-size: 18px;font-family: 'JosefinSans-Bold';line-height: 1;letter-spacing: 0px;margin:0;text-transform: uppercase;display: inline-block;background-color: #ceab6f;padding: 24px 45px 19px;border-radius: 30px;}
.cmn-btn:hover{background-color: #387594;color: #fff;} 
.hover a { position: absolute; width: 100%; height: 100%; inset: 0 0 0 0; font-size: 0; z-index: 10; display: inline-block; }
/*home page common button and text heading ends*/

/*Header Sticky Menu*/
.header-sticky.fixed-header {display: block; position: fixed; top: 0; width: 100%; padding: 10px 2%; background-color: #1c3d54; z-index: 9999; border-bottom: 2px solid #ceab6f; }
.sicky-logo {width: 100%;max-width: 300px;padding: 0 6px;}
.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: 45px;display: inline-block;text-align: center;width: 100%;font-family: 'JosefinSans-Bold';cursor: pointer;}
.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;}
.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: 6px; }
.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: #ceab6f;overflow-y: auto;padding: 10px 10px;height: 100vh;position: relative;}
#floatingMenu.openMenu {display: flex; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
#cloaseFloatingMenu {text-align: right; font-size: 50px; line-height: 1; font-weight: 700; display: block; clear: both; color: #fff; }
a#cloaseFloatingMenu2 {flex-grow: 1;width: calc(100% - 280px);height: 100%;font-size: 0px !important;}
.floatingMenuInner li {position: relative; }
.floatingMenuInner a {color: #fff; letter-spacing: 0.4px; font-family: '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:350px;text-align: center;}
.minimal-header.f-nav{position: fixed !important; top: 0; left: 0; }
.openMenu .primary-menu li{ margin: 0 0 10px; position:relative;}
.openMenu .primary-menu li a{ color: #fff; font-family: 'JosefinSans-Bold'; display: inline-block; font-size: 16px; line-height: 1; text-transform: uppercase; padding-bottom: 0; }

/* Top Menu Section Ends */
#site-logo {float: none !important;opacity: 1;width: 17%;}
.head-sec .container {max-width: 1700px;}
.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: 210px; background-color:#ceab6f;; margin: 0; }
.main-menu li { position: relative; margin: 0; }
.main-menu>li { margin: 0 10px 0 25px; line-height: 1; }
.main-menu>li>a{ color: #387594; font-family: 'JosefinSans-Bold'; display: inline-block; line-height: 1; letter-spacing: -0.64px; font-size: 15px; text-transform: uppercase; padding-bottom: 0; position: relative; }
.main-menu>li>a:hover:before,
.main-menu>li.current_page_item>a:before{ content: ""; width: 100%; height: 2px; position: absolute; bottom: -9px; left: 0; right: 0; background-color: #ceab6f; }

.main-menu li:hover>.sub-menu { display: block; }
.main-menu .sub-menu .sub-menu { top: 0; left: 100%; }
.main-menu .sub-menu a { display: block; padding: 10px 15px; border-bottom: 1px solid #eee;font-size: 15px; color:#fff; }
.main-menu .sub-menu a:hover {background-color: #1a3c52; }
.dekstopMenuBtn { padding: 10px 20px; border: 2px solid #ccc; border-radius: 3px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.dekstopMenuBtn span.line { width: 15px; height: 2px; background-color: #000; border-radius: 2px; display: block; }
.dekstopMenuBtn span.line.line-2 { margin: 2px 0; }
.main-menu-mobile li { position: relative; }
.main-menu-mobile a { display: block; }
.main-menu-mobile .drop { position: absolute; top: 0; right: 0; width: 100%; height: 25px; background-image: url(images/plus.png); background-color: transparent; background-size: auto 20px; background-position: center right; background-repeat: no-repeat; border: none; outline: none; }
.main-menu-mobile .drop.open { background-image: url(images/minus.png); width: 25px; }

/* wide Manu */
.topmenu ul li.wide-menu { position: static; }
.topmenu ul li.wide-menu ul.sub-menu { position: absolute; left: 0; top: 100%; width: 500px; background-color: #f1f1f1; padding: 0; z-index: 999; display: none; }
.topmenu ul li.wide-menu:hover ul { display: block; }
.topmenu ul li.wide-menu ul li { width: 50%; margin: 0px; float: left; border: 0 }
.topmenu ul li.wide-menu ul li a { text-transform: capitalize; font-size: 14px; padding: 10px 10px; width: 100%; float: left; border: 0; background-color: transparent; transition-duration: 0.5s; }
.topmenu ul li.wide-menu ul li a: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 */


/* ----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: 13px 0;justify-content: space-between;}
.header-rit a{ font-size: 18px; color: #387594; display: inline-block; font-family: 'JosefinSans-Bold'; border: 2px solid #387594; padding: 9px 28px 5px 35px; line-height: 1; border-radius: 50px; position: relative; }
.header-rit a:hover{ color: #ceab6f; }
.header-rit a::before{ background-image: url(./images/hm-sprites.webp); content: ""; position: absolute; width: 20px; height: 25px; left: 9px; top: 0; background-position: -36px -23px; bottom: 0; margin: auto; background-repeat: no-repeat; }
/* ---------banner----------- */
.hm-banner-sec{background-color: #1a3c52;position: relative;width: 100%;background-image: url(./images/banner-option.webp);background-repeat: no-repeat;background-position: right;background-size: contain;}
.banner-blk .bnr-list { padding: 182px 0 195px; width: 29.6%; }
.banner-blk .bnr-list h2.banner-heading { font-size: 43px; color: #fff; text-transform: uppercase; font-family: 'JosefinSans-Bold'; letter-spacing: 4.2px; line-height: 1.55; margin: 0 0 17px; padding: 0 0 18px; position: relative; }
.banner-blk .bnr-list h2.banner-heading::after{content: "";width: 96%;height: 2px;position: absolute;left: 0;bottom: 0;background-color: #fff;}
.banner-blk .bnr-list h2.banner-heading strong{ display: block; color: #ceab6f; }
.banner-blk .bnr-list p{ color: #fff; font-size: 26px; font-family: 'Georgia-Regular'; margin: 0 0 31px; font-weight: 400; line-height: 1.6; }
.banner-img{display: none;}
/* -------hm--banner---end-------- */
/* -----Home Experience Sec starts-- */
.hm-experience-sec { padding: 177px 0 0px; position: relative;z-index: 0;}
.hm-experience-sec:before{position: absolute;content: "";left: 0;right: 0;margin: auto;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,  rgba(245,248,249,1) 0%, rgba(245,248,249,0.92) 12%,rgba(245,248,249,0.8) 24%, rgba(245,248,249,0.17) 76%,rgba(245,248,249,0.05) 91%, rgba(245,248,249,0) 100%);z-index: -1;pointer-events: none;}
.hm-experience-sec .banr-btm-cont h3 { color: #a7afb5; font-size: 26px; font-family: 'JosefinSans-Bold'; line-height: 2.08; letter-spacing: 5.2px; margin: 0; text-transform: uppercase; text-align: center; }
.hm-experience-sec .banr-btm-cont h3 strong{color: #387594;}
.hm-experience-sec .banr-btm-cont { position: relative; padding: 0 0 58px 0; }
.hm-experience-sec .banr-btm-cont:before{position: absolute; content: ""; left: 0; right: 0; margin: auto; bottom: 0; width: 55.94%; height: 2px; background-color: #ceab6f; }
.hm-experience-sec .about-lst { display: flex; justify-content: space-between; padding: 177px 0 0 0; }
.hm-experience-sec .about-left-cont h5{color: #1a3c52; font-size: 38px; font-family: 'JosefinSans-Bold'; line-height: 1; letter-spacing: 4.5px; margin: 0; text-transform: uppercase;text-align: center;}
.hm-experience-sec .about-rite p{color: #1a3c52; font-size: 20px; font-family: 'Georgia-Regular'; line-height: 2.1; letter-spacing: 0px; margin: 0 0 30px;}
.hm-experience-sec .learn-btn a{ margin: 0 0 56px;}
.hm-experience-sec .about-rite {width: 39%; }
.hm-experience-sec .about-left{width: 54.2%; position: relative;z-index:0; }
.hm-experience-sec .about-left:before{position: absolute; content: ""; top: 0; left: 0; right: 0; margin: auto; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(233,245,250,0.98) 0%, rgba(232,244,250,0.98) 5%,rgba(230,243,250,0.94) 11%,rgba(229,242,250,0.9) 15%, rgba(228,242,250,0.84) 17%,rgba(227,241,250,0.72) 21%,rgba(226,241,250,0.61) 25%, rgba(225,241,250,0.43) 28%,rgba(224,241,250,0.29) 31%,rgba(224,241,250,0.25) 32%, rgba(224,241,250,0.19) 33%,rgba(223,240,249,0.09) 38%,rgba(222,239,248,0.06) 40%, rgba(223,239,248,0.05) 41%,rgba(226,240,249,0.04) 43%,rgba(223,240,249,0.03) 44%, rgba(228,241,249,0.02) 46%,rgba(226,241,249,0.02) 47%,rgba(216,236,247,0.01) 49%, rgba(216,236,247,0) 50%,rgba(216,236,247,0) 53%,rgba(216,236,247,0) 54%, rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%);pointer-events:none; }
.hm-experience-sec .abt-logo img,
.hm-experience-sec .about-left-img img{display: block;width: 100%;}
.hm-experience-sec .abt-logo{width: 32.8%;margin:0 auto 20px;}
.hm-experience-sec .about-left-cont { position: absolute; top: -11%; left: 0; right: 0; margin: auto; width: max-content; height: fit-content; }
.hm-experience-sec .call-btn h6 { color: #1a3c52; font-size: 32px; font-family: 'JosefinSans-Bold'; line-height: 1; letter-spacing: 1.2px; margin: 0 0 28px; text-transform: uppercase; position: relative; padding: 0 0 25px 50px; width: max-content; }
.hm-experience-sec .call-btn h6 a { color: #ceab6f; font-size: 32px; font-family: 'JosefinSans-Bold'; line-height: 1; letter-spacing: 1.6px; margin: 0; display: inline-block; }
.hm-experience-sec .call-btn h6 a:before{position: absolute; content: ""; left: 0; top: 0; margin: auto; bottom: 30px; width: 36px; height: 36px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -82px -29px; }
.hm-experience-sec .call-btn h6:before { position: absolute; content: ""; left: 0; bottom: 0; width: 71%; height: 2px; background-color: #387594; }
.hm-experience-sec .call-btn h6 a:hover{color:#1a3c52;}
.hm-experience-sec .about-rite h5{color: #1a3c52; font-size: 25px; font-weight: 400; font-family: 'Georgia-Regular'; line-height: 1; letter-spacing: 0px;margin: 0;text-transform: capitalize;}
/* -----Home Experience Sec-ends-- */

/* Home service-sec starts*/
.hm-service-sec{padding: 160px 0 0 0;}
.hm-service-sec .container{max-width: 100%;}
.hm-service-sec h2{font-size: 48px; font-weight: 400; font-family:'Georgia-Regular';letter-spacing:0px;text-transform:capitalize;text-align:center;margin:0 0 50px; }
.hm-service-sec .service-lst{display: flex;justify-content: space-between;}
.hm-service-sec .service-itm{width: 50%;}
.hm-service-sec .service-itm.lft-blk { background-image: url(images/cases-itm-left-bg.webp); background-repeat: repeat; padding: 130px 0px 83px 207px; background-size: cover; }
.hm-service-sec .service-itm h4{color: #fff; font-size: 38px; font-family: 'JosefinSans-Bold'; line-height: 1; letter-spacing: 4.5px; margin: 0 0 60px; text-transform: uppercase;}
.hm-service-sec .service-itm .service-blk ul li a { color: #fff; font-size: 22px; font-family: 'JosefinSans-Bold'; line-height: 1; letter-spacing: 2.6px; margin: 0; text-transform: uppercase; display: block; position: relative; padding: 26px 20px 28px 105px; }
.hm-service-sec .service-itm .service-blk ul li a:before { position: absolute; content: ""; left: 29px; top: 0; bottom: 0; margin: auto; width: 58px; height: 50px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -22px -94px; }
.hm-service-sec .service-itm .service-blk ul li:nth-child(2) a:before{background-position: -82px -82px;}
.hm-service-sec .service-itm .service-blk ul li:nth-child(3) a:before{background-position: -159px -94px;}
.hm-service-sec .service-itm .service-blk ul li:nth-child(4) a:before{background-position: -224px -94px;}
.hm-service-sec .service-itm .service-blk ul li:nth-child(5) a:before{background-position: -291px -94px;}
.hm-service-sec .service-itm .service-blk ul li:nth-child(6) a:before{background-position: -351px -94px;}
.hm-service-sec .service-itm .service-blk ul li:nth-child(7) a:before{background-position: -422px -94px;}
.hm-service-sec .service-itm .service-blk ul li:nth-child(8) a:before{background-position: -27px -161px;}
.hm-service-sec .service-itm .service-blk ul{margin: 0;}
.hm-service-sec .service-itm.rite-blk .service-blk ul{padding: 0 0 0 46px;}
.hm-service-sec .service-itm .service-blk ul li{margin:0 0 4px;}
.hm-service-sec .service-itm .service-blk ul li::marker{font-size: 0;}
.hm-service-sec .service-itm.rite-blk { background-image: url(images/cases-itm-rite-bg.webp); background-repeat: repeat; padding: 130px 110px 105px 50px; background-size: cover; }
.hm-service-sec .service-itm.rite-blk .service-blk ul li a:before{background-position: -158px -165px;}
.hm-service-sec .service-itm.rite-blk .service-blk ul li a:before{left: 37px;}
.hm-service-sec .service-itm.rite-blk .service-blk ul li:nth-child(2) a:before{background-position: -225px -165px;}
.hm-service-sec .service-itm.rite-blk .service-blk ul li:nth-child(3) a:before{background-position: -291px -158px;}
.hm-service-sec .service-itm .service-blk ul li a:hover{background-color: #fff;color: #387594;}
.hm-service-sec .service-itm.rite-blk .service-blk ul li a:hover{color: #ceab6f;}
.hm-service-sec .service-itm .service-blk ul li a:hover:after{position: absolute; content: ""; right: 40px; top: 0; bottom: 0; margin: auto; width: 43px; height: 43px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -87px -161px; }
.hm-service-sec .service-itm.lft-blk .service-blk ul li a:hover:after{right: 13%;}
.hm-service-sec .service-itm.rite-blk .service-blk ul li a:hover:after{right: 20px;}
/* Home service-sec starts*/

/* / Home Discuss Section Starts / */
.home-discuss-section { padding: 122px 0 547px; position: relative; background: #f1f5f7; }
.home-discuss-section .home-awards-blk { margin: 0 0 82px; }
.awards-list.owl-carousel .owl-stage {display: flex;align-items: center;}
.awards-list.owl-carousel { position: relative; padding: 0 115px; }
.award-img {width: 100%;    padding: 0 5px;}
.award-img img { width: auto !important; margin: 0 auto; }
.home-discuss-section .awards-list.owl-carousel .owl-nav {width: 95%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;justify-content: space-between;align-items: center;margin: auto;z-index: 1;}
.home-discuss-section .awards-list.owl-carousel .owl-stage-outer { z-index: 2; }
.home-discuss-section .awards-list.owl-carousel .owl-nav button { background-image: url(images/hm-sprites.webp); background-position: -41px -230px; width: 12px; height: 18px; }
.home-discuss-section .awards-list.owl-carousel .owl-nav button span { display: none; }
.home-discuss-section .awards-list.owl-carousel .owl-nav button.owl-next { background-position: -78px -230px; }
.home-discuss-section .awards-list.owl-carousel .owl-nav button:hover { background-position-y: -260px; transition: all 0.5s; }
.home-discuss-section .hm-discuss-blk { text-align: center; position: relative; z-index: 2; padding: 95px 0 65px; }
.home-discuss-section .hm-discuss-blk::before { content: " "; position: absolute; background-image: url(images/hm-discuss-bg-logo.webp); background-size: contain; background-repeat: no-repeat; background-position: center; inset: 0 0 0 0; top: -32px; margin: auto; width: 100%; height: 100%; z-index: -1; opacity: 5%; pointer-events: none; }
.home-discuss-section .hm-discuss-blk h6 { font-size: 19px; font-family: 'JosefinSans-Bold'; line-height: 1; letter-spacing: 7.6px; color: #ceab6f; text-transform: uppercase; margin: 0 0 43px; }
.home-discuss-section h2.text-heading { font-size: 53px; letter-spacing: 5.3px; }
.home-discuss-section .hm-discuss-blk p { font-size: 28px; font-family: 'Georgia-Regular'; line-height: 1.57; color: #1a3c52; margin: 0 0 49px; }
.home-discuss-section .hm-discurss-btn-lst { padding: 35px 65px 0; display: flex; justify-content: center; align-items: center; gap: 20px; border-top: 2px solid #387594; width: max-content; margin: 0 auto; }
.home-discuss-section .hm-discuss-attorneys-img { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 75.02%; display: flex; align-items: flex-end; }
.home-discuss-section .hm-discuss-attorneys-img img { width: 100%; display: block; }
/* / Home Discuss Section Ends / */

/* / Home Case Results Starts / */
.case-results-section {padding: 200px 0 75px;}
.case-results-section .hm-case-blk {display: flex;justify-content: space-between;}
.case-results-section .hm-case-lft {width: 45.74%;}
.case-results-section .hm-case-lft h6 {font-size: 20px;font-family: 'Georgia-Regular';font-weight: 400;line-height: 1;color: #ceab6f;margin: 0px 0 25px;}
.case-results-section h2.text-heading {line-height: 1.32;margin: 0 0 45px;}
.case-results-section .hm-case-items-lst {margin: 0 0 55px;}
.case-item {padding: 34px 81px;border-bottom: 1px solid rgb(56 117 147 / 12%);position: relative;}
.case-item:hover {border-color: rgb(56 117 147 / 100%);}
.case-item::before,
.case-item::after {content: " ";position: absolute;background-image: url(images/hm-sprites.webp);background-position: -430px -157px;background-repeat: no-repeat;top: 0;bottom: 0;right: 20px;margin: auto 0;width: 43px;height: 43px;opacity: 20%;}
.case-item:hover::after {opacity: 100%;}
.case-item:hover h4 {color: #ceab6f;}
.case-item::before {background-image: url(images/case-daycare-img.webp);background-size: contain;background-position: center;width: 41px;height: 39px;opacity: 100%;left: 11px;}
.case-item:hover:before {background-image: url(images/case-daycare-hov-img.webp);}
.case-item.wrongful::before {background-image: url(images/case-wrongful-death.webp);}
.case-item.wrongful:hover:before {background-image: url(images/case-wrongful-death-hov.webp);}
.case-item.automobile::before {background-image: url(images/case-accident-img.webp);}
.case-item.automobile:hover:before {background-image: url(images/case-accident-hov-img.webp);}
.case-item.bus::before {background-image: url(images/case-bus-img.webp);}
.case-item.bus:hover::before {background-image: url(images/case-bus-hov-img.webp);}
.case-item h4 {font-size: 31px;font-family: 'JosefinSans-Medium';font-weight: 500;line-height: 1;color: #387594;font-variant: lining-nums;margin: 0 0 5px;}
.case-item p {font-size: 18px;font-family: 'Georgia-Regular';line-height: 1;color: #333333;margin: 0;}
.case-results-section .hm-view-case-btn {margin: 55px 0 0;}
.case-results-section .bx-wrapper {position: relative;}
.case-results-section .bx-controls-direction {width: 100%;max-width: 72px;height: 30px;position: absolute;top: 0;right: -99px;bottom: 0;display: flex;justify-content: space-between;align-items: center;margin: auto;z-index: 0;transform: rotate(90deg);}
.case-results-section .bx-controls-direction a {background-image: url(images/hm-sprites.webp);background-position: -41px -230px;font-size: 0;display: inline-block;width: 12px;height: 18px;}
.case-results-section .bx-controls-direction .bx-next {background-position: -78px -230px;}
.case-results-section .bx-controls-direction a:hover {background-position-y: -260px;transition: all 0.5s;}
.case-results-section .hm-case-rht {width: 45.74%;}
.case-results-section .hm-case-rht p,
.case-results-section .hm-case-rht img {margin: 0;}
/* / Home Case Results Ends / */

/* Home testimonials starts */
.home-testimonials {padding: 76px 0 120px 0;  position: relative;}
.home-testimonials .text-heading{color: #377494; text-align: center;margin: 0 0 40px;}
.star-rat {background-image: url(images/star-img.webp); background-size: contain; background-repeat: no-repeat; height: 35px; width: 197px; margin: 0 auto 28px; }
.home-testi-item p { font-family: 'Georgia-Regular'; font-size: 27px; line-height: 1.77; color: #666666; margin: 0 0 33px; text-align: center; }
.home-testi-item h5{ font-family: 'JosefinSans-Bold'; font-size: 22px; line-height: 1; letter-spacing: 1.76px; color: #377494; margin: 0; text-transform: uppercase; text-align: center;}
.home-testi-item {padding: 34px 130px 30px; position:relative; }
.home-testi-item:before{content: ""; background-color: #377494; width: 42%; height: 2px; top: 0; left: 0; right: 0; margin: auto; position: absolute;}
.home-testi-item:after{content: ""; background-color: #377494; width: 42%; height: 2px; bottom: 0; left: 0; right: 0; margin: auto; position: absolute;}
.home-testimonials .testi-blck .owl-nav {display: flex !important; margin: 0 auto; width: 100%; justify-content: space-between; position: relative; top: -201PX; z-index: 0; align-items: center; }
.home-testimonials .testi-blck.owl-carousel .owl-nav button{background-image: url(./images/hm-sprites.webp); width: 50px; height: 50px; background-position: -368px -156px; }
.home-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next {background-position: -430px -156px; }
.home-testimonials .testi-blck.owl-carousel .owl-nav button span{font-size: 0;}
.home-testimonials .testi-blck.owl-carousel .owl-nav button:hover{background-position: -368px -207px;}
.home-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next:hover {background-position: -430px -207px; }
.home-testimonials .testi-btn {text-align: center; margin: -19px 0 0 0; position: relative; z-index: 1; }
/* Home testimonials ends */

/* / Home Meet Section Starts / */

.home-meet-section {padding: 85px 0 180px;}
.home-meet-section h2.text-heading {margin: 0px 0 30px;}
.home-meet-section .hm-meet-lst {margin: 0;}
.home-meet-section .hm-meet-blk {display: flex;justify-content: center;gap: 4px;}
.hm-meet-itm {position: relative;width: 100%;border: 1px solid #99999b;width: 229px;}
.home-meet-section .owl-stage {padding: 80px 0 0;display: flex;align-items: flex-end;}
.home-meet-section .hm-meet-lst.owl-carousel .owl-item.center .hm-meet-itm .hm-meet-attrny-img {transform-origin: bottom center;}
.home-meet-section .hm-meet-lst.owl-carousel .owl-item.center .hm-meet-blk {position: relative;gap: 42px;}
.home-meet-section .hm-meet-lst.owl-carousel .owl-item.center .hm-meet-itm {border-color: transparent !important;transform: scaleX(1.17) scaleY(1.2);transform-origin: bottom;}
.home-meet-section .hm-meet-lst.owl-carousel .owl-item.center .hm-meet-blk h5 {min-height: 40px;}
.hm-meet-itm:hover .hm-meet-attrny-cnt h5 {color: #fff;}
.hm-meet-itm:hover .hm-meet-attrny-cnt p {color: #826b44;}
.hm-meet-itm:hover .hm-meet-attrny-cnt {background-color: #ceab6f;}
.hm-meet-attrny-img img {width: 100%;display: block;}
.hm-meet-itm h5 {font-size: 17px;font-family: 'JosefinSans-Bold';line-height: 1.2;letter-spacing: 0.8px;color: #fff;margin: 0;text-transform: uppercase;}
.hm-meet-itm p {font-size: 16px;font-family: 'Georgia-Regular';line-height: 1;color: #fff;margin: 0;}
.hm-meet-attrny-cnt {padding: 23px 5px 15px;background: #1a3c52;text-align: center;display: flex;justify-content: space-between;flex-direction: column;align-items: center;position: absolute;bottom: 0;left: 0;right: 0;}
.hm-meet-btn {text-align: center;}
.hm-meet-btn a {position: relative;z-index: 3;}
.home-meet-section .hm-meet-lst.owl-carousel .owl-nav {max-width: 630px;width: 100%;display: flex;justify-content: space-between;align-items: center;margin: auto;margin: 72px auto -51px;}
.home-meet-section .hm-meet-lst.owl-carousel .owl-nav button {background-image: url(images/hm-sprites.webp);background-position: -368px -157px;width: 43px;height: 43px;}
.home-meet-section .hm-meet-lst.owl-carousel .owl-nav button span {display: none;}
.home-meet-section .hm-meet-lst.owl-carousel .owl-nav button.owl-next {background-position: -430px -157px;}
.home-meet-section .hm-meet-lst.owl-carousel .owl-nav button:hover {background-position-y: -207px;transition: all 0.5s;}
/* / Home Meet Section Ends / */

/* / Homepage Form Section Starts / */
.hm-form-sec{background-image:url(images/form-sec-bg.webp), url(images/patter-img.png); padding: 97px 0 60px; background-repeat:no-repeat, repeat; background-position: top left, top right; background-size: 55% 100%, 22px auto;}
.hm-form-sec .frm-blk{display: flex;justify-content: space-between;flex-direction: row-reverse;}
.frm-blk .frm-lft-img{width: 50%;}
.frm-blk .frm-lft-img{display: none;}
.frm-blk .ftr-form{width: 37.5%;}
.ftr-form h3{font-family: 'JosefinSans-Bold'; font-size: 33px; line-height: 1; letter-spacing: 3.96px; text-transform: uppercase;  color: #ffffff; margin: 0 0 15px ;}
.ftr-form h6{font-size: 18px;font-family: 'Georgia-Regular';line-height: 1;letter-spacing: 0;color: #ceab6f;margin: 0 0 35px;text-transform: capitalize;font-weight: 400;}
.hm-form-sec:before{content:"";position:absolute;background-repeat: repeat;width: 22px;height: 22px;background-position: top right;background-size: 50% 100%;}
.ftr-form .gform_wrapper  { margin:0px; }
.ftr-form .gform_wrapper ul {display: flex !important;flex-wrap: wrap !important;justify-content: space-between;gap: 22px 17px;}
.ftr-form .gform_wrapper ul li { width:100%;margin:0px 0 0px !important;padding:0px !important; position:relative !important; }
.ftr-form .gform_wrapper ul li.fst-nm,
.ftr-form .gform_wrapper ul li.lst-nm { max-width: 48.6%; }
.ftr-form .gform_wrapper ul li input,  
.ftr-form .gform_wrapper ul li textarea {background-color: #fff;color: #000;font-family: 'Georgia-Regular' !important;font-size: 17px !important;line-height: 1 !important;border-width: initial;border-style: none;border-color: initial;border-image: initial;outline: none;text-decoration: none;padding: 23px 54px 22px 19px !important;margin: 0px !important;}
.ftr-form .gform_wrapper ul li.gfield.chk input{padding: 0 !important;}
.ftr-form .gform_wrapper ul li textarea {resize: none;height: 170px;display: block;}
.ftr-form .gform_wrapper ul li .ginput_container { margin:0px !important; }
.ftr-form .gform_wrapper ul li input::placeholder {color: #000000;}
.ftr-form .gform_wrapper ul li input:-ms-input-placeholder {color: #000000;}
.ftr-form .gform_wrapper ul li input::-ms-input-placeholder {color: #000000;}
.ftr-form .gform_wrapper ul li textarea::placeholder {color: #000000;}
.ftr-form .gform_wrapper ul li textarea:-ms-input-placeholder {color: #000000;}
.ftr-form .gform_wrapper ul li textarea::-ms-input-placeholder {color: #000000;}
.ftr-form .gform_wrapper ul li.chk ul {width: 100% !important; margin: -15px 0 0 0;}
.ftr-form .gform_wrapper ul li.chk ul li label {color: #ffffff;font-size: 17px;font-family: 'Georgia-Regular' !important;font-weight: 400 !important;}
.ftr-form .gform_wrapper ul li .form-links, 
.ftr-form .gform_wrapper ul li .form-links a {font-size: 17px;color: rgb(255, 255, 255);text-align: left;display: inline-block;letter-spacing: 0.1px;line-height: 1;width: max-content;font-family: 'Georgia-Regular' !important;margin: 6px 0 0 0 !important;}

/*button styles*/
.ftr-form .gform_wrapper .gform_footer {text-align: center;margin: auto;padding: 35px 0px 0px;}
.ftr-form .gform_wrapper .top_label input[type="submit"] {display: inline-block; background-color: #ceab6f; font-family: 'JosefinSans-Bold'; color: #fff !important; font-size: 18px !important; line-height: 1 !important; text-transform: uppercase !important; width: 215px !important; cursor: pointer !important; border-width: initial; border-style: initial; border-color: transparent; border-image: initial; padding: 24px 26px 18px 19px !important; border-radius: 30px !important; margin: -90px 0 0 !important; float: right; position: relative; z-index: 1; }
.ftr-form .gform_wrapper .top_label input[type="submit"]:hover {     background-color: #387594 !important; color: #fff !important; }
/*popup content*/

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

/*error-fields*/
.ftr-form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { background:transparent;border:none; padding:0px !important;margin:0px !important; }
.ftr-form .gform_wrapper ul li .gfield_description, 
.ftr-form .gform_wrapper ul li .instruction.validation_message { position:absolute;top:10px;right:10px;padding:0px !important;text-align:right;pointer-events:none;  }
.ftr-form .gform_wrapper ul li .instruction.validation_message {top:auto;bottom: 0;}
.ftr-form .gform_wrapper ul li.chk .gfield_description {text-align: left;top: auto;bottom: -22px;left: 0px;}
.ftr-form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.fst-nm.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.ftr-form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.lst-nm.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width: 48.6% !important;}
.ftr-form .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { width:100% !important; max-width:100% !important; }
.ftr-form .gform_legacy_markup_wrapper div.validation_error {display: none;}
/* / Homepage Form Section Ends / */

/* -------footer------- */
.footer-sec{ padding: 48px 0 0; }
.navigation .menu{ margin: 0; text-align: center; padding: 0 0 29px; border-bottom: 1px solid rgb(26 60 82 / 20%); }
.navigation .menu li{ display: inline-block; margin: 0; border-right: 3px solid #000; line-height: 1; padding: 0 18px; }
.navigation .menu li:last-child{ padding-right: 0; border: 0; }
.navigation .menu li:first-child{ padding-left: 0; }
.navigation .menu li a{    font-size: 18px; text-transform: uppercase; font-family: 'JosefinSans-Bold'; color: #333333; letter-spacing: -0.7px; }
.navigation .menu li a:hover,
.navigation .menu li.current-menu-item a{ color: #ceab6f; }
.footer-blk{ padding: 56px 80px 59px 80px; display: flex; justify-content: space-between; border-bottom: 1px solid rgb(26 60 82 / 20%); }
.ftr-logo-lft{ width: 25.75%; }
.ftr-logo{ width: 100%; margin: 0 0 9px; }
.ftr-logo a{ display: inline-block; }
.ftr-logo a img{ width: 100%; display: block; }
.ftr-logo-lft .ftr-btn a{padding: 25px 52px 17px;background-color: #377494;color: #fff;}
.ftr-logo-lft .ftr-btn a:hover{ background-color: #ceab6f; }
.footer-maps{ width: 16.8%; }
.footer-maps .map{ position: relative; }
.footer-contact h4,
.footer-maps .map h4{ font-size: 26px; color: #387594; font-family: 'JosefinSans-Bold'; margin: 0 0 5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; }
.footer-maps .map p{ font-size: 20px; font-family: 'Georgia-Regular'; font-weight: 500; color: #333333; margin: 0; line-height: 1.6; }
.footer-maps .map .map_btn a{ color: #ceab6f; font-size: 20px; font-family: 'Georgia-Regular'; line-height: 1.5; display: inline-block; }
.footer-contact .ftr-cal a:hover,
.footer-maps .map .map_btn a:hover{color: #387594; }
.footer-contact{ width: 19.03%; }
.ftr-contact{position: relative;}
.footer-maps .map::before,
.ftr-contact::before{ content: ""; background-image: url(./images/hm-sprites.webp); width: 40px; height: 48px; position: absolute; left: -61px; top: -2px; background-repeat: no-repeat; background-position: -185px -22px; }
.footer-maps .map::before{background-position: -139px -24px;}
.footer-contact .ftr-cal{ font-size: 20px; line-height: 1.1; font-family: 'Georgia-Regular'; font-weight: 500; color: #333333; margin: 0 0 37px; }
.footer-contact .ftr-cal a{ display: inline-block; font-size: 31px; font-family: 'Figtree-SemiBold'; letter-spacing: 1.1px; color: #333333; }
.footer-contact .ftr-link {display: flex ; gap: 18px; align-items: center; }
.footer-contact .ftr-link a{ font-size: 0; background-image: url(./images/hm-sprites.webp); width: 22px; height: 30px; display: inline-block; background-repeat: no-repeat; }
.footer-contact .ftr-link a.facebook{ background-position: -196px -224px; }
.footer-contact .ftr-link a.insta{ background-position: -233px -226px; height: 23px;}
.footer-contact .ftr-link a.google{ background-position: -273px -224px; }
.footer-contact .ftr-link a.facebook:hover{ background-position: -196px -257px; }
.footer-contact .ftr-link a.insta:hover{ background-position: -233px -257px; }
.footer-contact .ftr-link a.google:hover{ background-position: -273px -257px; }
.ftr-btn { text-align: center; }

.footer-contact .ftr-link a.twitter{background-position: -372px -299px;    height: 22px;} 
.footer-contact .ftr-link a.twitter:hover{background-position: -372px -337px;} 
.footer-contact .ftr-link a.youtube{background-position: -332px -302px;width: 25px;height: 18px;}
.footer-contact .ftr-link a.youtube:hover{background-position: -332px -340px;}
.footer-contact .ftr-link a.linkedin{background-position: -296px -299px;    height: 22px;}
.footer-contact .ftr-link a.linkedin:hover{background-position: -296px -337px;}
.footer-contact .ftr-link a.pinterest{background-position: -409px -296px;    height: 23px;}
.footer-contact .ftr-link a.pinterest:hover{background-position: -409px -334px;}

/* ----------Copyright--------- */
.footer-sec .copy-cont .cpy-inr, .footer-sec .copy-cont .ftrlink { display: inline-block; }
.footer-sec .copy-cont { padding: 32px 0; text-align: center;}
.footer-sec .copy-cont a,
.footer-sec .copy-cont p{ text-transform: capitalize; font-size: 19px; font-family: 'Georgia-Regular'; text-align: center; color: #1a3c52; margin: 0; display: inline-block; }
.footer-sec .copy-cont a:hover{ color: #ceab6f; }
/* ----------------- */



/*inner-pages*/


.page_bnr{ position: relative; padding:80px 0; background-image: url(images/page-bnr.webp); background-repeat: no-repeat; background-size: 50% 100%; background-position: top right; background-color: #1a3c52; }
.page_title {text-align: left; width: 50%; }
.page_title h1, .page_title h2{font-size:53px; color: #fff; font-family:'JosefinSans-Bold'; line-height:1.1; margin:0 0 10px; letter-spacing: 5.3px; text-transform: uppercase;}

.genpg-rite .container ,.page_banner .container{width: 100%;max-width:1280px;margin: auto;}
.inrpg-breadcrumbs{font-size: 18px;color:#fff;line-height: 1.3; margin:0px;}
.page_default{padding:80px 0px;}
.genpg-rite{width: 64.9%;}
.genpg-lft {width: 33.7%; max-width: 400px;}
.page_content{display: flex;justify-content: space-between;gap:50px;}
.container1{width: 100%;max-width: 1280px;margin: auto;}
.genpg-rite.full-width{width:100%;max-width:100%;}
.genpg-rite h1, 
.genpg-rite h2, 
.genpg-rite h3, 
.genpg-rite h4, 
.genpg-rite h5, 
.genpg-rite h6 {  font-family:'JosefinSans-Bold'; margin:0 0 15px; color: #1a3c52; line-height: 1.2; }
.genpg-rite h1,.genpg-rite h2 {font-size: 43px; letter-spacing:4.3px; text-transform:uppercase;}
.genpg-rite h3 {font-size: 38px;}
.genpg-rite h4 {font-size: 31px;}
.genpg-rite h5 {font-size: 26px;}
.genpg-rite h6 {font-size: 20px;}
.genpg-rite p, 
.genpg-rite li {font-size: 20px; line-height:1.7; font-family: 'Georgia-Regular';color: #1a3c52; margin: 0 0 15px 0; }
.genpg-rite a {color:#ceab6f; text-decoration: underline; }
.genpg-rite li {padding-left:26px; position: relative; list-style: none;}
.genpg-rite ul li:before {width: 10px; height:10px; position: absolute; content: ""; left: 0; right: 0; top: 12px;  background-color: #000;border-radius:50%; }
.genpg-rite li ul {padding: 15px 0 0 10px; margin: 0; }
.genpg-rite li ul li { list-style: none; }
.genpg-rite ol, 
.genpg-rite ul {margin: 0 0 25px 0px; list-style-position: inside; }
.genpg-rite ol {list-style-type: decimal; margin-left: 20px; }
.genpg-rite ol li {list-style: decimal; padding-left: 0 !important; }
.genpg-rite li a:hover, 
.genpg-rite a:hover {color: #1a3c52; }
.genpg-rite ul li > ul li > ol li { list-style-type: decimal; }
.genpg-rite ul li > ol li { list-style-type: decimal; }
.genpg-rite ul li > ol li:before { display: none; }
.genpg-rite ul li > ol li > ul li { list-style-type: disc; }
div{font-size: 20px; font-family: 'Georgia-Regular';color: #1a3c52;}



/* side bars */
.genpg-lft .widget_recent_entries .widget-title, .genpg-lft .widget_nav_menu .widget-title ,.genpg-lft .widget.testi .widget-title{    position: relative; font-family: 'JosefinSans-Bold'; color: #fff; font-size: 34px; letter-spacing: 3.4px; line-height: 1.1; text-transform: uppercase; text-align: center; border-left: none; padding: 0 0 25px; margin: 0px 0 15px; }
.genpg-lft .widget_recent_entries .widget-title:before, .genpg-lft .widget_nav_menu .widget-title:before{width:79%;position: absolute;left:0;right:0;margin: auto;bottom:0;content:"";border-bottom: 1px solid #ffffff29;}
.genpg-lft .widget_recent_entries li a, .genpg-lft .menu li a{color: #fff; font-size: 24px; display: block; position: relative; letter-spacing: 2px; margin: 2px 0; text-transform: capitalize; line-height: 1.2; padding: 11px 40px;letter-spacing: 0;}
.genpg-lft .widget_recent_entries li a {padding-right: 0; font-family: 'JosefinSans-Medium'; }
.genpg-lft .menu li a::before ,.genpg-lft .widget_recent_entries ul li a::before{    width: 9px; height: 9px; position: absolute; content: ""; left: 14px; right: 0; top: 20px; background-color: #fff; border-radius: 50px;}
.genpg-lft .widget_recent_entries li a:hover, .genpg-lft .menu li a:hover{background-color:#ceab6f;}
#main #content-wrap{padding:0px; }
.genpg-lft .widget_recent_entries, .genpg-lft .widget_nav_menu{    margin: 0 0 50px; background-image: url(images/sdbar-wdgt-bg.webp); background-position: center; background-repeat: no-repeat; background-size: cover; padding: 25px 14px;}
.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: 14px; top: 19px; width: 18px; z-index: 10; height: 10px; background-image: url(images/drop-icn-nav.webp); background-position: center center; background-repeat: no-repeat; padding: 0px 0px; cursor: pointer; border: 0; margin: 0; background-color: transparent; }
.genpg-lft .widget_nav_menu ul li a.drop.open {rotate: 180deg; }
.genpg-lft .widget_recent_entries li, .genpg-lft .widget_nav_menu ul li {margin: 0; position: relative; list-style: none; border: none; padding: 0; }
.genpg-lft .widget_nav_menu ul li a.drop::before{display: none;}
.genpg-lft .widget_nav_menu ul ul.sub-menu {margin: 0; padding: 0 0 0 27px; }
 .genpg-lft .widget_nav_menu ul.sub-menu li a {font-size: 20px; font-family: 'JosefinSans-Medium'; text-transform: capitalize; letter-spacing: 1.15px; padding: 10px 35px; }
.genpg-lft .widget_nav_menu ul.sub-menu li a::before{    width: 7px; height: 7px; top: 17px;}


.genpg-lft .widget.testi p {font-family: 'Georgia-Regular'; font-size: 20px; line-height: 2; color: #666666; }
.genpg-lft .widget.testi {padding: 45px 12px; margin: 0; border: 2px solid #387594; text-align: center; }
.genpg-lft .widget.testi .widget-title {color: #000000; padding: 0px; }
.genpg-lft .testi h5 {    font-family: 'JosefinSans-Bold'; text-transform: uppercase; font-size: 22px; color: #377494; margin: 0; line-height: 1.1; letter-spacing: 1.76px; }
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button {background-image: url(./images/hm-sprites.webp); transform: scale(0.9); width: 50px; height: 50px; background-position: -368px -156px; }
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next {background-position: -430px -156px; }
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button:hover{background-position: -368px -207px;transition:0.5s;}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next:hover {background-position: -430px -207px;transition:0.5s; }
.genpg-lft .sidebar-testi.owl-carousel .owl-nav {display: flex ; width: 90%; margin: auto; position: absolute; font-size: 0; bottom: -15px; left: 0; right: 0; justify-content: space-between; height: max-content; }
.genpg-lft .hm-testi-item {position: relative; background-image: url(images/sidebar-bfr.webp); background-position:center; background-repeat: no-repeat; }

.blog-post-img img {height: 288px;object-fit: cover;object-position: center;}



/*blog-sidebar*/

.genpg-lft .blog-archives .sidebar-box {padding: 0px; background-color: transparent; margin: 0 0 40px; } 
.genpg-lft .blog-archives{background-color: transparent; padding: 50px 35px 36px; border: 2px solid #387594;} 
.genpg-lft .blog-archives .sidebar-box input, .genpg-lft .blog-archives .sidebar-box span.theme-select{ font-family: 'Georgia-Regular'; font-size: 18px !important; line-height: 1; letter-spacing: 0px; text-transform: capitalize; color: #666666 !important; padding: 20px 64px 20px 26px; background-color: #fff; appearance: none; outline: none; cursor: pointer; border: 1px solid #00000024; border-radius: 0; background-image: url(images/search.webp); height: 60px; background-size: contain; background-position: right; background-repeat: no-repeat; } 
.genpg-lft .blog-archives .sidebar-box span.theme-select{ background-image: url(images/droup-icon.webp);} 
.genpg-lft .blog-archives .widget-title{    font-family: 'JosefinSans-Bold'; text-align: left; margin: 0 0 20px; padding: 0; letter-spacing: 1.6px; font-size: 40px; color: #000000; text-transform: uppercase; border: none;} 
.genpg-lft .theme-select:after {display: none;} 
.genpg-lft .blog-archives option{font-size: 18px; font-family: 'Georgia-Regular';} 
.genpg-lft .blog-archives .widget_archive {margin: 0px;} 
.genpg-lft .widget .menu-sidebar-menu-container,     .genpg-lft .sidebar-box form {display: inline-block; width: 100%; }


/*blog list*/

.page_default.blog_pg .page_content {flex-direction: column; gap: 25px; }
.page_default.blog_pg .widget_recent_entries{display: none;}
.page_default.blog_pg .blog-archives{border: none; padding: 0; display: flex; gap: 20px;}
.page_default.blog_pg .blog-archives .widget-title{display: none;}
.page_default.blog_pg .genpg-lft{width: 100%; max-width: 100%;}
.page_default.blog_pg .blog-archives .sidebar-box{width: 32.3%; margin: 0;}


.page_default.blog_pg .genpg-rite {width: 100%; } 
.genpg-rite .blg-cntblk {display: flex ; flex-wrap: wrap; justify-content: center; gap: 46px; } 
.genpg-rite .post-item {width: 30.9%; } 
.genpg-rite .post-cnt h4 {font-size: 21px; line-height: 1.52; letter-spacing: 1.68px; margin: 0 0 10px; } 
.genpg-rite .post-cnt h4 a {color: #021522; text-decoration: none; display: inline-block; } 
.genpg-rite .post-cnt {width: 94.6%; margin: -64px auto 0; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05); background-color: #fff; position: relative; padding: 0 20px 28px; border-bottom: 5px solid #1d3e64; } 
.genpg-rite .post-dt p{width: max-content; font-family: 'JosefinSans-Medium'; font-size: 17px; color: #fff; background-color: #1d3e64; text-transform: uppercase; padding: 5px 30px; margin: 0 auto 25px; } 
.post-btn {text-align: center; } 
.genpg-rite .post-btn a{font-family: 'JosefinSans-Bold'; font-size: 15px; line-height: 1; display: inline-block; text-decoration: none; text-transform: uppercase; color: #000000; } 
.genpg-rite .post-cnt:hover a.blg-btn {color: #1d3e64; text-decoration: underline; } 
.genpg-rite .post-cnt:hover {background-color: #ceab6f; } 
.genpg-rite .post-cnt:hover h4 a {color: #fff; } 
.oceanwp-pagination {width: 100%; }
ul.page-numbers {display: flex; justify-content: center; align-items: center; gap: 17px; margin: 0; }
ul.page-numbers li {display: inline-block; padding: 0; margin: 0; }
ul.page-numbers li::before{display:none;}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a:hover {background-color: #1d3e64; color: #fff; }
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li span {width: 60px; border: none; font-family: 'JosefinSans-Medium'; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 26px; letter-spacing: -0.52px; background-color: #fff; color: #000; margin: 0; box-shadow: none; font-weight: 600; border-radius: 0; text-decoration: none; }
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers::before, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers::before {content: ""; background-repeat: no-repeat; background-image: url(./images/inr-sprite.webp); background-position: -84px -24px; width: 35px; height: 35px; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; background-color: transparent !important; }
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers::before{background-position: -27px -24px; }
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers, 
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers {background-color: transparent; }
.fa-angle-right, .fa-angle-left {display: none; } 
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers:hover::before {background-position: -27px -76px; }
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers:hover::before {background-position: -84px -76px; }

.post-img.single_defualt_img {margin: 0 0 30px; }
.genpg-rite .page-navi {display: flex ; justify-content: space-between; }
.genpg-rite .page-navi-block a {font-size: 20px; line-height: 1; text-decoration: none; color: #fff; text-transform: uppercase; padding: 23px 40px; border-radius: 50px; display: inline-block; font-family: 'JosefinSans-Medium'; }
.genpg-rite .page-navi-block.page-navi-nxt a {padding: 23px 64px; }

/* contact page */
.genpg-rite .inr-cnct-lst {display: flex ; justify-content: center; margin: 0; width: 50%; flex-direction: column; align-items: flex-end; padding-right: 40px; gap: 30px; }
.genpg-rite .inr-cnct-itm {text-align: center; background-color: #dfe9ee; padding: 35px 20px; width: 58%; }
.genpg-rite .inr-cnct-itm p a {display: block; }
.genpg-rite .inr-cnct-itm h5 {text-transform: uppercase; color: #387594; letter-spacing: 1.04px; padding-top: 95px; position: relative; }
.inr-cnt-log {margin: 40px 0; }
.genpg-rite .inr-cnct-itm.inr-cnt a { color: #fff; text-decoration: none;}
.genpg-rite .inr-cnct-itm p{margin: 0;}
.inr-cnct-itm.cnt-logo a {display: inline-block; text-decoration: none; color: #333333; font-size: 31px; letter-spacing: 1.24px; line-height: 1; }
.genpg-rite .inr-cnct-itm:hover{background: #1d3e64;}
.genpg-rite .inr-cnct-itm:hover h5, .genpg-rite .inr-cnct-itm:hover p, .genpg-rite .inr-cnct-itm:hover a{color: #fff;}
.genpg-rite .inr-cnt-cntr {text-align: center;    color: #ceab6f; }
.genpg-rite .inr-cnct-itm h5:before{content: ""; background-image: url(./images/hm-sprites.webp); width: 40px; height: 48px; position: absolute; left: 0px; right: 0; margin: auto; top: 19px; background-repeat: no-repeat; background-position: -139px -24px; }
.genpg-rite  .inr-cnct-itm.cnt-logo h5:before{background-position: -185px -22px;}
.map .map-cont iframe{height: 700px; width: 100%; display: block;} 

.page_default.contact_page:before {position: absolute; content: ''; background-image: url(images/patter-img.png); background-repeat: repeat; width: 50%; height: 100%; top: 0; right: 0; bottom: 0; margin: auto; z-index: -1;pointer-events: none;}
.page_default.contact_page .container1 {max-width: 1500px; }
.page_default {position: relative;z-index:1; }
.page_default.contact_page .ftr-form {width: 50%; padding: 20px 50px; }
.inr-cnct-form-blk {display: flex ;align-items: center;}
.page_default.contact_page .genpg-rite .ftr-form h3{color: #fff;}
.page_default.contact_page .genpg-rite .ftr-form h6{    color: #ceab6f;}
.page_default.contact_page .ftr-form .gform_wrapper ul li .form-links a{text-decoration: none;}
body.page-template-contact-page-template .hm-form-sec{display: none;}

/* about page */

.genpg-rite .hm-meet-itm {width: 31.5%; }
.inr-atry {margin: 0px 0 40px; }
.inr-atry-blk {display: flex ; flex-wrap: wrap; gap: 22px;    justify-content: center; }
.genpg-rite .hm-meet-itm h5 {font-size: 18px; letter-spacing: 0.8px; color: #fff; margin: 0; text-transform: uppercase; }
.genpg-rite .hm-meet-attrny-cnt {padding: 24px 5px;}
.genpg-rite .inr-prct-img-div { margin:0 0 30px; }


/*award-list*/
.genpg-rite .product-list {display: flex ; justify-content: center; flex-wrap: wrap; align-items: center; gap: 55px 135px;    padding: 18px 0 0 0; }
.genpg-rite .product-list .awrd-img img {display: block;width: 100%;}
.genpg-rite .product-awrd h3{ text-align:center;}


/* Single attorney page */

.genpg-rite .accordion-section-title.active {color: #fff;  background-color: #1a3c52; border: none; margin: 0 0 10px 0px; } 
.genpg-rite .accordion-section-title { font-family: 'Georgia-Regular';
    font-size: 22px;
    color: #000000;
    line-height: 1.2;
    border: 1px solid #ddd;
    background-color: transparent;
    display: block;
    padding: 16px 50px 16px 20px;
    position: relative;
    text-decoration: none; } 
.accordion-section h3 {
    font-weight: normal;
}
.genpg-rite .accordion-section h3 a:before {position: absolute; content: ""; top: 23px; right: 22px; width: 18px; height: 10px; transform-origin: center; background-image: url(images/awr-img-close.webp); background-repeat:no-repeat; } 
.genpg-rite .accordion-section h3 a.active:before {background-image:url(images/active-awr-img.webp); } 
.genpg-rite .accordion-section-content {padding: 0 0 5px;    display: none; }
.accordion-section-content.open {display: block;}

.inr-single-blk {display: flex; justify-content:space-between; align-items:center; }
.inr-single-cnt h3{ font-family:'JosefinSans-Bold'; font-size:55px; line-height:1; letter-spacing:2.4px; color:#000000; margin:0 0 15px; text-transform:uppercase; }
.inr-single-cnt p{ font-family: 'Georgia-Regular'; font-size:21px; line-height:1; letter-spacing:10.5px; color:#1a3c52;margin: 0 0 34px; text-transform: uppercase; padding-left: 3px; }
.inr-single-blk .inr-single-dts{display: flex; justify-content: space-between; margin: 0 0 32px;}
.inr-single-itm h5{ font-family:'JosefinSans-Bold'; font-size:26px; line-height:1; letter-spacing:1.04px; color:#387594;   position: relative;  margin: 0 0 12px; text-transform: uppercase; padding-top: 80px; }
.inr-single-itm.adrs p{  font-family: 'Georgia-Regular'; font-size:18px; line-height:1.7; letter-spacing:1.04px; color:#333333; margin:0 0 0; padding:0; text-transform:capitalize; }
.inr-single-itm.adrs p a{color: #ceab6f;}
.inr-single-itm.cont a{font-family: 'Figtree-SemiBold'; font-weight:800;  font-size:31px; line-height:1; letter-spacing:1.24px; color:#333333; margin:0; }
.inr-single-blk .inr-single-img {width: 39%; } .inr-single-blk .inr-single-cnt {width: 61.4%; padding: 30px 94px 38px 70px; background: #dfe9ee; }
.inr-single-itm.cont {width: 59.1%; }
.inr-single-itm.adrs {width: 40.8%; border-right: 2px solid #ceab6f; }
.inr-single-itm {text-align: center;}
.inr-sng-btn {text-align: center; }
.inr-single-itm h5:before{content: ""; background-image: url(./images/hm-sprites.webp); width: 40px; height: 48px; position: absolute; left: 0px; right: 0; margin: auto; top: -2px; background-repeat: no-repeat; background-position: -139px -24px; }
.inr-single-itm.cont h5:before{background-position: -185px -22px;}
.inr-single-atry {margin: 0 0 56px; }
.inr-single-itm.cont a:hover{color: #ceab6f;}
.inr-single-itm.adrs p a:hover {color: #333333; }

/* common box */
.genpg-rite .cmn-box h4{font-family:'JosefinSans-Bold'; font-size: 45px; line-height: 1.32; letter-spacing: 4.5px; text-transform: uppercase; color: #fff; margin: 0 0 11px; text-align: center; position: relative;}
.genpg-rite .cmn-box h4 strong{ font-weight:700; font-size:55px; color:#ceab6f; display:block; }
.genpg-rite .cmn-box .btn-blk{display: flex; justify-content: center; gap: 35px;}
.genpg-rite .cmn-box-call p{ font-family: 'Georgia-Regular'; font-size: 20px; line-height: 1.1; color: #fff; margin: 0;     padding: 0 0px 0 50px; }
.genpg-rite .cmn-box-call p a{font-family: 'Figtree-SemiBold';font-size:31px; line-height:1; color: #fff; position: relative; letter-spacing: 1.24px; margin: 0; text-decoration: none;}
.genpg-rite .cmn-box{background-color: #1a3c52; position: relative; z-index: 1;         padding: 52px 25px 42px; margin: 0 0 30px;}
.genpg-rite .cmn-box:before{    content: "";
    background-image: url(images/cmn-log.webp);
    position: absolute;
    width: 85%;
    height: 85%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 10%;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    background-size: contain;}
.genpg-rite .genpg-rite .cmn-box .cmn-btn{color: #fff; text-decoration: none;}
.genpg-rite.cmn-box h4:before{content: ""; background: #fff;     width: 80%; height: 1px; bottom: 8px; left: 0; right: 0; margin: auto; position: absolute;}
.genpg-rite .cmn-box-call p a:hover{color: #ceab6f;}
.genpg-rite .cmn-box-btn .cmn-btn{color: #fff; text-decoration: none;}
.genpg-rite .cmn-box-call p a:before {content: ""; background-image: url(./images/hm-sprites.webp); width: 40px; height: 48px; position: absolute; left: -52px; margin: auto; top: -12px; background-repeat: no-repeat; background-position: -185px -22px; transform: scale(1.3); }

/* case result page */

.genpg-rite .case-result {display: flex ; flex-wrap: wrap; justify-content: center; gap: 28px; }
.genpg-rite .case-result-itm {background-color: #dfe9ee; margin: 0; padding: 40px 50px 70px 40px; text-align: center; width: 48.9%; }
.genpg-rite .case-result-itm h3{ font-family: 'JosefinSans-Medium'; font-size: 31px; line-height: 1; color: #387594; margin: 0 0 10px; position:relative; padding-top:118px; }
.genpg-rite .case-result-itm h6{ font-family: 'JosefinSans-Medium'; font-size: 22px; line-height: 1; color: #387594; margin: 0 0 20px; text-transform: capitalize;}
.genpg-rite .case-result-itm h3:before{content: ""; position: absolute; background-image: url(images/inr-sprite.webp); top: 0; left: 0; right: 0; margin: auto;width: 84px; height: 84px; background-position: -274px -15px;}
.genpg-rite .case-result-itm h5{ font-family: 'Georgia-Regular'; font-size: 18px; line-height: 1; color: #333333; text-transform: capitalize; margin: 0 0 20px;  }
.genpg-rite .case-result-itm p{ font-family: 'Georgia-Regular'; font-size: 21px; line-height: 1.8; color: #666666;  margin: 0;  }

/* team page */
.team_pg .genpg-rite .hm-meet-itm{width: 23.7%;}
.team_pg .genpg-rite .hm-meet-itm h5 {font-size: 20px;}

/* testimonial page */

.genpg-rite .home-testi-item:before{display: none;}
.genpg-rite .testimonials {column-count: 2; column-gap: 30px; }
.genpg-rite .home-testi-item {padding: 34px 30px 30px;position: relative;border: 2px solid #377494;margin: 0 0 30px;width: 100%;display: inline-block;}
.genpg-rite .home-testi-item h5 {font-size: 22px; line-height: 1; letter-spacing: 1.76px; color: #377494;}
.genpg-rite .home-testi-item p{color: #666666;}
.genpg-rite .home-testi-item:hover{background-color:#377494; }
.genpg-rite .home-testi-item:hover h5, .genpg-rite .home-testi-item:hover h6 , .genpg-rite .home-testi-item:hover p{color: #fff;}
.genpg-rite .home-testi-item h6 {color: #377494; text-align: center; margin: 0; }
.genpg-rite .home-testi-item:after {content: ""; background: none; position: absolute; background-image: url(images/quote-img.webp); background-repeat: no-repeat;width: 242px; height: 208px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }


/* practice area page */

.genpg-rite .inr-pract-blk{ display: flex ; margin: 0 0 100px; flex-wrap: wrap; gap: 40px;}
.genpg-rite .inr-pract-item{width: 48.4%;    padding: 48px 36px 60px 36px; background-color: #1b3d53; text-align: center; position: relative; background-image: url(images/patter-img.png); }
.genpg-rite .inr-pract-item h4{font-family:'JosefinSans-Bold'; font-size: 38px; line-height: 1.5; text-transform: uppercase;  letter-spacing: 4.56px; color: #fff; margin: 0; padding-top: 236px; position: relative;}
.genpg-rite .inr-pract-item h4:before{ content:""; position:absolute; background-image:url(images/inr-sprite.webp); background-position: -15px -149px; width:200px; height:200px; top:0; left:0; right:0; margin:auto; }
.genpg-rite .inr-pract-item:hover{background-color: #cdab6f; background-image: none;}
.genpg-rite .inr-pract-item.business h4:before{ background-position: -258px -149px;}
.genpg-rite .inr-pract-item.business:hover h4:before{background-position: -258px -374px;}
.genpg-rite .inr-pract-item:hover h4:before{background-position: -15px -374px;}
.genpg-rite .inr-pract-two-blk {display: flex ; flex-wrap: wrap; justify-content: center; gap: 20px 24px; }
.genpg-rite .inr-pract-two-item {    width: 32%; padding: 25px 20px; background-color: #d7e3ea; position: relative; display: flex ; justify-content: center; align-items: start; flex-direction: column; }
.genpg-rite .inr-pract-two-item h5{font-family:'JosefinSans-Bold'; font-size: 23px; line-height: 1.2; text-transform: uppercase;  letter-spacing: 2.76px; padding-left: 67px; position: relative; color: #1a3c52; margin: 0;}
.genpg-rite .inr-pract-two-item:hover h5 {
    color: #fff;
}
.genpg-rite .inr-pract-two-item h5:before{content:""; position:absolute; background-image:url(images/inr-sprite.webp); background-position: -25px -598px ;     width: 57px; height: 39px; left: 0; top: 0; bottom: 0; margin: auto;}
.genpg-rite .inr-pract-two-item:hover{background-color: #cdab6f;}
.genpg-rite .inr-pract-two-item.personal h5:before{width: 42px; height: 56px;}
.genpg-rite .inr-pract-two-item:hover h5:before{ background-position: -25px -668px ;}
.genpg-rite .inr-pract-two-item.car h5:before{ background-position: -68px -598px ; }
.genpg-rite .inr-pract-two-item.car:hover h5:before{ background-position: -68px -668px ; }
.genpg-rite .inr-pract-two-item.truck h5:before {background-position: -129px -598px; }
.genpg-rite .inr-pract-two-item.truck:hover h5:before {background-position: -129px -668px; }
.genpg-rite .inr-pract-two-item.wrongful h5:before{ background-position: -189px -598px;}
.genpg-rite .inr-pract-two-item.wrongful:hover h5:before{ background-position: -189px -668px;}
.genpg-rite .inr-pract-two-item.catastrophic h5:before{ background-position: -244px -598px; height: 56px;}
.genpg-rite .inr-pract-two-item.catastrophic:hover h5:before{  background-position: -244px -668px;}
.genpg-rite .inr-pract-two-item.dog h5:before{ background-position: -308px -598px; }
.genpg-rite .inr-pract-two-item.dog:hover h5:before{ background-position: -308px -668px; }
.genpg-rite .inr-pract-two-item.motorcycle h5:before{ background-position: -385px -598px; }
.genpg-rite .inr-pract-two-item.motorcycle:hover h5:before{ background-position: -385px -668px; }
.genpg-rite .inr-pract-two-item.workers h5:before{ background-position: -454px -598px;}
.genpg-rite .inr-pract-two-item.workers:hover h5:before{ background-position: -454px -668px;}


.service-lst .learn-btn {margin: 10% 0 0 0;}
.service-lst a.cmn-btn {background: #1b3c53;}
.service-lst a.cmn-btn:hover{ background:#fff; color:#1b3c53;}

.videos-item {width: 48.7%;outline: 1px solid #1a3c52;padding: 2px;}
.videos-list {display: flex;flex-wrap: wrap;gap: 20px;margin: 0 0 20px;}
.videos-item iframe {width: 100%;display: block;height: 224px;}
