@charset "UTF-8";
/*
Theme Name: Theme2019
Author: the WordPress team
Version: 1.6
*/
@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('truetype'),
        url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box;
    margin:0;
    padding:0;
    scroll-behavior: smooth;
    scroll-margin-top: 52px;
}

body {
    margin:0;
    padding:0;
}



.clear {
    clear: both;
}



.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}



.alignnone {
    margin-bottom: 10px;
}



.alignleft {
    float:left;
    margin-right: 15px;
    margin-top: 0;
}



.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}



.aligncenter {
    display:block;
    margin: 0 auto 15px auto;
}



iframe, img {
    max-width: 100%;
    border:none;
}



img {
    border:0;
    height: auto;
}



a {
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    color: inherit;
    text-decoration:none;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans';
    margin: 0 0 20px 0;
    padding: 0;
}



p, li, ul, ol, blockquote {
    font-family: 'Noto Sans';
    margin: 0 0 10px 0;
    padding: 0;
}



p {
    margin: 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, .search-no-results .page_default.blog-pg .container {
    max-width:1300px;
    width:100%;
    margin: 0 auto;
}



.fl {
    float:left;
}



.fr {
    float:right;
}



.fw {
    float:left;
    width:100%;
}



.wrapper {
    float:left;
    width:100%;
}







/* Header Top Section */































.header_top {
    float:left;
    width:100%;
    background:#f17014;
    padding:10px 0;
}































.header_top .hdr_top {
    float:left;
    width:100%;
}































.header_top .top_lft {
    float:left;
}































.header_top .top_lft h5 {
    font-family: 'Noto Sans';
    font-size:16px;
    font-weight:normal;
    color:#fff;
    line-height:normal;
    padding-left:25px;
    position:relative;
    margin:0;
}































.header_top .top_lft h5 a {
    color:inherit;
}































.header_top .top_lft h5:before {
    content:"";
    background:url(images/sprites.png) no-repeat left top;
    width:16px;
    height:18px;
    background-position:0px 0px;
    position:absolute;
    left:0;
    top:0;
}































.header_top .top_rt {
    float:right;
}































.header_top .top_rt h5 {
    font-family: 'Noto Sans';
    font-size:20px;
    font-weight:normal;
    color:#fff;
    line-height:normal;
    padding-left:25px;
    position:relative;
    margin:0;
}































.header_top .top_rt h5 a {
    color:inherit;
}































.header_top .top_rt h5:before {
    content:"";
    background:url(images/sprites.png) no-repeat left top;
    width:16px;
    height:18px;
    background-position:-23px 0px;
    position:absolute;
    left:0;
    top:3px;
}































.clear {
    clear: both;
}































.logo-menu {
    padding:16px 0;
}































.hdr-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}































.logo img {
    width: 100%;
    display: block;
}































.top-rt {
    width: auto;
    padding-top: 0 !important;
    display: flex;
    align-items: center;
}































.hdr-socio {
    width: auto;
    font-size: 0px;
    margin: 0 !important;
}































.hdr-socio a{
    font-size:0px;
    display:inline-block;
    width:48px;
    height:48px;
    margin-right:7px;
    background-repeat:no-repeat;
    transition: 0.3s;
}































.hm-top-call {
    width: auto;
    padding-left: 86px;
    position: relative;
}































.hm-top-call:before{
    position:absolute;
    content:"";
    width:69px;
    height:69px;
    background-repeat:no-repeat;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}































.hm-top-call p{
    font-family: "Cinzel", serif;
    font-weight:400;
    font-size:19px;
    color:#555657;
    line-height:19px;
    letter-spacing:0.19px;
    margin:0px;
    text-transform:uppercase;
}































.hm-top-call a {
    display: inline-block;
    font-family: 'Noto Sans';
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.4px;
    font-weight: 700;
    line-height: 1.2;
}































.main-menu {
    padding: 0 !important;
}































































/* Top Menu Section */































.topmenu ul li.current-menu-item a{
    position: relative;
}































.topmenu ul {
    position: relative;
    margin: 0 auto;
    text-align: center;
}































.topmenu ul li {
    position: relative;
    padding: 0 !important;
    margin: 0px;
    display: inline-block;
}































.topmenu ul li:after{
    position:absolute;
    content:"";
    width:1px;
    height:20px;
    background-color:#778491;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}































.topmenu ul li:last-child:after{
    display:none;
}































.topmenu ul li:first-child a {
    padding-left: 0;
}































.topmenu ul li:last-child a {
    padding-right: 0;
}































.topmenu ul li a {
    display: inline-block;
    font-size: 19px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    padding: 23px 40px;
    color: #fff;
}































.topmenu ul.primary-menu > li > a {
    line-height:28px;
    text-transform: uppercase;
}































.topmenu ul li:first-child {
    padding-left: 0px;
}































.topmenu ul li:last-child {
    padding-right: 0px;
}































.topmenu ul li ul.sub-menu {
    display: none;
    width:250px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color:#00235b;
    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: 16px;
    width: 100%;
    line-height: 1;
    padding: 15px 20px !important;
    color: #fff;
    display: block;
    text-align: left;
    transition-duration: 0.3s;
}































.topmenu .sub-menu li a:hover {
    background-color:#ff5e1d;
    color: #fff;
}































.topmenu ul ul a:after {
    display: none;
}































.topmenu ul li.wide-menu {
    position: relative;
}































.topmenu ul li.wide-menu ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 500px;
    background-color: #3c3c3c;
    padding: 0;
    z-index: 999;
    display: none;
}































.topmenu ul li.wide-menu:hover ul {
    display: block;
}































.topmenu ul li.wide-menu ul li {
    width: 50%;
    margin: 0;
    padding: 7px 0;
    float: left;
    border: 0;
}































.topmenu ul li.wide-menu ul li a {
    text-transform: capitalize;
    font-size: 16px;
    padding: 0;
    width: 100%;
    float: left;
    border: 0;
    background-color: transparent;
    transition-duration: 0.3s;
}































.topmenu ul li.wide-menu ul li a:hover {
    background-color: #d6b770;
    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;
}































.topmenu ul.sub-menu li.current-menu-item a:before {
    display: none;
}































































/* 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: "Nunito Sans", sans-serif;
    font-weight:500;
    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;
}































.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: "Nunito Sans", sans-serif;
    font-weight:500;
}































.mobinav a {
    width: 100%;
    float: left;
    padding: 4px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Nunito Sans", sans-serif;
    font-weight:500;
    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;
}































.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: 10px;
}































.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: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    height: 60px;
    bottom: 0;
    margin: auto;
}































.srcbox:before {
    content:"";
    background:url(images/sprite_icons.png) no-repeat left top;
    background-position:-54px 0;
    position:absolute;
    left:14px;
    top:21px;
    width: 18px;
    height: 18px;
}































.srcbox .search-form .screen-reader-text {
    font-size: 0;
}































.srcbox input {
    width: 100%;
    padding: 17px 30px 16px 45px;
    text-transform: uppercase;
    line-height: normal;
    background-color: #b09055;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    border: 0;
}































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;
}































.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: #314558;
    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 */































.review_row .reviews-rt-stars {
    padding: 0;
    margin: 0 auto 0px;
    width: 98px;
    background-position: left top;
    position: relative;
    display: inline-block;
}































.reviews-rt-stars .rating {
    width: 100%;
    float: left;
    background-repeat: repeat-x;
    background-position: left top;
    height: 16px;
    position: relative;
    z-index: 1;
}































.review_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #005246;
    padding-bottom: 20px;
}































.review_item:last-child{
    border: 0;
}































































.color_layout_schema {
    position: fixed;
    font-size: 0px;
    background-color: #28324d;
    display: block;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 9999999999999;
    transition: .3s;
}































.all_colors_button{
    position: relative;
    background-color: #dad4d3;
    width: 40px;
    padding: 5px 7px;
    border-bottom-right-radius: 10px;
    transition: .3s;
    display: none;
}































.all_colors_button a {
    width: 20px !important;
    height: 20px !important;
    display: block;
    margin: 5px 0px;
    border-radius: 20px;
}































.all_colors_button a.color_panel_blue {
    background-color: #00235b;
}































.all_colors_button a.color_panel_green {
    background-color: #005246;
}































.all_colors_button a.color_panel_red {
    background-color: #b9694e;
}































.all_colors_button a.color_panel_yellow {
    background-color: #d6b770;
}































.color_layout_icon{
    position: absolute;
    background-color:#dad4d3;
    width: 95px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    left: -50px;
    padding: 5px 10px 5px 55px;
    transition: .3s;
}































.color_layout_icon a{
    width:30px;
    height: 30px;
    display: block;
}































.color_layout_schema:hover .all_colors_button{
    display: block;
}































.color_layout_schema:hover .color_layout_icon{
    left: -5px !important;
}































































/*Banner-section*/











.bnr-sec {



    /*padding:310px 0px 340px;*/



    padding: 350px 0px 230px;



    background-repeat: no-repeat;



    background-size: cover;



    background-position: center bottom;



    text-align: center;



}























.bnr-sec h6{
    font-family: "Nunito Sans", sans-serif;
    font-weight:400;
    color:#fff;
    font-size: 38px;
    line-height:44px;
    margin:0px 0 10px 0;
    font-weight:normal;
}











.bnr-btn.hm-btn {



    margin: 50px auto 0;



}



















.bnr-sec h2, .bnr-sec h1{
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 85px;
    line-height: 1.05;
    color:#fff;
    text-transform:uppercase;
    margin:0px 0px 5px;
    letter-spacing:2px;
}































.bnr-btn {
    width:100%;
    text-align:center;
}































.hm-btn a {
    display: inline-block;
    font-family: "Cinzel", serif;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 24px 35px;
    outline-offset: 3px;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    transition: 0.3s;
    background-color: #d6b770;
    outline: 2px solid #d6b770;
}































































/*Home Section One*/































.hm-section1{
    background-color:#f2f2f2;
    position: relative;
    padding: 90px 0px 0px;
    z-index: 99;
    text-align: center;
}































.hm-section1:after {
    background-color: #fcfcfc;
    width: 100%;
    height: 240px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    z-index: -1;
}































.hm-section1 .container{
    max-width:1580px;
}































.hm-prctes-blk {
    width: 23.8%;
    margin: 0px 0.6%;
    position: relative;
}































.hm-prctes-img{
    position:relative;
}































.hm-prctes-img img{
    width:100%;
    display:block;
    filter: grayscale(100%);
    margin: 0;
}































.hm-prctes-img a:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    background: rgba(8,8,9,0.42);
    background: -moz-linear-gradient(top, rgba(8,8,9,0.42) 43%, rgba(8,8,9,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(43%, rgba(8,8,9,0.42)), color-stop(100%, rgba(8,8,9,1)));
    background: -webkit-linear-gradient(top, rgba(8,8,9,0.42) 43%, rgba(8,8,9,1) 100%);
    background: -o-linear-gradient(top, rgba(8,8,9,0.42) 43%, rgba(8,8,9,1) 100%);
    background: -ms-linear-gradient(top, rgba(8,8,9,0.42) 43%, rgba(8,8,9,1) 100%);
    background: linear-gradient(to bottom, rgba(8,8,9,0.42) 43%, rgba(8,8,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080809', endColorstr='#080809', GradientType=0 );
}































.hm-prctes-cnt {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    padding: 0 30px 35px;
}































.hm-prctes-cnt h4 {
    color: #fff;
    font-family: "Cinzel", serif;
    font-size: 22px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px 0;
}































.hm-prctes-blk:hover {
    -webkit-box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 20%);
}































.hm-prctes-blk:after {
    width: 150px;
    height: 4px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}































.hm-prctes-blk:hover:after{
    background: #fff;
}































.hm-prctes-cnt p {
    font-family: 'Noto Sans';
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin:0;
}































.hm-prctes-blks {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}































.hm-prctes-cnt p.prc-cnt-pra {
    display: none;
}































.hm-prctes-blk:hover .hm-prctes-cnt p.prc-cnt-pra {
    display: block;
}































.hm-btn{
    text-align:center;
    margin:0 auto;
    width:100%;
}































































/*Home About Section*/































.hm-abtsec {
    position: relative;
    background: #fcfcfc;
    text-align: center;
    padding: 70px 0 100px;
}































.hm-abtsec h5, .hm-sec3 h5, .hm-atrnysec h5, .hm-caserslt-sec h5, .hm-logos-sec h5, .hm-testimonial-sec h5{
    font-family: "Nunito Sans", sans-serif;
    font-weight:500;
    font-size:25px;
    line-height:1;
    margin:0 0 20px 0;
    text-transform: uppercase;
}































.hm-abtsec h1, .hm-abtsec h2, .hm-atrnysec h2, .hm-caserslt-sec  h2, .hm-logos-sec h2, .hm-testimonial-sec h2, .ourblg-sec h2{
    font-family: "Cinzel", serif;
    font-weight:700;
    color:#474848;
    font-size:50px;
    line-height:1.08;
    margin:0;
}































.hm-atrnysec h2, .hm-caserslt-sec  h2{
    text-transform: uppercase;
}































.hm-abt-blk {
    width: 100%;
    display: flex;
    margin: 90px 0 0 0;
    justify-content: flex-end;
    align-items: center;
}































.hm-abtsec p, .hm-atrnysec p{
    font-family: 'Noto Sans';
    font-size: 20px;
    line-height: 1.75;
    color: #555657;
    margin:0 0 30px 0;
    text-align:left;
}































.hm-abt-img {
    position: absolute;
    left: 0;
    width: 48%;
}































.hm-abt-cnt {
    width:49%;
    float: right;
    padding: 0;
}































.hm-abtsec .hm-btn {
    text-align: left;
    margin-top: 18px;
    display: inline-block;
}































.hm-abt-img img {
    display: block;
    width: 100%;
}































































/*Home Section Three*/































.hm-sec3{
    position:relative;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 100px 0;
    text-align:center;
    background-size: cover;
}































.hm-sec3 h2 {
    font-family: "Cinzel", serif;
    font-weight:700;
    color: #ffffff;
    font-size: 45px;
    line-height: 1.1;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}































.hm-sec3 p {
    font-family: 'Noto Sans';
    font-size: 22px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 0 40px 0;
}































.hm-sec3 p a {
    font-family: 'Noto Sans';
    font-size: 24px;
    font-weight: 700;
}































.hm-sec3 p a:hover {
    color: #d6b770;
}































































/*Home Attorney Section */































.hm-atrnysec{
    background:#fcfcfc;
    width:100%;
    padding:100px 0;
}































.hm-atrny-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}































.hm-atrny-img {
    width: 47%;
    position: relative;
    padding: 0 25px 25px 0px;
    z-index: 1;
}































.hm-atrny-img:before {
    position: absolute;
    content: "";
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #005246;
    width: 100%;
    height: 80%;
    z-index: -1;
    pointer-events: none;
}































.hm-atrny-cnt {
    width: 48%;
}































.hm-atrnysec h2{
    margin:0 0 30px 0;
}































.atrny-sign {
    font-family: "Square Peg", cursive;
    font-weight: 400;
    color: #191919;
    font-size: 60px;
    line-height: 1.2;
    margin: 0 0 30px 0;
}































.hm-atrny-cnt .hm-btn {
    text-align: left;
}































.hm-atrny-img img {
    display: block;
    width: 100%;
    margin: 0;
}































.atrny-bdr {
    width: 100%;
    background: #314558;
    float: left;
    max-width: 550px;
    position: relative;
    height: 80%;
    top: 20%;
}































.hm-caserslt-sec{
    background-position: center top;
    background-repeat:no-repeat;
    padding: 0px 0 100px;
    width:100%;
    text-align:center;
}































.rslt-itm{
    width: 100%;
    background: #fff;
    height: 332px;
    height: auto !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    padding: 60px 40px;
    position: relative;
    text-align: center;
}































.rslt-itm:before{
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(images/border-dots.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 92% 95%;
    pointer-events: none;
}































.hm-caserslt-sec h2, .hm-testimonial-sec h2{
    color:#fff;
}































.hm-caserslt-sec h5{
    color:#9ab3c4;
}































.hm-caseresults.owl-carousel .owl-stage {
    display: flex;
    padding-bottom: 15px;
}































.hm-caseresults.owl-carousel .owl-item {
    display: flex;
}































.hm-rsltblk{
    display:flex;
    flex-wrap:wrap;
    margin: 50px 0 0 0;
}































.hm-caserslt-sec h3 {



    font-family: "Cinzel", serif;



    font-weight: 700;



    font-size: 22.5px;



    line-height: 1.2;



    margin: 0 0 25px 0;



    position: relative;



    padding-bottom: 20px;



    text-align: center;



    min-height: 85px;



}































.hm-caserslt-sec h3:after{
    background:#d5d9dd;
    width:75px;
    height:4px;
    position:absolute;
    content:"";
    left:0;
    right:0;
    margin:0 auto;
    bottom:0;
}











.hm-caserslt-sec .rslt-itm p {



    margin: 0;



    line-height: 1;



}



















.hm-caserslt-sec h6{
    font-family: 'Noto Sans';
    font-size: 22px;
    line-height: 1;
    color: rgba(25,27,54,0.7);
    margin: 0 0 13px;
    font-weight: normal;
}































.hm-caseresults.owl-carousel .owl-dots {
    display: none;
}































p:empty{
    display: none
}































































/*logos section*/































.hm-logos-sec{
    padding: 190px 0 90px;
    background:url(images/client-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: -194px;
    background-size: cover;
}































.hm-logos-sec h2{
    line-height: 1.4;
    margin:0 0 30px 0;
}































.hm-logos-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -80px;
}































.hm-logos-blk .log-img {
    width: 100%;
    margin: 0;
}































.hm-logos-blk.owl-carousel .owl-stage {
    padding: 15px 0px;
}































.hm-logos-blk .log-img img {
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    opacity: 1;
    filter: grayscale(0);
    width: 100%;
    display: block;
}































.hm-logos-blk .log-img img:hover {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    filter: grayscale(100%); /*opacity: 0.5;*/
}































































/*testimonials section*/































.hm-testi-blks.owl-carousel .owl-dots {
    display: none;
}































.hm-testimonial-sec{
    padding: 100px 0;
    position:relative;
    background-image:url(images/testi-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size:cover;
    text-align: center;
}































.hm-testimonial-sec h2{
    margin:0 0 30px 0;
}































.hm-testi-blk {
    display: flex;
}































.testi-itm {
    padding: 70px 50px 40px;
    border: 2px solid #97a1aa;
    margin: 0 20px;
    position: relative;
}































.testi-itm p {
    color: #fcfcfc;
    font-size: 20px;
    font-family: 'Noto Sans';
    font-weight: normal;
    line-height: 1.75;
    margin: 0 0 25px 0;
    min-height: 110px;
}































.testi-itm h6 {
    font-family: "Cinzel", serif;
    font-weight:700;
    color: #fcfcfc;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    padding: 0 !important;
}































.testi-itm:before, .testi-itm:after {
    width: 44px;
    height: 44px;
    position: absolute;
    content: "";
    left: -21px;
    top: 30px;
    background-repeat: no-repeat;
    border-radius: 100%;
}































.testi-itm:after {
    left: auto;
    top: auto;
    right: -21px;
    bottom: 40px;
}































































/*blog section*/































.ourblg-sec {
    padding: 100px 0 640px;
    text-align: center;
    background:#fcfcfc;
}































.ourblg-blck {
    text-align: left;
    width: 100%;
    display: flex;
}































.ourblg-item {
    padding: 0 0px 40px;
    position: relative;
    margin: 0 1.5%;
}































.ourblg-item h3 {
    font-family: "Cinzel", serif;
    font-weight: 700;
    color: #474848;
    font-size: 30px;
    line-height: 1.16;
    margin: 0 0 25px 0;
    min-height: 65px;
}































.ourblg-item p{
    color: #555657;
    font-size: 16px;
    font-family: 'Noto Sans';
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0 25px 0;
}































.post_btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}































.post_btn a{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    display:inline-block;
    font-size:18px;
    line-height:1.38;
    text-transform:uppercase;
    position:relative;
    padding: 0 30px 0 0;
}































.post_btn a:after {
    width: 21px;
    height: 10px;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}































.ourblg-sec h2 {
    margin: 0 0 50px 0;
}































































/* Footer Section */































.site-footer {
    float:left;
    width:100%;
    background-repeat:no-repeat;
    background-position:center bottom;
    position: relative;
    text-align:center;
    margin-top: -545px;
}































.ftr-topform {
    position: relative;
    margin-bottom: 70px;
}































.hm-contform{
    max-width: 1200px;
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    padding: 60px;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}































.hm-contform h2 {
    font-family: "Cinzel", serif;
    font-weight: 700;
    color: #474848;
    font-size: 50px;
    line-height: 1;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    text-align: center;
}































.hm-contform h6{
    font-family: 'Lato-Regular';
    font-size: 22px;
    color: rgba(25, 27, 54, 0.7);
    line-height: 1.27;
    margin: 0 0 40px 0;
    font-weight: normal;
}































.hm-contform .gform_wrapper {
    margin: 0;
}































.hm-contform .gform_wrapper form{
    position:relative;
}































.hm-contform .gform_wrapper ul.gform_fields li.fw {
    margin: 0 0px 20px 0px!important;
}































.hm-contform .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}































.hm-contform .gform_wrapper ul.gform_fields li {
    width: 49% !important;
    margin: 0 20px 20px 0px!important;
    padding: 0 0% !important;
    display: inline-block;
    clear: none !important;
    position: relative;
}































.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 ul.gform_fields li.nm input {
    background-image: url(images/nm-icon.png);
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
}































.hm-contform .gform_wrapper ul.gform_fields li.pho input {
    background-image: url(images/pho-icn.png);
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
}































.hm-contform .gform_wrapper ul.gform_fields li.mail input {
    background-image: url(images/mail-icn.png);
    background-repeat: no-repeat;
    background-position: left 20px top 24px;
}































.hm-contform .gform_wrapper ul.gform_fields li.msg textarea{
    background-image: url(images/msg-icn.png);
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
}































.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-size: 18px !important;
    line-height: normal!important;
    color: #9c9da0 !important;
    margin: 0 0 0px 0!important;
    min-height: inherit!important;
    outline: none !important;
    border: 1px solid #c9cfcf !important;
    background-color: #fcfbfb !important;
    padding:18px 20px 18px 50px !important;
    outline: 0 !important;
    font-family: 'Lato-Regular' !important;
}































.page-template-contact-pg .hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield input, .page-template-contact-pg .hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield select, .page-template-contact-pg .hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    border:1px solid #bbb9b9 !important;
}































.hm-contform .gform_wrapper ul.gform_fields li.msg {
    width: 100% !important;
}































.hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield textarea{
    height:150px;
    resize:none;
}































.hm-contform .gform_wrapper ul.gform_fields li.fw {
    width: 100% !important;
}































.hm-contform .gform_wrapper ul.gform_fields li.fr {
    float: right;
    margin:0 0 20px !important;
}































.hm-contform .gform_wrapper .gform_footer {
    padding: 0!important;
    margin:0 !important;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
}































.hm-contform .gform_wrapper .gform_footer input[type=submit] {
    color: #fff !important;
    cursor: pointer;
    border: 0;
    position: relative;
    line-height: normal !important;
    display: inline-block;
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 22px;
    padding: 26px 20px;
    text-align: center;
    outline-offset: -6px;
    transition: 0.3s;
    max-width: 262px;
    width: 100% !important;
    margin: 0 !important;
}































.hm-contform .gform_legacy_markup_wrapper .gform_validation_errors>h2.hide_summary {
    display: none;
}































.hm-contform .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}































.hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield input:active,































.hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield input:focus,































.hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:active,































.hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:focus{
    color:#426176 !important;
    border-color:#426176;
}































.hm-contform .gform_wrapper .field_description_below .gfield_description {
    font-family:'Lato-Regular' !important;
    padding: 0 !important;
    width: 100%;
    text-align: right;
    color: #ff0000 !important;
    height: auto;
    font-size: 13px !important;
    z-index: 1;
}































.hm-contform .gform_wrapper .field_description_below .instruction {
    padding: 0 !important;
    text-align: right;
    color: #f00 !important;
    font-size: 12px !important;
    font-family: 'Lato-Regular' !important;
    top: 25px;
}































.hm-contform .gform_wrapper li.gfield.gfield_error, .hm-contform .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: 0px !important;
}































.hm-contform .gform_wrapper div.validation_error {
    color: #f00;
    font-family: 'Lato-Regular' ;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
    padding: 0 !important;
    border: 0;
    position: relative;
    top: 0;
    margin: -10px 0 10px 0;
}































.hm-contform .gform_validation_errors>h2 {
    line-height: normal;
    font-size: 12px;
    font-weight: normal;
}































.hm-contform .gform_wrapper .validation_message {
    color: #f00;
    position: absolute;
    width: auto !important;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
}































.hm-contform .gform_wrapper ul.gform_fields li.captch-field {
    width: 50% !important;
    margin-left: 22% !important;
    margin-bottom: 0 !important;
}































.ftmenu {
    width: 100%;
    margin-bottom: 60px;
}































.ftmenu ul {
    display:inline-block;
    margin:0;
    line-height: 1;
}































.ftmenu ul li {







    float: left;







    margin: 0;







    padding: 0 43px;







    border-right: 1px solid #76828f;







    line-height: 1;







}















.ftmenu ul li:first-child{







    padding-left: 0;







}















.ftmenu ul li:last-child{







    padding-right: 0;







    border-right: 0;







}















.ftmenu ul li a {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    float: left;
    padding: 0 !important;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    position: relative;
}































.ftmenu ul li a:after {
    height: 100%;
    width: 1px;
    background: #76828f;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    display: none;
}































.ftmenu ul li:first-child a:after {
    display: none;
}































.ftmenu ul li a:hover, .f_widgets .ftr-cnt a:hover, .copyrights a:hover {
    color:#d6b770;
}































.f_widgets {































    display: flex;































    margin: 0 auto 40px;































    justify-content: space-between;































    max-width: 1120px;































    align-items: center;































}































.f_widgets>div {
    width: auto;
}































.f_widgets h5 {
    font-family: "Cinzel", serif;
    font-weight:700;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    text-align: left;
}































.ftr-cntlft {
    text-align: left;
}































.f_widgets .ftr-cnt {
    position: relative;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 0 0px 40px;
}































.f_widgets .ftr-cnt.ftr-adrs {
    padding-bottom: 0 !important;
}































.f_widgets .ftr-cnt a, .f_widgets .ftr-cnt.ftr-fax{
    position:relative;
}































.f_widgets .ftr-cnt a:before, .f_widgets .ftr-cnt.ftr-fax:before{
    width:30px;
    height:30px;
    position:absolute;
    content:"";
    left:-40px;
    top:0;
    background-image: url(images/hm-sprites.png);
    background-repeat: no-repeat;
    background-position: -10px -232px;
}































.f_widgets .ftr-cnt.ftr-mail a:before {
    background-position: -49px -234px;
}































.f_widgets .ftr-cnt.ftr-phn a:before{
    background-position: -85px -236px;
}































.f_widgets .ftr-cnt.ftr-fax:before {
    left: 0;
    background-position: -125px -228px;
}































.f_widgets .ftr-cntrit .ftr-cnt {
    font-size: 20px;
    line-height: 1.6;
}































.f_widgets .ftr-cntrit {
    padding-left: 0 !important;
}































.ftr-socio{
    text-align:center;
    position: relative;
}































.ftr-socio:before, .ftr-socio:after{
    width:34%;
    height:1px;
    position:absolute;
    content:"";
    background:#ffffff;
    left: 6%;
    top: 12px;
    bottom:0;
    margin:auto;
}































.ftr-socio:after{
    left: auto;
    right:6%;
}































.ftr-socio a {
    font-size: 0px;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 2px;
    background-image: url(images/hm-sprites.png);
    background-repeat: no-repeat;
}































.ftr-socio a.fb {
    background-position:-5px -266px;
}































.ftr-socio a.fb:hover {
    background-position:-5px -319px;
}































.ftr-socio a.twtr {
    background-position:-57px -266px;
}































.ftr-socio a.twtr:hover {
    background-position: -57px -319px;
}































.ftr-socio a.ggl {
    background-position:-109px -266px;
}































.ftr-socio a.ggl:hover {
    background-position:-109px -319px;
}































/*.ftr-socio a.insta {background-position:-162px -266px; }































.ftr-socio a.insta:hover {background-position:-162px -319px; }*/































.site_info {
    float:left;
    width:100%;
    padding:55px 0 40px 0px;
}































.site_info p {
    font-family: 'Noto Sans';
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 10px;
}































.site_info .ft_note p {
    font-size: 16px;
    margin-bottom: 30px;
}































.hm-abt-img img.abt-mobi {
    display: none;
}































.hm-caseresults.owl-carousel .owl-prev, .hm-caseresults.owl-carousel .owl-next,































.hm-testi-blks.owl-carousel .owl-prev, .hm-testi-blks.owl-carousel .owl-next{
    width: 60px;
    height: 60px;
    position: absolute;
    left: -90px;
    bottom: 150px;
    background-image: url(images/previous-icon.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0px 0px !important;
    font-size: 0px !important;
}































.hm-caseresults.owl-carousel .owl-next, .hm-testi-blks.owl-carousel .owl-next{
    background: url(images/next-icon.png) no-repeat !important;
    left: auto;
    right: -90px;
}































.hm-testi-blks.owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    display: flex !important;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    z-index: -1;
}































.hm-testi-blks.owl-carousel .owl-prev, .hm-testi-blks.owl-carousel .owl-next {
    bottom: 0 !important;
    top: 0 !important;
    margin: auto !important;
}































.no-results.not-found p{
    margin: 0 !important;
}































































































/* Inner pages */































































.page_bnr {/*padding:215px 0px 315px;*/
    padding: 280px 0px 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    text-align:center;
    background-image: url(images/default-pagebanner-bg.jpg);
    position: relative;
    z-index: 1;
}































.page_bnr:after{
    position: absolute;
    content:'';
    left: 0px;
    right: 0px;
    margin: 0px auto 0px;
    bottom: 0px;
    background-position: center;
    height: 294px;
    background-repeat: no-repeat;
    pointer-events: none;
}































.page_bnr:before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 82 70 / 20%);
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}































.page_default {
    width: 100%;
    background-color: #f2f2f2;
}































.page_bnr.contpg{
    background-image:url(images/cntpg-bnr.png);
    background-size:cover;
    position: relative;
    z-index: 9;
}































.cntpg-adrblck {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -120px;
    justify-content: center;
}































.contact-pg-item {
    width: 31%;
    margin: 0 1%;
    background-color: #fff;
    -webkit-box-shadow: -2px 4px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 4px 30px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 60px 50px;
    position: relative;
}































.contact-pg-item:before{
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/cnt-boxborder.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 94% 92%;
    pointer-events: none;
}































.page_content.contact-page {
    padding: 0;
}































.contact-pg-item h4 {
    font-family: "Cinzel", serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 0 26px 0px;
    margin-bottom: 35px;
    position: relative;
}































.contact-pg-item h4:after{
    position:absolute;
    content:'';
    width:75px;
    height:4px;
    background:#d5d9dd;
    bottom:0;
    margin:0 auto;
    left:0;
    border-radius:10px;
    right:0;
}































.contact-pg-item h4:before{
    position:absolute;
    content:'';
    width:24px;
    height:33px;
    background:url(images/contact-sprities.png) no-repeat;
    left:0;
    top:0;
}































.contact-pg-item.addr h4:before{
    left:15px;
}































.contact-pg-item.phn h4:before{
    width:32px;
    height:32px;
    left: 40px;
}































.contact-pg-item.cnt-soc h4:before{
    width:33px;
    height:33px;
}































.contact-pg-item p {



    color: #005246;



    font-family: 'Lato-Regular';



    font-size: 20px;



    line-height: 1.4;



    margin: 0;



}































.contact-pg-item.addr p {
    margin: 0 0 12px;
}































.contact-pg-item.addr p:last-child{
    margin: 0;
}































.contact-pg-item p a{
    color:#005246;
}































.contact-pg-item p a:hover,.contact-pg-item.phn p a:hover{
    color: #b09055;
}































.contact-pg-item.phn p{
    color:#005246;
    font-family: 'Lato-Regular';
    line-height: 1;
    font-size: 25px; /*padding-top: 11px;*/
    padding-top: 0 !important;
}































.contact-pg-item.phn p a{
    color:#005246;
    margin-bottom: 0;
    display: inline-block;
}































.contact-pg-item h5 {
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 10px;
    font-family: 'Noto Sans';
    color: #b09055;
    font-weight: 600;
}































.contact-pg-item.cnt-soc a {
    background-image: url(images/hm-sprites.png);
}































.cntpg-scl {
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}































.contact-pg-item.cnt-soc a {
    font-size: 0px;
    float:left;
    width: 48px;
    height: 48px;
    margin-right: 3px;
    background-repeat: no-repeat;
}































.contact-pg-item.cnt-soc a.cont-pg-fb{
    background-position:-3px -55px;
}































.contact-pg-item.cnt-soc a:hover.cont-pg-fb{
    background-position:-3px -2px;
}































.contact-pg-item.cnt-soc a.cont-pg-tw{
    background-position:-55px -55px;
}































.contact-pg-item.cnt-soc a:hover.cont-pg-tw{
    background-position:-55px -2px;
}































.contact-pg-item.cnt-soc a.cont-pg-gp{
    background-position:-107px -55px;
}































.contact-pg-item.cnt-soc a:hover.cont-pg-gp{
    background-position:-107px -2px;
}































.contact-pg-item.cnt-soc a.cont-pg-insta{
    background-position:-159px -55px;
}































.contact-pg-item.cnt-soc a:hover.cont-pg-insta{
    background-position:-159px -2px;
}































.contact-pg-form {
    padding: 220px 0 750px;
    text-align: center;
    background: #fcfcfc;
}































.site-footer.contact_pg{
    margin-top: -670px;
}































.cnct-map-adrs {
    width: 100%;
    border: 20px solid #fff;
}































.hm-contform.cntpg-map {
    padding: 0 !important;
    -webkit-box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}































.hm-contform.cntpg-map iframe {
    width: 100%;
    height: 500px;
}































.cntpg-map img{
    display:block;
}































.contact-pg-list {
    background-color: #f2f2f2;
    position: relative;
    z-index: 2;
}































.contact-pg-form h2{
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size:65px;
    line-height:70px;
    text-transform:uppercase;
    color:#474848;
    margin-bottom: 10px;
}































.contact-pg-form p{
    color:rgba(25,27,54,0.7);
    font-family: 'Lato-Regular';
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 32px;
}































.cntpg-frm .gform_wrapper {
    margin: 0;
}































.cntpg-frm .gform_wrapper form{
    position:relative;
}































.cntpg-frm .gform_wrapper ul.gform_fields li.fw {
    margin: 0 0px 20px 0px!important;
}































.cntpg-frm .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}































.cntpg-frm .gform_wrapper ul.gform_fields li {
    width: 49% !important;
    margin: 0 20px 20px 0px!important;
    padding: 0 0% !important;
    clear: none !important;
    position: relative;
    display:inline-block
}































.cntpg-frm .gform_wrapper .top_label label {
    display: none;
}































body .cntpg-frm .gform_wrapper .top_label div.ginput_container {
    margin-top: 0!important;
}































.cntpg-frm .gform_wrapper ul.gform_fields li.nm input {
    background-image: url(images/nm-icon.png);
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
}































.cntpg-frm .gform_wrapper ul.gform_fields li.pho input {
    background-image: url(images/pho-icn.png);
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
}































.cntpg-frm .gform_wrapper ul.gform_fields li.mail input {
    background-image: url(images/mail-icn.png);
    background-repeat: no-repeat;
    background-position: left 20px top 24px;
}































.cntpg-frm .gform_wrapper ul.gform_fields li.msg textarea{
    background-image: url(images/msg-icn.png);
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
}































.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input, .cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield select, .cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    width: 100% !important;
    font-size: 18px !important;
    line-height: normal!important;
    color: #9c9da0 !important;
    margin: 0 0 0px 0!important;
    min-height: inherit!important;
    outline: none !important;
    border: 1px solid #c9cfcf;
    background-color: #fcfbfb;
    padding:18px 20px 18px 50px !important;
    outline: 0;
    font-family: 'Lato-Regular' !important;
}































.page-template-contact-pg .hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield input, .page-template-contact-pg .hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield select, .page-template-contact-pg .hm-contform .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    border:1px solid #bbb9b9 !important;
}































.cntpg-frm .gform_wrapper ul.gform_fields li.msg {
    width: 100% !important;
}































.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea{
    height:200px;
    resize:none;
}































.cntpg-frm .gform_wrapper ul.gform_fields li.fw {
    width: 100% !important;
}































.cntpg-frm .gform_wrapper ul.gform_fields li.fr {
    float: right;
    margin:0 0 20px !important;
}































.cntpg-frm .gform_wrapper .gform_footer {
    padding: 0!important;
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
}































.cntpg-frm .gform_wrapper .gform_footer input[type=submit] {
    color: #fff !important;
    cursor: pointer;
    border: 0;
    position: relative;
    line-height: normal !important;
    display: inline-block;
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 22px;
    padding: 26px 20px;
    text-align: center;
    outline-offset: -6px;
    transition: 0.3s;
    max-width: 262px;
    width: 100% !important;
    margin: 0 !important;
}































.cntpg-frm .gform_wrapper .gform_footer input[type=submit] {
    outline: 3px solid #fff;
    background: #d6b770;
}































.cntpg-frm .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}































.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input:active,































.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input:focus,































.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:active,































.cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:focus{
    color:#426176 !important;
    border-color:#426176;
}































.cntpg-frm {
    max-width: 1080px;
    display: inline-block;
    margin: 0 auto;
}































.cntpg-frm .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #003449;
}































.cntpg-frm .gform_wrapper .field_description_below .gfield_description {
    font-family:'Lato-Regular' !important;
    padding: 0 !important;
    width: 100%;
    text-align: right;
    color: #ff0000 !important;
    height: auto;
    font-size: 13px !important;
    z-index: 1;
}































.cntpg-frm .gform_wrapper .field_description_below .instruction {
    padding: 0 !important;
    text-align: right;
    color: #f00 !important;
    font-size: 12px !important;
    font-family: 'Lato-Regular' !important;
    top: 25px;
}































.cntpg-frm .gform_wrapper li.gfield.gfield_error, .cntpg-frm .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: 0px !important;
}































.cntpg-frm .gform_wrapper div.validation_error {
    color: #f00;
    font-family: 'Lato-Regular' ;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
    padding: 0 !important;
    border: 0;
    position: relative;
    top: 0;
    margin: -10px 0 10px 0;
}































.cntpg-frm .gform_validation_errors>h2 {
    line-height: normal;
    font-size: 12px;
    font-weight: normal;
}































.cntpg-frm .gform_wrapper .validation_message {
    color: #f00;
    position: absolute;
    width: auto !important;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
}































.cntpg-frm .gform_wrapper ul.gform_fields li.captch-field {
    width: 50% !important;
    margin-left: 22% !important;
    margin-bottom: 0 !important;
}































.page_content {
    padding: 100px 0px 230px;
}































.page_title h1,.page_title h2{
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size:70px;
    color:#fff;
    text-transform:uppercase;
    margin:0;
    line-height:1.2;
    text-align: center;
}































.inrpg-breadcrumbs {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}































.inrpg-breadcrumbs a{
    color:#fff;
}































.inrpg-breadcrumbs a:hover{
    color: #b09055;
}































.inrpg-breadcrumbs .divider {
    margin: 0 15px;
}































































/*General page*/































.genpg-rite {
    width: 63.4%;
    float: right;
    text-align: left;
}































.genpg-lft {
    float: left;
    width: 400px;
    width: 30.8%;
}































.gen-contact-sec{
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px 20px 30px;
    margin-bottom: 20px;
}































.page_content .genpg-lft .gen-contact-sec h5{
    color: #9ab3c4;
    font-size: 22px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
}































.page_content .genpg-lft .gen-contact-sec h3{
    color: #fff;
    font-size: 27px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    font-family: "Cinzel", serif;
    font-weight:700;
}































.page_content .genpg-lft .gen-contact-sec p{
    color: #fff;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    font-family: 'Noto Sans';
}































.page_content .genpg-lft .gen-contact-sec p a{
    color: #fff;
    font-size: 20px;
    line-height: 140%;
    display: block;
    text-align: center;
    font-family: 'Noto Sans';
    font-weight: 700;
}































.gen-contact-btn.hm-btn a{
    padding: 25px 25px;
}































.gen-contact-btn.hm-btn a:hover {
    background: #ffffff;
    outline: 3px solid #ffffff;
    color: #b09055;
}































.hm-prctes-blks.gen-lft-sdb-serv .hm-prctes-blk{
    width: 100%;
    margin: 0px 0px 20px;
}































.page_content .genpg-lft .gen-contact-sec p a:hover {
    color: #b09055;
}































.page_content .genpg-rite a {
    color: #b09055;
}































.page_content .genpg-rite a:hover {
    color: #005246;
}































.page_content .genpg-rite p, .no-results.not-found p {
    font-size: 20px;
    line-height: 165%;
    color: #555657;
    font-family: 'Noto Sans';
    margin: 0px 0px 35px;
}































.page_content .genpg-rite ul li, .page_content .genpg-rite ol li {
    font-size: 20px;
    line-height: 165%;
    color: #555657;
    font-family: 'Noto Sans';
    margin: 0px 0px 10px;
    position: relative;
    padding-left: 30px;
}































.page_content .genpg-rite ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 11px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}































.page_content .genpg-rite h1, .no-results.not-found .page-header h1.page-title{
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 60px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #474848;
    text-transform: uppercase;
}































.page_content .genpg-rite h2{
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 55px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #474848;
    text-transform: uppercase;
}































.page_content .genpg-rite h3{
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 35px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #474848;
    text-transform: uppercase;
}































.page_content .genpg-rite h4{
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #474848;
    text-transform: uppercase;
}































.page_content .genpg-rite h5{
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 25px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #474848;
    text-transform: uppercase;
}































.page_content .genpg-rite h6{
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 22px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #474848;
    text-transform: uppercase;
}































.gen-pg .page_content{
    padding: 100px 0px;
}































.hm-testimonial-sec.inner-testi {
    background-image: url(images/hm-testimonial-inner-bg.jpg);
    padding: 100px 0px 640px;
    margin-top: 0 !important;
}































.hm-testimonial-sec.inner-testi .testi-itm p{
    color: #474848;
}































.hm-testimonial-sec.inner-testi .testi-itm h6{
    color:#426176 ;
}































.hm-testimonial-sec.inner-testi .testi-itm:before, .hm-testimonial-sec.inner-testi .testi-itm:after{
    background-color: #e3e3e3;
}































.hm-testimonial-sec.inner-testi .testi-itm{
    border: 2px solid #9e9f9f;
}































.hm-testimonial-sec.inner-testi h2{
    color: #474848;
}































.page_default .genpg-rite ul, .page_default .genpg-rite ol {
    margin: 10px 0 30px 0;
    padding-left: 30px;
}































.page_default .genpg-rite ul li, .page_default .genpg-rite ol li {
    position: relative;
    list-style: none;
    margin: 0 0 10px;
}































.page_default .genpg-rite ol {
    counter-reset: my-sec-counter;
}































.page_default .genpg-rite ol li:before {
    position: absolute;
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) ".";
    color: #b09055;
    left: 0;
    top: 0;
}































































/*Profile Page*/































.page_content.prof-page {
    background-color: #f2f2f2;
    padding: 100px 0px;
}































.inr-proftem h2{
    text-align:center;
    font-size:50px;
    line-height:70px;
    font-family: "Cinzel", serif;
    font-weight:700;
    color:#474848;
    text-transform:uppercase;
    margin-bottom:32px;
}































.inr-proftemblck{
    display:flex;
    flex-wrap:wrap;
}































.inr-profitem:last-child {
    margin: 0;
}































.inr-profitem {
    float: left;
    margin-right: 20px;
    width: 310px;
    text-align:center;
    -webkit-box-shadow: -2px 4px 20px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow:    -2px 4px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -2px 4px 20px 0px rgba(0, 0, 0, 0.08);
    position: relative;
}































.inr-proftemimg img{
    display:block;
}































.inr-proftemcnt {
    background: #fff;
    padding: 30px 50px;
}































.inr-profitem h6{
    color:#191919;
    font-size:22px;
    font-family: "Cinzel", serif;
    font-weight:700;
    margin-bottom:8px;
}































.inr-profitem h6 a{
    color:#191919;
}































.inr-profitem p{
    font-family: 'Noto Sans';
    font-size:18px;
    line-height:22px;
    font-weight:normal;
    color:rgba(68,68,68,0.8);
    margin:0;
}































a.innr-profile-link {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    font-size: 0px;
}































































/*Single Profile*/































.page_bnr.single-prf{
    background-image:url(images/sngprf-bnr.png);
    z-index: 9;
    position: relative;
}































.sng-proftop {
    background: #f2f2f2;
    margin-top: -197px;
    position: relative;
    padding: 275px 0 70px;
}































.mbl-prfl-img {
    display: flex ;
    justify-content: space-between; /*align-items: flex-end;*/
}































.singl-prf-img.mbl-sgl-prf {
    width: 41%;
    margin-right: 0 !important;
    margin-top: -300px;
    position: relative;
    z-index: 9;
    padding-bottom: 35px;
    padding-right: 35px;
}































.singl-prf-cnt {
    width: 55%;
    margin-top: -30px;
}































.singl-prf-img.mbl-sgl-prf:before {
    width: 90%;
    height: 90%;
    position: absolute;
    content: '';
    bottom: 0px;
    left: auto;
    right: 0;
    z-index: -1;
}































.singl-prf-img.mbl-sgl-prf img{
    display:block;
    width: 100%;
}































.singl-prf-cnt h6{
    font-size:30px;
    font-family: "Nunito Sans", sans-serif;
    font-weight:500;
    margin:0 0 5px;
    line-height:32px;
    color:#272a3b;
}































.singl-prf-cnt h2 {
    font-size: 60px;
    font-family: "Cinzel", serif;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 1 !important;
    color: #474848;
}































.single-phn-nbr.mbl-sgl-prf {
    padding-left: 85px;
    position:relative;
}































.single-phn-nbr.mbl-sgl-prf h5{
    font-size:19px;
    font-family: "Cinzel", serif;
    font-weight:normal;
    line-height:normal;
    margin:0 0 5px;
    color:#555657;
}































.single-phn-nbr.mbl-sgl-prf a{
    font-size:40px;
    font-family: 'Noto Sans';
    font-weight: 700;
    line-height:40px;
    letter-spacing: 1.5px;
    color: #005246;
}































.single-phn-nbr.mbl-sgl-prf a:hover{
    color: #b09055;
}































.single-phn-nbr.mbl-sgl-prf:before {
    background-image: url(images/hm-green-sprites.png);
    background-position: -211px -1px;
}































.single-phn-nbr.mbl-sgl-prf:before {
    position: absolute;
    content: "";
    width: 69px;
    height: 69px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}































.page_default.single-prf .page_content {
    background: #fff;
}































.page_default.single-prf {
    padding: 0;
    background: #fff;
}































.page_default .genpg-rite .inrpro-faq h4{
    margin-bottom:30px;
}































.faq_cnt.accordion {
    padding: 0 !important;
}































.faq_cnt.accordion h6 {
    text-transform: uppercase;
}































.inrpro-faq .accordion-section {
    padding: 25px 20px;
    position:relative;
}































.inrpro-faq .accordion-section:after{
    position:absolute;
    content:'';
    width:100%;
    height:5px;
    background:url(images/sngpro-dot.png) repeat;
    left:0;
    bottom:0;
}































.faq_cnt.accordion ul{
    margin-bottom:0;
}































.faq_cnt.accordion h6{
    margin:0;
}































.inrpro-faq .accordion-section-content{
    padding:20px 0 0;
}































.inrpro-faq .accordion-section:last-child:after {
    display: none;
}































.faq_cnt.accordion .accordion-section-title{
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #474848;
    text-transform: uppercase;
    position: relative;
}































.inr-meeting-team h2{
    font-size:30px;
    line-height:40px;
    color:#474848;
    font-family: "Cinzel", serif;
    font-weight:700;
    text-transform:uppercase;
    text-align:center;
}































.inr-meeting-item{
    float: left;
    width: 100%;
    text-align:center;
}































.inr-meeting-cntnt{
    background: #fff;
    padding: 30px 50px;
}































.inr-meeting-cntnt h5 {
    color: #191919;
    font-size: 22px;
    font-family: "Cinzel", serif;
    font-weight:700;
    line-height: normal;
    margin-bottom: 8px;
}































.inr-meeting-cntnt p {
    font-family: 'Noto Sans';
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: rgba(68,68,68,0.8);
    margin: 0;
}































.inr-meeting-slider {
    float: left;
    width: 100%;
    -webkit-box-shadow: -2px 4px 20px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: -2px 4px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -2px 4px 20px rgba(0, 0, 0, 0.08);
}































































/*blog-pg*/































.page_bnr.blogpg{
    background-image: url(images/blog-page-banner-bg.jpg);
    position: relative;
}































.blog-pg-top {
    background: #f2f2f2;
    position: relative;
    z-index: 0;
    padding: 100px 0;
}































.blog-pg-top h2{
    text-align:center;
    color:#474848;
    font-size:45px;
    line-height:70px;
    font-family: "Cinzel", serif;
    font-weight:700;
    text-transform:uppercase;
}































.blog-pg-top .widget {
    float: left;
    width:420px;
    background: #fff;
    border:1px solid #c9cfcf;
    position: relative;
    margin-right:20px;
}































.blog-pg-top .widget.widget_search {
    margin: 0;
}































.blog-pg-top .widget label.screen-reader-text, .blog-pg-top .widget span.screen-reader-text {
    display: none;
}































.blog-pg-top .widget h4.widget-title {
    display: none;
}































.blog-pg-top .widget input[type=search], .blog-pg-top .widget select {
    width: 100%;
    background-color: #fff;
    border: 0;
    font-family:'Lato-Regular' ;
    font-size: 18px;
    line-height:22px;
    color: #757575eb;
    background: inherit;
    -webkit-appearance: none;
    outline: 0;
    padding:22px 22px 21px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}































.blog-pg-top .widget select {
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position:right 32px center;
}































.blog-pg-top .widget [type=submit] {
    cursor: pointer;
    position: absolute;
    right:28px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 19px;
    background-color: transparent;
    border: none;
    font-size: 0;
    background-image: url(images/search-icon.png);
    background-repeat: no-repeat;
}































.page_default.blog-pg {
    background: #fcfcfc;
    padding: 100px 20px 620px;
}































.page_default.blog-pg .container{
    max-width:100%;
}































.post_item {
    float: none;
    width: 32%;
    margin: 0 0.8% 3%;
    text-align: left;
    position: relative;
    padding-bottom: 50px;
}































.blog-post-img img{
    width:100%;
    display:block;
}































.blog-post-img{
    margin-bottom:30px;
}































.post_item:nth-child(3n){
    margin-right:0 ;
}































nav.navigation.pagination{
    float:left;
    width:100%;
    margin-top: 38px;
    text-align:center;
}































.post_cnt h2 a,.post_cnt h2{
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size:28px;
    line-height:35px;
    color:#474848;
    margin-bottom:10px;
    min-height: 70px;
}































.post_cnt h2 a:hover {
    color: #b09055;
}































.post_cnt p{
    color:rgba(85,86,87,0.8);
    font-size:16px;
    font-family: 'Noto Sans';
    font-weight:normal;
    line-height:26px;
    margin-bottom:10px;
}































.blog-pg nav.navigation.pagination h2{
    display:none
}































.blog-pg .nav-links {































    display: flex;































    justify-content: center;































    align-items: center;































}































.blog-pg .page-numbers {































    width: 60px;































    height: 60px;































    margin: 0 5px 0;































    display: inline-block;































    vertical-align: middle;































    font-size: 24px;































    line-height: 100% !important;































    background-color: transparent;































    font-family: 'Noto Sans';































    font-weight: normal;































    position: relative;































    background: transparent;































    color: #6e6e6e;































    border: 2px solid #e1dddd;































    padding: 0 !important;































    display: flex;































    justify-content: center;































    align-items: center;































}































.blog-pg nav.navigation.pagination h2, .blog-pg span.nav-next-text, .blog-pg span.nav-prev-text {
    display: none;
}































.blog-pg a.next.page-numbers:after, .blog-pg a.prev.page-numbers:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    background-image: url(images/blg-arw.png);
    background-repeat: no-repeat;
    background-position:center center;
}































.blog-pg a.next.page-numbers:after{
    transform:rotate(180deg)
}































.blog-pg a.next.page-numbers,.blog-pg a.prev.page-numbers{
    border:0;
    margin: 0 20px;
}































.page_default.blog-pg .page_content {
    padding: 0px;
}































































/*Single Blog Post*/































.post_date{
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size:22px;
    text-transform:uppercase;
    margin-bottom:15px;
    line-height:25px;
}































.socio-icons a {
    font-size: 0px;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 3px;
    background-repeat: no-repeat;
}































.sgl-socio-shares h5 {
    float: left;
    margin: 27px 30px 0 0;
}































.sgl-socio-shares .socio-icons {
    float: left;
}































.genpg-lft .sgl-sdb .widget{
    padding:37px 30px;
    background:#fff;
    -webkit-box-shadow: -2px 4px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 4px 30px 0px rgb(0 0 0 / 10%);
    margin-bottom:20px;
    position: relative;
    float:left;
    width:100%;
}































.genpg-lft .sgl-sdb #wysiwyg_widgets_widget-25{
    padding: 0px;
    margin-bottom: 0px;
}































.genpg-lft .sgl-sdb #wysiwyg_widgets_widget-25 .gen-contact-sec{
    margin-bottom: 0px;
}































.genpg-lft .sgl-sdb .widget label.screen-reader-text, .genpg-lft .sgl-sdb .widget span.screen-reader-text {
    display: none;
}































.genpg-lft .sgl-sdb h4.widget-title{
    font-size:30px;
    font-family: "Cinzel", serif;
    font-weight:700;
    text-transform:uppercase;
    line-height:45px;
    margin-bottom:10px;
    text-align: left;
}































.genpg-lft .sgl-sdb .widget input[type=search], .genpg-lft .sgl-sdb .widget select {
    width: 100%;
    background-color: #fcfbfb;
    border: 1px solid #c9cfcf;
    font-family: 'Lato-Regular';
    font-size: 18px;
    line-height: 22px;
    color: #757575eb;
    background: inherit;
    -webkit-appearance: none;
    outline: 0;
    padding:21px 22px 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}































.genpg-lft .sgl-sdb .widget select {
    background-image: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 22px center;
}































.genpg-lft .sgl-sdb .widget [type=submit] {
    cursor: pointer;
    position: absolute;
    right: 55px;
    top: 61px;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 19px;
    background-color: transparent;
    border: none;
    font-size: 0;
    background-image: url(images/search-icon.png);
    background-repeat: no-repeat;
}































.sdbr-cont-sec {
    float: left;
    width: 100%;
    margin: 25px 0 0;
    text-align: center;
}































.page_default.single-blgpst .page_content {
    padding: 100px 0px 620px;
}































.page_bnr.single-blgpst{
    background-image: url(images/single-blog-page-banner-bg.jpg);
}































.review_item .review_row .reviews-rt-stars{
    margin: 0px 0px 20px 0px;
}































.error404 .page-content .search-form, .error404 h1.page-title{
    display: none;
}































.error404 .page-content{
    text-align: center;
}































.error404 .page-content p{
    font-family: 'Lato-Regular';
    font-size: 22px;
    line-height: 120%;
    color: rgba(25, 27, 54, 0.7);
    line-height: 1.27;
    margin: 0 0 0px 0;
    font-weight: normal;
}































.search_results_title {
    display: flex;
    flex-wrap: wrap;
}































.search_results_title .page-description{
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    padding-left: 10px;
}































.main-menu-lst {
    display: flex ;
    position: relative;
    gap: 0;
    justify-content: center;
}































.topmenu-srch {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}































.genpg-rite.full-width {
    width: 100%;
    float: none;
    margin:0;
}































































/* prct */































.innr-prctes-blk {
    width: 32.33%;
    margin: 0 .5% 1%;
    position: relative;
}































.innr-prctes-blks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}































.innr-prctes-img{
    position:relative;
}































.innr-prctes-img img{
    width:100%;
    display:block;
    filter: grayscale(100%);
    margin: 0;
}































.innr-prctes-img a:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    background: rgba(8,8,9,0.42);
    background: -moz-linear-gradient(top, rgba(8,8,9,0.42) 43%, rgba(8,8,9,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(43%, rgba(8,8,9,0.42)), color-stop(100%, rgba(8,8,9,1)));
    background: -webkit-linear-gradient(top, rgba(8,8,9,0.42) 43%, rgba(8,8,9,1) 100%);
    background: -o-linear-gradient(top, rgba(8,8,9,0.42) 43%, rgba(8,8,9,1) 100%);
    background: -ms-linear-gradient(top, rgba(8,8,9,0.42) 43%, rgba(8,8,9,1) 100%);
    background: linear-gradient(to bottom, rgba(8,8,9,0.42) 43%, rgba(8,8,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080809', endColorstr='#080809', GradientType=0 );
}































.innr-prctes-cnt {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    padding: 0 30px 35px;
}































.page_content .genpg-rite .innr-prctes-cnt h4, .page_content .genpg-rite .innr-prctes-cnt h4 a {
    color: #fff;
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 22px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px 0;
}































.innr-prctes-blk:hover {
    -webkit-box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 20%);
}































.innr-prctes-blk:after {
    width: 150px;
    height: 4px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}































.innr-prctes-blk:hover:after{
    background: #fff;
}































.page_content .genpg-rite .innr-prctes-cnt p {
    font-family: 'Noto Sans';
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin:0;
}































.innr-prctes-cnt p.prc-cnt-pra {
    display: none;
}































.innr-prctes-blk:hover .innr-prctes-cnt p.prc-cnt-pra {
    display: block;
}































.innr-prctes-blk:hover .innr-prctes-img a:after {
    background-image: url(images/blue-shadow-img.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}































.hm-sec3 .hm-btn a:hover {
    background: #ffffff;
    outline: 3px solid #ffffff;
    color: #005246;
}































.innr-caseresults .rslt-itm {
    width: 31.5%;
    margin: 0 0.9% 1.8%;
}































.hm-prctes-blks.gen-lft-sdb-serv {
    display: inline;
}































.innr-caseresults {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}































.page_content .genpg-rite .innr-caseresults .rslt-itm h3, .page-id-186 .page_content .genpg-rite h5{
    text-align: center;
    color: #ff5e1d;
}































.page_content .genpg-rite .innr-caseresults .rslt-itm h6{
    color: rgba(25, 27, 54, 0.7);
    text-align: center;
    margin: 0;
}































.page_content .genpg-rite .innr-caseresults .rslt-itm p{
    margin:0;
}































.page-id-186 .page_content .genpg-rite h2.case{
    color:#474848;
    text-align: center;
}































.page-id-186 .hm-caserslt-sec{
    display:none;
}































.page-id-186 .hm-testimonial-sec.inner-testi{
    margin-top: 0;
    padding: 110px 0px 640px;
}































.page-template-reviews-page .site-footer {
    margin-top: -145px;
    background-color: #f2f2f2;
}































.hm-prctes-blks.gen-lft-sdb-serv .hm-prctes-blk:last-child {
    margin: 0;
}































































/*Pagesense Popup*/































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:#d6b770 !important;
    color: #fff !important;
    font-family: 'Noto Sans';
    font-weight: 400;
}































.pum-theme-7034 .pum-title,































.pum-theme-default-theme .pum-title {
    color: #fff !important;
    font-family: 'Noto Sans';
    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: #b09055 !important;
    color: #fff !important;
    top: -10px !important;
    right: 0;
}































body .pum-container .gform_wrapper .gform_page_footer .button {
    margin: 5px 0 !important;
    background-color: #fff !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: 'Lato-Regular';
    font-weight: 400;
    color:#b09055 !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,































body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {
    font-size: 14px !important;
    padding: 6px 10px !important;
    background-color: #fff;
    border: none !important;
    outline: none !important;
}































body .pum-container .gform_wrapper.gravity-theme .gform_fields input::placeholder,































body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea::placeholder {
    color: #555555 !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: #b09055;
}































.pum-container .pum-close.popmake-close {
    font-family: 'Lato-Regular';
    font-weight: 400;
}































body .pum-container .pum-title {
    font-family: 'Lato-Regular';
    font-weight: 400;
}































.pum-content:focus-visible {
    outline: none;
}































.pum-content.popmake-content .pum-title {
    font-family: 'Lato-Regular';
    font-weight: 400;
}































.pum-content.popmake-content .gform_wrapper.gravity-theme .gf_progressbar_title {
    font-family: 'Lato-Regular';
    font-weight: 400;
}































.pum-content.popmake-content .gform_wrapper.gravity-theme .gfield_label,































.gform_wrapper.gravity-theme .gform_fields,































body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {
    font-family: 'Lato-Regular';
    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:#d6b770 !important;
    text-transform: uppercase;
    background-color: #fff;
    text-align: center;
    padding: 15px 15px !important;
    width: 295px !important;
    font-family: 'Lato-Regular';
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 3px;
}































.pum-container .gform_wrapper .gform_page_footer .button:hover {
    color: #005246 !important;
    background-color: #fff !important;
}































.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: 'Lato-Regular';
    font-weight: 500;
    color: #2e0404 !important;
    padding: 0px !important;
    margin-top: -26px !important;
    text-align: right !important;
    padding: 2px !important;
    border: 0px !important;
    position: absolute;
    right: 0;
    bottom: 0;
}































.gfield_error .ginput_container.ginput_container_radio {
    padding-top: 20px;
}































body .innr-ftr-form .pum-container .gform_wrapper .gfield_validation_message,































.innr-ftr-form .gform_wrapper .validation_message,































body .ftr-form .pum-container .gform_wrapper .gfield_validation_message,































.ftr-form .gform_wrapper .validation_message {
    right: inherit;
    bottom: inherit;
}































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: 'Lato-Regular';
    font-weight: 400;
}































:focus-visible,































:-webkit-direct-focus {
    outline: none;
}































:focus,































*:focus {
    outline: none;
}































.pum-overlay,































html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container .gform_wrapper.gravity-theme .gfield {
    position: relative;
}































.pum-overlay,































html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,































html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    min-height: 330px !important;
}































.pum-overlay,































html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container .gchoice {
    display: flex;
}































.pum-overlay,































html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container .gform_wrapper.gravity-theme .gfield-choice-input {
    width: fit-content !important;
    margin-right: 5px;
}































body .pum-container .gform_wrapper.gravity-theme .gform_fields input {
    min-height: inherit !important;
    line-height: inherit !important;
}































.gform_wrapper.gravity-theme .gform_page_footer input.button:disabled {
    opacity: 1;
}































.page_content .genpg-rite .rslt-itm h6{
    font-weight: 400;
}































































/*floatingMenu*/































#floatingMenu {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
    display: flex;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}































.floatingMenu-list {
    width:300px;
    background: #35bb94;
    overflow-y: auto;
    padding: 10px 22px;
    height: 100vh;
    position: relative;
}































.floatingMenu-list {
    width: 80%;
    overflow-y: auto;
    padding: 20px;
    height: 100vh;
    position: absolute;
    left: 0;
}































#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;
}































a#cloaseFloatingMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0px !important;
}































.header-sticky .stickyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-weight: normal;
}































.header-sticky .sicky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #c4c9b2;
    padding: 0 8px;
}































.header-sticky .sicky-cnt>a {
    font-size: 17px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
}































.header-sticky .sicky-cnt a:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #fff;
}































.header-sticky .sicky-cnt .stickyshowhide:before {
    background: url(images/header-sticky-menu.png) no-repeat center;
}































.header-sticky .sicky-cnt.sticky-blog-wrap a:before {
    background: url(images/header-sticky-mail.webp) 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-book-wrap a:before {
    background: url(images/header-sticky-payonline.png) no-repeat center;
}































.header-sticky {
    display: none;
}































.sicky-cnt.mobile_src_nav {
    background-color: transparent;
}































.header-sticky .container{
    display: flex;
    justify-content: center;
}































div#floatingMenu .container{
    padding: 0;
}































.topmenu ul li.current-menu-item .sub-menu li a {
    color: #fff;
}































.hm-testi-blks.owl-carousel .owl-stage {
    display: flex;
}































.hm-testi-blks.owl-carousel .owl-item {
    display: flex;
}































.topmenu ul li ul.sub-menu li:after{
    display: none;
}































.hm-contform .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .cntpg-frm .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% - 0px) !important;
}































.accordion-section h4 a {
    display: block;
}































.accordion-section-content {
    display: none;
}































.accordion-section-content.open {
    display: block;
}































.genpg-rite .gnrl-vedeo {
    width: 100%;
    margin: 0 0 30px;
}































.page_content .genpg-rite .forcls-list {
    display: flex;
    justify-content: space-between;
}































.page_content .genpg-rite .forcls-list-itm {
    width: 30%;
}































.page_content .genpg-rite .forcls-list-img {
    margin: 0 0 20px;
}































.page_content .genpg-rite .forcls-list-cnt p {
    font-size: 18px;
    margin: 0;
}































.no-results.not-found form.search-form {
    display: none;
}































.page_default .genpg-rite .prctc-blk h2 {
    text-align: center;
    margin-bottom: 40px;
}































.socio-icons a {
    margin-right: 6px;
}































.blog-cmn-consult-blk {
    background-color: #fff;
    padding: 50px 50px;
    border-left: 5px solid #005246;
    border-right: 5px solid #005246;
    margin: 0 0 50px;
}































.page_content .genpg-rite .blog-cmn-consult-blk p {
    margin-bottom: 0;
}































.genpg-rite .about-pg-blk {
    display: flex;
    justify-content: space-between;
}































.abut-profile {
    margin: 0 0 20px;
}































.genpg-rite .about-pg-blk .abut-blk-prfle ul {
    padding: 0;
}































.genpg-rite .abut-blk-prfle {
    width: 34%;
}































.genpg-rite .abut-blk-cont {
    width: 62%;
}































.testi-itm .rw-img {
    width: 60px;
    margin: auto !important;
}































.review_icn-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}































.rw-img {
    width: 80px;
}































.post_btn a:hover{
    color: #005246;
}































.rvw-btm {
    display: flex ;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
}































.hm-prctes-hvr a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 0;
}































.page_default.blog-pg .blog-pts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}































.faqs-pg .faq_cnt .accordion-heading:after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(images/plus-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    background-size: contain;
}































.accordion-section.accordien-active .accordion-heading:after {
    background-image: url(images/minus-icon.jpg);
    height: 4px;
}































.faqs-pg .faq_cnt .accordion-heading {
    width: 100%;
    display: inline-block;
    background: #b09055;
    transition: all linear 0.15s;
    text-decoration: none;
    line-height: 1.1;
    color: #ffffff;
    border-bottom: 3px solid #005246;
    padding: 25px 50px 25px 25px;
    margin: 0;
    cursor: pointer;
    position: relative;
    background-image: none;
    background-size: auto;
    font-style: normal;
    font-weight: 500;
    text-transform: inherit;
    line-height: 1.2;
}































.faqs-pg .faq_cnt .accordion-section.accordien-active .accordion-section-content {
    display: block;
}































.faqs-pg .accordion-section-content {
    padding: 15px 25px;
    display: none;
}































.faqs-pg .faq_cnt .accordion-section {
    margin: 0 0 10px 0;
    width: 100%;
}































.accordion-section.accordien-active {
    margin: 0 0 0px 0 !important;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper {
    margin: 0;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper form{
    position:relative;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper ul.gform_fields li.fw {
    margin: 0 0px 20px 0px!important;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper ul.gform_fields li {
    width: 49% !important;
    margin: 0 0px 20px 0px!important;
    padding: 0 0% !important;
    clear: none !important;
    position: relative;
    display:inline-block;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper .top_label label {
    display: none;
}































body .page_content .genpg-rite .cntpg-frm .gform_wrapper .top_label div.ginput_container {
    margin-top: 0!important;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input, .page_content .genpg-rite .cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield select, .page_content .genpg-rite .cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    width: 100% !important;
    font-size: 18px !important;
    line-height: normal!important;
    color: #9c9da0 !important;
    margin: 0 0 0px 0!important;
    min-height: inherit!important;
    outline: none !important;
    border: 1px solid #c9cfcf;
    background-color: #fcfbfb;
    padding: 18px 20px 18px 20px !important;
    outline: 0;
    font-family: 'Lato-Regular' !important;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper ul.gform_fields li.gfield.gfield--type-textarea, .page_content .genpg-rite .cntpg-frm .gform_wrapper ul.gform_fields li.gfield.sub {
    width: 100% !important;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea{
    height:200px;
    resize:none;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper .gform_footer {
    padding: 0!important;
    margin:0 !important;
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper .gform_footer input[type=submit] {
    color: #fff !important;
    cursor: pointer;
    border: 0;
    position: relative;
    line-height: normal !important;
    display: inline-block;
    font-family: "Cinzel", serif;
    font-weight:700;
    font-size: 22px;
    padding: 26px 20px;
    text-align: center;
    outline-offset: -6px;
    transition: 0.3s;
    max-width: 262px;
    width: 100% !important;
    margin: 0 !important;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper .gform_footer input[type=submit] {
    outline: 3px solid #fff;
    background: #b09055;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input:active,































.page_content .genpg-rite .cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield input:focus,































.page_content .genpg-rite .cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:active,































.page_content .genpg-rite .cntpg-frm .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:focus{
    color:#426176 !important;
    border-color:#426176;
}































.page_content .genpg-rite .cntpg-frm {
    max-width: 100% !important;
    display: inline;
    margin: 0 auto;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #005246;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper .field_description_below .gfield_description {
    font-family:'Lato-Regular' !important;
    padding: 0 !important;
    width: 100%;
    text-align: right;
    color: #ff0000 !important;
    height: auto;
    font-size: 13px !important;
    z-index: 1;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper .field_description_below .instruction {
    padding: 0 !important;
    text-align: right;
    color: #f00 !important;
    font-size: 12px !important;
    font-family: 'Lato-Regular' !important;
    top: 25px;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper li.gfield.gfield_error, .page_content .genpg-rite .cntpg-frm .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border: 0px !important;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper div.validation_error {
    color: #f00;
    font-family: 'Lato-Regular' ;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
    padding: 0 !important;
    border: 0;
    position: relative;
    top: 0;
    margin: -10px 0 10px 0;
}































.page_content .genpg-rite .cntpg-frm .gform_validation_errors>h2 {
    line-height: normal;
    font-size: 12px;
    font-weight: normal;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper .validation_message {
    color: #f00;
    position: absolute;
    width: auto !important;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper ul.gform_fields li.captch-field {
    width: 50% !important;
    margin-left: 22% !important;
    margin-bottom: 0 !important;
}































.hm-contform .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .page_content .genpg-rite .cntpg-frm .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .cntpg-frm .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% - 0px) !important;
}































.page_content .genpg-rite .cntpg-frm .gform_wrapper ul.gform_fields li.gfield.gfield--type-email {
    float:right;
    margin-right: 0 !important;
}































.page_content .genpg-rite .hm-btn.gnrl a {
    color: #ffffff;
}































.page_content .genpg-rite .hm-btn.gnrl {
    text-align: left;
    margin-top: 50px;
}































.page_default .genpg-rite .pymnt-list-prt h2, .page_default .genpg-rite .pymnt-list-prt p, .page_default .genpg-rite .pymnt-list-prt h6 {
    text-align: center;
}































.page_default .genpg-rite .pymnt-list-itms {
    display: flex ;
    justify-content: center;
    margin: 0 0 30px;
}































.page_default .genpg-rite .pymnt-list-itm h5 {
    margin: 0 !important;
    font-weight: 500;
    text-transform: none;
    font-family: "Nunito Sans", sans-serif;
    padding-top: 0 !important;
    position: relative;
}































.page_default .genpg-rite .pymnt-list-itms .pymnt-list-itm {
    margin: 0 5%;
}































.page_default .genpg-rite .pymnt-list-itm h5 a:before{
    position: relative;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(images/pymt-venmo-icn.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto 20px;
}































.page_default .genpg-rite .pymnt-list-prt .pymnt-btm-cnt h3:before {
    position: absolute;
    content: "";
    top: 0;
    left: -85px;
    width: 50px;
    height: 50px;
    background-image: url(images/pymt-venmo-icn.png);
    background-repeat: no-repeat;
    background-size: contain;
}































.page_default .genpg-rite .pymnt-list-prt .pymnt-btm-cnt p {
    text-align: left;
}































.page_default .genpg-rite .pymnt-list-prt .pymnt-btm-cnt {
    padding: 40px 0 30px 80px;
    border-top: 1px solid #b09055;
    position: relative;
}































.page_default .genpg-rite .pymnt-list-prt .pymnt-btm-cnt h3 {
    text-transform: none;
    font-family: "Nunito Sans", sans-serif;
    position: relative;
}































.page_default .genpg-rite .pymnt-list-prt h6 {
    margin: 0 0 50px;
}































.page_default .genpg-rite .pymnt-list-itms .pymnt-list-itm.csh h5 a::before, .page_default .genpg-rite .pymnt-list-prt .pymnt-btm-cnt.csh h3:before{
    background-image: url(images/pymt-cash-icn.png)
}































.page_default .genpg-rite .pymnt-list-itms .pymnt-list-itm.zel h5 a::before, .page_default .genpg-rite .pymnt-list-prt .pymnt-btm-cnt.zel h3:before{
    background-image: url(images/pymt-zelle-icn.png)
}































.page_default .genpg-rite .pymnt-list-prt .pymnt-btm-cnt:last-child {
    padding-bottom: 0;
}































.page_default .genpg-rite .pymnt-list-prt .pymnt-btm-cnt.csh h3::before {
    top: -5px;
}































.page_default .genpg-rite .pymnt-list-prt p {
    margin: 0 0 20px;
}































.page_default .genpg-rite .pymnt-list-prt p br {
    display: none;
}































.page_default .genpg-rite .pymnt-list-itm h5 a {
    display: block;
}































.page_default .genpg-rite .pymnt-list-itms .pymnt-list-itm:hover.pymnt-list-itm h5 a:before {
    background-image: url(images/pymt-venmo-icn-hvr.png);
}































.page_default .genpg-rite .pymnt-list-itms .pymnt-list-itm:hover.pymnt-list-itm.csh h5 a:before {
    background-image: url(images/pymt-cash-icn-hvr.png);
}































.page_default .genpg-rite .pymnt-list-itms .pymnt-list-itm:hover.pymnt-list-itm.zel h5 a:before {
    background-image: url(images/pymt-zelle-icn-hvr.png);
}































































































/*mbl-search*/































.togsearch.ftm-src {































    position: relative;































    display: inline-block;































    float: left;































    width: 100%;































    margin-top: 0px;































}































.togsearch.ftm-src input {































    width: 100%;































    float: left;































    padding: 10px 15px;































    text-transform: uppercase;































    line-height: normal;































    background-color: transparent;































    font-family: "Nunito Sans", sans-serif;































    font-weight: 500;































    font-style: italic;































    color: #000 !important;































    font-size: 14px;































    border: 0;































    outline: none;































    -webkit-appearance: none;































    -moz-appearance: none;































    appearance: none;































    background-color: #fff;































    border-radius: 0;































}































.togsearch.ftm-src input.search-submit {































    position: absolute;































    top: 11px;































    right: 15px;































    width: 18px;































    height: 18px;































    border: none;































    background: url(images/top-srch-icn.png);































    background-position: 0 0;































    padding: 0;































    cursor: pointer;































    display: block !important;































    font-size: 0;































}































/*mbl-search ends*/































.hm-sec3 p br {































    display: none;































}































.f_widgets .ftr-cnt.ftr-adrs.trng {































    margin-bottom: 10px;































}































.page_default .genpg-rite .review_icn-list h3 {































    margin: 0 0 12px !important;































}































.page_default .genpg-rite .review_icn-list .reviews-rt-stars {
    margin: 0 !important;
}































.page-template-reviews-page .review_item:last-child {
    margin: 0 !important;
    padding: 0 !important;
}































.page-template-reviews-page .page_content {
    padding: 100px 0px 230px;
}

































.ftr-cnt.ftr-phn {
    margin: 0 0 20px;
}































.hm-btn.ftr-btn a, .hm-btn.hdr-btn a, .hm-btn.ftr-btn-mob a {
    background: #000;
    outline-color:#fff;
    outline-offset: -6px
}































/*.ftr-adrs-cnt, .ftr-cntc-cnt {width: fit-content;margin: auto;}*/































.hm-btn.ftr-btn{































    text-align: left;































}































.hdr-socio .hm-btn a {
    width: auto;
    height: auto;
}































































.hm-btn.hdr-btn a:hover {
    outline-color:#fff;
}































































.hm-btn.ftr-btn a:hover{































    background: #fff;
    outline-color:#000;
    color: #000































}































.hm-section1 .container {































    max-width: 100%!important;































    padding: 0 1%!important;































}































































.hm-btn.ftr-btn-mob {































    display: none;































}































.hm-btn.hdr-btn a {































    font-weight: 500;































    font-size: 19px !important;































    padding: 25px 40px !important;































}































.blog-pg-top select::-webkit-placeholder{















    color: #757575eb !important;















}















.blog-pg-top select::-moz-placeholder{















    color: #757575eb !important;















}















.blog-pg-top select:-ms-placeholder {















    color: #757575eb !important;















}















.blog-pg-top input::-webkit-input-placeholder{















    color: #757575eb !important;















}















.blog-pg-top input::-moz-input-placeholder{















    color: #757575eb !important;















}















.blog-pg-top input:-ms-input-placeholder {















    color: #757575eb !important;















}































.genpg-lft select::-webkit-placeholder{















    color: #757575eb !important;















}















.genpg-lft select::-moz-placeholder{















    color: #757575eb !important;















}















.genpg-lft select:-ms-placeholder {















    color: #757575eb !important;















}















.genpg-lft input::-webkit-input-placeholder{















    color: #757575eb !important;















}















.genpg-lft input::-moz-input-placeholder{















    color: #757575eb !important;















}















.genpg-lft input:-ms-input-placeholder {















    color: #757575eb !important;















}















.socio-icons a.sgl-gp,















.socio-icons a.sgl-insta {















    display: none;















}















.hm-logos-sec h5 {















    margin: 0 0 15px;















}















.hm-logos-sec h2 {















    line-height: 1.1;















    margin: 0 0 30px 0;















}















.hm-logos-blk .log-img {















    width: 23%;















    margin: 0 0.8%;















}















.hm-logos-blk .log-img img {















    width: 100%;















    display: block;















}















.single-post .sdbr-cont-sec {















    margin: 0 !important;















}































a.green-footer-logo {















    display: inline-block;















}































.f_widgets>div {















    width: auto;















    margin: 0;















    font-size: 0;















}















.f_widgets {















    display: flex;















    margin: 0 auto 0px !important;















    justify-content: space-between;















    max-width: 1120px;















    align-items: center;















}















.ftr-social {















    margin: 40px 0 0;















}















.socio-icons a.sgl-ln {







    background-image: url(images/linkedin-icon1.webp);







}















.socio-icons a.sgl-ln:hover {







    background-image: url(images/linkedin-hvr.webp);







}















.contact-pg-item.cnt-soc a.cont-pg-lnk {







    background-image: url(images/linkedin-icon1.webp);







}















.contact-pg-item.cnt-soc a.cont-pg-lnk:hover {







    background-image: url(images/linkedin-hvr.webp);







}















div#gf_3 {







    position: relative;







    top: -200px;







}











.page_default .genpg-rite .innr-caseresults .rslt-itm h3:before {



    position: absolute;



    content: "";



    margin: auto;



    bottom: 0;



    left: 0;



    right: 0;



    width: 70px;



    border-bottom: 4px solid #d5d9dd;



}



.page_default .genpg-rite .innr-caseresults .rslt-itm h3 {



    font-size: 19.5px;



    line-height: 1.4;



    position: relative;



    padding-bottom: 20px;



    margin-bottom: 25px;



    min-height: 85px;



}



.page_content .genpg-rite .innr-caseresults .rslt-itm p {



    margin: 0;



    font-size: 16px;



    line-height: 1.55;



}



.hm-caserslt-sec .rslt-itm p a {



    color: #b09055;



    font-size: 15px;



}







.hm-caserslt-sec .rslt-itm p a:hover{



    color: #005246;



}



.rslt-itm-hvr a {



    position: absolute;



    left: 0;



    right: 0;



    margin: auto;



    top: 0;



    bottom: 0;



    width: 100%;



    height: 100%;



    font-size: 0;



    z-index: 1;



}



.hm-abtsec p {



    font-size: 17.5px;



    line-height: 1.6;



    margin: 0 0 20px 0;



}

.mbl-bnr-img{

    display:none
}
.hm-logos-prt {
    padding: 100px 0 130px;
}



.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: 55%;
    text-align: left;
}
.page_default .genpg-rite .inn-areas-map {
    width: 39%;
    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: 0 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: #b09055;
    padding-left: 20px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: 20px;
}

.page_default .genpg-rite .inn-areas-lst li.county a:hover{
    color: #005246;
}
.page_default .genpg-rite .inn-areas-lst li.county a::before{
content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b09055;
}

.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 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: #555657;
}
.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: #000000 !important;
}
.inn-areas-btn {
    margin-top: 25px;
}

.page_default .genpg-rite .inn-areas-lst li.county .cities ul li a {
    padding: 0;
}
.page_default .genpg-rite .inn-areas-lst li.county .cities ul li a::before {
    display: none;
}

.page_default .genpg-rite .inn-areas-btn.hm-btn a {
    color: #fff;
}
.inn-areas-btn.hm-btn {
    text-align: left;
}


.page-id-1119 .page_default {
    background-image: url(images/service-area-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
}