/*
Theme Name:   Nuvew Child
Theme URI:    https://wordpress.com/
Description:  Twenty Nineteen Child Theme
Author:       Wordpress
Author URI:   https://wordpress.com/
Template:     twentynineteen
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  nuvewchild
*/
@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('fonts/OpenSans-ExtraBold.eot');
    src: url('fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('fonts/OpenSans-ExtraBold.ttf') format('truetype'),
        url('fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: ExtraBold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff'),
        url('fonts/OpenSans-Bold.ttf') format('truetype'),
        url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Medium';
    src: url('fonts/OpenSans-Medium.eot');
    src: url('fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Medium.woff2') format('woff2'),
        url('fonts/OpenSans-Medium.woff') format('woff'),
        url('fonts/OpenSans-Medium.ttf') format('truetype'),
        url('fonts/OpenSans-Medium.svg#OpenSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Italic';
    src: url('fonts/OpenSans-Italic.eot');
    src: url('fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Italic.woff2') format('woff2'),
        url('fonts/OpenSans-Italic.woff') format('woff'),
        url('fonts/OpenSans-Italic.ttf') format('truetype'),
        url('fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('fonts/OpenSans-SemiBold.eot');
    src: url('fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff'),
        url('fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSans-Regular.ttf') format('truetype'),
        url('fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff'),
        url('fonts/OpenSans-Light.ttf') format('truetype'),
        url('fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans-SemiBoldItalic';
    src: url('fonts/OpenSans-SemiBoldItalic.eot');
    src: url('fonts/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
        url('fonts/OpenSans-SemiBoldItalic.ttf') format('truetype'),
        url('fonts/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
:root {
    --placeholdercolor: currentColor;
}
body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'OpenSans-Regular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft,  .alignright,  .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 700;
}
p, li, ul, ol, blockquote {
    font-family: 'OpenSans-Regular';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
p {
    margin: 0 0 20px 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"],  button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.d-none, .hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw {
    float: left;
    width: 100%;
}
.wrapper {
    float: left;
    width: 100%;
}
/* Top Menu Section */
a.cmn-btn {
    position: relative;
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    background: #7c8981;
    padding: 25px 42px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    font-style: italic;
    text-align: center;
}
a.cmn-btn:hover {
    background-color: #8c9caa;
    transition: 0.3s;
}
.logo-menu .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.logo-menu .container .logo-addr-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.logo-menu {
    width: 100%;
    position: absolute;
    z-index: 99;
    padding: 12px 42px 10px 42px;
}
.logo {
    width: 20%;
}
.logo img {
    display: block;
}
.logo_rt {
    position: relative;
    display: flex;
    align-items: center;/*padding-left: 90px;*/
    width: 80%;
    justify-content: space-evenly;
}
.cnsltn a{
    font-size: 35px ;
    font-family: 'OpenSans-Bold';
    color: #424f5c;
    line-height: 1;
    letter-spacing:2.4px ;
    padding-left: 52px;
    position: relative;
}
.cnsltn a:before{
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    background: url(images/sprites.png) no-repeat;
    left: 0 ;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: -9px -8px;
}
.topmenuButton-cnt{
    display: flex;
    align-items: center;
}
.cnsltn a:hover{
    color: #7c8981;
}
/* Top Menu Section */
.topmenu {
    margin-right: 20px;
}
.topmenu ul {
    float: right;
    position: relative;
    margin: 0;
}
.topmenu ul li {
    float: left;
    position: relative;
    margin: 0px 35px 0px;
}
.topmenu ul li a {
    position: relative;
    float: left;
    display: block;
    font-size: 20px;
    font-family: 'OpenSans-SemiBold';
    color: #424f5c;
    line-height: 1;
    text-transform: capitalize;


}
.topmenu ul > li > a:hover {
    color:#7c8981;
}
.topmenu ul li:first-child {
    margin-left: 0px;
}
.topmenu ul li:last-child {
    margin-right: 0px;
}
.topmenu ul > li > ul.sub-menu {
    display: none;
    width: 550px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #424f5c;
    padding: 0px 0;
    z-index: 999;
}
.topmenu ul > li:hover > ul.sub-menu {
    display: block;
}
.topmenu > .sub-menu > li.current-menu-item > a {
    color: #424f5c;
}
.topmenu .sub-menu li a:after {
    display: none;
}
.topmenu ul > li > ul > li > ul.sub-menu {
    display: none;
}
.topmenu ul > li > ul > li:hover > ul.sub-menu {
    display: block;
    top: 0;
    left: 100%;
}
.topmenu .sub-menu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}
.topmenu .sub-menu li a {
    float: left;
    font-size: 14px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
}
.topmenu .sub-menu li a:hover {
    background-color: rgb(124 137 129);
    ;
    color: #fff;
}
.topmenu ul ul a:after {
    display: none;
}
.topmenu ul li.wide-menu {
    position: static;
}
.topmenu ul li.wide-menu:hover ul {
    display: block;
    padding:  5px 10px;
}
.topmenu ul li.wide-menu:hover ul li ul{
    padding: 0px 0px 0px 10px;
}
.topmenu ul li.wide-menu ul li {
    width: 46%;
    margin: 0px .5%;
    padding: 7px 0;
    float: left;
    border: 0
}
.topmenu ul li.wide-menu ul li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
    width: 100%;
    float: left;
    border: 0;
    background-color: transparent;
    transition-duration: 0.5s;
}
.topmenu ul li.wide-menu ul li a:hover {
    background-color: rgb(124 137 129);
    ;
    color: #fff;
}
.topmenu ul li.wide-menu ul li ul {
    position: inherit;
    top: inherit;
    left: inherit !important;
    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;
}
#customMenublock.openSlidMenu {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    overflow-y: scroll;
    z-index: 999999999999;
}
div#customMenublock .container {
    width: 90%;
}




div#customMenublock .container {
    width: 90%;
    width:350px;
    background-color:#7c8981;
    padding: 50px 20px;
}
#closeSlideMenu2 {
    width: 100%;
    max-width: calc(100% - 350px);
    height: 100%;
    flex-grow: 1;
}
a#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
}
#customMenublock {
    position: fixed;
    top: 0;
    right: 0;
    /*width: 450px*/;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: inherit;
    justify-content: center;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    opacity: 1;
    z-index: 999999999999;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

#closeSlideMenu {
    position: absolute;
    top: 3px;
    right: 20px;
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    background-color: #424f5c;
    display: block;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 0px 8px;
}
.togsearch .screen-reader-text {
    font-size: 0;
}
.togsearch{
    float: left;
    width: 100%;
}
.togsearch .clr-btn{
    position: absolute;
    right: 20PX;
    width: 20%;
}
.togsearch .clr-btn input{
    font-size: 14pX;
}
.togsearch input {
    width: 100%;
    float: left;
    padding: 17px 20px 16px 20px;
    text-transform: uppercase;
    line-height: normal;
    background-color: transparent;
    font-family: 'OpenSans-Regular';
    font-style: italic;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #424f5c;
}
.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;
}
#menuLayout {
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;

}
#menuLayout .menuText {
    font-size: 22px;
    font-family: 'OpenSans-SemiBold';
    color: #424f5c;
    line-height: 1;
    text-transform: capitalize;

    margin-right: 23px;
}
#menuLayout .iconsArea {
    width: 50px;
}
#menuLayout .iconsArea span {
    width: 50px;
    height: 6px;
    background-color: #424f5c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    -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;
}
#menuLayout .iconsArea span.span-2 {
    margin: 9px 0 9px 0px;
    width: 30px;
    background-color: #7c8981 !important;
}
#menuLayout .iconsArea span.span-3 {
    width: 50px;
}
#menuLayout:hover .iconsArea span.span-2 {
    width: 50px;
}
#customMenublock .mobinav {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    width: 100%;
    display: block !important;
    padding-bottom: 20px;
    background: transparent;
}
/* Top Menu Section Ends */
/*main-menu*/
.main-menu li a{
    font-size: 22px;
    font-family: 'OpenSans-SemiBold';
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
}
.main-menu .menu-item{
    margin-bottom: 15px;
}
/* Mobile Menu Styles */
.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 25px;
    position: relative;
}
.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    color: #343235;
    padding-top: 2px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 24px;
    color: #343235;
}
.mobinav {
    display: block;
    width: 100%;
    color: #424f5c;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #424f5c;
    position: absolute;
    top: 100%;
    left: 0;
}
.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: 'OpenSans-SemiBold';
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-family: 'OpenSans-SemiBold';
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #424f5c;
    transition: 0.3s;
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li a.drop.close, .mobinav ul li a.drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 4px;
    width: 100%;
    height: 29px;
    background-color: transparent !important;
    background-image: url(images/plus_icn.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 5px !important;
    cursor: pointer;
}
.mobinav ul li ul li a.drop.close, .mobinav ul li ul li a.drop.open{
    top:2px
}
.mobinav ul li a.drop.open {
    width: 22px;
    background-image: url(images/minus_icn.png);
}
.mobile_src_nav {
    display: none;
    width: 100%;
    float: left;
    position: relative;
    padding: 12px 0;
}
.mobile_src_nav .container {
    position: relative;
}
.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}
.hdr-src {
    transition: 0.5s;
    cursor: pointer;
    display: none;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 6px;
}
svg.icon.icon-search {
    display: none;
}
.srcshow {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: left;
    background: url(images/search_icon.png) no-repeat left top;
    /*background-position: -54px 0;*/
    text-indent: -9999px;
}
.srcshow img {
    width: 100%;
    display: block;
}
.srcbox {
    z-index: 99999995;
    background-color: #7c8981;
    position: absolute;
    top: -12px;
    right: 0;
    width: 0;
    overflow: hidden;
    height: 51px;
}
.srcbox:before {
    content: "";
    background: url(images/search_icon2.png) no-repeat left top;
    position: absolute;
    left: 18px;
    top: 19px;
    width: 18px;
    height: 18px;
}
.srcbox .search-form .screen-reader-text {
    font-size: 0;
}
.srcbox input {
    width: 100%;
    float: left;
    padding: 17px 30px 16px 45px;
    text-transform: uppercase;
    line-height: normal;
    background-color: transparent;
    font-family: 'OpenSans-SemiBold';
    font-style: italic;
    color: #424f5c;
    font-size: 16px;
    border: 0;
    outline: none;
    border: none;
}
.srcbox button {
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
}
.srcbox .close_search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 8px;
    bottom: 0;
    margin: auto;
    background-image: url(images/sprite_icons.png);
    background-repeat: no-repeat;
    cursor: pointer;
    transform: rotate(45deg);
}
.srcbox input::-webkit-input-placeholder {
    color: #fff;
}
.srcbox input::-moz-placeholder {
    color:#fff;
}
.srcbox input:-ms-input-placeholder {
    color: #fff;
}
.srcbox input:-moz-placeholder {
    color: #fff;
}
/* Show Hide Menu Section Ends */
/*banner section*/
.bnr-cnt {
    opacity:0;
    transition-duration:0.3s;
}
.banner-sec .bnr-img{
    display: none;
}
.banner-sec .bnr-img img{
    width: 100%;
    display: block;
}
.banner-sec {
    /*padding: 280px 0 265px;*/
    padding: 265px 0 265px;
    /*    background: url(images/bnnr-bg.jpg) no-repeat;*/
    background: url(images/bnnr-bg.webp) no-repeat;
    background-size: cover;
    background-position:  center top ;
    position: relative;
}
/*.banner-sec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.4;
}*/
.bnr-cnt {
    position: relative;
    z-index: 1;
}
.banner-sec h1,
.banner-sec h2 {
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
}
.banner-sec h1 span,
.banner-sec h2 span{
    font-size:110px ;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    line-height: 75%;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;

}
.banner-sec h1 strong,
.banner-sec h2 strong{
    font-size: 200px;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Cormorant Garamond', serif;
    color: #8c9caa;
    text-transform: capitalize;
    display: block;
    text-indent: 30px;
    line-height: 85%;
    font-weight: 700;
    font-style: normal;
}
.banner-sec h1 small,
.banner-sec h2 small{
    font-size: 80px;
    font-family: 'Cormorant Garamond', serif;
    display: block;
    text-indent: 140px;
    text-transform: none;
    line-height: 80%;
    font-style: italic;
    font-weight: 600;
}
.banner-sec h1 b,
.banner-sec h2 b{
    font-size: 105px;
    font-family: 'OpenSans-ExtraBold';
    line-height: 95%;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    display: block;
}
.banner-sec .bnnr-btn a{
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    text-transform: capitalize;
    padding: 25px 42px;
    background: #7c8981;
    line-height: 1;
    margin: 0px 0px 20px;
    display: inline-block;
    font-style: normal;
}
.banner-sec .bnnr-btn a:hover{
    background: #8c9caa;
}
/*banner section end*/
.prac-area-sec{
    padding: 102px 0 235px;
}
.hm-prac-list {
    display: flex;
    justify-content: center;
    min-height: 653px;
}
.hm-prac-itm{
    width: 31%;
    margin-right: 3.6%;
}
.hm-prac-itm:last-child{
    margin-right: 0;
}
.hm-prac-dn-cnt {
    display: none;
}
.hm-prac-itm:hover .hm-prac-dn-cnt {
    display: block;
    transition: 0.5s ;
    transition-duration: 0.5s;
}
.hm-prac-itm:hover .hm-prac-db-cnt {
    display: none;
    transition: 0.5s;
    transition-duration: 0.5s;
}
.hm-prac-db-img img{
    width: 100%;
    display: block;
    vertical-align: middle;
}
.hm-prac-db-img{
    margin-bottom: 30px;
}
.hm-prac-db-cnt h6, .hm-prac-dn-cnt h6 a{
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 700;
}
.hm-prac-dn-img img{
    width: 100%;
    display: block;
    vertical-align: middle;
}
.hm-prac-dn-img{
    margin-bottom: 40px;
}
.hm-prac-dn-cnt h6{
    margin-bottom: 16px;
}
.hm-prac-dn-cnt p{
    font-size: 18px;
    font-family: 'OpenSans-Regular';
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.66;
    margin-bottom: 40px;
}
.hm-prac-dn-cnt a{
    font-size: 18px;
    font-family: 'OpenSans-SemiBold';
    color: #7c8981;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}
.hm-prac-dn-cnt a:hover{
    color: #424f5c;
    transition: 0.3s;
}
/*testimonoals section*/
.review_row.dn{
    display: none;
}
.testim-sec{
    padding: 0 0 70px;
}
.testim-sec h2{
    font-size: 110px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    margin:-132px 0 30px 0;
    line-height: 80%;
    font-weight: 600;
    font-style: italic;
}
.testim-sec h2 strong{
    font-size: 195px;
    font-family: 'Cormorant Garamond', serif;
    color: #8c9caa;
    line-height: 100%;
    text-transform: capitalize;
    display: block;
    font-weight: 700;
    font-style: normal;
    margin-bottom: -20px;
}
.testim-cnt {
    display: flex;
}
.hm-testi-btn{
    width: 25%;
    padding-top: 35px;
}
.testimnlslides-cnt{
    width: 75%;
    padding-left: 65px;
    position: relative;
}
.rww-cnt p{
    font-size: 25px;
    font-family: 'OpenSans-Medium';
    color:rgba(25, 29, 39, 0.8);
    line-height: 1.76;
    margin-bottom: 50px;
}
.test_item {
    padding: 22px 25px 20px 75px;
    position: relative;
}
.test_item:before, .test_item:after{
    content: "";
    position: absolute;
    width:42px ;
    height:40px ;
    background: url(images/sprites.png) no-repeat;
    left: 0;
    top: 0;
    background-position: -272px -49px;
}
.test_item:after{
    background-position: -327px -49px;
    left: auto;
    top: auto;
    right: 0;
    bottom:25px;
}
.testimonial-author h5{
    font-size: 40px;
    font-family: 'Cormorant Garamond', serif;
    color: #7c8981;
    text-transform: capitalize;
    line-height: 100%;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 32px;
    font-weight: 700;
    font-style: normal;
}
.testim-sec img {
    width: 100%;
    display: block;
}
.review_row .reviews-rt-stars {
    padding: 0;
    width: 106px;
    background-position: left top;
    position: relative;
    margin: 0;
}
.reviews-rt-stars .rating {
    width: 100%;
    float: left;
    background-image: url(images/reviews-rt-stars.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 23px;
    position: relative;
    z-index: 1;
}
/*.review_row {width: 20%;}
.testimonial-author {width: 20%;}
*/
.review-author-cnt {
    display: flex;
    width: auto;
    align-items: center;
}
/*.home_testimnlslides.owl-carousel .owl-nav.disabled {display: block !important;bottom: 95px;margin: auto;left: -200px;position: absolute;}
*/
.home_testimnlslides.owl-carousel .owl-nav {
    display: block !important;
    bottom: 70px;
    margin: auto;
    left: -200px;
    position: absolute;
}
.home_testimnlslides.owl-carousel .owl-nav button.owl-prev,
.home_testimnlslides.owl-carousel .owl-nav button.owl-next
{
    background: url(images/sprites.png) no-repeat ;
    border: none;
    margin: 0 5px;
    width: 73px;
    height: 74px;
    font-size: 0px!important;
}
.home_testimnlslides.owl-carousel  .owl-nav button.owl-prev{
    background-position: -576px -4px;
}
.home_testimnlslides.owl-carousel  .owl-nav button.owl-next{
    background-position: -653px -4px;
}
.home_testimnlslides.owl-carousel  .owl-nav button.owl-prev:hover{
    background-position: -576px -80px !important;
    opacity: 0.2;
}
.home_testimnlslides.owl-carousel  .owl-nav button.owl-next:hover{
    background-position: -653px -80px !important;
    opacity: 0.2;
}
.hm-testi-btn.dn{
    display: none;
}
/*Attorney sec*/
.attrny-sec{
    padding: 70px 0 104px;
}
.attrny-sec h2{
    display: inline-block;
    text-align: right;
    font-size: 110px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    line-height: 50%;
    font-style: normal;
    font-weight: 600;
}
.attrny-sec h2 strong{
    display: block;
    text-align: left;
    font-size: 200px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    text-transform: capitalize;
    margin: 0 100px 0 0;
    line-height: 50%;
}
.attrny-cnt{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.attrny-lft{
    width: 50%;
}
.attrny-lft img{
    width: 100%;
    display: block;
    transform: scaleX(-1);
}
.attrny-rit{
    width: 44.40%;
    position: relative;
}
.attrny-rit h3{
    font-size: 70px;
    font-family: 'Cormorant Garamond', serif;
    color: #7c8981 ;
    line-height: 1 ;
    text-transform: capitalize;
    margin:0 0 50px 182px;
    font-style: italic;
    font-weight: 600;
}
.attrny-rit h3 strong{
    font-size: 100px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #424f5c;
    text-transform: uppercase;
    display: block;
}
.attrny-rit h6{
    font-size: 40px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-style: italic;
    color: #424f5c;
    line-height: 1.35;
    margin: 0 0  40px -150px;
    padding-right: 40px;
}
.attrny-rit p{
    font-size: 20px;
    font-family: 'OpenSans-Regular';
    color: #000;
    line-height: 1.8;
    margin-bottom: 55px;
}
.attrny-btn a{
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    background: #7c8981;
    padding: 25px 42px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1;
    font-style: italic;
    font-weight: 600;
}
.attrny-btn a:hover{
    background: #424f5c;
    transition: 0.3s;
}
/*Attorney sec end*/
/*Divorce sec */
.divorce-sec{
    background: #424f5c;
    padding: 0 0 93px;
}
.divorce-sec h2 strong{
    font-size: 300px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    text-transform: capitalize;
    display: block;
    line-height: 70%;
}
.divorce-sec h2 b{
    font-size: 110px;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    margin-left: 230px;
    line-height: 100%;
    font-style: italic;
    font-weight: 600;
}
.divorce-sec h2{
    margin:-135px 0 35px;
    text-align: center;
}
.divorce-cnt{
    display: flex;
    margin-bottom: 50px;
}
.divorce-cnt-lft{
    width: 50%;
}
.divorce-cnt-rite{
    width: 50%;
    padding-left: 45px;
}
.divorce-cnt-lft li{
    font-size: 25px;
    font-family: 'OpenSans-SemiBold';
    color: #ffffff;
    line-height: 120%;
    padding-left: 55px;
    position: relative;
    margin-bottom: 32px;
}
.divorce-cnt-lft li:before{
    content: "";
    position: absolute;
    width: 33px;
    height: 32px ;
    background:url(images/sprites.png) no-repeat;
    left: 0;
    top: 0;
    background-position: -420px -4px;
}
.divorce-cnt-rite p{
    font-size: 20px ;
    font-family: 'OpenSans-Regular';
    color: #ffffff;
    line-height: 1.9;
    margin-bottom: 30px;
}
.divorce-cnt-rite h6{
    font-size: 35px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 40px;
    position: relative;
    line-height: 1.37;
    margin-bottom: 0;
}
.divorce-cnt-rite h6:before{
    content: "";
    position: absolute;
    width: 5px;
    height: calc(100% - 18px);
    ;
    top: 10px;
    left: 0;
    background: #7c8981;
}
.divorce-btn a{
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    background: #7c8981;
    padding: 25px 42px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1;
    font-style: italic;
    font-weight: 600;
}
.divorce-btn{
    text-align: center;
}
.divorce-btn a:hover{
    background: #ffffff;
    color: #7c8981;
    transition: 0.3s;
}
/*Our Flat Fee section*/
.our-flat-fee-sec{
    padding: 90px 0 185px;
}
.our-flat-fee-sec h2{
    font-size: 110px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    text-transform: capitalize;
    line-height: 110%;
    margin-bottom: 60px;
    font-style: italic;
    font-weight: 600;
}
.our-flat-fee-sec h2 strong{
    font-size: 200px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    display: block;
    text-indent: 155px;
}
.our-flat-fee-blck {
    display: flex;
    justify-content: center;
}
.our-flat-fee-itm{
    width: 49%;
    background: #ffffff;
    -webkit-box-shadow: 3px 1px 54px 0px rgba(0, 0, 0, 0.08);
    margin-right: 2%;
    text-align: center;
    padding:25px 30px 35px 30px ;
}
.our-flat-fee-itm:nth-child(2n){
    margin-right: 0;
}
.our-flat-fee-border{
    /*    border:2px dashed #8c9caa;*/
    padding: 40px 55px 52px;
}
.our-flat-fee-itm h3{
    font-size: 100px;
    font-family: 'Cormorant Infant', serif;
    font-weight: 700;
    color: #424f5c;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 100%;
    align-items: center;
    min-height: 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our-flat-fee-itm h3 strong{
    font-size: 28px;
    font-family: 'Cormorant Garamond', serif;
    color: #8c9caa;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0 116px 0 0;
    display: block;
    font-style: italic;
    font-weight: 600;
}
.our-flat-fee-itm h3:before{
    content: "";
    position: absolute;
    width:366px ;
    height: 14px;
    background: url(images/hr-bor-img.png) no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
}
.our-flat-fee-itm h6{
    font-size: 30px;
    font-family: 'OpenSans-SemiBold';
    color: #424f5c;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom:0 ;
}
/*our-flat-fee-sec end */
/*divorce-process-sec*/
.divorce-process-sec{
    background: url(images/divorce--process-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 108px;
}
.divorce-process-sec h2{
    font-size: 110px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    line-height: 100%;
    margin: -80px 0 88px;
    font-style: italic;
    font-weight: 600;
}
.divorce-process-sec h2 strong{
    font-size: 200px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;/*line-height: 100%;*/
    text-transform: capitalize;
    display: block;
    text-indent: 151px;
}
.divorce-process-blck{
    display: flex;
    padding: 150px 30px;
    margin-bottom: 107px;
    justify-content: center;
    align-items: center;
    margin-right: -30px;
}
.divorce-process-itm{
    width: 16%;
    text-align: center;
    position: relative;
    margin: 0 -25px 0 0;
}
.divorce-process-itm h3{
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #424f5c; /*text-transform: capitalize;*/
    line-height: 100%;
    margin-bottom: 0;
    min-height: 68px;
    position: absolute;
}
.divorce-process-itm:hover h3 {
    color: #8c9caa;
}
.divorce-process-inr-itm h4{
    font-size: 30px;
    font-family: 'OpenSans-SemiBold';
    color: #424f5c;
    margin-bottom: 0;

}

.divorce-process-inr-itm{
    position: relative;
    width: 172px;
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.divorce-process-itm:nth-child(even) h3{
    bottom: -170px;
    left: -22px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.divorce-process-itm:nth-child(odd) h3{
    top: -160px;
    left: -22px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.divorce-process-inr-itm:before{
    content: "";
    position: absolute;
    width: 135px;
    height: 135px;
    border: 20px solid #7c8981 ;
    top: 0px ;
    left: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.divorce-process-inr-itm:after {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    background: url(images/process-arrow-image.png) no-repeat;
    right: -40px;
    top: 1px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
    background-size: 100%;
}

.divorce-process-itm:last-child .divorce-process-inr-itm:after {
    display: none;
}
.divorce-process-itm:nth-child(even) h3:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #7c8981;
    top: -120px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.divorce-process-itm:nth-child(odd) h3:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #7c8981;
    top: 85px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.divorce-process-sec h6{
    font-size: 25px;
    font-family: 'OpenSans-Regular';
    font-style: italic;
    color: #424f5c;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.divorce-process-sec h5 a{
    font-size: 40px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: italic;
    color: #46535f;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: underline;
    text-align: center;
}
.divorce-process-sec h5{
    text-align: center;
}
.divorce-process-sec h5 a:hover{
    color: #7c8981;
    transition: 0.3s;
}
/*Legal representation sec*/
.legal-representation-sec{
    padding: 139px 0 115px;
    background: url(images/legal-reprsntn-bg.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
}
.legal-representation-cnt{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.legal-representation-lft{
    width: 50%;
}
.legal-representation-rite{
    width: 45.3%;
    padding-left: 60px;
    position: relative;
}
.legal-representation-rite:before{
    content: "";
    position: absolute;
    width: 5px;
    height: calc(100% - 42px);
    background: #8c9caa;
    bottom: 20px;
    left: 0;
}

body.home .legal-representation-sec .y-we-offer-btn {
    display: none !important;
}

.legal-representation-lft h2 small{
    line-height: 100%;
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 100px;
    margin-left: 110px;
    display: block;
}
.legal-representation-lft h2 strong{
    display: block;
    font-size: 220px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 70%;
}
.legal-representation-lft h2 b{
    display: block;
    font-size: 100px;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    line-height: 80%;
    text-indent: 175px;
    margin-bottom: -25px;
    font-style: italic;
    font-weight: 600;
}
.legal-representation-lft h2{
    display: block;
    font-size: 200px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    line-height: 75%;
    margin-bottom: 0;
}
.legal-representation-rite h6{
    font-size: 45px;
    font-family: 'OpenSans-Light';
    color: #ffffff;
    line-height: 1.44;
    margin-bottom: 0;
}
.legal-representation-sec h5{
    text-align: center;
    font-size: 25px;
    font-family: 'OpenSans-Regular';
    font-style: italic;
    color: #ffffff;
    line-height: 1.92;
    margin-bottom: 65px;
}
.y-we-offer-list{
    display: flex;
    max-width: 1150px;
    margin: auto;
    /*   margin-bottom: 60px;*/
}
.y-we-offer-itm{
    width: 33.33%;
    text-align: center;
    position: relative;
}
.y-we-offer-itm h6 a{
    font-size: 28px;
    font-family: 'OpenSans-Medium';
    color: #ffffff;
    line-height: 100%;
    padding-top: 210px;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
    display: block;
}
.y-we-offer-itm h6 a:before{
    content: "";
    position: absolute;
    width:172px ;
    height:168px;
    background: url(images/sprites.png) no-repeat;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.y-we-offer-itm .one a:before{
    background-position: -182px -114px;
}
.y-we-offer-itm .two a:before{
    background-position: -365px -114px;
}
.y-we-offer-itm .three a:before{
    background-position: -4px -114px;
}
.y-we-offer-itm:hover .one a:before{
    background-position: -182px -292px;
}
.y-we-offer-itm:hover  .two a:before{
    background-position: -365px -292px;
}
.y-we-offer-itm:hover .three a:before{
    background-position: -4px -292px;
}
.y-we-offer-itm:hover h6 a{
    color: #7c8981;
}
.y-we-offer-btn a{
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    background: #7c8981;
    padding: 25px 42px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1;
    font-style: italic;
    font-weight: 600;
}
.y-we-offer-btn{
    text-align: center;
}
.y-we-offer-btn a:hover{
    background:#ffffff;
    color:#7c8981;
    transition: 0.3s;
}
/*hw-will-wrk-sec*/
.hw-will-btn.dn{
    display: none;
}
.hw-will-wrk-sec{
    padding: 120px 0 90px;
    background: #424f5c;
}
.hw-will-work-cnt {
    display: flex;
    justify-content: space-between;
}
.hw-will-work-itm{
    width: 50%;
}
.hw-will-work-lft h2{
    font-size: 150px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-transform: none;
    line-height: 88%;
    margin-bottom: 50px;
}
.hw-will-work-lft h2 strong{
    font-size: 220px;
    color: #8c9caa;
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.hw-will-work-lft h2 b{
    font-size: 150px;
    font-family: 'Cormorant Garamond', serif;
    margin-left: 230px;
    font-style: italic;
    font-weight: 600;
}
.hw-will-btn a{
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    background: #7c8981;
    padding: 25px 42px;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1;
    font-style: italic;
    font-weight: 600;
}
.hw-will-btn a:hover{
    color:#7c8981 ;
    background: #ffffff;
    transition: 0.3s;
}
.hw-will-work-rite h4{
    font-size: 35px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
    line-height: 1;
    padding-left: 35px;
    border-left: 5px solid #7c8981;
    margin-bottom: 20px;
}
.hw-will-work-rite p{
    font-size: 18px;
    font-family: 'OpenSans-Regular';
    color: #ffffff ;
    line-height: 1.55;
    margin-bottom: 50px;
}
.hw-will-work-rite{
    padding-left: 50px;
}
/*hw-will-wrk-sec end*/
/*map-section*/
.map-sec .container{
    max-width: 100%;
}
.map-sec iframe{
    width: 100%;
    height: 698px;
    display: block;
    vertical-align: middle;
}
.map-sec p{
    margin: 0;
}
/*map-section end*/
/*footer section*/
.site-footer{
    background: url(images/ftr-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 1;
}
.ftmenu{
    text-align: center;
    margin-bottom: 90px;
}
.ftmenu ul{
    font-size: 0;
}
.ftmenu li{
    display: inline-block;
    margin: 0 24px;
}
.ftmenu li:first-child{
    margin-left: 0;
}
.ftmenu li:last-child{
    margin-right: 0;
}

.ftmenu li a{
    font-size: 30px ;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
    display: inline-block;
    font-style: italic;
    font-weight: 600;
}
.ftmenu li a:hover{
    color: #8c9caa;
}
.ftr-loc-blck {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.ftr-itm h5{
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    color: #8c9caa;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 14px;
    font-weight: 600;
    font-style: italic;
}
.ftr-itm a{
    font-size: 18px;
    font-family: 'OpenSans-Regular';
    color: #e4e0e0;
    line-height: 1.55 ;
    text-transform: capitalize;
    margin-bottom: 0;
}
.ftr-itm.secnd-adrss{
    padding-right: 90px;
}
.ftr-scl-icons-blck{
    display: flex;
    padding: 50px 0px 50px 0px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(255 255 255 / 15%);
    border-left: none;
    border-right: none;
    margin-bottom: 60px;
}
.ftr-scl-icn-itm h6{
    font-size: 36px;
    font-family: 'Cormorant Garamond', serif;
    color: #8c9caa;
    margin:0 40px 0 0;
    font-weight: 600;
    font-style: italic;
}
.ftr-scl-icn-itm{
    display: flex;
    align-items: center;
    position: relative;
    width: 48%;
    justify-content: center;
}

/*.ftr-scl-icn-itm.phn {
    padding-left: 59px;
}*/
.ftr-scl-icn-itm.phn a{
    font-size: 36px;
    font-family: 'OpenSans-Bold';
    color: #ffffff;
    line-height: 1;
    margin: 0;
    letter-spacing: 3px;
}
.ftr-scl-icn-itm.phn a:hover, .ftr-itm a:hover{
    color: #8c9caa;
    ;
}
.ftr-scl-icn-itm p{
    margin: 0;
    line-height: 0;
}
.ftr-scl-icn-itm.scl-icns a{
    font-size: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background:  url(images/sprites.png) no-repeat;
    margin: 0 10px;
    vertical-align: middle;
    transform: scale(.85);
}
.ftr-scl-icn-itm.scl-icns a:first-child{
    margin-left: 0;
}
.ftr-scl-icn-itm.scl-icns a:last-child{
    margin-right: 0;
}
.ftr-scl-icn-itm.scl-icns .fb{
    background-position:-74px -51px;
}
.ftr-scl-icn-itm.scl-icns .tw{
    background-position:-118px -51px;
}
.ftr-scl-icn-itm.scl-icns .likdn{
    background-position:-162px -51px;
}
.ftr-scl-icn-itm.scl-icns .gogl{
    background-position:-206px -51px;
}
.ftr-scl-icn-itm.scl-icns .fb:hover{
    background-position:-74px -7px;
}
.ftr-scl-icn-itm.scl-icns .tw:hover{
    background-position:-118px -7px;
}
.ftr-scl-icn-itm.scl-icns .likdn:hover{
    background-position:-162px -7px;
}
.ftr-scl-icn-itm.scl-icns .gogl:hover{
    background-position:-206px -7px;
}
.ft_note p, .ftr-cpyrt-links-cnt p{
    font-size: 18px;
    font-family: 'OpenSans-Regular';
    color: rgba(255, 255, 255,0.50);
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
}
.ft_note{
    margin-bottom: 40px;
}
/*.ftr-cpyrt-links-cnt {
    display: flex;
    justify-content: space-between;
}*/
.ftr-cpyrt-links-cnt p{
    color: #ffffff;
}
.ftr-cpyrt-links{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#48555e+0,48555e+50,4b5861+65,4a5760+100 */
    background: rgb(72,85,94); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(72,85,94,1) 0%, rgba(72,85,94,1) 50%, rgba(75,88,97,1) 65%, rgba(74,87,96,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(72,85,94,1) 0%,rgba(72,85,94,1) 50%,rgba(75,88,97,1) 65%,rgba(74,87,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(72,85,94,1) 0%,rgba(72,85,94,1) 50%,rgba(75,88,97,1) 65%,rgba(74,87,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48555e', endColorstr='#4a5760',GradientType=0 ); /* IE6-9 */
    ;
    padding: 38px 0;
}
.ftr-cpyrt-links p{
    margin: 0;
}
.ftr-cpyrt-links p a:hover{
    color: #8c9caa;
}
/*footer-end*/
/*Home page Form*/
.form-section{
    margin:-250px 0  75px 0;
}
.form-section .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
    display: none;
}
.form-section .form-cnt{
    padding: 50px 85px 75px 85px;
    background: #fff;
}
.form-section .form-cnt h2 {
    font-size: 200px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    line-height: 85%;
    margin:0 0 20px -30px;
    text-transform: capitalize;
}
.form-section .form-cnt h2 strong{
    font-size: 85px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    line-height: 1;
    display: block;
    text-indent: 185px;
    text-transform: none;
    font-style:  italic;
    font-weight: 600;
}
.form-section .form-cnt p {
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    color: #424f5c;
    line-height: 1;
    text-align: left;
    margin-bottom: 40px;
}

.form-cnt .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 25px;
}
.form-cnt .gfield.email{
    margin-right: 30px;
}
.form-cnt .gfield.nm{
    margin-right: 30px;
}
/*.form-cnt span.name_first, .form-cnt span.name_last{padding-right: 0!important;max-width: 600px;position: relative;}
*/
.form-cnt span.name_first{
    margin-right: 26px !important;
}
.form-cnt .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2{
    width: 100% !important;
    margin-top:0 ;
}
.form-cnt .gform_legacy_markup_wrapper .top_label .gfield_label, .form-cnt .gform_legacy_markup_wrapper legend.gfield_label{
    display: none;
}
.form-cnt .gform_legacy_markup_wrapper .top_label div.ginput_container{
    margin-top: 0;
}
.form-cnt .gform_wrapper .top_label input, .form-cnt .gform_wrapper select, .form-cnt .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #424f5c;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: rgb(244 247 254 / 90%);
    border: 1px solid #e3ebfd;
    font-size: 18px !important;
    padding: 29px 37px !important;
    transition: all .5s;
    font-family: 'OpenSans-SemiBold' !important;
    line-height: 1!important;
}
.form-cnt .gform_legacy_markup_wrapper .gform_footer input.button,
.form-cnt .gform_legacy_markup_wrapper .gform_footer input[type=submit]{
    margin-right: 0;
}
.form-cnt .gform_legacy_markup_wrapper textarea.large{
    height: 190px !important;
    margin-bottom: 15px;
}
.form-cnt .gform_wrapper .top_label input[type=submit] {
    width: 250px!important;
    font-size: 30px !important  ;
    font-family: 'Cormorant Garamond', serif !important;
    text-transform: capitalize !important;
    line-height: 1 !important;
    color: #ffffff ;
    background-color: #7c8981 ;
    outline: none ;
    border: 0px none ;
    border-radius: 0 ;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: italic;
    padding: 25px 15px !important;
    height: auto ;
    margin: 0;
    font-weight: 600;
}
.form-cnt .gform_wrapper .top_label input[type=submit]:hover {
    background-color: #f4f7fe !important;
    color: #424f5c!important;
}
.form-cnt input::placeholder {
    color: #424f5c;
}
.form-cnt input:-ms-input-placeholder {
    color: #424f5c;
}
.form-cnt input::-ms-input-placeholder {
    color: #424f5c;
}
.form-cnt textarea::placeholder {
    color: #424f5c;
}
.form-cnt textarea:-ms-input-placeholder {
    color: #424f5c;
}
.form-cnt textarea::-ms-input-placeholder {
    color: #424f5c;
}
.form-cnt .gform_wrapper ul.gform_fields li,
.form-cnt .gform_wrapper ul.gform_fields li.nm,
.form-cnt .gform_wrapper ul.gform_fields li.emil,
.form-cnt .gform_wrapper ul.gform_fields li.phn {
    float: left;
    width: 100%;
    clear: none;
    max-width: 600px !important;
    position: relative;
}
.form-cnt .gform_wrapper .gfield.msg{
    width: 100%;
    max-width: 100% !important;
}
.form-cnt .gform_legacy_markup_wrapper .gform_footer {
    padding: 0;
    margin-top: 0px !important;
    clear: both;
    width: 100%;
    text-align: center;
}
.form-cnt .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width:600px!important;
}
.form-cnt .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1, .form-cnt .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2, .form-cnt .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width:100%!important;
}
.form-cnt .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .form-cnt .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .form-cnt .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0 !important;
    padding-right: 0!important;
    margin-right: 0!important;
}
.validation_message.gfield_validation_message{
    text-align: left;
}
.form-cnt  .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
    margin-top: 0;
}
.form-cnt  .gform_legacy_markup_wrapper li.gfield.gfield_error,
.form-cnt  .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
{
    background-color: inherit;
    margin-bottom: 25px!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}
.form-cnt .gform_legacy_markup_wrapper div.validation_error{
    display: none;
}
.form-cnt .gform_wrapper .validation_message, .form-cnt .form-lft-col .gform_wrapper div.validation_error
{
    color: #ff0000;
    letter-spacing: .56px;
    font-size: 12px;
    font-family: 'OpenSans-Regular';
    line-height: 1!important;
    line-height: 18px;/*width: 250px;*/
    position: absolute;
    top: 5px;
    right: 0px;
}
.form-cnt .gform_legacy_markup_wrapper .field_description_below .gfield_description {
    padding: 0 10px !important;
}
.form-cnt .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    padding-right: 0 !important;
}

.form-cnt .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {
    border: 1px solid #e3ebfd;
    ;
}
.form-cnt span.name_first:before, .form-cnt span.name_last:before,
.form-cnt .gform_wrapper ul.gform_fields li.nm.ft-nm:before,
.form-cnt .gform_wrapper ul.gform_fields li.email:before,
.form-cnt .gform_wrapper ul.gform_fields li.phn:before,
.form-cnt .gform_wrapper ul.gform_fields li.msg:before{
    content: "" ;
    position: absolute;
    background: url(images/sprites.png) no-repeat;
    right: 35px;
    top: 0;
    bottom:0 ;
    margin: auto;
    z-index: 1;
}
.form-cnt .gform_wrapper ul.gform_fields li.nm.ft-nm:before{
    width: 28px;
    height:31px ;
    background-position:-271px -4px ;
}
.form-cnt .gform_wrapper ul.gform_fields li.email:before{
    width:32px ;
    height: 25px;
    background-position:-306px -4px ;
}
.form-cnt .gform_wrapper ul.gform_fields li.phn:before{
    width: 32px;
    height: 32px;
    background-position:-340px -4px;
}
.form-cnt .gform_wrapper ul.gform_fields li.msg:before{
    width: 26px;
    height: 26px;
    background-position:-378px -4px ;
    top: 40px;
    bottom: inherit;
}
.form-cnt span.name_first:before,
.form-cnt span.name_last:before{
    width: 28px;
    height:31px ;
    background-position:-271px -4px ;
}
.form-cnt .gform_legacy_markup_wrapper ul.gform_fields li.gfield select {
    background: #f4f7fe url(images/drop-dwn-icn12.png) no-repeat;
    background-position: right 35px center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}





/*form-end*/
/*inner-pages*/
input[type=search]::-ms-clear {
    display: none;
    width : 0;
    height: 0;
}
input[type=search]::-ms-reveal {
    display: none;
    width : 0;
    height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
/*Default Styles*/
.img-box img{
    width: 100%;
    display: block;
}
.img-box{
    margin-bottom: 20px;
    border: 5px solid #ccc;
}
.page_bnr {
    /*    background:url(images/page-bnr-bg.jpg) no-repeat;*/
    background-size: cover;
    padding: 270px 0 47px;
    position: relative;
    background-position: top center;
}
.page_title {
    position: relative;
    z-index: 9;
}
.page_title h1, .page_title h2 {
    /*margin-bottom: 155px;*/
    font-size: 80px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    line-height: 100%;
    text-transform: capitalize;
    font-weight: 600;
    font-style: italic;
}
.page_title h6{
    margin-bottom: 140px;
}
.page_title h1 strong, .page_title h2 strong {
    font-size: 110px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    display: block;

}
.inrpg-breadcrumbs {
    font-size: 20px;
    font-family: 'OpenSans-Regular';
    font-style: italic;
    color: #8c9caa;
    text-transform: capitalize;
    line-height: 100%;
}
.inrpg-breadcrumbs strong{
    font-family: 'OpenSans-Regular';
    font-style: italic;
    font-weight: 300;
}
.inrpg-breadcrumbs .post-page.current-item, .inrpg-breadcrumbs .post-page.current-item strong, .post-citystate,
.post-root.post.post-post,  .post.post-post.current-item{
    font-family: 'OpenSans-SemiBold';
    font-style: italic;
    color: #424f5c;

}
.inrpg-breadcrumbs span:hover{
    color: #424f5c;
}
.brd-div {
    display: inline-block;
    margin: 0 13px;
}
.page_default {
    padding: 85px 0 255px;
    position: relative;
}
.genpg-rite {
    width: 66%;
    float: right;
}
.genpg-lft {
    float: left;
    width: 28.50%;
}
.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: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
}
.page_default .genpg-rite h1, .page_default .genpg-rite h2{
    font-size: 85px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #424f5c;
    line-height: 95%; /*text-transform: capitalize;*/
    margin-bottom: 54px;
    ;
}




.page_default .genpg-rite h1{
    line-height: 105%;
    font-size: 90px;
    margin-bottom: 20px;
}
.page_default .genpg-rite h1 strong, .page_default .genpg-rite h2 strong, .page_default .genpg-rite .pg-cnt-title h6.pg-subtitle{
    font-size: 35px;
    font-family: 'Cormorant Garamond', serif;
    color: #8c9caa;
    display: block;
    line-height: 150%;
    font-weight: 600;
    font-style: italic;
}
.page_default .genpg-rite .pg-cnt-title h6.pg-subtitle{
    text-indent: 175px;
}

.page_default .genpg-rite h3{
    font-size: 40px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 32px;
}
.page_default .genpg-rite h4{
    font-size: 28px;
    line-height: 1.2;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    margin-bottom: 20px;
}
.page_default .genpg-rite h5{
    font-size: 25px;
    line-height: 1.2;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    margin-bottom: 20px;
}
.page_default .genpg-rite h6{
    font-size: 22px;
    line-height: 1.2;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    margin-bottom: 20px;
}
.page_default .genpg-rite p, .page_default .genpg-rite li {
    font-size: 20px;
    font-family: 'OpenSans-Regular';
    color: #616368;
    line-height: 1.9;
    margin-bottom: 30px;
}
.page_default .genpg-rite ul{
    margin-left: 30px;
}
.page_default .genpg-rite a{
    color:#8c9caa;
    text-decoration:none;
    font-family: 'OpenSans-SemiBold';
}
.page_default .genpg-rite li {
    padding-left: 42px;
    color:#616368;
    position: relative;
    line-height:1.9;
    margin: 0 0 20px 0;
    font-size: 20px;
}
.page_default .genpg-rite ul li:before {
    content: "";
    position: absolute;
    width:28px ;
    height: 26px;
    background: url(images/in-sprites.png) no-repeat;
    left: 0;
    top: 6px;
    background-position: -1px -1px;
}
.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}
.page_default .genpg-rite li ul li {
    padding-left: 10px;
    list-style: disc;
}
.page_default .genpg-rite li ul li:before{
    display:none;
}
.page_content .genpg-rite ol, .page_content .genpg-rite ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}
.page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
.page_default .genpg-rite li a{
    text-decoration:none;
    color:#8c9caa;
    ;
}
.page_default .genpg-rite li a:hover, .page_default .genpg-rite a:hover{
    color:#424f5c;
}
/*genpg*/
.inr-our-flat-fee-sec{
    background: #f9f8f8;
    padding: 85px 0 66px;
}
.inr-legal-representation-sec .y-we-offer-list, .inr-legal-representation-sec  h5{
    display: none;
}
.inr-legal-representation-sec{
    padding: 125px 0 160px;
}
.inr-testim-sec{
    padding: 0 0 385px;
    background: url(images/testimonial-bg.jpg) no-repeat;
    background-size: cover;
    background-position: left center;
}
.inr-testim-sec h2{
    margin: -110px 0 30px 0;
}
.page_default.gen-pg .genpg-rite h4{
    font-size: 40px;
    font-family: 'Cormorant Garamond', serif;
    color: #7c8981;
    line-height: 100%; /*text-transform: capitalize;*/
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 600;
}
.page_default .genpg-rite .gen-rit-list-box  p{
    padding-left: 50px;
}
.page_default.gen-pg .genpg-rite h4 a{
    font-size: 40px;
    font-family: 'Cormorant Garamond', serif;
    color: #7c8981;
    font-style: italic;
    font-weight: 600;
}
.page_default.gen-pg .genpg-rite h4 a:hover{
    color: #424f5c;
}
.page_default.gen-pg .genpg-rite h4:before{
    content: "";
    position: absolute;
    width:28px ;
    height: 26px;
    background: url(images/in-sprites.png) no-repeat;
    left: 0;
    top: 6px;
    background-position: -1px -1px;
}
.gen-rit-list-box{
    padding-left: 29px;
    margin-bottom: 48px;
}
.page_default .genpg-rite .Contact-box h3{
    font-size: 40px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #424f5c;
    text-transform: capitalize;
    line-height: 100%;
    margin-bottom: 35px;
}
.page_default .genpg-rite .Contact-box h6{
    font-size: 35px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: italic;
    color: #424f5c;
    line-height: 1.37;
    margin-bottom: 0;
    padding-left: 50px;
    position: relative;
}
.page_default .genpg-rite .Contact-box h6 a{
    font-family: 'Cormorant Garamond', serif;
    display: inline-block;
    font-style: italic;
    font-weight: 600;
}
.page_default .genpg-rite .Contact-box h6 span a{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-style: italic;
}
.page_default .genpg-rite .Contact-box h6:before{
    content: "";
    position: absolute;
    width: 5px;
    height: calc(100% - 27px);
    background: #7c8981;
    left: 0;
    top: 10px;
}
/* gnl-pg Sidebar*/
.genpg-lft .sb-law-office h2{
    font-size: 55px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.genpg-lft .sb-law-office h5{
    font-size: 45px;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    line-height: 120%;
    margin-bottom: 25px;
    font-style: italic;
    font-weight: 600;
}
.genpg-lft .sb-law-office h6{
    font-size: 35px;
    font-family: 'Cormorant Garamond', serif;
    color: #8c9caa;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
}
.genpg-lft .sb-law-office h6 a{
    font-size: 40px;
    font-family: 'OpenSans-Bold';
    color:#ffffff;
    line-height: 100%;
    letter-spacing: 2.4px;
    margin-bottom: 0;
    display: block;
    margin-top:10px ;
}
.genpg-lft .sb-law-office h6 a:hover{
    color: #8c9caa;
}
.genpg-lft .sb-law-office h6 a:hover{
    color: #8c9caa;
    transition: 0.3s;
}
.genpg-lft .sb-law-office{
    padding:50px 33px 73px 43px ;
    background: #424f5c;
    margin-bottom: 50px;
}
.genpg-lft .sb-attny-cnt h2{
    font-size: 80px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    line-height: 60%;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.genpg-lft .sb-attny-cnt h2 strong{
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    display: block;
    line-height: 60%;
    text-align: right;
    padding-right: 70px;
    text-transform: none;
    font-style: italic;
    font-weight: 600;
}
.genpg-lft .attny-img img{
    width: 100%;
    display: block;
    vertical-align: middle;
    transform: scaleX(-1);
}
.genpg-lft .attny-img {
    margin-bottom: 25px;
}
.genpg-lft .attny-itm h6{
    font-size: 45px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
}
.genpg-lft .attny-itm:hover h6{
    color: #8c9caa;
}
.genpg-lft .attny-itm {
    position: relative;
}
.genpg-lft .attny-itm .link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.genpg-lft .attny-itm:hover h6{
    color: #8c9caa;
    transition: 0.3s;
}
.genpg-lft .sb-prac-itm:hover h6{
    color: #8c9caa;
    transition: 0.3s;
}
.genpg-lft .sb-attny-cnt{
    margin-bottom: 60px;
}
.genpg-lft .sb-prac-itm h6{
    font-size: 45px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #424f5c;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0;
}
.genpg-lft .sb-prac-itm{
    margin-bottom: 37px;
    position: relative;
}
.genpg-lft .sb-prac-img img{
    width: 100%;
    display: block;
}
.genpg-lft .sb-prac-img {
    margin-bottom: 25px;
}
.genpg-lft .sb-prac-itm .link{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.genpg-lft .sb-prac-itm:hover h6{
    color: #8c9caa;
    transition: 0.3s;
}
/*blog page*/
.search.search-results .post-dt{
    display: none;
}
.page_bnr.blog_bnr{
    background: url(images/blog-bnr-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.blgpg.search-cnt{
    padding: 20px 0 150px;
}
.blgpg.search-cnt .search-form{
    display: none;
}
.blgpg.search-cnt h1.page-title{
    font-size: 70px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 100%;
    color: #424f5c;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 600;
}
.blgpg.search-cnt .page-content p{
    font-size: 25px;
    font-family: 'OpenSans-Medium';
    color: rgba(25, 29, 39, 0.8);
    line-height: 1.76;
    margin: 0;
}
.blg-toprgt .widget{
    margin-bottom: 0;
}
.blgpg .container{
    max-width: 100%;
}
.blg-psts-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 85px;
}
.post-item{
    width: 32%;
    margin-right: 1.9%;
    margin-bottom: 90px;
}
.post-item:nth-child(3n){
    margin-right: 0;
}
.blog-post-img img{
    display: block;
    width: 100%;
    vertical-align: middle;
}
.post-cnt {
    padding: 42px 0 20px;
}
.post-category{
    font-size: 22px;
    font-family: 'Cormorant Garamond', serif;
    color: #7c8981;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 29px;
    font-style: italic;
    font-weight: 600;
}
.post-cnt h4{
    font-size:30px;
    font-family: 'OpenSans-Bold';
    color: #424f5c;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom:40px;
    border-bottom: 1px dashed rgba(0, 0, 0, 22%);
}
.post-dt{
    font-size: 18px;
    font-family: 'OpenSans-SemiBold';
    color: #7c8981;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 0;
}
.blg-toprgt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.blg-topsec .search-form {
    position: relative;
}
.blg-topsec .widget.widget_search{
    width: 600px;
}
.blg-topsec .search-field {
    font-size: 18px;
    font-family: 'OpenSans-SemiBold';
    color: #424f5c;
    background: #f4f7fe;
    line-height: 1;
    text-transform: capitalize;
    padding: 25px 50px 20px 30px;
    border: none;
    outline: none;
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    vertical-align: middle;
    height: 80px;
}
.blg-topsec .search-form input.search-submit {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 35px;
    margin: auto;
    font-size: 0;
    border: none;
    width: 22px;
    height: 22px;
    background: url(images/seach-icon.png) no-repeat;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
}
.blg-topsec h4.widget-title{
    display: none;
}
.textwidget h2{
    font-size: 70px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    line-height: 100%;
    font-style: italic;
    font-weight: 600;
}
.textwidget h2 strong{
    font-size: 100px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    text-align: right;
    display: block;
    text-indent: 50px;
}
.page_default.blg-default .nav-links{
    text-align: center;
}
.page_default.blg-default .prev.page-numbers, .page_default.blg-default .next.page-numbers {
    font-size: 0;
    position: relative;
}
.page_default.blg-default .prev.page-numbers:before, .page_default.blg-default .next.page-numbers:before{
    content: "";
    position: absolute;
    width: 114px !important;
    height: 114px !important;
    background: url(images/in-sprites.png) no-repeat !important;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1 !important;
}

.page_default.blg-default .next.page-numbers:before {
    background-position: -193px -13px !important;
    background-repeat: no-repeat;
}
.page_default.blg-default .prev.page-numbers:before {
    background-position: -62px -13px !important;
    background-repeat: no-repeat;
    left: auto;
    right: 0;
}
.page_default.blg-default .nav-links .page-numbers.current:after{
    opacity: 0.6;
}
.page_default.blg-default .next.page-numbers:after, .page_default.blg-default .prev.page-numbers:after{
    display: none;
}
.page_default.blg-default .nav-links .page-numbers:after{
    content: "";
    position: absolute;
    width: 85px;
    height:86px ;
    background: url(images/in-sprites.png) no-repeat;
    background-position: -325px -15px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.page_default.blg-default .nav-links .page-numbers {
    margin: 0 10px;
    color: #424f5c;
    font-size: 24px;
    font-family: 'OpenSans-SemiBold';
    padding: 26px 37px;
    vertical-align: middle;
    position: relative;
}
.page_default.blg-default  a.next.page-numbers, .page_default.blg-default  a.prev.page-numbers {
    font-size: 0;
    padding: 0!important;
}
.blgpg.search-pg .container{
    max-width: 1400px;
}
.blg-psts .post-cnt p {
    font-size: 18px;
    font-family: 'OpenSans-Regular';
    color: #424f5c;
    line-height: 1.56;
    margin-bottom: 28px;
}
.post-cnt .post-category a{
    margin: 0 10px
}
.post-cnt .post-category a:first-child{
    margin-left: 0
}
/*single blog*/
.page_default.snglblg_default{
    padding:75px 0 175px;
}
.page_bnr.sngl_bnr{
    background: url(images/slg-blg-bnr-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
    position: relative;
    z-index: 9;
}
/*.page_bnr.sngl_bnr:before,*/
.page_bnr:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fefeff+100&0.71+0,0.71+14,0.65+21,0.52+30,0.5+34,0.49+34,0.5+35,0.5+38,0.59+43,0.65+47,0.68+51,0.7+59,0.69+88,0.66+94,0.62+97,0.55+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.71) 0%, rgba(255,255,255,0.71) 14%, rgba(255,255,255,0.65) 21%, rgba(255,255,255,0.52) 30%, rgba(255,255,255,0.49) 34%, rgba(255,255,255,0.5) 35%, rgba(255,255,255,0.5) 38%, rgba(255,255,255,0.59) 43%, rgba(255,255,255,0.65) 47%, rgba(255,255,255,0.68) 51%, rgba(255,255,255,0.7) 59%, rgba(254,254,255,0.69) 88%, rgba(254,254,255,0.66) 94%, rgba(254,254,255,0.62) 97%, rgba(254,254,255,0.55) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.71) 0%,rgba(255,255,255,0.71) 14%,rgba(255,255,255,0.65) 21%,rgba(255,255,255,0.52) 30%,rgba(255,255,255,0.49) 34%,rgba(255,255,255,0.5) 35%,rgba(255,255,255,0.5) 38%,rgba(255,255,255,0.59) 43%,rgba(255,255,255,0.65) 47%,rgba(255,255,255,0.68) 51%,rgba(255,255,255,0.7) 59%,rgba(254,254,255,0.69) 88%,rgba(254,254,255,0.66) 94%,rgba(254,254,255,0.62) 97%,rgba(254,254,255,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.71) 0%,rgba(255,255,255,0.71) 14%,rgba(255,255,255,0.65) 21%,rgba(255,255,255,0.52) 30%,rgba(255,255,255,0.49) 34%,rgba(255,255,255,0.5) 35%,rgba(255,255,255,0.5) 38%,rgba(255,255,255,0.59) 43%,rgba(255,255,255,0.65) 47%,rgba(255,255,255,0.68) 51%,rgba(255,255,255,0.7) 59%,rgba(254,254,255,0.69) 88%,rgba(254,254,255,0.66) 94%,rgba(254,254,255,0.62) 97%,rgba(254,254,255,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5ffffff', endColorstr='#8cfefeff',GradientType=0 ); /* IE6-9 */
    top: 0;
    left: 0;
    z-index: 0;
}
.page_bnr.sngl_bnr .page_title h1{
    max-width: 769px;
}
.post-itm-top .post-meta{
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 65px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.post-itm-top .post-share{
    display: flex;
    align-items: center;
}
.post-itm-top .post-meta .itm{
    width: 32%;
    margin-right: 1.9%;
}
.post-itm-top .post-meta .itm:last-child{
    margin-right: 0;
    justify-content: end;
}
.post-itm-top .post-meta .itm h6 strong{
    font-size: 35px;
    font-family: 'Cormorant Garamond', serif;
    color: #8c9caa;
    text-transform: capitalize;
    margin:0  20px 0 0;
    line-height: 100%;
    font-style: italic;
    font-weight: 600;
}
.post-itm-top .post-meta .itm h6{
    font-size: 22px;
    font-family: 'OpenSans-SemiBold';
    color: #424f5c;
    line-height: 100%;
    margin: 0 0 0;
}
.post-itm-top .post-category{
    margin-bottom: 0;
}
.sngldft .post-share a{
    width: 31px;
    height: 26px;
    background: url(images/in-sprites.png) no-repeat;
    font-size: 0;
    margin: 0 10px;
}
.sngldft .post-share .post-fb{
    background-position: -414px -15px ;
}
.sngldft .post-share .post-twtr{
    background-position: -450px -15px
}
.sngldft .post-share .post-lin{
    background-position: -484px -15px
}
.sngldft .post-share .post-fb:hover{
    background-position: -414px -42px ;
}
.sngldft .post-share .post-twtr:hover{
    background-position: -450px -42px
}
.sngldft .post-share .post-lin:hover{
    background-position: -484px -42px
}
.page_default.snglblg_default .navigation.post-navigation {
    display: none;
}
.post-category.itm h6 strong{
    margin-right: 10px;
}
.post-category.itm h6 a{
    margin: 0 10px  0
}
.post-category.itm h6 a:hover{
    color: #8c9caa;
}
.related-articles{
    padding-bottom: 110px;
}
.related-articles h2{
    font-size: 100px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 70px;
}
.genpg-lft .search-form {
    position: relative;
}
.genpg-lft .search-form input.search-submit {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 35px;
    margin: auto;
    font-size: 0;
    border: none;
    width: 22px;
    height: 22px;
    background: url(images/seach-icon.png) no-repeat;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
}
.genpg-lft h4.widget-title{
    font-size: 35px;
    font-family: 'Cormorant Garamond', serif;
    color: #8c9caa;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 600;
}
.genpg-lft .widget select, .genpg-lft .search-field{
    font-size: 18px;
    font-family: 'OpenSans-SemiBold';
    color: #424f5c;
    background: #f4f7fe;
    line-height: 120%;
    text-transform: capitalize;
    padding: 15px 50px 15px 30px;
    border: none;
    outline: none;
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    vertical-align: middle;
    height: 85px;
    border: 1px solid #e3ebfd;
}
.widget{
    margin-bottom: 30px;
}
.genpg-lft .widget select{
    background: #f4f7fe url(images/drop-dwn-icn.png) no-repeat;
    background-position: right 30px center;
}
.page_bnr.sngl_bnr .inrpg-breadcrumbs .taxonomy.category,  .page_bnr.sngl_bnr .inrpg-breadcrumbs .post-root  {
    color: #424f5c;
    font-family: 'OpenSans-SemiBoldItalic'
}
/*contact page*/
.ftr-contact-page h2{
    font-size: 200px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    line-height: 100%;
    margin-bottom: 90px;
}
.ftr-contact-page h2 strong{
    font-size: 110px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    text-align: right;
    display: block;
    line-height: 50%;
    padding-right: 158px;
    font-style: italic;
    font-weight: 600;
}
.cntc-blck{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.cntc-lft.itm{
    width: 40%;
}
.cntc-rit.itm{
    width: 50%;
}
.cntc-lft.itm h3{
    font-size: 48px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #737373;
    line-height: 130%;
    margin-bottom: 75px;
}
.cntc-lft.itm h6 strong{
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    color: #8c9caa;
    line-height: 100%;
    display: block;
    font-style: italic;
    font-weight: 600;
}
.cntc-lft.itm h6{
    margin-bottom: 78px;
}
.cntc-lft.itm h6 a{
    font-size: 50px;
    font-family: 'OpenSans-Bold';
    color: #424f5c;
    line-height: 1;
    margin: 0;
    letter-spacing: 3px;
}
.cntc-lft.itm h6 a:hover{
    color:#8c9caa;
}
.cntc-lft.itm .scl-icns {
    margin: 0;
}
.cntc-lft.itm .scl-icns a {
    font-size: 0;
    display: inline-block;
    width: 40px;
    height: 41px;
    background: url(images/in-sprites.png) no-repeat;
    margin: 0 24px;
}
.cntc-lft.itm .scl-icns .fb{
    background-position: -8px -129px;
}
.cntc-lft.itm .scl-icns .twtr{
    background-position: -51px -129px;
    ;
}
.cntc-lft.itm .scl-icns .lnkdn{
    background-position: -93px -129px;
    ;
}
.cntc-lft.itm .scl-icns .glgmap{
    background-position: -135px -129px;
    ;
}
.cntc-lft.itm .scl-icns .fb{
    margin-left: 0;
}
.cntc-lft.itm .scl-icns .fb:hover{
    background-position: -8px -173px;
}
.cntc-lft.itm .scl-icns .twtr:hover{
    background-position: -51px -173px;
    ;
}
.cntc-lft.itm .scl-icns .lnkdn:hover{
    background-position: -93px -173px;
    ;
}
.cntc-lft.itm .scl-icns .glgmap:hover{
    background-position: -135px -173px;
    ;
}
.cntc-rit.itm .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin-bottom: 15px !important;
    position: relative;
}
.cntc-rit.itm .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
.cntc-rit.itm .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.cntc-rit.itm .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 0px) !important;
}
.cntc-rit.itm .gform_legacy_markup_wrapper ul li.gfield{
    margin-top: 0 !important;
}
.cntc-rit.itm .gform_legacy_markup_wrapper div.ginput_container_name span{
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.cntc-rit.itm .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0 !important
}
.cntc-rit.itm .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.cntc-rit.itm .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{
    display: none;
}
.cntc-rit.itm .gform_legacy_markup_wrapper .top_label .gfield_label,
.cntc-rit.itm .gform_legacy_markup_wrapper legend.gfield_label{
    display: none;
}
.cntc-rit.itm .gform_legacy_markup_wrapper .gform_footer {
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
}
.cntc-rit.itm .gform_wrapper .top_label input[type=text],
.cntc-rit.itm .gform_wrapper .top_label input[type=Email],
.cntc-rit.itm .gform_wrapper .top_label input[type=tel],
.cntc-rit.itm .gform_wrapper select,
.cntc-rit.itm .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #424f5c;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: rgba(244, 247, 254, 0.9);
    border: 1px solid #e3ebfd;
    font-size: 18px !important;
    padding: 29px 37px !important;
    transition: all .5s;
    font-family: 'OpenSans-SemiBold' !important;
    line-height: 100%;
}
.cntc-rit.itm input::placeholder {
    color: #424f5c;
}
.cntc-rit.itm input:-ms-input-placeholder {
    color: #424f5c;
}
.cntc-rit.itm textarea::placeholder {
    color: #424f5c;
}
.cntc-rit.itm textarea:-ms-input-placeholder {
    color: #424f5c;
}
.cntc-rit.itm .gform_wrapper .top_label textarea{
    height: 195px !important;
}
.cntc-rit.itm .gform_wrapper .top_label input[type=submit]{
    width: 250px!important;
    font-size: 30px !important;
    font-family: 'Cormorant Garamond', serif!important;
    text-transform: capitalize !important;
    line-height: 1;
    color: #ffffff;
    background-color: #7c8981;
    outline: none;
    border: 0px none;
    border-radius: 0;
    cursor: pointer;
    transition-duration: 0.5s;
    padding: 25px 15px !important;
    height: auto;
    margin: 0;
    line-height: 1!important;
    font-style: italic;
    font-weight: 600;
}
.cntc-rit.itm .gform_wrapper .top_label input[type=submit]:hover {
    background-color: #f4f7fe !important;
    color: #424f5c!important;
}
.cntc-rit.itm .gform_legacy_markup_wrapper div.validation_error{
    display: none;
}
.cntc-rit.itm .gform_legacy_markup_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
}
.cntc-rit.itm .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width:100% !important;
}
.cntc-rit.itm .gform_legacy_markup_wrapper li.gfield.gfield_error,
.cntc-rit.itm .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color: transparent;
    margin-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    box-sizing: border-box;
}
.cntc-rit.itm .gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea{
    border: 1px solid #e3ebfd !important
}
.cntc-rit.itm .gform_legacy_markup_wrapper {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    position: relative !important;
}

.cntc-rit.itm .gform_legacy_markup_wrapper .description,
.cntc-rit.itm .gform_legacy_markup_wrapper .gfield_description, .cntc-rit.itm .gform_legacy_markup_wrapper .gsection_description,
.cntc-rit.itm .gform_legacy_markup_wrapper .instruction{
    font-size: 13px !important;
    font-family: 'OpenSans-SemiBold' !important;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.cntc-rit.itm .gfield_description{
    text-align: right;
}
.Offices-adrs-blck{
    display: flex;
    margin-bottom: 85px;
}
.Offices-adrs-itm{
    width: 48%;
    margin-right: 2%;
    border-right: 8px solid #aaafb4;
}
.Offices-adrs-itm:last-child{
    margin-right: 0;
    border-right: none;
}
.Offices-adrs-itm h6{
    font-size: 55px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 600;
}
.Offices-adrs-itm p a{
    font-size: 25px;
    font-family: 'OpenSans-Medium' ;
    color: #5c6671;
    padding-left: 105px;
    line-height: 1.4;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.Offices-adrs-itm p{
    margin: 0;
}
.Offices-adrs-cnt{
    padding: 100px 0 250px;
    background: #f9f8f8;
}
.Offices-adrs-itm p a:before{
    content: "";
    position: absolute;
    width: 76px;
    height: 96px;
    background: url(images/in-sprites.png) no-repeat;
    left: 0;
    top: 0;
    background-position: -192px -129px;
}
.Offices-adrs-itm p a:hover{
    opacity: 0.3;
}
.cntc-map{
    border: 20px solid #8c9caa;
    position: relative;
    margin-bottom: -670px;
}
.cntc-map::before{
    content: "";
    position: absolute;
    width:33px ;
    height: 27px;
    background: url(images/in-sprites.png) no-repeat;
    top: -46px;
    left: 300px;
    background-position: -4px -43px;
}
.cntc-map.two::before{
    right: 300px;
    left: auto;
}
.cntc-map iframe{
    width: 100%;
    display: block;
}
.Offices-adrs-itm.two {
    padding-left: 150px;
}
.page-template-footer-contact-page .form-section{
    display: none;
}
.page-template-footer-contact-page .site-footer{
    padding-top: 520px;
}
.page_default.ftr-contact-page{
    padding: 65px 0 0;
    position: relative;
    z-index: 2;
}
/*single profle*/
.sgl-ptfl-abt-cnt.top {
    background: #424f5c;
    padding: 0 0 30px;
}
.sgl-ptfl-abt-cnt.top h2{
    font-size: 300px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    line-height: 85%;
    text-transform: capitalize;
    margin:0 auto 50px;
    max-width: 825px;
    margin-top: -168px;
}
.sgl-ptfl-abt-cnt.top h2 strong{
    font-size: 110px;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    text-transform: none;
    display:block;
    line-height: 50%;
    text-align: right;
    font-style: italic;
    font-weight: 600;
}
.abt-atny-blck{
    display: flex;
    justify-content: space-between;
}
.abt-atny-lft.itm{
    width: 33%;
}
.abt-atny-rite.itm{
    width: 60%;
}
.atny-adrs-itm h6{
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    color: #8c9caa;
    line-height: 100%;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
}
.atny-adrs-itm a{
    font-size: 25px;
    font-family: 'OpenSans-Medium' ;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}
.atny-adrs-itm a:hover, .atny-adrs-itm.tel a:hover{
    color: #8c9caa;
}
.atny-adrs-itm{
    margin-bottom: 65px;
}
.atny-adrs-itm.tel a{
    font-size: 50px;
    font-family: 'OpenSans-Blod';
    color: #ffffff;
    line-height: 100%;
    display: inline-block;
}
.atny-adrs-itm.scl-icns a {
    font-size: 0;
    display: inline-block;
    width: 40px;
    height: 41px;
    background: url(images/in-sprites.png) no-repeat;
    margin: 0 24px;
}
.atny-adrs-itm.scl-icns .fb{
    background-position: -8px -218px;
}
.atny-adrs-itm.scl-icns .twtr{
    background-position: -51px -218px;
}
.atny-adrs-itm.scl-icns .lnkdn{
    background-position: -93px -218px;
}
.atny-adrs-itm.scl-icns .glgmap{
    background-position: -135px -218px;
}
.atny-adrs-itm.scl-icns .fb{
    margin-left: 0;
}
.atny-adrs-itm.scl-icns .fb:hover{
    background-position: -8px -173px;
}
.atny-adrs-itm.scl-icns .twtr:hover{
    background-position: -51px -173px;
}
.atny-adrs-itm.scl-icns .lnkdn:hover{
    background-position: -93px -173px;
}
.atny-adrs-itm.scl-icns .glgmap:hover{
    background-position: -135px -173px;
}
.atny-adrs-itm.scl-icns{
    margin: 0;
}
.abt-atny-rite.itm p{
    font-size: 20px;
    font-family: 'OpenSans-Regular';
    color: #fff;
    line-height: 1.9;
    margin-bottom: 39px;
}
.abt-atny-rite.itm h6{
    font-size: 35px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-style: italic;
    color: rgba(226, 227, 229, 0.6);
    line-height: 1.37;
    padding-left: 50px;
    position: relative;
}
.abt-atny-rite.itm h6:before{
    content: "";
    position: absolute;
    width: 5px;
    height: calc(100% - 24px);
    left: 0 ;
    bottom: 10px;
    background: #7c8981;
}
.sglflp-abt-cnt.btm {
    padding: 130px 0 145px;
}
.prc-list .prc-itm h6{
    font-size: 45px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #424f5c;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0;
}
.prc-list .prc-img img{
    width: 100%;
    display: block;
}
.prc-list .prc-img{
    margin-bottom: 22px;
}
.abt-atny-btm-cnt{
    display: flex;
    justify-content: space-between;
}
.abt-atny-btm-cnt-lft{
    width: 100%;
    max-width: 400px;
}
.abt-atny-btm-cnt-rit{
    width: 65%;
}
.abt-atny-btm-cnt-lft .prc-itm {
    margin-bottom: 32px;
    position: relative;
}
.abt-atny-btm-cnt-lft .prc-itm .link{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.abt-atny-btm-cnt-rit h4{
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.abt-atny-btm-cnt-rit ul{
    margin-left: 30px;
}
.abt-atny-btm-cnt-rit li {
    padding-left: 42px;
    color:#616368;
    position: relative;
    line-height:1.9;
    margin: 0 0 20px 0;
}
.abt-atny-btm-cnt-rit ul li:before {
    content: "";
    position: absolute;
    width:28px ;
    height: 26px;
    background: url(images/in-sprites.png) no-repeat;
    left: 0;
    top: 6px;
    background-position: -1px -1px;
}
.abt-atny-btm-cnt-rit li {
    font-size: 25px;
    font-family: 'OpenSans-SemiBold';
    color: #616368;
    line-height: 1.9;
    margin-bottom: 20px;
}
.abt-atny-btm-cnt-rit li strong{
    display: block;
    font-size: 22px;
    color: rgba(97, 99, 104, 0.6);
    font-family: 'OpenSans-SemiBold';
    font-style: italic;
}
.page_bnr.sngl-prfl-bnr{
    background: url(images/slg-prfl-bnr-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.page-template-single-profile-page .page_bnr.sngl-prfl-bnr{
    padding: 190px 0 245px;
}
.page-template-single-profile-page .page_default{
    padding: 0 0;
}
.page-template-single-profile-page .inrpg-breadcrumbs{
    margin-bottom: 25px;
}
.sgl-prfl-bnr-cnt {
    display: flex;
    float: left;
    width: 100%;
    align-items:end;
    justify-content: space-between;
}
.sgl-prfl-bnr-cnt-rit {
    width: 45.5%;
    position: relative;
    z-index: 1;
}
.sgl-prfl-bnr-cnt-lft {
    width: 50%;
}
.sgl-prfl-img img{
    width: 100%;
    display: block;
    transform: scaleX(-1);
}
.sgl-prfl-bnr-cnt-rit h1, .sgl-prfl-bnr-cnt-rit h2 {
    font-size: 110px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0px 0 0 -155px;
    font-style: italic;
    font-weight: 600;
}
.sgl-prfl-bnr-cnt-rit h1 strong, .sgl-prfl-bnr-cnt-rit h2 strong {
    font-size: 200px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    display: block;
    line-height: 75%;
}
.sgl-prfl-bnr-cnt-rit h6{
    font-size: 40px;
    font-family: 'Cormorant Garamond', serif;
    color: #424f5c;
    line-height: 1.35;
    margin-bottom: 0;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
}
.sgl-prfl-bnr-cnt-rit h5{
    font-size: 30px;
    font-family: 'OpenSans-Medium' ;
    color: #424f5c;
    line-height: 100%;
    margin-bottom: 78px;
    text-indent: 75px;
}
.abt-atny-btm-cnt-rit-btn {
    margin-top: 70px;
}
/*reviwes page*/
.page-template-reviews-page .review_row {
    width: 100%;
    margin-bottom: 15px;
}
.page-template-reviews-page .review_item {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
.page-template-reviews-page .review_item:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.post.post-citystate{
}
.page_default.reviwes-pg {
    padding: 85px 0 230px;
}
/*resources pg*/
.page_default .genpg-rite .resources-list h3{
    color: #424f5c;
}
.page_default .genpg-rite .resources-list  li a{
    color: #7c8981;
}

.smap {
    margin-bottom: 12px;
}
.review_item.no-data {
    padding-bottom: 40px;
}
/* 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:#da0f8f !important;
    color: #fff !important;
    font-family: 'OpenSans-Regular'!important;
    font-weight:400;
}
.pum-theme-7034 .pum-title, .pum-theme-default-theme .pum-title {
    color: #fff !important;
    font-family: 'OpenSans-Regular'!important;
    font-weight:400;
    font-size: 20px !important;
    line-height: 1.2 !important;
}
.pum-container .gform_wrapper.gravity-theme .gfield_label {
    color: #fff !important;
    font-size: 16px;
    box-shadow: none;
    font-weight: normal !important;
}
.pum-container .gf_progressbar_wrapper p, .pum-container .gform_wrapper.gravity-theme .gfield_checkbox label, .pum-container .gform_wrapper.gravity-theme .gfield_radio label {
    color: #fff !important;
}
.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:#f1f1f1 !important;
    color: #000000 !important;
    top: -10px!important;
    right:0;
}
body .pum-container .gform_wrapper .gform_page_footer .button {
    margin: 5px 0 !important;
    background-color: #424f5c !important;
    width: 80px !important;
    font-size: 0.700rem !important;
    line-height: 0.85rem !important;
    padding: 0.5rem 0.5rem !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    font-family: 'OpenSans-Regular'!important;
    color:#fff !important;
}
body .pum-container .gf_progressbar_wrapper {
    display: none !important;
}
body .pum-container .gform_wrapper.gravity-theme .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.gravity-theme .gform_fields{
    grid-row-gap: 5px;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input {
    font-size: 14px;
    padding: 6px 10px !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: #8c9caa;
    /*     min-height:330px !important; */
    min-height:200px !important;
}
.pum-container .pum-close.popmake-close {
    font-family: 'OpenSans-Regular'!important;
    font-weight:400;
}

body .pum-container .pum-title {
    font-family: 'OpenSans-Regular'!important;
    font-weight:400;
}
.pum-content:focus-visible {
    outline:none;
}

.pum-content.popmake-content .pum-title {
    font-family: 'OpenSans-Regular'!important;
    font-weight:400;
}
.pum-content.popmake-content .gform_wrapper.gravity-theme .gf_progressbar_title {
    font-family: 'OpenSans-Regular'!important;
    font-weight:400;
}
.pum-content.popmake-content .gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .gform_fields {
    font-family: 'OpenSans-Regular'!important;
    font-weight:400;
}
.pum-container .gform_wrapper .gform_page_footer .button {
    margin: 0!important;
    border: 0!important;
    outline: 0!important;
    cursor: pointer;
    line-height: normal;
    color: #fff!important;
    text-transform: uppercase;
    background-color: #050708;
    text-align: center;
    padding: 15px 15px!important;
    width: 295px!important;
    font-family: 'OpenSans-Regular'!important;
    font-weight:400;
    letter-spacing: 0px;
    border-radius: 3px;
}
.ps-pnf-iframe-wrapper .ps-pnf-progress-bar {
    display: none;
}
.pum-container fieldset.fst-labl span.gfield_required {
    display:none;
}

body .pum-container .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background-color: inherit !important;
    font-size: 12px !important;
    font-family: 'OpenSans-Regular'!important;
    font-weight:400;
    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.gravity-theme .gform_fields textarea {
    height: 60px !important;
}
body .pum-container .pum-content .gform_confirmation_message {
    color:#fff;
    font-family: 'OpenSans-Regular'!important;
    font-weight:400;
}

:focus-visible, :-webkit-direct-focus {
    outline:none;
}
:focus, *:focus {
    outline:none;
}

.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 {
    min-height:320px !important;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields .captchafld iframe {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    margin-left: -29px;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input {
    min-height: inherit !important;
    line-height: inherit !important;
}
#customMenublock form.search-form {
    position: relative;
}
#popmake-978 input#gform_submit_button_6{
    opacity:0 !important;
}
a.top-bk-btn {
    font-size: 18px;
    letter-spacing: 0px;
    color: #fff;
    background-color: #7c8981;
    padding: 13px 20px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 600;
    display: block;
    text-align: center;
}
a.top-bk-btn:hover {
    background-color: #8c9caa
}
a.top-bk-btn:before{
    display: none
}
.ftr-itm.logo {
    width: 24.5% !important;
    text-align: center;
}
.page_bnr.sngl-prfl-bnr:before{
    display: none !important;
}
.faqs-pg .accordion {
    overflow:hidden;
    background: transparent;
}
.faqs-pg .faq_cnt .accordion-section {
    margin: 0 0 10px 0;
    width: 100%;
}
.faqs-pg .faq_cnt h5 {
    margin:0;
}
.faqs-pg .faq_cnt .accordion-section-title {
    width: 100%;
    padding: 15px 35px 15px 15px;
    display: inline-block;
    border-top: 3px solid #8c9caa;
    background: transparent;
    transition: all linear 0.15s;
    font-size: 18px;
    color: #424f5c;
    position: relative;
    line-height: normal;
    padding-left: 0 !important;
}
/*.faqs-pg .faq_cnt .accordion-section-title.active, .faqs-pg .faq_cnt .accordion-section-title:hover {
    background: #424f5c;
    color:#fff;
    border-color:#8c9caa;
}*/
.faqs-pg .accordion-section-content {
    padding:15px;
    display:none;
    padding-left: 0 !important;
}
.faqs-pg .faq_cnt .accordion-section p {
    margin: 0 0 15px 0;
}
.faqs-pg .faq_cnt .accordion-section-title:after {
    position: absolute;
    content: "+";
    right: 15px;
    font-size: 30px;
    top: 0;
    color: #424f5c;
    font-family: 'GoogleSans-Regular';
    bottom: 0;
    margin: auto;
    width: max-content;
    height: max-content;
}
.faqs-pg .faq_cnt .accordion-section:last-child {
    border-bottom: 3px solid #8c9caa;
}
.faqs-pg .faq_cnt .accordion-section-title.active:after {
    content: "-";
}
.page-template-faqs .faqs-pg{
    margin-bottom: 30px;
}

.divorce-process-sec h6 {
    display: none;
}

.divorce-process-sec h5 {
    display: none;
}

.divorce-process-blck {
    margin-bottom: 0px !important;
}

.legal-representation-cnt {
    margin-bottom: 80px;
}

.divorce-process-sec .link a {
    position: absolute;
    content: "";
    width: 82%;
    height: 92%;
    font-size: 0;
    line-height: 0;
    color: rgba(0,0,0,0);
    top: 0;
    left: 0;
    transform: rotate(45deg);
}


.divorce-process-inr-itm .hov-cnt {

    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    top: 0;
    margin: auto;
    display: none;
    align-items: center;
    justify-content: center;
    max-width: 100px;


}

.divorce-process-sec .hov-cnt p{
    font-family: 'OpenSans-Regular';
    font-weight: 600;
    color: #424f5c;
    font-size: 14px;
    margin-bottom: 0;
}

.divorce-process-itm:hover .hov-cnt{
    display: flex;
}

.divorce-process-itm:hover h4 {
    font-size: 0;
}

.divorce-process-itm:hover h4:before{
    border-color:rgba(124, 137, 129, 0.5);
}

.divorce-process-inr-itm:after:last-child{
    display: none;
}
.rw-img{
    margin-left: 20px;
}
.home_testimnlslides.owl-carousel .rw-img img, .repage-title .rw-img img{
    width: 50px !important;
    height: 50px !important;
}
.home_testimnlslides.owl-carousel .rw-img .testi-avvo img, .repage-title .rw-img .testi-avvo img{
    width: 50px!important;
    height: 50px!important;
    object-fit: contain;
}
.page_default .genpg-rite .pg-cnt-title h1{
    margin-bottom: 0px;
}
.repage-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.repage-title h3 {
    margin-bottom: 0 !important;
}
.bnr-cnt {
    animation: fadein 3s;
    opacity: 1;
}
@keyframes fadein {
    from {
        opacity: 0
    }
    to   {
        opacity: 1
    }
}


/*Mobile Sticky menu*/
.header-sticky.fixed-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background: #424f5c;
    z-index: 9999;
}
.sticky-wrap {
    display:none;
}
.header-sticky {
    width: 100%;
    float: left;
    background: #424f5c;
    padding: 10px;
    display:none;
}
.header-sticky .sicky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #150101;
    padding: 0 8px;
}
.header-sticky .mobile_src_nav, .header-sticky .showhide {
    display: block;
}
.header-sticky .mobile_src_nav {
    background: transparent;
}

/*.sticky-mobinav {
    display: none;
}*/

.header-sticky .stickyshowhide .txt{
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position:relative;
    font-weight: normal;
}
.header-sticky .sicky-cnt>a{
    font-size: 17px;
    color: #fff;
    font-family: 'OpenSans-SemiBold';
    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 .stickyshowhide .txt:before{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    border: 1px #fff solid;
    color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sticky-mobinav{
    position:relative;
    top:initial;
    left:inherit;
}
.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 28px;
}
.sticky-mobinav ul li a.drop.open {
    width: 28px;
}
.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 8px;
}
.sticky-mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}
.header-sticky .sicky-cnt .stickyshowhide:before {
    background: url(images/header-sticky-menu.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-book-wrap a:before {
    background: url(images/header-sticky-book.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-call-wrap a:before {
    background: url(images/header-sticky-call.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {
    background: url(images/header-sticky-blog.png) no-repeat center;
}

#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    width: 100%;
    height: 100vh;
}
.floatingMenu-list{
    width: 280px;
    background:  #424f5c;
    ;
    padding: 10px;
    position: relative;
    overflow-y: auto;
    height: 100vh;
}
a#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
}
#floatingMenu.openMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#cloaseFloatingMenu {
    text-align: right;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    display: block;
    clear: both;
    color: #fff;
}
.floatingMenuInner li {
    position: relative;
}
.floatingMenuInner a {
    color: #fff;
    letter-spacing: 0.4px;
    font-family: 'OpenSans-SemiBold';
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}
.floatingMenuInner .sub-menu {
    display: none;
}
.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    /* -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);*/
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    /*-webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);*/
    opacity: 0;
}

/*Header redesign*/
.logo_rt_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5%;
    margin-bottom: 0px !important;
}
.logo_rt_top p{
    margin-bottom: 0px;
}
.logo_rt{
    flex-direction: column;
}
.logo_rt .ftr-itm a{
    color: #424f5c;
    font-size: 19px;
    font-weight: 700;
    padding-left: 34px;
    line-height: 120%;
    position: relative;
    display: block;
    font-family: 'Cormorant Garamond', serif;
}
.logo_rt .ftr-itm a:hover{
    color: #7c8981;
}
.logo-menu .container{
    max-width: 1700px;
}
.logo_rt .ftr-itm a:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 41px;
    left: 0;
    top: 0;
    background: url(images/top-location-icon.png) no-repeat;
    background-position: center center;
}
.topmenu ul li{
    margin: 0px 35px 0px;
}
.topmenu ul li a {
    font-size: 20px;
    padding: 10px 0;
}
.logo_rt_bottom {
    display: flex;
    justify-content: center;
    width: 100%;
}
.topmenu ul li ul.sub-menu{
    width: 240px;
}
.topmenu ul li.wide-menu ul{
    width: 600px;
}
.topmenu ul li.wide-menu ul li a:hover{
    background-color: transparent;
    color: #7c8981;
}
.topmenu ul li.wpml-ls-item  {
    margin: 0;
}
.topmenu ul li.wpml-ls-item a {
    padding: 10px 15px;
    background: #7c8981;
    color: #fff;
}
.topmenu ul li.wpml-ls-current-language a {
    background: #8c9caa;
}
.bnr-cnt h6, .page_title h6{
    font-size: 20px;
    font-family: 'Cormorant Garamond', serif;
    display: block;
    text-transform: none;
    line-height: 120%;
    font-style: italic;
    font-weight: 600;
    color: #424f5c;
}
.bnr-cnt h6{
    margin-bottom: 0px;
}
.blog_bnr .page_title h2{
    margin-bottom: 30px;
}
.page_title h6{
    color: #7c8981;
}

.topmenu ul li.wpml-ls-item,
[lang="ru-RU"] .topmenu ul li.wpml-ls-item {
    margin:0;
}
[lang="ru-RU"] .topmenu ul li {
    margin: 0 25px;
}
[lang="ru-RU"] .ftmenu li {
    margin: 0 18px;
}
[lang="ru-RU"] .page_default .genpg-rite {
    word-wrap: break-word;
}
[lang="ru-RU"] .divorce-sec h2 strong {
    font-size: 200px;
}
[lang="ru-RU"] .our-flat-fee-sec h2 strong {
    font-size: 140px;
}
[lang="ru-RU"] .divorce-process-sec h2 strong {
    font-size: 130px;
}
[lang="ru-RU"] .legal-representation-lft h2 strong {
    font-size: 80px;
}
[lang="ru-RU"] .legal-representation-lft h2 b {
    font-size: 60px;
}
[lang="ru-RU"] .legal-representation-lft h2 {
    font-size: 120px;
}
[lang="ru-RU"] .legal-representation-lft h2 small {
    font-size: 60px;
}
[lang="ru-RU"] .legal-representation-rite h6 {
    font-size: 35px;
}
[lang="ru-RU"] .hw-will-work-lft h2 {
    font-size: 100px;
}
[lang="ru-RU"] .hw-will-work-lft h2 b {
    font-size: 100px;
}
[lang="ru-RU"] .hw-will-work-lft h2 strong {
    font-size: 130px;
}
[lang="ru-RU"] .form-section .form-cnt h2 {
    font-size: 120px;
}
[lang="ru-RU"] .form-section .form-cnt h2 strong {
    font-size: 56px;
}
[lang="ru-RU"] .ftmenu li a {
    font-size: 26px;
}
[lang="ru-RU"] .book-now-btn {
    max-width: 230px;
}
[lang="ru-RU"] .banner-sec h1 span {
    font-size: 90px;
}
[lang="ru-RU"] .banner-sec h1 strong {
    font-size: 160px;
}
[lang="ru-RU"] .banner-sec h1 small {
    font-size: 50px;
}
[lang="ru-RU"] .banner-sec h1 b {
    font-size: 60px;
}
[lang="ru-RU"] .banner-sec .bnnr-btn a,
[lang="ru-RU"] .divorce-btn a,
[lang="ru-RU"] a.cmn-btn,
[lang="ru-RU"] .y-we-offer-btn a,
[lang="ru-RU"] .hw-will-btn a {
    font-size: 22px;
}
[lang="ru-RU"] .hm-prac-db-cnt h6,
[lang="ru-RU"] .hm-prac-dn-cnt h6 a {
    font-size: 40px;
}
[lang="ru-RU"] .divorce-process-inr-itm .hov-cnt {
    font-size: 14px;
}
[lang="ru-RU"] .sgl-prfl-bnr-cnt-rit h1,
[lang="ru-RU"] .sgl-prfl-bnr-cnt-rit h2 {
    font-size: 80px;
}
[lang="ru-RU"] .sgl-prfl-bnr-cnt-rit h1 strong,
[lang="ru-RU"] .sgl-prfl-bnr-cnt-rit h2 strong {
    font-size: 140px;
}
[lang="ru-RU"] .sgl-prfl-bnr-cnt-rit h5 {
    font-size: 24px;
}
[lang="ru-RU"] .ftr-contact-page h2 {
    font-size: 120px;
}
[lang="ru-RU"] .cntc-rit.itm .gform_wrapper .top_label input[type=submit],
[lang="ru-RU"] .form-cnt .gform_wrapper .top_label input[type=submit] {
    width: auto !important;
}

.ftr-scl-icn-itm.icn img {
    background-color: #fff;
    padding: 5px;
}
.ftr-scl-icons-blck {
    justify-content: center;
}
.ftr-scl-icn-itm {
    width: auto;
    padding: 0 35px;
}
.ftr-scl-icn-itm h6 {
    /*    font-size: 40px;*/
    margin: 0 20px 0 0!important;
}
/*.ftr-scl-icn-itm.phn a {
    font-size: 36px;
}*/
.ftr-scl-icn-itm:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    top: 0;
    right: 0!important;
    /*    right: -25px;*/
    bottom: 0;
    margin: auto;
}
.ftr-scl-icn-itm:last-child:before{
    display: none;
}

.simple-banner .simple-banner-text a {
    display: block!important;
    padding: 10px 20px!important;
    text-align:center;
    font-weight: 700;
    color:#fff!important;
}
.simple-banner .simple-banner-text{
    padding: 0!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 {
    min-height: 200px !important;
}

.features-box-icon {
    width: 64px;
}
.copyright p{
    line-height:1.5!important;
}


/* Map */

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

.page_default .genpg-rite .inn-areas-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding:0;
}
.page_default .genpg-rite .inn-areas-lst {
    width: 50%;
}
.page_default .genpg-rite .inn-areas-map {
    width: 40%;
    position: relative;
}
.page_default .genpg-rite .inn-areas-blk .inn-areas-lst ul {
    margin: 0 !important;
}

.page_default .genpg-rite .inn-areas-lst li.county {
    letter-spacing: 0;
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    width: auto;
    display: block;
}
.page_default .genpg-rite .inn-areas-lst li.county a {
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 0 0 30px;
}

.page_default .genpg-rite .inn-areas-lst li.county .cities li a {
    padding: 0;
    margin: 0;
}
.page_default .genpg-rite .inn-areas-lst li.county .cities li:before {
    display: none;
}
.page_default .genpg-rite .inn-areas-lst li.county .cities li a:before {
    display: none;
}
.page_default .genpg-rite .inn-areas-lst .cities {
    display: none;
}
.page_default .genpg-rite .inn-areas-lst .cities ul {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 12px;
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.page_default .genpg-rite .inn-areas-lst li {
    line-height: 1.6;
}
.page_default .genpg-rite .inn-areas-lst .cities ul li {
    width: 49%;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0;
    list-style: none;
}
.inn-areas-lst .cities ul li:after {
    display: none;
}
.inn-areas-lst li.county:hover .cities {
    display: block;
}
.inn-areas-lst li.county a.activeSub+.cities {
    display: block;
}
.imapsMapPolygon-group:hover {
    fill: #424f5c !important;
}

.page_default .inn-areas-head {
    text-align: center;
}
.page_default.service-areas:before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/service-area-bg-img-illions.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}
.page_default .genpg-rite .inn-areas-head, 
.page_default .genpg-rite .inn-areas-btn {
    text-align: center;
}

.page_default .genpg-rite .inn-areas-lst li.county a::before {
    height: 24px;
    width: 19px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(./images/map-location-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
}
.page_default .genpg-rite .inn-areas-lst li.county a:hover::before {
    background-image: url(./images/map-location-icon-hover.png);
}
.page_default .genpg-rite .inn-areas-lst li.county {
    padding: 0;
}
.page_default .genpg-rite .inn-areas-lst li.county:before {
    display: none;
}
.page_default .genpg-rite .inn-areas-btn a, 
.page_default .genpg-rite .inn-areas-btn a:hover {
    color: #fff;
        font-family: 'Cormorant Garamond', serif;
}
.page_default .genpg-rite .inn-areas-btn {
    margin: 30px 0 0;
    width: 100%;
}

.home .prac-area-sec h1 {
    font-size: 66px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    color: #8c9caa;
    text-transform: capitalize;
    display: block;
    line-height: 1.1;
    margin-bottom: 50px;
    text-align: center;
}

.ftr-scl-icn-itm.icn {
    gap: 10px;
}
.ftr-scl-icn-itm.icn .logo-container .logo {
    width: 100%;
}
.ftr-scl-icn-itm.icn p:empty {
    display: none;
}
.ftr-scl-icn-itm.icn .super_lawyer {
    transform: scale(.55);
    margin: -45px;
}