/* 
Theme Name:		Cox Law Group Inc
Theme URI:		 http://childtheme-generator.com/
Description:	coxlawgroupinc is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 Nuvew
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	cox law group inc
*/
@font-face {
    font-family: 'Onest';
    src: url('fonts/Onest-Regular.woff2') format('woff2'),
        url('fonts/Onest-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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



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



/* Header Section Starts */

.head-sec.f-nav {position: fixed; z-index: 999; width: 100%;background-color: #fff;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; padding:15px 0;}
.head-sec.f-nav .logo{width: 6%;transition-duration: 0.5s;}
.head-sec.f-nav .logo-rit {padding-top: 30px;}

.head-sec { padding:15px 0 0; position: absolute; z-index: 999; }
.logo-rit {display: flex;gap: 47px;padding-top: 40px;}
.header {display: flex; justify-content: space-between;padding: 0 28px 0 23px; }
.logo {width: 9.4%;}
.logo img {transition-duration: 0.5s;width:100%;display:block; }
.top-rit p{text-align: left;margin: 0px;position: relative;padding-left: 45px;}
.top-rit p a{font-family: 'Outfit';font-weight: 300;font-size: 39px;line-height: 1;letter-spacing: -0.78px;color: #0d3b66; display: block;}
.top-rit p a::before{position: absolute;content: "";margin: auto;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -30px -31px;width: 37px;height: 37px;left: 0;top: 0;bottom: 0;margin: auto; transition: 0.5s;}
.top-rit p a:hover::before{background-position: -30px -115px;}
.top-rit p a:hover{color: #7f9db1;}
.topmenu ul {position: relative; margin: 0; }
.topmenu ul li {float: left; position: relative; margin: 0px 18px;}
.topmenu ul li:last-child{border: none;padding-right: 0}
.topmenu ul li a {font-family: 'Outfit';font-weight: 500;font-size: 18px;line-height: 1;letter-spacing: -0.36px;color: #0d3b66;text-align: center;text-transform: uppercase;border-top: 1px solid transparent;border-bottom: 1px solid transparent; display: inline-block;padding: 7px 0;}
.topmenu ul li a:hover,.topmenu ul li.current-menu-item > a{color: #7f9db1;border-color: rgb(127, 157, 177);}
.topmenu ul.primary-menu > li.current-menu-item a, .topmenu ul.primary-menu > li a:hover {color: #0d3b66; }
.topmenu ul li:first-child {margin-left: 0px; }
.topmenu ul li:last-child {margin-right: 0px; }
.topmenu ul li ul.sub-menu {display: none; width: 200px; position: absolute; top: 100%; left: 0; right: auto; background-color: #7f9db1; padding: 0px 0; z-index: 999; }
.topmenu ul li:hover ul.sub-menu {display: block; }
.topmenu ul li:hover ul.sub-menu ul {display: none; }
.topmenu ul li:hover ul.sub-menu li {position: relative; }
.topmenu ul li:hover ul.sub-menu li:hover > ul {display: block; top: 0; left: 100%; }
.topmenu .sub-menu li a:after {display: none; }
.topmenu .sub-menu li {width: 100%; float: left; border-bottom: 1px solid #ffffff; margin: 0; padding: 0; }
.topmenu .sub-menu li a {float: left; font-size: 16px; width: 100%; line-height: normal; padding: 9px 12px 8px; color: #fff;background-color: #314373; display: block; text-transform: capitalize;text-align: left;border-color: transparent;    letter-spacing: 0.3px;}
.topmenu .sub-menu li a:hover {background-color: #7f9db1;color: #fff;}
.topmenu ul ul a:after {display: none; }



/* Mobile Menu Starts */

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 27px;
    position: relative;
}
.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    color: #343235;
    padding-top: 2px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Outfit';
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 32px;
    color: #343235;
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    position: absolute;
    top: 38px;
    left: 0;
}
.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Outfit';
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #7f9db1;
}
.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%; background-color: #7f9db1; z-index: 9999; }
.sicky-logo {width: 100%; max-width: 300px; padding: 0 15px; }
.header-sticky {width: 100%; float: left; background: #c4c9b2; padding: 10px; display: none;animation: slideDown 0.35s ease-out; }
.header-sticky .sicky-cnt {width: 25%; float: left; text-align: center; font-size: 15px; color: #c4c9b2; padding: 0 8px; }
.header-sticky .mobile_src_nav, .header-sticky .showhide {display: block; }
.header-sticky .mobile_src_nav {background: transparent; }
.header-sticky .stickyshowhide .txt {width: 40px; height: 40px; text-align: center; float: none; padding: 0; position: relative; font-weight: normal;font-family: 'Outfit';}
.header-sticky .sicky-cnt>a {font-size: 17px; color: #fff;font-family: 'Outfit';line-height: 1; text-transform: uppercase; position: relative; position: relative; padding-top: 45px; display: inline-block; text-align: center; width: max-content; cursor: pointer; }
.header-sticky .sicky-cnt a:before {width: 40px; height: 40px; position: absolute; content: ""; left: 0; right: 0; margin: 0 auto; top: 0; background: transparent; border-radius: 100%; border: 2px solid #ffffff; }
.header-sticky .stickyshowhide .txt:before {display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; margin: auto; font-size: 18px; border: 1px #fff solid; color: #f2f2f2; border-radius: 50%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.sticky-mobinav ul li a.drop {font-size: 0; position: absolute; right: 0; top: 0; width: 100%; height: 45px; }
.sticky-mobinav ul li a.drop.open {width: 28px; }
.sticky-mobinav ul li a.drop:after {content: ""; background: url(images/sprite_icons.png) no-repeat left top; background-position: 0px 0px; width: 13px; height: 13px; position: absolute; right: 0; top: 14px; }
.sticky-mobinav ul li a.drop.open:after {background-position: -28px 0px; }
.header-sticky .sicky-cnt .stickyshowhide:before {background: url(images/header-sticky-menu.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {background: url(images/header-sticky-faqs.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-call-wrap a:before {background: url(images/header-sticky-call.png) no-repeat center; }
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {background: url(images/header-sticky-blog.png) no-repeat center; }
#floatingMenu {position: fixed; top: 0; left: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; text-align: left; display: flex; width: 100%; height: 100vh; z-index: 99999; }
.floatingMenu-list {width: 400px; background: #314373; 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: 90px;text-align: center;}
.sticky-wrap{display: none;}
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }


/* Homepage Default Button and Common Heading */

a.cmn-btn {font-family: 'Outfit';font-weight: 600; font-size: 17px; line-height: 1; letter-spacing: 0.68px; text-transform: uppercase; text-align: center; color: #fff; background-color: #7f9db1; display: inline-block; padding: 18px 49px;border-radius: 50px;outline: 2px solid #7f9db1;outline-offset: 4px;} 
a.cmn-btn:hover {background-color: #0d3b66; color: #fff;outline: 2px solid #0d3b66;}
 
.text-heading {font-family: 'Outfit'; font-weight: 200; font-size: 80px; color: #fff; line-height: 1.06; letter-spacing: 0; text-transform: capitalize; margin: 0 0 15px; } 
.text-heading strong{font-weight: 400;}
 

/* Homepage Banner Section Starts */

.banner-sec{padding: 243px 0 133px;background-image: url(images/bnr-bg.webp);background-repeat: no-repeat;background-size: 100% 100%;background-position: top center; position: relative;}
.banner-sec .container{max-width: 1300px;}
.banner-sec::before,.banner-sec .container::before{position: absolute;content: "";margin: auto;background-image: url(images/banner-bfr-img.webp);background-repeat: no-repeat;background-size: 100% 100%;width: 100%;height: 100%;top: 0;left: 0;pointer-events: none;z-index: -1;opacity: 70%;}
.banner-sec .container::before{background-image: url(images/hm-bnr-bfr-img.webp);width:46.2%;z-index:1;left:inherit;right:48px;background-position:center right;background-size:100% auto;}
.banner-sec::after{position: absolute;content: "";margin: auto;border: 15px solid #ffffff;border-top: none !important;border-bottom: none !important;width: 95%;height: 100%;left: 0;right: 0; top: 0;bottom: 0;z-index: 1;pointer-events: none;}
.banner-sec .banner-cnt { text-align: center; width: 59.9%;}
.banner-sec .banner-cnt h1{font-family: 'Outfit';font-weight: 600;font-size: 80px;line-height: 1.15;letter-spacing: -1.6px;color: #314373;text-transform: uppercase; margin: 0 0 31px -34px;padding: 20px 0 18px;position: relative;}
.banner-sec .banner-cnt h1::before{position: absolute;content: "";margin: auto;border-top: 1px solid  #0d3b66;border-bottom: 1px solid  #0d3b66;width: 72%;height: 100%;top: 0;bottom: 0;left: 26px;right: 0;z-index: -1;pointer-events: none;}
.banner-sec .banner-cnt h1 strong { background-image: url(images/o-bg-img.webp);background-size: 100% 100%; display: inline-block; background-repeat: no-repeat; background-position: top center; width: 85px; height: 85px; margin: 0 auto 0;color: transparent; }
.banner-sec .banner-cnt p{font-family: 'Outfit';font-weight: 300;font-size: 35px;line-height: 1.14;letter-spacing: 0.7px;color: #304372;margin: 0 0 47px;}
.banner-sec .banner-btn a.cmn-btn{background-color: #314373;outline-color: #314373;} 
.banner-sec .banner-btn a.cmn-btn:hover{background-color: #7f9db1;outline-color: #7f9db1;}


/* Homepage Banner Bottom Section Starts */

.banner-btm-sec{padding: 39px 0 35px;text-align: center;position: relative;}
.banner-btm-sec:before{position: absolute;content: "";margin: auto;border-top: 3px solid #7f9db152;border-bottom: 3px solid #7f9db152;width: 1300px;height: 100%;left: 0;right: 0;top: 0;pointer-events: none;}
.banner-btm-sec .container{max-width: 1300px;}
.banner-btm-sec .bnr-btm-list ul{margin: 0px;}
.banner-btm-sec .bnr-btm-list ul li {display: inline-block;position: relative;padding-right: 45px;margin: 0 9px;line-height: 1;}
.banner-btm-sec .bnr-btm-list ul li a{font-family: 'Outfit';font-weight: 400;font-size: 21px;line-height: 1;letter-spacing: 0px;color: #000000;text-align: center;text-transform: capitalize;}
.banner-btm-sec .bnr-btm-list ul li a:hover{color: #899cce;}
.banner-btm-sec .bnr-btm-list ul li a::before {position: absolute;content: "";margin: auto;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -344px -48px;width: 20px;height: 20px;right: 0;top: 0;bottom: 0;}
.banner-btm-sec .bnr-btm-list ul li:last-child{padding-right: 0px;margin-right: 0px;}
.banner-btm-sec .bnr-btm-list ul li:last-child a::before{display: none;}
.banner-btm-sec .bnr-btm-list ul li:first-child{margin-left: 0px;}


/* Homepage About Section Starts */

.hm-about-sec{position: relative;z-index: 1;padding: 96px 0 106px;}
.hm-about-sec .container{max-width: 1300px;}
.hm-about-sec::before { position: absolute; content: ""; margin: auto; background: url(images/abt-sec-bg.webp) #899cce; background-position: center center; background-size: 100% 100%; background-repeat: no-repeat; width: 95.6%; height: 100%; left: 0; right: 0; top: 0; z-index: -1; pointer-events: none; background-blend-mode: soft-light; }
.hm-about-sec .about-blk { display: flex; justify-content: start; } 
.hm-about-sec .abt-rth-itm{width: 53.95%;}
.hm-about-sec .abt-rth-itm h2.text-heading{margin: 0 0 27px;}
.hm-about-sec .abt-rth-itm p{font-family: 'Outfit';font-weight: 300;font-size: 19px;line-height: 1.68;letter-spacing: 0.38px;color: #ffffff;margin: 0 0 34px;}
.hm-about-sec .abt-rth-itm .abt-lft-cnt{padding-left: 43px;border-left: 1px solid #0d3b66;}
.hm-about-sec .abt-rth-itm .about-btn a{padding: 18px 56px;background-color: #314373; outline-color: #314373;}
.hm-about-sec .abt-rth-itm .about-btn a:hover{background-color: #7f9db1;outline-color: #7f9db1;}
.hm-about-sec .abt-lft-itm { width: 100%; padding: 170px 0 255px; position: absolute; z-index: 1; max-width: 585px; right: 8%; top: 0; }
.hm-about-sec .abt-lft-itm::before { position: absolute; content: ""; margin: auto; background-image: url(images/abt-img-bfr-img.webp); background-repeat: no-repeat; background-position: top right; width: 100%; height: 100%; right: 0; top: 0; opacity: 55%; z-index: -1; pointer-events: none; background-size: 100% 100%; }
.hm-about-sec .abt-lft-itm .about-image { width: 100%; max-width: 160px; margin: auto;opacity: 11%; }
.hm-about-sec .abt-lft-itm .about-image img{width: 100%;display: block;}


/*  Homepage Parctice Areas Section   */

.hm-practice-areas-sec{position: relative; padding: 175px 0 124px; }
.hm-practice-areas-sec:before {position: absolute;content: "";width: 25%;height: 32%;left: 0;right: 0;top: 77px;margin: auto;z-index: -1;background-image: url(images/practice-badge.webp);background-repeat: no-repeat;background-size: 100% 100%;}
.hm-practice-areas-sec::after {position: absolute; content: ""; width: 95.6%; height: 49.2%; left: 0; right: 0; top: 0; bottom: 137px; margin: auto; z-index: -1; background-image: url(images/practice-bg.webp); background-repeat: no-repeat; background-size: 100% 100%; pointer-events: none; }
.hm-practice-areas-sec .pract-headings{text-align: center;margin-bottom: 35px; }
.hm-practice-areas-sec h2.text-heading{text-align: center; font-size: 75px; text-transform: uppercase; margin-bottom: 20px; font-weight: 300;}
.hm-practice-areas-sec h6 {font-size: 20px; line-height: 1; letter-spacing: 5.6px; font-family: 'Onest'; font-weight: 300; color: #fff; text-transform: uppercase;border-bottom: 1px solid #fff; display: inline-block; margin: 0px;}
.hm-practice-areas-sec .prc-top-cont {padding: 0 56px 0 28px;}
.hm-practice-areas-sec .prc-top-cont h3 {font-family: 'Onest';font-weight: 300;font-size: 160px;color: rgba(180, 214, 227, 0.10);line-height: 1;letter-spacing: 0;text-transform: uppercase;margin: 0;background: -webkit-linear-gradient(#7f9db1 29%, #fff 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;opacity: 22%;display: flex; justify-content: space-between; }
.hm-practice-areas-sec .prc-top-cont h3 strong{font-weight: 300;}
.hm-practice-areas-sec .practice-list {display: flex; justify-content: space-between; width: 83.4%; margin: auto; padding: 0 15px; margin-bottom: 45px; } 
.hm-practice-areas-sec .practice-item{position: relative; width: 100%; transition: 0.5s; } 
.hm-practice-areas-sec .prc-cont {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; text-align: center; padding: 0 10px; height: max-content; } 
.hm-practice-areas-sec .prc-cont h4{font-size: 30px; line-height: 1.2; letter-spacing: 0px; font-family: 'Onest'; font-weight: 300; color: #fff; text-transform: uppercase; margin: 0;text-shadow: 0px 0px 9px rgba(15, 14, 11, 0.5);} 
.hm-practice-areas-sec .practice-btn {text-align: center; margin: -103px 0 0;}
.hm-practice-areas-sec .practice-btn a { position: relative; z-index: 1; }
.hm-practice-areas-sec .prc-top-blk { padding-top: 270px; }
.hm-practice-areas-sec .prc-top-blk:before{position: absolute;content: "";background-image: url("images/pract-bfr-img.webp");background-repeat: no-repeat;background-size: 100% 100%; background-position: top left;width: 50%;height: 30%;top: 0;left: 2.2%;z-index: -1;opacity: 66%;}
.hm-practice-areas-sec .practice-item a {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; font-size: 0; z-index: 9; }
.hm-practice-areas-sec .practice-list .owl-nav {display: flex !important;justify-content: space-between;width: 100%;margin: 55px auto 0;max-width: 530px;}
.hm-practice-areas-sec .practice-list .owl-nav button.owl-prev, .hm-practice-areas-sec .practice-list .owl-nav button.owl-next {background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -98px -27px !important;width: 60px;height: 60px;font-size: 0;transition: 0.5s; background-color: #7f9db1; border-radius: 50px;}
.hm-practice-areas-sec .practice-list .owl-nav button.owl-next {background-position: -190px -27px !important;}
.hm-practice-areas-sec .practice-list .owl-nav button.owl-prev:hover{background-position: -98px -106px !important; background-color: #b4d6e3;}
.hm-practice-areas-sec .practice-list .owl-nav button.owl-next:hover {background-position: -190px -106px !important;}
.hm-practice-areas-sec .practice-list .owl-dots{display: none;}
.hm-practice-areas-sec .owl-item.center .prc-cont {padding: 55px 0 0; top: initial; bottom:0; width: 100%; height: auto; } 
.hm-practice-areas-sec .owl-item.center .prc-cont:before
{position: absolute; content: ""; width: 100px; height: 100px; background-image: url("images/sprites.webp"); background-repeat: no-repeat; background-position: -27px -192px; left: 0; right: 0; top: 0; margin: auto; transition: 0.5s; } 
.hm-practice-areas-sec .owl-item.center .prc-cont h4{border-radius: 30px 30px 0 0; background-color: #b4d6e3; color: #0d3b66;width: 100%; min-height: 135px; display: flex; justify-content: center; align-items: center; padding: 0 20px;text-shadow:none; }


/*   Homepage  Trusted Section    */

.hm-trust-sec .container{max-width: 1300px;}
.hm-trust-sec{position: relative; padding: 325px 0 213px; z-index: 1; } 
.hm-trust-sec:before {position: absolute; content: ""; width: 95.6%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: -1; opacity: 70%; pointer-events: none; background-image: url(images/trust-sec-gradient.png); background-repeat: no-repeat; background-size: 100% 100%; }
.hm-trust-sec:after {position: absolute; content: ""; width: 40%; height: 74%; left: -15px; top: 80px; margin: auto; z-index: -1; background-image: url(images/legal-after.webp); background-repeat: no-repeat; opacity: 23%; pointer-events: none; background-size: 100% 100%; }
.hm-trust-sec .trust-blk {display: flex; justify-content: start; } 
.hm-trust-sec .trust-left-item {width: 59.7%; } 
.hm-trust-sec .trust-left-item h2.text-heading{font-size: 75px; color: #314373; line-height: 1.1;text-transform: inherit;} 
.hm-trust-sec .trust-left-item h2.text-heading strong{display: block; } 
.hm-trust-sec .trust-left-item p{font-family: 'Outfit'; font-weight: 300; font-size: 20px; color: #000; line-height: 1.75; letter-spacing: 0.4px; margin: 0 0 25px; } 
.hm-trust-sec .trust-btn-blk {display: flex; justify-content: flex-start; gap: 30px; align-items: center;margin-top: 60px; } 
.hm-trust-sec .trust-call-btn{position: relative; padding-left: 90px; } 
.hm-trust-sec .trust-call-btn p a{display: block; font-family: 'Outfit'; font-weight: 600; font-size: 37px; color: #000; line-height: 1; letter-spacing: 1.48px; margin:0 0 5px; } 
.hm-trust-sec .trust-call-btn p a:hover{color: #7f9db1; } 
.hm-trust-sec .trust-call-btn p a:before{background-image: url(images/sprites.webp); background-position: -35px -327px; background-repeat: no-repeat; position: absolute; content: ""; width: 85px; height: 82px; top: 0; bottom: 0; left: 0px; margin: auto; transition: 0.5s; } 
.hm-trust-sec .trust-call-btn p a:hover::before{background-position: -35px -442px;}
.hm-trust-sec .trust-call-btn p{margin: 0 !important; font-family: 'Outfit'; font-weight: 400; font-size: 16px !important; color: #000; line-height: 1; letter-spacing: 5.44px; text-transform: uppercase; } 
.hm-trust-sec .trust-rgt-item {position: absolute; right: 0; width: 47.1%; } 
.hm-trust-sec .trust-image {margin: -67px 0 0; } 
.hm-trust-sec .trust-image img{display: block; width: 100%; }
.trust-cont-btn a.cmn-btn {padding: 25px 60px; }
.hm-trust-sec .trust-image.mobile{display: none;}
 

/* Homepage Attorney Section Starts */
 
.hm-attorney-sec {padding: 15px 0 84px; background-position: center; position: relative; z-index: 0; }
.hm-attorney-sec:before{position: absolute; content: ""; width: 95.6%; height: 100%; background-image: url(images/attorney-bg.webp); background-repeat: no-repeat;    background-size: 100% 100%; background-position: center; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: -1;pointer-events: none; }
.hm-attorney-sec .attny-blk {display: flex; justify-content: space-between; align-items: center; } 
.hm-attorney-sec .attny-blk::before {background-image: url('images/attrny-lft-logo-clip-img.webp'); position: absolute; content: ""; background-repeat: no-repeat; background-size: 100% 100%; width: 56.4%; height: 100%; left: 2.5%; top: 0; bottom: 0; margin: auto; opacity: 50%; z-index: -1; pointer-events: none; background-blend-mode: screen; }
.hm-attorney-sec .attrny-left-item {width: 45%; position: relative; }
.hm-attorney-sec .attrny-rgt-item {width: 44.3%; position: relative; padding-top: 81px; } 
.hm-attorney-sec .attrny-rgt-item h2.text-heading {margin: 0 0 42px 22px; } 
.hm-attorney-sec .attrny-image {margin-left: -17px; } 
.hm-attorney-sec .attrny-image img{display: block; width: 100%; } 
.hm-attorney-sec .attrny-cont {position: absolute; bottom: 0; margin: auto; left: 0; right: 0; z-index: 0; text-align: center; }
.hm-attorney-sec .attrny-left-item h4 {font-family: 'Outfit'; font-weight: 400; font-size: 80px; color: #fff; line-height: 1; letter-spacing: 0; text-transform: capitalize; margin: 0 0 15px; }
.hm-attorney-sec .attrny-btn a.cmn-btn{background-color: #314373; outline: 2px solid #314373;}
.hm-attorney-sec .attrny-left-item:hover .attrny-btn a{background-color: #fff; outline: 2px solid #fff; color:#314373; } 
.hm-attorney-sec .attrny-left-image {position: relative; width: 42.6%; }
.hm-attorney-sec .attrny-left-image.blk {position: relative; width: 35.6%; }
.hm-attorney-sec .attrny-left-image:before{position: absolute; content: ""; width: 100%; height: 100%; background-image: -webkit-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgb(255,255,255) 100%); opacity: 0.8; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: -1; border-radius: 50%; }
.hm-attorney-sec .attrny-left-image img{display: block; width: 100%; border-radius: 0 0 50% 50%; } 
.hm-attorney-sec .attrny-rgt-blk-lft {display: flex; justify-content: flex-start; gap: 41px; align-items: center; margin-bottom: 30px; position: relative; }
.hm-attorney-sec .attrny-rgt-blk-lft:before{position: absolute; content: ""; width: 100%; height: 94%; background-image: -webkit-linear-gradient( 180deg, rgba(48,67,114,0) 0%, rgb(48,67,114) 100%); opacity: 0.6; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: -1; border-radius: 122px; }
.hm-attorney-sec .attrny-rgt-blk-lft:last-child{margin-bottom: 0px;}
.hm-attorney-sec .attrny-rgt-blk-lft h5{font-family: 'Outfit'; font-weight: 600; font-size: 40px; color: #fff; line-height: 1.15; letter-spacing: 3.2px; text-transform: uppercase; margin: 0 0 15px; } 
.hm-attorney-sec .attrny-rgt-cont-btn a{font-family: 'Outfit'; font-weight: 600; font-size: 20px; color: #314373; line-height: 1; letter-spacing: 0.8px; text-transform: uppercase; margin: 0; width: max-content; padding-right: 40px; position: relative; } 
.hm-attorney-sec .attrny-rgt-cont-btn a:before{position: absolute; content: ""; width: 26px; height: 14px; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -282px -49px; right: 0; top: 0; bottom: 0; margin: auto; transition: 0.5s;}
.hm-attorney-sec .attrny-rgt-cont-btn a:hover::before{background-position: -282px -83px;}
.hm-attorney-sec .attrny-rgt-cont-btn a:hover{color: #fff;}
 
 .hm-attorney-sec h2.text-heading.mobile{display: none;}

/* Homepage Testimonials Section Starts */
 
.testi-awrd-comb-sec{position: relative; z-index: 0; } 
.testi-awrd-comb-sec:before {position: absolute; content: ""; width: 95.6%; height: 100%; background-image: url("images/testi-layer.webp"); background-repeat: no-repeat;background-size: 100% 100%; left: 0; right: 0; top: 0; bottom: 0; margin: auto; opacity: 70%; z-index: -1; pointer-events: none; }
 
.hm-testimonials {position: relative; text-align: center; padding: 117px 0 105px; } 
.hm-testimonials h2.text-heading{color: #304372; margin-bottom: 58px;} 
.hm-testimonials .testi-content .star-rat {background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -270px -122px; width: 157px; height: 25px; margin: 0 auto 18px; }
.hm-testimonials .testi-blck{padding: 0 73px; position: relative; margin-bottom: 62px; }
.hm-testimonials .testi-blck:before, .testi-blck:after {position: absolute; content: ""; width: 2px; height: 100%; background-color: rgb(127, 157, 177); left: 0; right: -16px; top: 0; bottom: 0; margin: auto; z-index: -1; }
.hm-testimonials .testi-blck:after{background-image: url("images/sprites.webp"); background-repeat: no-repeat; width: 48px; height: 100px; background-position: -395px -12px;background-color: #fdfeff; }
.hm-testimonials .hm-testi-item {padding: 20px 70px 85px; position: relative; height:100%;  }
.hm-testimonials .hm-testi-item p {font-family: 'Outfit'; font-weight: 300; font-size: 20px; color: #000; line-height: 1.8; letter-spacing: 0; margin: 0 0 30px; }
.hm-testimonials .hm-testi-item h4 {font-family: 'Outfit'; font-weight: 300; font-size: 45px; color: #000; line-height: 1; letter-spacing: 0px; margin: 0 0 25px; } 
.hm-testimonials .hm-testi-item h5 {font-family: 'Outfit'; font-weight: 400; font-size: 40px; color: #314373; line-height: 1; letter-spacing: 0px; margin: 0; position: absolute; bottom: 48px; text-align: center; left: 0; right: 0; margin: auto; width: max-content; padding: 0px 110px; }
.hm-testimonials .hm-testi-item h5:before, .hm-testimonials .hm-testi-item h5:after {position: absolute; content: ""; background-image: url("images/sprites.webp"); background-repeat: no-repeat; width: 41px; height: 31px; background-position: -295px -230px; left: 0; bottom: 0; margin: auto; }
.hm-testimonials .hm-testi-item h5:after{left: initial; right: 0; background-position: -364px -230px; }
.hm-testimonials .testi-blck .owl-nav {display: flex !important; justify-content: space-between; height: max-content; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 11px; z-index: -1; width: 100%; }        
.hm-testimonials .testi-blck .owl-nav button.owl-prev, .hm-testimonials .testi-blck .owl-nav button.owl-next {background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -165px -227px !important;width: 37px;height: 27px;font-size: 0;transition: 0.5s;}
.hm-testimonials .testi-blck .owl-nav button.owl-next {background-position: -230px -227px !important;}
.hm-testimonials .testi-blck .owl-nav button.owl-prev:hover{background-position: -165px -274px !important;}
.hm-testimonials .testi-blck .owl-nav button.owl-next:hover {background-position: -230px -274px !important;}
.hm-testimonials .testi-blck .owl-dots{display: none;}
.hm-testimonials .testimonial-btn a.cmn-btn {font-size: 17px; letter-spacing: 0.68px; padding: 18px 55px; }
/* .hm-testimonials .owl-stage {display: flex; } */


/* Homepage Awards Section */

.hm-award-sec {padding: 0 0 103px;}
.hm-award-blk {display: flex ; justify-content: space-between;flex-wrap:wrap;padding:52px 0;border-bottom:solid 1px #314373 ;border-top:solid 1px #314373 ; }
.hm-award-item{width: auto;}
.hm-award-item img{display: block;width: auto;}
 

/* Homepage Contact us Section */

.hm-contact-sec {background-image: url(images/cta-bg-img.webp);background-repeat: no-repeat;padding: 357px 0 395px;background-size: 100% 100%;background-position: top center;}
.hm-contact-sec .hm-contact-us-blk h2{font-size: 57px;font-family: 'Onest';font-weight: 600;color: #0d3b66;letter-spacing: 0;line-height: 1.2;padding-bottom: 45px;margin-bottom: 42px;position: relative;}
.hm-contact-sec .hm-contact-us-blk h2:before {position: absolute; content: ""; width: 84%; height: 4px; bottom: 0; left: 0; background-color: #0d3b66; pointer-events: none; }
.hm-contact-sec .hm-contact-us-blk{float: right;width: 46.8%;}
.hm-contact-sec .hm-contact-us-blk h5{font-size: 32px;font-family: 'Onest';font-weight: 300;color: #0d3b66;letter-spacing: 0;line-height: 1;margin-bottom: 60px}
.hm-contact-sec  .hm-contact-us-btns{display: flex;justify-content: flex-start;gap: 30px}
.hm-contact-sec .hm-cnct-btn a.cmn-btn { background-color: #0d3b66; outline-color: #0d3b66; }
.hm-contact-sec .hm-cnct-btn a.cmn-btn:hover{background-color:#7f9db1;outline-color: #7f9db1;}
.hm-contact-sec .hm-tel-btn a.cmn-btn {padding: 18px 45px 18px 82px; position: relative; }
.hm-contact-sec .hm-tel-btn a.cmn-btn:before{position: absolute;content: "";width: 24px;height: 24px;background-image: url(images/sprites.webp);background-repeat: no-repeat;background-position: -437px -229px;left: 42px;top:0;bottom: 0;margin: auto;}
.hm-contact-sec .hm-cnct-img{display: none;}


/* Homepage Form Section */

.hm-form-sec {margin: -79px 0 0;}
.hm-form-sec .container{padding: 0 32px 0 17px;}
.hm-form-blk h2{font-size: 55px;font-family: 'Onest';font-weight: 300;color: #fff;     text-align: center; letter-spacing: 0;line-height: 1;text-transform: uppercase;margin-bottom: 24px;}
.hm-form-blk p {font-size: 18px; font-family: 'Onest'; font-weight: 300; color: #fff; text-align: center; letter-spacing: 0; line-height: 1; margin-bottom: 31px; }
.hm-form-blk{padding: 92px 188px 84px 186px;background-color: #0d3b66;}
.hm-form-cnt{text-align: left;}
.hm-form-sec .gform_wrapper .top_label .gfield_label {display: none; }
.hm-form-sec .gform_wrapper .top_label input, .hm-form-sec .gform_wrapper select, .hm-form-sec .gform_wrapper .top_label textarea {margin: 0px; width: 100% !important; color: #0d3b66; outline: none; position: relative; border-radius: 5px; background: #fff; border: none; font-size: 18px !important; padding: 32px 10px 32px 33px !important; transition: all 0.5s; font-family: 'Onest' !important; line-height: 1 !important; letter-spacing:0px; font-weight: 300 !important; text-transform: capitalize; display: inline-block; }
.hm-form-sec .gform_wrapper .top_label textarea{margin: 0}
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gchoice label, .hm-form-sec .gform_wrapper .form-links a {font-family: 'Onest' !important; font-weight: 300 !important; font-size: 18px !important; color: #fff; text-align: start; line-height: 1; letter-spacing: 0px; display: inline-block; text-decoration: none; margin: 0; }
.hm-form-sec .gform_wrapper .form-links a{cursor: pointer;}
.hm-form-sec .gfield_checkbox {margin: -15px 0 0; }
.gform_wrapper .form-links a:hover{color: #7f9db1;}
.hm-form-sec .gchoice label{display: block !important;}
.hm-form-sec .gfield--type-textarea{position: absolute !important; top: 0; right: 0;width:49% }
.hm-form-sec .gform_body {position: relative; }
.hm-form-sec .gform_fields {row-gap: 20px !important; }
.hm-form-sec .gfield {grid-column: span 6 !important; position:relative; }
.hm-form-sec .gform_wrapper .top_label textarea {height: 230px; resize: none; padding-top: 25px !important; min-block-size: unset !important; }
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {font-family: 'Onest' !important; font-weight: 300 !important; font-size: 18px !important; line-height: 1 !important; letter-spacing: 0 !important; color: #fff; background-color: #7f9db1; display: inline-block; padding: 22px 56px !important; border-radius: 50px !important; outline: 2px solid #7f9db1 !important; outline-offset: 4px !important; background-color: #7f9db1 !important; text-transform: uppercase !important; text-align: center; z-index: 1; width: max-content !important; margin: 0 !important; position: relative; transition: 0.5s; }
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover{background-color: #ffffff !important;color: #0d3b66 !important;outline-color: #ffffff !important;}
.hm-form-sec .gform_wrapper .gform_footer.top_label {padding: 0; margin: -62px 0 0 !important; float: right; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {width: 13px !important; height: 13px !important; margin: 3px 8px 0px 0px !important; padding: 0px !important; border-radius: 0px !important; }
.hm-form-sec .gfield--width-full { grid-column: span 12 !important; }
.hm-form-sec .gform_wrapper .validation_message, .hm-form-sec .gform_wrapper div.validation_error {color: #ff0000; background-color: transparent; border: none; line-height: 18px; width: max-content !important; top: 5px; right: 5px; position: absolute; padding: 0 !important; margin: 0 !important; pointer-events: none; }
.hm-form-sec .gform_validation_errors{display: none !important;}
.hm-form-sec .instruction.validation_message {bottom: 5px !important; top: inherit; }
.hm-form-sec .gform_wrapper fieldset.chk .gfield_description.validation_message.gfield_validation_message {top: 10px; left: 0; right: inherit; }
div#popup-container {position: absolute; width: 100%; text-align: start; }
.popup .popuptext {visibility: hidden; color: #000; position: absolute; transition: transform 0.15s ease-out 0.15s; z-index: 5; margin: 0; text-align: center; padding: 20px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 16px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.8;font-family: 'Outfit'; font-weight: 300; letter-spacing: 0.3px; width: 750px; }
.popuptext.show{  visibility: visible}

 

/* Homepage Footer */

.site-footer {background: #fff; padding: 37px 0 0 }
.site-footer .container{max-width: 1300px;}
.ftmenu ul {margin-bottom: 37px; text-align: center; }
.ftmenu ul li {display: inline-block; margin: 0 30px;line-height: 1;}
.ftmenu ul li:last-child{margin-right: 0;}
.ftmenu ul li:first-child{margin-left: 0;}
.ftmenu ul li a {font-size: 20px; font-family: 'Onest'; font-weight: 300; color: #0d3b66; text-transform: uppercase; transition: 0.5s; line-height: 1; letter-spacing: -0.4px; display: inline-block; }
.ftmenu ul li a:hover,.ftmenu ul li.current-menu-item a{color: #7f9db1}
.ftr-blk {padding: 37px 0 55px; display: flex; flex-wrap: wrap; border-bottom: 2px solid  #7f9db1; border-top: 2px solid #7f9db1; justify-content: space-between; }
.site-footer .ftr-itm {width:  31.3%; text-align: center; position: relative; }
/*.site-footer .ftr-itm.loc {width: 30.7%; }*/
.ftr-itm.logo {width: 28%; }
.site-footer .ftr-itm h4{font-size: 27px;font-family: 'Onest';font-weight: 300;line-height:1 ;letter-spacing:0;color:#0d3b66 ;padding-top: 115px;text-transform: uppercase;margin-bottom:10px  ;}
.site-footer .ftr-itm h4:before, .site-footer .ftr-itm.cnct a:before {position: absolute; content: ""; width: 91px; height: 91px; background-image: url('images/sprites.webp'); background-repeat: no-repeat; background-position: -135px -324px; top: 0; left: 0; right: 0; margin: auto;  }
.site-footer .ftr-itm.cnct a:before{background-position: -245px -324px;top: 12px;left: -5px; pointer-events: unset;}
.site-footer .ftr-itm.cnct h4:before{display: none;}
.site-footer .ftr-itm.cnct a:hover:before{background-position: -248px -438px}
.site-footer .ftr-itm p{font-size: 18px;font-family: 'Onest';font-weight: 300;line-height:1.6 ;letter-spacing:0;color:#0d3b66;margin: 0}
.site-footer .ftr-itm p a{color:#7f9db1 ;display:block;margin: 8px 0 0; }
.site-footer .ftr-itm p a:hover{text-decoration: underline;}
.site-footer .ftr-itm.cnct p {line-height: 1; }
.site-footer .ftr-itm.cnct p a {font-size: 39px; line-height: 1; letter-spacing: -0.78px; color: #0d3b66; margin: 10px 0 0; display: block; }
.site-footer .ftr-itm.cnct p a:hover{color: #7f9db1;text-decoration: none;}
.site-footer .ftr-logo-img {width: 36.8%; margin: 0 auto 40px; }
.site-footer .ftr-logo-img img {display: block; width: 100%;}
.site-footer .ftr-btn a.cmn-btn { font-weight: 300; padding: 23px 53px; font-size: 18px; letter-spacing: 0px; }

.site-footer .ftr-itm .social-icons {display: flex ; justify-content: center; gap: 8px; align-items: center; margin: 16px 0 0; } 
.site-footer .ftr-itm .social-icons a {width: 55px; height: 55px; background-color: #0d3b66; background-repeat: no-repeat; background-position: -374px -32px; background-image: url(images/sprites-in.webp); border-radius: 50%; font-size: 0; border: 1px solid transparent; transition: 0.5s; } 
.site-footer .ftr-itm .social-icons a.twitter {background-position: -447px -30px; } 
.site-footer .ftr-itm .social-icons a.linkedin {background-position: -449px -157px; }
.site-footer .ftr-itm .social-icons a:hover {background-color: #fff;border-color: #0d3b66; background-position: -374px -107px; } 
.site-footer .ftr-itm .social-icons a.twitter:hover {background-position: -447px -105px; } 
.site-footer .ftr-itm .social-icons a.linkedin:hover {background-position: -449px -198px; }
.site-footer .ftr-itm .social-icons a:before{display: none;}
 
/* Copyrights */

.copyrights {background: #fff; padding: 35px 0; text-align: center; }
.copyrights .cpy-inr,.copyrights .ftrlink,.copyrights  .rit-btm {display: inline-block;}
.copyrights p, .copyrights a {color: #0d3b66; font-size: 18px; font-family: 'Onest'; font-weight: 300; line-height: 1.2; letter-spacing: 0px; margin: 0; }
.copyrights a {display: inline-block; padding: 0 5px; }
.copyrights a:hover{color:#7f9db1 }



/* Inner Pages Default Styles */

.container1{width: 100%; max-width: 1280px; margin: 0 auto;}
.page_bnr {background-image: url(images/pg-bnr-grad.webp); background-size: cover; padding: 215px 0 133px; position: relative; z-index: 0; background-position: right center; background-repeat: no-repeat;overflow: hidden;}
.page_title_cont {margin: 0 auto; text-align: center; padding: 22px 0 21px; position: relative;}
.page_title {width: 68.85%;}
.page_title_cont::before{position: absolute; content: "";  border: 1px solid #0d3b66; border-left: none; border-right: none; top: 0; left: 0; right: 0; margin: auto; width: 68%; height: 100%;pointer-events: none;}
.banner-btm-sec.inn-ban-btm{position: relative;}
.page_bnr::before,.page_bnr_bfr:before{position: absolute; content: ""; background-image: url(images/page_bnr_layer.webp); height: 100%; width: 100%; background-size: 100% 100%; background-position: center; background-repeat: no-repeat; left: 0; top: 0; z-index: -1;pointer-events: none;}
.page_bnr_bfr:before{width:46.2%;height:100%;background-image: url(images/hm-bnr-bfr-img.webp);top:20px;left:inherit;right:46px;background-size: 100% auto;background-position:top right;}

.page_bnr::after {position: absolute; content: ""; margin: auto; border: 15px solid #ffffff; border-top: none !important; border-bottom: none !important; width: 95%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; pointer-events: none;}
.page_title h1,.page_title h2 {font-family: 'Outfit'; font-weight: 600; font-size: 70px; line-height: 1; letter-spacing: -1.4px; color: #314373; position: relative; margin: 0; text-transform: uppercase;z-index:9}
.inrpg-breadcrumbs {padding: 5px 0; color: #0d3b66; font-size: 19px; line-height: 1.5; font-family: 'Outfit'; font-weight: 500; letter-spacing: -0.38px; text-transform: uppercase;}
.inrpg-breadcrumbs .current-item,.inrpg-breadcrumbs  a:hover{ color: #7f9db1;}
.page_default {padding: 130px 0;position: relative;}
.page_default:before {content: ""; position: absolute; top: -13%; left: 0; width: 76%; height: 74%; background-image: url(images/page-default-bg-layer.webp); background-repeat: no-repeat; margin: auto; pointer-events: none; z-index: -1; opacity: 66%; mix-blend-mode: multiply; background-size: 100% 100%; }
.genpg-rite {width: 64.85%; float: left;}
.genpg-rite.full-width{width: 100%;}
.genpg-lft {width: 31.3%; float: right; max-width: 400px;}
.page_default .genpg-rite h1,
.page_default .genpg-rite h2,
.page_default .genpg-rite h3,
.page_default .genpg-rite h4,
.page_default .genpg-rite h5,
.page_default .genpg-rite h6 {font-family: 'Outfit';font-weight: 300;line-height: 1.1;letter-spacing: 0px;margin-bottom: 20px;}
.page_default .genpg-rite h1,.page_default .genpg-rite h2 {font-size: 60px; line-height: 1.1;color: #0d3b66;}
.page_default .genpg-rite h2 strong{font-weight: 500;}
.page_default .genpg-rite h3 {font-size: 45px;color: #0d3b66;}
.page_default .genpg-rite h4 {font-size: 37px;font-weight: 500;}
.page_default .genpg-rite h5 {font-size: 30px;font-weight: 400;}
.page_default .genpg-rite h6 {font-size: 25px;font-weight: 400;}
.page_default .genpg-rite p,.page_default .genpg-rite li {font-size: 19px; line-height: 1.68; color: #000; letter-spacing: 0.38px; margin: 0 0 20px ; font-family: 'Outfit'; font-weight: 300;}
.page_default .genpg-rite a {color: #7f9db1;display: inline-block;}
.page_default .genpg-rite li {padding-left: 25px;position: relative;margin: 0 0 20px;}
.page_default .genpg-rite li:before {background: #0d3b66; width:8px; height: 8px; position: absolute; content: ""; left: 0; right: 0; top: 13px; border-radius: 50%;}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {margin: 0 0 25px 0px; list-style-position: inside;}
.page_content .genpg-rite li ul{padding: 15px 0 0;}
.page_content .genpg-rite ol {list-style-type: decimal; margin-left: 20px !important;}
.page_content .genpg-rite ol li {list-style: decimal; padding-left: 0 !important;}
.page_content .genpg-rite ol li:before{display: none;}
.page_default .genpg-rite a:hover {color: #0d3b66; text-decoration: underline;}
.page_default .genpg-rite ul li > ul li { list-style-type: none; }
.page_default .genpg-rite ul li > ul li > ol li { list-style-type: decimal; }
.page_default .genpg-rite ul li > ol li { list-style-type: decimal; }
.page_default .genpg-rite ul li > ol li:before { display: none; }
.page_default .genpg-rite ul li > ol li > ul li { list-style-type: none; }
 
.cmn-img ,.post-img.single_defualt_img{margin-bottom: 25px;padding: 5px;border: 2px solid #7f9db1;}
.cmn-img img,.post-img.single_defualt_img img{width: 100%;display:block;}

.page_title_cont p {font-size: 19px; line-height: 1.4; color: #000; letter-spacing: 0.38px; margin: 0; font-family: 'Outfit'; font-weight: 300; }

/*Common Cta Box*/

.cbt-cmn-box {padding: 24px 15px 47px;text-align: center;margin: 50px 0; background-image: -webkit-linear-gradient( 133deg, rgb(180,214,227)0%,rgba(180,214,227,0) 50%, rgb(180,214,227) 100%);}
.page_default .genpg-rite .cbt-cmn-box h2{font-size: 55px; font-weight: 200; margin: 0 0 35px;}
.page_default .genpg-rite .cbt-cmn-box h2 strong{display:block; font-size: 75px; margin-top: -5px; }
.cbt-box-btn {display: flex; justify-content: center; gap: 22px; align-items: center; }
.page_default .genpg-rite .cbt-box-contact-btn a{outline: 2px solid #0d3b66; background-color: #0d3b66; color: #fff; padding: 20px 55px 21px;  text-decoration: none;}
.page_default .genpg-rite .cbt-box-contact-btn a:hover{outline: 2px solid #7f9db1; background-color: #7f9db1; color: #fff;}
.cbt-box-call-btn {position: relative; padding-left: 92px;}
.page_default .genpg-rite .cbt-box-call-btn p {font-weight: 400; font-size: 16px; color: rgb(0, 0, 0); line-height: 1; letter-spacing: 5.44px; text-transform: uppercase; margin: 0px !important; text-align: start;}
.page_default .genpg-rite .cbt-box-call-btn p a {display: block; font-family: 'Outfit'; font-weight: 600; font-size: 37px; color: rgb(0, 0, 0); line-height: 1; letter-spacing: 1.48px; margin: 0px 0px 5px;  text-decoration: none;}
.page_default .genpg-rite .cbt-box-call-btn p a:hover{color: #7f9db1;}
.page_default .genpg-rite .cbt-box-call-btn p a::before {background-image: url(images/sprites-in.webp); background-repeat: no-repeat; position: absolute; content: ""; width: 85px; height: 82px; top: 0px; bottom: 0px; left: 0px; background-position: -262px -30px ; margin: auto; transition: 0.5s;}

 /*Sidebar Styles */

.genpg-lft .widget, .genpg-lft .sidebar-box {margin-bottom: 50px; background-color: #0d3b66; width: 100%; display: inline-block; position: relative; }
.genpg-lft h4.widget-title {font-family: 'Outfit'; font-weight: 400; font-size: 45px; color: #fff; text-transform: capitalize; padding: 25px 15px; margin: 0; line-height: 1; letter-spacing: 0; background-color: transparent; position: relative; border: none; text-align: center; z-index: 0; }
.genpg-lft h4.widget-title::before {background-color: rgba(255, 255, 255,40%); position: absolute; content: ""; left: 0px; right: 0; bottom: 0px; width: 85%; height: 1px; z-index: -1; pointer-events: none; margin: auto; }


 /*Sidebar Navigation Menu */
 
.sidebar-box.widget_recent_entries ul{padding: 19px 15px 28px;}
.genpg-lft section.widget_nav_menu ul {display: block; position: relative; margin-bottom: 0; padding: 14px 15px 20px 25px; }
.genpg-lft section.widget_nav_menu ul li {margin: 0; position: relative; }
.genpg-lft .widget ul li a, .genpg-lft .sidebar-box  ul li a {font-family: 'Outfit'; font-weight: 400; font-size: 26px; color: #fff; background-color: transparent; line-height: 1; letter-spacing: 0; position: relative; padding:13px 18px 13px 46px; display: block; transition-duration: 1s; }
.genpg-lft .widget ul li a::before,.genpg-lft .sidebar-box.widget_recent_entries ul li a::before {background-color: #fff; border-radius: 50%; position: absolute; content: ""; width: 9px; height: 9px; top: 22px; left: 23px; margin: auto; z-index: 0;}
.genpg-lft .widget ul li a:hover, .genpg-lft .widget ul li.current-menu-item a, .genpg-lft .sidebar-box.widget_recent_entries ul li a:hover {background-color: #7f9db1;}
.genpg-lft .widget ul > li, .genpg-lft .sidebar-box ul > li {border: none; margin: 0; padding: 0; }
.genpg-lft .widget ul > li ,.genpg-lft .sidebar-box ul > li:last-child{border-bottom: none;}
.genpg-lft section.widget_nav_menu ul li.sb-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 section.widget_nav_menu ul li ul.sub-menu{margin-bottom: 0;}
.genpg-lft section.widget_nav_menu ul ul li {padding: 0 0 0 20px; }
.genpg-lft .widget ul li a.drop.close::before,.genpg-lft .widget ul li a.drop.open::before{display: none;}
.genpg-lft .widget_recent_entries ul li a{line-height: 1.3;}
.genpg-lft .sidebar-box.widget_recent_entries ul li a::before{top: 26px !important;}

 /*Single Blog Archives */

.genpg-lft .blg_sdbar_archives .sidebar-box {background-color: transparent; background-image: none; margin-bottom: 26px; }
.genpg-lft .blg_sdbar_archives aside{margin-bottom:15px; background-color: inherit; }
.genpg-lft .blg_sdbar_archives {padding: 40px 35px; background-image: -webkit-linear-gradient(133deg, rgb(180, 214, 227) 0%, rgba(180, 214, 227, 0) 50%, rgb(180, 214, 227) 100%); }
.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: 'Outfit'; font-weight: 300; font-size: 20px !important; color: rgb(0 0 0 / 70%); background-color: #fff; line-height: 1.2 !important; letter-spacing: 0; text-transform: capitalize; padding: 24px 75px 20px 30px !important; margin-bottom: 0; position: relative !important; appearance: none !important; width: 100% !important; height: unset !important; border: 1px solid #7f9db1; background-image: url('images/blog-arrow-img.webp'); background-size: 70px 100%; background-repeat: no-repeat; background-position: right 0px center; outline: none; opacity: 100% !important; border-radius: inherit; }
.page_default .genpg-lft .blg_sdbar_archives input.field{background-image: none;}
.page_default .genpg-lft .blg_sdbar_archives h4.widget-title {font-family: 'Outfit'; font-weight: 500; font-size: 42px; color: #000; background-color: transparent; padding: 0; line-height: 1; letter-spacing: 0; text-align: left; margin: 0 0 12px; }
.page_default .genpg-lft .blg_sdbar_archives h4.widget-title::before{display: none;}
.page_default .genpg-lft .blg_sdbar_archives input.search-submit {background-image: url(images/blog-serch-icon.webp); background-position: center; background-repeat: no-repeat; background-size: 70px 100%; width: 70px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0px; margin: auto; border: none; outline: none; background-color: transparent; font-size: 0; }
.page_default .genpg-lft  .blg_sdbar_archives form.searchform{position: relative;}
.page_default .genpg-lft .blg_sdbar_archives .theme-select {display: none !important;}
.blg_sdbar_archives .sidebar-box:last-child{margin: 0;}


 /*Sidebar Testimonials */

.genpg-lft .widget.testi {background: -webkit-linear-gradient(133deg, rgba(180, 214, 227,0.5) 0%, rgba(180, 214, 227, 0) 50%, rgba(180, 214, 227,0.5) 100%);  }
.genpg-lft .widget.testi h4.widget-title::before{display: none;}
.genpg-lft .widget.testi h4.widget-title{padding-bottom: 0px; color:#314373; }
.genpg-lft .testi-sdbr-blk.owl-carousel {padding: 20px 27px 38px; text-align: center; }
.genpg-lft .testi-sdbr-blk .testi-item h5 {font-family: 'Outfit'; font-weight: 300; font-size: 26px; color: #000; line-height: 1.26; letter-spacing: 0; margin-bottom: 15px; position: relative; z-index: 0; }
.genpg-lft .star-rat {background-image: url(images/sprites-in.webp); width: 156px; height: 25px; background-position: -154px -376px; background-repeat: no-repeat; margin: 0 auto 20px; }
.genpg-lft .testi-sdbr-blk .testi-item p {font-family: 'Outfit'; font-weight: 400; font-size: 20px; color: #000; line-height: 1.8; letter-spacing: 0; margin-bottom: 20px; }
.genpg-lft .testi-sdbr-blk .testi-item h6 {font-family: 'Outfit'; font-weight: 500; font-size: 30px; color: #314373; line-height: 1; letter-spacing: 0; margin-bottom:20px; padding: 0 50px;position: relative;}
.genpg-lft .testi-sdbr-blk .owl-dots {display: none; }
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav {display: flex; justify-content: center; gap: 24px; align-items: center; }
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button span {font-size: 0; font-weight: bold;}
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, .genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next{background-image: url(images/sprites-in.webp); width: 29px; height: 21px; background-position: -48px -262px; background-repeat: no-repeat; display: inline-block; transition-duration: 0.5s}
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next {background-position:  -97px -262px; }
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev:hover {background-position:-48px -303px ;}
.genpg-lft .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next:hover{background-position: -97px -303px}
.genpg-lft .testi-sdbr-blk .testi-item{position: relative;}
.genpg-lft .testi-sdbr-blk .testi-item h6:before,.genpg-lft .testi-sdbr-blk .testi-item h6:after{content: "";position: absolute;width:41px ;height:31px ;bottom: 0;left: 0;margin: auto;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position:-239px -421px;}
.genpg-lft .testi-sdbr-blk .testi-item h6:after{left: inherit !important;right: 0;background-position:  -178px -421px ;}


/*Blog Page*/

.page_default.blog-page .genpg-lft .blg_sdbar_archives{background-color: transparent;background-image: none; padding: 0;display: flex;justify-content: space-between;gap: 25px;align-items: center;margin: 0 0 38px;}
.page_default.blog-page .genpg-lft .blg_sdbar_archives h4.widget-title{font-size: 0;margin: 0;}
.page_default.blog-page .blg_sdbar_archives .sidebar-box{margin: 0;}

.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 .genpg-rite ul.page-numbers {text-align: center;}

.page_default.blog-page .genpg-lft { width: 100%; max-width: 100%; }
.page_default.blog-page .genpg-rite .post-dt { font-family: 'Poppins';font-weight: 400; list-style: none; margin: 0;font-size: 18px; color: #ffffff; background-color: rgb(13, 59, 102);; line-height: 1; position: absolute; letter-spacing: 0; right: 0; top: 0; text-align: center; padding: 10px 20px; text-transform: uppercase; width: max-content; }
.page_default.blog-page .post-img img { display: block; width: 100%;}
.oceanwp-pagination.clr { margin: 45px 0 0; width: 100%; }
.page_default .genpg-rite ul.page-numbers { text-align: center; margin: 0; padding: 0; display: flex ; justify-content: center; align-items: center; gap: 20px; }
.page_default .genpg-rite ul.page-numbers li { padding: 0; margin: 0;border-radius: 50px; }
.page_default .genpg-rite ul.page-numbers li::before{display: none;}
.page_default .genpg-rite ul.page-numbers li .page-numbers.current, .page_default .genpg-rite ul.page-numbers li .page-numbers:hover { border-radius: 50%;background-color: #7f9db1;outline: 1px solid #7f9db1;outline-offset: 5px; color: #fff; }
.page_default .genpg-rite ul.page-numbers li .page-numbers {font-family: 'Outfit';font-weight: 300;font-size: 30px; display: inline-block; line-height: 1; margin: 0; text-align: center; color: #0d3b66; cursor: pointer; white-space: nowrap; transition: all .3s ease; background-color: transparent; border: none; min-width: 0 !important; min-height: 0 !important; width: 50px; height: 50px; padding: 5px; margin: 0; display: flex ; justify-content: center; align-items: center; text-decoration: none;border-radius: 50%;}
.page_default .genpg-rite ul.page-numbers li .page-numbers.prev, .page_default .genpg-rite ul.page-numbers li .page-numbers.next {background-image: url(images/sprites-in.webp);background-repeat: no-repeat;    background-position: -159px -260px; width: 35px; height: 30px;padding: 0px;font-size: 0px;border-radius: initial;outline: none;background-color: transparent;}
.page_default .genpg-rite ul.page-numbers li .page-numbers.prev:hover{background-position: -159px -307px;}
.page_default .genpg-rite ul.page-numbers li .page-numbers.next {background-position: -216px -260px; }
.page_default .genpg-rite ul.page-numbers li .page-numbers.next:hover{background-position: -216px -307px;}
 
.blg-cntblk {display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
.blg-cntblk .post-item {background: #fff; width: 31.79%; position: relative; border: none; transition: 0.5s;display: flex;flex-direction: column;}
.blg-cntblk .post-item:hover { background-color: rgb(13, 59, 102); border-color: transparent; }
.post-cnt { padding: 23px 27px 48px;border: 1px solid #7f9db1;border-top: none;height: 100%;}
.page_default .genpg-rite .blg-cntblk .post-item h5.blog-entry-title{color: #ffffff;line-height: 1.16;}
.blg-cntblk .post-item h5.blog-entry-title a { text-decoration: none; color: #000000; line-height: 1.2; }
.blg-cntblk .post-item:hover h5.blog-entry-title a {color: #ffffff;}
.post-btn { position: absolute; bottom: 26px; left: 29px; }
.page_default .genpg-rite .post-btn a.blg-btn { font-family: 'Outfit'; font-weight: 400; font-size: 16px; color: #0d3b66; display: inline-block; line-height: 1.2; text-decoration: none; text-transform: uppercase; letter-spacing: 0.32px; }
.blg-cntblk .post-item:hover .post-btn a.blg-btn{text-decoration: underline;color: #ffffff;}
.page_default.single_blog .post-itm-btm { display: flex ; justify-content: start; gap: 5px; font-family: 'Outfit'; font-weight: 300; font-size: 19px; letter-spacing: 0.38px; line-height: 1; align-items: center; color: #0b0303; margin: 0 0 22px; padding: 0; flex-wrap: wrap; }
.page_default.single_blog .post-itm-btm a{text-decoration: none;}
.page-navi { margin: 43px 0 85px; display: flex ; justify-content: space-between; align-items: center; }
.page_default.single_blog .page-navi a {color: #fff; text-decoration: none; padding: 17px 40px; }
.page_default .genpg-rite .blog-post-img a {display: block;}
.blg-cntblk .post-item h5.blog-entry-title a:hover, .blg-cntblk .post-item .post-btn a.blg-btn:hover{    color: #809cb0;}

.author-box{display: flex; justify-content: space-between;border:1px solid #7f9db1;padding:15px; }
.author-image{width: 29.3%;}
.author-description-blk{width:69%;}
.page_default .genpg-rite .author-description-blk a{text-decoration: none;}
.page_default .genpg-rite .author-description-blk p{margin: 0;}

.page_default.blog-page .blg_sdbar_archives .widget_archive{order: 1;}
.page_default.blog-page .blg_sdbar_archives .widget_search{order: 3;}
.page_default.blog-page .blg_sdbar_archives .widget_categories{order: 2;}

/*Contact Page*/
 
.contact-blk {display: flex; justify-content: space-between; background-color: #fff; position: relative; background-image: -webkit-linear-gradient( 133deg, rgb(201,224,234) 0%, rgb(255,255,255) 50%, rgb(201,224,234) 100%); }
.contact-itm{padding: 30px 25px 33px;text-align: center;width: 33%;position: relative;z-index: 1;}
.contact-itm:hover:before{content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: #0d3b66; width: 100%;height: 100%;transform: scaley(1.09);z-index: -1;pointer-events: none;}
.page_default .genpg-rite .contact-itm h4{position: relative;padding: 102px 0 0;margin: 0 0 8px; color: #0d3b66;text-transform:uppercase; }
.contact-itm h4:before{content: "";position: absolute;width:91px ;height:91px ;margin: auto;top: 0;left: 0;right: 0;background-repeat: no-repeat;background-image: url(images/sprites-in.webp);background-position:-30px -30px; }
.page_default .genpg-rite .contact-itm  p {color: #0d3b66; margin: 0; line-height: 1.6; letter-spacing: 0; font-size: 18px; font-weight: 400; }
.page_default .genpg-rite  .contact-itm  p a {display: block;color: #0d3b66;}
.page_default .genpg-rite .contact-itm.number p{font-size: 18px;font-family: 'Outfit';}
.page_default .genpg-rite .contact-itm.number p a{font-size: 39px;font-family: 'Outfit';letter-spacing: -0.78px;font-weight: 400;line-height: 1;margin-top: 5px;}
.page_default .genpg-rite .contact-itm.number p a:hover{color: #7f9db1;}
.contact-itm .social-icons {display: flex;justify-content: center;gap: 8px;align-items: center;margin:16px 0 0;}
.contact-itm .social-icons a{width:55px;height:55px ;background-color: #0d3b66;background-repeat: no-repeat;background-position: -374px -32px ;background-image: url(images/sprites-in.webp);border-radius: 50%;font-size: 0;border: 1px solid transparent;transition:0.5s;}
.contact-itm .social-icons a:hover{background-color: #fff;background-position: -374px -107px;}
.contact-itm .social-icons a.twitter{background-position: -447px -30px;}
.contact-itm .social-icons a.twitter:hover{background-position: -447px -105px;}
.contact-itm.social:hover .social-icons a {border-color: #fff;}
.contact-itm .social-icons a.linkedin{background-position: -449px -157px}
.contact-itm .social-icons a.linkedin:hover{background-position: -449px -198px}
.page_default .genpg-rite .contact-itm.location p a {text-decoration: underline; margin: 12px 0 0; text-underline-offset: 4px; }
.page_default .genpg-rite .contact-itm.location p a:hover{color: #7f9db1;}
.contact-itm.location h4:before{background-position: -146px -30px;}
.contact-itm.location:hover h4:before{background-position: -146px -141px ;}
.contact-itm:hover h4:before{background-position: -30px -141px;}
.cont-top{text-align: center;margin: 0 0 60px;}
.page_default .genpg-rite .contact-itm:hover h4,.page_default .genpg-rite .contact-itm:hover  p, .page_default .genpg-rite .contact-itm:hover  p a{color: #fff}
.page_default .genpg-rite .cont-top h2{font-size: 75px;font-weight: 200;margin-bottom: 20px;}

.map-sec {margin: -100px 0 0; position: relative; z-index: -1; }
.map-sec iframe{width: 100%;height: 390px;}
.map-sec .contpg-map {width: calc(100% - 100px);margin: auto;}

 /*Practice Areas Page Starts */
 
.in-practice-blk{display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px;}
.in-practice-item {width: 31.25%; position: relative;}
.in-practice-item .in-practice-image img{width: 100%; display: block;}
.in-practice-item .in-practice-content {position: absolute; left: 0; right: 0; top: 0px; bottom: 0; margin: auto; text-align: center;  padding: 60px 20px 36px; height: max-content; border-radius: 30px 30px 0 0;}
.in-practice-item:hover .in-practice-content { top: initial; bottom:0; width: 100%; height: auto;background-color: #b4d6e3; }
.in-practice-item:hover .in-practice-content:before{position: absolute; content: ""; width: 100px; height: 100px; background-image: url("images/sprites-in.webp"); background-repeat: no-repeat; background-position: -29px -356px; left: 0; right: 0; top: -60px; margin: auto; transition: 0.5s; }
.page_default.practic_areas .genpg-rite .in-practice-content h5{line-height: 1.16; color: #fff; text-transform: uppercase; margin: 0; text-shadow: 0px 0px 9px rgba(15, 14, 11, 0.8);}
.page_default.practic_areas .genpg-rite .in-practice-item:hover .in-practice-content h5 {color: #0d3b66;  text-shadow: none;}
.in-practice-item .in-practice-item-hov a {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; font-size: 0 !important; z-index: 9; }
    
 /*Attorney Page Starts */

.page_default .genpg-rite .in-attorney-list h2{text-align: center; margin-bottom: 30px;}
.in-attorney-list .attorney-blk{display: flex; justify-content: center; flex-wrap: wrap; gap: 97px;margin:0px 0 120px; }
.in-attorney-list .attorney-blk:last-child{margin: 0;}
.attorney-item {width: 25.63%; text-align: center; position: relative;}
.in-attrny-item-hov a{position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; margin: auto; font-size: 0;}
.in-attorney-list .attorney-item .attorney-image{background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(165,174,194) 100%); border-radius: 50%; padding: 28px 10px 0; margin: 0 0 19px;}
.in-attorney-list .attorney-item .attorney-image img{width: 100%; display: block; border-radius: 49%;}
.in-attorney-list .in-attrny-title h4{font-size: 35px; font-weight: 600; color: #7f9db1; letter-spacing: 0; line-height: 1.08; text-transform: uppercase; margin: 0 !important;}
.attorney-item:hover .in-attrny-title h4{color: #0d3b66; transition: 0.5s;}
.attorney-item:hover .attorney-image{background-image: -webkit-linear-gradient( 90deg, rgb(127,157,177) 0%, rgb(13,59,102) 100%);}
 

 /*Single Attorney Page Starts */

.single-attorney-blk{display: flex; justify-content: center; gap: 15px; background-color: #7f9db1; margin: 82px 0 41px; background-image: url(images/attorney-sin-blk-bg-image.webp);background-size: 100% 100%; background-repeat: no-repeat; background-position: right center; align-items: center;}
.single-attrny-lft-image img{width: 100%; display: block;}
.page_default .genpg-rite .single-attorney-blk .single-attrny-right h2 {color: #ffffff; text-transform: capitalize; font-weight: 500; font-size: 55px; margin: 0 0 14px;}
.page_default .genpg-rite .single-attorney-blk .single-attrny-right h6{ font-weight: 400; font-size: 19px; letter-spacing: 2.28px; line-height: 1; color: #ffffff; text-transform: uppercase; margin: 0 0 27px;}
.page_default .genpg-rite .single-attorney-blk .single-attrny-contact p {font-weight: 400; font-size: 16px; color: #fff; line-height: 1; letter-spacing: 5.44px; text-transform: uppercase; margin: 0px; text-align: start;}
.page_default .genpg-rite .single-attrny-cons-btn a {background-color: #0d3b66; color: #fff; outline: 2px solid #0d3b66; text-decoration: none;padding: 20px 55px;}
.page_default .genpg-rite .single-attrny-cons-btn a:hover{color: #7f9db1;}
.single-attorney-blk .single-attrny-contact {margin: 0 0 39px; position: relative; padding-left: 92px; width: max-content;}
.page_default .genpg-rite .single-attorney-blk .single-attrny-contact p a{display: block; font-family: 'Outfit'; font-weight: 600; font-size: 37px; color: #fff; line-height: 1; letter-spacing: 1.48px; text-decoration: none; margin: 0 0 6px;}
.page_default .genpg-rite .single-attorney-blk .single-attrny-contact p a:hover{color: #0d3b66;}
.page_default .genpg-rite .single-attorney-blk .single-attrny-contact p a::before {background-image: url(images/sprites-in.webp); background-repeat: no-repeat; position: absolute; content: ""; width: 85px; height: 82px; top: 2px; bottom: 0px; left: 2px; background-position: -350px -244px ; margin: auto;transition: 0.5s;}
.page_default .genpg-rite .single-attorney-blk .single-attrny-contact p a:hover::before{background-position: -350px -346px ;}
.genpg-rite .single-attorney-blk .single-attrny-contact p a:hover{color: #000;}
.single-attorney-blk .single-attrny-right {width: 45.3%; }
.single-attorney-blk .single-attorney-left {width: 48.2%;}
.single-attorney-blk .single-attrny-lft-image {margin: -82px 0 0;}
.page_default .genpg-rite .accordion-section h3{font-size: 30px; font-family: 'Outfit'; font-weight: 400; line-height: 1; letter-spacing: 0; color: #fff; margin: 0;}
.page_default .genpg-rite .accordion-section h3 a.accordion-section-title{color: #0d3b66;text-decoration: none; display: block; border: 1px solid rgb(13, 59, 102 ,0.25); cursor: pointer; padding: 12px 50px 13px 27px; position: relative;line-height: 1.2;}
.page_default .genpg-rite .accordion-section h3 a.accordion-section-title.active{border-color: transparent; background-color: #0d3b66; color: #fff;}
.page_default .genpg-rite .accordion-section h3 a.accordion-section-title::before{position: absolute; content: "";background-image: url(images/sprites-in.webp); height:10px ; width: 18px; background-position: -275px -264px; right: 27px; top: 23px;}
.page_default .genpg-rite .accordion-section h3 a.accordion-section-title.active::before{background-position:-313px -264px ;}
.genpg-rite .accordion-section-content{padding: 21px 0 0; margin: 0 0 20px;}
.genpg-rite .accordion-section {margin: 0 0 20px;}



 /*Testimonials Page Starts */

.testimonials { column-count: 2; column-gap: 45px;}
.testimonials .testi-item {background-image: -webkit-linear-gradient(133deg, rgba(180, 214, 227,70%) 0%, rgba(180, 214, 227,0) 50%, rgba(180, 214, 227,70%) 100%); padding: 33px 40px ; position: relative; text-align: center; display: inline-block; margin: 0 0 48px; }
.testimonials .testi-item h5::before, .testimonials .testi-item h5::after{position: absolute;content: "";margin: auto;background-image: url(images/sprites-in.webp);background-repeat: no-repeat;background-position: -238px -421px;  width: 44px; height: 32px; left: 0px; bottom: 0px;top: 0;}
.testimonials .testi-item h5::after{background-position: -177px -421px; left: initial;right: 0px;}
.testimonials .star-rat { background-image: url(images/sprites-in.webp); width: 160px; height: 28px; background-position: -155px -375px; background-repeat: no-repeat; margin: 0 auto 20px; }
.page_default .genpg-rite .testi-item h4 {font-weight: 300;font-size: 33px;margin: 0 0 22px; }
.page_default .genpg-rite .testi-item p {font-size: 20px;line-height: 1.8;letter-spacing: 0px;margin: 0 0 25px; }
.page_default .genpg-rite .testi-item h5 {font-weight: 400;font-size: 33px;color: #314373;margin: 0px !important; position: relative;padding:0 55px;}

.genpg-rite .testimonial-btn{text-align: center;}
.genpg-rite .testimonial-btn a { color: #ffffff; font-size: 19px; letter-spacing: 0px;background-color: #0d3b66;outline: 2px solid #0d3b66; }
.genpg-rite .testimonial-btn a:hover{ background-color: #7f9db1; outline: 2px solid #7f9db1;color: #fff;}
.page_default .genpg-rite .testimonial-btn a {text-decoration: none; }

body.page-template-contact-page .hm-award-sec,body.page-template-contact-page .hm-contact-sec{display: none;} 

.search-input-wrapper {position: relative;display: inline-block;width: 100%;}
.clear-search-btn {position: absolute;right: 73px;top: 50%;transform: translateY(-50%);font-size: 30px;cursor: pointer;display: none;color: #7e9db0;z-index: 10;}

.locations-blk {background-color: #0d3b66;text-align: center;padding: 40px 30px;margin: 0 0 25px;}
.locations-blk:last-child {margin: 0px;}
.locations-blk ul {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin: 0px !important;}
.page_default .genpg-rite .locations-blk h3{color: #fff;}
.page_default .genpg-rite .locations-blk ul li {padding: 0px;margin: 0px;line-height: 1;}
.page_default .genpg-rite .locations-blk ul li:before{display: none;}
.page_default .genpg-rite .locations-blk ul li a{background-color: #7f9db1;color: #fff;display: inline-block;line-height: 1;padding: 17px 25px;}
.page_default .genpg-rite .locations-blk ul li a:hover{color: #0d3b66;background-color: #fff;text-decoration: none;}


.team-blk {display: flex;justify-content: space-between;align-items: start;margin: 0 0 30px;background-color: #7f9db1;padding: 30px 20px;}
.team-blk:last-child{margin-bottom: 0px;}
.team-blk img {width: 100%;display: block;border-radius: 46%;}
.team-blk .team-prsn-img {width: 30%;background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(165, 174, 194) 100%);border-radius: 50%;padding: 28px 10px 0;}
.team-prsn-cnt {width: 66%;}
.team-prsn-cnt p{margin-bottom: 0px !important;}
.page_default .genpg-rite .team-prsn-cnt p, .page_default .genpg-rite .team-prsn-cnt h3 {color: #fff;}

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