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

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

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

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

@font-face {
font-display: swap; 
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url('fonts/inter-v19-latin-regular.woff2') format('woff2'); 
}

@font-face {
font-display: swap; 
font-family: 'Inter';
font-style: normal;
font-weight: 500;
src: url('fonts/inter-v19-latin-500.woff2') format('woff2'); 
}

@font-face {
font-display: swap; 
font-family: 'Inter';
font-style: normal;
font-weight: 600;
src: url('fonts/inter-v19-latin-600.woff2') format('woff2'); 
}

@font-face {
font-display: swap; 
font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: url('fonts/inter-v19-latin-700.woff2') format('woff2'); 
}

@font-face {
font-display: swap; 
font-family: 'Inter';
font-style: normal;
font-weight: 800;
src: url('fonts/inter-v19-latin-800.woff2') format('woff2'); 
}


@font-face {
font-display: swap;
font-family: 'Inter';
font-style: normal;
font-weight: 200;
src: url('fonts/inter-v19-latin-200.woff2') format('woff2'); 
}

@font-face {
font-display: swap;
font-family: 'Inter';
font-style: normal;
font-weight: 300;
src: url('fonts/inter-v19-latin-300.woff2') format('woff2'); 
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
--blue: #1e90ff;
--white: #ffffff;
--header-font: 'Poppins', sans-serif;
--paragraph-font: 'Poppins', sans-serif;
--placeholdercolor: #000;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-family: sans-serif;
font-family: var(--paragraph-font);
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.clear {
clear: both;
}
.alignleft, .alignright, .aligncenter {
margin-bottom: 10px;
}
.alignnone {
margin-bottom: 10px;
}
.alignleft {
float: left;
margin-right: 15px;
margin-top: 0;
}
.alignright {
float: right;
margin-left: 15px;
margin-top: 0;
}
.aligncenter {
display: block;
margin: 0 auto 15px auto;
}
iframe, img {
max-width: 100%;
border: none;
}
img {
height: auto;
}
a {
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
text-decoration: none;
transition: 0.5s;
outline: none;
}

a:focus{border: 0;outline: 0;}

h1, h2, h3, h4, h5, h6 {
font-family: serif;
font-family: var(--header-font);
font-weight: 700;
margin: 0 0 20px 0;
padding: 0;
}
p, li, ul, ol, blockquote {
font-family: sans-serif;
font-family: var(--paragraph-font);
font-weight: 400;
margin: 0 0 10px 0;
padding: 0;
}
p:empty {
display: none;
}
li.menu-item {
list-style: none;
}
a:visited {
color: inherit;
}
a:hover {
text-decoration: none;
}
a, a:hover, input[type="submit"], button {
outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"], select, input[type="search"] {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
border-radius: 0
}
input::-webkit-input-placeholder {
color: var(--placeholdercolor);
}
input::-moz-placeholder {
color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
color: var(--placeholdercolor);
}
input:-moz-placeholder {
color: var(--placeholdercolor);
}
html {
scroll-behavior: smooth;
}
.clr {
clear: both;
}
.container {
width: 100%;
max-width: 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;
}
a:focus{outline: none !important;}
.fw{width: 100%;float: left;}

/* Common Button And Text Heading */
a.cmn-btn {font-family: 'Inter'; font-weight: 700; font-size: 18px; color: #fff; background-color: #21507b; border-radius: 50px; text-transform: uppercase; line-height: 1; letter-spacing: 0px; padding: 21px 48px; display: inline-block; }
a.cmn-btn:hover{background-color: #2da7af;}
h2.text-heading{font-size: 80px; font-family: 'Cinzel';font-weight: 500;letter-spacing: 0;line-height: 0.93;color: #3c3c3c;text-transform: uppercase; margin-bottom: 20px;}
h6.sub-heading {font-size: 24px; font-family: "Inter"; font-weight: 700; line-height: 1; letter-spacing: 7.8px; color: #2da7af; text-transform: uppercase; margin-bottom: 25px; }

/* Header Section  */

.head-sec {background-color: transparent; padding: 35px 0 52px; position: absolute; left: 0; right: 0; width: 100%; margin: auto; z-index: 99;  }
.head-sec .logo-rit {display: flex; flex-direction: column; width: 100%; }
.head-sec .hdr {display: flex; justify-content: space-between; align-items: center; position: relative;}
.head-sec .hdr-cnslt-blk {display: flex; justify-content: space-between;    margin-bottom: 31px;padding: 0 173px 0 152px; }
.head-sec .logo {width: 11.04%; transition-duration: 0.8s; margin: auto; position: absolute; left: 0; right: 0; top: -15px;     z-index: 1;}
.head-sec .logo img { width: 100%; display: block; }
.head-sec .hdr-cnslt-blk p {font-family: 'Inter'; font-weight: 500; font-size: 20px; color: #000; text-transform: uppercase; line-height: 1; letter-spacing: 0px; margin: 0; position: relative; }
.head-sec .hdr-cnslt-lft p {padding-right: 30px; }
.head-sec .hdr-cnslt-rgt p {padding-left: 28px; }
.head-sec .hdr-cnslt-rgt p a {color: #21507b; }
.head-sec .hdr-cnslt-lft p a:hover, .head-sec .hdr-cnslt-rgt p a:hover{color: #2da7af; transition-duration: .5s;}
.head-sec .hdr-cnslt-lft p a::before, .head-sec .hdr-cnslt-rgt p a::before {background-image: url('images/sprites.webp'); background-position: -44px -36px; background-repeat: no-repeat; position: absolute; content: ""; width: 17px; height: 17px; top: 0; bottom: 0; right: 0; margin: auto;  transition-duration: .5s;}
.head-sec .hdr-cnslt-rgt p a::before{right: inherit; left: 0; background-position: -93px -35px; width: 18px; height: 18px;}
.head-sec .hdr-cnslt-lft p a:hover::before, .head-sec .hdr-cnslt-rgt p a:hover::before {background-position: -45px -70px;}
.head-sec .hdr-cnslt-rgt p a:hover::before {background-position: -93px -70px;}
.head-sec .topmenu {padding: 22px 63px 0 37px; position: relative; }
.head-sec .topmenu::before, .head-sec .topmenu::after {background-color: rgb(33, 80, 123); position: absolute; content: ""; width: 38.7%; height: 1px; top: 0; left: 0; margin: auto; z-index: -1; pointer-events: none; }
.head-sec .topmenu::after{left: inherit; right: 0;}
.head-sec .topmenu ul {position: relative; margin: 0; }
.head-sec .topmenu ul li {display: inline-block; position: relative; margin: 0 20px; }
.head-sec .topmenu ul li:first-child {margin-left: 0px; }
.head-sec .topmenu ul li:last-child {margin-right: 0px; }
.head-sec .topmenu ul li:nth-child(4) {margin-right: 450px; }
.head-sec .topmenu ul li a {font-family: 'Inter'; font-weight: 500; font-size: 18px; color: #0d2031; text-transform: UPPERCASE; line-height: 1; letter-spacing: 0px; display: inline-block; }
.head-sec .topmenu ul li.current-menu-item > a, .head-sec .topmenu ul li > a:hover {color: #21507b; }
.head-sec .topmenu ul li ul.sub-menu {display: none; width: 200px; position: absolute; top: 100%; left: 0; right: auto; background-color: #2da7af; padding: 0px 0; z-index: 999; }
.head-sec .topmenu ul li:hover ul.sub-menu {display: block; }
.head-sec .topmenu ul li:hover ul.sub-menu ul {display: none; }
.head-sec .topmenu ul li:hover ul.sub-menu li {position: relative; }
.head-sec .topmenu ul li:hover ul.sub-menu li:hover > ul {display: block; top: 0; left: 100%; }
.head-sec .topmenu .sub-menu li.current-menu-item a {color: #fff; }
.head-sec .topmenu .sub-menu li a:after {display: none; }
.head-sec .topmenu .sub-menu li {width: 100%; float: left; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 0; padding: 0; }
.head-sec .topmenu .sub-menu li a {float: left; font-size: 15px; width: 100%; line-height: 1.3; padding: 9px 12px 8px; color: #fff; display: block; text-transform: capitalize; }
.head-sec .topmenu .sub-menu li a:hover {background-color: #21507b; color: #fff; }


.head-sec.f-nav {padding: 20px 0 30px; position: fixed; background-color: #f3f3f3; z-index: 999;transition-duration: 0.8s;border-bottom: 3px solid #21507b;}
.head-sec.f-nav .logo {width: 8.5%; top: -18px; }
.head-sec.f-nav .hdr-cnslt-blk{margin-bottom: 20px; }


/* Mobile Menu Starts */

.showhide {display: none; color: #fff; width: 110px; height: 28px; float: left; text-align: left; cursor: pointer; padding: 0px 0 0 30px; position: relative; outline: 0; border: 0; background-color: transparent; }
.showhide b.txtl {text-align: right; font-size: 20px; line-height: 28px; text-transform: uppercase; margin: 0 0px 0 0px; color: #343235; padding-top: 2px; letter-spacing: 0.5px; font-family: 'Inter'; font-weight: 500; }
.showhide b.txtr {position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 29px; color: #343235; }
.mobinav {display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #2da7af; position: absolute; top: 38px; left: 0; }
.mobinav ul {float: left; margin: 0px 0 0 0; padding: 5px 0px; width: 100%; }
.mobinav ul li {float: left; margin: 0; width: 100%; list-style: none; padding: 0 20px; box-sizing: border-box; border: 0; margin: 0; padding: 0px; position: relative; font-family: "Poppins", sans-serif; }
.mobinav a {width: 100%; float: left; padding: 6px 0; display: block; line-height: 1.3; color: #fff; font-size: 16px; letter-spacing: 0.5px; border: 0; margin: 0; text-decoration: none; font-family: 'Inter'; font-weight: 500; }
.mobinav a:hover {color: #21507b; }
.mobinav ul li ul {float: left; padding: 0 0 0 15px; }
.mobinav ul li ul li a {text-transform: capitalize; }
.mobinav ul li a.drop.close, .mobinav ul li a.drop.open {font-size: 0; position: absolute; right: 0px; top: 0; width: 100%; height: 29px; background-color: transparent !important; background-image: url(images/plus_icn.png); background-position: right center; background-repeat: no-repeat; padding: 0px 5px !important; cursor: pointer; }
.mobinav ul li a.drop.open {width: 22px; background-image: url(images/minus_icn.png); }
.mobile_src_nav {display: none; width: 100%; float: left; position: relative; padding: 10px 0; }
.mobile_src_nav .container {position: relative; }
.mobile_src_nav .search-form {width: 100%; float: left; }

/*Header Sticky Menu*/
.header-sticky.fixed-header {display: block; position: fixed; top: 0; width: 100%; padding: 14px 2%; z-index: 9999; background-color: #f3f3f3; }
.sicky-logo {width: 100%; max-width: 300px; padding: 0 15px; }
.header-sticky {width: 100%; float: left; background: #c4c9b2; padding: 10px; display: none;animation: slideDown 0.35s ease-out;     border-bottom: 3px solid #21507b;}
.header-sticky .sicky-cnt {width: 25%; float: left; text-align: center; font-size: 15px; color: #c4c9b2; padding: 0 8px; }
.header-sticky .mobile_src_nav, .header-sticky .showhide {display: block; }
.header-sticky .mobile_src_nav {background: transparent; }
.header-sticky .stickyshowhide .txt {width: 40px; height: 40px; text-align: center; float: none; padding: 0; position: relative; font-family: 'Inter'; font-weight: 500; }
.header-sticky .sicky-cnt>a {font-size: 17px; color: #2da7af; line-height: 1; text-transform: uppercase; position: relative; padding-top: 48px; display: inline-block; text-align: center; width: max-content; cursor: pointer; font-family: 'Inter'; font-weight: 500;}
.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 #2da7af; }
.header-sticky .stickyshowhide .txt:before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: auto; font-size: 18px; border: 1px #fff solid; color: #f2f2f2; border-radius: 50%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.sticky-mobinav ul li a.drop {font-size: 0; position: absolute; right: 0; top: 0; width: 100%; height: 45px; }
.sticky-mobinav ul li a.drop.open {width: 28px; }
.sticky-mobinav ul li a.drop:after {content: ""; background: url(images/sprite_icons.png) no-repeat left top; background-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 8px; }
.sticky-mobinav ul li a.drop.open:after {background-position: -28px 0px; }
.header-sticky .sicky-cnt .stickyshowhide:before {background: url(images/header-sticky-menu.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {background: url(images/header-sticky-faqs.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-call-wrap a:before {background: url(images/header-sticky-call.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {background: url(images/header-sticky-blog.png) no-repeat center; }
#floatingMenu {position: fixed; top: 0; left: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; text-align: left; display: flex; width: 100%; height: 100vh; z-index: 99999; }
.floatingMenu-list {width: 400px; background: #2da7af; overflow-y: auto; padding: 10px 10px; height: 100vh; position: relative; }
#floatingMenu.openMenu {display: flex; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
#cloaseFloatingMenu {text-align: right; font-size: 40px; line-height: 1; font-weight: 700; display: block; clear: both; color: #fff; }
a#cloaseFloatingMenu2 {flex-grow: 1; width: calc(100% - 280px); height: 100%; font-size: 0px !important; }
.floatingMenuInner li {position: relative; }
.floatingMenuInner a {color: #fff; letter-spacing: 0.4px; font-family: 'Asap', sans-serif; font-weight: 500; padding: 4px 0; font-size: 18px; display: block; line-height: 1; border-bottom: 1px solid #222222; }
.floatingMenuInner .sub-menu {display: none; }
.floatingMenuInner .menu-item-has-children>a:after {content: ''; width: 10px; height: 2px; background-color: #fff; /* -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);*/ position: absolute; top: 15px; right: 6px; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.floatingMenuInner .menu-item-has-children>a:before {content: ''; width: 2px; height: 10px; position: absolute; top: 11px; right: 10px; display: block; opacity: 1; background-color: #fff; }
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {/*-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);*/ opacity: 0; }
.header-sticky.fixed-header .container {display: flex; padding: 0; align-items: center; justify-content: space-between; }
.sicky-logo {max-width: 100px; text-align: center; padding: 0; }
.sticky-wrap{display: none;}

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

/* Homepage Banner Section Starts */
.hm-banner-sec {position: relative; z-index: 0; padding: 268px 0 217px; background-color: #f3f3f3; background-image: url('images/bnr-bg-img.webp'); background-size: 100% 100%; background-position: center; background-repeat: no-repeat;background-blend-mode: luminosity;}
.hm-banner-sec::before {position: absolute; content: ""; width: 100%; height: 84.3%; top: 0; right: 0; left: 0; z-index: -1; margin: auto; pointer-events: none; background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(243,243,243,0.99) 11%,rgba(243,243,243,0.91) 23%,rgba(243,243,243,0.75) 36%,rgba(243,243,243,0.34) 62%,rgba(243,243,243,0.16) 75%,rgba(243,243,243,0.06) 85%,rgba(243,243,243,0) 100%); }
.hm-banner-sec::after {background: linear-gradient(to bottom,  rgba(243,243,243,0) 0%,rgba(243,243,243,0.04) 12%,rgba(243,243,243,0.16) 24%,rgba(243,243,243,0.37) 39%,rgba(243,243,243,0.39) 40%,rgba(243,243,243,0.79) 66%,rgba(243,243,243,0.94) 79%,rgba(243,243,243,1) 91%,rgba(243,243,243,0.94) 100%); position: absolute; content: ""; width: 100%; height: 40.6%; bottom: 0; right: 0; left: 0; z-index: -2; margin: auto; pointer-events: none; }
.hm-banner-sec .bnr-blk::before, .hm-banner-sec .bnr-blk::after {background-color: rgb(33, 80, 123); position: absolute; content: ""; width: 30.7%; height: 10.2%; bottom: 0; left: 0; z-index: -1; margin: auto; pointer-events: none; clip-path: polygon(0 0%, 0% 100%, 100% 100%); }
.hm-banner-sec .bnr-blk::after {clip-path: polygon(100% 0%, 0% 100%, 100% 100%); left: inherit; right: 0; }
.hm-banner-sec .bnr-blk {display: flex; justify-content: space-between; }
.hm-banner-sec .bnr-mid-itm {width: 37.49%; }
.hm-banner-sec .bnr-lft {width: 29.8%; padding-top: 62px; }
.hm-banner-sec .bnr-rgt {width: 29.8%; padding: 64px 0 0 90px; }
.hm-banner-sec .bnr-lft h1 {font-family: 'Cinzel'; font-weight: 400; font-size: 100px; color: #3c3c3c; text-transform: uppercase; line-height: 0.94; letter-spacing: 0px; margin-bottom: 0; }
.hm-banner-sec .bnr-lft h1 strong{color: #21507b; font-weight: 400;}
.hm-banner-sec .bnr-lft h1 b {font-family: 'Inter'; font-weight: 500; font-size: 23px; color: #21507b; letter-spacing: 8.28px; display: block; line-height: 1; margin-bottom: 35px; }
.hm-banner-sec .bnr-mid-itm-img {width: 100%;padding: 38px 41px; position: relative; }
.hm-banner-sec .bnr-mid-itm-img::before {background-image: url('images/bnr-mid-itm-bfr-img.webp'); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; position: absolute; content: ""; width: 100%; height: 100%; bottom: 0; left: 0; right: 0; top: 0; z-index: -1; margin: auto; pointer-events: none; }

.hm-banner-sec .bnr-mid-itm-img img{width: 100%; display: block; border-radius: 50%; }
.hm-banner-sec .bnr-rgt p{font-family: 'Inter'; font-weight: 500; font-size: 24px; color: #3c3c3c; line-height: 1.58; letter-spacing: 0px; margin-bottom:51px; }
.hm-banner-sec .bnr-rgt-law {width: 88.9%; margin-bottom: 33px; }
.hm-banner-sec .bnr-rgt-law img{width: 100%; display: block; }

/* Homepage Awards Section Starts */
.hm-awards-sec {padding: 110px 0px 116px; position: relative; z-index: 9; margin-top: -118px; clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%); background-color: #fff; }
.hm-awards-sec h6 {    font-family: 'Cinzel'; font-weight: 400; font-size: 20px; color: #3c3c3c; text-align: center; text-transform: uppercase; line-height: 1; letter-spacing: 8px; margin-bottom: 45px; }
.hm-awards-sec .awards-blk.owl-carousel {position: relative; padding: 0 40px; z-index: 0; }
.hm-awards-sec .awards-blk.owl-carousel::before {background-color: rgba(33, 80, 123, 0.2); position: absolute; content: ""; width: 85.34%; height: 1px; bottom: 0px; right: 0; left: 0px; z-index: -1; margin: auto; pointer-events: none; }
.hm-awards-sec .awards-blk.owl-carousel .owl-stage-outer {padding-bottom: 53px; }
.hm-awards-sec .awards-blk.owl-carousel .award-item {width: 217px; position: relative; z-index: 0; margin: auto; min-height: 214px; display: flex; align-items: center; justify-content: center; }
.hm-awards-sec .awards-blk.owl-carousel .award-item img {display: block; width: auto; }
.hm-awards-sec .awards-blk.owl-carousel .owl-item.center .award-item::before{position: absolute; content: ""; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; z-index: -1; pointer-events: none; background-image: url('images/award-itm-bg.webp'); background-position: center; background-size: 100% 100%; background-repeat: no-repeat; opacity:20%; }
.hm-awards-sec .awards-blk.owl-carousel .owl-item.center .award-item::after {background-color: rgb(33, 80, 123); position: absolute; content: ""; width: calc(100% + 73px); height: 6px; bottom: -51px; right: 0; left: -37px; z-index: -1; margin: auto; }
.hm-awards-sec .awards-blk.owl-carousel .owl-dots.disabled{display: none;}
.hm-awards-sec .awards-blk.owl-carousel .owl-nav {display: flex; position: absolute; bottom: -7px; left: 0; right: 0; margin: auto; width: 100%; justify-content: space-between; }
.hm-awards-sec .awards-blk.owl-carousel .owl-nav button.owl-prev, .hm-awards-sec .awards-blk.owl-carousel .owl-nav button.owl-next {background-image: url(images/sprites.webp); background-position: -142px -36px; background-repeat: no-repeat; width: 43px; height: 18px; display: inline-block; font-size: 0; transition-duration:.5s ; }
.hm-awards-sec .awards-blk.owl-carousel .owl-nav button.owl-next{background-position: -224px -36px; }
.hm-awards-sec .awards-blk.owl-carousel .owl-nav button.owl-prev:hover, .hm-awards-sec .awards-blk.owl-carousel .owl-nav button.owl-next:hover{background-position: -142px -70px; }
.hm-awards-sec .awards-blk.owl-carousel .owl-nav button.owl-next:hover{background-position: -224px -70px; }

/* Homepage Awards Section Starts */
.hm-about-sec {position: relative; z-index: 0; padding-bottom: 117px; background-color:#fff; }
.hm-about-sec .container{max-width: 1280px;}
.hm-about-sec::before {background-image: url(images/abt-sec-img.webp); background-repeat: no-repeat; background-size: 100% 100%; position: absolute; content: ""; width: 28.6%; height: 51.7%; bottom: 0; left: 0; top: -20px; z-index: -1; margin: auto; pointer-events: none; opacity: 12%; }
.hm-about-sec .abt-top-cnt h2.text-heading {font-size: 70px; line-height: 1.21; position: relative; z-index: 0; margin-right: -14px; color:#3c658b; }
.hm-about-sec .abt-top-cnt h2.text-heading::before {background-color: rgb(60, 101, 139); position: absolute; content: ""; width: 98%; height: 2px; right: 3px; top: 40px; z-index: -1; margin: auto; pointer-events: none; }
.hm-about-sec h2.text-heading strong {font-weight: 500; display: block; color: #3c3c3c; padding-right: 25px; background-color: #ffffff; width: max-content; }
.hm-about-sec .abt-blk {display: flex; justify-content: flex-end; gap: 65px; align-items: center; }
.hm-about-sec .abt-lft {width: 46.65%; }
.hm-about-sec .abt-lft-img-blk {position: relative; width: 100%; margin-bottom: 85px; }
.hm-about-sec .abt-lft-attr-img {width: 100%; }
.hm-about-sec .abt-lft-attr-img img {display: block; width: 100%; }
.hm-about-sec .abt-lft-logo {width: 23.79%; position: absolute; left: 27px; top: 31px; margin: auto; }
.hm-about-sec .abt-lft-logo img{width: 100%; display: block;}
.hm-about-sec .abt-lft h4 {font-family: 'Inter'; font-weight: 700; font-size: 30px; color: #2da7af; text-transform: uppercase; line-height: 1; letter-spacing: 8.4px; position: relative; padding: 0px 79px 0 60px;     width: fit-content; margin: auto;}
.hm-about-sec .abt-lft h4::before, .hm-about-sec .abt-lft h4::after{background-image: url(images/sprites.webp); background-position: -315px -35px; background-repeat: no-repeat; position: absolute; content: ""; width: 36px; height: 30px; top: 0; bottom: 0; left: 0; margin: auto; pointer-events: none; }
.hm-about-sec .abt-lft h4::after {left: inherit; right: 26px; rotate: 180deg; }
.hm-about-sec .abt-rgt {width: 45.7%; }
.hm-about-sec .abt-rgt p {font-family: 'Inter'; font-weight: 500; font-size: 20px; color: #000000; line-height: 1.65; letter-spacing: 0px; margin-bottom: 33px; }
.hm-about-sec .abt-btn-blk {display: flex; align-items: center; gap: 33px; margin-top: 62px; }
.hm-about-sec .abt-rgt .abt-call p {font-weight: 700; font-size: 15px; text-transform: uppercase; line-height: 1; letter-spacing: 0.6px; margin-bottom: 0; padding-left: 51px;  position: relative;}
.hm-about-sec .abt-rgt .abt-call p a {display: block;font-family: 'Inter'; width: max-content; font-weight: 200; font-size: 33px; color: #21507b; line-height: 1; letter-spacing: 0px; margin-bottom: 18px; text-underline-offset: 9px; text-decoration-thickness: 4px; text-decoration: underline 2px; }
.hm-about-sec .abt-rgt .abt-call p a:hover{    color: #2da7af;}
.hm-about-sec .abt-lft-btn a.cmn-btn {padding: 21px 55px; }
.hm-about-sec .abt-rgt .abt-call p a::before{background-image: url(images/sprites.webp); background-position: -34px -131px; background-repeat: no-repeat; position: absolute; content: ""; width: 40px; height: 40px; top: 0; bottom: 0; left: 0; margin: auto; transition-duration: .5s; }


.hm-about-sec .abt-top-cnt h6 {font-size: 25px;font-family: 'Cinzel';line-height: 1;margin-bottom: 35px;}

/* Homepage Practice Section Starts */

.hm-practice-areas-sec .container {max-width: 1280px;}
.hm-practice-areas-sec {background-color: rgb(26, 63, 97); padding: 117px 0 217px; position: relative; z-index: 0; margin-bottom: -121px; }
.hm-practice-areas-sec::before {background-image: url(images/pract-sec-bg.webp); background-position: center; background-size: 100% 100%; background-repeat: no-repeat; background-blend-mode: luminosity; position: absolute; content: ""; width: 100%; height: 100%; top:0; left: 0; right: 0; bottom: 0; margin: auto; pointer-events: none; opacity: 18%;background-color: rgb(26, 63, 97);z-index: -1;}
.hm-practice-areas-sec h2.text-heading {text-align: center; margin-bottom: 32px; color: #fff; }
.hm-practice-areas-sec .pract-blk {margin-bottom: 30px;}
.hm-practice-areas-sec .pract-item-top {width: 100%; position: relative; z-index: 0; text-align: center; padding-top: 110px; transition-duration: 0.5s; }
.hm-practice-areas-sec .pract-item {background-color: rgb(33, 80, 123); position: relative; border-bottom: 8px solid #2f70ad; padding-top: 64px; }
.hm-practice-areas-sec .pract-img {width: 100%; position: relative; }
.hm-practice-areas-sec .pract-img img {width: 100%; display: block; opacity: 40%; }
.hm-practice-areas-sec .pract-img::before {position: absolute; content: ""; width: 100%; height: 80%; top: 0; left: 0; right: 0; margin: auto; pointer-events: none; z-index: 1; background: linear-gradient(180deg, rgba(33, 80, 123, 1) 0%, rgba(255, 255, 255, 0) 100%); }
.hm-practice-areas-sec .pract-hover a {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 2; }
.hm-practice-areas-sec .pract-title {position: absolute; bottom: 62px; left: 0; right: 0; margin: auto;     z-index: 1;}
.hm-practice-areas-sec .pract-title h3 {font-family: 'Cinzel'; font-weight: 500; font-size: 41px; color: #fff; text-transform: uppercase; letter-spacing: 0; line-height: 0.97; margin-bottom: 0px; min-height: 55px; }
.hm-practice-areas-sec .pract-item:hover{  border-bottom-color: rgb(172, 165, 158);}
.hm-practice-areas-sec .pract-item::before {background-image: url(images/sprites-in.webp); background-position: -26px -19px; background-repeat: no-repeat; position: absolute; content: ""; width: 79px; height: 83px; top: -29px; left: 0; right: 0; margin: auto; pointer-events: none; z-index: 2; }
.hm-practice-areas-sec .pract-item::after {background-image: url(images/pract-icon-bg-img.webp); background-repeat: no-repeat; position: absolute; content: ""; width: 237px; height: 237px; top: -110px; left: 0; right: 0; margin: auto; pointer-events: none; z-index: 1; }
.hm-practice-areas-sec .pract-item.Probate::before {background-position: -123px -19px;left: 7px; }
.hm-practice-areas-sec .pract-item.Trusts::before {background-position: -225px -23px; width: 74px; height: 80px; }
.hm-practice-areas-sec .pract-item:hover::before{background-position: -26px -111px;}
.hm-practice-areas-sec .pract-item.Probate:hover::before {background-position: -123px -111px; }
.hm-practice-areas-sec .pract-item.Trusts:hover::before {background-position: -225px -123px; }
.hm-practice-areas-sec .pract-btn {text-align: center; }
.hm-practice-areas-sec .pract-btn a.cmn-btn {background-color: rgb(45, 167, 175);z-index: 1;position: relative;}
.hm-practice-areas-sec .pract-btn a.cmn-btn:hover{color: #21507b;}


.hm-practice-areas-sec .pract-item.Guardianship::before{background-position: -409px -220px;}
.hm-practice-areas-sec .pract-item.Guardianship:hover::before{background-position: -409px -312px;}
.hm-practice-areas-sec .pract-item.Wills::before {background-position: -323px -23px;width: 74px;height: 75px;}
.hm-practice-areas-sec .pract-item.Wills:hover::before{background-position: -323px -115px;}
.hm-practice-areas-sec .pract-item.Powers::before {background-position: -413px -24px;height: 75px;}
.hm-practice-areas-sec .pract-item.Powers:hover::before{background-position: -413px -115px;}
.hm-practice-areas-sec .pract-item.Letters::before{background-position: -501px -21px;}
.hm-practice-areas-sec .pract-item.Letters:hover::before{background-position: -501px -117px;}
.hm-practice-areas-sec .pract-item.Deeds::before{background-position: -26px -220px;}
.hm-practice-areas-sec .pract-item.Deeds:hover::before{background-position: -26px -312px;}
.hm-practice-areas-sec .pract-item.LLC::before{background-position: -125px -219px;}
.hm-practice-areas-sec .pract-item.LLC:hover::before{background-position: -125px -311px;}
.hm-practice-areas-sec .pract-item.Personal::before{background-position: -472px -460px;width: 115px;height: 72px;}
.hm-practice-areas-sec .pract-item.Personal:hover::before{background-position: -472px -531px;}
.hm-practice-areas-sec .pract-item.LGBTQ::before{background-position: -225px -222px;}
.hm-practice-areas-sec .pract-item.LGBTQ:hover::before{background-position: -225px -318px;}
 

.hm-practice-areas-sec .pract-blk.owl-carousel .owl-nav {display: flex;justify-content: space-between;width: 100%;max-width: 500px;margin: 80px auto -70px;}
.hm-practice-areas-sec .pract-blk.owl-carousel .owl-nav button.owl-prev, .hm-practice-areas-sec .pract-blk.owl-carousel .owl-nav button.owl-next {width: 43px;height: 18px;background-image: url(images/sprites.webp) !important;background-repeat: no-repeat !important;background-position: -142px -36px;display: inline-block;font-size: 0px;filter: invert(1);}
.hm-practice-areas-sec .pract-blk.owl-carousel .owl-nav button.owl-next {background-position: -224px -36px;}
 

/* Homepage Professional Section Starts */

.hm-professional-sec {padding: 144px 0 0; background-color: #eeedec; position: relative; clip-path: polygon(50% 0%, 100% 11%, 100% 100%, 0 100%, 0 11%); }
.hm-professional-sec:before{position: absolute;content: ""; width: 50%;height: 100%;background-image: url(images/professional-bg-layer.webp);background-repeat: no-repeat;background-size: 100% 100%; right: 0;top:0px;opacity:10%;pointer-events:none;z-index:0 }
.hm-professional-sec h2.text-heading {text-align: center; margin-bottom: 13px; }
.hm-professional-lft {width: 35.7%; padding: 28px 11px 0px 0px; }
.hm-professional-rit {width: 47%; position: relative; padding-right: 110px; }
.hm-professional-rit:after {position: absolute; content: ""; width: 26.9%; height: 29.1%; background-image: url(images/exp-logo.webp); background-repeat: no-repeat; background-size: 100% 100%; right: 16px; top: 114px; pointer-events: none; }
.hm-professional-blk {display: flex; justify-content: flex-end; gap: 70px; }
.hm-professional-lft p{font-size: 18px; font-family: "Inter"; font-weight: 500;line-height: 1.8;letter-spacing: 0;color: #000;margin-bottom: 36px}
.hm-professional-lft p:last-of-type{margin-bottom: 15px}
.hm-professional-btn{float: right;clear: both;}
.hm-professional-btn a.cmn-btn {background-color: #fff; border: solid 2px #21507b; color: #21507b; padding: 19px 39px; }
.hm-professional-lft a.cmn-btn:hover{background-color: #21507b;border-color:#fff;color: #fff}
.hm-professional-img {width: 100%; position: relative; z-index: 0; padding: 0 90px 0 55px; }
.hm-professional-img::before {position: absolute; content: ""; width: 100%; height: 89%; background-image: url(images/professional-att-bg.webp);    background-size: 100% 100%; background-repeat: no-repeat; left: 0; right: 0; bottom: 0; margin: auto; z-index: -1; pointer-events: none; }
.hm-professional-vertical-text h2{font-size: 150px; font-family: "Inter"; font-weight: 800;line-height: 1;letter-spacing: 0;color: #21507b;text-transform: uppercase;    writing-mode: sideways-lr;}
.hm-professional-vertical-text h2 strong {font-weight: 800; display: block; color: #afa8a1; margin: 0px -65px 55px 0; mask-image: linear-gradient(to right, rgb(210 207 204) 0, rgba(255, 255, 255, 0) 86%); }
.hm-professional-vertical-text {position: absolute; left: 93px; bottom: 45px; }
.hm-professional-vertical-text.mobile-txt {display: none; }
 

/* Homepage Scroll Section Starts */

.hm-scroll-sec {padding: 22px 0 20px; overflow: hidden; position: relative; background-color: #21507b; }
.hm-scroll-sec .container{max-width: 100%;    padding: 0; } 
.hm-scroll-sec .scrl-list ul {display: flex; animation: scrollText 40s infinite linear; transition: all 2s ease; width: fit-content; white-space: nowrap; margin: 0; gap: 25px; align-items: center; }
.hm-scroll-sec .scrl-list ul li {position: relative; padding: 8px 0 8px 52px; display: flex; margin: 0; }
.hm-scroll-sec .scrl-list ul li a {display: inline-block; font-size: 20px; font-family: "Inter"; font-weight: 700; color: #cdcdcd; line-height: 1; letter-spacing: 0; text-transform: uppercase;  }
.hm-scroll-sec .scrl-list ul li:before {position: absolute; content: ""; width: 33px; height: 33px; background-image: url("images/sprites.webp"); background-repeat: no-repeat; background-position: -438px -33px; right: inherit; left: 0; top: 0; bottom: 0; margin: auto; }
.hm-scroll-sec.cta ul li:first-child {padding-left: 0;}
.hm-scroll-sec .btm_row_slide {overflow: hidden }
@keyframes scrollText {from {transform: translateX(0%) } to {transform: translateX(-50%) } }


/* Homepage Testimonials Section Starts */

.hm-testimonials {text-align: center; padding: 125px 0 144px; clip-path: polygon(100% 0, 100% 89%, 50% 100%, 0 89%, 0 0); margin-bottom: -150px; position: relative; z-index: 2; background-color: #fff; }
.hm-testimonials .container{max-width: 1630px}
.hm-testimonials  h6.sub-heading{margin-bottom: 40px;    letter-spacing: 8.9px;}
.hm-testimonials .hm-testi-item {padding: 52px 40px 85px; text-align:left;background-image:url(images/hm-testi-itm-bg.webp);background-repeat:no-repeat;     background-size: 100% 100%;height:100%;}
.hm-testimonials .hm-testi-item p {font-size: 18px; font-family: "Inter"; font-weight: 400; line-height: 1.7;letter-spacing: 0; color: #000; position: relative; margin-bottom: 20px}
.hm-testimonials .hm-testi-item h5 {font-size: 32px; font-weight: 500; font-family: 'Cinzel'; letter-spacing: 0; line-height: 1; color: #000; position: relative; margin-bottom: 0; text-transform: capitalize; }
.hm-testi-item .star-rat{width: 112px;height: 19px;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -108px -295px}
.hm-testi-cont{position: relative;}
.hm-testimonials .testi-blck.owl-carousel .owl-stage {padding: 15px 0 0;display:flex; }
.hm-testi-cont:before,.hm-testi-cont:after {position: absolute;content: "";width: 50px;height: 50px;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -37px -278px;right: 0;bottom: 0}
.hm-testi-cont:after{width: 45px;height: 36px;background-position: -412px -126px;bottom:inherit;top:-68px;left:0;right:inherit;}
.hm-testimonials .testi-blck .owl-nav {display: flex !important;justify-content:space-between;     margin: 85px auto -40px;width:100%;max-width:550px }
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev,.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next{width: 43px;height: 18px;background-image: url(images/sprites.webp) !important;background-repeat: no-repeat !important;background-position: -142px -36px}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next{rotate: 180deg}
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-prev:hover,.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next:hover{background-position:-142px -70px }
.hm-testimonials .testi-blck.owl-carousel .owl-nav button.owl-next:hover{rotate: 180deg}
.hm-testimonials .testi-blck .owl-nav button span {display: none; }
.hm-testimonials .testi-btn a.cmn-btn{position: relative;z-index: 2;}
.hm-testimonials .testi-title-blk {width: 88%; }
.hm-testimonials .owl-item.center{width:750px !important;}
.hm-testimonials .owl-item{width:600px !important;}

/* Homepage Preparing Section Starts */

.hm-preparing-sec {padding: 275px 0 125px;position: relative;background-color: #f6f6f6}
.hm-preparing-sec:before{position: absolute;content: "";width: 100%;height: 100%;background-image: url(images/preparing-bg-img.webp);background-repeat: no-repeat;background-size: cover; background-position: center;left: 0;top: 0;filter: grayscale(1);pointer-events: none;opacity: 10%}
.hm-preparing-rit h2.text-heading {opacity: 1;position: relative;z-index: 1;margin-bottom: 15px;}
.hm-preparing-rit p{font-size: 18px; font-family: "Inter"; font-weight: 400;line-height:1.8 ;letter-spacing: 0;color: #000;margin-bottom: 35px}
.hm-preparing-rit h6.sub-heading {margin-bottom: 20px;}
.hm-preparing-rit p:last-of-type{margin-bottom: 35px}  
.hm-preparing-btn a.cmn-btn{background-color:#2da7af;position: relative; z-index: 1;}
.hm-preparing-btn a.cmn-btn:hover{background-color:#21507b;}
.hm-preparing-text h4{font-size: 50px; font-family: "Inter"; font-weight: 200;line-height:1;letter-spacing:0;color:#fff;margin:0     }
.hm-preparing-blk{display: flex;justify-content: space-between;    padding-right: 110px;    align-items: flex-start;}
.hm-preparing-lft{width:47%;position: relative;z-index: 1;padding-top: 6px;}
.hm-preparing-lft:before {position: absolute; content: ""; width: 765px; height: 66%; background-color: #21507b; left: -83px; bottom: -55px; z-index: 1; }
.hm-preparing-rit{width: 43.6%;}
.hm-preparing-text{float: left;position: relative;padding-left: 192px;position: relative;z-index: 1;}
.hm-preparing-text:before{position: absolute;content: "";width: 172px;height: 172px;background-image: url(images/preparing-logo-img.webp);background-repeat: no-repeat;background-position: center;left: 0;top: -20px;bottom: 0}
.hm-preparing-img {width: 92%; margin: 0 0 50px;position:relative;z-index:1; }
.hm-preparing-img  img{width: 100%;display: block;}
.hm-preparing-blk:before, .hm-preparing-blk:after {position: absolute; content: ""; width: 41%; height: 14%; background-color: #21507b; top: 0; right: 0; clip-path: polygon(100% 0, 0 0, 100% 94%); }
.hm-preparing-blk:after{ right: inherit; left: 0;clip-path: polygon(100% 0, 0 0, 0 94%);}

/* Homepage CTA Section Starts */

.hm-cta-sec {padding: 247px 0 236px; text-align: center; clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0); margin-bottom: -135px; position: relative; z-index: 1; background-color: #ffff; }
.hm-cta-sec:before {position: absolute; content: ""; width: 19.6%; height: 26.3%; background-image: url(images/cta-logo-img.webp); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; left: 0; right: 0; top: 36px; margin: auto; pointer-events: none; z-index: -1; }
.hm-cta-sec:after{position: absolute;content: "";width: 100%;height: 100%;background-image: url(images/cta-bg-img.webp);background-repeat: no-repeat;background-position:center;background-size: 100% 100%;top: 0;left: 0;pointer-events: none;opacity: 10%}
.hm-cta-sec .container{max-width: 1280px}
.hm-cta-sec h2.text-heading{font-size: 149px;font-weight: 600;color: #21507b;margin-bottom: 4px;position: relative;z-index: 9}
.hm-cta-sec h2.text-heading strong{font-size: 50px;font-weight: 500;color: #3c3c3c;letter-spacing: 7px;margin-bottom: 20px;padding-bottom: 20px;border-bottom: solid 2px #21507b;display: block;}
.hm-cta-sec p{font-size: 26px; font-family: "Inter"; font-weight: 400;line-height: 1.3;letter-spacing: 0;color: #000;margin-bottom: 35px}
.hm-cta-btns {display: flex ; justify-content: center; gap: 12px; }
.hm-cta-btn.phn a.cmn-btn{background-color:#2da7af }
.hm-cta-btn.phn a.cmn-btn:hover{background-color:#21507b}
.hm-scroll-sec.cta ul {display: flex;  width: fit-content; white-space: nowrap; margin: 0; gap: 52px; align-items: center; margin: auto;transition: all 2s ease;animation: scrollText 40s infinite linear;}
.hm-scroll-sec.cta ul li {position: relative; padding: 8px 0 8px 80px; display: flex; margin: 0;white-space: nowrap;}
.hm-scroll-sec.cta ul li a {display: inline-block; font-size: 24px; font-family: "Inter"; font-weight: 700; color: #cdcdcd; line-height: 1; letter-spacing: 0.96px; text-transform: uppercase;  }
.hm-scroll-sec.cta ul li:before {position: absolute; content: ""; width: 33px; height: 33px; background-image: url("images/sprites.webp"); background-repeat: no-repeat; background-position: -438px -33px; right: inherit; left: 0; top: 0; bottom: 0; margin: auto; }
.hm-scroll-sec.cta {padding: 22px 0; overflow: hidden; position: relative;background-color:#fff;border-bottom:solid 2px #21507b; } 
.hm-scroll-sec.cta  ul li a{color: #21507b; } 
.hm-scroll-sec.cta ul li:first-child:before{display: none;} 

/* Homepage Form Section Starts */
.hm-form-sec{background-image: url(images/form-bg-img.webp);background-repeat: no-repeat;background-position: center; background-size: 100% 100% ;position: relative;    padding: 22px 0 0;}
.hm-form-sec:before, .hm-form-sec:after {position: absolute; content: ""; width: 41%; height: 18%; background-color: #21507b; top: 0; right: 0; clip-path: polygon(100% 0, 0 0, 100% 94%); }
.hm-form-sec:after{right: inherit;left: 0;clip-path:polygon(95% 0, 0 0, 0 98%) }
.hm-ftr-form-blk {width: 100%; max-width: 610px; margin: auto; background-color: #1a3f61; padding: 60px 38px 65px;text-align: center; z-index: 2;position: relative;}
.hm-ftr-form-blk h2.text-heading{font-size: 54px;color: #fff;margin: 0 0 32px;}
.hm-ftr-form-blk p{font-size: 18px; font-family: "Inter"; font-weight: 400;line-height: 1;letter-spacing: 0;color: #fff;margin-bottom: 28px;}
.hm-form-sec p.gform_required_legend{display: none;}
.hm-form-sec .gform_wrapper.gravity-theme .gfield_label {display: none !important;}
.hm-form-sec .gform_wrapper {margin: 0}
.hm-form-sec .gform_wrapper.gravity-theme .gfield textarea.large{height: 150px !important;margin: 0;resize: none;}
.hm-form-sec .gform_wrapper ul.gform_fields ul {margin: 0; padding: 0; }
.hm-form-sec .gform_wrapper ul.gform_fields li {margin: 0 0 25px 0; padding: 0 !important; }
.hm-form-sec .gform_wrapper ul.gform_fields li.form-top {margin: 0 0 0 0; text-align: left; }
.gform_wrapper ul.gform_fields li.phn {margin-right: 0 !important; }
.hm-form-sec .gform_wrapper .top_label input,
.hm-form-sec .gform_wrapper select,
.hm-form-sec .gform_wrapper .top_label textarea {font-size: 20px !important;font-family: "Inter"; font-weight: 400;line-height: 1 !important;letter-spacing: 0.4px; margin: 0px; width: 100% !important; color: #000; outline: 0px; position: relative; border-radius: 0; background-color: #fff; padding: 22px 30px !important; transition: all 0.5s; }
.hm-form-sec .gform_wrapper .form-links,.hm-form-sec .gform_wrapper .form-links a ,.hm-form-sec .gform_wrapper.gravity-theme .gfield_checkbox label{font-size: 16px;font-family: "Inter"; font-weight: 400;line-height:1.8 ;letter-spacing: 0; color: #fff; text-align: left; width: 100%; display: inline-block; }
.hm-form-sec .gform_wrapper .form-links a{display: inline;}
.hm-form-sec .gform_wrapper .gfield_radio label, .hm-form-sec .gform_wrapper .top_label .chkbx label {font-size: 18px !important; line-height: 20px !important; color: #fff; }
.hm-form-sec .gform_wrapper .top_label .chkbx label {font-weight: 700;color:#fff }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {  width: 16px !important;height: 16px; margin: 0px 10px 0px 0 !important; padding: 0 !important; border-radius: 0; max-width: inherit !important; }
.hm-form-sec .gform_wrapper .gform_footer.top_label {padding: 0; margin: 0; text-align: center; }
.hm-form-sec .gform_wrapper .gfield_checkbox {float: right; width: 255px; text-align: right; }
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields{    grid-column-gap: 20px;grid-row-gap: 18px;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {font-family: "Inter";  font-size: 23px !important;font-weight: 700;line-height: 1;letter-spacing: 1.4px; background-color: #aca59e !important; outline: none !important; border: 0px none !important; border-radius: 40px !important; cursor: pointer; transition-duration: 0.5s; color: #ffffff !important; padding: 20px 55px !important; text-transform: uppercase; !important; height: auto !important; margin:30px auto 0; width: max-content !important;}
.hm-form-sec .gform_wrapper.gravity-theme .gfield.gfield--width-full{    grid-column: span 6;}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {background-color: #2da7af !important; }
.hm-form-sec .gform_wrapper.gravity-theme .description, .hm-form-sec .gform_wrapper.gravity-theme .gfield_description, .hm-form-sec .gform_wrapper.gravity-theme .gsection_description, .hm-form-sec .gform_wrapper.gravity-theme .instruction {padding: 0; border: 0; background-color: transparent; margin: 0; position: absolute; top: 1px; right: 5px; width: max-content; height: max-content; pointer-events: none; font-size: 13px; }
.hm-form-sec .gform_wrapper.gravity-theme .gform_validation_errors{display: none;}
.hm-form-sec .gform_wrapper.gravity-theme .instruction {top: inherit; bottom: 3px; }
.hm-form-sec .gform_wrapper fieldset.chk .gfield_description.validation_message.gfield_validation_message {right: 0; top: 28px; }
.hm-form-sec input::placeholder,.hm-form-sec input:-ms-input-placeholder ,.hm-form-sec input::-ms-input-placeholder {color: #000; }
.hm-form-sec textarea::placeholder{color:#000 }
.hm-form-sec textarea:-ms-input-placeholder,.hm-form-sec textarea::-ms-input-placeholder  {color: #000; }
.hm-form-sec .gform_wrapper .top_label .gfield_label {display: none; }
.hm-form-sec .gform_wrapper div.validation_error {text-align: center; border: none; padding: 0 !important; }
.hm-form-sec .gform_wrapper .validation_message, .hm-form-sec .gform_wrapper div.validation_error {color: red; letter-spacing: 0.56px; font-size: 15px; line-height: 18px; }
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: 100% !important; }
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {padding-top: 0; }
.hm-form-sec .gform_wrapper li.gfield.gfield_error, .hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {background-color: inherit !important; border: none; padding: 0 !important; margin-top: 0 !important; }
.hm-form-sec .gform_wrapper div#popup-container {position: absolute; width: 100%; text-align: left; }
.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 {font-size: 14px; font-family: "Inter"; visibility: hidden; color: #000; position: absolute; transition: transform 0.15s ease-out 0.15s; z-index: 1; margin: 0 0 10px; text-align: center; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 15px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.8; width: 550px; }
.popup .show {visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit; }
.hm-form-sec .gform_wrapper.gravity-theme .gfield{position: relative;}
.gform_button.disabled {pointer-events: none; }
.hm-form-sec  .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{border: none !important;}
.hm-form-sec .gform_wrapper .form-links a:hover{color: #aca59e; }
 

.hm-form-sec .gform_wrapper.gravity-theme .gfield.gfield--type-select{grid-column: span 12;}
.hm-form-sec .gform_wrapper select {height: 70px;line-height: 1.2 !important;}
.hm-form-sec .gform_wrapper .ginput_container_select{position: relative;}
.hm-form-sec .gform_wrapper .ginput_container_select:before {position: absolute; content: ""; border: 3px solid #000; border-top: none; border-right: none; width: 14px; height: 14px; right: 25px; top: 0; bottom: 0; margin: auto; z-index: 1; rotate: 314deg;pointer-events: none; }


/* Footer Section Starts */

.site-footer {background: #eeedec; padding: 105px 0 0; color: #fff; }
.ftmenu ul {padding:0 0 25px;margin:0;position:relative;text-align:center; }
.ftmenu ul:before,.ftmenu ul:after{position: absolute;content: "";width: 39%;height: 1px;background-color: #21507b;bottom: 0;left: 0}
.ftmenu ul:after{left: inherit;right: 0}
.ftmenu ul li {display: inline-block; margin: 0 25px ; }
.ftmenu ul li:last-child{margin-right: 0}
.ftmenu ul li:first-child{margin-left: 0}
.ftmenu ul li:nth-child(4) {margin-right: 490px; }
.ftmenu ul li a {font-size: 18px;font-family: 'Inter';font-weight: 500;line-height:1;letter-spacing: 0;color:#0d2031 ;text-transform: uppercase;}
.ftmenu ul li a:hover,.ftmenu ul li.current-menu-item a{color:#21507b}
.ftr-blk{position: relative;}
.ftr-top {display: flex ; justify-content: space-between; padding: 0 110px 105px;border-bottom:solid 1px #21507b; }
.ftr-btm{display: flex ; justify-content: space-between;padding:32px 0 24px ;}
.ftr-top .ftr-itm {padding:55px 10px 0;width: 26.5%;text-align: center;}
.ftr-itm.logo{position: absolute; top: -8px; left: 0; right: -12px; margin: auto;padding: 0 !important;width: 20.7%}
.ftr-itm  h4{font-size: 40px; font-family: 'Cinzel';font-weight: 500;letter-spacing: 0;line-height: 1;color: #3c3c3c;text-transform: uppercase;margin-bottom: 5px}
.ftr-itm.phn  p{font-size: 21px;font-family: 'Inter';font-weight: 500;line-height:1.6 ;letter-spacing: 0; color: #0d2031;text-transform: uppercase;}
.ftr-itm.phn  p a{font-size: 40px; font-weight: 700;color: #21507b;text-decoration: underline;display: block;margin:-12px 0 5px;text-underline-offset: 7px; text-decoration-thickness: 4px;}
.ftr-icons{display: flex;justify-content: center;gap: 5px;}
.ftr-icons a{display: inline-block; width: 50px;height: 50px;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -37px -345px;font-size: 0;transition: 0.5s} 
.ftr-icons a.linkedin{background-position:-108px -345px ;}
.ftr-icons a.twitter{background-position:-177px -345px ;}
.ftr-icons a.insta{background-position:-246px -345px ;}
.ftr-icons a.facebook:hover{background-position:-38px -413px ;}
.ftr-icons a.linkedin:hover{background-position: -108px -413px ; }
.ftr-icons a.twitter:hover{background-position: -177px -413px  ;}
.ftr-icons a.insta:hover{background-position:-246px -413px ;}
.ftr-itm.loc {width: 26%;padding: 0 10px ;text-align: center;}
.ftr-add {min-height: 210px; position: relative; margin-bottom: 25px; }
.ftr-logo img{width: 100%;display: block;}
.ftr-itm.phn p a:hover{color: #2da7af;}

.ftr-itm.loc h4{margin-bottom: 16px}
.ftr-itm.loc p{font-size: 18px;font-family: 'Inter';font-weight: 400;line-height:1.6 ;letter-spacing: 0; color: #000;margin: 0;}
.ftr-itm.loc p a.direction{font-weight: 700;    line-height: 1;text-transform: uppercase;color: #1a3f61;display: block;}
.ftr-itm.loc p a:hover{text-decoration: underline;color: inherit;}
.ftr-itm.loc p strong{font-weight: 600;text-transform: uppercase;display: block;}
.ftr-itm.loc p strong b{text-transform: capitalize;display: block;}
.ftr-itm.loc p em{text-transform: uppercase;font-style: normal;font-weight: 400}
.ftr-itm.loc p:last-of-type{margin-bottom: 0}
.ftr-add:before {position: absolute; content: ""; width: 495px; height: 1px; border-bottom: solid 1px #1a3f61; bottom: 0; left: -60px; }


/* Copyrights */

.copyrights {background: #1a3f61; padding: 35px 0; text-align: center; }
.copyrights p,.copyrights a, .copyrights .ftrlink {font-size: 18px; font-family: "Inter"; font-weight: 400; line-height: 1.5; letter-spacing: 0; color: #fff; margin: 0; }
.copyrights .cpy-inr,.copyrights .ftrlink,.copyrights p{display: inline-block;}
.copyrights a {display: inline-block; }
.copyrights a:hover{color: #aca59e}

/* Homepage Ends */


/*Inner Pages Styles*/

.container1 {max-width: 1280px; width: 100%; margin: auto; }
.page_bnr {position: relative; z-index: 0; padding: 270px 0 215px; background-color: #f3f3f3; background-image: url(images/pg-bnr-img.webp); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-blend-mode: luminosity; text-align: center; }
.page_bnr:before, .page_bnr:after {background-color: rgb(33, 80, 123); position: absolute; content: ""; width: 32%; height: 20%; bottom: 0; left: 0; z-index: -1; margin: auto; pointer-events: none; clip-path: polygon(0 0%, 0% 100%, 100% 100%); }
.page_bnr:after{    clip-path: polygon(100% 0%, 0% 100%, 100% 100%); left: inherit; right: 0;}
.page_bnr_cnct:before{position: absolute; content: ""; width: 100%; height: 84.3%; top: 0; right: 0; left: 0; z-index: -1; margin: auto; pointer-events: none; background: linear-gradient(to bottom, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 0.99) 11%, rgba(243, 243, 243, 0.91) 23%, rgba(243, 243, 243, 0.75) 36%, rgba(243, 243, 243, 0.34) 62%, rgba(243, 243, 243, 0.16) 75%, rgba(243, 243, 243, 0.06) 85%, rgba(243, 243, 243, 0) 100%);pointer-events:none; }
.page_title h1, .page_title h2 { font-family: 'Cinzel'; font-weight: 400;font-size: 65px; line-height: 1.1; letter-spacing: 0px;  text-transform: uppercase; position: relative; z-index: 1; margin: 0;color:#3c3c3c; } 
.inrpg-breadcrumbs {font-family: 'Inter'; font-weight: 500;font-size: 19px; line-height: 1.3;letter-spacing: 0; position: relative; z-index: 1;color:#000;text-transform:uppercase; } 
.inrpg-breadcrumbs .current-item,.inrpg-breadcrumbs a:hover { color: #21507b; }
.inrpg-breadcrumbs span.divider {padding: 0px 8px;}
.page_default  {padding: 180px 0 90px;position: relative; z-index: 9; margin-top: -128px; }
.page_default:before {position: absolute; content: ""; width: 100%; height: 150px; top: 0; left: 0; right: 0; margin: auto; background-color: #fff; clip-path: polygon(50% 0%, -2% 86%, 102% 86%); pointer-events: none;     z-index: -1;}
.page_default .genpg-rite {float: left; width: 64.85%; }
.genpg-lft {width: 31.25%; max-width: 400px; float: right;}
.genpg-rite.full-width,.genpg-lft.full-width {width: 100%;max-width: 100%}
.page_default .genpg-rite h1, 
.page_default .genpg-rite h2, 
.page_default .genpg-rite h3, 
.page_default .genpg-rite h4, 
.page_default .genpg-rite h5, 
.page_default .genpg-rite h6 {font-family: 'Cinzel'; font-weight: 500; color: #3c3c3c; margin-bottom: 20px;letter-spacing: 0;line-height: 1.1;text-transform:uppercase; }
.page_default .genpg-rite h1, .page_default .genpg-rite h2 {font-size: 60px;line-height: 1.08;}
.page_default .genpg-rite h3 {font-size: 50px; }
.page_default .genpg-rite h4 { font-size: 40px;  }
.page_default .genpg-rite h5 {font-size: 32px; line-height: 1.06;}
.page_default .genpg-rite h6 {font-size: 25px;}
.page_default .genpg-rite p, .page_default .genpg-rite li {font-family: 'Inter';font-weight: 400; font-size: 18px; line-height: 1.83;letter-spacing: 0px; margin-bottom:25px; color: #000;}
.page_default .genpg-rite li { line-height:1.6; margin-bottom:10px;}
.page_default .genpg-rite ul li {padding-left:18px; position:relative;list-style:none; }
.page_default .genpg-rite li ul {padding: 15px 0 0; margin: 0;}
.page_default .genpg-rite ol, .page_default .genpg-rite ul {margin-bottom: 25px; list-style-position: inside;}
.page_default .genpg-rite ul li:before {background-color: #21507b; border-radius: 50%; width: 9px; height: 9px; position: absolute; content: ""; left: 0; right: 0; top: 10px;}
.page_default .genpg-rite a{color: #21507b; text-decoration: none ;}
.page_default .genpg-rite a:hover{color: #aca59e;}
.page_default .genpg-rite ul li > ul li {list-style-type: none;}
.page_default .genpg-rite ul li > ul li > ol li {list-style-type: decimal; }
.page_default .genpg-rite ul li > ul li:before {display: block; }
.page_default .genpg-rite ul li > ol li {list-style-type: decimal; }
.page_default .genpg-rite ul li > ol li:before {display: none; }
.page_default .genpg-rite ul li > ol li > ul li {list-style-type: none; }
.cmn-img img, .post-img.single_defualt_img img {width: 100%; display: block;}
.cmn-img, .post-img.single_defualt_img {margin-bottom: 30px; padding: 5px; border: 2px solid #21507b; }
.page_default  .genpg-rite .in-cmn-btn {margin: 0 0 20px;}
.page_default  .genpg-rite .in-cmn-btn a.cmn-btn{color:#fff}

.cmn-img-two {margin-bottom: 30px; }

 

/*Common Box*/
.call-to-action-box{background-color: #1a3f61;padding:36px 20px 40px;text-align: center;position: relative;z-index: 0;margin: 54px 0 65px}
.page_default .genpg-rite .call-to-action-box h2{font-size: 50px;line-height: 1.1;letter-spacing: 0;color: #fff;margin-bottom: 16px}
.page_default .genpg-rite .call-to-action-box h2 strong{font-size: 68px;display: block;font-weight: 500; }
.page_default .genpg-rite .call-to-action-box p{margin: 0;padding-left: 45px;position: relative;}
.page_default .genpg-rite .call-to-action-box p a{font-family: 'Cinzel'; font-weight: 400;font-size: 40px;line-height: 1;letter-spacing: 0;color: #fff;}
.page_default .genpg-rite .call-to-action-box p a:before{position: absolute;content: "";width: 32px;height: 32px;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position:-176px -20px ;left: 0;top:0;bottom: 0;margin: auto;pointer-events: none;}
.page_default .genpg-rite .call-to-action-box p a:hover{color:#edb96e }
.call-to-action-box-btns {display: flex ; justify-content: center;align-items:  center; gap: 16px;flex-wrap: wrap;}
.call-to-action-box-btns a.cmn-btn{padding: 20px 48px;background-color:#fff ;}
.cta-box-btn.lft a.cmn-btn{background-color: #2da7af;color: #fff}
.call-to-action-box-btns a.cmn-btn:hover{background-color: #2da7af;color: #fff}
.cta-box-btn.lft a.cmn-btn:hover{background-color: #fff;color: #21507b}
.call-to-action-box::before {position: absolute; content: ""; height: 100%; width: 100%; left: 0; top: 0; background-image: url(images/cta-box-bg.webp);background-repeat: no-repeat;opacity: 75%;pointer-events: none;    z-index: -1;}
/* Sidebar Styles */
.genpg-lft .widget, .genpg-lft .sidebar-box {margin-bottom: 50px; width: 100%; display: inline-block; position: relative; background-color: #21507b;padding:32px 20px 38px }
.genpg-lft .widget:last-child, .genpg-lft .sidebar-box:last-child{margin-bottom: 0;}
.genpg-lft h4.widget-title {font-family: 'Cinzel'; font-weight: 500; font-size: 40px; line-height: 1;letter-spacing: 0; color: #fff; text-transform: uppercase; padding:0 0 20px; margin: 0;position: relative; border: none; text-align: center;border-bottom: 1px solid; border-color: rgba(255, 255, 255, 0.502);}

/* Sidebar Testimonials */
.genpg-lft .widget.testi{background-color:#f8f8f8; border: solid 1px #aca59e;position: relative;}
.genpg-lft .widget.testi h4 {padding-bottom: 0; color: #21507b; margin-bottom: 16px; border-bottom: none;}
.genpg-lft .widget.testi h4.widget-title::before{display: none;}
.genpg-lft .testi-content{position: relative;}
.genpg-lft .widget.testi:before,.genpg-lft .testi-content:before{position: absolute;content: "";width: 44px;height: 44px;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -105px -417px; left: 0;bottom: 26px;right: 0;margin: auto;}
.genpg-lft .testi-content:before{width:37px ;height:30px ;bottom: inherit;right: inherit;left: 22px;top:-8px;background-position:-227px -418px }
.genpg-lft .testi-item {text-align: center;}
.genpg-lft .testi-item  .star-rat {width: 112px; height: 19px; text-align: center; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -343px -490px; margin: 0 auto 12px; }
.genpg-lft .testi-item p {font-size: 18px;font-family: "Inter";font-weight: 400; color: #000; letter-spacing: 0; line-height: 1.7;  position: relative; padding: 0; margin-bottom: 25px}
.genpg-lft .testi-item h5 {font-size: 32px; font-family: 'Cinzel'; font-weight: 500;letter-spacing: 0;line-height: 1; color: #000; position: relative; text-transform: uppercase; margin-bottom: 32px;}
.genpg-lft .testi-blck.owl-carousel .owl-nav {margin: 30px auto 0;text-align: center; display: flex ; justify-content: space-between; width: 100%; max-width: 180px; }
.genpg-lft .testi-blck.owl-carousel .owl-stage {padding: 20px 0 0; }
.genpg-lft .testi-blck.owl-carousel .owl-nav .owl-prev,.genpg-lft .testi-blck.owl-carousel .owl-nav .owl-next{width: 43px;height: 18px;display: inline-block;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position:-270px -491px ; transition: 0.5s;}
.genpg-lft .testi-blck.owl-carousel .owl-nav .owl-next{background-position: -202px -491px}
.genpg-lft .testi-blck.owl-carousel .owl-nav .owl-prev:hover{background-position: -270px -529px}
.genpg-lft .testi-blck.owl-carousel .owl-nav .owl-next:hover{background-position: -202px -529px}
.genpg-lft .testi-blck.owl-carousel .owl-nav button span {font-size: 0px; font-weight: bold; }
.genpg-lft .testi-blck.owl-carousel .owl-dots{display: none !important;}

/* Sidebar Navigation Menu */

.genpg-lft .widget_nav_menu ul, .sidebar-box ul {display: block; position: relative;  margin: 0;padding:12px 0 0 }
.sidebar-box ul{padding: 26px 0px 0 5px;}
.genpg-lft .widget_nav_menu ul li {margin: 0; position: relative; }
.genpg-lft .widget ul li a, .genpg-lft .sidebar-box  ul li a {font-family: 'Inter'; font-weight: 600; font-size: 25px; line-height: 1; letter-spacing: 0px; color: #fff; position: relative; display: block; padding: 12px 10px 12px 38px; text-align: left; text-transform: capitalize; transition: 0.5s; }
.genpg-lft .sidebar-box.widget_recent_entries ul li a {font-weight: 500; font-size: 21px; line-height: 1.3;  margin: 0px;padding:0;position:static; }
.genpg-lft .sidebar-box.widget_recent_entries  ul li{border: none; margin-bottom: 20px;padding: 0; padding-left: 28px;position: relative;}
.genpg-lft .sidebar-box.widget_recent_entries ul li:last-child{margin-bottom: 0}
.genpg-lft .widget ul li > a:hover, .genpg-lft .widget ul li.current-menu-item > a, .genpg-lft .sidebar-box ul li > a:hover  {background-color: #aca59e; }
.genpg-lft .sidebar-box.widget_recent_entries ul li a:hover {background-color: transparent;color: #2facb5;}
.genpg-lft .widget ul li a:before, .genpg-lft .sidebar-box.widget_recent_entries ul li a::before{position: absolute; content: ""; width: 9px; height: 9px; background-color: #fff; border-radius: 50%; left: 17px; top: 20px; margin: auto; }
.genpg-lft .sidebar-box.widget_recent_entries ul li a::before {top: 8px;left:8px }
.genpg-lft .sidebar-box.widget_recent_entries ul li a:hover::before{background-color:#2facb5 }
.genpg-lft .widget_nav_menu ul li.pract-sdbr-btn {padding: 0;margin: 14px 0 0;text-align: center;}
.genpg-lft .widget_nav_menu ul li.pract-sdbr-btn a {padding: 20px 50px;background-color: #2da7af;text-transform: uppercase;font-size: 18px;font-weight: 700;letter-spacing: 0.36px;font-family: 'Inter';text-align: center;border-radius: 45px;display: inline-block;}
.genpg-lft .widget_nav_menu ul li.pract-sdbr-btn a:hover{color: #21507b;background-color: #fff;}
.genpg-lft .widget_nav_menu ul li.pract-sdbr-btn a::before{display: none; }
.genpg-lft .widget ul > li ,.genpg-lft .sidebar-box ul > li:last-child{border-bottom: none;}
.genpg-lft .widget_nav_menu ul li.sb-iaamenu > ul.sub-menu {display: block !important; }
.genpg-lft .widget_nav_menu ul li a.drop.close, .genpg-lft .widget_nav_menu ul li a.drop.open {font-size: 0; position: absolute; right: 16px; top: 15px; width: 12px; z-index: 10; height: 20px; background-color: transparent; background-position: center center; background-repeat: no-repeat; padding: 0px 0px; cursor: pointer; border: 0; background-image: url(images/plus_icn.webp); }
.genpg-lft .widget_nav_menu ul li a.drop.open {background-image: url(images/minus_icn.webp); }
.genpg-lft .widget_nav_menu ul li ul.sub-menu{margin-bottom: 0;}
.genpg-lft .widget_nav_menu ul ul li {padding: 0 0 0 20px; }

.genpg-lft .blg_sdbar_archives aside{margin-bottom:15px; background-color: inherit; }
.genpg-lft .blg_sdbar_archives {padding: 40px 35px; background-color: #e9eaeb;  }
.genpg-lft .blg_sdbar_archives .sidebar-box {background-color: transparent; margin-bottom: 30px;padding:0 }
.genpg-lft .blg_sdbar_archives .sidebar-box:last-child{margin-bottom: 0px;}
.page_default .genpg-lft .blg_sdbar_archives input.field, .page_default .genpg-lft .blg_sdbar_archives select.postform, .page_default .genpg-lft .blg_sdbar_archives select {font-family: 'Inter'; font-weight: 400; font-size: 20px !important; line-height: 1.1; letter-spacing: 0; text-transform: capitalize; padding: 21px 70px 20px 29px !important; background: transparent; color: #3f3f3f; margin-bottom: 0; position: relative !important; appearance: none !important; width: 100% !important; height: unset !important; border: 1px solid rgb(147 157 167 / 80%); background-image: url(images/blg-sdbr-arrow-img.webp); background-repeat: no-repeat; background-position: right 0px center; outline: none; opacity: 100% !important; background-size: 60px 100%; border-radius: 0px !important; }
.page_default .genpg-lft .blg_sdbar_archives input.field{background-image: none;}
.page_default .genpg-lft .blg_sdbar_archives h4.widget-title { color: #283858;  margin-bottom: 12px;text-align:left; padding: 0}
.page_default .genpg-lft .blg_sdbar_archives h4.widget-title{border-bottom: none;}
.page_default .genpg-lft .blg_sdbar_archives input.search-submit {background-image: url(images/blg-search-icon.webp); background-position: right; background-repeat: no-repeat;background-size: 100% 100%; width: 60px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0px; margin: auto; border: none; outline: none; background-color: transparent; font-size: 0;padding:0; }
.page_default .genpg-lft  .blg_sdbar_archives form.searchform{position: relative;}
.page_default .genpg-lft .blg_sdbar_archives .theme-select {display: none !important;}

/*Blog Page*/
.page_default.blog_page .genpg-lft .blg_sdbar_archives{ background-color: transparent;padding: 0;margin-bottom: 50px;display: flex;justify-content: space-between;gap: 25px}
.page_default.blog_page .genpg-lft .blg_sdbar_archives h4.widget-title{display: none;}
.page_default.blog_page .genpg-lft .blg_sdbar_archives .sidebar-box{margin: 0;}
.page_default.blog_page .genpg-lft .sidebar-box.widget_search{order: 3}
.page_default.blog_page .genpg-lft .sidebar-box.widget_categories{order: 2;}
.page_default.blog_page .genpg-lft .sidebar-box.widget_archive{order: 1}
.page_default .genpg-rite ul.post-itm-btm  li i:before,.page_default .genpg-rite ul.post-itm-btm  li:before{display: none!important}
.page_default .genpg-rite ul.page-numbers li:before{display: none;}
.page_default.blog_page .genpg-lft .blg_sdbar_archives input.field, .page_default.blog_page .genpg-lft .blg_sdbar_archives select.postform, .page_default.blog_page .genpg-lft .blg_sdbar_archives select{    font-weight: 300; font-size: 19px !important; padding: 21px 70px 18px 28px !important;}

.blg-cntblk {display: flex; justify-content: center; gap: 30px 28px; flex-wrap: wrap; }
.post-item { position: relative; display: inline-block; width: 31.8%;transition:0.5; border:solid 1px rgb(212 216 220);}
.page_default.blog_page .post-img img {display: block; width: 100%; object-fit: cover; object-position: center; height: 245px;}
.page_default.blog_page .post-img {width: 100%; }
.post-cnt {padding: 22px 28px 65px;border-top:none; }
.post-meta {display: flex; justify-content: flex-start; gap: 0 5px; margin-bottom:12px;  align-items: center;flex-wrap: wrap;}
.page_default.blog_page .genpg-rite .post-category ul li,.page_default.blog_page .genpg-rite .post-category a, .page_default.blog_page .genpg-rite .post-dt, .page_default.blog_page .genpg-rite .post-meta p { font-size: 15px; margin: 0; padding: 0; color: #000;  letter-spacing: 0px;text-transform:uppercase;color:#000 }

.page_default.blog_page .genpg-rite .post-dt {font-family: "poppins";font-weight: 400;font-size: 18px;line-height: 1; position: absolute; top: 0; right: 0;color:#fff;padding:6px 20px;background-color:#2facb5;	 }
.page_default.blog_page .genpg-rite .post-meta p a{color: #aca59e}
.post-item:hover{border-color: transparent; background-color: #aca59e; transition-duration: 1s; }
.page_default.blog_page .genpg-rite .post-item:hover .post-meta p a,.page_default.blog_page .genpg-rite .post-item:hover .post-category a,.page_default.blog_page .genpg-rite .post-item:hover .post-meta,.page_default.blog_page .genpg-rite .post-item:hover h6 a{color: #fff; }
.page_default .genpg-rite .post-category ul {margin: 0px; }
.page_default .genpg-rite .post-category ul li:before {display: none; }
.page_default.blog_page .genpg-rite h6{font-size: 28px; font-weight: 600; line-height: 1.1; letter-spacing: 0;  }
.page_default.blog_page .genpg-rite h6 a{color: #000; }
.page_default.blog_page .genpg-rite .post-meta p a:hover,.page_default.blog_page .genpg-rite .post-category a:hover,.page_default.blog_page .genpg-rite h6 a:hover{ text-decoration:underline; text-underline-offset: 3px}
.post-btn {position: absolute; bottom: 24px; left: 28px; }
.page_default .genpg-rite .post-btn a.blg-btn {font-family: 'Inter'; font-weight: 500; font-size: 17px; color: #2facb5; text-transform: uppercase; display: inline-block; line-height: 1; letter-spacing: 0.34px; }
.post-item:hover .post-btn a.blg-btn {color: #fff;text-decoration: underline;text-underline-offset:4px }
.oceanwp-pagination {width: 100%; }
.page_default.blog_page .genpg-rite ul.page-numbers {text-align: center; display: flex; justify-content: center; align-items: center; margin: 40px auto 0; padding: 0; gap: 10px; }
.page_default.blog_page .genpg-rite ul li{padding: 0; margin: 0;    display: inline-block;}
.page_default.blog_page .genpg-rite ul.page-numbers li a, .page_default.blog_page  .genpg-rite ul.page-numbers li span.page-numbers {font-family: 'Cinzel'; font-weight: 500; font-size: 30px; color: #3c3c3c; background-color: transparent; line-height: 1; letter-spacing: 0px;padding: 5px;    width: 50px; height: 50px;  min-height: unset; min-width: unset; border: none; display: flex; justify-content: center; align-items: center; margin: 0; }
.page_default.blog_page .genpg-rite ul.page-numbers li a:hover, .page_default.blog_page  .genpg-rite ul.page-numbers li span.page-numbers.current {color: #fff; background-color: #aca59e; }
.page_default.blog_page .genpg-rite a.prev.page-numbers, .page_default.blog_page  .genpg-rite a.next.page-numbers {background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -270px -529px; width: 43px; height: 18px; transition: 0.5s; padding: 0; font-size: 0; display: block;    margin: 0; }
.page_default.blog_page .genpg-rite a.next.page-numbers {background-position: -202px -529px;}
.page_default.blog_page .genpg-rite a.prev.page-numbers:hover, .page_default.blog_page  .genpg-rite a.next.page-numbers:hover {background-position: -270px -567px; background-color: transparent;}
.page_default.blog_page .genpg-rite a.next.page-numbers:hover {background-position: -202px -567px;}
.post-item .post-btn a.blg-btn:hover{text-decoration: none;}
.page_default.blog_page .genpg-rite .post-item:hover .post-meta p{color: #fff;}

/* Single Blog  */
.page_default.single_blog .genpg-rite .meta-author a,.page_default.single_blog .genpg-rite ul.post-itm-btm, .page_default.single_blog .genpg-rite .meta-date,.page_default.single_blog .genpg-rite .meta-cat a{font-family: 'Inter'; font-weight: 400; font-size: 18px; margin: 0; padding: 0; color: #000; line-height: 1; letter-spacing: 0px;text-transform:capitalize; }
.page_default.single_blog .genpg-rite ul.default.post-itm-btm {display: flex; justify-content: start; margin-bottom: 20px; align-items: center; line-height: 1; flex-wrap: wrap; gap: 10px;}
.page_default.single_blog .genpg-rite .meta-author a{color: #aca59e;}
.page_default.single_blog .genpg-rite .meta-author a:hover{color:#000; }
.page_default.single_blog .genpg-rite .meta-cat a:hover{color: #21507b;}
.page_default.single_blog .genpg-rite .meta-date{display: flex;align-items: center;}
.page_default.single_blog .genpg-rite .page-navi {margin: 30px 0px 40px; display: flex; justify-content: space-between; align-items: center; }
.page_default.single_blog .genpg-rite .prev a.cmn-btn, .page_default.single_blog .genpg-rite .nxt a.cmn-btn{color: #fff; }
.page_default.single_blog .genpg-rite .prev a.cmn-btn:hover, .page_default.single_blog .genpg-rite .nxt a.cmn-btn:hover{background-color: #2da7af; }
.author-box {padding: 18px; border: 1px solid rgb(43, 51, 70); background-color: rgba(111, 30, 30, 0);border-radius: 15px;}
.author-image { float: left; margin: 0 28px 23px 0;background-color: #e9eaeb;border: 1px solid #21507b; }
.author-image img {display: block; width: 100%; }
.page_default.single_blog .genpg-rite i.icon-folder:before{display: none;}


/*About Page*/
.genpg-rite .about-video{margin-bottom: 30px}

/*Testimonials Page*/
.genpg-rite .testi-item{padding: 0 0 50px;border-bottom: solid 1px #aca59e;position: relative;margin-bottom: 45px;}
.testimonials{margin-bottom: 60px;}
.page_default .genpg-rite .testi-item h5 {line-height: 1; margin: 0 0 10px; }
.page_default .genpg-rite .testi-item p{line-height: 1.77;}
.page_default .genpg-rite .testi-item p:last-child,.genpg-rite .testi-item:last-child{margin-bottom: 0;}
.genpg-rite .testi-item .star-rat{width: 112px; height: 19px;display: inline-block; text-align: center; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -343px -490px; margin: 0 0 11px;}
.genpg-rite .testi-content{position: relative;padding:0 0 0 60px;}
.genpg-rite .testi-item:before,.genpg-rite .testi-content:before{position: absolute;content: '';width: 50px;height: 50px;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -30px -417px;right: 0;top: 0;}
.genpg-rite .testi-content:before{width: 45px;height: 36px;background-position: -165px -419px;right: inherit;left: 0;top: 0;opacity: 20%;z-index: -1}
.page_default .genpg-rite .testi-btn a.cmn-btn{color: #fff;cursor: pointer;}
.page_default .genpg-rite .testi-btn{text-align: center;}

/* Practice Areas Page Starts */
.in-practice-list{ display: flex;flex-wrap: wrap;justify-content: center;gap: 44px;}
.in-practice-item-top { width: 31%; position: relative; z-index: 0; text-align: center; padding-top: 110px; transition-duration: 0.5s; }
.practice-item::after { background-image: url(images/in-pract-icon-bg-img.webp); background-repeat: no-repeat; background-size: 100% 100%; position: absolute; content: ""; width: 237px; height: 237px; top: -110px; left: 0; right: 0; margin: auto; pointer-events: none; z-index: 1; }
.practice-item {position: relative; z-index:0;padding-top: 64px;transition: 0.5s; background: linear-gradient(0deg, rgba(47, 112, 173, 1) 0%, rgba(33, 80, 123, 1) 50%);height: 100%;}
.practice-item::before { position: absolute; content: ""; margin: auto; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -29px -23px; width: 79px; height: 83px; left: 0; right: 0; top: -34px; z-index: 2; pointer-events: none; }
.practice-img { width: 100%; position: relative;height: 100%;}
.practice-img::before{ position: absolute; content: ""; width: 100%; height: 80%; top: 0; left: 0; right: 0; margin: auto; pointer-events: none; z-index: 1; background: linear-gradient(180deg, rgba(33, 80, 123, 1) 0%, rgba(255, 255, 255, 0) 100%);pointer-events: none;}
.practice-img img{width: 100%;display: block;opacity: 40%; border-bottom: 8px solid #2f70ad;height: 100%;object-fit: cover; object-position: center;}
.practice-item:hover .practice-img img{border-color:#c4bcb5;}
.practice-title { position: absolute; bottom: 57px; left: 0; right: 0; margin: auto; z-index: 1; }
.page_default .genpg-rite .practice-title h4 {font-size: 41px; color: #fff; text-transform: uppercase; min-height: 82px; margin: 0px !important; display: flex; justify-content: center; align-items: center; }
.practice-link a { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 9;font-size:0 }
.practice-item:hover{background: linear-gradient(0deg,rgb(172, 165, 158) 100%, rgba(255, 255, 255, 1) 7%); border-color: #aca59e; }
.practice-item:hover .practice-img::before{background: linear-gradient(180deg, rgb(172, 165, 158) 0%, rgba(255, 255, 255, 0) 100%);}
.practice-item.estate-planning::before{background-position: -26px -19px;}
.practice-item.probate::before{background-position: -123px -19px;}
.practice-item.trusts-and-estates::before{background-position: -222px -23px;}
.practice-item.wills::before{background-position: -319px -19px;}
.practice-item.powers-of-attorney::before{background-position: -410px -20px;}
.practice-item.letters-testamentary::before{background-position: -501px -21px;}
.practice-item.deeds::before{background-position: -26px -220px;}
.practice-item.llc-formation::before{background-position: -125px -219px;}
.practice-item.lgbtq-attorney::before{background-position: -225px -222px;}
.practice-item.probate-court::before{background-position: -318px -219px;}
.practice-item.guardianship::before{background-position: -409px -220px;}
.practice-item.estate-planning:hover::before{background-position: -26px -111px;}
.practice-item.probate:hover::before{background-position: -123px -111px;}
.practice-item.trusts-and-estates:hover::before{background-position: -222px -123px;}
.practice-item.wills:hover::before{background-position: -319px -111px;}
.practice-item.powers-of-attorney:hover::before{background-position: -410px -112px;}
.practice-item.letters-testamentary:hover::before{background-position: -501px -117px;}
.practice-item.deeds:hover::before{background-position: -26px -312px;}
.practice-item.llc-formation:hover::before{background-position: -125px -311px;}
.practice-item.lgbtq-attorney:hover::before{background-position: -225px -318px;}
.practice-item.probate-court:hover::before{background-position: -318px -311px;}
.practice-item.guardianship:hover::before{background-position: -409px -312px;}
.practice-item.personal-injury:before {background-position: -472px -460px;width: 115px;height: 72px;}
.practice-item.personal-injury:hover:before {background-position: -472px -531px;}



/* Attorney Page Starts */

.in-atrny-blk { display: flex; justify-content: flex-start; gap: 60px; padding: 0 40px 0; background-color: #21507b; position: relative; z-index: 1; align-items: center; margin: 65px 0 40px; }
.in-atrny-blk::before { position: absolute; content: ""; margin: auto; background-image: url(images/in-atrny-bfr-img.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: top left; width: 39.7%; height: 93.8%; left: 0; top: 0; z-index: -1; pointer-events: none; opacity: 8%; }
.in-atrny-blk::after { position: absolute; content: ""; margin: auto; background-image: url(images/in-atrny-blk-bfr-img.webp); background-repeat: no-repeat; background-size: 100% 100%; background-position: top right; width: 46.4%; height: 100%; right: 0; top: 0; z-index: -1; pointer-events: none; opacity: 10%; }
.in-atrny-blk .in-atrny-lft {width: 55%; }
.in-atrny-blk .in-atrny-rth {width: 36.3%; }
.in-atrny-img{width: 100%;margin: -67px 0 0}
.in-atrny-img img{width: 100%;display: block;margin: 0px;}
.page_default .genpg-rite .in-atrny-lft h4{color: #ffffff;margin: 0 0 2px;font-size: 45px;}
.page_default .genpg-rite .in-atrny-lft h6{font-family: 'Inter';font-size: 18px;line-height: 1;letter-spacing: 3.24px;color: #aca59e;margin: 0 0 25px;}
.in-atrny-rit-call { padding-left: 42px; position: relative; margin: 0 0 30px; }
.page_default .genpg-rite .in-atrny-rit-call a{font-family: 'Inter';font-weight: 600;font-size: 32px;line-height: 1;letter-spacing: 0px;color: #ffffff;display: inline-block;}
.in-atrny-btn a.cmn-btn{background-color: #ffffff;color: #21507b;}
.in-atrny-btn a.cmn-btn:hover{color: #fff;background-color: #2da7af}
.page_default .genpg-rite .in-atrny-rit-call a:hover{color: #aca59e;}
.page_default .genpg-rite .in-atrny-rit-call a::before { position: absolute; content: ""; margin: auto; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; background-position: -90px -492px; width: 30px; height: 30px; left: 0; top: 0; }
.page_default .genpg-rite .accordion .accordion-section h3 {margin: 0px; font-size: 26px; line-height: 1;}
.page_default .genpg-rite .accordion-section h3 a.accordion-section-title {text-transform: uppercase; letter-spacing: 0; color: #252525; display: block; padding: 18px 55px 12px 22px; text-decoration: none; cursor: pointer; position: relative;border:solid 1px rgb(223 223 223); }
.page_default .genpg-rite .accordion-section h3 .accordion-section-title.active {background-color: #21507b;border: transparent;color: #ffffff; }
.genpg-rite .accordion{margin-bottom: 30px;}
.genpg-rite .accordion-section {margin: 0 0 13px; }
.genpg-rite .accordion-section:last-child{margin-bottom: 0;}
.genpg-rite .accordion-section-content{padding: 21px 0 0 }
.page_default .genpg-rite .accordion-section h3 a:before {position: absolute; content: ""; margin: auto; background-image: url(images/sprites-in.webp); background-repeat: no-repeat; width: 23px; height: 13px; background-position: -509px -250px; top: 22px; right: 27px; }
.page_default .genpg-rite .accordion-section h3 a.accordion-section-title.active:before { background-position: -509px -220px; }


.genpg-rite .accordion-section.scroll-itm .accordion-section-content {height: 430px;overflow-y: scroll;}


/* Conatct Page Starts */
body.page-template-contact-page .hm-scroll-sec.cta, body.page-template-contact-page .hm-cta-sec {display: none;}
body.page-template-contact-page .page_default {padding-bottom: 0}
body.page-template-contact-page .hm-form-sec {padding: 130px 0 0; clip-path: polygon(50% 8%, 100% 0, 100% 100%, 0 100%, 0 0); margin: -88px 0 0; z-index: 9; }
.page_default.contact_pg .contact-map .container1 {max-width: 100%; width: 100%; } 
.cont-blk {display: flex; justify-content: space-between; flex-wrap: wrap; background-color: #21507b; position: relative;margin: 0 0 135px; z-index:0; }
.cont-blk::before {background-image: url('images/inn-cnt-blk-bg-img.webp'); background-size: 100% 100%; background-position: center; position: absolute; content: ""; width: 100%; height: 100%; bottom: 0; top: 0; left: 0; right: 0; z-index: -1; margin: auto; pointer-events: none; background-blend-mode: luminosity; opacity: 15%; }
.page_default .genpg-rite .cont-top-cnt h2 {text-align: center; margin-bottom: 44px; }
.cont-itm { width: 33.3%; padding: 58px 30px 0; text-align: center; transition: 0.5s; position: relative; z-index: 0; }
.page_default .genpg-rite .cont-itm h4 {position: relative; padding-top: 51px; color: #fff; line-height: 1;} 
.cont-itm.logo {display: flex; align-items: center; justify-content: center;padding: 0px; }
.cont-logo {width: 50.3%; margin: -11px auto 0; }
.page_default .genpg-rite .cont-itm h4 a {font-family: 'Inter'; font-weight: 700; font-size: 40px; line-height: 1; letter-spacing: 0px; color: #ffffff; display: block; width: max-content; margin: 6px auto 0; }
.page_default .genpg-rite .cont-itm h4 a:hover{color: #2da7af;} 
.page_default .genpg-rite .cont-itm p{color: #fff; }
.cont-logo img{display: block; width: 100%; }
.cont-itm.call h4{margin: 0; }
.cont-itm.call h4 a:before, .cont-itm h4:before{position: absolute; content: ""; background-image: url(images/sprites-in.webp); width: 37px; height: 36px; left: 0; right: 0; top: 0; margin: auto; background-position: -140px -491px; background-repeat: no-repeat; }
.cont-itm.call h4:before{display: none;} 
.cont-itm.call h4 a:before{background-position: -30px -492px; }
.page_default .genpg-rite .cont-itm.foll h4{margin-bottom: 6px; }
.page_default .genpg-rite .cont-itm p{font-size: 20px; margin: 0; line-height: 1.35; }
.page_default .genpg-rite .cont-itm:hover p{color: #2b3346; position: relative; z-index: 1;} 
.cont-itm.logo:after {position: absolute; content: ""; width: 100%; height: calc(100% + 28px); left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #2da7af; z-index: -1; pointer-events: none;}
.cont-scl-icons{ display: flex; justify-content: center; gap: 8px; align-items: center;} 
.cont-scl-icons a { width: 50px; height: 50px; background-color: #21507b; background-repeat: no-repeat; background-image: url(images/sprites-in.webp); border-radius: 50%; font-size: 0; border: 1px solid #2da7af; transition: 0.5s;} 
.cont-scl-icons a:hover {background-color: #2da7af; border-color: transparent; }
.cont-scl-icons a.facebook{background-position: -290px -417px;}
.cont-scl-icons a.linkedin{background-position: -359px -418px;} 
.cont-scl-icons a.twitter{background-position: -429px -417px;} 
.cont-scl-icons a.instagram{background-position: -500px -417px;} 
.map-blk iframe{ clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0); margin-bottom: -135px;}
.page_default .genpg-rite .contact-location-tabing ul {display: flex ; justify-content: center; gap: 20px; background-color: #21507b; padding: 13px 0 11px ; align-items: center; margin: 0; }
.page_default .genpg-rite .contact-location-tabing ul li {padding:0; margin: 0px; background-color: transparent; text-align: center; }
.page_default .genpg-rite .contact-location-tabing ul li::before{display: none ;position: initial ;}
.genpg-rite .contact-location-tabing ul li a{font-family: 'Inter';font-weight: 700;font-size: 24px;line-height: 1.2;letter-spacing: 0.96px;color: #ffffff;text-align: center;text-transform: uppercase; display: inline-block; padding: 14px 34px; border-radius: 50px; cursor: pointer;}
.genpg-rite .contact-location-tabing ul li a:hover{color: #ffffff;}
.genpg-rite .contact-location-tabing ul li.in-cont-item.selected a, .genpg-rite .contact-location-tabing ul li a:hover{background-color: #2da7af;}
.in-cont-loc-map { clip-path: polygon(100% 0%, 100% 83%, 50% 100%, 0% 83%, 0% 0%); }
.in-cont-loc-map iframe { width: 100%; display: block; height: 490px; }

.genpg-rite .cmn-iframe iframe {height: 380px;margin-bottom: 0;display: block;}
.cmn-iframe {border: 2px solid #21507b;margin-bottom: 30px;}

.genpg-rite .in-pdf-flex {display: flex ; justify-content: space-between; gap: 30px; margin-bottom: 30px; }

.genpg-rite .in-pdf-itm {text-align: center; padding: 10px; border: solid 1px #21507b;border-radius: 20px; }
 

.page_default .genpg-rite table td {font-family: 'Inter'; font-weight: 400; font-size: 18px; line-height: 1.4; letter-spacing: 0px;border: none;}


.page_default .genpg-rite .downloads-form p {text-align: center; color: #fff; margin: 0 0 10px; }
.downloads-form {    background-color: #1a3f61;padding: 30px 20px;display:none;}
.downloads-form .gfield_label{font-family: "Inter"; font-weight: 400 !important; line-height: 1 !important; letter-spacing: 0.4px; color: #fff; }
.downloads-form .gform_heading{display: none;}
.downloads-form .gform_wrapper .top_label input, .downloads-form .gform_wrapper select, .downloads-form .gform_wrapper .top_label textarea {outline: none !important; margin: 0px; width: 100% !important; color: #000; position: relative; border-radius: 0; background-color: #fff; padding: 14px !important; transition: all 0.5s; appearance: auto; font-size: 15px !important; font-family: "Inter"; font-weight: 400; line-height: 1.2 !important; letter-spacing: 0.4px; height: auto; }
.downloads-form .gform_wrapper .gform_footer.top_label {padding: 0; margin: 20px 0 0; } 
.downloads-form .gform_wrapper.gravity-theme .gfield textarea.large {height: 150px !important; margin: 0; resize: none; } 
.downloads-form .gform_wrapper .top_label input[type="submit"] {font-family: "Inter"; font-size: 20px !important; font-weight: 700; line-height: 1 !important; letter-spacing: 1.4px; background-color: #aca59e !important; outline: none !important; border: 0px none !important; border-radius: 40px !important; cursor: pointer; transition-duration: 0.5s; color: #ffffff !important; padding: 15px 40px !important; text-transform: uppercase; height: auto !important; margin: 0; width: auto !important; } 
.downloads-form .gform_wrapper .top_label input[type="submit"]:hover {background-color: #2da7af !important; }
.downloads-form .gform_wrapper div.validation_error {text-align: center; border: none; padding: 0 !important; }
.downloads-form .gform_validation_errors{display: none;}
.downloads-form .gform_wrapper .validation_message, .downloads-form .gform_wrapper div.validation_error {color: red; letter-spacing: 0.56px; font-size: 15px; line-height: 18px; margin: 0; padding: 0; background-color: transparent; border: none; position: absolute; top: 0; right: 0; left: inherit; width: max-content; pointer-events: none; }
.downloads-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: 100% !important; }
.downloads-form .gform_wrapper .field_description_below .gfield_description {padding-top: 0;bottom: inherit;top: 35px;right: 10px;}
.downloads-form .gform_wrapper li.gfield.gfield_error, .hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {background-color: inherit !important; border: none; padding: 0 !important; margin-top: 0 !important; }
.downloads-form .gform_wrapper.gravity-theme .gfield{position: relative;}


.downloads-form.newsletter-form .ginput_container_checkbox label{color: #fff;}
.downloads-form.newsletter-form .ginput_container_checkbox input{width: 12px !important;margin-right: 8px;}
.downloads-form.newsletter-form .gform_wrapper .gfield--type-checkbox .gfield_description {top: inherit;bottom: -20px;right: inherit;}

.genpg-rite .faqs-pg-accordion.accordion {margin-bottom: 60px;}
.genpg-rite  .tabs-nav {display: flex;justify-content: center;gap: 20px;margin: 0 0 30px;}
.page_default .genpg-rite .tabs-nav button {font-family: 'Inter'; font-weight: 400; font-size: 22px; line-height: 1; letter-spacing: 0px; color: #fff; background-color: #3c658b; padding: 12px 30px;border-radius: 30px;transition-duration:0.5s; }
.page_default .genpg-rite .tabs-nav button.tab-link.active,.page_default .genpg-rite .tabs-nav button:hover{background-color:rgb(45, 167, 175);}

.download-from-blk {padding: 20px;border: 2px solid #21507b;margin: 0 0 15px;border-radius: 20px;}

.indent{padding-left: 18px;}

.genpg-rite .form-btn{margin: 0 0 20px;}
.genpg-rite .form-btn a.cmn-btn{color: #fff;text-align: center;}

.page_default .genpg-rite section.no-results.not-found form.search-form, .page_default .genpg-rite section.no-results.not-found h1, p.gform_required_legend {display: none;}
