/*
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
*/
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Archivo', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clear {
    clear: both;
}

.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}

.alignnone {
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}

iframe,
img {
    max-width: 100%;
    border: none;
}

img {
    border: 0;
    height: auto;
}

a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant Garamond', serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: 'Archivo', sans-serif;
    font-weight: normal;
    margin: 0 0 0px 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;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}

::-moz-placeholder {
    color: var(--placeholdercolor);
}

:-ms-input-placeholder {
    color: var(--placeholdercolor);
}

:-moz-placeholder {
    color: var(--placeholdercolor);
}

.container {
    max-width: 1333px;
    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 */
.logo-menu .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.logo-menu {
    width: 100%;
    position: absolute;
    z-index: 99;
    padding: 0 60px 0 40px;
}

.logo img {
    width: 100%;
    display: block;
}

.logo_rt {
    position: relative;
}

/* Top Menu Section */
.topmenu {
    margin-top: 25px;
}

.topmenu ul {
    position: relative;
    margin: 0;
}

.topmenu ul li {
    position: relative;
    margin: 0px 15px 0px;
}

.topmenu ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: normal;
    color: rgb(68, 68, 68);
    font-family: Arial, Helvetica, sans-serif;
}

/*.topmenu ul li a:hover {
    color: rgb(135 135 135);
}*/
.topmenu ul.primary-menu>li>a {
    line-height: 28px;
    text-transform: uppercase;
}

.topmenu ul li:first-child {
    margin-left: 0px;
}

.topmenu ul li:last-child {
    margin-right: 0px;
}

.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #53c3bd;
    padding: 0px 0;
    z-index: 999;
}

.top-menu ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0%;
    display: none;
}

.top-menu ul li ul.sub-menu li:hover ul.sub-menu {
    display: block;
}

.top-menu ul li:hover ul.sub-menu {
    display: block;
}

.top-menu .sub-menu li.current-menu-item a {
    color: #fff;
}

.top-menu .sub-menu li a:after {
    display: none;
}

.top-menu .sub-menu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.top-menu .sub-menu li a {
    float: left;
    font-size: 14px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    border: none;
}

.top-menu .sub-menu li a:hover {
    background-color: #b9529f;
    color: #fff;
}

.top-menu ul ul a:after {
    display: none;
}

.top-menu ul li.wide-menu {
    position: relative;
}

.top-menu ul li.wide-menu ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 670px;
    background-color: #53c3bd;
    padding: 10px;
    z-index: 999;
    display: none;
}

.top-menu ul li.wide-menu:hover ul {
    display: flex;
    flex-wrap: wrap;
}

.top-menu ul li.wide-menu ul li {
    width: 32%;
    margin: 0px .5%;
    padding: 0;
    float: left;
    border: 0
}

.top-menu ul li.wide-menu ul li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 9px 12px 8px;
    width: 100%;
    float: left;
    border: 0;
    background-color: transparent;
    transition-duration: 0.5s;
}

.top-menu ul li.wide-menu ul li a:hover {
    background-color: #b9529f;
    color: #fff;
}

.top-menu ul li.wide-menu ul li ul {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 0 0 0 10px;
    width: 100%;
}

.top-menu ul li.wide-menu ul li ul li {
    width: 100%;
    margin: 0 0px;
    float: left;
    padding: 5px 0;
}

.top-menu ul li.wide-menu ul li ul li:last-child {
    border-bottom: 0;
}

.top-menu ul li.wide-menu ul li ul li a {
    width: 100%;
    font-weight: normal;
}

/* Mobile Menu Styles */
.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    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: #fff;
    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: 30px;
    color: #fff;
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
}

.mobinav ul {
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.mobinav a {
    width: 100%;
    padding: 10px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #46b8b4;
}

.mobinav ul li ul {
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
	font-size:18px;
}

.mobinav ul li a.drop.close,
.mobinav ul li a.drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 29px;
    background-color: transparent !important;
   /* background-image: url(images/plus_icn.png);
    background-position: right center;
    background-repeat: no-repeat;*/
    padding: 0px 5px !important;
    cursor: pointer;
}

.mobinav ul li a.drop.open {
    width: 22px;
   /*   background-image: url(images/minus_icn.png);*/
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}

.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_icon2.png) no-repeat left top;
    text-indent: -9999px;
}

.srcshow img {
    width: 100%;
    display: block;
}

.srcbox {
    z-index: 99999995;
    background-color: #636466;
    position: absolute;
    top: -12px;
    right: 0;
    width: 0;
    overflow: hidden;
    height: 51px;
}

.srcbox:before {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    position: absolute;
    left: 14px;
    top: 17px;
    width: 18px;
    height: 18px;
}

.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: 'Syne', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    border: 0;
}

.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: 0px;
    bottom: 0;
    margin: auto;
    background-image: url(images/close-icn.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

/* Show Hide Menu Section Ends */
.top-menu ul {
    font-size: 0;
}

.top-menu ul li {
    display: inline-block;
    margin: 0 17px;
    position: relative;
}

.top-menu ul li:first-child {
    margin-left: 0
}

.top-menu ul li:last-child {
    margin-right: 0
}

.logo-menu-lst {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    float: none;
    padding: 20px 0 10px;
    align-items: center;
}

.rgt-menu {
    display: flex;
    justify-content: space-between;
    width: 75%;
    align-items: center;
}

.top-menu ul li a {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #231f20;
    display: inline-block;
    display: block;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}

.top-menu ul li a:first-child {
    margin-left: 0;
}

.top-menu ul li a:last-child {
    margin-right: 0;
}

.top-menu ul li>a:hover,
.top-menu ul li.current-menu-item>a {
    border-bottom: 3px solid #b9529f;
    padding-bottom: 5px;
}

.logo_rt p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    font-weight: 400;
    color: #008080;
    line-height: 1.08;
    font-style: italic;
    padding-left: 90px;
    position: relative;
    margin: 0;
}

.logo_rt a {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #231f20;
    line-height: 1.03;
    display: block;
    margin-top: 2px;
    font-style: normal;
}

.logo_rt a:hover {
    color: #008080;
}

.logo_rt a:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.png);
    background-position: -2px -2px;
    background-repeat: no-repeat;
    height: 85px;
    width: 85px;
    left: 0px;
    top: 0px;
    margin: auto;
    bottom: 0;
}

/*bannr*/
.banner-sec {
    background-image: url(images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 260px 10px 170px;*/
    padding: 220px 10px 120px;
}

.banner-sec .container {
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
}

.banner-sec-cnt h1,
.banner-sec-cnt h2 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #231f20;
    line-height: 1.34;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 0.48px
}

.banner-sec-cnt h1 strong,
.banner-sec-cnt h2 strong {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 130px;
    color: #231f20;
    line-height: 0.86;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 15px 0 0 -8px;
    display: block;
}

.banner-sec-cnt ul {
    margin-bottom: 48px;
}

.banner-sec-cnt ul li {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.34;
    color: #231f20;
    display: inline-block;
    margin: 0 18px;
    position: relative;
}

.banner-sec-cnt ul li:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 19px;
    right: -30px;
    background-color: #231f20;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
}

.banner-sec-cnt ul li:last-child:before {
    position: inherit;
}

.banner-sec-cnt ul li:first-child {
    margin-left: 0;
}

.banner-sec-cnt ul li:last-child {
    margin-right: 0;
}

.banner-sec-btn a {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    background-color: #b9529f;
    padding: 24px 64px 23px 52px;
    position: relative;
}

.banner-sec-btn a:hover {
    background-color: #259e9c;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.banner-sec-btn a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(images/banner-sec-btn.png);
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*our sec*/
.our-focus-sec .container {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}

.our-focus-sec {
    background: #29464a url(images/our-focus-sec.png);
    background-repeat: no-repeat;
    background-position: left 0 bottom 0px;
    padding: 120px 0 130px;
    position: relative;
    background-size: contain;
}

.our-focus-sec-lft {
    position: relative;
    z-index: 1;
    width: 44%;
}

.our-focus-sec-rgt {
    width: 54.4%;
    margin-right: -85px
}

.our-focus-sec-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-focus-sec-lft h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 400;
    color: #53c3bd;
    line-height: 1.03;
    margin-bottom: 15px;
    font-style: italic;
}

.our-focus-sec-lft h2 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    line-height: 1.21;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.our-focus-sec-lft-btn a {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #53c3bd;
    padding: 22px 61px 22px 48px;
    position: relative;
}

.our-focus-sec-lft-btn a:before {
    content: "";
    position: absolute;
    background-image: url(images/law-arrow.png);
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 34px;
    margin: auto;
}

.our-focus-sec-lft-btn a:hover {
    border-color: #b9529f;
    background-color: #b9529f;
}

.our-focus-sec-rgt-itm {
    background-color: #365155;
}

.our-focus-sec-rgt-itm h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.37;
    color: #fff;
    margin-bottom: 0;
}

.our-focus-sec-rgt-itm {
    padding: 30px 10px 30px 0px;
    width: 100%;
    margin-bottom: 9px;
    position: relative;
    display: flex;
    align-items: center;
}

.our-focus-sec-rgt-itm-img {
    margin: 0 62px 0 -25px;
}

.our-focus-sec-rgt-itm:last-child {
    margin-bottom: 0
}

/*abt-our-lw*/
.abt-our-lw-sec .container {
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
}

.abt-our-lw-sec {
    background-color: #fff;
    position: relative;
    padding: 120px 0 130px;
    background-image: url(images/abt-our-lw-sec-list.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    z-index: 1;
}

.abt-our-lw-sec:before {
    position: absolute;
    content: "";
    background-image: url(images/abt-our-lw-sec.png);
    background-repeat: no-repeat;
    width: 750px;
    height: 750px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: 0;
    background-size: cover;
}

.abt-our-lw-sec-cnt h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.08;
    color: #b9529f;
    margin-bottom: 13px;
    text-align: center;
}

.abt-our-lw-sec-cnt h2,
.abt-our-lw-sec-cnt h1 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 41px;
    color: #231f20;
    line-height: 1.21;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

.abt-our-lw-sec-cnt h2 strong,
.abt-our-lw-sec-cnt h1 strong {
    color: #008080;
    font-weight: 700;
}

.abt-our-lw-sec-cnt {
    margin-bottom: 110px;
}

.abt-our-lw-sec-list {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.abt-our-lw-sec-lft {
    width: 40.3%;
    position: relative;
}

.abt-our-lw-sec-lft img {
    width: 100%;
    display: block;
}

.abt-our-lw-sec-rgt-cilppath {
    background-color: #fff;
    margin-top: 90px;
    padding: 100px 10px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 50%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 50%);
    display: flex;
    justify-content: center;
}

.abt-our-lw-sec-rgt {
    width: 100%;
    max-width: 1095px;
    margin-left: -65px;
    filter: drop-shadow(0px 2px 15px rgba(50, 50, 0, 0.1));
}

.abt-our-lw-sec-rgt-cilppath:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: -1px;
    border-top: 74px solid #b8529f;
    border-right: 90px solid #b8529f;

}

.abt-our-lw-sec-rgt-cnt {
    max-width: 835px;
    width: 100%;
}

.abt-our-lw-sec-rgt-cnt h6 {
    font-family: 'Archivo', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #231f20;
    line-height: 1.34;
    margin-bottom: 27px;
}

.abt-our-lw-sec-rgt-cnt p {
    font-family: 'Archivo', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 1.45;
    margin-bottom: 22px;
}

.abt-our-lw-sec-rgt-btn {
    padding-top: 55px;
}

.abt-our-lw-sec-rgt-btn a {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #231f20;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    border: 2px solid #53c3bd;
    padding: 19px 57px 19px 47px;
    position: relative;
    display: inline-block;
}

.abt-our-lw-sec-rgt-btn a:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(images/abt-our-lw-sec-rgt-btn.png);
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.abt-our-lw-sec-rgt-btn a:hover {
    border-color: #b9529f;
    background-color: #b9529f;
    color: #fff;
    transition: 0.3s
}

.abt-our-lw-sec-rgt-btn a:hover:before {
    background-image: url(images/law-arrow.png);
    transition: 0.3s
}

/*prcts-area*/
.prcts-area-sec .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.prcts-area-sec {
    background-image: url(images/prcts-area-sec-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.prcts-area-sec-cnt h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 400;
    font-style: italic;
    line-height: 0.71;
    color: #b9529f;
    margin-bottom: 50px;
    text-align: center;
}

.prcts-area-sec-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
}

.prcts-area-sec-itm {
    width: 25%;
    padding: 95px 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.prcts-area-sec-itm:nth-child(2),
.prcts-area-sec-itm:nth-child(4),
.prcts-area-sec-itm:nth-child(5),
.prcts-area-sec-itm:nth-child(7) {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#66ffffff', GradientType=0);
}

.prcts-area-sec-itm:nth-child(2):hover,
.prcts-area-sec-itm:nth-child(4):hover,
.prcts-area-sec-itm:nth-child(5):hover,
.prcts-area-sec-itm:nth-child(7):hover {
    background: inherit;
}

.prcts-area-sec-itm .link {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 9;
}

.prcts-area-sec-itm h4:before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 102px;
    left: 0;
    top: 0;
}

.prcts-area-sec-itm.dvrce h4:before {
    /*background-position: -2px -100px;*/
    background-position: -2px -501px;
}

.prcts-area-sec-itm.collaborative h4:before {
    background-position: -138px -500px;
}

.prcts-area-sec-itm.mediation h4:before {
    background-position: -264px -501px;
}

.prcts-area-sec-itm.uncontested h4:before {
    background-position: -431px -501px;
}

.prcts-area-sec-itm.premarital h4:before {
    background-position: -576px -500px;
}

.prcts-area-sec-itm.child h4:before {
    background-position: -739px -500px;
}

.prcts-area-sec-itm.adoptions h4:before {
    background-position: -898px -500px;
}

.prcts-area-sec-itm.divorce h4:before {
    background-position: 0px -622px;
}

.prcts-area-sec-itm h4 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #231f20;
    line-height: 1;
    min-height: 41px;
    padding-top: 140px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.prcts-area-sec-itm p {
    font-family: 'Archivo', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #404041;
    line-height: 1.45;
    margin: 0;
}

.prcts-area-sec-itm:hover {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#66ffffff', GradientType=0);
}

.prcts-area-sec-our h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.08;
    color: #b9529f;
    margin-bottom: 25px;
    text-align: center;
}

.prcts-area-sec-our h2 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #231f20;
    line-height: 1.02;
    text-transform: uppercase;
    text-align: center;
    list-style: none !important;
    margin-bottom: 140px;
}

.prcts-area-sec-our h2 strong {
    color: #008080;
    font-weight: 700;
}

.prcts-area-sec-our {
    width: 100%;
    max-width: 1720px;
    margin: auto;
    background-color: #fff;
    /*    padding: 135px 0 220px;*/
    padding: 100px 0 160px;
    -webkit-box-shadow: 10px 10px 39px 23px rgba(234, 234, 234, 1);
    -moz-box-shadow: 10px 10px 39px 23px rgba(234, 234, 234, 1);
    box-shadow: 10px 10px 39px 23px rgba(234, 234, 234, 1);
    position: relative;
}

.prcts-area-sec-our:before {
    position: absolute;
    content: "";
    width: 351px;
    height: 316px;
    background-image: url(images/prcts-area-sec-our.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}

.prcts-area-sec-our:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: 0;
    border-top: 73px solid #008080;
    border-right: 80px solid #ebebeb;
}

.prcts-area-sec-our-lst:before {
    position: absolute;
    content: "";
    background-image: url(images/prcts-area-sec-our-road.png);
    height: 70px;
    width: calc(100% - 50px);
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.prcts-area-sec-our-lst {
    float: left;
    width: 100%;
    position: relative;
}

.prcts-area-sec-our-lst ol {
    list-style: none;
    position: relative;
    width: 100%;
    counter-reset: section;
    max-width: 1360px;
    width: 100%;
    margin: auto;
}

.prcts-area-sec-our-lst ol li {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #231f20;
    position: relative;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    max-width: 250px;
    float: left;
    display: flex;
    height: 100%;
    min-height: 275px;
    transition-duration: 0.3s;
}

.prcts-area-sec-our-lst ol li:hover {
    transform: scale(1.05);
}

.prcts-area-sec-our-lst ol li:nth-child(odd) {
    padding: 20px 0 170px 20px;
    align-items: top;
}

.prcts-area-sec-our-lst ol li:nth-child(even) {
    padding: 170px 0 20px 20px;
    margin-top: 219px;
    align-items: end;
}

.prcts-area-sec-our-lst ol li:after {
    counter-increment: section;
    content: "0" counter(section) " ";
    position: absolute;
    left: -34px;
    font-family: 'Syne', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #29464a;
    background-image: url(images/our-lst-icon1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 84px;
    padding: 7px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    transform: scale(1.05);*/
}

.prcts-area-sec-our-lst ol li:nth-child(10):after {
    content: "10";
}



/*.prcts-area-sec-our-lst ol li:hover:after{transform: scale(1.01)}*/
.prcts-area-sec-our-lst ol li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #b3b5b7;
}

.prcts-area-sec-our-lst ol li:nth-child(odd):after {
    bottom: 0;
}

.prcts-area-sec-our-lst ol li:nth-child(even):after {
    top: 0;
    background-image: url(images/our-lst-icon2.png);
    padding: 24px 0 0;
    display: flex;
    align-items: baseline;
}

.prcts-area-sec-our-lst ol li:hover:nth-child(odd) a {
    color: #008080;
}

.prcts-area-sec-our-lst ol li:hover:nth-child(even) a {
    color: #b9529f;
}

.prcts-area-sec-our-lst ol li:nth-child(odd):hover:after {
    background-image: url(images/our-lst-icon2hove.png);
}

.prcts-area-sec-our-lst ol li:nth-child(even):hover:after {
    background-image: url(images/our-lst-icon1hove.png);
}

.prcts-area-sec-our-lst ol li:nth-child(2) {
    margin-left: -105px;
}

.prcts-area-sec-our-lst ol li:nth-child(3) {
    margin-left: -105px;
}

.prcts-area-sec-our-lst ol li:nth-child(4) {
    margin-left: -105px;
}

.prcts-area-sec-our-lst ol li:nth-child(5) {
    margin-left: -105px;
}

.prcts-area-sec-our-lst ol li:nth-child(6) {
    margin-left: -108px;
}

.prcts-area-sec-our-lst ol li:nth-child(7) {
    margin-left: -105px;
}

.prcts-area-sec-our-lst ol li:nth-child(8) {
    margin-left: -105px;
}

.prcts-area-sec-our-lst ol li:nth-child(9) {
    margin-left: -120px;
    max-width: 200px;
}

.prcts-area-sec-our-lst ol li:nth-child(10) {
    margin-left: -72px;
    max-width: 90px;
}

/*law sec*/
.law-sec h6 {
    color: #b9529f;
    font-size: 25px;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    font-weight: 400;
    line-height: 1.08;
    font-style: italic;
    margin-bottom: 45px;
    z-index: 1;
    position: relative;
}

.law-sec h2 {
    color: #231f20;
    font-size: 60px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.05;
    margin-bottom: 97px;
    z-index: 1;
    position: relative;
}

.law-sec-list {
    text-align: left;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.law-sec-lft {
    width: 56%;
}

.law-sec-list p {
    color: #4e4e4e;
    font-size: 22px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    line-height: 1.45;
}

.law-sec-lft p {
    margin-bottom: 40px;
}

.law-sec-rgt {
    width: 32%;
}

.law-sec-rgt p {
    margin-bottom: 50px;
}

.law-sec-rgt p b {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 45px;
}

.law-sec-rgt-btn a {
    color: #fff;
    font-size: 15px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 24px 65px 23px 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    background-color: #b9529f;
}

.law-sec-rgt-btn a:before {
    content: "";
    position: absolute;
    background-image: url(images/law-arrow.png);
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 43px;
    margin: auto;
}

.law-sec-rgt-btn a:hover {
    background-color: #008080;
}

.law-sec:before {
    content: "";
    position: absolute;
    background-image: url(images/law-office-positionimg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 999px;
    height: 100%;
    right: 0;
    bottom: -224px;
    z-index: 0;
}

.law-sec {
    position: relative;
    /*padding: 216px 0 220px;*/
    padding: 120px 0 120px;
    z-index: 99;
}

/*attorney-sec*/
.attorney-sec {
    position: relative;
    padding: 0 15px;
}

.attorney-sec .container {
    max-width: 1665px;
    width: 100%;
    margin: 0 auto;
}

.item-display-list {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.item-display {
    margin-bottom: 60px;
}

.attorney-sec-top {
    position: relative;
    /*margin-bottom: 145px;*/
    margin-bottom: 85px;
}

.main-display,
.display-thumb {
    position: relative;
}

.display-thumb:before {
    height: calc(100% - 65px);
    bottom: inherit;
    top: 0
}

.main-display:after {
    position: absolute;
    content: "";
    width: 451px;
    height: 439px;
    background-image: url(images/attorney-sec-top-icn.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 298px;
    right: -12px;
    margin: auto;
}

.item-display-rgt {
    display: flex;
    justify-content: space-between;
}

.item-display-title-lft h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    line-height: 0.96;
    color: #b9529f;
    margin-bottom: 25px;
}

.item-display-title-lft h2 {
    color: #231f20;
    font-size: 60px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.05;
    margin: 0;
}

.item-display-rgt-cnt p {
    font-family: 'Archivo', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 1.45;
    margin-bottom: 50px;
}

.attorney-sec-top .item-display-rgt-btn a {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #53c3bd !important;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    border: none !important;
    margin-bottom: 0;
    padding: 0 25px 0 0;
}

.attorney-sec-top .item-display-rgt-btn a:before {
    right: 0
}

.item-display-rgt-btn a:hover {
    color: #fff !important;
    transition: 0.3s;
}

.attorney-sec-top .item-display-rgt-btn a:hover:before {
    background-image: url(images/law-arrow.png) !important;
    transition: 0.3s
}

.item-display-rgt-btn a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(images/item-display-rgt-btn.png) !important;
    right: -23px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.attorney-sec-top .attorney-sec-top-btn a:hover {
    background-color: #53c3bd;
    transition: 0.3s;
}

.item-display-img {
    width: 40%;
}

.item-display-rgt-cnt {
    width: 60%;
}

.item-thumb-lft img {
    display: block;
}

.display-thumb {
    display: flex;
    justify-content: end;
}

.item-thumb img {
    display: block;
}

.attorney-sec-top a {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    border: 2px solid #53c3bd;
    padding: 19px 57px 19px 47px;
    position: relative;
    margin-bottom: 0;
}

.attorney-sec-top a:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(images/law-arrow.png);
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.aty-testi-blck {
    background-image: url(images/aty-testi-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.display-thumb.owl-carousel.owl-loaded.owl-drag .owl-item {
    width: 155px !important;
    margin-right: 18px !important;
}

@media screen and (min-width: 1601px) {
    .display-thumb.owl-carousel.owl-loaded.owl-drag {
        max-width: max-content;
    }
}

.display-thumb.owl-carousel.owl-loaded.owl-drag {
    width: 100%;
    margin: auto;
    padding-top: 30px;
    margin-top: -145px;
}

.display-thumb.owl-carousel .owl-stage-outer .owl-stage {
    left: 45%;
}

.attorney-sec-top-btn {
    position: absolute;
    display: block;
    left: 310px;
    bottom: 180px;
    right: 0;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
}

.testim-sec .container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.testim-sec h6 {
    color: #b9529f;
    font-size: 25px;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    line-height: 1.08;
    font-style: italic;
    margin-bottom: 20px;
    padding: 40px 0px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}

.rww-cnt p {
    color: #231f20;
    font-size: 42px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.21;
    margin-bottom: 50px;
    text-align: center;
}

.testimonial-author h5 {
    color: #4e4e4e;
    font-size: 22px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    text-transform: capitalize;
    text-align: center;
}

.testim-sec {
    background-image: url(images/testimonilas-section-v2.png);
    padding: 79px 0 130px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 1270px auto;
}

.home_testimnlslides.owl-carousel .owl-nav {
    display: block !important;
}

.home_testimnlslides.owl-carousel .owl-nav button.owl-prev,
.home_testimnlslides.owl-carousel .owl-nav button.owl-next {
    width: 78px;
    height: 78px;
    font-size: 0px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 100px;
    margin: auto;
}

.home_testimnlslides.owl-carousel .owl-nav button.owl-prev {
    left: -201px;
    background-image: url(images/cli-lft.png);
}

.home_testimnlslides.owl-carousel .owl-nav button.owl-next {
    right: -213px;
    background-image: url(images/cli-rit.png);
}

/*frm-sec*/
.frm-sec {
    position: relative;
    padding: 150px 0 140px;
    background-image: url(images/frm-sec-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.frm-sec-cnt {
    width: 100%;
    max-width: 745px;
    float: right;
}

.frm-sec-cnt h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.08;
    color: #fff;
    margin-bottom: 13px;
    margin-bottom: 18px;
}

.frm-sec-cnt h2 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.frm-sec-cnt h5 {
    font-family: 'Archivo', sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    line-height: 1.45;
    margin-bottom: 55px;
}

.frm-sec-cnt-list br {
    display: none;
}
.frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield_label {
    display: none;
}

.frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    background-color: transparent;
    outline: none;
    border: 2px solid #cdcbc9;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 19px 19px 40px;
}

.frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield textarea.large {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    background-color: transparent;
    outline: none;
    border: 2px solid #cdcbc9;
    color: #fff;
    text-transform: uppercase;
    height: 118px;
    padding: 19px 0px 19px 40px;
}

.frm-sec-cnt-list textarea::-webkit-textarea-placeholder {
    color: #fff;
}

.frm-sec-cnt-list textarea::-moz-placeholder,
.frm-sec-cnt-list::-moz-placeholder,
.frm-sec-cnt-list select option {
    color: #fff;
}

.frm-sec-cnt-list textarea:-ms-textarea-placeholder,
.frm-sec-cnt-list:-ms-textarea-placeholder,
.frm-sec-cnt-list select option {
    color: #fff;
}

.frm-sec-cnt-list textarea:-moz-placeholder,
.frm-sec-cnt-list:-ms-textarea-placeholder {
    color: #fff;
}

.frm-sec-cnt-list .gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
    float: right;
}

.frm-sec-cnt-list .gform_wrapper.gravity-theme .gform_footer button.button:disabled,
.gform_wrapper.gravity-theme .gform_footer input.button:disabled,
.gform_wrapper.gravity-theme .gform_page_footer button.button:disabled,
.gform_wrapper.gravity-theme .gform_page_footer input.button:disabled {
    opacity: 100% !important;
}

.frm-sec-cnt-list .gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    background-color: #b9529f;
    padding: 20px 58px 21px 42px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    background-image: url(images/frm-sec-cnt-list.png);
    background-repeat: no-repeat;
    background-position: right 35px center;
    border: none;
    cursor: pointer;
}

.frm-sec-cnt-list input::-webkit-input-placeholder {
    color: #fff;
}

.frm-sec-cnt-list input::-moz-placeholder,
.frm-sec-cnt-list ::-moz-placeholder,
.frm-sec-cnt-list select option {
    color: #fff;
}

.frm-sec-cnt-list input:-ms-input-placeholder,
.frm-sec-cnt-list :-ms-input-placeholder,
.frm-sec-cnt-list select option {
    color: #fff;
}

.frm-sec-cnt-list input:-moz-placeholder,
.frm-sec-cnt-list :-ms-input-placeholder {
    color: #fff;
}

.frm-sec-cnt-list .gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0 !important
}

.frm-sec-cnt-list h2.gform_submission_error.hide_summary {
    display: none;
}

.frm-sec-cnt-list .gform_wrapper div.validation_error {
    color: #f00;
    border: 0;
    font-family: 'Barlow-Regular';
    padding: 0;
    margin: 0px;
    position: absolute;
    top: -22px;
    font-size: 15px;
}

.frm-sec-cnt-list .gform_wrapper .gform_fields.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 5px;
}

.frm-sec-cnt-list .gform_wrapper .validation_message {
    color: #f00;
    position: absolute;
    width: auto !important;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
}

.frm-sec-cnt-list .gform_wrapper .instruction.validation_message {
    top: inherit;
    bottom: 10px;
}

.frm-sec-cnt-list .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100%) !important;
}

.frm-sec-cnt-list .gform_wrapper .gfield .gfield_validation_message,
.frm-sec-cnt-list .gform_wrapper .instruction.validation_message {
    background-color: transparent;
    border: 0;
}

.frm-sec-cnt-list .gform_wrapper {
    position: relative;
}

.frm-sec-cnt-list div#gform_1_validation_container {
    display: none;
}

.frm-sec-cnt-list .gfield {
    position: relative;
}

/*fmly-lw-sec*/
.fmly-lw-sec .container {
    max-width: 1643px;
    width: 100%;
    margin: 0 auto;
}

.fmly-lw-sec {
    position: relative;
    padding: 120px 0 0px;
    background: #fff url(images/map-sec-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.fmly-lw-sec-cnt {
    text-align: center;
    /*margin-bottom: 165px;*/
    margin-bottom: 110px;
}

.fmly-lw-sec-cnt h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.08;
    color: #b9529f;
    margin-bottom: 25px;
    text-align: center;
}

.fmly-lw-sec-cnt h2 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #231f20;
    line-height: 1.22;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

.fmly-lw-sec-cnt h2 strong {
    color: #008080;
    margin-left: 10px;
    font-weight: 700;
}

.fmly-lw-vist {
    max-width: 606px;
    background-color: #29464a;
    display: flex;
    justify-content: center;
    padding: 100px 10px 92px;
    text-align: center;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: -90px;
    right: 140px;
    box-shadow: 0px 30px 40px 0px rgba(31, 101, 101, 0.36)
}

.fmly-lw-vist:before {
    position: absolute;
    content: "";
    width: 369px;
    height: 402px;
    background-image: url(images/fmly-lw-vist.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.fmly-lw-vist h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.08;
    color: #53c3bd;
    margin-bottom: 26px;
}

.fmly-lw-vist a {
    font-family: 'Archivo', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1.45;
    margin-bottom: 42px;
}

.fmly-lw-vist a:hover {
    color: #b9529f;
}

.fmly-lw-vist-lst-icn a {
    font-size: 0 !important;
    display: inline-block;
    background-image: url(images/footer-sprites-all.png);
    background-repeat: no-repeat;
    width: 85px;
    height: 95px;
    transition: 0.5s;
    margin-right: 5px;
    background-position: 0 0;
    margin-bottom: 0;
}

.fmly-lw-vist-lst-icn a.tw {
    background-position: -103px 0px;
}

.fmly-lw-vist-lst-icn a.in {
    background-position: -214px 0px;
}

.fmly-lw-vist-lst-icn a.ln {
    background-position: -329px 0px;
}

.fmly-lw-vist-lst-icn a.yb {
    background-position: -440px 0px;
}

.fmly-lw-vist-lst-icn a.fb:hover {
    background-position: 0px -110px;
}

.fmly-lw-vist-lst-icn a.tw:hover {
    background-position: -103px -110px;
}

.fmly-lw-vist-lst-icn a.in:hover {
    background-position: -212px -110px;
}

.fmly-lw-vist-lst-icn a.ln:hover {
    background-position: -328px -110px;
}

.fmly-lw-vist-lst-icn a.yb:hover {
    background-position: -443px -110px;
}
.fmly-lw-vist-lst-icn a.tiktok {
    background-position: -554px 0px;
}
.fmly-lw-vist-lst-icn a.tiktok:hover {
    background-position: -554px -110px;
}

.fmly-lw-vist-lst-icn {
    display: flex;
    justify-content: space-between;
}

/*footer*/
.site-footer .container {
    max-width: 1658px;
    width: 100%;
    margin: 0 auto;
}

.ftmenu ul li {
    display: inline-block;
    margin: 0 15px 30px;
}

.ftmenu ul li a {
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1;
    color: #231f20;
    display: block;
    text-transform: uppercase;
}

.ftmenu ul li:first-child {
    margin-left: 0;
}

.ftmenu ul li:last-child {
    margin-right: 0;
}

.ftmenu ul li a:hover {
    color: #b9529f;
}

.ft-logo-navi-sec {
    display: flex;
    justify-content: space-between;
    padding: 105px 0 100px;
}

.ft_note p {
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.77;
    font-weight: 400;
    color: #4e4e4e;
    margin-bottom: 10px;
}

.site-footer .nav {
    width: 71%;
}

.site-footer .logo {
    padding: 0;
    width: 365px;
}

.site-footer .nav {
    width: 72%;
    padding-top: 60px;
}

.ft_note a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

.ft_note a:first-child {
    margin-left: 0;
}

.ft_note a:hover {
    color: #b9529f;
}

.banner-sec-img {
    display: none;
}

.map-cnt iframe {
    width: 100%;
    height: 600px;
    display: block;
}

.map-cnt {
    -webkit-clip-path: polygon(0% 0%, 0 0, 100% 120px, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0 0, 100% 120px, 100% 100%, 0% 100%);
}

/*default styles*/
.container2 {
    max-width: 1290px;
    width: 100%;
    margin: auto;
}

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

.page_bnr {
    background: url(images/page-bnr-bg.webp) no-repeat;
    background-size: cover;
    padding: 285px 0 485px;
    background-position: top center;
    position: relative;
    text-align: center;
}

.page_bnr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 11%, rgba(255, 255, 255, 0.16) 21%, rgba(255, 255, 255, 0.32) 36%, rgba(255, 255, 255, 0.61) 58%, rgba(255, 255, 255, 0.8) 74%, rgba(255, 255, 255, 0.93) 88%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 11%, rgba(255, 255, 255, 0.16) 21%, rgba(255, 255, 255, 0.32) 36%, rgba(255, 255, 255, 0.61) 58%, rgba(255, 255, 255, 0.8) 74%, rgba(255, 255, 255, 0.93) 88%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 11%, rgba(255, 255, 255, 0.16) 21%, rgba(255, 255, 255, 0.32) 36%, rgba(255, 255, 255, 0.61) 58%, rgba(255, 255, 255, 0.8) 74%, rgba(255, 255, 255, 0.93) 88%, rgba(255, 255, 255, 1) 100%);
}

.page_bnr:after {
    content: "";
    position: absolute;
    top: 62px;
    right: 0;
    width: 226px;
    height: 100%;
    background: url(images/page-bnnr-pos-img.png) no-repeat;
    background-size: contain;
    opacity: 0.09;
}

.page_title {
    position: relative;
    z-index: 9;
}

.page_title h1,
.page_title h2 {
    font-size: 60px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #231f20;
    line-height: 100%;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.page_title h6 {
    font-size: 22px;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    color: #4e4e4e;
    line-height: 100%;
    margin: 0;
}

.page_title h1 strong,
.page_title h2 strong {
    color: #008080;
    font-weight: 700;
}

.inrpg-breadcrumbs {
    font-size: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    color: #b9529f;
    margin-bottom: 40px
}

.inrpg-breadcrumbs span a:hover {
    color: #231f20;
}

.brd-div {
    display: inline-block;
    margin: 0 10px;
    color: #b9529f;
}

.page_default {
    padding: 0 0 90px;
    position: relative;
    background: #fff;
}

.genpg-rite {
    width: 74.2%;
    float: right;
}

.genpg-lft {
    width: 21%;
    float: left;
}

.page_default .page_content {
    margin-top: -400px;
    position: relative;
}

.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: 'Syne', sans-serif;
}

.page_default .genpg-rite h1,
.page_default .genpg-rite h2 {
    font-size: 42px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #231f20;
    line-height: 120%;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.page_default .genpg-rite h3 {
    font-size: 35px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #231f20;
    margin-bottom: 25px;
}

.page_default .genpg-rite h4 {
    font-size: 30px;
    line-height: 120%;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #231f20;
}

.page_default .genpg-rite h5 {
    font-size: 24px;
    line-height: 120%;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #231f20;
}

.page_default .genpg-rite h6 {
    font-size: 22px;
    line-height: 120%;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #231f20;
}

.page_default .genpg-rite p,
.page_default .genpg-rite li {
    font-size: 22px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 1.45;
    margin-bottom: 42px;
}

.page_default .genpg-rite a {
    color: #b9529f;
    text-decoration: none;
}

.page_default .genpg-rite ul,
.page_default .genpg-rite ol {
    padding: 0;
    list-style-position: inside;
}

.page_default .genpg-rite li {
    padding-left: 35px;
    position: relative;
    line-height: 1.45;
    margin: 0 0 20px 0;
}

.page_default .genpg-rite ul li:before {
    background: #008080;
    width: 12px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
}

.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 {
    list-style-type: none;
    counter-reset: my-sec-counter;
}

.page_content .genpg-rite ol li {
    list-style: none;
}

.page_default .genpg-rite li a {
    text-decoration: none;
    color: #b9529f;
    display: inline-block;
}

.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #4e4e4e;
}

.page_default .genpg-rite ol li:before {
    content: "";
    position: absolute;
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
    left: 0;
    /*right: 0;*/
    color: #008080;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 700;
    font-family: 'Archivo', sans-serif;
}

.page_default .genpg-rite .gnpg-img-box img {
    width: 100%;
    display: block;
}

.page_default .genpg-rite .gnpg-img-box {
    border: 27px solid #fff;
    margin-bottom: 80px;
    -webkit-box-shadow: 0px 17px 45px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 17px 45px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 17px 45px 0px rgba(0, 0, 0, 0.1);
    margin-right: -142px;
    position: relative;
}

.page_default .genpg-rite .gnpg-img-box:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    margin: auto;
    display: none;
}

.genpg-lft nav.menu-general-page-sidebar-menu-container li a {
    font-size: 20px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #231f20;
    line-height: 120%;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 3px solid transparent;
    display: inline-block;
    margin-bottom: 0;
}

.genpg-lft nav.menu-general-page-sidebar-menu-container li {
    margin-bottom: 30px;
    padding-left: 41px;
    position: relative;
}

.genpg-lft nav.menu-general-page-sidebar-menu-container li:last-child {
    margin-bottom: 0;
}

.genpg-lft nav.menu-general-page-sidebar-menu-container li a:hover,
.genpg-lft nav.menu-general-page-sidebar-menu-container li.current-menu-item {
    border-color: #b9529f;
}

.genpg-rite-cnt {
    padding-left: 35px;
}

.page_default.blg-default .container2 {
    max-width: 1660px;
    width: 100%;
    margin: auto;
}

/*Blog*/
.blgpg {
    background: #c9cbcc;
    position: relative;
    padding: 10px 0 100px
}

.blgpg:before {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    width: 100%;
    height: 350px;
    background: #fbfbfb;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 35%, 0% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%, 0% 50%);
}

.page_default.blg-default {
    padding: 0;
}

.blg-psts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px
}

.blg-psts-list .post-item {
    width: 32.33%;
    margin: 0 1.5% 4% 0;
    text-align: center;
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
}

.blog-post-img {
    padding: 0 30px;
    position: relative;
    z-index: 1
}

.blog-post-img img {
    width: 100%;
    height: 600px;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center center;
    -moz-object-position: center center;
    -o-object-position: center center;
    -ms-object-position: center center;
    object-position: center center;
}

.blg-psts-list .post-item:nth-child(3n) {
    margin-right: 0
}

.post-img img {
    width: 100%;
    display: block;
}

.blog-post-btn {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
}

.post-cnt {
    padding: 250px 60px 80px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    margin: -190px 0 0;
}

.post-dt {
    color: #b9529f;
    font-size: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    text-align: center;
    font-weight: 400;
    line-height: 1.08;
    margin-bottom: 25px;
}

.post-cnt h4 {
    font-size: 24px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    line-height: 1.21;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 35px
}

.post-cnt p {
    color: #4e4e4e;
    font-size: 22px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 40px;
}

.blog-post-btn a {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #53c3bd !important;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    padding: 0 25px 0 0;
}

.blog-post-btn a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(images/item-display-rgt-btn.png) !important;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page_default.blg-default .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_default.blg-default .nav-links .page-numbers {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 0 10px;
    color: #231f20;
    width: 78px;
    height: 78px;
    vertical-align: middle;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.page_default.blg-default .nav-links span.page-numbers.current {
    color: #b9529f;
}

.page_default.blg-default a.next.page-numbers,
.page_default.blg-default a.prev.page-numbers {
    width: 78px !important;
    height: 78px !important;
    font-size: 0;
    background: url(images/inr-sprites.png) no-repeat !important;
}

.page_default.blg-default a.prev.page-numbers {
    background-position: -2px -2px !important;
}

.page_default.blg-default a.next.page-numbers {
    background-position: -83px -2px !important;
}

.blg-top-cnt {
    display: flex;
}

form.search-form {
    position: relative;
}

.blg-top-cnt {
    max-width: 1290px;
    width: 100%;
    margin: auto;
}

.blg-top-cnt .widget select,
.blg-top-cnt .search-field {
    font-size: 15px;
    font-family: 'Syne', sans-serif;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    line-height: 120%;
    text-transform: uppercase;
    padding: 15px 50px 15px 33px;
    border: none;
    outline: none;
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    height: 70px;
    border: none;
}

.blg-top-cnt .search-field {
    padding: 15px 50px 15px 60px;
    text-transform: capitalize;
    position: relative;
}

.blg-top-cnt .widget {
    width: 32%;
}

.widget_categories,
.widget_archive {
    margin-right: 1.95%
}

.blogtop .blg-top-cnt-lst {
    padding: 75px 0;
    background: #29464a;
    margin: 0 30px 126px;
}

.blg-top-cnt .search-form input.search-submit {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 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-top-cnt h4.widget-title {
    display: none;
}

.blg-psts h6 {
    font-size: 38px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    color: #b9529f;
    line-height: 1;
    margin-bottom: 45px;
    z-index: 1;
    position: relative;
    text-align: center;
}

.blg-top-cnt .widget select {
    background-image: url(images/drop-down.png);
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.06);
    background-position: right 30px center;
}

.blg-top-cnt .widget select option {
    background-color: #fff;
    padding: 8px 0px;
    border-bottom: 1px solid #fff;
    display: block;
}

.blg-top-cnt-lst h3 {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    line-height: 100%;
    margin-bottom: 30px;
    text-align: center
}

/*SINGLE BLOG*/
.page_default.sngldft .container2 {
    max-width: 1720px;
    width: 100%;
    margin: auto;
}

.genpg-rite.snglblg {
    float: none;
    width: 100%;
}

.single_post_cnt-list {
    display: flex;
    align-items: flex-start;
}

.single_post-img {
    width: 41%;
    position: relative
}

.post_cnt {
    width: 69%;
    position: relative;
    filter: drop-shadow(0px 2px 15px rgba(50, 50, 0, 0.1));
    margin: 95px 0 0 -65px;
}

.post_cnt .post-cnt-shap {
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
    padding: 100px 100px 100px 135px;
}

.post_cnt .post-cnt-shap:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-color: #b8529f;
    position: absolute;
    bottom: 0;
    right: 0;
}

.single_post-img img {
    width: 100%;
    display: block;
}

.blg-top-cnt-lst.sgle-pst .blg-top-cnt {
    max-width: 100%;
    flex-direction: column;
    max-width: 420px;
    margin: 0
}

.blg-top-cnt-lst.sgle-pst .blg-top-cnt .widget {
    width: 100%;
}

.blg-top-cnt-lst.sgle-pst .blg-top-cnt .widget select,
.blg-top-cnt-lst.sgle-pst .blg-top-cnt .search-field {
    border: 2px solid #008080;
    height: 60px;
    color: #231f20;
}

.blg-top-cnt-lst.sgle-pst .widget_categories,
.blg-top-cnt-lst.sgle-pst .widget_archive {
    margin: 0 0 3%;
}

.blg-top-cnt-lst.sgle-pst .blg-top-cnt .widget select {
    background: rgba(255, 255, 255, 0.06) url(images/drop-down-sngle-blg.png) no-repeat;
    background-position: right 30px center;
}

.blg-top-cnt-lst.sgle-pst .blg-top-cnt .search-form input.search-submit {
    background: url(images/search_iconsgleblog.png) no-repeat;
}

.blg-top-cnt-lst.sgle-pst {
    margin: 90px 0 0 70px
}

.page_default .genpg-rite .blg-top-cnt-lst.sgle-pst h3 {
    color: #231f20;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: left;
}

.page_default.sngldft .nav-links {
    display: flex;
    justify-content: space-around;
    float: right;
    width: 100%;
    max-width: 1100px;
    margin-top: 130px;
}

.page_default.sngldft .nav-links span.meta-nav {
    font-size: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    color: #b9529f;
    margin-bottom: 25px;
    display: inline-block;
}

.page_default.sngldft .nav-links .post-title {
    font-size: 24px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    line-height: 1.21;
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 0;
}

.page_default.sngldft .nav-links .nav-next {
    text-align: right;
}

.page_default.sngldft .nav-previous,
.page_default.sngldft .nav-links .nav-next {
    width: 36%;
}

.blg-top-cnt-lst.sgle-pst.dn {
    display: none;
}

.page_default.sngldft .genpg-rite .post_cnt .post-dt p {
    font-size: 24px;
    font-weight: 700;
    color: #231f20;
    text-align: left;
    font-style: normal;
    margin-bottom: 30px
}

.post-share {
    margin-top: 40px
}

.post-share a {
    display: inline-block;
    font-size: 0;
    margin: 0 4px;
    width: 68px;
    height: 68px;
    background: url(images/inr-sprites.png) no-repeat;
    vertical-align: middle;
}

.post-share a:last-child {
    margin-right: 0;
}

.post-share a:first-child {
    margin-left: 0;
}

.post-share a.post-fb {
    background-position: -171px -2px
}

.post-share a.post-twtr {
    background-position: -244px -2px
}

.post-share a.post-insta {
    background-position: -315px -2px
}

.post-share a.post-lin {
    background-position: -386px -2px
}

.post-share a.post-youtube {
    background-position: -458px -2px
}

.post-share a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*contact page*/
.home .fmly-lw-sec-cnt.dn {
    display: none
}

.page-template-contact-page .fmly-lw-sec-cnt.db {
    display: none;
}

.page_bnr.cntcpg-bnr .page_title h1,
.page_bnr.cntcpg-bnr .page_title h2 {
    font-size: 60px;
}

.page_bnr.cntcpg-bnr .page_title h1 strong,
.page_bnr.cntcpg-bnr .page_title h2 strong {
    color: #008080;
    font-weight: 700;
}

.cntc-pg-cnt-list {
    max-width: 1720px;
    width: 100%;
    margin: 0 auto -125px;
    display: flex;
    position: relative;
    z-index: 1;
}

.cntc-pg-cnt-lft {
    width: 40.3%;
    position: relative;
}

.cntc-pg-cnt-rgt {
    width: 100%;
    max-width: 1090px;
    filter: drop-shadow(0px 2px 15px rgba(50, 50, 0, 0.1));
    margin: 0 0 0 -65px;
}

.cntc-pg-cnt-rgt-clip-pth {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 50%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 50%);
    background-color: #fff;
    margin-top: 90px;
    padding: 115px 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cntc-pg-cnt-rgt-cnt {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.cntc-pg-cnt-rgt-clip-pth:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: #b8529f;
}

.cntc-pg-cnt-lft-img img {
    width: 100%;
    display: block;
}

.cntc-pg-cnt-rgt-cnt h6 {
    font-size: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    color: #b9529f;
    margin-bottom: 30px;
}

.cntc-pg-cnt-rgt-cnt h2 {
    font-size: 60px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #231f20;
    line-height: 100%;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield input.large,
.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield select.large,
.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield textarea.large {
    color: #231f20;
    --placeholdercolor: #505050;
}

.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield input.large::-webkit-input-placeholder,
.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield select.large::-webkit-input-placeholder,
.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield textarea.large::-webkit-input-placeholder {
    color: #231f20;
}

.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield input.large::-moz-input-placeholder,
.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield select.large::-moz-input-placeholder,
.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield textarea.large::-moz-input-placeholder {
    color: #231f20;
    opacity: 1;
}

.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield input.large::-ms-input-placeholder,
.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield select.large::-ms-input-placeholder,
.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield textarea.large::-ms-input-placeholder {
    color: #231f20;
}

.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield input.large:-moz-input-placeholder,
.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield select.large:-moz-input-placeholder,
.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield textarea.large:-moz-input-placeholder {
    color: #231f20;
}

.cntc-pg-cnt-rgt-cnt p {
    color: #4e4e4e;
    font-size: 22px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 60px;
}

.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 126px !important;
}

.cntc-pg-cnt-rgt-cnt .frm-sec-cnt-list .gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
    float: left;
}

/*single blog*/
.page_default.sngldft .genpg-rite h1,
.page_default.sngldft .genpg-rite h2 {
    font-size: 24px;
    margin-bottom: 35px;
}

.page_default.sngldft .genpg-rite h3 {
    font-size: 24px;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    line-height: 1.45;
    color: #231f20;
    margin-bottom: 30px
}

/*profile page*/
.Profile-cnt-list {
    display: flex;
    padding: 0 100px;
    margin-bottom: 160px;
}

.Profile-cnt-img.lft {
    width: 38.2%;
    position: relative;
    z-index: 1;
}

.Profile-cnt-img.lft img {
    width: 100%;
    display: block;
}

.single-Profile-cnt-img.lft img {
    width: 100%;
    display: block;
}

.Profile-cnt h5 {
    font-size: 28px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    color: #b9529f;
    margin-bottom: 25px;
}

.Profile-cnt h2 {
    font-size: 42px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #231f20;
    line-height: 100%;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.Profile-cnt p {
    color: #4e4e4e;
    font-size: 22px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 60px
}

.profile-btn a {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #231f20;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #53c3bd;
    padding: 22px 61px 22px 48px;
    position: relative;
}

.profile-btn a:hover {
    border-color: #b9529f;
}

.profile-btn a:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(images/abt-our-lw-sec-rgt-btn.png);
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.staf-cnt-blck {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 100px 120px;
}

.staf-cnt-itm {
    width: 32.33%;
    margin: 0 1.5% 0 0;
    text-align: center;
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-shadow: 0px 35px 70px 0px rgba(#063939, 0, 0, 0.3);
    -moz-box-shadow: 0px 35px 70px 0px rgba(#063939, 0, 0, 0.3);
    box-shadow: 0px 35px 70px 0px rgba(#063939, 0, 0, 0.3);
}

.staf-cnt-itm-img {
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.staf-cnt-itm-img img {
    width: 100%;
    display: block;
    height: 550px;
    object-fit: cover;
}

.staf-cnt-itm:nth-child(3n) {
    margin-right: 0;
}

.staf-itm-img-cnt {
    padding: 230px 60px 50px;
    background: #29464a;
    margin: -190px 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 555px;
    box-shadow: 0px 30px 40px 0px rgba(31, 101, 101, 0.36);
}

.staf-itm-img-cnt-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 42px;
}




.staf-parc-blck-cnt h5,
.staf-itm-img-cnt h6 {
    font-size: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    color: #53c3bd;
    margin-bottom: 15px;
}

.staf-parc-blck-cnt h5 {
    margin-bottom: 50px;
    font-size: 40px;
    text-align: center;
}

.staf-itm-img-cnt h6 {
    min-height: 125px
}



.staf-itm-img-cnt h6 strong {
    font-size: 42px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 100%;
    margin-bottom: 50px;
    text-transform: uppercase;
    display: block;
    font-style: normal;
    margin: 15px 0 0;
}

.staf-itm-img-cnt p {
    color: #fff;
    font-size: 22px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 25px;
}

.staf-itm-img-cnt-btn a {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #53c3bd;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    border: none !important;
    margin-bottom: 0;
    padding: 0 25px 0 0;
}

.staf-itm-img-cnt-btn a:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(images/item-display-rgt-btn.png);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.staf-cnt-itm:hover .staf-itm-img-cnt h6 {
    color: #fff;
}

.staf-cnt-itm:hover .staf-itm-img-cnt .staf-itm-img-cnt-btn a {
    color: #fff
}

.staf-cnt-itm:hover .staf-itm-img-cnt-btn a:before {
    background-image: url(images/law-arrow.png);
}

.staf-testi-blck {
    background-image: url(images/aty-testi-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 88%;
}

.staf-parc-blck .staf-itm-img-cnt h6,
.staf-parc-blck h6 {
    font-size: 38px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    color: #53c3bd;
    text-align: center;
    margin-bottom: 50px;

}

.staf-parc-blck .staf-itm-img-cnt h6 {
    min-height: 138px;
    margin-bottom: 15px
}


/*single profilr */
.single-Profile-cnt-list {
    display: flex;
    padding: 0 100px;
    margin-bottom: 160px;
}

.single-Profile-cnt-img.lft {
    width: 38.2%;
    position: relative;
    z-index: 1;
}

.single-Profile-img-cnt.rite {
    width: 73.6%;
    margin: 80px 0 0 -120px;
    position: relative;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
}

.single-Profile-cnt {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 125px 50px 140px 290px;
    background-color: #29464a;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 50%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 50%);
}

.single-Profile-cnt-inner {
    width: 100%;
    max-width: 720px;
}

.single-Profile-cnt:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    width: 80px;
    height: 80px;
}

.single-Profile-cnt:before {
    position: absolute;
    content: "";
    width: 451px;
    height: 439px;
    background-image: url(images/attorney-sec-top-icn.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: -12px;
    margin: auto;
}

.single-Profile-cnt h2 {
    font-size: 42px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 120%;
    margin-bottom: 55px;
    text-transform: uppercase;
}

.single-Profile-cnt p {
    color: #fff;
    font-size: 22px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 60px;
}

.single-profile-btn a {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    background-color: #b9529f;
    padding: 24px 64px 23px 52px;
    position: relative;
}

.single-profile-btn a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(images/banner-sec-btn.png);
    right: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.single-profile-btn a:hover {
    background-color: #53c3bd
}



/*single profile*/
.attotney-contant {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.attotney-contant ul.tabs li {
    text-align: right;
}

.attotney-contant ul.tabs li a {
    text-align: right;
    font-size: 24px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #231f20;
    line-height: 120%;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    margin-bottom: 35px;
    text-transform: uppercase;
    display: inline-block;
}

.attotney-contant ul.tabs li a:hover,
.attotney-contant ul.tabs li.selected a {
    border-color: #b9529f;
}

.attotney-contant ul.tabs {
    padding-right: 65px;
    padding-top: 35px;
    width: 25%;
}

.attotney-contant .tab-content {
    width: 100%;
    max-width: 920px;
    padding: 35px 0 10px 70px;
    border-left: 1px solid #b3b5b7;
    width: 75%;
}

.attotney-contant .tab-content h3 {
    font-size: 42px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #008080;
    line-height: 120%;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.attotney-contant .tab-content p {
    color: #4e4e4e;
    font-size: 22px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 45px;
}

.aty-ditals h6 {
    font-size: 25px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    color: #b9529f;
    margin-bottom: 45px;
    line-height: 100%;
    text-align: center;
}

.aty-ditals h2 {
    font-size: 42px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #231f20;
    line-height: 120%;
    margin-bottom: 60px;
    text-transform: uppercase;
    text-align: center;
}

.staf-parc-blck {
    background-image: url(images/pra--stafe-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 90%;
}

/*Faqs Page*/
.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: 16px 35px 12px 15px;
    display: inline-block;
    background: #53c3bd;
    transition: all linear 0.15s;
    font-size: 18px;
    color: #fff;
    position: relative;
    line-height: normal;
}

.faqs-pg .faq_cnt .accordion-section-title.active,
.faqs-pg .faq_cnt .accordion-section-title:hover {
    background: #b9529f;
    color: #fff;
}

.faqs-pg .accordion-section-content {
    padding: 15px;
    display: none;
}

.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: 36px;
    top: 0px;
    color: #fff;
    font-family:'Cormorant Garamond', serif;
}

.faqs-pg .faq_cnt .accordion-section-title.active:after {
    content: "-";
}

.prcts-area-sec.inr-prcts-area-sec .prcts-area-sec-our {
    display: none;
}

.prcts-area-sec.inr-prcts-area-sec {
    background-image: url(images/prac-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.page_default.contact-page.fw {
    padding: 0;
}

.page-template-contact-page .fmly-lw-sec.inr-fmly-lw-sec {
    background-size: 90% 85%;
    padding: 280px 0 0px;
}

.search.search-results .post-cnt p {
    display: none;
}

/*
* Header Sticky
*/
.header-sticky.fixed-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #29464a;
    z-index: 9999;
}

.sticky-wrap {
    display: none;
}

.header-sticky {
    width: 100%;
    float: left;
    background: #29464a;
    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;
}

.sticky-mobinav a {
    color: #fff;
}

.header-sticky .mobile_src_nav {
    background: transparent;
}

.sticky-mobinav {
    display: none;
}

.sticky-mobinav .menu-top-menu-container {
    display: block;
    width: 100%;
}

.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;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-family: 'Archivo', sans-serif;
}

.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 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: 18px;
}

.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-blog-wrap a:before {
    background: url(images/header-sticky-blog.png) no-repeat center;
}

.header-sticky .sicky-cnt.sticky-email-wrap a:before {
    /*background: url(images/header-sticky-email.png) no-repeat center;*/
    background: url(images/header-sticky-faqs.png) no-repeat center;
}

.header-sticky .sicky-cnt.sticky-call-wrap a:before {
    background: url(images/header-sticky-call.png) no-repeat center;
}

#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: #29464a;
    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;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}

.floatingMenuInner .sub-menu {
    display: none;
}

.floatingMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.floatingMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    opacity: 0;
}

@media screen and (max-width:991px) {
    .sticky-mobinav {
        display: block;
    }
}

@media screen and (max-width:800px) {
    .sticky-wrap {
        display: block;
    }
}

.page-template-reviews-page .review_row .reviews-rt-stars {
    padding: 0;
    width: 120px;
    background-position: left top;
    position: relative;
    margin: 0;
}

.page-template-reviews-page .reviews-rt-stars .rating {
    width: 100%;
    float: left;
    background-image: url(images/rating-star.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 23px;
    position: relative;
    z-index: 1;
}

.rev-pag-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.rev-pag-rite .rw-img {
    width: 60px;
}

.page-template-reviews-page .review_row {
    margin: 0px 0px 15px;
}

.page-template-reviews-page .page_default .genpg-rite h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.page-template-reviews-page .page_default .genpg-rite p {
    margin-bottom: 20px;
}

.page-template-reviews-page .page_default .review_item {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #29464a;
}

.page-template-reviews-page .page_default .review_item:last-child {
    border-bottom: 0px;
    padding: 0;
    margin: 0;
}

.item-display-title-lft {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.item-display-title-lft-cnt {
    width: 55.9%;
    padding: 48px 0px 60px;
    height: 305px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-display-img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.item-display-rgt-cnt {
    width: 60.9%;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-display-rgt {
    background-color: #29464a;
    justify-content: end;
    height: 720px;
    max-width: 1520px;
    float: right;
}

.item-display-rgt-inner-cnt {
    width: 78%;
}

/* 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: #29464a !important;
    color: #fff !important;
    font-family: 'Archivo', sans-serif;
}

.pum-theme-3905 .pum-title,
.pum-theme-default-theme .pum-title {
    color: #fff !important;
    font-family: 'Archivo', sans-serif;
    font-size: 20px !important;
    line-height: 1.2 !important;
}

.pum-container .gform_wrapper.gravity-theme .gfield_label {
    color: #fff !important;
    font-size: 18px;
    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-3905 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    line-height: 10px !important;
    font-size: 15px !important;
    padding: 8px !important;
    font-weight: bold !important;
    background-color: #fff !important;
    color: #000000 !important;
    top: -10px !important;
}

body .pum-container .gform_wrapper .gform_page_footer .button {
    margin: 5px 0 !important;
    color: #fff !important;
    background-color: #53c3bd !important;
    width: 80px !important;
    font-size: 0.700rem !important;
    line-height: 0.85rem !important;
    padding: 0.5rem 0.5rem !important;
    font-weight: normal !important;
    letter-spacing: 1px;
    font-family: 'Archivo', sans-serif;
    background-image: none !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;
    outline: none !important;
    border: none !important;
}

body .pum-container .gform_wrapper.gravity-theme .gform_fields input::placeholder,
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea::placeholder {
    color: #232939 !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: #29464a;
    min-height: 330px !important;
}

.pum-container .pum-close.popmake-close {
    font-family: 'Archivo', sans-serif;
}

body .pum-container .pum-title {
    font-family: 'Archivo', sans-serif;
}

.pum-content:focus-visible {
    outline: none;
}

.pum-content.popmake-content .pum-title {
    font-family: 'Archivo', sans-serif;
    font-weight: normal;
}

.pum-content.popmake-content .gform_wrapper.gravity-theme .gf_progressbar_title {
    font-family: 'Archivo', sans-serif;
    font-weight: normal;
}

.pum-content.popmake-content .gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .gform_fields {
    font-family: 'Archivo', sans-serif;
    font-weight: normal;
}

.ps-pnf-iframe-wrapper .ps-pnf-progress-bar {
    display: none;
}

body .pum-container .gform_wrapper .gform_page_footer .button:hover {
    background-color: #b9529f !important;
}

.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: 'Archivo', sans-serif;
    color: #ff0000 !important;
    padding: 0px !important;
    margin-top: -26px !important;
    text-align: right !important;
    padding: 5px !important;
    border: 0px !important;
}

body .pum-container .gform_submission_error.hide_summary,
.gform_validation_errors {
    display: none !important;
}

body .pum-container .gform_wrapper .instruction.validation_message {
    display: none;
}

body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {
    height: 60px !important;
}

body .pum-container .pum-content .gform_confirmation_message {
    color: #fff;
    font-family: 'Archivo', sans-serif;
}

.display-thumb.owl-carousel .owl-item.active.current img {
    opacity: 1;
}

.display-thumb.owl-carousel .owl-item img {
    opacity: 0;
}

.display-thumb.owl-carousel .owl-item .item-thumb {
    background-blend-mode: luminosity;
    background-color: #29464a;
    background-size: cover;
}

/*profile page*/
.Profile-cnt-list {
    display: flex;
    padding: 90px 100px 0;
    margin-bottom: 0px;
}

.Profile-cnt-img.lft {
    width: 38.2%;
    position: relative;
    z-index: 1;
    margin-top: -90px;
}

.Profile-cnt-img.lft img {
    width: 100%;
    display: block;
}

.Profile-img-cnt.rite {
    width: 73.6%;
    margin: 0 0 0 -115px;
    position: relative;
    -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.21));
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
}

.Profile-cnt-blck {
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 50%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 50%);
    height: 100%;
    padding: 115px 50px 115px 235px;

}

.Profile-cnt-blck:after {
    content: "";
    width: 80px;
    height: 80px;
    background-color: #b9529f;
    position: absolute;
    right: 0;
    bottom: 0;
}

.Profile-cnt {
    width: 100%;
    max-width: 800px;
}

.page-template-faqs-page .page_default .genpg-rite h2 {
    margin-bottom: 20px;
}

.faqs-page-list {
    margin-bottom: 30px;
}

.wp-block-button__link {
    color: #fff !important;
    font-size: 15px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 24px 45px 23px 45px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    background-color: #b9529f;
    border-radius: 0px !important;
}

.wp-block-button__link:hover {
    background-color: #008080;
}

.search-no-results .blg-psts-list .no-results h1.page-title,
.search-no-results .blg-psts-list .no-results h1.page-title p {
    color: #231f20 !important;
}

section.no-results.not-found {
    position: relative;
    z-index: 9;
}

.frm-sec .gform_anchor {
    position: relative;
    top: -350px;
}

.search .post-dt {
    display: none;
}

.page_default.sngldft {
    background: #efeff1;
}

.page_bnr.sngldftbnr:before {
    background: linear-gradient(to bottom, rgba(239, 239, 241, 0) 0%, rgba(239, 239, 241, 0.06) 11%, rgba(239, 239, 241, 0.16) 21%, rgba(239, 239, 241, 0.32) 36%, rgba(239, 239, 241, 0.61) 58%, rgba(239, 239, 241, 0.8) 74%, rgba(239, 239, 241, 0.93) 88%, rgba(239, 239, 241, 1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(239, 239, 241, 0) 0%, rgba(239, 239, 241, 0.06) 11%, rgba(239, 239, 241, 0.16) 21%, rgba(239, 239, 241, 0.32) 36%, rgba(239, 239, 241, 0.61) 58%, rgba(239, 239, 241, 0.8) 74%, rgba(239, 239, 241, 0.93) 88%, rgba(239, 239, 241, 1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(239, 239, 241, 0) 0%, rgba(239, 239, 241, 0.06) 11%, rgba(239, 239, 241, 0.16) 21%, rgba(239, 239, 241, 0.32) 36%, rgba(239, 239, 241, 0.61) 58%, rgba(239, 239, 241, 0.8) 74%, rgba(239, 239, 241, 0.93) 88%, rgba(239, 239, 241, 1) 100%);
}

.frm-sec-cnt-list .gform_wrapper.gravity-theme .gform_footer {
    float: right;
}

/*New Contact Form*/
.frm-sec-cnt-list input#saveForm {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    background-color: #b9529f !important;
    padding: 20px 58px 21px 42px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    background-image: url(images/frm-sec-cnt-list.png);
    background-repeat: no-repeat;
    background-position: right 35px center;
    border: none;
    cursor: pointer;
    float: left;

}

.frm-sec-cnt-list input#lf_first_name,
.frm-sec-cnt-list input#lf_email,
.frm-sec-cnt-list input#lf_phone,
.frm-sec-cnt-list textarea#lf_message,
.frm-sec-cnt-list input#lf_last_name {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    background-color: transparent;
    outline: none;
    border: 2px solid #cdcbc9;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 19px 19px 40px;
    width: 100%;
}


.frm-sec-cnt-list p {
    width: 49%;
    display: inline-block;
    margin-bottom: 15px !important;
}

.frm-sec-cnt-list p#lf_message_block {
    width: 100% !important;
}

.frm-sec-cnt-list label.description {
    font-size: 0px;
}

.frm-sec-cnt-list p#lf_message_block label {
    display: none !important;
}

.frm-sec-cnt-list .cf-textarea {
    max-width: 100% !important;
}

.frm-sec-cnt-list p#lf_last_name_block,
.frm-sec-cnt-list p#lf_phone_block {
    margin-left: 1%;
}

.frm-sec-cnt-list p.buttons {
    width: 100%;
}

.frm-sec-cnt-list textarea#lf_message {
    height: 118px;
    resize: none;
}

.frm-sec-cnt-list #lf_form_container h3 {
    display: none;
}



/*New Contact Form page*/
.frm-sec-cnt-pg-list input#saveForm {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    background-color: #b9529f !important;
    padding: 20px 58px 21px 42px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    background-image: url(images/frm-sec-cnt-list.png);
    background-repeat: no-repeat;
    background-position: right 35px center;
    border: none;
    cursor: pointer;
    float: left;

}

.frm-sec-cnt-pg-list input#lf_first_name,
.frm-sec-cnt-pg-list input#lf_email,
.frm-sec-cnt-pg-list input#lf_phone,
.frm-sec-cnt-pg-list textarea#lf_message,
.frm-sec-cnt-pg-list input#lf_last_name {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    background-color: transparent;
    outline: none;
    border: 2px solid #cdcbc9;
    color: #231f20;
    text-transform: uppercase;
    padding: 19px 19px 19px 40px;
    width: 100%;
}


.frm-sec-cnt-pg-list p {
    width: 49%;
    display: inline-block;
    margin-bottom: 16px;
}

.frm-sec-cnt-pg-list p#lf_message_block {
    width: 100% !important;
}

.frm-sec-cnt-pg-list label.description {
    font-size: 0px;
}

.frm-sec-cnt-pg-list p#lf_message_block label {
    display: none !important;
}

.frm-sec-cnt-pg-list .cf-textarea {
    max-width: 100% !important;
}

.frm-sec-cnt-pg-list p#lf_last_name_block,
.frm-sec-cnt-pg-list p#lf_phone_block {
    margin-left: 1%;
}

.frm-sec-cnt-pg-list p.buttons {
    width: 100%;
}

.frm-sec-cnt-pg-list textarea#lf_message {
    height: 118px;
    resize: none;
}

.frm-sec-cnt-pg-list #lf_form_container h3 {
    display: none;
}

.frm-sec-cnt-pg-list input::-webkit-input-placeholder {
    color: #231f20;
}

.frm-sec-cnt-pg-list input::-moz-placeholder,
.frm-sec-cnt-pg-list::-moz-placeholder,
.frm-sec-cnt-pg-list select option {
    color: #231f20;
}

.frm-sec-cnt-pg-list input:-ms-input-placeholder,
.frm-sec-cnt-pg-list:-ms-input-placeholder,
.frm-sec-cnt-pg-list select option {
    color: #231f20;
}

.frm-sec-cnt-pg-list input:-moz-placeholder,
.frm-sec-cnt-pg-list:-ms-input-placeholder {
    color: #231f20;
}

div#lf_form_container br {
    display: none;
}

.hdr-src.dsktp {
    margin: 0px 0px 0px 25px;
}

@media screen and (min-width:992px) {
    .top-menu {
        display: flex;
        position: relative;
    }

    .hdr-src.dsktp {
        display: block;
    }

    .srcshow {
        background-image: url(images/search_icon3.png);
    }

    .srcbox {
        background-color: #2ea6a2;
    }
}

.clr-btn {
    position: absolute;
    top: 10px;
    cursor: pointer;
    width: 50px;
    right: 40px;
    z-index: 9999;
}

.clr-btn input {
    padding: 9px 0 0 0 !important;
    cursor: pointer;
    font-size: 11px;
    font-style: normal;
    background: transparent;
}

.contact-page.page_default .page_content {
    padding-left: 15px;
    padding-right: 15px;
}

.map-cnt {
    filter: grayscale(1);
}

.thumb_index {
    display: none;
}

.tabs li {
    cursor: pointer;
}


.pum-container div#lf_form_container p {
    width: 100%;
    margin-bottom: 5px;
    display: grid;
}

.pum-container div#lf_form_container .cf-textarea {
    max-width: 100% !important;
}

.pum-container div#lf_form_container p input,
.pum-container div#lf_form_container p textarea {
    font-family: 'Syne', sans-serif;
    font-weight: 400;
    line-height: 1 !important;
    background-color: #fff;
    color: #4e4e4e;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    padding: 8px 10px !important;
    outline: none !important;
    border: none !important;

}

.pum-container div#lf_form_container p textarea {
    height: 60px;
}

.pum-container div#lf_form_container label.description {
    font-size: 0px;
}

.pum-container div#lf_form_container input#saveForm {
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    line-height: 1 !important;
    text-transform: uppercase;
    background-color: #b9529f !important;
    padding: 12px 38px 12px 20px !important;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    background-image: url(images/frm-sec-cnt-list.png);
    background-repeat: no-repeat;
    background-position: right 35px center;
    border: none;
    cursor: pointer;
    margin: 5px 0 0;

}

.pum-container div#lf_form_container p#lf_message_block {
    line-height: 0;
}

.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: #29464a;
    min-height: 330px !important;
    padding: 25px 22px 25px !important;
}

.pum-container div#lf_form_container input#saveForm:hover {
    background-color: #52c3bc !important;
}

html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container {
    padding: 25px 20px;
}

div#lf_form_container h3 {
    display: none;
}

.pum-content.popmake-content h2 {
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
}









/*practice area pg*/

.page-template-practice-area-page .page_default .genpg-rite.full-width {
    width: 100%;
}

.page-template-practice-area-page .page_default .genpg-rite-cnt {
    padding: 0
}

.prcts-area-page-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url(images/prcts-area-sec-bg-prc-pg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
}

.prcts-area-page-list .prcts-area-page-itm {
    width: 25%;
    padding: 70px 60px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.prcts-area-page-list .prcts-area-page-itm:nth-child(2),
.prcts-area-page-list .prcts-area-page-itm:nth-child(4),
.prcts-area-page-list .prcts-area-page-itm:nth-child(5),
.prcts-area-page-list .prcts-area-page-itm:nth-child(7),
.prcts-area-page-list .prcts-area-page-itm:nth-child(10),
.prcts-area-page-list .prcts-area-page-itm:nth-child(12),
.prcts-area-page-list .prcts-area-page-itm:nth-child(13),
.prcts-area-page-list .prcts-area-page-itm:nth-child(15),
.prcts-area-page-list .prcts-area-page-itm:nth-child(17),
.prcts-area-page-list .prcts-area-page-itm:nth-child(19) {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#66ffffff', GradientType=0);
}

.prcts-area-page-list .prcts-area-page-itm .link {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 9;
}

.prcts-area-page-list .prcts-area-page-itm:hover {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#66ffffff', GradientType=0);
}

.prcts-area-page-list .prcts-area-page-itm:nth-child(2):hover,
.prcts-area-page-list .prcts-area-page-itm:nth-child(4):hover,
.prcts-area-page-list .prcts-area-page-itm:nth-child(5):hover,
.prcts-area-page-list .prcts-area-page-itm:nth-child(7):hover,
.prcts-area-page-list .prcts-area-page-itm:nth-child(10):hover,
.prcts-area-page-list .prcts-area-page-itm:nth-child(12):hover,
.prcts-area-page-list .prcts-area-page-itm:nth-child(13):hover,
.prcts-area-page-list .prcts-area-page-itm:nth-child(15):hover,
.prcts-area-page-list .prcts-area-page-itm:nth-child(17):hover,
.prcts-area-page-list .prcts-area-page-itm:nth-child(19):hover {
    background-color: #efeff0;
}

.prcts-area-page-itm-icon {
    margin-bottom: 44px;
}

.page_default .genpg-rite .prcts-area-page-itm-cnt h4 {
    font-size: 20px;
    text-transform: uppercase;
    min-height: 58px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    ;


}

.page_default .genpg-rite .prcts-area-page-itm-cnt p {
    margin-bottom: 0;
}

.hm-prac-area-btn a {
    color: #fff;
    font-size: 15px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 24px 65px 23px 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    background-color: #b9529f;
}


.hm-prac-area-btn a:before {
    content: "";
    position: absolute;
    background-image: url(images/law-arrow.png);
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 43px;
    margin: auto;
}

.hm-prac-area-btn a:hover {
    background-color: #008080;
}

.hm-prac-area-btn {
    margin: 0 0 95px;
    text-align: center;
}

.page-id-374 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    text-align: left;
}

.page-id-374 .page_default .genpg-rite .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column h4 {
    text-align: left;
}

.attorney-sec .attorney-sec-top {
    z-index: 999;
    position: relative;
}

.ft_note a {
    margin-top: 0;
    display: inline-block;
}

.ft_note p:last-child {
    margin: 0;
}

.genpg-rite.snglblg .post-share a.post-insta,
.genpg-rite.snglblg .post-share a.post-youtube {
    display: none;
}


.genpg-lft .gnlft-page-sidebar h3 {
    font-size: 27px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    color: #231f20;
    line-height: 100%;
    margin-bottom: 25px;
    text-transform: uppercase;
    padding: 0 0 20px;
    border-bottom: 3px solid #b9529f;
}

.genpg-lft .gnlft-page-sidebar ul#menu-general-page-sidebar-menu {
    padding: 0 0 0 0px;
    border-left: 1px solid #b9529f;
}

.genpg-lft nav.menu-general-page-sidebar-menu-container li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 35px;
    height: 10px;
    background-image: url(images/prac-sb-bef.png);
    background-repeat: no-repeat;

}

.ftcprt {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.cprtrt a {
    display: block;
}

.cprtrt img {
    display: block;
    max-width: 150px;
}

.ftmenu ul li.paymnubtn a {
    background-color: #b9529f;
    padding: 16px 20px;
    color: #fff;
}

.our-focus-download-list {
    display: flex;
    padding: 20px 20px 20px 10px;
    background-color: #365255;
    justify-content: space-between;
    margin-top: 40px;
}

.our-focus-download-rite p {
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.37;
    color: #fff;
    margin-bottom: 15px;
}

.our-focus-download-rite h4 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    line-height: 1.21;
    margin-bottom: 15px;
}


.page-id-1575 .our-focus-sec-lft-btn a {
    background-color: #53c3bd;
    color: #fff !important;
}

.page-id-1575 .our-focus-sec-lft-btn a:hover {
    background-color: #b9529f;
    border-color: #b9529f;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper .gform_footer {
    text-align: center;
    margin: 20px 0px 0px !important;
    padding: 0 !important
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper .gfield {
    clear: inherit !important;
    position: relative;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper.gravity-theme .gfield_label {
    display: none;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper .gform_body .gform_fields .gfield input,
.page-id-2732 .genpg-rite-cnt .gform_wrapper .gform_body .gform_fields .gfield select,
.page-id-2732 .genpg-rite-cnt .gform_wrapper .gform_body .gform_fields .gfield textarea {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    background-color: transparent;
    outline: none;
    border: 2px solid #cdcbc9;
    color: #231f20;
    text-transform: uppercase;
    padding: 19px 19px 19px 40px;
    width: 100%;
    outline: none;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder,
.page-id-2732 .genpg-rite-cnt .gform_wrapper .gform_body .gform_fields .gfield input::-webkit-input-placeholder {
    color: #231f20;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper .gform_body .gform_fields .gfield textarea::-moz-placeholder,
.page-id-2732 .genpg-rite-cnt .gform_wrapper .gform_body .gform_fields .gfield input::-moz-placeholder {
    color: #231f20;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper .gform_body .gform_fields .gfield textarea:-ms-input-placeholder,
.page-id-2732 .genpg-rite-cnt .gform_wrapper .gform_body .gform_fields .gfield input:-ms-input-placeholder {
    color: #231f20;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper .gform_body .gform_fields .gfield textarea:-moz-placeholder,
.page-id-2732 .genpg-rite-cnt .gform_wrapper .gform_body .gform_fields .gfield input:-ms-input-placeholder {
    color: #231f20;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper div.validation_error {
    color: #f00;
    border: 0;
    font-family: 'Syne', sans-serif;
    padding: 0;
    margin: 0px;
    position: absolute;
    top: -22px;
    font-size: 15px;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper .gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 5px;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper .validation_message {
    color: #f00;
    position: absolute;
    width: auto !important;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper .instruction.validation_message {
    top: inherit;
    bottom: 10px;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper.gform_validation_error .gform_body .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100%) !important;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper .gfield.gfield_error {
    background-color: transparent;
    border: 0;
}

.page-id-2732 .genpg-rite-cnt .gform_wrapper {
    position: relative;
}

.page-id-2732 #gform_confirmation_message_3 img.download-img {
    margin-bottom: 35px;
    display: block;
}

.page-id-2732 .page_default .genpg-rite #gform_confirmation_message_3 a.frmbtn {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    background-color: #b9529f;
    padding: 24px 64px 23px 52px;
    position: relative;
}

.page-id-2732 .page_default .genpg-rite #gform_confirmation_message_3 a.frmbtn:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(images/banner-sec-btn.png);
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page-id-2732 .page_default .genpg-rite #gform_confirmation_message_3 a.frmbtn:hover {
    background-color: #259e9c;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.frm-sec {
    padding: 60px 0 30px;
}
.single-teams .page_title h1 br, .single-teams .page_title h2 br{
	display:none;
}



.page_default.service-areas-pg .genpg-rite{
    width: 100%;
}

  /* Map */



.page_default.service-areas-pg .genpg-rite-cnt{
    background-image: url(./images/oklahoma-bg-image.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.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: 60%;
    text-align: left;
}
.page_default .genpg-rite .inn-areas-map {
    width: 37%;
    position: relative;
}
.page_default .genpg-rite .inn-areas-blk .inn-areas-lst ul {
    margin: 0 !important;
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.page_default .genpg-rite .inn-areas-lst li.county {
    letter-spacing: 0;
    position: relative;
    list-style: none;
    margin-bottom: 6px;
    width: auto;
    display: inline-block;
}
.page_default .genpg-rite .inn-areas-lst li.county a {
    color: #231f20;
    padding-left: 22px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: 20px;
}

.page_default .genpg-rite .inn-areas-lst li.county a:hover{
    color: #008080;
}
.page_default .genpg-rite .inn-areas-lst li.county a::before{
    height: 20px;
    width: 17px;
    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 .cities {
    display: none;
}
.page_default .genpg-rite .inn-areas-lst .cities ul {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 100%;
    z-index: 99;
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    gap: 0;
    margin: 0 !important;
}
.page_default .genpg-rite .inn-areas-lst .cities ul.cities-menu{
    width: 450px;
}

.page_default .genpg-rite .inn-areas-lst li {
    padding: 0;
    line-height: 1.6;
    background-image: none;
}
.page_default .genpg-rite .inn-areas-lst .cities ul li{
    width: 49%;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
    font-size: 18px;
    list-style: none;
    color: #231f20;
}
.page_default .genpg-rite .inn-areas-lst li::before{
    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: #231f20 !important;
}
.inn-areas-btn.law-sec-rgt-btn{
    margin-top: 20px;
    text-align: left;
}
.page_default .genpg-rite .inn-areas-btn.law-sec-rgt-btn a{
    color: #fff;
}

.page_default .genpg-rite .accsec-ritcnt.accordion h5 a {
    display: block;
    background-color: transparent;
    padding: 20px 70px 20px 0px;
    color:#231f20;
    position: relative;
}
.accsec-ritcnt.accordion .accordion-section {
    border-bottom: 2px solid #b9529f;
    position: relative;
}
.page_default .genpg-rite .accsec-ritcnt.accordion h5 {
    margin: 0;
}
.page_default .genpg-rite .faqs-pg .accordion-section-content p {
    margin-bottom: 10px;
}
.faqs-pg .accordion-section-content {
    padding: 0px 15px 15px 0px;}

.page_default .genpg-rite .accsec-ritcnt.accordion h5 a:before{
    color: #b9529f;
    position: absolute;
    content: "+";
    font-size: 45px;
    line-height: 1;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    right: 20px;
    top: 10px;
    margin: auto;
    z-index: 1;
}
.page_default .genpg-rite .accsec-ritcnt.accordion h5 a.active:before {
    content: "-";
    top: 7px;
}