/* 
Theme Name:		 oceanwpchild
Theme URI:		 http://childtheme-generator.com/
Description:	 oceanwpchild is a child theme of OceanWP, created by ChildTheme-Generator.com
Author:			 Nuvew
Author URI:		 http://childtheme-generator.com/
Template:		 oceanwp
Version:		 1.0.0
Text Domain:	 oceanwpchild
*/
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --header-font: "Figtree", serif;
    --paragraph-font: "Figtree", 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;
}
section+section {
    margin-top: 30px;
}
.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:focus {
    outline: solid 1px !important;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: serif;
    font-family: var(--header-font);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
}
p,
li,
ul,
ol,
blockquote {
    font-family: sans-serif;
    font-family: var(--paragraph-font);
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}
p {
    margin: 0 0 20px 0;
}
li.menu-item {
    list-style: none;
}
a:visited {
    color: 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;
}
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.d-none,
.hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
/**/
@media screen and (min-width: 992px) {
    .header-sticky {
        display: none !important;
    }
}
.header-sticky {
    background: #141414;
    padding: 10px;
    display: none;
}
.header-sticky.fixed-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    z-index: 9999;
}
.header-sticky .sicky-cnt {
    width: 25%;
    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;
}
.mobile_src_nav {
    display: none;
    position: relative;
}
.mobile_src_nav .container {
    position: relative;
}
/**/
/**/
.cmn-btn {
    background-color: var(--blue);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
/**/
#outer-wrap {
    background-color: #fff;
    min-height: 100vh;
}
#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -99999;
    -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;
}
.floatingMenu-list {
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 5;
    background: #09224a;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    padding: 20px;
    overflow-y: auto;
    box-sizing: border-box;
    -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;
}
#floatingMenu.openMenushadow {
    z-index: 99999;
}
#cloaseFloatingMenu {
    text-align: right;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    display: block;
    clear: both;
    color: #ffffff;
    background: none;
    border: none;
}
#cloaseFloatingMenu2 {
    width: 100vw;
    height: 100%;
    font-size: 0px !important;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    opacity: 0;
    -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;
}
#floatingMenu.openMenushadow #cloaseFloatingMenu2 {
    opacity: 1;
}
#floatingMenu.openMenu .floatingMenu-list {
    left: 0;
}
.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;
    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 {
    opacity: 0;
}
.togsearch .screen-reader-text {
    font-size: 0;
}
.togsearch input {
    width: 100%;
    float: left;
    padding: 17px 20px 16px 20px;
    text-transform: uppercase;
    line-height: normal;
    background-color: transparent;
    font-family: "Figtree", serif;
    font-style: italic;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #013183;
}
.togsearch .search-submit {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 18px;
    height: 20px;
    border: none;
    background: url(images/sprite_icons.png) no-repeat;
    background-position: -54px 0px;
    text-indent: -9999px;
    padding: 0;
    cursor: pointer;
}
/* 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;
    display: flex;
    justify-content: flex-end;
    /*position: relative;*/
    align-items: center;
}
.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: 16px;
    right: 0;
    width: 20px;
    height: 15px;
    background-image: url(images/mbl-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/mbl-minus.png);
    width: 25px;
}
.topmenu ul li ul.sub-menu {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #09224a;
    padding: 0 0;
    z-index: 999;
}
.topmenu .sub-menu li a:hover {
    background-color: #fff;
    color: #803e98;
}
.topmenu .sub-menu li a {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 1.2;
    padding: 8px 12px !important;
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-family: "Figtree", serif;
}
.topmenu .sub-menu li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
/* wide Manu */
.topmenu ul li.wide-menu {
    position: relative;
}
.topmenu ul li.wide-menu ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 600px;
    background-color: #09224a;
    padding: 0;
    z-index: 999;
    display: none;
}
.topmenu ul li.wide-menu:hover ul {
    display: block;
}
.topmenu ul li.wide-menu ul li {
    width: 50%;
    margin: 0px;
    float: left;
    border: 0
}
.topmenu ul li.wide-menu ul li a {
    text-transform: capitalize;
    font-size: 17px;
    padding: 10px 10px;
    width: 100%;
    float: left;
    border: 0;
    background-color: transparent;
    transition-duration: 0.5s;
    font-weight: 500;
}
.topmenu ul li.wide-menu ul li a:hover {
    background-color: #ffffff;
    color: #803e98;
}
.topmenu ul li.wide-menu ul li ul.sub-menu {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 0 0 0 10px;
    width: 100%;
}
.topmenu ul li.wide-menu ul li ul li {
    width: 100%;
    margin: 0 0px;
    float: left;
    padding: 5px 0;
}
.topmenu ul li.wide-menu ul li ul li:last-child {
    border-bottom: 0;
}
.topmenu ul li.wide-menu ul li ul li a {
    width: 100%;
    font-weight: normal;
}
/* wide Manu */
/*  header section */
.logo-menu {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
}
.logo-menu .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.header-blk {
    padding: 30px 50px 0 39px;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: anchor-center; */
}
.header-blk .logo_rt {
    display: flex;
    flex-direction: column;
    padding: 10px 0 0;
}
.topmenu ul {
    display: inline-block;
    margin: 0;
}
.topmenu ul li {
    display: inline-block;
    margin: 0 20.3px;
    line-height: 1;
    position: relative;
}
.topmenu ul li:first-child {
    margin-left: 0;
}
.topmenu ul li:last-child {
    margin-right: 0;
}
.topmenu ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.6px;
    display: inline-block;
    font-family: "Figtree", serif;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
}
.topmenu ul.primary-menu>li>ul.sub-menu {
    display: none;
}
.topmenu ul.primary-menu>li:hover>ul.sub-menu {
    display: block;
}
.header-blk .topmenu ul li a:hover,
.header-blk .cnsltn .hdr-top-servce a:hover,
.cnsltn-ftn-mnu .hdr-top-servce a:hover .header-blk .cnsltn h6.talk-cal a:hover {
    color: #803e98;
}
.header-blk .cnsltn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 35px;
}
.header-blk .cnsltn .hdr-top-servce a,
.cnsltn-ftn-mnu .hdr-top-servce a {
    font-size: 20px;
    font-weight: 700;
    font-family: "Figtree", serif;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-right: 47px;
    margin-right: 100px;
}
.cnsltn-ftn-mnu .hdr-top-servce a {
    margin-right: 0;
    width: auto;
}
.header-blk .cnsltn .hdr-top-servce a:before,
.cnsltn-ftn-mnu .hdr-top-servce a:before {
    position: absolute;
    content: "";
    background-image: url("images/hm-sprites.webp");
    background-position: -332px -212px;
    background-repeat: no-repeat;
    width: 33px;
    height: 44px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header-blk .cnsltn h6 {
    margin: 0;
}
.header-blk .cnsltn h6.talk-cal small,
.cnsltn-ftn-mnu h6.talk-cal small, 
.header-blk .cnsltn h6.talk-cal small a.hd-btn {
    font-size: 35px;
    font-weight: 400;
    font-family: "Shadows Into Light Two", serif;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    margin: 0 28px 0 0;
    padding-right: 30px;
    border-right: 1px solid #803e98;
}
.header-blk .cnsltn h6.talk-cal a,
.cnsltn-ftn-mnu h6.talk-cal a {
    font-size: 40px;
    font-family: "Figtree", serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 52px;
}
.header-blk .cnsltn h6.talk-cal a:before,
.cnsltn-ftn-mnu h6.talk-cal a:before {
    position: absolute;
    content: "";
    background-image: url("images/hm-sprites.webp");
    background-repeat: no-repeat;
    background-position: -183px -11px;
    width: 33px;
    height: 33px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* banner section */
.banner-sctn {
    background-image: url(images/home-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 335px 0 238px;
    position: relative;
}
.banner-sctn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(images/header-layer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.banner-sctn .container {
    max-width: 1800px;
    width: 100%;
    margin: auto;
    padding: 0 0 0 120px;
}
.ban-cont {
    max-width: 725px;
    padding: 84px 42px 86px 64px;
    position: relative;
}
.ban-cont:before {
    position: absolute;
    content: "";
    background-image: url(images/ban-cont-border.webp);
    background-repeat: no-repeat;
    background-size: 100% 93%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.ban-cont h1 small,
.ban-cont h2 small {
    font-size: 80px;
    letter-spacing: 0.8px;
    line-height: 0.9;
    text-transform: initial;
}
.ban-cont h1 small.advcate,
.ban-cont h2 small.advcate {
    font-family: "Figtree", serif;
}
.ban-cont h1 small.for-ur,
.ban-cont h2 small.for-ur {
    display: flex;
    justify-content: flex-end;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0 9px 6px 0;
}
.ban-cont h1 small.for-ur strong,
.ban-cont h2 small.for-ur strong {
    font-size: 150px;
    font-family: "Shadows Into Light Two", serif;
    letter-spacing: 0;
    line-height: 1.2;
    color: #803e98;
    font-weight: 400;
    margin: -74px 0 0;
    text-transform: capitalize;
}
.ban-cont h1,
.ban-cont h2 {
    font-size: 115px;
    font-weight: 400;
    color: #fff;
    font-family: "Bentham", serif;
    letter-spacing: 1.15px;
    line-height: 0.6;
    text-transform: uppercase;
    margin: 0 0 43px;
}
.ban-cont ul {
    margin: 0 0 36px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 0;
}
.ban-cont ul li {
    margin: 0;
    display: inline-block;
    line-height: 1;
}
.ban-cont ul li a {
    font-size: 14px;
    font-family: "Figtree", serif;
    letter-spacing: 1.6px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding-right: 25px;
    margin-right: 15px;
}
.ban-cont ul li a:hover {
    color: #803e98;
}
.ban-cont ul li:last-child a {
    padding: 0;
    margin: 0;
}
.ban-cont ul li:last-child a:before {
    display: none;
}
.ban-cont ul li a:before {
    position: absolute;
    content: "";
    background-color: transparent;
    border: 2px solid #803e98;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}
.ban-cont .ban-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    bottom: 0;
}
.ban-btn.cmn-btn a:hover {
    background-color: #fff;
    color: #09224a;
}
.cmn-btn {
    position: relative;
    padding: 0;
    background-color: transparent;
    width: max-content;
}
.cmn-btn:before {
    position: absolute;
    content: "";
    background-image: url(images/btn-border-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 96%;
    height: 90px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}
.cmn-btn a {
    font-family: "Figtree", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #fff;
    background-color: #09224a;
    padding: 27px 43px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.cmn-btn a:hover {
    background-color: #803e98;
}
/* process section */
.process-sctn {
    background-image: url("images/hm-process-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 130px 0;
    margin: 0;
}
.process-sctn:before {
    position: absolute;
    content: "";
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 90%;
    pointer-events: none;
}
.process-sctn .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0 140px;
}
.process-sctn h2 {
    margin: 0 0 77px 0 !important;
    text-align: center;
}
.dvrce-prcses-list1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
    counter-reset: my-sec-counter;
}
.dvrce-prcses-itm1 {
    display: flex;
    flex-direction: column;
    position: relative;
}
.dvrce-prcses-itm-cnt1 a {
    min-height: 75px;
    display: flex;
    justify-content: center;
    display: inline-block;
    font-size: 22px;
    font-family: "Figtree", serif;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
}
.dvrce-prcses-itm-img1 {
    width: 100%;
    max-width: 100px;
    margin: auto;
}
.dvrce-prcses-itm-img1 img {
    background-color: #fdfdfd;
    border: 2px solid #cecece;
    margin: auto;
    width: 100%;
    display: block;
}
.dvrce-prcses-itm-img1 {
    position: relative;
}
.dvrce-prcses-itm-img1:after {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
    position: absolute;
    right: -13px;
    background-color: #09224a;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}
.dvrce-prcses-itmtp:nth-child(odd) {
    margin-bottom: 100px;
}
.dvrce-prcses-itmtp:nth-child(even) {
    margin-top: 100px;
}
.dvrce-prcses-itmtp:nth-child(even) .dvrce-prcses-itm1 {
    flex-direction: column-reverse;
}
.dvrce-prcses-itm-img1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 30px;
    background-color: #803e98;
    z-index: 1;
}
.dvrce-prcses-itmtp:nth-child(odd) .dvrce-prcses-itm-img1:before {
    top: -15px;
    bottom: auto;
}
.dvrce-prcses-itmtp:nth-child(even) .dvrce-prcses-itm-img1:before {
    bottom: -15px;
    top: auto;
}
.dvrce-prcses-itmtp {
    text-align: center;
    width: 100%;
    max-width: 235px;
}
.dvrce-prcses-itmtp:nth-child(odd) .dvrce-prcses-itm-cnt1 {
    padding-bottom: 20px
}
.dvrce-prcses-itmtp:nth-child(even) .dvrce-prcses-itm-cnt1 {
    padding-top: 20px;
}
.dvrce-prcses-itm1:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #803e98;
    z-index: 1;
    right: 15px;
}
.dvrce-prcses-itmtp:nth-child(odd) .dvrce-prcses-itm1:after {
    bottom: 48px;
}
.dvrce-prcses-itmtp:nth-child(even) .dvrce-prcses-itm1:after {
    top: 48px;
}
.dvrce-prcses-itm1:after:last-child:after {
    display: none;
}
.process-sctn h2 small {
    margin: 0 0 20px;
}
/* home concerned section */
p:empty {
    display: none;
}
.hmconcerned-sctn,
.sidebar-box {
    margin: 0;
}
.hmconcerned-sctn .container {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto 0 0;
}
.hmconcerned-sctn-lft {
    position: relative;
    width: 45.16%;
}
.hmconcerned-sctn-list {
    display: flex;
    justify-content: space-between;
}
.hmconcerned-sctn-lft .hm-btn {
    position: absolute;
    right: 0;
    bottom: 110px;
}
.hmconcerned-sctn-rgt h2, .client-intake-rgt h2 {
    font-family: "Bentham", serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 93%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #09224a;
    margin: 0 0 30px 0;
}
.hmconcerned-sctn-lftimg {
    width: 100%;
    padding: 0 58px 0 0;
    position: relative;
}
.hmconcerned-sctn-lftimg img {
    width: 100%;
    display: block;
}
.hmconcerned-sctn-rgt {
    width: 52.6%;
    /*padding: 104px 0 0 0;*/
    padding: 87px 0 0 0;
}
.hmconcerned-sctn-rgt li {
    padding: 0 0 0 48px;
    margin: 0 0 0px 0;
    position: relative;
}
.hmconcerned-sctn-rgt li::after {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -122px -76px;
    width: 27px;
    height: 27px;
    left: 0;
    top: 0;
}
.hmconcerned-sctn-rgt-btm {
    display: flex;
    justify-content: center;
}
.hmconcerned-sctn-rgt-btm-lft {
    width: 50%;
    margin: 0 25px 0 0;
    padding: 15px;
    background-color: #09224a;
    position: relative;
    z-index: 0;
}
.hmconcerned-rgt-btm-lft-cnt h4 {
    font-family: "Figtree", serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 20px 0;
    min-height: 108px;
}
.hmconcerned-rgt-btm-lft-cnt p {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 0px 0;
}
.hmconcerned-rgt-btm-lft-cnt {
    /*position: relative;*/
    padding: 40px 37px 40px;
    z-index: 0;
}
.hmconcerned-rgt-btm-lft-cnt::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 90px;
    border-bottom: 2px solid #803e98;
    border-left: 2px solid #803e98;
    left: 15px;
    bottom: 15px;
    z-index: -1;
}
.hmconcerned-rgt-btm-lft-cnt::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 90px;
    border-bottom: 2px solid #803e98;
    border-right: 2px solid #803e98;
    right: 15px;
    bottom: 15px;
    z-index: -1;
}
.hmconcerned-sctn-rgt-btm-lft::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 90px;
    border-top: 2px solid #803e98;
    border-left: 2px solid #803e98;
    left: 15px;
    top: 15px;
    z-index: -1;
}
.hmconcerned-sctn-rgt-btm-lft::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 90px;
    border-top: 2px solid #803e98;
    border-right: 2px solid #803e98;
    right: 15px;
    top: 15px;
    z-index: -1;
}
.rgt-feel {
    margin: 0;
}
.hmconcerned-sctn-rgt li h5 {
    font-family: "Figtree", serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0px;
    color: #424242;
    margin: 0 0 10px 0;
}
.hmconcerned-sctn-rgt li p {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #424242;
    margin: 0 0 21px 0;
}
.hmconcerned-sctn-rgt h3 {
    font-family: "Shadows Into Light Two", serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0px;
    color: #803e98;
    margin: 0 0 30px 0;
}
.hmconcerned-sctn-rgt ul {
    margin: 0 0 35px 0;
}
/* testimonial section */
.home_testimnlslides.owl-carousel {
    display: flex;
}
.testim-sec {
    padding: 115px 0;
    background-image: url(images/concerd-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    margin: 0;

}



.testim-sec .container {
    max-width: 100%;
    padding: 0 3%;
}
.test_item {
    background-color: #fff;
    padding: 68px 45px 130px 45px;
    text-align: left;
    width: 100%;
    position: relative;
    margin: 0px;
}
.rww-cnt p {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #5b5b5b;
    margin: 0 0 30px 0;
    display: inline;
    padding: 30px 0 21px;
    position: relative;
}
.rww-cnt p:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    width: 36px;
    height: 22px;
    left: 0px;
    top: 0px;
    background-position: -233px -11px;
}
.rww-cnt p:after {
    background-position: -282px -11px;
    /* 
            right: -45px;
        bottom: 0;
        position: absolute; */
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    width: 36px;
    height: 22px;
    display: inline-block;
    margin: 0 0 -20px 6px;
}
.testimonial-author h5 {
    font-family: "Bentham", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #041e4c;
    margin: 0 0 9px 0;
}
.rating {
    background-image: url(images/testi-star-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 115px;
    height: 22px;
}
.home_testimnlslides {
    display: flex;
    margin: 0 0 75px;
}
.review_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 50px;
    margin: auto;
}
.testim-sec h2 small,
.hm-abut-lft h2 small,
.hm-abut-lft h1 small,
.hm-team-sec h2 small,
.hm-faq-sec h2 small,
.process-sctn h2 small,
.hm-areas-sec h2 small,
.hmblg-sec h2 small,
.hm-dfrnce-sec h2 small, h6.sub-heading.client-intake {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 3.52px;
    color: #803e98;
    display: block;
    margin: 0 0 13px;
}
.testim-sec h2,
.hm-abut-lft h2,
.hm-abut-lft h1,
.hm-srvc-lst h2,
.hm-team-sec h2,
.hm-faq-sec h2,
.process-sctn h2,
.hm-areas-sec h2,
.hmblg-sec h2,
.hm-dfrnce-sec h2,
.inner-service-section h2,
.hm-help-sctn h2 {
    font-family: "Bentham", serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 93%;
    letter-spacing: 0.8px;
    color: #09224a;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    position: relative;
}
.testi-btn {
    margin: 0px auto 0;
}
.testi-btn a {
    padding: 27px 65px !important;
}
/* home about section */
.hm-abut-sec {
    padding: 109px 0 0;
    position: relative;
    margin: 0;
}
.hm-abut-sec::before {
    content: "";
    width: calc(100% - 68.75%);
    height: calc(100% - 71.43%);
    background-color: #0c254c;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
}
.hm-abut-sec::after {
    content: "";
    width: calc(100% - 80%);
    height: calc(100% - 28.38%);
    background-color: #ecf3f7;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}
.hm-abut-sec .container {
    max-width: 1680px;
    margin: 0 0 0 auto;
}
.hm-abut-lst {
    display: flex;
    justify-content: space-between;
    padding-right: 3.6%;
}
.hm-abut-lft {
    width: 39.4%;
}
.hm-abut-lft h2 small,
.hm-abut-lft h1 small {
    margin: 0 0 12px 5px;
}
.hm-abut-lft h2,
.hm-abut-lft h1 {
    margin-bottom: 16px;
}
.hm-abut-lft p, .client-intake-rgt p {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    color: #5b5b5b;
    margin-bottom: 14px;
}
.hm-abut-ryt {
    width: 55.5%;
    position: relative;
    z-index: 1;
    padding: 0 0 100px;
}
.hm-abut-ryt:before {
    position: absolute;
    content: "";
    background-color: #ecf3f7;
    width: calc(100% - 13.6%);
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.hm-abut-ryt-img img {
    width: 100%;
    display: block;
}
/*.hm-abut-ryt-txt {
    width: 86.4%;
    margin: 0 0 0 auto;
    padding: 50px 0 0 0;
    position: relative;
}*/
.hm-abut-ryt-txt {
    margin: 0 0 0 auto;
    padding: 50px 0 0 0;
    position: relative;
    width: calc(100% - 13.6%);
}
.hm-abut-ryt-txt h5 {
    font-family: "Bentham", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.43;
    color: #091a35;
    margin-bottom: 30px;
    border-left: 4px solid #803e98;
}
.hm-abut-btn {
    margin: 30px 0 0;
}
.hm-talk.space,
.hm-abut-ryt-txt h5.space {
    padding-left: 8.1%;
}
.hm-talk h6,
.hm-srvc-ryt h6 {
    font-family: "Shadows Into Light Two", serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.2;
    color: #803e98;
    margin: 0;
}
.hm-talk h6 a,
.hm-srvc-ryt h6 a {
    display: block;
    width: max-content;
    font-family: "Figtree", serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #0c2147;
    padding-left: 65px;
    position: relative;
    margin-top: 6px;
}
.hm-talk h6 a::before,
.hm-srvc-ryt h6 a:before {
    content: "";
    width: 47px;
    height: 47px;
    background: url(images/hm-sprites.webp) no-repeat;
    background-position: -122px -10px;
    position: absolute;
    top: 5px;
    left: 0;
}
/* home service section */
.hm-srvc-sec {
    margin: 0;
}
.hm-srvc-sec .container {
    max-width: 100%;
}
.hm-srvc-lst {
    display: flex;
    justify-content: center;
    position: relative;
}
/* .hm-srvc-lst::before{
    content: "";
    width: 18px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.hm-srvc-lst::after{
    content: "";
    width: 150px;
    height: 150px;
    background-color: #803e98;
    border: 18px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
} */
.hm-srvc-lst::after,
.hm-srvc-ryt.hm-srvc-item:after {
    content: "";
    width: 150px;
    height: 100%;
    background: url(images/srvc-seperation.webp) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.hm-srvc-ryt.hm-srvc-item:after {
    display: none;
}
.hm-srvc-lft {
    width: 50%;
    text-align: right;
    background-image: url(images/hm-srvc-lft-bg.webp);
    background-repeat: repeat;
    background-size: cover;
    padding: 100px 7.9% 100px 0;
    /*    overflow-x: hidden;
        overflow-y: scroll;
        height: 940px;*/
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
}
.hm-srvc-lst h2 {
    color: #fff;
    position: relative;
    /*margin-bottom: 30px;*/
    margin-bottom: 20px !important;
}
.hm-srvc-lft ul li {
    list-style: none;
    margin-bottom: 0;
    padding-right: 38px;
    position: relative;
    margin-bottom: 35.2px;
    line-height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.hm-srvc-lft ul li:last-child {
    margin-bottom: 0;
}
.hm-srvc-lft ul li a {
    font-family: "Figtree", serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.1;
    color: #fff;
    display: inline-block;
}
.hm-srvc-lft ul {
    margin: 0;
}
.hm-srvc-lft ul li a::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #803e98;
    position: absolute;
    right: 0;
    top: 6px;
    bottom: 0;
    margin: auto;
}
.hm-srvc-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hm-srvc-lft ul li a:hover,
.hm-talk h5 a:hover {
    color: #803e98;
}
.hm-srvc-lft ul li a:hover::before {
    border-color: #fff;
}
.hm-srvc-ryt {
    width: 50%;
    background-image: url(images/hm-srvc-lft.webp);
    /* background-image: url(images/hm-srvc-ryt-bg.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0 100px 7.9%;
}
.hm-srvc-ryt p {
    font-family: "Figtree", serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.66;
    color: #fff;
    margin-bottom: 65px;
    font-style: italic;
}
.hm-srvc-btn a {
    color: #09224a;
    background-color: #fff;
    padding: 28px 41px 28px;
}
.hm-srvc-btn a:hover {
    color: #fff;
    background-color: #803e98;
}
.hm-srvc-ryt h6 {
    margin-bottom: 87px;
}
.hm-srvc-ryt h5 a:hover {
    color: #803e98;
}
.hm-srvc-ryt h6,
.hm-srvc-ryt h6 a {
    color: #fff;
}
/* Home team section */
.hm-team-sec {
    background-image: url(images/team-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    margin: 0;
}
.hm-team-sec .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0 3.7%;
}
.hm-team-sec h2 {
    color: #fff;
}
.hm-team-sec .team-lst {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
    /*padding: 0 10px;*/
    padding: 0 !important;
}
.hm-team-sec .team-lst .team-blk {
    width: 100%;
    background-image: url(images/team-blk-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.hm-team-sec .team-lst .team-blk .team-img img {
    width: 100%;
    display: block;
    position: relative;
}
.hm-team-sec .team-lst .team-blk:before {
    position: absolute;
    content: "";
    background-image: url(images/team-blk-layer.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-team-sec .team-blk .team-cont h6 {
    font-size: 16px;
    font-family: "Figtree", serif;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1.92px;
    color: #803e98;
    margin: 0;
    text-transform: uppercase;
}
.hm-team-sec .team-blk .team-hver a {
    position: absolute;
    content: "";
    font-size: 0;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.atrny-btn {
    margin: auto;
}
.atrny-btn a {
    background-color: #ffffff;
    color: #09224a;
}
/*  home faq section */
.hm-faq-sec {
    background: url(images/faq-bg-img.webp) no-repeat;
    background-size: cover;
    margin: 0;
    padding: 120px 0;
}
.hm-faq-sec h2 small {
    color: #fff;
}
.hm-faq-sec h2 {
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 62px;
}
.hm-faq .accordion-section .accordion-section-content {
    display: none;
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    padding: 10px 30px;
    margin: 0;
    background: none;
    border-radius: inherit;
}
.hm-faq .accordion-section.accordien-active .accordion-heading {
    border-bottom-color: transparent;
}
.hm-faq .accordion-section.accordien-active .accordion-section-content {
    margin: 0 0 20px;
}
.hm-faq .accordion-section .accordion-heading {
    font-family: 'Bentham';
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #fff;
    border-bottom: 1px solid #213b60;
    padding: 35px 35px 35px 25px;
    margin: 0;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    background-image: none;
    background-size: auto;
}
.hm-faq .accordion-section .accordion-heading::after {
    content: "";
    width: 33px;
    height: 44px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -73px -11px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.hm-faq .accordion-section.accordien-active .accordion-heading::after {
    transform: rotate(90deg);
}
.hm-faq-btn h5 {
    font-family: "Shadows Into Light Two", serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
    color: #fff;
    margin: 0;
    text-align: center;
}
.hm-faq-btn h5 a {
    font-family: "Figtree", serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.hm-faq-btn h5 a:hover {
    color: #803e98;
}
/* Map section */
.hm-areas-sec {
    background-color: #f9f9f9;
    margin: 0;
    position: relative;
    padding: 110px 0;
}
.hm-areas-sec::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(images/areas-bg-bfr.webp) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.hm-areas-sec .container {
    position: relative;
    z-index: 1;
}
.hm-areas-sec h2 small {
    margin: 0 0 19px;
}
.hm-areas-sec h2 {
    text-align: center;
    margin-bottom: 70px;
}
.hm-areas-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 72px;
    margin-bottom: 64px;
}
.hm-areas-lst {
    /*width: 44%;*/
    width: 49%;
}
.hm-areas-lst ul {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.hm-areas-lst li {
    /*width: 40%;*/
    list-style: none;
    margin-bottom: 29px;
}
.hm-areas-lst li a {
    padding-left: 40px;
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    display: inline-block;
    position: relative;
    color: #000000;
}
.hm-areas-lst li a::before {
    content: "";
    width: 20px;
    height: 26px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -342px -10px;
    position: absolute;
    left: 0;
    top: 0px;
}
.hm-areas-lst li a:hover {
    color: #803e98;
    transition: 0.5s;
}
.hm-areas-lst li a:hover::before {
    background-position: -341px -73px;
    transition: 0.5s;
}
.hm-areas-map {
    width: 49.3%;
    position: relative;
}
.hm-areas-map img {
    width: 100%;
    display: block;
    filter: grayscale(1);
}
.hm-areas-btn {
    margin: auto;
}
/* home blog section */
.hmblg-sec {
    margin: 0;
    padding: 110px 0;
}
.hmblg-sec .container {
    max-width: 100%;
    padding: 0 4.5%;
}
.hmblg-sec h2 small {
    margin-bottom: 6px;
}
.hmblg-sec h2 {
    margin-bottom: 56px;
    text-align: center;
}
.blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 86px;
    /*padding: 0 1.3%;*/
    padding: 0 !important;
}
.blg-itm {
    width: 31.6%;
    margin: 0 1.3%;
}
.blg-itm:first-child {
    margin-left: 0;
}
.blg-itm:last-child {
    margin-right: 0;
}
.blg-post-cnt {
    width: 87.2%;
    margin: -83px auto 0;
    background-color: #fff;
    position: relative;
    padding: 37px 50px 0 47px;
    box-shadow: 0px 4px 79px 0px rgba(0, 0, 0, 0.06);
}
.post-img img {
    width: 100%;
    display: block;
}
.hmblg-sec .post-date {
    font-family: "Figtree", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #803e98;
    margin-bottom: 15px;
}
.post-btm-cnt {
    border-bottom: 1px solid #e5e5e5;
    min-height: 320px;
}
.post-btm-cnt h3 {
    font-family: "Figtree", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.26;
    color: #09224a;
    margin-bottom: 15px;
}
.post-btm-cnt h3 a:hover,
.rd-mr a:hover {
    color: #803e98;
}
.post-btm-cnt p {
    font-family: "Figtree", serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #5b5b5b;
    margin-bottom: 0px;
}
.rd-mr {
    position: relative;
    padding: 30px 36px 30px 0;
}
.rd-mr a {
    font-family: "Figtree", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: inline-block;
    color: #09224a;
    margin: 0;
}
.rd-mr a::after {
    content: "";
    width: 33px;
    height: 44px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -73px -75px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.hm-blog-btn {
    margin: auto;
}
.hm-blog-btn.cmn-btn a {
    padding: 28px 66px;
}
/* home consultation section */
/*Consultation-sec*/
.hm-Consultation-sec {
    padding: 287px 0 0;
    background-image: url(images/cnsltn-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    position: relative;
}
.hm-Consultation-sec .cnsltn-prt h2 {
    font-family: "Bentham", serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 98%;
    letter-spacing: 0.8px;
    color: #09224a;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.hm-Consultation-sec .cnsltn-prt h4 {
    font-family: "Figtree", serif;
    font-size: 35px;
    line-height: 1;
    color: #803e98;
    letter-spacing: 9.1px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 10px;
}
.hm-Consultation-sec .cnsltn-prt h5 {
    font-family: "Figtree", serif;
    font-size: 26px;
    line-height: 1;
    color: #803e98;
    letter-spacing: 0px;
    font-weight: 300;
    margin: 0 0 25px;
}
.hm-Consultation-sec .cnsltn-prt p {
    font-family: "Figtree", serif;
    font-size: 18px;
    line-height: 1.5;
    color: #5b5b5b;
    letter-spacing: 0px;
    font-weight: 300;
    margin: 0 0 32px;
}
.hm-Consultation-sec .cnsltn-prt {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto -99px;
    text-align: center;
    background-color: #fff;
    background-image: url(images/border-cons.webp);
    background-repeat: no-repeat;
    background-size: 97% 89%;
    background-position: center;
    padding: 76px 40px 85px;
    position: relative;
    z-index: 1;
}
/* footer */
.site-footer {
    position: relative;
    padding: 180px 0 55px;
    background-image: url(images/ftr-bg-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.site-footer .ftmenu li {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    line-height: 1;
}
.site-footer .ftmenu li:first-child {
    padding-left: 0;
}
.site-footer .ftmenu li:last-child {
    padding-right: 0;
}
.site-footer .ftmenu {
    margin: 0px 0 50px;
    text-align: center;
}
.site-footer .ftmenu li a {
    font-family: "Figtree", serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2.16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.ftr-sec .ftr-blocks .ftr-blk h6 {
    font-family: "Figtree", serif;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.45;
    margin: 0 0 42px;
    padding-left: 77px;
    position: relative;
}
.ftr-sec .ftr-blocks .ftr-blk h6 a:hover,
.ftr-sec .ftr-blocks .ftr-blk h5 a:hover,
.site_info .ft_note .ftr-copy p.copy-rights a:hover {
    color: #803e98;
}
.ftr-sec .ftr-blocks .ftr-blk h6 a:before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(images/hm-sprites.webp);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: -261px -139px;
}
.ftr-sec .ftr-blocks {
    display: flex;
    justify-content: space-between;
    padding: 46px 0 30px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    border-top: 1px solid rgb(255 255 255 / 10%);
    margin: 0 0 45px;
}
.ftr-sec .ftr-blocks .ftr-blk h5 {
    font-family: "Figtree", serif;
    font-weight: 600;
    line-height: 1;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.6px;
    margin: 0 0 32px;
    position: relative;
    padding-left: 80px;
}
.ftr-sec .ftr-blocks .ftr-blk h5 a {
    display: inline-block;
    font-weight: 300;
}
.ftr-sec .ftr-blocks .ftr-blk h5 b {
    font-weight: 300;
}
.ftr-sec .ftr-blocks .ftr-blk h5 a:before,
.ftr-sec .ftr-blocks .ftr-blk h5 b:before {
    position: absolute;
    content: "";
    margin: auto;
    top: -12px;
    left: 6px;
    background-image: url(images/hm-sprites.webp);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: -326px -138px;
}
.ftr-sec .ftr-blocks .ftr-blk h5 b:before {
    background-position: -260px -206px;
}
.ftr-sec .ftr-blocks .ftr-scl-icons a {
    background-image: url(images/hm-sprites.webp);
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 0;
    background-position: -10px -138px;
    margin: 0 11px 0 0;
    transition: 0.4s;
}
.ftr-sec .ftr-blocks .ftr-scl-icons a:hover {
    background-position: -10px -206px;
}
.ftr-sec .ftr-blocks .ftr-scl-icons a.twitter {
    background-position: -73px -138px;
}
.ftr-sec .ftr-blocks .ftr-scl-icons a.twitter:hover {
    background-position: -73px -206px;
}
.ftr-sec .ftr-blocks .ftr-scl-icons a.google {
    background-position: -135px -138px;
}
.ftr-sec .ftr-blocks .ftr-scl-icons a.google:hover {
    background-position: -135px -206px;
}
.ftr-sec .ftr-blocks .ftr-scl-icons a.instagram {
    background-position: -196px -138px;
}
.ftr-sec .ftr-blocks .ftr-scl-icons a.instagram:hover {
    background-position: -196px -206px;
}
.ftr-sec .ftr-blocks .ftr-scl-icons a.tiktok {
    background-position: -388px -138px;
    margin: 0;
}
.ftr-sec .ftr-blocks .ftr-scl-icons a.tiktok:hover {
    background-position: -388px -206px;
}
.ftr-sec .ftr-blocks .ftr-blk {
    width: 34.9%;
}
.ftr-sec .ftr-blocks .ftr-blk.logo {
    padding: 20px 95px 0;
    width: 36.8%;
    position: relative;
}
.ftr-sec .ftr-blocks .ftr-blk.logo:before {
    position: absolute;
    content: "";
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    height: 200px;
    border-right: 1px solid rgb(255 255 255 / 10%);
    border-left: 1px solid rgb(255 255 255 / 10%);
    pointer-events: none;
}
.ftr-sec .ftr-blocks .ftr-blk.adrs {
    padding: 7px 0 0 59px;
}
.site_info .ft_note p {
    font-family: "Figtree", serif;
    font-size: 18px;
    line-height: 1.88;
    margin: 0 0 34px;
    font-weight: 300;
    color: rgb(255 255 255 / 34%);
    text-align: center;
    letter-spacing: 0;
}
.site_info .ft_note .ftr-copy p.copy-rights {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.26px;
    margin: 0 !important;
}
.site_info .ft_note {
    padding: 0 20px;
}
.site-footer .ftmenu li a:hover {
    color: #803e98;
}
/*  difference section */
.hm-dfrnce-sec {
    margin: 0;
    padding: 110px 0;
}
.hm-dfrnce-sec h2 {
    text-align: center;
    margin-bottom: 65px;
}
.hm-dfrnce-sec table {
    margin-bottom: 60px;
}
.hm-dfrnce-sec .tick {
    font-size: 0;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    width: 26px;
    height: 19px;
    background-position: -175px -75px;
    margin: auto;
}
.hm-dfrnce-sec .empty {
    font-size: 0;
}
.hm-dfrnce-sec tr {
    background-color: #f4f4f5;
}
.hm-dfrnce-sec tr:nth-child(even) {
    background-color: #fff;
}
.hm-dfrnce-sec tr th:nth-child(2),
.hm-dfrnce-sec tr th:nth-child(4) {
    width: 280px;
    color: #fff;
    text-align: center;
}
.hm-dfrnce-sec tr.tb-hdng th:nth-child(2) {
    background-color: #09224a;
}
.hm-dfrnce-sec tr.tb-hdng th:nth-child(4) {
    background-color: #803e98;
}
.hm-dfrnce-sec table th,
.hm-dfrnce-sec table td {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.45;
    padding: 30px 45px;
    vertical-align: middle;
    border: 0;
    color: #000;
}
.hm-dfrnce-sec table th {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.15;
    color: #000000;
}
.hm-dfrnce-sec .serving {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #000;
    line-height: 1;
    font-family: "Figtree", serif;
}
.areas {
    text-align: center;
}
.hm-dfrnce-sec .areas a {
    font-size: 20px;
    font-weight: 600;
    color: #09224a;
    text-decoration: underline;
    text-underline-offset: 3px;
    display: inline-block;
    line-height: 1.1;
    font-family: "Figtree", serif;
}
.hm-dfrnce-sec .areas a:hover {
    color: #803e98;
}
.hm-dfrnce-sec tr td:nth-child(2),
.hm-dfrnce-sec tr td:nth-child(4) {
    box-shadow: -1px 8px 15px 0px rgb(0 0 0 / 16%);
}
.hm-dfrnce-sec .empty-row {
    width: 30px;
    padding: 0;
}
.hm-dfrnce-blk {
    display: flex;
    justify-content: center;
    align-items: center;
    /*gap: 72px;*/
    gap: 45px;
}
.hm-dfrnce-blk h5 {
    font-family: 'Shadows Into Light Two';
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
    margin: 0;
    color: #803e98;
}
.hm-dfrnce-ryt ul {
    margin-bottom: 0;
}
.hm-dfrnce-ryt li {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 30px;
    list-style: none;
    padding-left: 44px;
    position: relative;
    color: #000;
}
.hm-dfrnce-ryt li:last-child {
    margin: 0;
}
.hm-dfrnce-ryt li strong {
    font-weight: 700;
    color: #09224a;
}
.hm-dfrnce-ryt li:last-child strong {
    font-weight: 700;
    /*color: #803e98;*/
}
.hm-dfrnce-ryt li::before {
    content: "";
    width: 27px;
    height: 27px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -129px -75px;
    position: absolute;
    top: -2px;
    left: 0;
}
.hm-drrnce-btn {
    margin-top: 65px;
    text-align: center;
}
.hm-Consultation-sec .cnsltn-prt .cmn-btn {
    margin: auto;
}
.hm-Consultation-sec::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    background: rgb(10, 38, 71);
    background: linear-gradient(0deg, rgba(10, 38, 71, 1) 13%, rgba(10, 38, 71, 0.8295693277310925) 15%, rgba(10, 38, 71, 0) 20%);
}
.hm-drrnce-btn {
    margin: 65px auto 0;
    text-align: center;
}
.hm-srvc-btn.cmn-btn::before,
.ban-btn.cmn-btn:hover:before,
.cmn-btn:hover:before {
    background-image: url(images/srvc-btn-bdr.webp);
}
.hm-srvc-btn.cmn-btn:hover::before {
    background-image: url(images/btn-bdr-hvr.webp);
}
.cmn-btn.faq-btn {
    margin: auto;
}
.hm-areas-btn {
    margin: auto;
}
.hm-blog-btn {
    margin: auto;
}
.hm-talk h6 a:hover,
.hm-srvc-ryt h6 a:hover {
    color: #803e98;
}
.hm-faq-btn h5 a {
    font-family: "Figtree", serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 2%;
}
.ftr-blk:last-child {
    padding: 25px 0 0 3.9%;
}
.hm-faq .accordion-section .accordion-heading:hover,
.hm-faq-sec .accordion-section.accordien-active .accordion-heading {
    color: #803e98;
}
.hm-faq.accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 auto 90px;
}
.hmconcerned-sctn-rgt li::after {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -129px -75px;
    width: 27px;
    height: 27px;
    left: 0;
    top: 0;
}
/*.hm-dfrnce-sec tr th:nth-child(2), .hm-dfrnce-sec tr th:nth-child(4) {
    width: 19.4%;
    color: #fff;
    text-align: center;
}*/
.hm-dfrnce-sec .empty-row {
    width: 2.1%;
    padding: 0;
}
.hm-team-sec .team-blk .team-cont h4 {
    font-size: 35px;
    font-family: "Shadows Into Light Two", serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 20px;
}
.hm-team-sec h2 small {
    color: #fff;
    margin: 0 0 20px;
}
.atrny-btn.cmn-btn::before {
    background-image: url(images/srvc-btn-bdr.webp);
}
.atrny-btn.cmn-btn:hover:before {
    background-image: url(images/btn-bdr-hvr.webp);
}
.atrny-btn.cmn-btn a:hover {
    color: #fff;
}
.hm-team-sec .team-lst .team-blk:hover .team-cont h4 {
    color: #803e98;
}
.hm-team-sec .team-lst .team-blk:before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.02) 59%, rgba(0, 0, 0, 0.09) 63%, rgba(0, 0, 0, 0.17) 66%, rgba(0, 0, 0, 0.33) 71%, rgba(0, 0, 0, 0.65) 79%, rgba(0, 0, 0, 0.76) 83%, rgba(0, 0, 0, 0.84) 86%, rgba(0, 0, 0, 0.91) 93%, rgba(0, 0, 0, 0.91) 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.hm-team-sec .team-lst.owl-carousel .owl-dots,
.hm-team-sec .team-lst.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    bottom: -21.5%;
    right: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 210px;
    max-width: 100px;
}
.hm-team-sec .team-lst.owl-carousel .owl-dots {
    justify-content: center;
    bottom: -18.5%;
    gap: 15px;
    display: none;
}
.hm-team-sec .team-lst.owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
}
.hm-team-sec .team-lst.owl-carousel .owl-dot.active {
    width: 18px;
    background-color: #803e98;
    border-color: #803e98;
}
.hm-team-sec .team-lst.owl-carousel .owl-nav button {
    width: 33px;
    height: 44px;
    background: url(images/hm-sprites.webp) no-repeat;
    font-size: 0;
    z-index: 1;
}
.hm-team-sec .team-lst.owl-carousel .owl-nav button.owl-prev {
    background-position: -10px -11px;
}
.hm-team-sec .team-lst.owl-carousel .owl-nav button.owl-next {
    background-position: -73px -11px;
}
.hm-team-sec .team-lst.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -10px -11px;
}
.hm-team-sec .team-lst.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -73px -11px;
}
.hm-team-sec .team-blk .team-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px 45px;
    z-index: 2;
}
.dvrce-prcses-itmtp:last-child .dvrce-prcses-itm1:after {
    display: none;
}
.dvrce-prcses-itmtp.srtgy {
    margin-left: -70px;
}
.dvrce-prcses-itmtp.custody {
    margin-left: -70px;
}
.dvrce-prcses-itmtp.initial {
    margin-left: -70px;
}
.dvrce-prcses-itmtp.facts {
    margin-left: -70px;
}
.dvrce-prcses-itmtp.neutral {
    margin-left: -70px;
}
.dvrce-prcses-itmtp.erlynutrl {
    margin-left: -70px;
}
.dvrce-prcses-itmtp.trial {
    margin-left: -70px;
}
.dvrce-prcses-itmtp.pretrial {
    margin-left: -70px;
}
.dvrce-prcses-itmtp.implmtn {
    margin-left: -70px;
}
.dvrce-prcses-itmtp.checkout {
    margin-left: -13px;
}
.dvrce-prcses-itmtp:last-child {
    width: auto;
}
tbody {
    border-bottom: 1px solid #e6e6e6;
}
.cmn-btn:hover:before {
    background-image: url(images/btn-bdr-hvr.webp);
}
.site-footer .ftmenu ul {
    margin: 0;
}
.ftr-scl-icons {
    line-height: 1 !important;
}
.hm-btn.cmn-btn.mob {
    display: none;
}
.hmban-img {
    display: none;
}
/* innerpages */
.page_bnr {
    /*padding: 350px 0 47px;*/
    padding: 300px 0 47px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-image: url(images/page-bnr-bg-img.webp);
}
.page_bnr:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4318102240896359) 65%, rgba(0, 0, 0, 0.7567401960784313) 80%);
    opacity: 0.8;
}
.page_bnr:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    z-index: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.10407913165266103) 45%, rgba(0, 0, 0, 0.6194852941176471) 69%);
    opacity: 0.7;
}
.page_title {
    position: relative;
    z-index: 1;
}
.page_title h1,
.page_title h2 {
    font-size: 90px;
    font-family: "Bentham", serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.9px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    /*min-height: 260px;*/
    min-height: 130px;
    display: flex;
}
.inrpg-breadcrumbs {
    font-size: 18px;
    font-family: "Figtree", serif;
    line-height: 1.5;
    letter-spacing: 0.54px;
    color: #fff;
    font-weight: 300;
    display: flex;
    /*gap: 17px;*/
    gap: 0 !important;
    vertical-align: middle;
    align-items: center;
}
.divider {
    width: 8px;
    height: 8px;
    border: 2px solid #803e98;
    display: inline-block;
}
/*.inrpg-breadcrumbs .post-page {
    position: relative;
    padding-left: 24px;
}
.inrpg-breadcrumbs .post-page:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #803e98;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
.page_default .content-area.genpg-rite {
    max-width: 100%;
    margin: auto;
    position: relative;
    width: 100%;
    padding-right: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: transparent;
    float: inherit;
}
.page_default {
    padding: 100px 0;
}
.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: "Bentham", serif;
    font-weight: 400;
    color: #09224a;
    line-height: 1.2;
    letter-spacing: 0px;
}
.page_default .genpg-rite h1 {
    font-size: 85px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1;
}
/*.page_default .genpg-rite h2 {
    font-size: 80px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 25px;
}*/
.page_default .genpg-rite h2,
.page_default .genpg-rite .inr-srvs-ars h2,
.page_default .genpg-rite .inr-srvs-ars h1 {
    font-size: 70px;
    margin-bottom: 20px;
}
.page_default .genpg-rite h3 {
    font-size: 50px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.page_default .genpg-rite h4 {
    font-size: 40px;
    margin-bottom: 20px;
}
.page_default .genpg-rite h5 {
    font-size: 30px;
    margin-bottom: 20px;
}
.page_default .genpg-rite h6 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Figtree", serif;
}
.page_default .genpg-rite p {
    font-size: 20px;
    font-family: "Figtree", serif;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    color: #1d1d1d;
    margin: 0 0 32px;
}
.page_default .genpg-rite .sng-prfle-rgt-cnt p {
    margin-bottom: 22px;
}
.page_default .genpg-rite ul.snglblg-list {
    margin: 0 0px 35px 35px;
}
.page_default .genpg-rite p strong,
.page_default .genpg-rite li strong {
    font-weight: 600;
    color: #09224a;
}
.page_default .genpg-rite li strong {
    font-weight: 700;
}
.page_default .genpg-rite li {
    font-size: 24px;
    font-family: "Figtree", serif;
    font-weight: 400;
    line-height: 1.61;
    letter-spacing: 0;
    color: #09224a;
    font-weight: 400;
    position: relative;
    padding-left: 34px;
    list-style: none;
    margin: 0 0 20px;
}
.page_default .genpg-rite .prfl-btm-lst-itm h4 {
    text-transform: uppercase;
}
.page_default .genpg-rite .prfl-btm-lst-itm ul {
    margin: 0;
}
.page_default .genpg-rite ul li:before,
.page_default .genpg-rite strong li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 3px solid #803e98;
    left: 0;
    top: 13px;
}
.page_default .genpg-rite ul li ul li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #803e98;
    left: 0;
    top: 12px;
}
.page_default .genpg-rite a {
    color: #803e98;
    text-decoration: none !important;
}
.page_default .genpg-rite a:hover {
    color: #09224a;
}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    list-style-position: inside;
}
.page_content .genpg-rite ol li ol,
.page_content .genpg-rite ul li ul {
    padding: 0;
    margin: 0;
}
.page_default .genpg-rite ol li:before {
    position: absolute;
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
    color: #803e98;
    left: 0;
    top: 0;
    background-color: transparent;
    display: inline-block;
    width: auto;
    height: auto;
}
.page_default .genpg-rite p br {
    display: none;
}
.page_default .genpg-rite ol {
    counter-reset: my-sec-counter;
}
.widget-area.sidebar-primary {
    float: none;
    padding-left: 0;
    display: none;
}
.innperpg-testi.testim-sec {
    margin: 0;
    padding: 100px 0;
}
.genpg-lft {
    display: none;
}
.inner-service-section {
    background-image: url(images/inner-service-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 130px 0;
}
.inner-service-section:before {
    position: absolute;
    content: "";
    background-color: #051631;
    width: 100%;
    height: 100%;
    opacity: 90%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: 0;
}
.inner-service-section .hm-srvc-ryt {
    width: 100%;
    background-image: none;
    padding: 0;
    text-align: center;
}
.inner-service-section .hm-srvc-ryt h2 {
    color: #fff;
    line-height: 97%;
    margin: 0 0 21px;
}
.inner-service-section .hm-srvc-ryt p {
    margin-bottom: 40px;
    line-height: 1.36;
    font-size: 27px;
}
.inner-service-section .inn-srvc-contct-lst {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
}
.inner-service-section .hm-srvc-btn.cmn-btn {
    height: max-content;
}
.inner-service-section .inn-srvc-contct-lst h6 {
    margin: 0;
    text-align: left;
}
.page_default .genpg-rite .cmn-btn a {
    color: #fff;
}
.genpg-btn {
    margin: 50px 0 0;
}
/* profile page */
.page_default.profile-page .container {
    max-width: 100% !important;
    width: 100%;
    margin: auto;
    padding: 0 3.3%;
}
.page_default.profile-page h2 {
    text-align: center;
    margin: 0 0 50px 0;
}
.page_default.profile-page .innprofile-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 55px 0;
    gap: 2.79%;
}
.page_default.profile-page .innprofile-list .innprofile-blk {
    width: 31.47%;
    position: relative;
    background-image: url(images/prf-img-bg.webp);
    background-repeat: no-repeat;
    margin: 0 0 1.6% 0;
    background-size: contain;
    background-position: center;
}
.page_default.profile-page .innprofile-list .innprofile-blk::after {
    position: absolute;
    content: "";
    background-image: url(images/blog-btm-after-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 36%;
    bottom: 0;
    left: 0;
    right: 0;
}
.page_default.profile-page .innprofile-list .innprofile-blk .innprofile-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px 40px;
}
.page_default.profile-page .innprofile-list .innprofile-blk .innprofile-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.page_default.profile-page .innprofile-list .innprofile-blk .innprofile-img {
    position: relative;
}
.page_default.profile-page .innprofile-list .innprofile-blk .innprofile-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px 40px;
    text-align: center;
    z-index: 1;
}
.page_default.profile-page .innprofile-list .innprofile-blk h4 {
    color: #fff;
    font-family: "Shadows Into Light Two", serif;
    font-weight: 400;
    line-height: 1.5;
}
.page_default.profile-page .innprofile-list .innprofile-blk h5 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 2.4px;
    font-weight: 300;
    color: #803e98;
    font-family: "Figtree", serif;
    margin: 0 0 0px 0;
    text-transform: uppercase;
}
.page_default.profile-page .innprofile-list .innprofile-blk .itm-hvr a {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: inline-block;
}
.page_default.profile-page .team-btn {
    margin: auto;
}
.blg-topcategory {
    background: url(images/blog-srchbg.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px 0;
}
.blg-topcategory h2 {
    font-family: Bentham, serif;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 0.6px;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.blg-topctgyblck span.theme-select {
    font-size: 20px;
    font-family: "Figtree", serif;
    font-weight: 400;
    color: #0d274f;
    letter-spacing: 0.4px;
    background: #fff;
    outline: 3px solid #935089;
    outline-offset: 5px;
    padding: 17px 30px;
    height: 62px;
    line-height: normal;
}
.blg-topctgyblck form input[type="search"] {
    border-radius: 0;
    font-size: 20px;
    font-family: "Figtree", serif;
    font-weight: 400;
    color: #0d274f;
    letter-spacing: 0.4px;
    background: #fff;
    outline: 3px solid #935089;
    outline-offset: 5px;
    padding: 17px 30px;
    height: 62px;
    background-image: url(images/srch.webp);
    background-repeat: no-repeat;
    background-position: right 28px center;
    line-height: normal;
    /*cursor: pointer;*/
}
.blg-topctgyblck {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
}
.blg-topctgyblck .theme-select:after {
    width: 15px;
    height: 13px;
    background: url(images/down-arw.webp) no-repeat;
    font-family: inherit;
    border: 0;
    font-size: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}
.blg-topctgyblck .sidebar-box {
    width: 29.17%;
    padding: 8px;
}
.blg-topctgyblck .sidebar-box h4.widget-title {
    display: none;
}
.blgpg-psts {
    padding: 100px 0;
}
.blgpg-psts .container {
    max-width: 100%;
    padding: 0 4.02%;
}
div#blog-entries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.88%;
}
span.edit-link {
    display: none;
}
.blog-entry.large-entry .thumbnail {
    margin: 0;
}
.blgpg-psts .post-content {
    background: #fff;
    width: 87.33%;
    margin: -80px auto 0;
    position: relative;
    padding: 35px 45px 0;
    -webkit-box-shadow: 4px 0px 75px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 4px 0px 75px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 4px 0px 75px 0px rgba(0, 0, 0, 0.06);
}
.blgpg-psts .post-meta {
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #803e98;
    font-family: "Figtree", serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
}
.blog-entry.post .blog-entry-header .entry-title a,
.snglblog-entry-header h4 a,
.search-results article .search-entry-title a {
    font-size: 30px !important;
    line-height: 1.27 !important;
    color: #09224a;
    font-family: "Figtree", serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}
.snglblog-entry-header {
    margin-bottom: 20px;
}
.related-post .snglblog-entry-summary p:last-child {
    margin-bottom: 0;
}
.page_default .genpg-rite ul.snglblg-list h5 {
    margin: 0 0 5px;
}
.page_default .genpg-rite ul.snglblg-list li:before {
    top: 10px;
}
.related-thumb:hover img {
    opacity: 1;
}
.related-post .snglblog-entry-summary p {
    font-size: 20px;
    line-height: 1.5;
    color: #1d1d1d;
    font-family: "Figtree", serif;
    font-weight: 300;
    padding-bottom: 0px !important;
    text-transform: none;
    letter-spacing: 0;
}
.blog-entry.large-entry .blog-entry-readmore a {
    font-family: "Figtree", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: inline-block;
    color: #09224a;
    margin: 0;
    border: 0;
    padding: 0;
}
.snglblog-entry-readmore {
    position: relative;
    padding: 30px 36px 30px 0;
}
.snglblog-entry-readmore a,
.search-results article .search-entry-readmore a {
    font-family: "Figtree", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: inline-block;
    color: #09224a;
    margin: 0;
    border: 0;
    padding: 0;
}
.blog-entry.large-entry .blog-entry-readmore a:before,
.snglblog-entry-readmore a:before,
.search-results article .search-entry-readmore a:before {
    content: "";
    width: 33px;
    height: 44px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -73px -75px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.blgpost-btm-cnt {
    border-bottom: 1px solid #e5e5e5;
    min-height: 320px;
}
.blog-entry.large-entry .blog-entry-readmore,
.search-results article .search-entry-readmore {
    position: relative;
    padding: 30px 36px 30px 0;
}
.blog-entry.post .blog-entry-summary {
    margin-bottom: 0px;
}
.blog-entry.post .blog-entry-header .entry-title a:hover,
.blog-entry.large-entry .blog-entry-readmore a:hover,
.snglblog-entry-header h4 a:hover,
.snglblog-entry-readmore a:hover {
    color: #803e98;
}
.blog-entry.post .blog-entry-header .entry-title {
    font-size: inherit;
    margin: 0;
    line-height: normal;
}
.blog-entry.post .blog-entry-summary p,
.search-results article .search-entry-summary p {
    font-size: 20px;
    line-height: 1.5;
    color: #1d1d1d;
    font-family: "Figtree", serif;
    font-weight: 300;
    padding-bottom: 0px !important;
}
.blog-entry.post {
    width: 31.41%;
    border: 0;
    padding: 0;
    margin-bottom: 60px;
}
.blgpg-psts .screen-reader-text {
    position: inherit !important;
    margin: 0 !important;
    clip-path: none !important;
    width: 100% !important;
    border: 0 !important;
}
.blgpg-psts a.prev.page-numbers,
.blgpg-psts a.next.page-numbers {
    width: auto;
    border: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}
.blgpg-psts a.prev.page-numbers {
    padding-left: 65px;
    position: relative;
    padding-right: 30px;
}
.blgpg-psts a.next.page-numbers {
    padding-right: 65px;
    position: relative;
    padding-left: 30px;
    margin: 0 !important;
}
.blgpg-psts a.prev.page-numbers:before,
.blgpg-psts a.next.page-numbers:before {
    position: absolute;
    content: '';
    width: 46px;
    height: 60px;
}
.blgpg-psts a.prev.page-numbers:hover,
.blgpg-psts a.next.page-numbers:hover {
    background: transparent;
}
.blgpg-psts ul.page-numbers li {
    margin: 0;
}
.blgpg-psts a.prev.page-numbers:before {
    left: 0;
    top: -5px;
    background: url(images/prev.webp) no-repeat;
}
.blgpg-psts a.next.page-numbers:before {
    right: 0;
    top: -5px;
    background: url(images/next.webp) no-repeat;
}
.blgpg-psts .oceanwp-pagination.clr {
    margin: 60px 0 0;
}
.blgpg-psts ul.page-numbers {
    text-align: center;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.blgpg-psts .content-area {
    width: 100%;
    padding: 0;
    border: 0;
}
.blgpg-psts .page-numbers a,
.blgpg-psts .page-numbers span:not(.elementor-screen-only),
.blgpg-psts .page-links span {
    font-size: 20px !important;
    font-family: "Figtree", serif;
    font-weight: 700;
    border: 1px solid #0d274f !important;
    border-radius: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    margin: 0 30px 0 0;
    color: #09224a;
    background: transparent;
}
.blgpg-psts span.page-numbers.current,
.blgpg-psts .page-numbers a:hover {
    background: #803e98;
    color: #fff;
    border: 1px solid transparent;
}
.in-cntpg-item p a:hover {
    color: #803e98;
}
.content-area.contactpg {
    width: 100%;
    padding: 0;
    border: 0;
}
.in-cntpg-sec {
    background: #10203a;
    padding: 160px 0 110px;
}
.in-cntpg-cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.1%;
}
.in-cntpg-item {
    width: 31.25%;
    background: url(images/cntpg-phobg.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    border: 10px solid #fff;
    padding: 120px 30px 50px;
    text-align: center;
    position: relative;
}
.in-cntpg-item:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    background: url(images/inr-sprites.webp) no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
}
.in-cntpg-item.map:before {
    background-position: -9px -3px;
}
.in-cntpg-item.phn:before {
    background-position: -142px -3px;
}
.in-cntpg-item.sclicns:before {
    background-position: -276px -3px;
}
.in-cntpg-item h6 {
    font-family: "Shadows Into Light Two", serif;
    font-weight: 400;
    font-size: 55px;
    color: #803e98;
    line-height: 1;
}
.cntpg-scl a {
    font-size: 0;
    display: inline-block;
    background: url(images/inr-sprites.webp) no-repeat;
}
.cntpg-scl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 50px 0 0;
    align-items: center;
}
.cntpg-map iframe {
    display: block;
    height: 700px;
}
.cntpg-scl a.cntpg-fb {
    background-position: -10px -143px;
    width: 21px;
    height: 39px;
}
.cntpg-scl a.cntpg-tw {
    background-position: -87px -148px;
    width: 33px;
    height: 33px;
}
.cntpg-scl a.cntpg-goo {
    background-position: -164px -144px;
    width: 37px;
    height: 37px;
}
.cntpg-scl a.cntpg-ins {
    background-position: -253px -145px;
    width: 38px;
    height: 36px;
}
.cntpg-scl a.cntpg-fb:hover {
    background-position: -10px -204px;
}
.cntpg-scl a.cntpg-tw:hover {
    background-position: -84px -208px;
}
.cntpg-scl a.cntpg-goo:hover {
    background-position: -164px -204px;
}
.cntpg-scl a.cntpg-ins:hover {
    background-position: -253px -205px;
}
.in-cntpg-item p {
    font-family: "Figtree", serif;
    font-weight: 300;
    font-size: 26px;
    color: #fff;
    line-height: 1.34;
    margin-bottom: 5px;
}
.in-cntpg-item p strong {
    font-weight: 600;
}
.in-cntpg-item.map p {
    font-weight: 500;
    font-size: 24px;
}
.in-cntpg-item p a {
    text-decoration: none !important;
}
.cntpg-frmsec {
    padding: 90px 0;
}
.cntpg-frmsec .container {
    max-width: 100%;
    padding: 0 4%;
}
.cntpg-frmblck {
    background: #ecf3f7;
    padding: 100px 30px;
}
.cntpg-frmblck h2 {
    font-family: "Bentham", serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 98%;
    letter-spacing: 0.8px;
    color: #09224a;
    text-transform: uppercase;
    margin: 0 0 18px;
    text-align: center;
}
.cntpg-frmblck p {
    font-family: "Figtree", serif;
    font-size: 20px;
    line-height: 1.5;
    color: #09224a;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: center;
    /*margin: 0 0 40px;*/
    margin: 0 0 20px;
}
.cntpg-frm .gform_wrapper .gform_fields {
    grid-column-gap: 1.5% !important;
    grid-row-gap: 15px !important;
}
.cntpg-frm .gform_wrapper .gfield_label {
    display: none !important;
}
.cntpg-frm .gform_wrapper .gform-body .gfield input,
.cntpg-frm .gform_wrapper .gform-body .gfield select,
.cntpg-frm .gform_wrapper .gform-body .gfield textarea {
    float: left;
    width: 100% !important;
    margin: 0;
    outline: 0;
    font-size: 20px !important;
    color: #000;
    position: relative;
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .2);
    padding: 28px 45px !important;
    transition: all 0.5s;
    font-family: "Figtree", serif;
    font-weight: 400;
    resize: none;
    border-radius: 0px;
    line-height: 1 !important;
    height: auto;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.cntpg-frm .gform_wrapper .gform-body .gfield select {
    background-image: url(images/dwn-arw.webp);
    background-repeat: no-repeat;
    background-position: right 33px center;
}
.cntpg-frm .gform_wrapper .gform-body .gfield textarea {
    height: 200px;
    min-block-size: inherit !important;
}
.cntpg-frmblck p strong {
    font-weight: 600;
}
.cntpg-frm {
    max-width: 78.1%;
    margin: 0 auto;
}
.cntpg-frm .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #ffdb87 !important;
}
.cntpg-frm .gform_wrapper .gform_footer .gform_button {
    width: auto;
    outline: none !important;
    border: 0 none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    height: auto !important;
    margin: 0;
    font-family: "Figtree", serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    letter-spacing: 1.6px !important;
    color: #fff;
    background-color: #09224a !important;
    padding: 27px 43px !important;
    display: inline-block;
    text-transform: uppercase !important;
    position: relative;
}
.cntpg-frm .gform_wrapper .gform_footer {
    position: relative;
}
.cntpg-frm .gform_wrapper .gform_footer:before {
    position: absolute;
    content: "";
    background-image: url(images/btn-border-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 96%;
    height: 90px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    z-index: 1;
}
.cntpg-frm .gform_wrapper .gform_footer:hover:before {
    background-image: url(images/btn-bdr-hvr.webp);
}
.cntpg-frm .gform_wrapper .gform_footer {
    position: relative;
    text-align: center;
    justify-content: center;
    width: auto;
    width: max-content;
    margin: 50px auto 0;
}
.cntpg-frm .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #803e98 !important;
}
.page-template-contact-page-template .site-footer {
    padding: 80px 0 55px;
}
.page_title.snglblg-tit h1,
.page_title.snglblg-tit h2 {
    font-size: 65px;
    text-transform: capitalize;
    max-width: 75%;
    line-height: 1.08;
}
.sngl-blgpost {
    padding: 90px 0;
}
.single-post.content-max-width ul.meta {
    max-width: 100%;
    border: 0;
    text-align: left;
    padding: 0;
    margin: 0;
    justify-content: start;
}
.single-post ul.meta li,
.single-post ul.meta li a {
    font-size: 30px !important;
    letter-spacing: 1.4px !important;
    color: #803e98;
    font-family: "Figtree", serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2 !important;
}
.single-post.content-max-width .entry-header {
    max-width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    border: 0;
}
.single-post .entry-title {
    padding: 0;
    border: 0;
}
.single-post .entry-title {
    padding: 0;
    border: 0;
    font-size: 80px;
    line-height: 1 !important;
    letter-spacing: 1px !important;
    font-family: Bentham, serif;
    font-weight: 400;
    text-transform: uppercase;
}
.single-post.content-max-width .entry-content p {
    max-width: 100%;
    padding: 0;
    margin: 0 0 30px;
}
.page_default .genpg-rite ul {
    margin: 0 0px 35px 45px;
}
.sngl-relatedposts {
    background: #f6fafb;
    padding: 120px 0;
}
.sngl-relatedposts .container {
    max-width: 100%;
    padding: 0px 4.02%;
}
#related-posts {
    padding: 0;
    margin: 0;
    border: 0;
}
.sngl-relatedposts h3.theme-heading.related-posts-title span.text {
    display: none;
}
#related-posts h2 {
    font-family: "Bentham", serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 93%;
    letter-spacing: 0.8px;
    color: #09224a;
    margin: 0 0 55px 0;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
#related-posts .span_1_of_3 {
    padding: 0 !important;
    width: 32.41% !important;
}
.sngl-relatedposts .relate-pstblck {
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    gap: 2.88%;
}
.sngl-relatedposts .oceanwp-row.clr {
    margin: 0 !important;
}
.snglpost-content {
    background: #fff;
    width: 87.33%;
    margin: -80px auto 0;
    position: relative;
    padding: 35px 45px 0;
    -webkit-box-shadow: 4px 0px 75px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 4px 0px 75px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 4px 0px 75px 0px rgba(0, 0, 0, 0.06);
    text-align: left;
}
.snglpost-content .post-meta {
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #803e98;
    font-family: "Figtree", serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
}
.snglblgpost-btm-cnt {
    border-bottom: 1px solid #e5e5e5;
    min-height: 320px;
}
.single-post ul.meta li:before {
    display: none;
}
.single-post ul.meta li {
    padding: 0;
    margin: 0;
}
.page_default .genpg-rite ul.meta.ospm-default.clr {
    margin: 0 0 30px;
    padding: 0;
    border: 0;
}
.page_default.single-prfl-page .container {
    max-width: 1680px;
    margin: 0 auto 0 0;
}
.sng-prfle-lst {
    display: flex;
    justify-content: space-between;
}
.sng-prfle-lft {
    width: 47.62%;
    padding-left: 70px;
    background: #ecf3f7;
    height: 100%;
    padding-bottom: 95px;
}
.sng-prfle-rgt {
    width: 47.4%;
}
.page_default.single-prfl-page {
    position: relative;
    z-index: 1
}
.page_default.single-prfl-page:before {
    position: absolute;
    content: '';
    width: 31.53%;
    height: 300px;
    background: #0c254c;
    left: 0;
    top: 0;
    z-index: 9
}
.sng-prfle-lft-img {
    background: url(images/snglattrny-bg.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 9;
    margin-bottom: 55px;
}
.sngl-prfltitsec {
    position: absolute;
    bottom: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
}
.page_default .genpg-rite .sngl-prfltitsec h2 {
    font-family: "Shadows Into Light Two", serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}
.page_default .genpg-rite .sngl-prfltitsec p {
    font-family: "Figtree", serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.64;
    letter-spacing: 3.52px;
    color: #803e98;
    text-transform: uppercase;
}
.sng-prfle-lft-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 255px;
    background: url(images/sngl-atrnysdw.webp) no-repeat;
    left: 0;
    bottom: 0;
    background-size: cover;
}
.page_default .genpg-rite .sng-prfle-lft-itm h6 {
    font-family: "Shadows Into Light Two", serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.2;
    color: #803e98;
    margin: 0;
}
.page_default .genpg-rite .sng-prfle-lft-itm.pho h6 a:hover,
.page_default .genpg-rite .sng-prfle-lft-itm.adr h6 a:hover {
    color: #803e98;
}
.page_default .genpg-rite .sng-prfle-lft-itm.pho h6 a {
    display: block;
    width: max-content;
    font-family: "Figtree", serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    color: #0c2147;
    padding-left: 65px;
    position: relative;
    margin-top: 6px;
}
.page_default .genpg-rite .sng-prfle-lft-itm.pho h6 a:before {
    content: "";
    width: 47px;
    height: 47px;
    background: url(images/hm-sprites.webp) no-repeat;
    background-position: -122px -10px;
    position: absolute;
    top: 3px;
    left: 0;
}
.page_default .genpg-rite .sng-prfle-lft-itm.adr h6 a {
    display: block;
    font-family: "Figtree", serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.35;
    color: #0c2147;
    padding-left: 65px;
    position: relative;
    margin-top: 6px;
}
.page_default .genpg-rite .sng-prfle-lft-itm.adr h6 a:before {
    content: "";
    width: 37px;
    height: 50px;
    background: url(images/inr-sprites.webp) no-repeat;
    background-position: -329px -140px;
    position: absolute;
    top: 3px;
    left: 0;
}
.sng-prfle-lft-itm {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}
.sng-prfle-lft-cnt {
    width: 64%;
}
.sngprfle-lftcnt .cmn-btn {
    margin-top: 15px;
}
.inner-attorny-sec {
    padding: 110px 0;
    background: url(images/other-atrnybg.webp) no-repeat;
    background-position: top center;
    background-size: cover;
}
.inner-attorny-sec h2 {
    font-family: "Bentham", serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 93%;
    letter-spacing: 0.8px;
    color: #fff;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.inner-attorny-sec .container {
    max-width: 100%;
    padding: 0 3.23%;
}
.inner-attorny-sec .meet-attronys-itm {
    width: 100%;
    background-image: url(images/team-blk-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.inner-attorny-sec .meet-attronys-itm:before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.02) 59%, rgba(0, 0, 0, 0.09) 63%, rgba(0, 0, 0, 0.17) 66%, rgba(0, 0, 0, 0.33) 71%, rgba(0, 0, 0, 0.65) 79%, rgba(0, 0, 0, 0.76) 83%, rgba(0, 0, 0, 0.84) 86%, rgba(0, 0, 0, 0.91) 93%, rgba(0, 0, 0, 0.91) 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.inner-attorny-sec .meet-attronys-itm .attorny-img img {
    width: 100%;
    display: block;
    position: relative;
}
.inner-attorny-sec .meet-attronys-itm .attorny-cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px 45px;
    text-align: center;
    z-index: 2;
}
.inner-attorny-sec .meet-attronys-itm .attorny-cnt h4 {
    font-size: 35px;
    font-family: "Shadows Into Light Two", serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 20px;
}
.inner-attorny-sec .meet-attronys-itm .attorny-cnt p {
    font-size: 16px;
    font-family: "Figtree", serif;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1.92px;
    color: #803e98;
    margin: 0;
    text-transform: uppercase;
}
.inner-attorny-sec .meet-attronys-itm .hvr-lnk a {
    position: absolute;
    content: "";
    font-size: 0;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
.snglblog-entry-header h4.snglblog-entry-title {
    margin: 0;
}
#related-posts h3.theme-heading.related-posts-title {
    margin: 0;
}
.page_default .genpg-rite ul.meta.ospm-default.clr i.icon-clock {
    display: none;
}
.page_default.inrprocess-sec .container {
    max-width: 1750px;
}
.page_default .content-area.genpg-rite.gnrlproces-rgt {
    width: 53.15%;
    float: right;
    padding-right: 30px;
}
.gnrlprocess-lft:before {
    position: absolute;
    content: '';
    width: 85px;
    height: 100%;
    background: #f9f9f9;
    left: -85px;
    top: 0;
}
.gnrlprocess-lft {
    width: 42.3%;
    float: left;
    padding: 120px 0 120px;
    background: #f9f9f9;
    position: relative;
}
.inrdvrce-prcses-list1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* margin-bottom: 100px; */
    counter-reset: my-sec-counter;
    flex-direction: column;
    margin-bottom: 50px;
}
.inrdvrce-prcses-itmtp {
    max-width: 100%;
    margin: 0 0 30px !important;
    width: 100%;
}
.gnrl-pgtpsec.genpg-rite {
    margin-bottom: 50px;
}
.inrdvrce-prcses-itm-cnt1 a {
    display: flex;
    justify-content: center;
    display: inline-block;
    font-size: 22px;
    font-family: "Figtree", serif;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
}
.inrdvrce-prcses-itm-img1:before {
    content: "";
    position: absolute;
    top: 0;
    right: -43px;
    margin: auto;
    width: 30px;
    height: 1px;
    background-color: #803e98;
    z-index: 1;
    bottom: 0;
}
.inrdvrce-prcses-itm-img1:after {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
    position: absolute;
    right: -13px;
    background-color: #09224a;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.inrdvrce-prcses-itm1:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 14px;
    background-color: #803e98;
    z-index: 1;
    right: auto;
    left: 10%;
    bottom: -20px;
}
.inrdvrce-prcses-itm1 {
    position: relative;
}
.inrdvrce-prcses-itm-img1 {
    max-width: 100px;
    margin-right: 60px;
    position: relative;
}
.inrdvrce-prcses-itm-img1 img {
    background-color: #fdfdfd;
    border: 2px solid #cecece;
    margin: auto;
    width: 100%;
    display: block;
    position: relative;
}
.inrdvrce-prcses-itmtp.checkout .inrdvrce-prcses-itm1:after {
    display: none;
}
.inrdvrce-prcses-itm1 {
    position: relative;
    max-width: 513px;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    flex-wrap: wrap;
    justify-content: start;
    vertical-align: middle;
    align-items: center;
}
.inrdvrce-prcses-blck .cmn-btn.faq-btn {
    margin: inherit;
}
.gnrlprocess-lft h3 {
    font-size: 70px;
    line-height: 1.07;
    letter-spacing: 0px;
    margin-bottom: 50px;
    font-family: "Bentham", serif;
    font-weight: 400;
    color: #09224a;
}
.search-results article .search-entry-inner {
    flex-direction: column;
}
.logo-menu .header-blk .logo_rt .topmenu ul li.current-menu-item a {
    color: #803e98;
}
.logo-menu .header-blk .logo_rt .topmenu ul li.current-menu-item .sub-menu a {
    color: #fff;
}
.logo-menu .header-blk .logo_rt .topmenu ul li.current-menu-item .sub-menu a:hover {
    color: #803e98;
}
.cntpg-frm .gform_wrapper .gform_validation_errors {
    display: none;
}
.cntpg-frm .gform_wrapper .gfield {
    position: relative;
}
.cntpg-frm .gform_wrapper .gfield .validation_message.gfield_validation_message,
.cntpg-frm .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    bottom: 10px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.cntpg-frm .gform_wrapper .gfield .instruction.validation_message {
    top: 40px;
}
.cntpg-frm .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.cntpg-frm textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}
.cntpg-frm textarea::-moz-placeholder {
    opacity: 1;
    color: #000;
}
.cntpg-frm textarea:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}
/* Pop-up styles */
body .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 25px 15px 10px;
}
.pum-container.pum-responsive.pum-responsive-tiny {
    width: 20% !important;
}
body .pum-container.pum-responsive.pum-responsive-tiny {
    background: #bd2d2d !important;
    color: #fff !important;
    font-family: "Figtree", serif !important;
}
.pum-theme-7034 .pum-title,
.pum-theme-default-theme .pum-title {
    color: #fff !important;
    font-family: "Figtree", serif;
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 500;
}
.pum-container .gform_wrapper .gfield_label {
    color: #fff !important;
    font-size: 16px;
    box-shadow: none;
    font-weight: normal !important;
    border: none;
    font-family: "Figtree", serif;
}
.pum-container .gf_progressbar_wrapper p,
.pum-container .gform_wrapper .gfield_checkbox label,
.pum-container .gform_wrapper .gfield_radio label {
    color: #fff !important;
    font-family: "Figtree", serif;
    font-weight: 500;
}
.pum-theme-7034 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    line-height: 10px !important;
    font-size: 15px !important;
    padding: 8px !important;
    font-weight: bold !important;
    background-color: #fff !important;
    color: #803e98 !important;
    top: -10px !important;
}
body .pum-container .gform_wrapper .gform-body .gfield-choice-input {
    width: auto;
    margin: 0px 5px 0 0;
}
body .pum-container .gform_wrapper .gform-body input,
body .pum-container .gform_wrapper .gform-body select,
body .pum-container .gform_wrapper .gform-body textarea {
    border: 1px solid #fff !important;
    color: #ffffff;
}
body .pum-container .gform_wrapper .gform_page_footer .button {
    margin: 5px !important;
    background-color: #ffffff !important;
    width: 80px !important;
    font-size: 1.2rem !important;
    line-height: 0.85rem !important;
    padding: 1rem 0.5rem !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    font-family: "Figtree", serif;
    color: #803e98;
}
body .pum-container .gf_progressbar_wrapper {
    display: none !important;
}
body .pum-container .gform_wrapper .gform_page_footer {
    margin: 5px 0 0 0;
    padding: 0;
}
body .pum-container .gform_wrapper .top_label .secnd-stp .gfield_label {
    display: none;
}
body .pum-container.pum-responsive.pum-responsive-tiny {
    min-height: 260px;
}
body .pum-container .gform_wrapper .gform_fields {
    grid-row-gap: 5px;
}
body .pum-container .gform_wrapper .gform_fields input {
    font-size: 14px;
    padding: 6px 10px !important;
    font-family: "Figtree", serif;
    font-weight: 500;
    min-height: 25px !important;
}
.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed;
    background-color: #09224a;
    min-height: 430px !important;
}
body .pum-container .pum-title {
    font-family: "Figtree", serif;
}
.pum-content:focus-visible {
    outline: none;
}
body .pum-container .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background-color: inherit !important;
    font-size: 12px !important;
    font-family: "Figtree", serif;
    color: #ff0000 !important;
    padding: 0px !important;
    margin-top: -26px !important;
    text-align: right !important;
    padding: 5px !important;
    border: 0px !important;
}
body .pum-container .gform_submission_error.hide_summary,
.gform_validation_errors {
    display: none !important;
}
body .pum-container .gform_wrapper .instruction.validation_message {
    display: none;
}
body .pum-container .gform_wrapper .gform_fields textarea {
    min-height: 30px !important;
}
body .pum-container .pum-content .gform_confirmation_message {
    color: #fff;
    font-family: "Figtree", serif;
}
body .pum-container input::placeholder {
    color: #fff;
}
body .pum-container input:-ms-input-placeholder {
    color: #fff;
}
body .pum-container input::-ms-input-placeholder {
    color: #fff;
}
body .pum-container textarea::placeholder {
    color: #fff;
}
body .pum-container textarea:-ms-input-placeholder {
    color: #fff;
}
body .pum-container textarea::-ms-input-placeholder {
    color: #fff;
}
.brd-div {
    display: inline-block;
    margin: 0 18px;
    width: 8px;
    height: 8px;
    background: url(images/brd-grm-brf.png) no-repeat;
    background-size: contain;
}
body .pum-container .gform_wrapper .gform-body select option {
    color: #424242;
}
.inr-passlft {
    /*margin: 0 0 30px;*/
    margin: 0 !important;
}
.blgpg-psts ul.page-numbers li a.next.page-numbers i:before,
.blgpg-psts ul.page-numbers li a.prev.page-numbers i:before {
    display: none;
}
/*fmly*/
.serv-slider-lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin: 0 0 50px;
}
.serv-slider-lst .serv-item {
    width: 32%;
    margin: 0 0.5% 1%;
    position: relative;
    text-align: center;
    padding: 80px 20px;
    background: #09224a;
}
.serv-slider-lst .page-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33px;
    line-height: 1;
}
.serv-slider-lst .serv-item .page-btn a {
    width: 34px;
    height: 12px;
    background-image: url(images/arow123.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.serv-slider-lst .pglink a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 0;
}
.cmn-btn.fmly-lw {
    margin: auto;
    /*float: left;*/
}
.serv-slider-lst .serv-item h4,
.serv-slider-lst .serv-item h4 a {
    color: #fff !important;
}
.serv-slider-lst .serv-item:hover {
    background: #803e98;
}
.top-scr .hdr-src {
    display: block;
    margin: 1px 0 0 15px;
}
.hdr-src {
    transition: 0.5s;
    cursor: pointer;
    display: none;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 0;
}
/*.top-scr .srcshow {
    background-image: url(images/hdr-scr-icn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
}*/
.srcshow {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: left;
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    text-indent: -9999px;
}
.top-scr .srcbox {
    background-color: #ffffff;
}
.srcbox {
    z-index: 99999995;
    background-color: #09224a;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    height: 47px;
}
.srcbox:before {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    position: absolute;
    left: 14px;
    top: 17px;
    width: 18px;
    height: 18px;
}
.top-scr .srcbox .close_search {
    background-image: url(images/cls-icn.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
}
.clr-btn {
    position: absolute;
    top: 10px;
    cursor: pointer;
    width: 50px;
    right: 40px;
    z-index: 9999;
}
.clr-btn input {
    padding: 9px 0 0 0 !important;
    cursor: pointer;
    font-size: 11px;
    font-style: normal;
    background: transparent;
}
.srcbox input {
    width: 100%;
    float: left;
    padding: 17px 30px 16px 45px;
    text-transform: uppercase;
    line-height: 100% !important;
    background-color: transparent;
    font-style: italic;
    color: #fff;
    font-size: 16px !important;
    border: 0;
    font-family: "Figtree", serif;
    font-weight: 500;
}
.top-scr .srcbox input {
    padding: 14px 30px 14px 45px;
    text-transform: none;
    border: 0;
    outline: 0;
}
.faqs-pg .faq_cnt .accordion-section {
    /*margin: 0 0 10px 0;*/
    width: 100%;
}
.page_default .genpg-rite .faqs-pg .accordion h4 {
    margin: 0;
}
.faqs-pg .faq_cnt .accordion-heading {
    width: 100%;
    display: inline-block;
    background: transparent;
    transition: all linear 0.15s;
    text-decoration: none;
    font-family: 'Bentham';
    font-weight: 400;
    font-size: 35px;
    line-height: 1.1;
    color: #803e98;
    border-top: 3px solid #09224a;
    padding: 20px 45px 20px 20px;
    margin: 0;
    cursor: pointer;
    position: relative;
    background-image: none;
    background-size: auto;
    padding-left: 0 !important;
}
.accordion-section.accordien-active {
    margin: 0 0 0px 0 !important;
}
.faqs-pg .faq_cnt .accordion-heading:after {
    content: "+";
    width: max-content;
    height: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    font-size: 30px;
    font-family: "Figtree", serif;
}
.faqs-pg .accordion-section-content {
    padding: 15px;
    display: none;
    padding-left: 0 !important;
}
.faqs-pg .faq_cnt .accordion-section.accordien-active .accordion-section-content {
    display: block;
}
/*.faqs-pg .faq_cnt.accordion .accordion-section.accordien-active h4.accordion-heading {
    color: #803e98;
}*/
.faqs-pg .faq_cnt.accordion .accordion-section.accordien-active h4.accordion-heading::after {
    content: "-";
}
.faqs-pg .faq_cnt .accordion-section:last-child {
    border-bottom: 3px solid #09224a;
}
.vidframe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}
.viditem {
    width: 48%;
    margin: 0 1% 20px;
}
.vidtestim {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}
.viditem iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.faqs-page-list {
    margin: 0 0 60px;
}
.faqs-page-list:last-child {
    margin: 0;
}
.page_default .genpg-rite .rev-pag-list .rev-pag-lft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.page_default .genpg-rite .rev-pag-lft h5 {
    margin: 0;
}
.page_default .genpg-rite .rev-pag-list .rev-pag-lft .rw-img {
    margin-left: 20px;
}
.page_default .genpg-rite .rev-pag-list .rev-pag-lft img {
    width: 50px !important;
    height: 50px !important;
}
.page_default .genpg-rite .reviews-rt-stars .rating {
    width: 100%;
    float: left;
    background-image: url(images/inr-rating-star.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 26px;
    position: relative;
    z-index: 1;
}
.page_default .genpg-rite .rev-pag-list .review_row {
    display: inherit;
    padding: 0;
    position: inherit;
    line-height: 1;
}
.page_default .genpg-rite .reviews-rt-stars {
    float: none;
    padding: 0;
    width: 161px;
    background-position: left top;
    position: relative;
    background-image: url(images/ratingh.png);
    display: inline-block;
}
.page_default .genpg-rite .rev-pag-rite {
    margin: 0 0 10px;
}
.page_default .genpg-rite .review_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.cntpg-frmblck p a {
    text-decoration: none !important;
    color: #803e98;
    display: inline-block;
}
.cntpg-frmblck p a:hover{
    color: #09224a;
}
.sticky-wrap {
    display: none;
}
.sticky-wrap {
    display: block;
}
.header-sticky {
    width: 100%;
    float: left;
    background: #c4c9b2;
    padding: 10px;
    display: none;
}
.header-sticky.fixed-header {
    display: block;
    position: fixed;
    width: 100%;
    padding: 10px 2%;
    background-color: #09224a;
    z-index: 9999;
}
.header-sticky .sicky-cnt>a {
    font-size: 17px;
    color: #fff;
    font-family: "Figtree", serif;
    font-weight: 400;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    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 #fff;
}
.header-sticky .sicky-cnt .stickyshowhide:before {
    background: url(images/header-sticky-menu.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {
    background: url(images/header-sticky-blog.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;
}
.inrpg-breadcrumbs a:hover {
    color: #803e98;
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 7px 0;
    display: block;
    line-height: 1.4;
    font-family: "Figtree", serif;
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.5px;
    border: 0;
    margin: 0;
    text-decoration: none;
}
.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: "Figtree", serif;
}
.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav {
    display: block;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
}
li.search-toggle-li {
    background: #803e98;
    padding: 0px 10px !important;
}
.top-scr .srcbox::before {
    background-image: url(images/hdr-srch-in.png);
    background-position: left;
    top: 15px;
}
.blog-entry.post .thumbnail img,
.sngl-relatedposts .relate-pstblck figure.related-post-media.clr img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.blog-entry.large-entry .thumbnail {
    margin: 0;
    height: 100%;
}
.inner-attorny-sec .meet-attronys-lst.owl-carousel .owl-nav,
.inner-attorny-sec .meet-attronys-lst.owl-carousel .owl-dots {
    display: none;
}
.mobile_src_nav form input[type="search"] {
    --placeholdercolor: #fff;
    padding-top: 17px !important;
}
.home_testimnlslides.owl-carousel .owl-item {
    display: flex;
}
.home_testimnlslides.owl-carousel .owl-stage {
    display: flex;
}
.home_testimnlslides.owl-carousel .owl-nav,
.home_testimnlslides.owl-carousel .owl-dots {
    display: none;
}
.hm-faq .accordion-section.accordien-active .accordion-section-content a {
    color: #803e98;
}
.hm-faq .accordion-section.accordien-active .accordion-section-content a:hover {
    color: #fff;
}
.dvrce-prcses-itm1:hover img,
.inrdvrce-prcses-itm-img1:hover img {
    background-color: #cecece;
    border: 2px solid #09224a;
}
.inrdvrce-prcses-itm-cnt1 a:hover,
.dvrce-prcses-itm-cnt1 a:hover {
    color: #803e98;
}
.page_default .srvce-areas-lst ul li {
    width: 100%;
    /* column-break-inside: avoid; */
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: auto;
    -moz-page-break-inside: avoid;
    -webkit-page-break-inside: auto;
    display: inlin-block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    float: none;
    display: inline-block;
}
.page_default .srvce-areas-lst ul {
    column-count: 3;
    margin: 0 !important;
}
.pum-container div#field_4_9 span.gfield_required {
    display: none;
}
div#field_4_10 label.gfield_label.gform-field-label {
    display: none;
}
.hm-team-sec .team-lst.owl-carousel .owl-item {
    display: flex;
}
.hm-team-sec .team-lst.owl-carousel .owl-stage {
    display: flex;
}
a,
a:hover,
a:focus {
    border: none !important;
    outline: none !important;
}
.inner-attorny-sec .meet-attronys-itm:hover .attorny-cnt h4 {
    color: #803e98;
}
.mobinav li.search-toggle-li {
    display: none;
}
.dvrce-prcses-itm1:hover .dvrce-prcses-itm-cnt1 a {
    color: #803e98;
}
.blgpg-psts p {
    font-size: 20px;
    font-family: "Figtree", serif;
    line-height: 1.8;
    letter-spacing: 0;
    color: #1d1d1d;
    font-weight: 400;
    margin: 0;
}
.serv-slider-lst.inn-practc-lst .serv-item p,
.serv-slider-lst.inn-practc-lst .serv-item h5 a,
.serv-slider-lst.inn-practc-lst .serv-item h5 {
    color: #fff;
}
.page-id-197 .serv-slider-lst .serv-item p {
    margin: 0 !important;
    font-size: 18px;
}
.cmn-btn.sngl-blg {
    margin-top: 20px;
    display: inline-block;
}
/* .imapsTooltip-group .imapsPointedShape-group {
        display:none!important;
}
*/
/* .imapsTooltip .imapsLabel-group .imapsLabel div {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
   display: inline-block;
    position: relative;
    color: #803e98!important;
} */
.blgpg-psts .page-numbers span:not(.elementor-screen-only) {
    border: none !important;
}
.blgpg-psts .page-numbers span.screen-reader-text {
    font-size: 0 !important;
    display: inherit;
    width: auto !important;
    height: auto;
    display: none;
}
.blgpg-psts a.prev.page-numbers:after {
    content: "prev";
}
.blgpg-psts a.next.page-numbers:after {
    content: "next";
}
.blgpg-psts a.prev.page-numbers:hover:after,
.blgpg-psts a.next.page-numbers:hover:after {
    color: #803e98;
}
.cntpg-scl a.cntpg-tiktok {
    background-image: url(images/innr-tik-icon.png);
    width: 36px;
    height: 38px;
    display: inline-block;
    background-position: 0 -3px;
}
.cntpg-scl a.cntpg-tiktok:hover {
    background-position: 0 -47px;
}
.page-id-197 .serv-slider-lst.inn-practc-lst {
    margin: 0 0 10px;
}
.cmn-btn.prcts-ars {
    text-align: center;
    margin: auto;
}
.page-id-197 .page_default .genpg-rite .serv-slider-lst .serv-item h5 {
    font-size: 26px;
    font-family: "Figtree", serif;
    font-weight: 500;
}
.page_default .genpg-rite .inr-passrgt h1 b {
    font-weight: 400;
}
.page_default .genpg-rite .serv-item-hvr a {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
}
.inner-service-section .hm-srvc-btn.cmn-btn.prcts,
.hm-Consultation-sec .cnsltn-prt .cmn-btn.prcts-cnt {
    display: none;
}
.page-id-167 .inner-service-section .hm-srvc-btn.cmn-btn.prcts,
.page-id-167 .hm-Consultation-sec .cnsltn-prt .cmn-btn.prcts-cnt,
.page-id-10035 .inner-service-section .hm-srvc-btn.cmn-btn.prcts,
.page-id-10035 .hm-Consultation-sec .cnsltn-prt .cmn-btn.prcts-cnt,
.page-id-10011 .inner-service-section .hm-srvc-btn.cmn-btn.prcts,
.page-id-10011 .hm-Consultation-sec .cnsltn-prt .cmn-btn.prcts-cnt,
.page-id-9994 .inner-service-section .hm-srvc-btn.cmn-btn.prcts,
.page-id-9994 .hm-Consultation-sec .cnsltn-prt .cmn-btn.prcts-cnt,
.page-id-10040 .inner-service-section .hm-srvc-btn.cmn-btn.prcts,
.page-id-10040 .hm-Consultation-sec .cnsltn-prt .cmn-btn.prcts-cnt,
.page-id-10069 .inner-service-section .hm-srvc-btn.cmn-btn.prcts,
.page-id-10069 .hm-Consultation-sec .cnsltn-prt .cmn-btn.prcts-cnt,
.page-id-9999 .inner-service-section .hm-srvc-btn.cmn-btn.prcts,
.page-id-9999 .hm-Consultation-sec .cnsltn-prt .cmn-btn.prcts-cnt {
    display: block;
}
.page-id-167 .hm-srvc-btn.cmn-btn.inrpg,
.page-id-167 .cmn-btn.inrpg,
.page-id-10035 .hm-srvc-btn.cmn-btn.inrpg,
.page-id-10035 .cmn-btn.inrpg,
.page-id-10011 .hm-srvc-btn.cmn-btn.inrpg,
.page-id-10011 .cmn-btn.inrpg,
.page-id-9994 .hm-srvc-btn.cmn-btn.inrpg,
.page-id-9994 .cmn-btn.inrpg,
.page-id-10040 .hm-srvc-btn.cmn-btn.inrpg,
.page-id-10040 .cmn-btn.inrpg,
.page-id-10069 .hm-srvc-btn.cmn-btn.inrpg,
.page-id-10069 .cmn-btn.inrpg,
.page-id-9999 .hm-srvc-btn.cmn-btn.inrpg,
.page-id-9999 .cmn-btn.inrpg {
    display: none;
}
.inrpg-breadcrumbs span.post.post-page.current-item br {
    display: none;
}
.archive .blgpg-psts .clr.tax-desc p {
    display: none;
}
.logo-menu .header-blk .logo_rt .topmenu ul li.wide-menu ul li.current-menu-item a {
    color: #ffffff;
}
.logo-menu .header-blk .logo_rt .topmenu ul li.wide-menu ul li.current-menu-item a:hover {
    color: #803e98;
}
.logo-menu .header-blk .logo_rt .topmenu ul.primary-menu>li>ul.sub-menu li.current-menu-item a {
    color: #ffffff;
}
.logo-menu .header-blk .logo_rt .topmenu ul.primary-menu>li>ul.sub-menu li.current-menu-item a:hover {
    color: #803e98;
}
.page_default .genpg-rite .cmn-btn {
    margin: 30px 0 0;
    display: inline-block;
}
.hm-dfrnce-sec .tick.rmv {
    background: none;
}
.hm-abut-lft p a {
    color: #09224a;
}
.hm-abut-lft p a:hover {
    color: #7e4094;
}
.page_default .genpg-rite .cmn-btn.team-btn {
    margin: auto;
    display: inherit;
}
.hm-srvc-lst h2 span {
    display: block;
}
.page_default .genpg-rite .cmn-btn.prcts-ars {
    margin: 50px auto 0;
    display: inherit;
}
/*.inrdvrce-prcses-itm1:last-child:after{
    display: none;
}*/
.hm-faq .accordion-section .accordion-section-content p {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    background: none;
    border-radius: inherit;
}
.hm-faq .accordion-section .accordion-section-content p:last-child {
    margin: 0;
}
.hm-dfrnce-lst-itm.mbl {
    display: none;
}
.inrdvrce-prcses-itmtp:last-child .inrdvrce-prcses-itm1:after {
    display: none;
}
/*.inrdvrce-prcses-blck .cmn-btn.faq-btn {
    margin: auto;
}*/
.togsearch.ftm-src {
    position: relative;
    /* display: inline-block; */
    float: left;
    width: 100%;
    margin-top: 5px;
}
.togsearch.ftm-src input {
    width: 100%;
    float: left;
    padding: 17px 20px 16px 20px;
    text-transform: uppercase;
    line-height: normal;
    background-color: transparent;
    font-family: "Figtree", serif;
    font-weight: 500;
    font-style: italic;
    color: #424242 !important;
    font-size: 16px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
}
.togsearch.ftm-src input#apbct_submit_id__search_form {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 18px;
    height: 18px;
    border: none;
    background: url(images/ftm-scr-icn.png);
    background-position: 0 0;
    padding: 0;
    cursor: pointer;
    display: block !important;
    font-size: 0;
}
.cmn-btn.ftm-btn a {
    background-color: #fff;
    color: #803e98
}
.cmn-btn.ftm-btn a:hover {
    color: #fff;
    background-color: #803e98
}
.hm-talk.ftm-cntc a {
    color: #fff;
    margin: 6px 0 0;
}
.hm-talk.ftm-cntc h6 {
    display: flex;
    float: left;
    width: 100%;
    flex-direction: column;
}
ul.hm-srvc-prt-blck-mbl {
    display: none;
}
.cnsltn-ftn-mnu {
    display: flex;
    flex-direction: column-reverse;
    float: left;
    gap: 10px;
    width: 100%;
}
.cnsltn-ftn-mnu h6.talk-cal a {
    font-size: 27px;
    width: auto;
    padding-left: 38px;
}
.cnsltn-ftn-mnu h6.talk-cal small {
    font-size: 22px;
    padding-right: 10px;
    margin: 0 10px 0 0;
}
.cnsltn-ftn-mnu h6.talk-cal {
    display: flex;
    align-items: center;
    margin: 0 !important;
}
.cnsltn-ftn-mnu .hdr-top-servce {
    margin: 0 0 20px;
}
.cnsltn-ftn-mnu h6.talk-cal a:before {
    background-image: url(images/phone-mbl-icn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 25px;
    height: 25px;
    background-size: contain;
}
.cnsltn-ftn-mnu .hdr-top-servce a:hover,
.cnsltn-ftn-mnu h6.talk-cal a:hover {
    color: #803e98;
}
.imapsMapPolygon-group:hover {
    fill: #09224a !important;
}
.topmenu ul li.wide-menu ul li a br,
.topmenu .sub-menu li a br {
    display: none;
}
.hm-Consultation-sec.inr-scnlt-prt .container {
    max-width: 100%;
    padding: 0 2%;
}
.hm-Consultation-sec.inr-scnlt-prt .innr-cnct-prt {
    display: flex;
    justify-content: space-between;
    margin: 0 0 -100px;
}
.hm-Consultation-sec.inr-scnlt-prt .cnsltn-prt.inr-cnslt {
    max-width: 50%;
    margin: 0;
    padding: 70px 120px 65px;
    background-size: 97% 92%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hm-Consultation-sec.inr-scnlt-prt .cntpg-frmblck.inr-frm {
    width: 100%;
    max-width: 50%;
    padding: 70px 40px 65px;
    background: #ecf3f7;
    z-index: 1;
}
.hm-Consultation-sec.inr-scnlt-prt .cntpg-frmblck.inr-frm .cntpg-frm {
    max-width: 100%;
}
.hm-Consultation-sec.inr-scnlt-prt .cntpg-frmblck.inr-frm a {
    color: #803e98;
    font-weight: 600;
}
.hm-Consultation-sec.inr-scnlt-prt .cntpg-frmblck.inr-frm a:hover {
    color: #09224a;
}
.hm-Consultation-sec.inr-scnlt-prt .cntpg-frmblck.inr-frm .gform-footer.gform_footer.top_label {
    margin: 40px auto 0;
}
.hm-Consultation-sec.inr-scnlt-prt .cntpg-frmblck.inr-frm .gform_wrapper .gform-body .gfield textarea {
    height: 200px !important;
}
.hm-Consultation-sec.inr-scnlt-prt .cntpg-frmblck.inr-frm p {
    font-size: 18px;
}
.hm-Consultation-sec.inr-scnlt-prt .cnsltn-prt.inr-cnslt .cmn-btn.inrpg {
    margin: 0;
    text-align: center;
}
.page-id-11494 .page_bnr {
    display: none;
}
.page-id-11494 .header-blk {
    background-color: #09234a;
    padding-bottom: 10px;
}
.page-id-11494 .logo-menu {
    position: inherit;
}
.page_default .genpg-rite .hm-areas-lst li {
    padding: 0;
}
.page_default .genpg-rite .hm-areas-lst li::before {
    display: none;
}
.page_default .genpg-rite .hm-areas-btn.cmn-btn.srvs {
    margin: auto;
    display: inherit;
}
.page_default .genpg-rite .inr-srvs-ars h2,
.page_default .genpg-rite .inr-srvs-ars h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 70px;
}
.page_default .genpg-rite .inr-srvs-ars h2 small,
.page_default .genpg-rite .inr-srvs-ars h1 small {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 3.52px;
    color: #803e98;
    display: block;
    margin: 0 0 15px;
}
.hm-Consultation-sec.inr-scnlt-prt .cnsltn-prt.inr-cnslt .cmn-btn.prcts-cnt {
    margin: 0;
    text-align: center;
}
.hm-Consultation-sec.inr-scnlt-prt .cnsltn-prt.inr-cnslt h2 {
    font-size: 55px;
}
.page-id-11494 .page_default {
    position: relative;
    z-index: 1;
}
.page-id-11494 .page_default::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(images/areas-bg-bfr.webp) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}
.review_row.cnsltn-gl {
    position: inherit;
    padding: 0;
    width: auto;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin: 0 0 30px;
    gap: 20px;
}
.review_row.cnsltn-gl .testimonial-author h5 {
    margin: 0 !important;
}
.cnsltn-prt-rvw p {
    position: relative;
    display: inline-block;
    padding: 30px 0 21px;
    font-weight: 400 !important;
    margin: 0 0 20px !important;
}
.cnsltn-prt-rvw p:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    width: 36px;
    height: 22px;
    left: 0px;
    top: 0px;
    background-position: -233px -11px;
}
.cnsltn-prt-rvw p:after {
    background-position: -282px -11px;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    width: 36px;
    height: 22px;
    display: inline-block;
    margin: 0 0 -20px 10px;
}
.hm-help-sctn {
    margin: 0;
    padding: 100px 0;
}
.hm-help-sctn h6 {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
}
.hm-help-sctn h2 {
    text-align: center;
    margin: 0 0 15px;
}
.help-sec-list {
    display: flex;
    justify-content: center;
    margin: 0 0 60px;
}
.help-sec-list .help-sec-itm {
    width: 100%;
    margin: 0 1%;
    background-color: #fff;
    position: relative;
    padding: 40px 45px 0;
    box-shadow: 0px 4px 79px 0px rgba(0, 0, 0, 0.06);
}
.help-sec-list .help-sec-itm h3,
.help-sec-list .help-sec-itm h3 a {
    font-family: "Figtree", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.26;
    color: #09224a;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.help-sec-list .help-sec-itm h3 a:hover,
.help-sec-list .help-sec-itm .help-itm-hvr a:hover {
    color: #803e98;
}
.help-sec-list .help-sec-itm p {
    font-family: "Figtree", serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #5b5b5b;
    margin-bottom: 0px;
}
.help-itm-btn.cmn-btn {
    text-align: center;
    margin: auto;
}
.help-sec-list .help-sec-itm .help-itm-hvr a {
    font-family: "Figtree", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: inline-block;
    color: #09224a;
    margin: 0;
}
.help-sec-list .help-sec-itm .help-itm-hvr {
    position: relative;
    padding: 30px 36px 30px 0;
}
.help-sec-list .help-sec-itm .help-itm-hvr a::after {
    content: "";
    width: 33px;
    height: 44px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -73px -75px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.help-sec-list .help-sec-itm .help-itm-txt {
    border-bottom: 1px solid #e5e5e5;
    min-height: 430px;
}
.help-sec-list .help-sec-itm p a {
    color: #803e98;
}
.help-sec-list .help-sec-itm p a:hover {
    color: #5b5b5b;
}
.page_default .genpg-rite .cmn-btn.vrgna-btn {
    margin: 0px 0 30px 0px;
}
.topmenu ul li.wide-menu.prcts {
    position: inherit;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu {
    width: 100%;
    right: 0;
    margin: auto;
    padding: 0;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu {
    /* column-count: 5; */
    padding: 20px 0px 20px 50px;
    width: 70%;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li ul.sub-menu {
    width: 100%;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li:first-child {
    padding: 0 !important;
    width: 31%;
}
.topmenu ul li.wide-menu.prcts:hover ul.sub-menu {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li ul.sub-menu {
    column-count: 1;
    display: inline-block;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li {
    width: 34.5%;
    /* column-break-inside: avoid; */
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: auto;
    -moz-page-break-inside: avoid;
    -webkit-page-break-inside: auto;
    display: inlin-block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0 !important;
    padding-left: 50px !important;
    /* float: none; */
    /*height: 100%;*/
    /*min-height: 159px;*/
    min-height: 100% !important;
    padding-bottom: 3px !important;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li a {
    font-weight: 600;
    position: relative;
    padding: 12px 12px !important;
    font-size: 19px;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li ul.sub-menu li a {
    font-weight: 300;
    font-size: 18px;
    padding: 0px 12px 8px 12px !important;
    color: rgb(255 255 255 / 80%);
}
.hdr-btm {
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
    position: relative;
}
.top-scr {
    padding-bottom: 10px;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li ul.sub-menu li {
    padding-left: 0px !important;
    min-height: 0 !important;
    width: 100% !important;
    padding-bottom: 0px !important;
}
.topmenu ul li.wide-menu.prcts a:hover {
    background-color: transparent;
    color: #ffffff;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li a:before {
    position: absolute;
    content: "-";
    margin: auto;
    top: 10px;
    bottom: 0;
    left: 0px;
    color: #fff;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li.bdr.bdr-both {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li ul.sub-menu li a:before {
    display: none;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li ul.sub-menu {
    padding: 0 !important;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li.bdr.dvrce-width {
    /*padding-left: 60px !important;*/
    border-right: 1px solid #fff;
    margin-right: -1px;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li.bdr.trust {
    border-left: 1px solid #fff;
    margin-left: -1px;
}
/*  .cities {
    margin-left: 20px;
  }*/
/*  .county a {
    cursor: pointer;
  }
  .cities ul {
    list-style-type: none;
    padding: 0;
  }
   Smooth transition for opening and closing cities 
  .cities {
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: 0;
  }
  li.county {
    position: relative;
    display: block;
}
.cities ul li{
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    display: block;
    position: relative;
    color: #000000;
    margin-bottom: 6px;
}*/
.hm-areas-lst li.county a {
    display: block;
}
.hm-areas-lst li.county {
    position: relative;
}
.hm-areas-lst .cities {
    display: none;
}
.hm-areas-lst li.county a.activeSub + .cities {
    display: block;
}
.hm-areas-lst .cities ul {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 12px;
    width: 55%;
    display: flex;
    justify-content: space-between;
}
.hm-areas-lst li.county:hover .cities {
    display: block
}
.hm-areas-lst .cities ul li, .hm-areas-lst .cities ul li a {
    font-family: "Figtree", serif;
    font-weight: 400;
    font-size: 16.9px;
    line-height: 1;
    display: block;
    position: relative;
    color: #000000;
    margin-bottom: 10px;
    width: 49%;
}
.hm-areas-lst .cities ul li a{
	width:100%;
	margin-bottom: 0!important;
}


.inr-srvs-ars .hm-areas-lst .cities ul {
    padding: 12px !important;
}
.hm-areas-blk .hm-areas-lst ul {
    margin: 0 !important;
}
.page-id-11494 .sicky-cnt.mobile_src_nav {
    background-color: transparent;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li.bdr.pvrty {
    padding-bottom: 30px !important;
}
.topmenu ul li.wide-menu.prcts ul.sub-menu li#menu-item-348 {
    margin-top: -16px;
}
li#menu-item-12773 {
    display: none !important;
}
li.menu-item-12773 {
    display: none !important;
}

.client-intake-lst {
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-intake-rgt {
    width: 60%;
    margin-bottom: 45px;
    padding-left: 3%;
}
.client-intake-lft {
    width: 35%;
/*    background-image: url(images/team-blk-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 20px;*/
}
/* h6.sub-heading.client-intake {
    text-align: center;
} */
section.client-intake-specialist-sctn{
    margin: -128px 0 0;
    padding: 230px 0 115px;
    background-color: #ecf3f7;
}

.client-intake-rgt h2 {
    font-size: 58px;
}
.client-intake-rgt p {
    margin-bottom: 40px;
}

section.client-intake-specialist-sctn{
    padding-bottom: 0!important;
}

.client-intake-lft img {
    display: block;
    width: 100%;
}
.header-blk .cnsltn h6.talk-cal small a.hd-btn {
    padding: 0 !important;
    margin: 0 !important;
}
.header-blk .cnsltn h6.talk-cal small a.hd-btn:before{
    display: none;
}
.header-blk .cnsltn h6.talk-cal small a.hd-btn:hover {
    color: #803e98;
}
.page_default .genpg-rite .cmn-btn.fmly-lw, .page_default .genpg-rite .hm-areas-btn.cmn-btn {
    margin: auto;
    display: block;
}
.cntpg-frmblck-txt {
    margin: 0 0 60px;
}
section.inr-contact-sec {
    margin: 0;
}

.hm-areas-lst .cities ul li a{
	padding:0;
}
.hm-areas-lst .cities ul li a:before{
	display:none
}



