@charset "UTF-8";
/*
Theme Name: Theme2019
Author: the WordPress team
Version: 1.6
*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family:'Overpass', sans-serif;
    font-weight:normal;
}
.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-right: 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: normal;
    color: inherit;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Overpass', sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
}
p,
li,
ul,
ol,
blockquote {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
}
p {
    margin: 0 0 0 20px 0;
}
ul,
ol,
li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a,
a:hover,
input[type="submit"],
button {
    outline: 0;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0
}
.container {
    max-width: 1580px;
    width: 100%;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw {
    float: left;
    width: 100%;
}
.wrapper {
    float: left;
    width: 100%;
}
.logo-menu {
    float: left;
    width: 100%;
    padding: 15px 0;
    position: absolute;
    z-index: 99;
}
.logo-menu .container {
    max-width: 100%;
    padding: 0 98px;
}
.logo-menu:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 273px;
    background: url(images/top-gradient.png) repeat-x;
    top: 0;
    left: 0;
    z-index: -1
}
.logo {

    float: left;
}
.header_top a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-family: 'Overpass', sans-serif;
    padding-left: 34px;
    position: relative;
    font-weight: 300
}
.header_top a:hover {
    color: #cc334f
}
.header_top a:before {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background: url(images/hm-sprites.png) no-repeat;
    left: 3px;
    top: 2px;
    background-position: -9px -6px;
}
.logo_rt {
    float: right;
    margin-top: 27px;
}
/* Top Menu Section */
.topmenu {
    float: right;
    margin-top: 25px;
}
.topmenu ul {
    float: right;
    position: relative;
    margin: 0;
}
.topmenu ul li {
    float: left;
    position: relative;
    margin: 0px 15px 0px;
}
.topmenu ul li a {
    position: relative;
    float: left;
    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;
}
.topmenu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #3c3c3c;
    padding: 0px 0;
    z-index: 999;
}
.topmenu ul li:hover ul.sub-menu {
    display: block;
}
.topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}
.topmenu .sub-menu li a:after {
    display: none;
}
.topmenu .sub-menu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}
.topmenu .sub-menu li a {
    float: left;
    font-size: 14px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
}
.topmenu .sub-menu li a:hover {
    background-color: rgb(243, 112, 33);
    color: #fff;
}
.topmenu ul ul a:after {
    display: none;
}
.topmenu ul li.wide-menu {
    position: static;
}
.topmenu ul li.wide-menu ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 670px;
    background-color: #3c3c3c;
    padding: 10px;
    z-index: 999;
    display: none;
}
.topmenu ul li.wide-menu:hover ul {
    display: block;
}
.topmenu ul li.wide-menu ul li {
    width: 32%;
    margin: 0px .5%;
    padding: 7px 0;
    float: left;
    border: 0
}
.topmenu ul li.wide-menu ul li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
    width: 100%;
    float: left;
    border: 0;
    background-color: transparent;
    transition-duration: 0.5s;
}
.topmenu ul li.wide-menu ul li a:hover {
    background-color: rgb(243, 112, 33);
    color: #fff;
}
.topmenu ul li.wide-menu ul li ul {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 0 0 0 10px;
    width: 100%;
}
.topmenu ul li.wide-menu ul li ul li {
    width: 100%;
    margin: 0 0px;
    float: left;
    padding: 5px 0;
}
.topmenu ul li.wide-menu ul li ul li:last-child {
    border-bottom: 0;
}
.topmenu ul li.wide-menu ul li ul li a {
    width: 100%;
    font-weight: normal;
}
/* Top Menu Section Ends */


/* Footer Section */
.site-footer {
    float: left;
    width: 100%;
    background: #fff;
    padding: 100px 0 50px;
    position: relative
}
.site-footer .container,
.site_info .container {
    max-width: 1290px;
}
.site-footer:before {
    position: absolute;
    content: '';
    width: 87.76%;
    height: 1px;
    background: #d4d5d9;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ftmenusec {
    margin-top: 13px;
    width: 59%;
}
.ftmenu ul {
    display: inline-block;
    margin: 0;
}
.ftmenu {
    margin-bottom: 28px;
}
.ftmenu ul li {
    float: left;
}
.ftmenu ul li a {
    font-family: 'Overpass', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #272727;
    line-height: normal;
    text-transform: uppercase;
    float: left;
    padding: 0 22px;
    letter-spacing: 1.8px;
}
.ftmenu ul li:last-child a {
    padding-right: 0;
}
.ftmenu ul li a:hover {
    color: #a92b41;
}
.ftr-scllinks {
    float: right;
}
.ftr-scllinks a {
    font-size: 17px;
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    position: relative;
    padding-left: 25px;
    margin-right: 45px;
    line-height: 27px;
    color: #959595;
}
.ftr-scllinks a:hover {
    color: #a92b41
}
.ftr-scllinks a:before {
    position: absolute;
    content: '';
    background: url(images/hm-sprites.png) no-repeat;
    left: 0;
}
.ftr-scllinks a.ftr-fb:before {
    width: 12px;
    height: 23px;
    background-position: -527px -606px;
    top: -6px;
    left: 9px;
}
.ftr-scllinks a.ftr-fb:hover:before {
    background-position: -527px -656px;
}
.ftr-scllinks a.ftr-twtr:hover:before {
    background-position: -570px -659px;
}
.ftr-scllinks a.ftr-ln:hover:before {
    background-position: -619px -657px;
}
.ftr-scllinks a.ftr-goo:hover:before {
    background-position: -661px -657px;
}
.ftr-scllinks a.ftr-twtr:before {
    width: 23px;
    height: 20px;
    background-position: -570px -609px;
    top: -1px;
}
.ftr-scllinks a.ftr-ln:before {
    width: 19px;
    height: 19px;
    background-position: -619px -607px;
    top: -2px;
}
.ftr-scllinks a.ftr-goo:before {
    width: 18px;
    height: 18px;
    background-position: -661px -607px;
    top: -2px;
}
.ftr-scllinks a.ftr-goo {
    margin: 0
}
.site_info {
    float: left;
    width: 100%;
    padding: 60px 0 90px;

}
.siteinforgt p {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 25px;
    margin-bottom: 0px;
}
.siteinforgt a:hover,
.ftr-adrsec a:hover {
    color: #a92b41
}
.siteinforgt {
    float: right;
    width: 57.2%;
}
.ftr-adrsec {
    float: left;
    width: 32%;
    margin-top: 10px;
}
.ftr-adrsec p {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #4d4d4d;
    line-height: 27px;
    margin-bottom: 10px;
}
.ftr-adrsec h4 {
    color: #272727;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}
.map-btn a {
    display: inline-block;
    color: #a92b41;
    border: 1px solid #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 16px 35px;
    letter-spacing: 3.8px;
}
.map-btn a:hover {
    background: #a92b41;
    color: #fff;
}
.map-btn {
    margin-top: 10px;
    float: left;
    width: 100%;
}
/* 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;
    font-family: 'Overpass', sans-serif;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    color: #fff;
    padding-top: 2px;
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 36px;
    line-height: 31px;
    font-weight: normal;
    color: #fff;
    width: 27px;
    height: 32px;
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
   /* background: #636466;*/
}
.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 4px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav ul li.current-menu-item a {
    color: #fff;
    text-decoration: underline;
}
.mobinav ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
	font-size:18px
}
.mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 28px;
}
.mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 8px;
}
.mobinav ul li a.drop.open {
    width: 28px;
}
.mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}
.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/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    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: 'Overpass', sans-serif;
    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/sprite_icons.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
    cursor: pointer;
}
.srcbox input::-webkit-input-placeholder {
    color: #fff;
}
.srcbox input::-moz-placeholder {
    color: #fff;
}
.srcbox input:-ms-input-placeholder {
    color: #fff;
}
.srcbox input:-moz-placeholder {
    color: #fff;
}
.mobile_src_nav {
    display: none;
    width: 100%;
    float: left;
    background-color: #a92b41;
    padding: 12px 0 11px 0
}
.mobile_src_nav .container {
    position: relative;
}
.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}
/* Show Hide Menu Section Ends */

/* Reviews Popup Styling */
#review_btn {
    position: fixed;
    top: 300px;
    right: 0;
    cursor: pointer;
    z-index: 99999999995
}
#review_btn img {
    background: #f17014;
}
.popup_form_outer_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999995;
    display: none;
}
.popup_form_outer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999995;
    padding: 30px 0 0;
    display: none;
}
.popup_form {
    width: 420px;
    margin: auto;
    position: relative;
}
.popup_form h4 {
    background-color: #636466;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'PoppinsBold';
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}
.popup_form .pf_block {
    width: 100%;
    float: left;
    background-color: #f0f0f0;
    padding: 20px 42px;
    box-sizing: border-box;
}
.popup_form h3 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'PoppinsSemiBold';
    font-weight: 700;
    color: #f37021;
    line-height: 34px;
    margin: 0 0 5px;
    padding: 0;
}
.popup_form .pfr_block {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}
.popup_form .pfr_block p {
    color: #000;
    margin: 0 0 5px;
    font-family: 'PoppinsRegular';
    text-align: center;
}
.pf_fields {
    width: 100%;
    float: left;
}
.pf_fields .pf_field {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}
.pf_fields .pf_field.submit-field {
    position: relative;
}
.pf_fields .pf_field label {
    font-size: 16px;
    color: #636466;
    width: 100%;
    float: left;
    margin: 0 0 3px;
    font-family: 'PoppinsRegular';
}
.pf_fields .pf_field input[type="text"],
.pf_fields .pf_field input[type="email"],
.pf_fields .pf_field textarea {
    width: 100%;
    float: left;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'PoppinsRegular';
    border-radius: 3px;
    border: 0;
}
.pf_fields .pf_field textarea {
    height: 95px;
}
.pf_fields .pf_field input[type="button"] {
    width: 100%;
    float: left;
    line-height: 40px;
    background-color: #f37325;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'PoppinsRegular';
}
.pf_fields .pf_field input[type="button"]:hover {
    background: #636466;
}
.pf_fields .pf_field.submit-field #form-loading {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    width: 20px;
}
.pf_fields p {
    font-size: 16px;
    line-height: normal;
    color: #636466;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    font-family: 'PoppinsRegular';
}
.pfr_fields {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 10px;
}
.pfr_fields span {
    display: inline-block;
    width: 60px;
    height: 59px;
    background-image: url(images/ratingstar.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}
.pfr_fields span.active {
    background-image: url(images/ratingstar_active.png);
}
.popup_form .error_field {
    display: none;
    color: red;
    width: 100%;
    float: left;
    font-size: 15px;
}
.pf_result {
    width: 100%;
    float: left;
    padding: 20px 42px;
    box-sizing: border-box;
    background-color: #f37021;
}
.pf_result h5 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 12px;
    font-family: 'PoppinsRegular';
}
.pf_result p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 10px;
    font-family: 'PoppinsRegular';
}
.pf_result p strong {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 15px;
    font-family: 'PoppinsRegular';
}
.share_row {
    width: 100%;
    float: left;
    margin: 0;
}
.share_row p {
    font-family: 'PoppinsRegular';
}
.share_row p strong {
    font-family: 'PoppinsRegular';
    font-weight: bold;
}
.share_row a {
    margin: 0 5px;
    display: inline-block;
}
.share_step {
    width: 100%;
    float: left;
}
.share_step1 {
    margin: 30px 0 10px;
}
.share_step h6 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-family: 'PoppinsRegular';
}
.share_step ul {
    padding: 0;
    margin: 0;
}
.share_step ul li {
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    float: left;
}
.share_step ul li button {
    width: 233px;
    height: 74px;
    background-image: url(images/clip_btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}
#popup_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background-image: url(images/popup_close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    z-index: 99999999999995;
}
.pf_fields .pf_field #comments {
    display: block;
}
.share_step ul li button.copied {
    background: url(images/clip_btn_copied.png);
    transition: .3s;
}
.pf_result p strong {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}
/* Review Popup section Ends */

.review_row .reviews-rt-stars {
    float: left;
    padding: 0;
    margin: 0 0 30px;
    width: 101px;
    background-position: left top;
    position: relative;
    background-image: url(images/ratingh.png);
}
.reviews-rt-stars .rating {
    width: 100%;
    float: left;
    background-image: url(images/rating-star.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 16px;
    position: relative;
    z-index: 1;
}
.review_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#customMenublock.openSlidMenu {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    overflow-y: scroll;
    z-index: 999999999999;
}
#customMenublock {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    display: flex;
    align-items: inherit;
    justify-content: center;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all 0.3s ease-in-out 0s;
    -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;
    opacity: 0;
    padding: 50px 0;
    z-index: 999999999999;
    background-color: #a92b41;
}
div#customMenublock .container{
    width: 90%;
}
#closeSlideMenu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #1e1c1c;
    text-transform: uppercase;
}
.togsearch .screen-reader-text {
    font-size: 0;
}
.togsearch input {
    width: 100%;
    float: left;
    padding:17px 40px 16px 22px;
    text-transform: uppercase;
    line-height: normal;
    background: rgba(255, 255, 255, 0.8);
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #000000;
    font-size: 16px;
    border: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ffffff;
    margin: 0 0 15px 0;
}

.togsearch input.search-field::placeholder {
    color: #000000 !important;
}

.togsearch .search-submit {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 22px;
    height: 18px;
    border: none;
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -50px 1px;
    text-indent: -9999px;
    padding: 0;
    cursor: pointer;
}
.topmenuButton {
    float: right;
    margin: 0px 0 0 75px;
}
#menuLayout {
    position: relative;
    z-index: 999;

    align-items: center;
    justify-content: center;
    /* width: 110px; */
}
#menuLayout .menuText {
    font-family: 'Overpass', sans-serif;
    font-style: normal;
    font-size: 16px;

    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#menuLayout .iconsArea {
    width: 34px;
    float: none;
    margin: 0 auto 8px;
}
#menuLayout .iconsArea span {
    width: 34px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;

    display: block;
    margin-left: auto;

    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#menuLayout .iconsArea span.span-2 {
    margin: 5px 0 5px 0px;
    width: 27px;
}
#menuLayout .iconsArea span.span-3 {
    margin: 0;
    width: 27px;
}
#menuLayout:hover .iconsArea span {
    width: 34px;
}
#customMenublock .mobinav {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    width: 100%;
    display: block !important;
    padding-bottom: 20px;
    background: transparent;
}
.bnr-sec {
    background: url(images/banner.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    padding: 340px 0 220px;
    position: relative;
    z-index: 1
}
.bnr-sec:before {
    position: absolute;
    content: '';
    width: 67%;
    height: 283px;
    background: url(images/banner-sdw.png) no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-size: 100% 100%;
    z-index: -1
}
.bnr-sec h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 100px;
    line-height: 97px;
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
}
.bnr-btn a {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 3.8px;
    font-size: 14px;
    color: #fff;
    background: #cc334f;
    padding: 23px 46px 24px;
}
.bnr-btn a:hover {
    background: #fff;
    color: #cc334f
}
.news-sec {
    background: url(images/news-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 35px 0
}
.news-blck {
    /* display: flex; */
    /* flex-wrap: wrap; */
    padding: 24px 0 20px 145px;
    position: relative;
    /* vertical-align: middle; */
    /* align-items: center; */
}
.news-blck:before {
    position: absolute;
    content: '';
    width: 111px;
    height: 111px;
    background: url(images/hm-sprites.png) no-repeat;
    left: 0;
    top: 0;
    background-position: -53px -6px;
}
.news-sec h4 {
    font-size: 26px;
    line-height: 30px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: -0.2px;
}
.news-sec p {
    font-size: 17px;
    line-height: 20px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0px;
}
.our-firmsec {
    padding: 142px 0 0;
    text-align: center
}
.our-firmsec h2 {
    font-size: 46px;
    line-height: 57px;
    color: #272727;
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
}
.hm-pracareas {
    padding: 100px 0 115px;
    position: relative
}
/*.hm-praclft {
    float: left;
    width: 26%;
    padding-left: 145px;
    margin-top: 126px;
}*/
.hm-praclft h2 {
    font-size: 52px;
    line-height: 54px;
    color: #272727;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
}
.hm-praclft p {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    color: #4d4d4d;
    margin-bottom: 40px;
}
/*.hm-pracrgt {
    position: absolute;
    width: 65.9%;
    right: 0;
}*/
.hm-pracrgt{
    float: right;
    width: 80%;
}
.hm-praclft {
    float: left;
    width: 20%;
    padding-right: 70px;
    margin-top: 126px;
}
.hm-pracbtn a {
    display: inline-block;
    color: #a92b41;
    border: 1px solid #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 16px 41px;
    letter-spacing: 3.8px;
}
.hm-pracbtn a:hover {
    background: #a92b41;
    color: #fff;
}
.hm-pracitem a.hm-serv-link {
    font-size: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.innr-pracitem {
    background: #f2f4f8;
}
.hm-pracitem {
    float: left;
    width: 100%;
    background: #f2f4f8;
    padding: 343px 20px 90px;
    position: relative;
    text-align: center
}
.hm-pracitem:before {
    position: absolute;
    content: '';
    width: 223px;
    height: 223px;
    background-image: url(images/hm-sprites.png);
    background-repeat: no-repeat;
    background-position: -11px -136px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 81px;
}
.hm-pracitem.item1:before {
    background-position: -11px -136px
}
.hm-pracitem.item2:before {
    background-position: -698px -1537px
}
.hm-pracitem.item3:before {
    background-position: -699px -1803px
}
.hm-pracitem.item4:before {
    background-position: -437px -765px
}
.hm-pracitem.item5:before {
    background-position: -698px -765px
}
.hm-pracitem.item6:before {
    background-position: -428px -1537px
}
.hm-pracitem.item7:before {
    background-position: -699px -1283px
}
.hm-pracitem.item8:before {
    background-position: -437px -1274px
}
.hm-pracitem:hover h4 a {
    color: #a92b41
}
.hm-pracitem h4 a {
    color: #fff;
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    color: #272727;
    position: relative;
    padding: 0px 0 42px;
    text-transform: uppercase;
}
.hm-pracitem h4 a:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 12px;
    background: url(images/hm-sprites.png) no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: -194px -13px;
    bottom: 0
}
.hm-pracblck.owl-carousel .owl-dots {
    float: left;
    width: 100%;
    margin: 40px 0 0;
    display: block !important
}
.hm-pracblck.owl-carousel .owl-nav {
    display: none
}
.hm-pracblck.owl-carousel .owl-dot {
    width: 4px;
    height: 4px;
    background: #272727;
    border-radius: 100%;
    margin: 0 16px;
    border: 1px solid transparent;
}
.hm-pracblck.owl-carousel .owl-dot.active {
    outline: 1px solid #343434;
    outline-offset: 16px;
}
.san-francsec {
    position: relative;
    padding: 60px 0;
    z-index: 1
}
.san-francsec:before {
    position: absolute;
    content: '';
    background: #f2f4f8;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1
}
.san-franvidsec {
    position: absolute;
    left: 0;
}
.san-franvidsec a {
    display: inline-block;
    position: relative;
}
.san-franvidsec a:before {
    position: absolute;
    content: '';
    width: 206px;
    height: 206px;
    background: url(images/hm-sprites.png) no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-position: -716px -153px
}
.san-francnt {
    float: right;
    width: 31%;
    padding: 80px 0 70px;
}
.san-francnt h2, .san-francnt h1 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    color: #272727;
    font-size: 52px;
    margin-bottom: 23px;
    letter-spacing: 0.8px;
    line-height: 54px;
}
.san-francnt h4 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    color: #4d4d4d;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
}
.san-francnt p {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    color: #4d4d4d;
    font-size: 17px;
    margin-bottom: 39px;
    line-height: 27px;
}
.san-francnt a.rd-btn {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 3.8px;
    font-size: 12px;
    color: #fff;
    background: #cc334f;
    margin-right: 14px;
    text-transform: uppercase;
    padding: 16px 41px;
}
.san-francnt a.rd-btn:hover {
    background: #fff;
    color: #cc334f
}
.san-francnt a.cnt-btn {
    display: inline-block;
    color: #a92b41;
    border: 1px solid #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 16px 35px;
    letter-spacing: 3.8px;
}
.san-francnt a.cnt-btn:hover {
    background: #cc334f;
    color: #fff
}
.hm-awrdsec {
    padding: 120px 0 150px;
    text-align: center
}
.hm-awrdsec .container {
    max-width: 100%;
    padding: 0 114px;
}
.hm-awrdblck {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    align-items: center;
}
.hm-awrditem {
    float: left;
    width: 14.2%;
    text-align: center;
}
.hm-awrdsec h6 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    color: #4d4d4d;
    font-size: 20px;
    line-height: 26px;
}
.hm-attrnysec .container {
    max-width: 100%;
}
.hm-attrnylft {
    float: left;
    width: 18.5%;
    background: #f2f4f8;
    padding: 50px 60px 50px 55px;
}
.hm-attrnyrgt {
    float: right;
    width: 80.4%;
}
.hm-attrnyblck {
    display: flex;
/*     flex-wrap: wrap; */
}
.hm-attrnyitem:last-child {
    margin: 0
}
.hm-attrnylft h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 46px;
    line-height: 49px;
    color: #000;
    margin-bottom: 10px;
}
.hm-attrnylft p {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 42px;
    color: #4d4d4d;
}
.hm-attrnyitem {
    float: left;
    width: 24.1%;
    margin-right: 1.2%;
}
.hm-attrnyimg {
    margin-bottom: 35px;
}
.hm-attrnycnt {
    padding: 0 30px;
}
.hm-attrnycnt h6 {
    color: #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 5px;
}
.hm-attrnycnt h3 a {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    color: #272727;
}
.hm-attrnycnt h3 a:hover {
    color: #a92b41;
}
.arw-link a {
    font-size: 0;
    float: left;
    background: url(images/hm-sprites.png) no-repeat;
    width: 40px;
    height: 11px;
    background-position: -195px -14px;
    /* display:inline-block; */
}
.atrny-bnts a.rd-bnt {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 3.8px;
    font-size: 12px;
    color: #fff;
    background: #cc334f;
    text-transform: uppercase;
    padding: 17px 50px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%
}
.atrny-bnts a.rd-bnt:hover {
    background: #fff;
    color: #cc334f
}
.atrny-bnts a.brd-btn:hover {
    background: #cc334f;
    color: #fff;
}
.atrny-bnts a.brd-btn {
    display: inline-block;
    color: #a92b41;
    border: 1px solid #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 16px 46px;
    letter-spacing: 3.8px;
    text-align: center;
    width: 100%
}
.hm-attrnysec {
    padding-bottom: 125px;
    position: relative
}
.hm-attrnysec:before {
    position: absolute;
    content: '';
    width: 87.76%;
    height: 2px;
    background: #d4d5d9;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}
.home_testimnl {
    padding: 130px 0 120px;
}
.test_item {
    padding: 0 335px
}
.test_item h3 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 46px;
    line-height: 57px;
    color: #000;
    margin-bottom: 22px;
}
.test_item h6 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #272727;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.test_item p {
    color: #4d4d4d;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 28px;
}
.home_testimnlslides.owl-carousel .owl-nav button.owl-next,
.home_testimnlslides.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 37%;
    left: 60px;
    width: 159px;
    height: 159px;
    background: url(images/hm-sprites.png) no-repeat;
    background-position: -12px -561px;
}
.home_testimnlslides.owl-carousel .owl-nav button.owl-next {
    left: auto;
    background-position: -192px -561px;
    right: 60px
}
.home_testimnlslides.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -192px -731px;
}
.home_testimnlslides.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -12px -731px;
}
.home_testimnlslides.owl-carousel .owl-nav span {
    font-size: 0
}
.cta-sec .container {
    max-width: 1734px
}
.cta-blck {
    background: url(images/cta-bg.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    padding: 200px 0 173px;
    float: left;
    width: 100%;
}
.cta-sec h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
    font-size: 70px;
    line-height: 72px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    margin: 0
}
.cta-bnt {
    text-align: center;
    float: left;
    width: 100%
}
.cta-bnt a {
    display: inline-block;
    font-size: 0;
    background: url(images/hm-sprites.png) no-repeat;
    width: 86px;
    height: 86px;
    background-position: -291px -13px;
    display: inline-block;
}
.cta-bnt a:hover {
    background-position: -391px -13px
}
.minis-fndsec {
    text-align: center;
    padding: 128px 0 100px;
}
.minis-fndsec h6 {
    color: #4d4d4d;
    font-size: 17px;
    line-height: 27px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    margin: 0 0 12px
}
.minis-fndsec h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 46px;
    line-height: 57px;
    color: #000000;
    margin-bottom: 30px;
}
.minis-fndsec a {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    text-decoration: underline;
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    color: #a92b41
}
.minis-fndsec a:hover {
    color: #000
}
.ourblg-sec:before {
    position: absolute;
    content: '';
    width: 88.81%;
    height: 2px;
    background: #d4d5d9;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ourblg-sec {
    padding: 110px 0 150px;
    position: relative
}
/*.ourblglft {
    float: left;
    width: 22%;
    margin: 80px 0 0;
    padding: 0 0px 290px 140px
}*/
.ourblglft {
    float: left;
    width: 20%;
    margin: 80px 0 0;
    padding: 0 55px 290px 0px;
}
.ourblglft h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 52px;
    line-height: 54px;
    color: #272727;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
}
.ourblglft p {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 35px;
    color: #4d4d4d;
}
.visi-blgbtn a {
    display: inline-block;
    color: #a92b41;
    border: 1px solid #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 16px 40px;
    letter-spacing: 3.8px;
}
.visi-blgbtn a:hover {
    background: #a92b41;
    color: #fff;
}
/*.ourblgrgt {
    position: absolute;
    right: 0;
    width: 1262px;
}*/
.ourblgrgt {
    width: 80%;
    float: right;
}
.ourblg-blck {
    display: flex;
    flex-wrap: wrap
}
.ourblg-item {
    float: left;
    width: 49.21%;
    margin-right: 1.58%;
}
.ourblg-item:last-child {
    margin: 0
}
.ourblg-item .calender p {
    color: #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 10px;
}
.ourblg-item-cnt h3 a {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    color: #272727;
}
.ourblg-item-cnt h3 {
    margin-bottom: 15px;
}
.ourblg-item-cnt h3 a:hover {
    color: #a92b41;
}
.ourblg-item-cnt p {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 28px;
    color: #4d4d4d;
}
.ourblg-item-cnt .post_btn a {
    font-size: 0;
    float: left;
    background: url(images/hm-sprites.png) no-repeat;
    width: 40px;
    height: 11px;
    background-position: -195px -14px;
    /* display: inline-block; */
}
.ourblg-item-cnt .post_btn a:hover,
.arw-link a:hover {
    background-position: -195px -34px
}
.ourblg-item-cnt {
    padding: 35px 30px 0
}
.hm-cntfrmsec {
    position: relative;
    z-index: 1;
    padding: 75px 0
}
.hm-cntfrmsec:before {
    position: absolute;
    content: '';
    width: 58.6%;
    height: 100%;
    background: #f2f4f8;
    top: 0;
    right: 0;
    z-index: -1
}
.hm-cntfrmlft {
    position: absolute;
    left: 0;
}
.hm-cntfrmrgt {
    float: right;
    width: 37.1%;
    padding: 80px 0 90px
}
.hm-cntfrmrgt h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 52px;
    line-height: 54px;
    color: #272727;
    letter-spacing: 1px;
    margin-bottom: 7px;
}
.hm-cntfrmrgt p {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 42px;
    color: #4d4d4d;
}

.hm-contform .gform_wrapper {
    margin: 0;
}
.hm-contform .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}
.hm-contform .gform_wrapper ul.gform_fields li {
    width: 48.8% !important;
    float: left;
    margin: 0 0px 8px 0 !important;
    padding: 0 !important;
    clear: none !important;
    position: relative;
}
.hm-contform .gform_wrapper ul.gform_fields li.fr {
    float: right
}
.hm-contform .gform_wrapper ul.gform_fields li.nm input {
    background-image: url(images/nm-icn.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px center !important
}
.hm-contform .gform_wrapper ul.gform_fields li.pho input {
    background-image: url(images/pho-icn.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px center !important
}
.hm-contform .gform_wrapper ul.gform_fields li.em input {
    background-image: url(images/emil-icn.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px center !important
}
.hm-contform .gform_wrapper ul.gform_fields li.msg textarea {
    background-image: url(images/msg-icn.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px top 15px !important
}
.hm-contform .gform_wrapper ul.gform_fields li.fw {
    width: 100% !important;
}
.hm-contform .gform_wrapper .gform_fields .gfield_html {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 42px;
    color: #4d4d4d;
}
.hm-contform .gform_wrapper .top_label label {
    display: none;
}
body .hm-contform .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield input,
.hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield select,
.hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    width: 100% !important;
    font-family: 'Overpass', sans-serif !important;
    font-weight: 300;
    font-size: 17px !important;
    line-height: normal !important;
    color: #272727 !important;
    margin: 0 !important;
    min-height: inherit !important;
    border: 0;
    background-color: transparent;
    padding: 14px 35px 14px 30px !important;
    outline: 0;

    border-radius: 0px;
    border: 1px solid #d4d5d9 !important;


}
.hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    height: 120px !important
}
.hm-contform .gform_wrapper .gform_footer {
    padding: 0 !important;
    text-align: left;
    width: 165px;
}
.hm-contform .gform_wrapper .gform_footer input[type=submit] {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    padding: 24px 70px 24px 40px;
    background-color: #a92b41;
    background-image: url(images/send-icn.png);
    background-repeat: no-repeat;
    background-position: right 45px center;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    width: 100% !important;
    color: #fff !important;
    cursor: pointer;
    outline: 0;
    border: 0;
    position: relative;

}
.hm-contform ::-webkit-input-placeholder {
    /* Edge */
    color: #272727;
}
.hm-contform :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #272727;
}
.hm-contform ::placeholder {
    color: #272727;
}
.hm-contform .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #000;
    color: #fff !important
}
.bnr-img {
    display: none
}
/*inner-pages*/
.page_bnr.blgbnr {
    background: url(images/blog-bnr.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 353px 0 230px;
}
.page_bnr.teampgbnr {
    padding: 353px 0 230px;
}
.page_bnr.teampgbnr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
}
.page_bnr.cntpgbnr {
    padding: 353px 0 230px;
}
.page_bnr {
    padding: 245px 0 120px;
    text-align: center;
    /*background: url(images/gnrl-pgbnr.jpg) no-repeat;*/
    background-repeat:no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}
.single-citystate .page_bnr {
    background: url(images/gnrl-pgbnr.jpg) no-repeat;
    background-size: cover;
}
.inrpg-breadcrumbs {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    margin-bottom: 10px;
}
.page_title {
    position: relative;
    z-index: 99
}
.inrpg-breadcrumbs a:hover {
    color: #a92b41
}
.page_title h1,
.page_title h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 79px;
    line-height: 87px;
    color: #fff;
    margin: 0 0 0px;
    text-transform: uppercase;

}
.divider {
    width: 4px;
    display: inline-block;
    background: #fff;
    margin: 0px 8px 0;
    height: 4px;
    border-radius: 100%;
    position: relative;
    top: -3px;
}
.page_default.blg-default {
    padding: 120px 0 120px;
    position: relative
}
.page_default.blg-default .container {
    max-width: 1290px;
}
.blg-tit {
    float: left;
}
.blg-tit h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 46px;
    line-height: 49px;
    margin: 0;
    color: #272727;
}
.blg-srch {
    float: right;
    width: 268px;
}
.blg-srch .widget .search-field {
    width: 100%;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1px;
    color: #a92b41 !important;
    background: transparent;
    -webkit-appearance: none;
    outline: 0;
    padding: 16px 30px 16px 35px;
    border: 1px solid #a92b41;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.blg-srch ::-webkit-input-placeholder {
    /* Edge */
    color: #a92b41
}
.blg-srch :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a92b41
}
.blg-srch ::placeholder {
    color: #a92b41
}
.blg-srch .search-form {
    position: relative;
}
.blg-srch .widget .search-submit {
    position: absolute;
    right: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    padding: 0;
    background-color: inherit;
    background-image: url(images/search-icon.png);
    background-repeat: no-repeat;
    font-size: 0;
    width: 13px;
    height: 13px;
    border: 0;
}
.blg-titsec {
    margin-bottom: 55px;
}
.genpg-rite.blg-rgt {
    width: 100%
}
.blg-psts {
    display: flex;
    flex-wrap: wrap
}
.blg-psts .post_item {
    float: left;
    width: 48%
}
.blg-psts .post_item:nth-child(2n) {
    margin-right: 0;
}
.blg-psts .post_item {
    float: left;
    width: 48%;
    margin: 0 4% 75px 0;
}
.blg-psts .post_item .post_cnt {
    padding: 40px 30px 0
}
.blg-psts .post_item .post_cnt .post_date {
    color: #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 13px;
}
.blg-psts .post_item .post_cnt h2 a {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    color: #272727;
}
.blg-psts .post_item .post_cnt h2 {
    margin-bottom: 15px;
}
.blg-psts .post_item .post_cnt h2 a:hover {
    color: #a92b41;
}
.blg-psts .post_item .post_cnt .post_btn a {
    font-size: 0;
    float: left;
    background: url(images/hm-sprites.png) no-repeat;
    width: 40px;
    height: 11px;
    background-position: -195px -14px;
    /* display: inline-block; */
}
.blg-psts .post_item .post_cnt .post_btn a:hover,
.sdbrarw-link a:hover {
    background-position: -195px -34px;
}
.blg-psts .post_item .post_cnt p {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 28px;
    color: #4d4d4d;
}

.blg-psts nav.navigation.pagination {
    float: left;
    width: 100%;
    text-align: center
}
.blg-psts .nav-links {
    margin: 53px 0 0;
    border: none;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.blg-psts .nav-links::before {
    width: 1670px;
    height: 2px;
    position: absolute;
    content: '';
    background: #d4d5d9;
    top: -53px;
    left: -190px;
    right: 0;
    margin: auto;
}
.blg-psts .page-numbers {
    margin: 0 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 27px;
    color: #4d4d4d;
    font-family: 'Overpass', sans-serif;
    font-weight: 300;

    text-align: center
}
.blg-psts .page-numbers.current,
.blg-psts .page-numbers:hover {
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
    color: #a92b41;
}
.blg-psts nav.navigation.pagination h2,
.blg-psts span.nav-next-text,
.blg-psts span.nav-prev-text {
    display: none
}
.blg-psts a.next.page-numbers,
.blg-psts a.prev.page-numbers {
    position: relative
}
.blg-psts a.next.page-numbers:after,
.blg-psts a.prev.page-numbers:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    background-image: url(images/inr-sprites.png);
    background-repeat: no-repeat;
    background-position: -76px -10px;
    background-repeat: no-repeat
}
.blg-psts a.prev.page-numbers:after {
    background-position: -6px -10px;
    left: auto;
    right: 0;
}
svg.svg-icon {
    display: none
}
.blg-psts a.next.page-numbers:hover:after {
    background-position: -76px -78px
}
.blg-psts a.prev.page-numbers:hover:after {
    background-position: -6px -78px
}
.cntpg-adrsec {
    padding: 120px 0 140px;
    text-align: center;
}
.cntpg-adrsec h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    color: #272727;
    font-size: 46px;
    line-height: 57px;
    margin-bottom: 97px;
}
.cntpg-adrsec .container {
    max-width: 1290px;
}
.cntpg-adrblck {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cntpg-adritem {
    float: left;
    width: 33.33%;
    padding: 262px 0 0;
    position: relative;
}
.cntpg-adritem:before {
    width: 225px;
    height: 225px;
    position: absolute;
    content: '';
    background: url(images/inr-sprites.png) no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0
}
.cntpg-adritem.pho:before {
    background-position: -6px -187px;
}
.cntpg-adritem.adr:before {
    background-position: -256px -187px;
}
.cntpg-adritem.scl:before {
    background-position: -506px -187px;
}
.cntpg-adritem h6 {
    color: #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}
.cntpg-adritem.adr p {
    color: #272727;
    font-size: 20px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    line-height: 28px;
}
.cntpg-adritem.pho p a {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    line-height: 30px;
    font-size: 26px;
    color: #272727;
}
.cntpg-adritem p a:hover {
    color: #a92b41;
}
.cntpg-scl a {
    display: inline-block;
    font-size: 0;
    margin-right: 25px;
    position: relative;
    background: url(images/inr-sprites.png) no-repeat;
}
.cntpg-scl a.cntpg-fb {
    width: 14px;
    height: 29px;
    background-position: -188px -19px;
    top: 0px
}
.cntpg-scl a.cntpg-fb:hover {
    background-position: -187px -59px;
}
.cntpg-scl a.cntpg-twtr:hover {
    background-position: -234px -63px;
}
.cntpg-scl a.cntpg-ln:hover {
    background-position: -292px -61px;
}
.cntpg-scl a.cntpg-goo:hover {
    background-position: -346px -64px
}
.cntpg-scl a.cntpg-twtr {
    width: 29px;
    height: 25px;
    background-position: -235px -23px;
    top: 4px;
}
.cntpg-scl a.cntpg-ln {
    width: 25px;
    height: 25px;
    background-position: -293px -21px;
    top: 4px;
}
.cntpg-scl a.cntpg-goo {
    width: 23px;
    height: 23px;
    margin: 0;
    background-position: -347px -24px;
    top: 6px;
}



.cntpg-frmsec {
    position: relative;
    z-index: 1;
    padding: 60px 0
}
.cntpg-frmsec:before {
    position: absolute;
    content: '';
    width: 58.6%;
    height: 100%;
    background: #f2f4f8;
    top: 0;
    right: 0;
    z-index: -1
}
.cntpg-frmlft {
    position: absolute;
    left: 0;
}
.cntpg-frmrgt {
    float: right;
    width: 37.1%;
    padding: 122px 0 124px
}
.cntpg-frmrgt h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 52px;
    line-height: 54px;
    color: #272727;
    letter-spacing: 1px;
    margin-bottom: 7px;
}
.cntpg-frmrgt p {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 32px;
    color: #4d4d4d;
}

.cntpgform .gform_wrapper {
    margin: 0;
}
.cntpgform .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}
.cntpgform .gform_wrapper ul.gform_fields li {
    width: 48.8% !important;
    float: left;
    margin: 0 0px 8px 0 !important;
    padding: 0 !important;
    clear: none !important;
    position: relative;
}
.cntpgform .gform_wrapper ul.gform_fields li.fr {
    float: right
}
.cntpgform .gform_wrapper ul.gform_fields li.nm input {
    background-image: url(images/nm-icn.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px center !important
}
.cntpgform .gform_wrapper ul.gform_fields li.pho input {
    background-image: url(images/pho-icn.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px center !important
}
.cntpgform .gform_wrapper ul.gform_fields li.em input {
    background-image: url(images/emil-icn.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px center !important
}
.cntpgform .gform_wrapper ul.gform_fields li.msg textarea {
    background-image: url(images/msg-icn.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px top 15px !important
}
.cntpgform .gform_wrapper ul.gform_fields li.fw {
    width: 100% !important;
}
.cntpgform .gform_wrapper .top_label label {
    display: none;
}
body .cntpgform .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.cntpgform .gform_wrapper .gform_body ul.gform_fields li.gfield input,
.cntpgform .gform_wrapper .gform_body ul.gform_fields li.gfield select,
.cntpgform .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    width: 100% !important;
    font-family: 'Overpass', sans-serif !important;
    font-weight: 300;
    font-size: 17px !important;
    line-height: normal !important;
    color: #272727 !important;
    margin: 0 !important;
    min-height: inherit !important;
    border: 0;
    background-color: transparent;
    padding: 14px 35px 14px 30px !important;
    outline: 0;

    border-radius: 0px;
    border: 1px solid #d4d5d9 !important;


}
.cntpgform .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    height: 120px !important
}
.cntpgform .gform_wrapper .gform_footer {
    padding: 0 !important;
    text-align: left;
    width: 165px;
}
.cntpgform .gform_wrapper .gform_footer input[type=submit] {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    padding: 24px 70px 24px 40px;
    background-color: #a92b41;
    background-image: url(images/send-icn.png);
    background-repeat: no-repeat;
    background-position: right 45px center;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    width: 100% !important;
    color: #fff !important;
    cursor: pointer;
    outline: 0;
    border: 0;
    position: relative;

}
.cntpgform ::-webkit-input-placeholder {
    /* Edge */
    color: #272727;
}
.cntpgform :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #272727;
}
.cntpgform ::placeholder {
    color: #272727;
}
.cntpgform .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #000;
    color: #fff !important
}
.cntpgform .gform_wrapper ul.gform_fields li.gfield_html {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 32px;
    color: #4d4d4d;
}
.cntpg-map {
    position: relative
}
.cntpg-map:before {
    position: absolute;
    content: '';
    width: 71px;
    height: 71px;
    background: url(images/inr-sprites.png) no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-position: -493px -490px
}
.page-template-contact-page .hm-cntfrmsec {
    display: none
}
.page_default {
    padding: 110px 0 80px;
}
.page_default .container {
    max-width: 1370px;
}
.genpg-rite {
    float: right;
    width: 70.1%;
}
.genpg-lft {
    float: left;
    width: 24.82%;
}
.page_default .genpg-rite h1,
.page_default .genpg-rite h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 52px;
    line-height: 58px;
    color: #272727;
    margin: 0 0 15px;
    letter-spacing: 1px;
    text-transform: uppercase
}
.page_default .genpg-rite h2 {
    font-size:49px;
    line-height: 56px;
}
.page_default .genpg-rite h3 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 46px;
    line-height: 50px;
    color: #272727;
    margin: 0 0 20px
}
.page_default .genpg-rite h4 {
    color: #272727;
    font-size: 30px;
    line-height: 34px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    margin: 0 0 20px
}
.page_default .genpg-rite h5 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    color: #272727;
    margin: 0 0 20px
}
.page_default .genpg-rite h6 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #4d4d4d;
    margin: 0 0 20px
}
.page_default .genpg-rite p {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    color: #4d4d4d;
    margin: 0 0 25px
}
.page_default .genpg-rite li {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    color: #4d4d4d;
    position: relative;
    padding-left: 14px;
    position: relative;
    margin-bottom: 17px;
}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 40px 20px;
    list-style-position: inside
}
.page_content .genpg-rite ol {
    list-style-type: decimal
}
.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important
}
.page_content .genpg-rite ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 10px;
    background: #a92b41;
    border-radius: 100%;
}
.page_default .genpg-rite a,
.page_default .genpg-rite li a,
.page_default .genpg-rite p a {
    color: #a92b41
}
.page_default .genpg-rite a:hover,
.page_default .genpg-rite li a:hover,
.page_default .genpg-rite p a:hover {
    color: #272727;
}
.inr-pgimg {
    margin: 52px 0 55px
}
.sdbr-call {
    background: url(images/sdbr-cntbg.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 85px 20px 85px;
}
.sdbr-call:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(images/sdbr-boxsdw.png) no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1
}
.sdbr-call h6 {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 5px;
}
.sdbr-call h3 {
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.sdbr-call p a {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    text-decoration: underline;
}
.genpg-lft .widget {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.sdbr-pracitem, #nav_menu-3 ul li.sdbr-pracitem {
    width: 100%;
    padding: 16px 0px 11px 0px;
    border-bottom: 1px solid #d4d5d9;
    position: relative;
}
.sdbr-pracitem p a,  #nav_menu-3 ul li.sdbr-pracitem a {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #4d4d4d;
    position: relative;
    padding: 0px 0px 0 25px;
    display: inline-block;
    letter-spacing: 1px;
    width: 100%;
    text-transform: uppercase;
}
.sdbr-pracitem p {
    margin: 0
}
.sdbr-pracitem p a:hover,  #nav_menu-3 ul li.sdbr-pracitem a:hover {
    font-weight: 900;
    color: #272727
}
.sdbr-pracitem.item1 p a:before,  #nav_menu-3 ul li.sdbr-pracitem.item1 a:before {
    background-position: -408px -25px;
    width: 14px;
    height: 21px;
    top: -4px;
}
.sdbr-pracitem.item2 p a:before, #nav_menu-3 ul li.sdbr-pracitem.item2 a:before {
    background-position: -545px -61px;
    width: 23px;
    height: 22px;
}
.sdbr-pracitem.item3 p a:before,  #nav_menu-3 ul li.sdbr-pracitem.item3 a:before {
    background-position: -505px -27px;
    width: 18px;
    height: 24px;
}
.sdbr-pracitem.item4 p a:before, #nav_menu-3 ul li.sdbr-pracitem.item4 a:before {
    background-position: -519px -60px;
    width: 19px;
    height: 20px;
}
.sdbr-pracitem.item5 p a:before, #nav_menu-3 ul li.sdbr-pracitem.item5 a:before {
    background-position: -587px -24px;
    width: 16px;
    height: 25px;
}
.sdbr-pracitem.item6 p a:before, #nav_menu-3 ul li.sdbr-pracitem.item6 a:before {
    background-position: -628px -22px;
    width: 20px;
    height: 22px;
}
.sdbr-pracitem.item7 p a:before, #nav_menu-3 ul li.sdbr-pracitem.item7 a:before{
    background-position: -491px -60px;
    width: 20px;
    height: 21px;
}
.sdbr-pracitem.item8 p a:before, #nav_menu-3 ul li.sdbr-pracitem.item8 a:before {
    background-position: -460px -60px;
    width: 23px;
    height: 21px;
}
.sdbr-pracitem p a:before, #nav_menu-3 ul li.sdbr-pracitem a:before {
    position: absolute;
    content: '';
    background: url(images/inr-sprites.png) no-repeat;
    background-position: -1px -49px;
    left: -3px;
    top: -4px;
}
.sdbr-pracitem.item1 p a:before,  #nav_menu-3 ul li.sdbr-pracitem ul li a:before, #nav_menu-3 ul li.sdbr-pracitem ul li a:after{
    display: none;
}
.sdbr-prac, #nav_menu-3 ul {
    background: #f2f4f8;
    padding: 60px 40px;
}
.sdbr-prac, #nav_menu-3 ul li ul{
    background-color: transparent;
    padding: 0px;
}
.sdbr-pracitem p a:after, #nav_menu-3 ul li.sdbr-pracitem a:after  {
    content: '';
    width: 9px;
    height: 9px;
    background: url(images/inr-sprites.png) no-repeat;
    background-position: -222px -144px;
    position: absolute;
    right: 0px;
    bottom: 5px;
}
#nav_menu-3 ul li.sdbr-pracitem a.openSubMenu:after  {
    background-position: -242px -144px;
}
.sdbr-pracitem.sdbr-pracitem-open p a:after {
    width: 9px;
    height: 2px;
    background-position: -242px -144px;
    bottom: 7px;
}
.sdbr-pracitem:last-child {
    border: 0
}

.sdbr-attrnyitem {
    float: left;
    width: 100%;
}
.sdbr-attrnyimg {
    margin-bottom: 30px;
}
.sdbr-attrnycnt {
    padding: 0 40px;
}
.sdbr-attrnycnt h6 {
    color: #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 5px;
}
.sdbr-attrnycnt h3 a {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    color: #272727;
}
.sdbr-attrnycnt h3 a:hover {
    color: #a92b41;
}
.sdbrarw-link a {
    font-size: 0;
    float: left;
    background: url(images/hm-sprites.png) no-repeat;
    width: 40px;
    height: 11px;
    background-position: -195px -14px;
    /* display:inline-block; */
}
.sdbr-meetsec h2,
.sdbr-awrds h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    padding-left: 42px;
    color: #272727;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 20px;
}
.sdbr-attrnyblck.owl-carousel .owl-dots {
    float: left;
    width: 100%;
    margin-top: 33px;
    padding-left: 40px;
}
.sdbr-attrnyblck.owl-carousel .owl-dot.active {
    outline: 1px solid #343434;
    outline-offset: 16px;
}
.sdbr-attrnyblck.owl-carousel .owl-dot {
    width: 4px;
    height: 4px;
    background: #272727;
    border-radius: 100%;
    margin: 0 16px;
    border: 1px solid transparent;
}
.sdbr-attrnyblck.owl-carousel .owl-nav {
    display: none
}
.sdbr-awrdblck {
    background: #f2f4f8;
    text-align: center;
    padding: 40px 45px;
}
.sdbr-awrdblck.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.sdbr-meetsec {
    margin: 30px 0;
}
.page_bnr.snglblgbnr {
    background: url(images/snglblg-bnr.jpg) no-repeat;
    background-size: cover;
    background-position: top center
}
.post_single .post_img {
    margin-bottom: 47px;
}
.post_single .post_date {
    color: #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 5px 13px 0;
    display: inline-block;
}
.post_ctgry {
    display: inline-block;
}
.page_content .genpg-rite .post_ctgry ul {
    margin: 0;
    padding: 0
}
.page_default .genpg-rite .post_ctgry ul li {
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1.2px;
    line-height: normal;
}
.page_content .genpg-rite .post_ctgry ul li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    left: 0;
    top: 5px;
    background: #a92b41;
    border-radius: 100%;
}
.genpg-lft .widget .wp-block-search__input {
    width: 100%;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 2.8px;
    color: #a92b41 !important;
    background: transparent;
    -webkit-appearance: none;
    outline: 0;
    padding: 16px 30px 16px 35px;
    text-transform: uppercase;

    border: 1px solid #a92b41;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.genpg-lft .wp-block-search__inside-wrapper {
    position: relative;
}
.genpg-lft .widget .wp-block-search__button {
    position: absolute;
    right: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    padding: 0;
    background-color: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(images/search-icon.png);
    background-repeat: no-repeat;
    font-size: 0;
    width: 13px;
    height: 13px;
    border: 0;
}
.genpg-lft .wp-block-search .wp-block-search__label {
    display: none;
}
.genpg-lft ::-webkit-input-placeholder {
    /* Edge */
    color: #a92b41
}
.genpg-lft :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a92b41
}
.genpg-lft ::placeholder {
    color: #a92b41
}
.genpg-lft.snglft .widget:nth-child(1),
.genpg-lft.snglft .widget:nth-child(2),
.genpg-lft.snglft .widget:nth-child(3),
.genpg-lft #block-6,
.genpg-lft.snglft .widget:nth-child(5) {
    padding-left: 40px;
}
.genpg-lft .screen-reader-text,
.genpg-lft label,
.genpg-lft label.screen-reader-text {
    font-family: 'Overpass', sans-serif;
    font-weight: normal !important;
    color: #272727;
    font-size: 46px;
    line-height: 50px;
    display: block;
    margin-bottom: 10px;
    height: auto;
    position: inherit;
    clip: none;
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;

}
.genpg-lft .widget select {
    width: 100%;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #4d4d4d;

    -webkit-appearance: none;
    outline: 0;
    padding: 16px 30px;
    background-image: url(images/select-arw.png);
    background-position: right 30px center;
    background-repeat: no-repeat, no-repeat;
    border: 1px solid #d4d5d9;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.genpg-lft .recent-tit {
    margin: 0;
    /*padding-left: 40px;*/
}
.genpg-lft #block-6 {
    margin: 0;
}
.genpg-lft h2.recent-tit {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    color: #272727;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 0px;
}
.genpg-lft .widget_recent_entries {
    padding-left: 40px
}
.genpg-lft .widget_recent_entries ul {
    margin: 0;
    padding: 0
}
.genpg-lft .widget_recent_entries ul li a {
    color: #272727;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    display: inline-block;
    margin-bottom: 10px
}
.genpg-lft .widget_recent_entries ul li a:hover {
    color: #a92b41;
}
.genpg-lft .widget_recent_entries ul li {
    padding: 46px 0 0;
    border-bottom: 1px solid #d4d5d9;
    position: relative;
    margin: 0;
}
.genpg-lft .widget_recent_entries ul li:last-child {
    border: 0
}
.genpg-lft .widget_recent_entries .wp-block-latest-posts__post-date {
    color: #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0px 10px 0;
    position: absolute;
    top: 20px;
    left:0;
    width: 100%
}
.page_default .genpg-rite .post-share h5 {
    color: #a92b41;
    letter-spacing: 2.8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    float: left;
}

.post-share a {
    /* display:inline-block; */
    float: left;
    font-size: 0;
    margin-right: 20px;
    position: relative;
    background: url(images/inr-sprites.png) no-repeat;
}
.post-share a.post-fb {
    width: 10px;
    height: 19px;
    background-position: -390px -94px;
    top: 0px
}
.post-share a.post-fb:hover {
    background-position: -390px -124px;
}
.post-share a.post-twtr:hover {
    background-position: -421px -128px;
}
.post-share a.post-insta:hover {
    background-position: -460px -123px;
}
.post-share a.post-gogle:hover {
    background-position: -498px -129px
}
.post-share a.post-twtr {
    width: 20px;
    height: 17px;
    background-position: -421px -98px;
    top: 4px;
}
.post-share a.post-insta {
    width: 20px;
    height: 21px;
    background-position: -460px -93px;
    top: 0px;
}
.post-share a.post-gogle {
    width: 16px;
    height: 15px;
    background-position: -498px -99px;
    top: 6px;
}
.post-share {
    float: left;
    width: 100%
}
.genpg-rite.snglblgrgt .navigation {
    float: left;
    width: 100%;
    padding-top: 35px;
    border-top: 1px solid #d4d5d9;
    margin-top: 25px;
    position: relative;
}
.genpg-rite.snglblgrgt .navigation span.post-title {
    display: none
}
.nav-next {
    float: right;
    text-align: right;
}
.nav-previous,
.nav-next {
    float: left;
    width: 50%;
    margin: 14px 0 0;
}
.page_default .genpg-rite .nav-previous a:hover,
.page_default .genpg-rite .nav-next a:hover {
    color: #a92b41
}
.page_default .genpg-rite .nav-previous a,
.page_default .genpg-rite .nav-next a {
    font-size: 12px;
    font-family: 'Overpass', sans-serif;
    line-height: normal;
    font-weight: 700;
    color: #272727;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
.page_default .genpg-rite .nav-previous a {
    padding-left: 45px;
}
.page_default .genpg-rite .nav-next a {
    padding-right: 45px;
}
.page_default .genpg-rite .nav-previous a:before,
.page_default .genpg-rite .nav-next a:before {
    position: absolute;
    content: '';
    background: url(images/inr-sprites.png) no-repeat;
    width: 40px;
    height: 11px;
    background-position: -575px -90px;
    left: 0;
    top: 2px;
}
.page_default .genpg-rite .nav-next a:before {
    left: auto;
    right: 0;
    background-position: -648px -90px
}
.page_default .genpg-rite .nav-previous a:hover:before {
    background-position: -575px -120px;
}
.page_default .genpg-rite .nav-next a:hover:before {
    background-position: -648px -120px
}




.teampg-attrnyblck {
    display: flex;
    flex-wrap: wrap;
	gap: 1.2%;
}
.teampg-attrnyitem:last-child {
    margin: 0
}
.teampg-attrnyitem {
    float: left;
    width: 24.1%;
/*     margin-right: 1.2%; */
	margin-bottom: 2%;
}
.teampg-attrnyimg {
    margin-bottom: 35px;
}
.teampg-attrnycnt {
    padding: 0 30px;
}
.teampg-attrnycnt h6 {
    color: #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 5px;
}
.teampg-attrnycnt h3 a {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    color: #272727;
}
.teampg-attrnycnt h3 a:hover {
    color: #a92b41;
}
.teampgarw-link a {
    font-size: 0;
    float: left;
    background: url(images/hm-sprites.png) no-repeat;
    width: 40px;
    height: 11px;
    background-position: -195px -14px;
    /* display:inline-block; */
}

.team-topsec {
    padding: 135px 0 150px;
    text-align: center
}
.team-topsec h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 46px;
    line-height: 57px;
    color: #272727;
    margin: 0
}
.teampg-attrsec {
    position: relative;
    padding-bottom: 100px;
}
.teampg-attrsec .container {
    max-width: 100%
}
.teampg-attrsec:before {
    position: absolute;
    content: '';
    width: 87.76%;
    height: 2px;
    background: #d4d5d9;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.snglteam-page .container {
    max-width: 100%;
    padding: 0 0px 0 95px
}
.snglteam-pagelft {
    float: left;
    width: 48.68%;
    padding: 230px 0 0;
}
.snglteam-page {
    position: relative;
    z-index: 1
}
.snglteam-pgrgt {
    float: right;
    width: 45%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}
.snglteam-page:before {
    position: absolute;
    content: '';
    width: 45%;
    height: 100%;
    background: #616164;
    top: 0;
    right: 0;
    z-index: -1
}
.page-template-single-team-page .logo-menu:before {
    display: none
}
.snglteamimg {
    position: sticky;
    top: 105px;
    z-index: 1
}
.snglteamimg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 273px;
    background: url(images/top-grdbg.png) repeat-x;
    top: 0;
    left: 0;
}
.inrlogo {
    display: none
}
.page-template-single-team-page .inrlogo {
    display: block;
    float: left
}
.page-template-single-team-page .logo {
    display: none
}
.page-template-single-team-page .hm-cntfrmsec {
    display: none
}
.snglteamimg img {
    width: 100%;
    display: block;
}
.page-template-single-team-page .inrpg-breadcrumbs {
    color: #4d4d4d;
    font-size: 12px;
}
.page-template-single-team-page .divider {
    background: #767676;
    width: 2px;
    height: 2px;
}
.sngltm-cntsec h1, .sngltm-cntsec h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 78px;
    line-height: 82px;
    color: #171711;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.sngltm-cntsec h6 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    color: #a92b41;
    font-size: 20px;
    line-height: 26px;
}
.sngltm-cntsec p {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    color: #4d4d4d;
    margin-bottom: 25px
}
.sngltm-awrdsec {
    padding: 60px 0 72px;
    border-bottom: 1px solid #d4d5d9;
    border-top: 1px solid #d4d5d9;
}
.sngltm-awrdsec h5 {
    font-size: 20px;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    line-height: 26px;
    color: #4d4d4d;
}
.sngltm-awrdblck.owl-carousel .owl-item img {
    width: auto
}
.sngltm-awrdblck.owl-carousel .owl-dots {
    float: left;
    width: 100%;
    margin: 40px 0 0;
    display: block !important;
}
.sngltm-awrdblck.owl-carousel .owl-dot.active {
    outline: 1px solid #343434;
    outline-offset: 16px;
}
.sngltm-awrdblck.owl-carousel .owl-dot {
    width: 4px;
    height: 4px;
    background: #272727;
    border-radius: 100%;
    margin: 0 16px;
    border: 1px solid transparent;
}
.sngltm-abtsec {
    border-bottom: 1px solid #d4d5d9;
    border-top: 1px solid #d4d5d9;
    padding: 62px 0
}
.inr-meeting-team {
    padding: 90px 0 70px;
    border-bottom: 1px solid #d4d5d9;
}
.inr-meeting-team h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #272727;
    font-size: 52px;
    letter-spacing: 1.5px;
    line-height: 54px;
}
.single-prfl-cntnt ul {
    float: left;
    width: 100%;
}
.sngltm-abtcnt h6 {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #4d4d4d;
    margin-bottom: 10px;
}
.sngltm-abtcnt h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 46px;
    line-height: 49px;
    color: #000000;
    margin-bottom: 15px;
}
.sngltm-abtsec ul {
    margin: 0;
    padding: 0
}
.sngltm-abtsec ul li {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    color: #4d4d4d;
    position: relative;
    margin-bottom: 5px;
    padding-left: 13px
}
.sngltm-abtsec ul li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #a92b41;
    left: 0;
    top: 8px;
    border-radius: 100%
}
.sngltm-abtcnt {
    margin-bottom: 60px
}
.snglproftab ul {
    float: left;
    width: 100%
}
.snglproftab ul.tabs li {
    width: fit-content;
    margin: 0px 10px 0 0;
    float: left;
    display: table;
    padding: 0;
}
.snglproftab ul.tabs li:before {
    display: none
}
.snglproftab ul.tabs li a:hover,
.snglproftab ul.tabs li.selected a {
    color: #a92b41;
    border: 1px solid #a92b41
}
.snglproftab ul.tabs li a {
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    color: #4d4d4d;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    cursor: pointer;
    border: 1px solid #d4d5d9;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    padding: 14px 20px;
}
.snglproftab .tabcontents {
    float: left;
    width: 100%;
    margin: 40px 0 0
}
.snglproftab h4, .sngltm-abtcnt h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    text-transform: capitalize;
    color: #272727;
}



.inr-meeting-item:last-child {
    margin: 0
}
.inr-meeting-item-img {
    margin-bottom: 25px;
}
.inr-meeting-cntnt {
    padding: 0 20px;
}
.inr-meeting-cntnt h6 {
    color: #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 5px;
}
.inr-meeting-cntnt h5 {
    margin: 0
}
.inr-meeting-cntnt h5 a {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    color: #272727;
}
.inr-meeting-cntnt h5 a:hover {
    color: #a92b41;
}
.sngl-atrnybtn a {
    font-size: 0;
    background: url(images/hm-sprites.png) no-repeat;
    width: 40px;
    height: 11px;
    background-position: -195px -14px;
    display: inline-block;
}
.sngl-atrnybtn a:hover {
    background-position: -195px -34px;
}
.inr-meeting-slider {
    display: flex;
    flex-wrap: wrap
}
.inr-meeting-item {
    float: left;
    width: 32.3%;
    margin-right: 1.55%;
}
.sngltm-cntfrmsec h2 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #272727;
    font-size: 52px;
    letter-spacing: 1.5px;
    line-height: 54px;
}
.sngltm-cntfrmsec p {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
    color: #4d4d4d;
}
.sngltm-cntfrmsec {
    padding: 70px 0 60px;
}

.sngltm-cntfrm .gform_wrapper {
    margin: 0;
}
.sngltm-cntfrm .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}
.sngltm-cntfrm .gform_wrapper ul.gform_fields li {
    width: 48.8% !important;
    float: left;
    margin: 0 0px 8px 0 !important;
    padding: 0 !important;
    clear: none !important;
    position: relative;
}
.sngltm-cntfrm .gform_wrapper ul.gform_fields li.fr {
    float: right
}
.sngltm-cntfrm .gform_wrapper ul.gform_fields li.nm input {
    background-image: url(images/nm-icn.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px center !important
}
.sngltm-cntfrm .gform_wrapper ul.gform_fields li.pho input {
    background-image: url(images/pho-icn.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px center !important
}
.sngltm-cntfrm .gform_wrapper ul.gform_fields li.em input {
    background-image: url(images/emil-icn.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px center !important
}
.sngltm-cntfrm .gform_wrapper ul.gform_fields li.msg textarea {
    background-image: url(images/msg-icn.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px top 15px !important
}
.sngltm-cntfrm .gform_wrapper ul.gform_fields li.fw {
    width: 100% !important;
}
.sngltm-cntfrm .gform_wrapper .top_label label {
    display: none;
}
body .sngltm-cntfrm .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.sngltm-cntfrm .gform_wrapper .gform_body ul.gform_fields li.gfield input,
.sngltm-cntfrm .gform_wrapper .gform_body ul.gform_fields li.gfield select,
.sngltm-cntfrm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    width: 100% !important;
    font-family: 'Overpass', sans-serif !important;
    font-weight: 300;
    font-size: 17px !important;
    line-height: normal !important;
    color: #272727 !important;
    margin: 0 !important;
    min-height: inherit !important;
    border: 0;
    background-color: #f2f4f8;
    padding: 14px 35px 14px 30px !important;
    outline: 0;

    border-radius: 0px;
    border: 0 !important;


}
.sngltm-cntfrm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    height: 120px !important
}
.sngltm-cntfrm .gform_wrapper .gform_footer {
    padding: 0 !important;
    text-align: left;
    width: 165px;
    margin: 10px 0 0;
    float: left;
}
.sngltm-cntfrm .gform_wrapper .gform_footer input[type=submit] {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    padding: 24px 70px 24px 40px;
    background-color: #a92b41;
    background-image: url(images/send-icn.png);
    background-repeat: no-repeat;
    background-position: right 45px center;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    width: 100% !important;
    color: #fff !important;
    cursor: pointer;
    outline: 0;
    border: 0;
    position: relative;

}
.sngltm-cntfrm ::-webkit-input-placeholder {
    /* Edge */
    color: #272727;
}
.sngltm-cntfrm :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #272727;
}
.sngltm-cntfrm ::placeholder {
    color: #272727;
}
.sngltm-cntfrm .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #000;
    color: #fff !important
}
.teampgarw-link a:hover {
    background-position: -195px -34px
}
.page_default .genpg-rite .sngl-pstbtn a {
    display: inline-block;
    color: #a92b41;
    border: 1px solid #a92b41;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 16px 29px;
    letter-spacing: 3.8px;
}
.page_default .genpg-rite .sngl-pstbtn a:hover {
    background: #a92b41;
    color: #fff;
}
.sngl-pstbtn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}






/* Pop-up styles */
body .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 25px 15px 10px;
}
.pum-container.pum-responsive.pum-responsive-tiny {
    width: 20% !important;
}
body .pum-container.pum-responsive.pum-responsive-tiny {
    background: #da0f8f !important;
    color: #fff !important;
    font-family: 'Overpass', sans-serif !important;
    font-weight: 400;
}
.pum-theme-7034 .pum-title,
.pum-theme-default-theme .pum-title {
    color: #fff !important;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1.2 !important;
}
.pum-container .gform_wrapper.gravity-theme .gfield_label {
    color: #fff !important;
    font-size: 16px;
    box-shadow: none;
    font-weight: normal !important;
}
.pum-container .gf_progressbar_wrapper p,
.pum-container .gform_wrapper.gravity-theme .gfield_checkbox label,
.pum-container .gform_wrapper.gravity-theme .gfield_radio label {
    color: #fff !important;
}
.pum-theme-7034 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    line-height: 10px !important;
    font-size: 15px !important;
    padding: 8px !important;
    font-weight: bold !important;
    background-color: #f1f1f1 !important;
    color: #000000 !important;
    top: -10px !important;
    right: 0;
}
body .pum-container .gform_wrapper .gform_page_footer .button {
    margin: 5px 0 !important;
    background-color: #a82b40 !important;
    width: 80px !important;
    font-size: 0.700rem !important;
    line-height: 0.85rem !important;
    padding: 0.5rem 0.5rem !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    font-family: 'Overpass', sans-serif;
    color: #fff !important;
}
body .pum-container .gf_progressbar_wrapper {
    display: none !important;
}
body .pum-container .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 5px 0 0 0;
    padding: 0;
}
body .pum-container .gform_wrapper .top_label .secnd-stp .gfield_label {
    display: none;
}
body .pum-container.pum-responsive.pum-responsive-tiny {
    min-height: 260px;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 5px;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input {
    font-size: 14px;
    padding: 6px 10px !important;
}
.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed;
    background-color: #132734;
    min-height: 410px !important;
}
.pum-container .pum-close.popmake-close {
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
}
body .pum-container .pum-title {
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
}
.pum-content:focus-visible {
    outline: none;
}
.pum-content.popmake-content .pum-title {
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
}
.pum-content.popmake-content .gform_wrapper.gravity-theme .gf_progressbar_title {
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
}
.pum-content.popmake-content .gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .gform_fields {
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
}
.pum-container .gform_wrapper .gform_page_footer .button {
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    cursor: pointer;
    line-height: normal;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #050708;
    text-align: center;
    padding: 15px 15px !important;
    width: 295px !important;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 3px;
}
.ps-pnf-iframe-wrapper .ps-pnf-progress-bar {
    display: none;
}
.pum-container fieldset.fst-labl span.gfield_required {
    display: none;
}
body .pum-container .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background-color: inherit !important;
    font-size: 12px !important;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    color: #ff0000 !important;
    padding: 0px !important;
    margin-top: -26px !important;
    text-align: right !important;
    padding: 5px !important;
    border: 0px !important;
}
.instruction.validation_message {
    all: unset;
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: inherit;
    padding: 0 !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: 'Overpass', sans-serif;
    font-weight: 400;
}
.pum-content.popmake-content .gform_wrapper.gravity-theme .ginput_recaptcha iframe {
    margin-left: -29px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}
.page_default .genpg-rite h1 ~ h2, .page_default .genpg-rite h2 ~ h2 {
    font-family: 'Overpass', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: normal;
    color: #272727;
    text-transform: none;
}

.cntpg-map {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
}
.cntpg-map iframe, .cntpg-map object, .cntpg-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fullwidth .genpg-rite {
    width:100%;
}
.fullwidth .hm-pracrgt {
    width:100%;
    position:relative;
}
.fullwidth .hm-pracblck1 {
    width:100%;
    position:relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.fullwidth .innr-pracitem {
    float:left;
    width:31.33%;
    margin:0 1% 30px 1%;
}
.fullwidth .innr-pracitem ul li:before{
    display: none;
}
.fullwidth .hm-pracitem {
    float:left;
    width:100%;
    padding: 340px 20px 35px;
}
.blg-srch span.screen-reader-text {
    display: none;
}
#menu-sidebar-menu-items>li>a {
    padding: 15px 0;
    display: block;
    clear: both;
    width: 100%;
}
#menu-sidebar-menu-items .sub-menu {
    margin-top: 20px;
}
blockquote.easy_testimonial::before {
    content: "";
}
.easy_t_single_testimonial {
    padding: 10px 0px;
    margin: 10px 0px;
    border-bottom: 1px solid #d8d8d8;
}
.easy_t_single_testimonial blockquote.easy_testimonial{
    padding: 0px !important;
}
.testimonial_body p{
    margin-bottom: 10px;
}
.sngltm-cntfrm .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100%)!important;
}
.sngltm-cntfrm .gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.genpg-rite img.w100p{
    width: 100%;
}
.atrny-bnts.mbl-btns{
    display: none;
}
.page_content .genpg-rite ul li ul {
    margin-top: 15px;
}
.page-id-4728 .inr-meeting-team {
    padding: 55px 0 70px;
}
.page-id-4728 .sngltm-cntsec {
    border-bottom: 1px solid #d4d5d9;
    padding-bottom: 20px;
}
.sngltm-awrdblck-slider .sngltm-awrditem {
    margin-right: 20px;
}
.sngltm-awrdblck-slider {
    display: flex;
    justify-content: initial;
}



/* Changes */

.sngltm-awrditem {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sdbr-awrditem {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 25px;
}

.sdbr-awrditem img {
    margin-bottom: 0;
}

.page_bnr.cntpgbnr {
    background-image: url("images/contpg-bnr.jpg");
    background-size: cover;
}

.page-id-4727 .inr-meeting-items .inr-meeting-item:nth-child(1) {
    order:3;
    margin-right: 0;
}

.page-id-4727 .inr-meeting-items .inr-meeting-item:nth-child(2) {
    order: 2;
}

.page-id-4727 .inr-meeting-items .inr-meeting-item:nth-child(3) {
    margin-right: 1.55%;
}

.page-id-4730 .inr-meeting-items .inr-meeting-item:nth-child(2) {
    order: 3;
    margin-right: 0;
}

.page-id-4730 .inr-meeting-items .inr-meeting-item:nth-child(3) {
    order: 2;
    margin-right: 1.55%;
}

.page-id-4729 .inr-meeting-items .inr-meeting-item:nth-child(2) {
    order: 3;
    margin-right: 0;
}

.page-id-4729 .inr-meeting-items .inr-meeting-item:nth-child(3) {
    order: 2;
    margin-right: 1.55%;
}

.page-id-4728 .inr-meeting-items .inr-meeting-item:nth-child(2) {
    order: 3;
    margin-right: 0;
}

.page-id-4728 .inr-meeting-items .inr-meeting-item:nth-child(3) {
    order: 2;
    margin-right: 1.55%;
}

/* Practice Areas Page */

.page-id-12 .hm-pracitem .prac-cnt {
    display: none;
    transition: 0.3s;
}

.page-id-12 .hm-pracitem:hover .prac-cnt {
    display: block;
}

.page-id-12 .hm-pracitem .prac-cnt ul > li {
    text-align: center;
    padding: 0px;
}
.page-id-12 .hm-pracitem .prac-cnt ul {
    margin: 0px;
}

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

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

.clr-btn input {
    padding: 10px 0 0 0;
    cursor: pointer;
    font-size: 11px;
    font-style: normal;
    background:none;
    border:none;
}
.search-no-results .no-results h1{
    font-family: 'Overpass', sans-serif;
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 10px;
}
.search-no-results .no-results p{
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
    color: #4d4d4d;
}
@media (max-width:991px) {
    .clr-btn input {
        padding-top:6px;
    }
}


.repage-title {
    display: flex;
    align-items: center;margin: 0 0 10px 0;
}
.repage-title .rw-img {
    width: 50px;
    height: 50px;
    margin: 0 0 0 10px;
}
.page_default .genpg-rite .repage-title h3 {
    margin: 0;
}



.header-sticky.fixed-header {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color:#a92b41;
    z-index: 9999;
}
.sticky-wrap { display:none;}
.header-sticky { 
    width: 100%;
    float: left;
    background:#a92b41;
    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;
}

.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:'Overpass', 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: 9px;
}
.sticky-mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}
.header-sticky .sicky-cnt .stickyshowhide:before {background: url(images/header-sticky-menu.png) no-repeat center;}
.header-sticky .sicky-cnt.sticky-book-wrap a:before {background: url(images/header-sticky-process.png) no-repeat center;}
.header-sticky .sicky-cnt.sticky-call-wrap a:before {background: url(images/header-sticky-call.png) no-repeat center;}
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {background: url(images/header-sticky-blog.png) no-repeat center;}
.header-sticky .sicky-cnt.sticky-faq-wrap a:before {background: url(images/header-sticky-faq.png) no-repeat center;}
#floatingMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    overflow-y: auto;
    height: 100vh;
    -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:#a92b41;
    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, .header-sticky.fixed-header {display: block;}}
@media screen and (max-width:800px) {.sticky-wrap {display: block;}}



.hm-pracrgt .owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.hm-pracrgt .owl-carousel .owl-stage .owl-item {
    display: flex;
    flex-wrap: wrap;
}

.pum .pum-content .gform_wrapper .gfield_html {
    font-size: 13px;
}





.faq-pg{
    margin: 20px 0;
}
.faq-pg .faq_cnt .accordion-section-title {
    display: block;
    padding: 16px 35px 15px 0px;
    position: relative;
    color: #272727;
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.faq-pg .faq_cnt .accordion-section-title:hover{
    color: #272727;
}

.faq-pg .faq_cnt .accordion-section h5{
    margin-bottom: 0px;}


.faq-pg .faq_cnt .accordion-section-title:after {
    position: absolute;
    content: "+";
    right: 12px;
    font-size: 36px;
    top: 12px;
    color: #a92b41;
    font-weight: 300;
    font-family: 'Overpass', sans-serif;
}
.faq-pg .faq_cnt .accordion-section-title.active:after{
    content: "-";
}

.faq-pg .faq_cnt .accordion-section {
    border-bottom: 2px solid #a92b41;
}

.faq-pg .faq_cnt .accordion-section:first-child {
    border-top: 2px solid #a92b41;
}

.faq-pg .accordion-section-content
 {
    padding: 10px 0;
    display: none;
}

.faq-pg .accordion-section-content p:last-child{
    margin-bottom: 0px;
}



/* Map */

.page-id-6601 .page_default{
    background-image: url(./images/california-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: 54%;
    text-align: left;
}
.page_default .genpg-rite .inn-areas-lst h6, .page_default .genpg-rite .inn-areas-lst h2{
    color: #253745;
}
.page_default .genpg-rite .inn-areas-map {
    width: 35%;
    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: 5px 15px;
}

.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: #253745;
    padding-left: 17px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: 20px;
}

.page_default .genpg-rite .inn-areas-lst li.county > a:hover{
    color: #cc334f;
}
.page_default .genpg-rite .inn-areas-lst li.county > a::before {
    height: 17px;
    width: 13px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 4px;
    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: 420px;
}

.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{
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
    font-size: 18px;
    color: #253745;
}
.page_default .genpg-rite .inn-areas-lst .cities ul.cities-menu li{
    width: 49%;
}
.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: #253745 !important;
}
.inn-areas-btn {
    margin-top: 20px;
}
.page_default .genpg-rite .inn-areas-btn a {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 3.5px;
    font-size: 14px;
    background: transparent;
    padding: 21px 40px 19px;
    text-transform: uppercase;
    color: #cc334f;
    border: 1px solid #cc334f;
}
.page_default .genpg-rite .inn-areas-btn a:hover{
    background: #cc334f;
    color: #ffffff;
}
