@charset "UTF-8";
/*
* Theme Name: Theme2019
* Author: the WordPress team
* Version: 1.4
*/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@900&display=swap');
@font-face {
    font-family: 'HeeboBlack';
    font-display: swap;
    src: url('fonts/HeeboBlack.eot');
    src: url('fonts/HeeboBlack.eot') format('embedded-opentype'), url('fonts/HeeboBlack.woff2') format('woff2'), url('fonts/HeeboBlack.woff') format('woff'), url('fonts/HeeboBlack.ttf') format('truetype'), url('fonts/HeeboBlack.svg#HeeboBlack') format('svg');
}

@font-face {
    font-family: 'HeeboMedium';
    font-display: swap;
    src: url('fonts/HeeboMedium.eot');
    src: url('fonts/HeeboMedium.eot') format('embedded-opentype'), url('fonts/HeeboMedium.woff2') format('woff2'), url('fonts/HeeboMedium.woff') format('woff'), url('fonts/HeeboMedium.ttf') format('truetype'), url('fonts/HeeboMedium.svg#HeeboMedium') format('svg');
}

@font-face {
    font-family: 'HeeboRegular';
    font-display: swap;
    src: url('fonts/HeeboRegular.eot');
    src: url('fonts/HeeboRegular.eot') format('embedded-opentype'), url('fonts/HeeboRegular.woff2') format('woff2'), url('fonts/HeeboRegular.woff') format('woff'), url('fonts/HeeboRegular.ttf') format('truetype'), url('fonts/HeeboRegular.svg#HeeboRegular') format('svg');
}

@font-face {
    font-family: 'HeeboSemiBold';
    font-display: swap;
    src: url('fonts/HeeboSemiBold.eot');
    src: url('fonts/HeeboSemiBold.eot') format('embedded-opentype'), url('fonts/HeeboSemiBold.woff2') format('woff2'), url('fonts/HeeboSemiBold.woff') format('woff'), url('fonts/HeeboSemiBold.ttf') format('truetype'), url('fonts/HeeboSemiBold.svg#HeeboSemiBold') format('svg');
}

@font-face {
    font-family: 'WorkSans-SemiBold';
    font-display: swap;
    src: url('fonts/WorkSans-SemiBold.eot');
    src: url('fonts/WorkSans-SemiBold.eot') format('embedded-opentype'), url('fonts/WorkSans-SemiBold.woff2') format('woff2'), url('fonts/WorkSans-SemiBold.woff') format('woff'), url('fonts/WorkSans-SemiBold.ttf') format('truetype'), url('fonts/WorkSans-SemiBold.svg#WorkSans-SemiBold') format('svg');
}

@font-face {
    font-family: 'WorkSansMedium';
    font-display: swap;
    src: url('fonts/WorkSansMedium.eot');
    src: url('fonts/WorkSansMedium.eot') format('embedded-opentype'), url('fonts/WorkSansMedium.woff2') format('woff2'), url('fonts/WorkSansMedium.woff') format('woff'), url('fonts/WorkSansMedium.ttf') format('truetype'), url('fonts/WorkSansMedium.svg#WorkSansMedium') format('svg');
}

@font-face {
    font-family: 'WarowniaUlt';
    font-display: swap;
    src: url('fonts/WarowniaUlt.eot');
    src: url('fonts/WarowniaUlt.eot') format('embedded-opentype'), url('fonts/WarowniaUlt.woff2') format('woff2'), url('fonts/WarowniaUlt.woff') format('woff'), url('fonts/WarowniaUlt.ttf') format('truetype'), url('fonts/WarowniaUlt.svg#WarowniaUlt') format('svg');
}

@font-face {
    font-family: 'WarowniaBd';
    font-display: swap;
    src: url('fonts/WarowniaBd.eot');
    src: url('fonts/WarowniaBd.eot') format('embedded-opentype'), url('fonts/WarowniaBd.woff2') format('woff2'), url('fonts/WarowniaBd.woff') format('woff'), url('fonts/WarowniaBd.ttf') format('truetype'), url('fonts/WarowniaBd.svg#WarowniaBd') format('svg');
}

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

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-right: 15px;
    margin-top: 0;
}

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

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

img {
    border: 0;
    height: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HeeboRegular';
    margin: 0 0 20px 0;
    padding: 0;
}

p,
li,
ul,
ol,
blockquote {
    font-family: 'HeeboRegular';
    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 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fw {
    float: left;
    width: 100%;
}


/* Header Top Section */

.header_top .hdr_top {
    float: left;
    width: 100%;
}

.header_top .top_lft {
    float: left;
}

.header_top .top_lft h5 {
    font-family: 'HeeboRegular';
    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: 'HeeboRegular';
    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;
}


/* Header Top Section Ends */

.logo-menu {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.logo {
    float: left;
}

.logo_rt {
    float: right;
}




/* Footer Section */

.ftmenu ul {
    display: inline-block;
    margin: 0;
}

.ftmenu ul li {
    float: left;
}

.site_info {
    float: left;
    width: 100%;
    padding: 10px;
}

.site_info .ft_note p {
    color: #666666;
}


/* Mobile Menu Styles */

.showhide {
    display: none;
    color: #fff;
    width: 120px;
    cursor: pointer;
    padding: 0;
    position: relative;
    height: 28px;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 1.1;
    font-weight: normal;
    font-family: 'HeeboSemiBold';
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    color: #fff;
    padding-top: 0;
}
.showhide b.txtr {
    margin: 0;
    text-align: left;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 900;
    color: #fff;
    width: 27px;
    height: 37px;
}

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

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobile_src_nav .srcbox {
    background-color: #28324d;
}
.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: 'HeeboSemiBold';
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 7px 0;
    display: block;
    line-height: 1.3;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Heebo", sans-serif;
    border: 0;
    margin: 0;
    text-decoration: none;
    font-weight: 700;
}


.mobinav ul li a:hover, .mobinav ul li.current-menu-item a {
    color: #fff;
}

.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: 6px;
    width: 100%;
    height: 28px;
}

.mobinav .drop.open{
    width: 25px;
}

.mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0px 0px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 9px;
}

.mobinav ul li a.drop.open:after {
    background-position: -28px 0px;
}

.hdr-src {
    transition: 0.5s;
    cursor: pointer;
    display: none;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 6px;
}

svg.icon.icon-search {
    display: none;
}

.srcshow {
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: left;
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: -54px 0;
    text-indent: -9999px;
}

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

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

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

.srcbox .search-form .screen-reader-text {
    font-size: 0;
}

.srcbox input {
    width: 100%;
    float: left;
    padding: 17px 30px 16px 45px;
    text-transform: uppercase;
    line-height: normal;
    background-color: transparent;
    font-family: "Fira Sans", sans-serif;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    border: 0;
}

.srcbox button {
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
}

.srcbox .close_search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background-image: url(images/sprite_icons.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
    cursor: pointer;
}

.srcbox input::-webkit-input-placeholder {
    color: #fff;
}

.srcbox input::-moz-placeholder {
    color: #fff;
}

.srcbox input:-ms-input-placeholder {
    color: #fff;
}

.srcbox input:-moz-placeholder {
    color: #fff;
}


.togsearch.ftm-src form.search-form input.search-field::-webkit-input-placeholder {
    color: #fff;
}

.togsearch.ftm-src form.search-form input.search-field::-moz-placeholder {
    color: #fff;
}

.togsearch.ftm-src form.search-form input.search-field:-ms-input-placeholder {
    color: #fff;
}

.togsearch.ftm-src form.search-form input.search-field:-moz-placeholder {
    color: #fff;
}

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

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


/* Show Hide Menu Section Ends */


/* Reviews Popup Styling */

#review_btn {
    position: fixed;
    top: 300px;
    right: 0;
    cursor: pointer;
    z-index: 99999999995
}


/*#review_btn img {    background:#f17014;}*/

.popup_form_outer_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999995;
    display: none;
}

.popup_form_outer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999995;
    padding: 30px 0 0;
    display: none;
}

.popup_form {
    width: 420px;
    margin: auto;
    position: relative;
}

.popup_form h4 {
    background-color: #636466;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'HeeboSemiBold';
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

.popup_form .pf_block {
    width: 100%;
    float: left;
    background-color: #f0f0f0;
    padding: 20px 42px;
    box-sizing: border-box;
}

.popup_form h3 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'HeeboSemiBold';
    font-weight: 700;
    letter-spacing: 1.25px;
    line-height: 34px;
    margin: 0 0 5px;
    padding: 0;
}

.popup_form .pfr_block {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.popup_form .pfr_block p {
    color: #000;
    margin: 0 0 5px;
    font-family: 'HeeboRegular';
    text-align: center;
}

.pf_fields {
    width: 100%;
    float: left;
}

.pf_fields .pf_field {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}

.pf_fields .pf_field.submit-field {
    position: relative;
}

.pf_fields .pf_field label {
    font-size: 16px;
    color: #636466;
    width: 100%;
    float: left;
    margin: 0 0 3px;
    font-family: 'HeeboRegular';
}

.pf_fields .pf_field input[type="text"],
.pf_fields .pf_field input[type="email"],
.pf_fields .pf_field textarea {
    width: 100%;
    float: left;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'HeeboRegular';
    border-radius: 3px;
    border: 0;
    outline: none;
}

.pf_fields .pf_field textarea {
    height: 95px;
}

.pf_fields .pf_field input[type="button"] {
    width: 100%;
    float: left;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'HeeboRegular';
    outline: none;
}

.pf_fields .pf_field input[type="button"]:hover {
    background: #636466;
}

.pf_fields .pf_field.submit-field #form-loading {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    width: 20px;
}

.pf_fields p {
    font-size: 16px;
    line-height: normal;
    color: #636466;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    font-family: 'HeeboRegular';
}

.pfr_fields {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 10px;
}

.pfr_fields span {
    display: inline-block;
    width: 60px;
    height: 59px;
    background-image: url(images/ratingstar.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*.pfr_fields span.active {
        background-image: url(images/ratingstar_active.png);
}*/

.popup_form .error_field {
    display: none;
    color: red;
    width: 100%;
    float: left;
    font-size: 15px;
}

.pf_result {
    width: 100%;
    float: left;
    padding: 20px 42px;
    box-sizing: border-box;
}

.pf_result h5 {
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 12px;
    font-family: 'HeeboRegular';
}

.pf_result p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 10px;
    font-family: 'HeeboRegular';
}

.pf_result p strong {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 15px;
    font-family: 'HeeboRegular';
}

.share_row {
    width: 100%;
    float: left;
    margin: 0;
}

.share_row p {
    font-family: 'HeeboRegular';
}

.share_row p strong {
    font-family: 'HeeboRegular';
    font-weight: bold;
}

.share_row a {
    margin: 0 5px;
    display: inline-block;
}

.share_step {
    width: 100%;
    float: left;
}

.share_step1 {
    margin: 30px 0 10px;
}

.share_step h6 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-family: 'HeeboRegular';
}

.share_step ul {
    padding: 0;
    margin: 0;
}

.share_step ul li {
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    float: left;
}

.share_step ul li button {
    width: 233px;
    height: 74px;
    background-image: url(images/clip_btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}

#popup_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background-image: url(images/popup_close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    z-index: 99999999999995;
}

.pf_fields .pf_field #comments {
    display: block;
}

.share_step ul li button.copied {
    background: url(images/clip_btn_copied.png);
    transition: .3s;
}

.pf_result p strong {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}


/* Review Popup section Ends */

.container {
    max-width: 1290px;
    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%;
}

.header_top .hdr_top {
    float: left;
    width: 100%;
}

.header_top .top_lft {
    float: left;
}

.header_top .top_lft h5 {
    font-family: 'HeeboRegular';
    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: 'HeeboRegular';
    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;
}


/* Header Top Section Ends */

.logo-menu {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.logo {
    float: left;
}

.logo_rt {
    float: right;
}


/* Top Menu Section */


.topmenu ul {
    position: relative;
    margin: 0;
    display: flex;
    justify-content: start;
    /*align-items: center;*/
}
.topmenu ul li {
    position: relative;
    margin: 0px;
    display: inline-block;
    padding: 0px;
    border-left: 1px solid rgb(255 255 255 / 50%);
    min-height: auto !important;
    /* min-height: 115px; */
    display: flex;
    /* align-items: center; */

}
/*.topmenu ul li:last-child {
    border-right: 0;
}*/
.topmenu ul li:last-child {
    border-right: 1px solid rgb(255 255 255 / 50%);
}
.topmenu ul li a {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 1.2;
    font-family: "Heebo", sans-serif;
    /* text-transform: uppercase; */
    /* padding: 40px 20px; */
    padding: 90px 24px 25px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px;
    text-align: center;
}
.topmenu ul li:hover > a, .topmenu ul li.current-menu-item > a, .topmenu ul li.current_page_ancestor > a {
    background-color: #164723;
    color: #fff !important;
}
.topmenu ul li ul.sub-menu li.current-menu-item > a{
background-color: #659975;
}
/*.home .topmenu .hdr-src .srcshow {
    background: url(images/hdr-search.webp) no-repeat left top;
    background-size: contain;
    margin-left: 0 !important;
    padding: 0 !important;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 19px;
    cursor: pointer;
    background: url(images/blog-top-search.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}*/
.topmenu ul li ul.sub-menu {
    display: none;
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 999;
}
/*.home .header_top {
    background: rgb(255 255 255 / 50%);
}*/
.topmenu ul li:hover ul.sub-menu {
    display: block;
}

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

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

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

.topmenu .sub-menu li a {
    float: left;
    font-size: 14px;
    width: 100%;
    line-height: normal;
    padding: 8px 12px !important;
    color: #333333;
    display: block;
    text-transform: uppercase;
    font-family: 'HeeboRegular';
    text-align: left;
}

.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: 380px;
    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: 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.5s;
    font-family: 'HeeboRegular';
    text-align: left;
}
.topmenu ul li.wide-menu ul li a:hover {
    color: #fff;
    background-color: #000000;
}

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


/* Footer Section */

.ftmenu ul {
    display: inline-block;
    margin: 0;
}

.ftmenu ul li {
    float: left;
}

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

.site_info {
    float: left;
    width: 100%;
    padding: 10px;
}

.header_top .container {
    max-width: 100%;
    padding: 0px 65px;
}


.hdmenu-mbl-sec {
    width: 73%;
    float: right;
}


.hd_mbl_nbr a {
    font-size: 28px;
    line-height: 1;
    font-family: 'HeeboMedium';
    position: relative;
}

/*.hd_mbl_nbr a:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 2px;
    width: 21px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}*/

.hdtop-banner-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-cont-sec {
    padding: 360px 0px 150px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.banner-cont-sec h2, .banner-cont-sec h1 {
    font-size: 90px;
    line-height: 90%;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
}

.banner-cont-sec p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
     font-family: "Heebo", sans-serif;
    margin-bottom: 30px;
    font-weight: 400;
}
.cmn-btn a, button.cmn-btn.loadmorBtn {
    padding: 25px 92px 25px 32px;
    font-size: 20px;
     font-family: "Heebo", sans-serif;
    color: #fff !important;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-weight: 600;
    background-color: #659975;
}

.cmn-btn a:after, button.cmn-btn.loadmorBtn:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
    background-color: #fff;
    margin: auto;
}
.cmn-btn a:hover {
    background-color: #659975;
}

.hm-section2 h4, .hm-section4 h4 {
    font-size: 34px;
    line-height: 1;
    font-family: "Heebo", sans-serif;
    position: relative;
    padding-top: 90px;
    font-weight: 600;
}

.hm-section2 h4:before, .hm-section4 h4:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: none !important;
}
.hm-section2-list.itms h4:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 70px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: none !important;
    background-position: 0;
}

.hm-section2 p, .hm-section4 p {
    font-size: 17px;
    line-height: 28px;
    font-family: "Heebo", sans-serif;
    margin: 0px;
    font-weight: 400;
}
.hm-section2-item {
    width: 32.4%;
    padding: 50px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.hm-section2-list {
    display: flex;
    justify-content: space-between;
}
.hm-sctn-hvr a {
    position: absolute;
	content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
}
.hm-section2-item:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 33px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    bottom: 0px;
    background-size: cover;
    display: none;
}
.hm-section2-list.cnts .hm-section2-item:hover {
    background: #164723;
}
.hm-section2-list.cnts .hm-section2-item h4, .hm-section2-list.cnts .hm-section2-item p {
    color: #ffffff;
}
.hm-section2-list.cnts .hm-section2-item:hover h4, .hm-section2-list.cnts .hm-section2-item:hover p {
    color: #ffffff;
}
.hm-section2-list.cnts .hm-section2-item.safe {
    background-color: #ffffff;
}
.hm-section2-list.cnts .hm-section2-item.safe h4 {
    color: #164723;
}
.hm-section2-list.cnts .hm-section2-item.safe p{
    color: #1a1a1a;
}
.hm-section2-item:last-child {
    margin-right: 0px;
}
.hm-section2-item:hover h4, .hm-section2-item:hover h4 a {
    color: #ffffff;
}
.hm-section2-item:hover h4:before {
    background-position: center;
}

.hm-section2-item:hover p {
    color: #fff;
}

.hm-section2-list {
    margin-top: -98px;
}

.hm-section2 {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.hm-section3-list {
    display: flex;
    justify-content: space-between;
}
.hm-section3-left {
    width: 42%;
    position: relative;
    z-index: 2;
}
.hm-section3-img img {
    width: 100%;
    display: block;
}
.hm-section3-rite {
    width: 54%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.hm-section3 {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

.hm-section3:after {
    content: '';
    position: absolute;
    left: -30px;
    bottom: -495px;
    width: 600px;
    height: 1080px;
    background-image: url(images/wrapper-lines-shape.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    z-index: -1;
    pointer-events: none;
}

.hm-section3 h6 {
    font-size: 20px;
    line-height: 1;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.hm-section3 h2, .hm-section3 h1 {
    font-size: 50px;
    line-height: 1;
    font-family: 'HeeboMedium';
    font-weight: normal;
    margin-bottom: 20px;
}

.hm-section3 p {
    font-size: 18px;
    line-height: 32px;
    font-family: 'HeeboRegular';
    margin: 0px 0px 28px;
}

.hm-section4-item {
    width: 20%;
    display: inline-block;
    text-align: center;
}

.hm-section4-list {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}

.hm-section4 {
    padding: 50px 0px;
    position: relative;
    z-index: 2;
}

.hm-section4-item:hover a.sec4 .hm-section4 a.sec4-hr {
    display: none;
}

.hm-section4 a {
    font-size: 18px;
    display: block;
    line-height: 1;
    font-family: 'HeeboRegular';
    padding-top: 145px;
    position: relative;
}

.hm-section4 a:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: 0px;
    background-repeat: no-repeat;
    width: 103px;
    height: 102px;
}
.hm-section5 {
    padding: 50px 0px;
    background-image: url(images/home-serv-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 53%;
}

.hm-section5 h6 {
    font-size: 20px;
    line-height: 1;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hm-section5 h2 {
    font-size: 60px;
    line-height: 1;
    font-family: 'HeeboMedium';
    font-weight: normal;
    margin: 0;
}
.hm-sec5-title-sec {
    display: flex ;
    justify-content: space-between;
    margin-bottom: 30px;
}




/*.serv-btn a {
    padding: 25px 92px 25px 32px;
    font-size: 20px;
    font-family: 'HeeboSemiBold';
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}*/

/*.serv-btn a:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
    background-color: #fff;
    margin: auto;
}*/

.prf-serv-cnt {
    width: 100%;
    padding: 22px 0px 30px 50px;
}

.prf-serv-cnt h4 a {
    font-size: 32px;
    font-family: 'HeeboSemiBold';
    line-height: 1.1;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
}

.prf-serv-cnt h4 a:before {
    position: absolute;
    content: '';
    left: -50px;
    top: 23px;
    margin: auto 0px;
    width: 35px;
    height: 2px;
}
.hm-prf-serv-list.owl-carousel .owl-stage {
    display: flex;
}
.hm-prf-serv-list.owl-carousel .owl-item {
    display: flex;
}
.prf-serv-cnt h4 {
    margin: 0 0 10px;
    min-height: 80px;
}
.prf-serv-cnt h4 a:hover {
    color: #659975;
}
.prf-serv-cnt p {
    font-size: 18px;
    font-family: 'HeeboRegular';
    line-height: 32px;
    margin-bottom: 15px;
}

.prf-serv-btn a {
    font-size: 18px;
    font-family: 'HeeboSemiBold';
    line-height: 1 !important;
    margin-bottom: 0 !important;
    letter-spacing: 1.08px;
    text-transform: uppercase;
}
.prf-serv-btn {
    position: absolute;
    left: 50px;
    right: auto;
    bottom: 0;
}
.hm-prf-serv-list.owl-carousel .owl-dots {
    display: none;
}
.prf-serv-img img {
    display: block;
}

.hm-prf-serv-list.owl-carousel .owl-prev,
.hm-prf-serv-list.owl-carousel .owl-next {
    content: "";
    position: absolute;
    width: 67px;
    height: 67px;
    /*    bottom: 0;*/
    top: 225px;
    margin: auto 0;
    background: url(images/hm-sprites.png) no-repeat !important;
    background-position: -111px -6px !important;
    font-size: 0px !important;
    left: -110px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50px;
}

.hm-prf-serv-list.owl-carousel .owl-next {
    left: auto;
    right: -110px;
    background-position: -204px -6px !important;
}

.hm-section6 {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 80px 0px;
}

.hm-section6-lft {
    
    width: 65%;
}

.hm-section6-lst-blk {
    display: flex ;
    justify-content: space-between;
    align-items: center;
}

.hm-section6 h2 {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 1.2px;
    color: #fff;
    font-family: 'HeeboMedium';
    font-weight: normal;
    margin-bottom: 15px;
}

.hm-section6 p {
    font-size: 24px;
    line-height: 32px;
    font-family: 'HeeboRegular';
    color: #fff;
    margin-bottom: 0px;
    font-weight: normal;
}

/*.get-btn a {
    padding: 25px 92px 25px 32px;
    font-size: 20px;
    font-family: 'HeeboSemiBold';
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.get-btn a:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
    margin: auto;
}*/
.hm-sec6-mbl a:hover {
    color: #659975;
}

.hm-sec6-mbl {
    margin-bottom: 30px;
}

.hm-sec6-mbl a {
    font-size: 38px;
    line-height: 1;
    font-family: 'WorkSansMedium';
    color: #fff;
    position: relative;
    /*padding-left: 45px;*/
    padding-left: 0!important;
}

/*.hm-sec6-mbl a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 10px;
    width: 16px;
    height: 28px;
    background-image: url(images/hm-section6-phone-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}*/


/*Home Testimonials*/

.home_testimonials {
    /*    background-color: #f5f7fa;*/
/*    background-image: url(images/testimonials_lines.png), url(images/testimonials_lines2.png);
    background-repeat: no-repeat;
    background-position: left bottom, right top;*/
    padding: 80px 0;
    text-align: center;
position: relative;
    z-index: 1;
}

.home_testimonials:before {
    position: absolute;
    content: "";
    margin: auto;
    bottom: 0;
    left: 0;
    background-image: url(images/testimonials_lines.png);
    width: 455px;
    height: 415px;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.home_testimonials:after {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    right: 0;
    background-image: url(images/testimonials_lines2.png);
    width: 322px;
    height: 467px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
}


.home_testimonials h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

div#sync2 .home_testitem {
    position: relative;
    padding: 0 0 29px;
    text-align: center;
    width: 100%;
}

div#sync2 .home_testitem:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 30px;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: 0px;
}

div#sync2 .home_testitem h5 {
    font-family: 'HeeboMedium';
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0 38px 0;
    font-weight: normal;
}

div#sync2 .home_testitem:hover h5:before,
div#sync2 .owl-item.active.current .home_testitem h5:before {
    content: "";
    position: absolute;
    width: 33px;
    height: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

div#sync2 .appr-projitem:hover,
div#sync2 .owl-item.active.current .appr-projitem {
    background: #ffffff;
}


/*div#sync2.owl-carousel .owl-item,div#sync2.owl-carousel .owl-stage{display: flex;flex-wrap: wrap;}*/

div#sync2.owl-carousel .owl-stage {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home_testitemtxt p {
    font-family: 'HeeboMedium';
    font-size: 30px;
    line-height: 44px;
    color: #333333;
    margin: 0 0 43px;
    font-weight: normal;
}

#sync1 {
    padding: 0px 150px 0;
}

.home_testimonials div#sync2 .owl-nav {
    display: none;
}

.testi_slides.owl-carousel .owl-nav button.owl-prev,
.testi_slides.owl-carousel .owl-nav button.owl-next {
    width: 68px;
    height: 68px;
    background: url(images/hm-sprites2.png);
    background-repeat: no-repeat;
    background-position: -216px -2px;
    position: absolute;
    content: "";
    left: -35px;
    top: -15px;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    box-shadow: 0px 0px 90px 1px rgba(0,0,0,0.2);
}

.testi_slides.owl-carousel .owl-nav button.owl-next {
   rotate:180deg !important;
    left: auto !important;
    right: -35px;
}

.testi_slides.owl-carousel .owl-nav button.owl-prev span,
.testi_slides.owl-carousel .owl-nav button.owl-next span,
.testi_slides.owl-carousel .owl-nav button svg {
    display: none;
}

.testi_slides.owl-carousel .owl-nav.disabled {
    display: block;
}

div#sync2 .home_testitem:hover {
    cursor: pointer;
}


/*Home Gallery Section*/

.home_gallery {
    text-align: center;
    padding:70px 0 0;
}

.home_gallery .container {
    max-width: 100%;
    padding: 0 20px;
}

.home_gallery h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 20px;
}

.home_gallery h2, .newsletter-sec h2 {
    font-family: 'HeeboMedium';
    font-size: 60px;
    line-height: 63px;
    letter-spacing: 1.2px;
    font-weight: normal;
    margin: 0 0 40px;
}

.gallery_itemtop {
    margin: 0 0 30px;
}

ul.tabs {
    margin: 0;
    padding: 0;
}

ul.tabs li.selected a,
ul.tabs li a:hover {
    color: #dfb947;
}

.gallery_itemtop ul.tabs li {
    display: inline-block;
    padding: 0 40px;
        margin: 0;
}

.gallery_itemtop ul.tabs li a {
    display: inline-block;
    font-family: 'HeeboRegular';
    font-size: 20px;
    line-height: 32px;
    position: relative;
    cursor: pointer;
}

.gallery_itemtop ul li a:before {
    content: "";
    position: absolute;
    width: 33px;
    height: 2px;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.gallery_itemtop ul li a:hover::before,
ul.tabs li.selected a:before {
    display: block;
}

.gallery_itemtop ul li a:hover,
ul.tabs li.selected a {
    color: #dfb947;
}

.gallery_itemimgs {
    display: flex;
    flex-wrap: wrap;
}

.gallery_itemimg {
    position: relative;
    z-index: 0;
    margin-right: 1.1%;
}
.hm_gal-img {
    position: relative;
    height: 100%;
}
.hm_gal-img p{
    display: none;
}
/*.gallery_itemimg:before,
.gallery_itemimgrttop:before,
.gallery_itemimgrtbottomlt:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        background: #000;
        z-index: -1;
        opacity: 0.9;
}*/

.gallery_itemimg img {
    display: block;
    	width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_itemimg.left {
    width: 39%;
    
    height: 685px;
    overflow: hidden;
}

.gallery_itemtxt {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(images/gallery-shadow.png) no-repeat;
    padding: 20px 40px;
    background-size: 100% 100%;
}

.gallery_itemtxt h5 {
    font-family: 'HeeboSemiBold';
    color: #ffffff;
    font-size: 30px;
    line-height: 41px;
    position: relative;
    padding-top: 15px;
}

.gallery_itemtxt h5:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 4px;
    background-color: #ffffff;
    left: 0;
    top: 0;
}
a.tabs-link {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    font-size: 0px;
    z-index: 5;
}

.gallery_itemimg {
    text-align: left;
}

.gallery_itemimg.middle {
    width: 19.4%;
    height: 685px;
    overflow: hidden;
}

.gallery_itemimg.right {
    width: 39%;
    margin-right: 0;
    height: 685px;
    overflow: hidden;
}

.gallery_itemimg.right:before {
    display: none;
}

.gallery_itemimgrttop {
    position: relative;
    z-index: 0;
    margin: 0 0 20px;
    height: 50%
}

.gallery_itemimgrtbottomlt {
    width: 48.9%;
    position: relative;
    z-index: 0;
    height: 100%;
}

.gallery_itemimgrtbottomlt.fl {
    margin-right: 2.2%;
}
.gallery_itemimgrtbottom {
    height: 50%;
}


.gallery_itemimgslist {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    flex-direction: column;
}
.gallery_itemimgs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    grid-auto-flow: row;
    grid-template-areas:
        "div1 div1 div2 div3 div3"
        "div1 div1 div2 div4 div5";
}
.hide_div {
    display: none !important;
}
.div1 {
    grid-area: div1;
}
.gallery_itemimg {
    margin: 0;
}
.div2 {
    grid-area: div2;
}
.div3 {
    grid-area: div3;
}
.div4 {
    grid-area: div4;
}
.cmn-btn.grly {
    text-align: center;
    padding-top: 40px;
}
.home button.cmn-btn.loadmorBtn {
    display: none !important;
}
.cmn-btn a {
    background-color: #164723;
    color: #fff;
}
button.cmn-btn.loadmorBtn {
    background-color: #164723;
    border: 0;
    outline: 0;
    border-radius: 0;
    margin-left: 0 !important;
    margin-top: 40px;
}
/*Footer Top Section*/

.footer_top {
    background-repeat: no-repeat;
    background-position: center top;
    padding: 145px 0 145px;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.footer_topcnt {
    max-width: 35%;
}

.footer_top h2 {
    /*font-family: 'Heebo', sans-serif;*/
    /*    font-family: 'WarowniaBd', sans-serif;*/
    font-size: 90px;
    line-height: 100px;
    letter-spacing: 2px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
}

.footer_top a.footer_topcall {
    /*    padding: 25px 92px 25px 32px;*/
    padding: 25px 32px;
    font-size: 38px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    position: relative;
    position: relative;
    padding: 30px 35px;
}

/*.footer_top a.footer_topcall:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 27px;
    background-repeat: no-repeat;
    left: 37px;
    top: 6px;
    bottom: 0;
    margin: auto;
}*/

.footer_top a.footer_topcall:hover {
    background-color: #000;
}


/* Footer Section */

.footer_lt {
    width: 340px;
}
.ftr-blk {
    display: flex
;
    justify-content: space-between;
}

.footer_logo {
    width: 165px;
    margin: 0 0 30px;
}

.footer_logo img {
    display: block;
}

.footer_adrs {
    margin-left: 35px;
}

.footer_adrs p,
.footer_adrs a {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #164723;
}
.footer_adrs a {
    display: inline-block;
}
.footer_adrs p {
    margin: 0 0px 20px 0;
    /*vertical-align: text-top;*/
}
/*.footer_adrs p:nth-child(2), .footer_adrs p:nth-child(3) {
    margin-right: 0;
}*/
.footer_adrs a:hover {
    color: #3454d1;
}

.footer_scl a {
    position: relative;
    width: 30px;
    height: 28px;
    display: inline-block;
    text-indent: -5000px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.footer_rt {
    width: 860px;
    margin-top: -230px;
    position: relative;
}

.footer_rt .footer_form {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(25, 26, 28, 0.3);
    -moz-box-shadow: 0px 20px 30px 0px rgba(25, 26, 28, 0.3);
    box-shadow: 0px 20px 30px 0px rgba(25, 26, 28, 0.3);
    padding: 55px 82px 60px;
    position: relative;
    z-index: 1;
}

.footer_rt h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

.footer_rt h2 {
    font-family: 'HeeboMedium';
    font-size: 60px;
    line-height: 64px;
    color: #1a1a1a;
    letter-spacing: 1.2px;
    margin: 0;
    font-weight: 500;
}

.footer_rt p {
    font-family: 'HeeboRegular';
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin: 0 0 35px;
}

.footer_form .footer_item {
    float: left;
    margin: 0 0 10px 0;
    width: 49%;
}

.footer_form .footer_item.fr {
    float: right;
}

.footer_form .footer_item.fw {
    width: 100%;
}

.ftr_forminner.gform_wrapper .gform_footer {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important
}

.ftr_forminner .gform_wrapper ul li.gfield {
    clear: inherit !important;
}

.ftr_forminner .gform_wrapper .top_label div.ginput_container {
    margin: 0 !important
}
.ftr_forminner .gform_wrapper ul.gform_fields{
    display: flex;
        flex-wrap: wrap;
}

.ftr_forminner .gform_wrapper ul.gform_fields li.gfield {
    width: 50%;
    margin: 0 !important;
     padding: 0 0px !important; 
    margin-bottom: 10px !important;
    position: relative;
    padding-right: 10px !important;
}
.ftr_forminner .gform_wrapper ul.gform_fields li.gfield:nth-child(2), .ftr_forminner .gform_wrapper ul.gform_fields li.gfield:nth-child(4), .ftr_forminner .gform_wrapper ul.gform_fields li.gfield:nth-child(6), .ftr_forminner .gform_wrapper ul.gform_fields li.gfield:nth-child(7) {
    padding-right: 0 !important;
}
.ftr_forminner .gform_wrapper ul.gform_fields li.gfield.fw {
    width: 100%;
}

.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    height: 135px !important;
    padding: 13px 20px 13px 42px !important;
    border: 1px solid #ebedf0 !important;
    width: 100% !important;
}

.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield input {
    padding: 10px 20px 10px 42px !important;
    position: relative !important;
    color: #333333 !important;
}
.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield select option.gf_placeholder {
    padding: 0 !important;
}
.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield input,
.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield textarea, 
.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield select,
.newsletter-cnt-list .gform-body.gform_body .ginput_container input {
    height: 65px;
    float: left;
    line-height: 20px;
    outline: none;
    font-size: 20px !important;
    line-height: normal;
    font-family: "HeeboRegular" !important;
    color: #333333 !important;
    padding: 15px 19px !important;
    background-color: #f5f7fa !important;
    border: 1px solid #ebedf0 !important;
    width: 100% !important;
    margin: 0 !important;
    appearance: none;  
}

.ftr_forminner .gform_wrapper .gform-body .gfield select {
    background-image: url(images/frm-dwn-arw.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
}

.ftr_forminner .gform_wrapper label.gfield_label {
    display: none;
}

.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    height: 135px;
}

.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield textarea::-webkit-input-placeholder,
.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield input::-webkit-input-placeholder {
    color: #333333;
}

.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield textarea::-moz-placeholder,
.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield input::-moz-placeholder {
    color: #333333;
}

.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:-ms-input-placeholder,
.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield input:-ms-input-placeholder {
    color: #333333;
}

.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield textarea:-moz-placeholder,
.ftr_forminner .gform_wrapper .gform_body ul.gform_fields li.gfield input:-ms-input-placeholder {
    color: #333333;
}

.ftr_forminner .gform_wrapper .gform_footer .gform_button, .newsletter-cnt-list .gform-footer.gform_footer input.gform_button.button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 25px 92px 25px 32px;
    background-color: #164723;
    font-size: 18px;
    letter-spacing: 1.08px;
    font-family: 'HeeboSemiBold';
    color: #fff;
    line-height: 18px !important;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-image: url(images/footer_button.jpg);
    background-repeat: no-repeat;
    background-position: top 32px  right 40px;
    width: auto !important;
    min-height: inherit !important;
    margin: 0 !important;
}

/*.ftr_forminner .gform_wrapper .gform_footer .gform_button:before {
        content: '';
        position: absolute;
        right: 25px;
        top: 0px;
        bottom: 0px;
        width: 35px;
        height: 2px;
        background-color: #fff;
        margin: auto;
}*/

.ftr_forminner .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #659975 !important;
}

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

.ftr_forminner .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, 
.newsletter-cnt-list .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 5px;
}

.ftr_forminner .gform_wrapper .validation_message, 
.newsletter-cnt-list .gform_wrapper .validation_message {
    color: #f00 !important;
    position: absolute;
    width: auto !important;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 10px !important;
    width: 50% !important;
}

.ftr_forminner .gform_wrapper .instruction.validation_message, .newsletter-cnt-list .gform_wrapper .instruction.validation_message {
    top: inherit;
    bottom: 10px;
}

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

.ftr_forminner .gform_wrapper li.gfield.gfield_error, .newsletter-cnt-list .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    border: 0;
}

.ftr_forminner .gform_wrapper, .newsletter-cnt-list .gform_wrapper {
    position: relative;
    margin-bottom: 0 !important;
}
.footer_rt .footer_form .gform-footer.gform_footer.top_label {
    margin: 50px 0 0 !important;
    padding: 0 !important;
    display: inline-block;
}

.site-footer {
    float: left;
    width: 100%;
    /*    background-color:#f5f7fa;*/
    padding: 70px 0 50px;
/*    background-image: url(images/footer-lines.png);
    background-repeat: no-repeat;
    background-position: left bottom;*/
    position: relative;
    z-index: 1;
}

.site-footer:before {
    position: absolute;
    content: "";
    margin: auto;
    bottom: 0;
    left: 0;
    background-image: url(images/footer-lines.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 390px;
    height: 560px;
    z-index: -1;
    pointer-events: none;
}
.footer_top:before{
    background-color: rgb(255 255 255 / 30%);
}

.copyrights p {
    margin: 0 !important;
}
.ftmenu {
    width: 100%;
    text-align: center;
    margin: 80px 0 20px;
    display: inline-block;
}

.ftmenu ul {
    display: inline-block;
    margin: 0;
}

.ftmenu ul li {
    float: left;
    margin: 0px;
}

.ftmenu ul li a {
    font-family: 'HeeboMedium';
    font-size: 18px;
    letter-spacing: 1.08px;
    font-weight: normal;
    color: #333333;
    line-height: 1;
    text-transform: uppercase;
    float: left;
    margin: 0 25px;
}

.site_info {
    float: left;
    width: 100%;
    padding: 0 !important;
    text-align: center;
}

.site_info p {
    font-family: 'HeeboRegular';
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
    margin-bottom: 10px;
}
.hd_mbl_nbr a {
    font-size: 35px;
    line-height: 1;
    font-family: "Heebo", sans-serif;
    color: #fff;
    position: relative;
    display: block;
    font-weight: 700;
    text-align: center;
}
.top_logo.blue img {
    width: 100%;
    display: block;
}

/*.hd_mbl_nbr a:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 2px;
    width: 21px;
    height: 36px;
    background-image: url(images/phone-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}*/



.sync3 {
    display: none !important;
}


.gform_button.disabled {
    opacity: 0.7;
    pointer-events: none;
}

.gform_wrapper .form-captcha label.gfield_label {
    float: left;
    color: #fff;
    margin: 0 0 3px;
    display: block;
}

.gform_wrapper .top_label .form-captcha label.gfield_label {
    display: block;
    margin: 0 0 10px;
    color: #fff;
    font-family: 'ProximaNova-Regular' !important;
    font-weight: normal;
}

.cont-details-rit .gform_wrapper .top_label .form-captcha label.gfield_label {
    color: #000 !important;
}

.gform_wrapper .top_label .form-captcha label.gfield_label {
    margin: 0 0 3px;
}

.gform_wrapper ul.gform_fields li.gfield.gform_hidden {
    margin: 0 !important;
}
.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: #28324d;
    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: #3454d1;
}
.all_colors_button a.color_panel_green {
    background-color: #659975;
}
.all_colors_button a.color_panel_red {
    background-color: #fc5545;
}
.all_colors_button a.color_panel_yellow {
    background-color: #dfb947;
}
.color_layout_icon{
    position: absolute;
    background-color:#28324d;
    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;
}

/*Inner Pages*/
.page_bnr{
    padding: 285px 0px 40px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.page_bnr:after{
    content: '';
    position: absolute;
    left: 0px;
    right:0px;
    bottom: 0px;
    margin: 0px auto;
    background-image: url(images/page-banner-after.png);
    background-repeat: no-repeat;
    pointer-events: none;
    height: 120px;
    width: 100%;
    display: none;
}
.page_bnr:before{
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    pointer-events: none;
    z-index: -1;
}
.page_title h1, .page_title h2 {
    font-size: 80px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 1.6px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    min-height: 280px;
    position: relative;
}
.inrpg-breadcrumbs{
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    font-family: 'HeeboRegular';
}
.inrpg-breadcrumbs a.home{
    font-size: 0px;
    width: 25px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    vertical-align: top;
    background-size: contain;
}
span.bdivider {
    display: inline-block;
    margin: 12px 10px;
    background-color: rgba(255, 255, 255,0.4);
    width: 20px;
    vertical-align: top;
    height: 2px;
}
.inner-logo-sec {
    margin-top: -25px;
    padding: 0px !important;
}
.our-service-title-sec {
    display: flex;
        justify-content: space-between;
    margin-bottom: 60px;
}
.our-service-title {
    width: 50%;
}
.our-service-cnt {
    width: 50%;
}

.page_content h1{
    font-size: 62px;
    line-height: 105%;
    letter-spacing: 1.2px;
    color: #1a1a1a;
    font-family: 'HeeboMedium';
    font-weight: 500;
    margin: 0 0 20px;
}
.page_content h2{
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 1.2px;
    color: #1a1a1a;
    font-family: 'HeeboMedium';
    font-weight: normal;
    margin: 0 0 20px;
}
.page_content h3{
    font-size: 38px;
    line-height: 100%;
    letter-spacing:0px;
    color: #1a1a1a;
    font-family: 'HeeboSemiBold';
    font-weight: normal;
    margin: 0 0 20px;
}
.page_content h4{
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #1a1a1a;
    font-family: 'HeeboSemiBold';
    font-weight: normal;
    margin: 0 0 20px;
        min-height: auto;
}
.page_content h5{
    font-size: 34px;
    line-height: 100%;
    font-family: 'HeeboSemiBold';
    color: #164723;
    font-weight: 600;
    margin: 0 0 20px;
}
.page_content h6{
    font-size: 20px;
    line-height: 105%;
    color: #1a1a1a;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    margin: 0 0 20px;
}
.page_content p{
    font-family: 'HeeboRegular';
    font-size: 18px;
    line-height: 175%;
    color: #333333;
    margin-bottom: 20px;
}
/*.page_content p a{
    color:#659975 ;
}*/
.page_content ul li, .page_content ol li {
    font-family: 'HeeboRegular';
    font-size: 18px;
    line-height: 175%;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
    padding-left: 28px;
}
/* .page_content p strong{} */

.our-serv-item{
    width: 32%;
    margin-right: 2%;
    /*    margin-bottom: 60px;*/
    margin-bottom: 30px;
}
.our-serv-item:nth-child(3n){
    margin-right: 0px;
}
.ourservice-prf-serv-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-serv-item.our-serv-lst{
    background-image: url(images/our-serv-all-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 48px 50px;
}
.our-serv-item .prf-serv-cnt{
    padding: 40px 0px 30px 50px;
}
.our-serv-item.our-serv-lst h4{
    font-size: 34px;
    line-height: 120%;
    color: #fff;
    font-family: 'HeeboSemiBold';
    margin-bottom: 20px;
    position: relative;
    padding-top: 90px;
}
.our-serv-item.our-serv-lst h4:before{
    content: '';
    position: absolute;
    left:  0px;
    top: 0px;
    background-image: url(images/blue-hm-sprites.png);
    background-repeat: no-repeat;
    background-position: -114px -10px;
    width: 78px;
    height: 61px;
}
.our-serv-item.our-serv-lst p{
    color: #fff;
    margin-left: 0 !important;
}
.our-serv-btn{
    margin-left: 0 !important;
}
/*.our-serv-item.our-serv-lst:last-child {
    margin: 0;
}*/
.our-serv-btn a{
    padding: 25px 92px 25px 32px;
    font-size: 18px;
    font-family: 'HeeboSemiBold';
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.our-serv-btn a:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
    background-color: #fff;
    margin: auto;
}
.page_default {
    padding: 80px 0 70px;
}
.footer_rt .cont-pg.footer_form{
    padding: 20px;
}
.contpg-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contpg-item {
/*    width: 25%;*/
    width: auto;
}
.contpg-item h5{
    margin-bottom: 15px;
    position: relative;
    padding-top: 95px;
}
.contpg-item h5:before{
    content: '';
    position: absolute;
    left: 0px;
    top: -8px;
    width: 75px;
    height: 75px;
    background-image: url(images/contact-page-sprites.png);
    background-repeat: no-repeat;
    transform: scale(0.8)

}
.page_default .genpg-full-width .contpg-item p {
    margin-bottom: 0px;
    margin-left: 0!important;
}
.contpg-item.contpg-socio a {
    display: block;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 25px;
    text-transform: capitalize;
    padding-left: 48px;
    font-family: 'HeeboRegular';
    position: relative;
}
.contpg-item.contpg-socio a:before{
    content: '';
    position: absolute;
    left: 0px;
    top: -7px;
    width: 30px;
    height: 28px;
    background-repeat: no-repeat;
}
.contpg-item.contpg-socio {
    padding-top: 30px;
}
.contpg-item.contpg-socio a.fb:hover:before{
    background-position: -4px -243px;
}
.contpg-item.contpg-socio a.twtr:hover:before{
    background-position: -44px -243px;
}
.contpg-item.contpg-socio a.insta:hover:before{
    background-position: -85px -243px;
}
.contact-pg-left {
    padding-top: 125px;
    width: 325px;
}
.contact-pg-left h5{
    font-size: 34px;
    line-height: 100%;
    font-family: 'HeeboSemiBold';
    color: #1a1a1a;
    position: relative;
    font-weight: 600;
}
.contact-pg-left h5:before{
    content: '';
    position: absolute;
    left: -45px;
    top: 15px;
    width: 35px;
    height: 2px;
    background-color: #1a1a1a;
}
.contact-pg-left p{
    font-family: 'HeeboRegular';
    font-size: 18px;
    line-height: 160%;
    color: #333333;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
}
.contact-pg-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-pg-list .footer_rt {
    margin-top: -60px;
    z-index: 999;
}
.contpg-top-content{
    padding-bottom: 105px;
    position: relative;
}
.contpg-top-content:after{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(images/contpg-stripes.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 144px;
    pointer-events: none;
}


/*Blog Page*/
.post_item{
    margin-bottom: 60px;
        display: flex ;
    flex-direction: column;
}
.blog-cont-sec {
    display: flex ;
    flex-wrap: wrap;
}
.post_item.big-size{
    width:66%;
    margin-right: 2%;
}
.post_item.small-size{
    width: 32%;
    margin-right: 2%;
}
.post_item:nth-child(2){
    margin-right: 0px;
}
.post_item:nth-child(5){
    margin-right: 0px;
}
.blog-cont-sec .post_date {
    position: absolute;
    bottom: 35px;
    /*left: 70px;*/
    left: 48px;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    font-family: 'HeeboRegular';
}
.blog-cont-sec .post_img {
    position: relative;
}
/*.blog-cont-sec .post_date:before{
    content: '';
    position: absolute;
    left: -40px;
    top: -6px;
    background-image: url(images/contact-page-sprites.png);
    background-repeat: no-repeat;
}*/
.blog-cont-sec .big-size .post_date:before{
    width: 31px;
    height: 31px;
}
.blog-cont-sec .small-size .post_date:before{
    width: 25px;
    height: 25px;
    left: -35px;
    top: -4px;
}
.blog-cont-sec .post_cnt {
    padding: 35px 10px 52px 45px;
    background-image: url(images/blog-post-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
        height: 100%;
}
.page_content.blog-pg h2{
    position: relative;
}
.page_content.blog-pg h2:before {
    content: '';
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0;
    background-color: #659975;
    width: 35px;
    height: 2px;
    margin: auto;
}
.page_content.blog-pg .big-size h2{
    font-size: 34px;
    line-height: 100%;
    color: #164723;
    font-family: 'HeeboSemiBold';
    margin-bottom: 10px;
}
.page_content.blog-pg .small-size h2{
    font-size: 30px;
    line-height: 100%;
    color: #1a1a1a;
    font-family: 'HeeboSemiBold';
    margin-bottom: 10px;
}
.post_btn a{
    font-size: 18px;
    font-family: 'HeeboSemiBold';
    line-height: 1;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.post_item.big-size .blog-post-img {
    position: relative;
}
/*.post_item.big-size .blog-post-img:before{
    content: '';
    position: absolute;
    right: 40px;
    top: -11px;
    background-repeat: no-repeat;
    width: 79px;
    height: 89px;
    background-position: 0px 0px;
}*/
nav.navigation.pagination {
    width: 100%;
    float: left;
    text-align: center;
}
.page_content.blog-pg h2.screen-reader-text{
    display: none;
}
.nav-links .page-numbers, .nav-links span.page-numbers.current{
    font-size: 20px;
    line-height: 350%;
    font-family: 'HeeboSemiBold';
    letter-spacing: 1.2px;
    color: #1a1a1a;
    margin: 0px 12px;
}
span.nav-next-text, span.nav-prev-text, .svg-icon {
    display: none;
}
a.prev.page-numbers{
    width: 68px;
    height:68px;
    background-image: url(images/page-previous-button.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    vertical-align: top;
}
a.next.page-numbers{
    width: 68px;
    height:68px;
    background-image: url(images/page-next-button.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    vertical-align: top;
}
.blog_content_search {
    position: relative;
}
/*.blog_content_search:before{
    content: '';
    position: absolute;
    left: -45px;
    top: 52px;
    background-color: #333333;
    width: 35px;
    height: 2px;
}*/
.blog_content_title_list_blk {
    display: flex
;
    justify-content: space-between;
    align-items: flex-end;
}
.blog_content_title h6{
    font-size: 20px;
    line-height: 1;
    font-family: 'WorkSans-SemiBold';
    margin-bottom: 10px;
    font-weight: 500;
}
.blog_content_title h2{
    font-size: 60px;
    line-height: 1;
    font-family: 'HeeboMedium';
    font-weight: normal;
    color: #1a1a1a;
    margin-bottom: 0px;
}
.blog_content_search form.search-form {
    position: relative;
    width: 215px;
}
.blog_content_search input.search-field {
    border: none;
    background-color: transparent;
    font-size: 20px;
    line-height: 1;
    font-family: 'HeeboRegular';
color: #333333 !important;
    padding: 8px 8px;
    outline: none;
    border:1px solid #000
}
.blog_content_search input.search-field::placeholder{
    font-size: 20px;
    line-height: 1;
    font-family: 'HeeboRegular';
    color: #333333;
}
.blog_content_search span.screen-reader-text{
    display: none;
}
.blog_content_search  input.search-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    background-repeat: no-repeat;
    width: 18px;
    height:18px;
    border: none;
    background-color: transparent;
    font-size: 0px;
}
.blog_content_title_list {
    margin-bottom: 80px;
}
.page_bnr.blog_bnr{
    background-image: url(images/blog_page_banner.jpg);
    /* padding: 225px 0px 135px; */
}
.page_bnr.blog_bnr:after{
    height: 80px;
}

/*Single Blog Post*/
.genpg-lft {
    float: left;
    width: 300px;
}
.genpg-rite {
    float: right;
    width: 920px;
}
.genpg-rite.full-width{
    width: 100%;
}
/* .genpg-lft .widget_search{} */
.genpg-lft .widget_search form.search-form {
    position: relative;
    width: 100%;
}
.genpg-lft .widget_search input.search-field {
    border: none;
    background-color: transparent;
    font-size: 20px;
    line-height: 1;
    font-family: 'HeeboRegular';
    color: #333333;
    padding: 8px 8px;
    outline: none;
    border: 1px solid #659975;
    width: 100%;
}
.genpg-lft .widget_search input.search-field::placeholder{
    font-size: 20px;
    line-height: 1;
    font-family: 'HeeboRegular';
    color: #333333;
}
.genpg-lft .widget_search span.screen-reader-text{
    display: none;
}
.genpg-lft .widget_search  input.search-submit {
    position: absolute;
    right: 12px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    background-image: url(images/red-color-search-icon.png);
    background-repeat: no-repeat;
    width: 18px;
    height:18px;
    border: none;
    background-color: transparent;
    font-size: 0px;
}
.genpg-lft .widget_categories{
    background-color: #fff;
    padding: 45px 30px 50px;
    margin-bottom: 25px;
    background-image: url(images/sdb-arrows-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.genpg-lft .widget_archive{
    padding: 45px 30px 50px;
    background-color: #fff;
    margin-bottom: 25px;
    background-image: url(images/sdb-arrows-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.page_content .genpg-lft h4.widget-title,.page_content .genpg-lft h4 {
    font-size: 30px;
    line-height: 100%;
    color: #1a1a1a;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.genpg-lft .widget_categories ul{
    margin-left: 20px;
}
.genpg-lft .widget_categories ul li a{
    font-size: 20px;
    color: #333333;
    font-family: 'HeeboRegular';
}
label.screen-reader-text {
    display: none;
}
.genpg-lft .widget_archive select,
.genpg-lft .widget_categories select {
    padding-left: 0;
    width: 100%;
    border: none;
    font-size: 20px;
    line-height: 1;
    font-family: 'HeeboRegular';
    color: #333333;
    outline: none;
}
.post_single .post_img {
    margin-bottom:  40px;
}
.post_single .post_date{
    font-size: 20px;
    line-height: 30px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    /*    padding-left: 35px;*/
    padding-left: 0!important;
    margin-bottom: 20px;
}
/*.post_single .post_date:before{
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    background-image: url(images/contact-page-sprites.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}*/
.genpg-lft .widget_search {
    margin-bottom: 30px;
}
.recnt-sdb-sec{
    background-color: #fff;
    padding: 45px 30px 50px;
    margin-bottom: 25px;
    background-image: url(images/sdb-arrows-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.recnws-item {
    padding-left: 20px;
}
.page_content .genpg-lft h5{
    font-size: 20px;
    line-height: 120%;
    color:#333333;
    font-family: 'HeeboRegular';
    margin-bottom: 10px;
    font-weight: normal;
}
.page_content .genpg-lft .recnws-date{
    font-size: 15px;
    line-height: 100%;
    font-family: 'HeeboRegular';
    margin-bottom: 10px;
}
.blogrecent_post .post_item{
    width: 32%;
    margin-right: 2%;

}
.singl_blog_post_lists {
    display: flex ;
    justify-content: center;
}
.singl_blog_post_lists .post_item {
    margin-bottom: 0;
}
.blogrecent_post .post_item:last-child{
    margin-right: 0px;
}
.blogrecent_post .post_img{
    position: relative;
}
.blogrecent_post .post_date {
    position: absolute;
    bottom: 35px;
    left: 40px;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    font-family: 'HeeboRegular';
}
/* .blogrecent_post .post_date:before {
    content: '';
    position: absolute;
    left: -35px;
    top: -3px;
    background-image: url(images/contact-page-sprites.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
} */
.blogrecent_post .post_cnt{
    padding: 35px 10px 52px 45px;
    background-image: url(images/blog-post-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.blogrecent_post .post_cnt h2 {
    font-size: 30px;
    line-height: 100%;
    color: #1a1a1a;
    font-family: 'HeeboSemiBold';
    margin-bottom: 10px;
    position: relative;
}
.blogrecent_post .post_cnt h2:before {
    content: '';
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0;
    background-color: #164723;
    width: 35px;
    height: 2px;
    margin: auto;
}
.blogrecent_post .post_cnt p{
    font-family: 'HeeboRegular';
    font-size: 18px;
    line-height: 175%;
    color: #333333;
    margin-bottom: 20px;
}
.blogrecent_post{
    background-image: url(images/recent-blog-sec.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
        background-size: 100% 50%;
    /*    background-image: url(images/testimonials_lines.png), url(images/testimonials_lines2.png);
        background-repeat: no-repeat;
        background-position: left bottom, right top;*/



    padding: 120px 0px;
}
.page_default.blog-pg {
    background-color: #fff;
}
.page_default.blog-pg .blog_content_search input.search-field {
    background-color: #fcf7f2;
}
.sdbr_blogbtn{
    padding-top: 15px;
}
.single_blog_post_title h6{
    font-size: 20px;
    line-height: 1;
    font-family: 'WorkSans-SemiBold';
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}
.single_blog_post_title h2{
    font-size: 60px;
    line-height: 1;
    font-family: 'HeeboMedium';
    font-weight: normal;
    color: #fff;
    margin-bottom: 0px;
}
.sdbr_blogbtn a {
    padding: 25px 92px 25px 32px;
    font-size: 18px;
    font-family: 'HeeboSemiBold';
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    letter-spacing: 1.2px;
    background-color: #164723;
    color: #164723;
}
.sdbr_blogbtn a:hover {
    background-color: #659975;
    color: #fff;
}
.sdbr_blogbtn a:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
    margin: auto;
    background-color: #164723;
}
.sdbr_blogbtn a:hover:after {
    background-color: #fff;
}
.singl_blog_post_list {
    margin-bottom: 50px;
        display: flex ;
    justify-content: space-between;
}

.sglpost_share a{
    display: inline-block;
    /*    font-size: 18px;*/
    font-size: 0!important;
    line-height: 100%;
    margin-bottom: 25px;
    text-transform: capitalize;
    padding-left: 48px;
    font-family: 'HeeboRegular';
    position: relative;
    margin-right: 80px;
}
.sglpost_share a{
    width: 30px;
    height: 28px;
    background-repeat: no-repeat;
    background-image: url(images/blue-hm-sprites.png);
    display: inline-block;
    vertical-align: middle;
}
.post_single .post_cnt {
    margin-bottom: 80px;
}
.search-results .post_date{
    display: none;
}
.search-results .post_item.big-size .blog-post-img:before{
    display: none;
}
.search-results .page-description {
    /*font-family: 'Heebo', sans-serif;*/
    /*    font-family: 'WarowniaBd', sans-serif;
        font-weight: 900;*/
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-size: 80px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 1.6px;
    padding-left: 10px;
}
.search_results_title {
    display: flex;
    flex-wrap: wrap;
}
h2.gform_submission_error.hide_summary {
    display: none;
}



.review_row .reviews-rt-stars {
    float: left;
    padding: 0;
    margin: 0 ;
    width: 101px;
    background-position: left top;
    position: relative;
    background-image: url(images/ratingh.png);
}
.reviews-rt-stars .rating {
    width: 100%;
    float: left;
    background-image: url(images/rating-star.png);
    background-repeat: repeat-x;
    background-position: left top;
    height: 16px;
    position: relative;
    z-index: 1;
}
.review_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 38px;
    padding-bottom: 15px;
    border-bottom: 1px solid #659975;
}
/*.rw-img {
    width: 80px;
}*/
.review_icn-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.page-template-featured-projects-page .home_gallery {
    display: block;
    clear: both;
    padding: 100px 0;
}
#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: 80%;
    background: #164723;
    overflow-y: auto;
    padding: 10px 22px;
    height: 100vh;
    position: relative;
}

#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.fixed-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #164723;
    z-index: 9999;
}
.header-sticky .stickyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-weight: normal;
}
.sticky-wrap {
    display: none;
}
.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: 'HeeboRegular';
    font-weight: 400;
    position: relative;
    padding-top: 45px;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.header-sticky .sicky-cnt a:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #fff;
}
.header-sticky .sicky-cnt .stickyshowhide:before {
    background: url(images/header-sticky-menu.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-blog-wrap a:before {
    background: url(images/header-sticky-blog.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-email-wrap a:before {
    background: url(images/header-sticky-email.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-book-wrap a:before {
    background: url(images/header-sticky-book.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-call-wrap a:before {
    background: url(images/header-sticky-call.png) no-repeat center;
}
.header-sticky .sicky-cnt.sticky-glry-wrap a:before {
    background: url(images/header-sticky-glry.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;
}
/*.mobinav .togsearch {
    display: none;
}*/


/*Pagesense Popup*/
/* Pop-up styles */
body .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 25px 15px 10px;
}
.pum-container.pum-responsive.pum-responsive-tiny {
    width: 20% !important;
}
body .pum-container.pum-responsive.pum-responsive-tiny {
    background: #0d2f44 !important;
    color: #fff !important;
    font-family: 'HeeboRegular'!important;
    font-weight: 400;
}
.pum-theme-7034 .pum-title,
.pum-theme-default-theme .pum-title {
    color: #fff !important;
    font-family: 'HeeboRegular'!important;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1.2 !important;
}
.pum-container .gform_wrapper.gravity-theme .gfield_label {
    color: #fff !important;
    font-size: 16px;
    box-shadow: none;
    font-weight: normal !important;
}
.pum-container .gf_progressbar_wrapper p,
.pum-container .gform_wrapper.gravity-theme .gfield_checkbox label,
.pum-container .gform_wrapper.gravity-theme .gfield_radio label {
    color: #fff !important;
}
.pum-theme-7034 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    line-height: 10px !important;
    font-size: 15px !important;
    padding: 8px !important;
    font-weight: bold !important;
    background-color: #28324d !important;
    color: #fff !important;
    top: -10px !important;
    right: 0;
}
body .pum-container .gform_wrapper .gform_page_footer .button {
    margin: 5px 0 !important;
    background-color: #28324d !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: 'HeeboRegular' !important;
    font-weight: 400;
    color: #164723 !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;
    outline: none;
    border: none;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input::placeholder,
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea::placeholder {
    color: #1a1a1a !important;
    font-weight: 400 !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: #3454d1;
}
.pum-container .pum-close.popmake-close {
    font-family: 'HeeboRegular'!important;
    font-weight: 400;
}
body .pum-container .pum-title {
    font-family: 'HeeboRegular'!important;
    font-weight: 400;
}
.pum-content:focus-visible {
    outline: none;
}
.pum-content.popmake-content .pum-title {
    font-family: 'HeeboRegular'!important;
    font-weight: 400;
}
.pum-content.popmake-content .gform_wrapper.gravity-theme .gf_progressbar_title {
    font-family: 'HeeboRegular'!important;
    font-weight: 400;
}
.pum-content.popmake-content .gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .gform_fields {
    font-family: 'HeeboMedium' !important;
}
.pum-container .gform_wrapper .gform_page_footer .button {
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    cursor: pointer;
    line-height: normal;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #fcc012;
    text-align: center;
    padding: 15px 15px !important;
    width: 295px !important;
    font-family: 'HeeboRegular'!important;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 3px;
}
.ps-pnf-iframe-wrapper .ps-pnf-progress-bar {
    display: none;
}
.pum-container fieldset.fst-labl span.gfield_required {
    display: none;
}
body .pum-container .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background-color: inherit !important;
    font-size: 12px !important;
    font-family: 'HeeboRegular'!important;
    font-weight: 400;
    color: #f00 !important;
    padding: 0px !important;
    margin-top: -26px !important;
    text-align: right !important;
    padding: 5px !important;
    border: 0px !important;
}
body .pum-container .gform_submission_error.hide_summary,
.gform_validation_errors {
    display: none !important;
}
body .pum-container .gform_wrapper .instruction.validation_message {
    display: none;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields textarea {
    height: 60px !important;
}
body .pum-container .pum-content .gform_confirmation_message {
    color: #fff;
    font-family: 'HeeboRegular'!important;
    font-weight: 400;
}
:focus-visible,
:-webkit-direct-focus {
    outline: none;
}
:focus,
*:focus {
    outline: none;
}
.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    min-height: 340px !important;
}
body .pum-container .gform_wrapper.gravity-theme .gform_fields input {
    min-height: inherit !important;
    line-height: inherit !important;
}


.sglpost_share {
    display: flex;
    align-items: center;
    gap: 10px;
}
.page_content .sglpost_share h6{
    margin: 0
}
.sglpost_share a{
    padding-left: 0;
    margin:0 5px;
    vertical-align: middle;
}
.footer_adrs p strong {
    display: block;
    font-weight: 900;
    color: #000;
/*    font-family: 'HeeboBlack';*/
}
a.ft-phnbnr, .ft-mail {
    padding-left: 0!important;
}
.hdr-top-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.hdr-dskscr .hdr-src {
    display: block;
    margin-top: 0;
    padding-top: 95px;
}
.topmenu {
    display: flex;
    /*align-items: center;*/
    gap: 20px;
    position: relative;
}
.hdr-dskscr .srcbox {
    top: 40px;
    bottom: 0;
    margin: auto;
}
.topmenu ul li a:hover {
    color: #659975 !important;
}
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;
}


.post_item .blog-post-img, .prf-serv-item .prf-serv-img {
    overflow: hidden;
}

.post_item .blog-post-img img, .prf-serv-item .prf-serv-img img {
    transform: scale(1);
    transition: transform 1s ease-in-out 0s;
    -webkit-transition: transform 1s ease-in-out 0s;
    -moz-transition: transform 1s ease-in-out 0s;
    -ms-transition: transform 1s ease-in-out 0s;
    -o-transition: transform 1s ease-in-out 0s;
}
.blog-post-img:hover img,
.prf-serv-item .prf-serv-img:hover img {
    transform: scale(1.03);
}
.single .blog-post-img:hover img{
    transform: scale(1);
}
.prf-serv-item {
    position: relative;
}
.banner-cont-sec:before, .footer_top:before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    pointer-events: none;
    z-index: -1;
}
.banner-cont-sec:before{
    background-color: rgb(0 0 0 / 20%);

}

.page_default.blog-pg form.search-form {
    position: relative;
    max-width: 300px;
}
.page_default.blog-pg input {
    padding: 15px 49px 15px 30px;
    font-family: 'HeeboRegular' !important;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    outline: none;
    border: none;
    line-height: 1.3;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-color: #659975;
    width: 100%;
}
.page_default.blog-pg input.search-submit {
    padding: 0;
    font-size: 0;
    width: 19px;
    height: 19px;
    background-image: url(images/blog-top-search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    cursor: pointer;
}
.page_content a:hover {
    color: #659975;
}
.page_content ol, .page_content ul {
    list-style-position: inside;
    margin: 20px 0 30px 0px;
    padding-left: 25px;
}
.page_content ol li ol, .page_content ul li ul {
    padding: 0;
    /* margin: 0; */
}
.page_content ol {
    counter-reset: my-sec-counter;
}
.page_content ol li:before {
    position: absolute;
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter) "";
    color: #164723;
    left: 0;
    top: 0;
    background-color: transparent;
    display: inline-block;
    width: auto;
    height: auto;
    border: 0;
    font-size: 19px;
    border-radius: 0;
}
.page_content ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 3px solid #164723;
    left: 0;
    top: 8px;
    background-color: #164723;
    border-radius: 50%;
}
.page_content ul li ol {
    padding: 0;
}
.page-template-contact-page .footer_top h2 {
    color: #fff;
}
.ftr_forminner img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 649px;
}
.contpg-item.contpg-socio a:last-child{margin-bottom: 0;}


/* Inner gallery page */

.page-template-gallery-page .home_gallery{padding-bottom: 80px;}
.page-template-gallery-page .home_gallery h6{display: none;}

.masonry-gallery-item img {
    width: 100%;
    display: block;
    border-radius: 15px;
}
.masonry-gallery-item {
    width: 27.8%;
}
.masonry-gallery-lst {
    display: flex ;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.masonry-gallery-blk {
    text-align: center;
}
.video-blk {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.video-blk video {
    width: 100%;
}
.video-btns {
    display: flex
;
    justify-content: space-around;
    margin: 25px 0 0;
}
.video-btn.cmn-btn a{
        background-color: #659975;
        color: #ffffff;
}
.video-btn.cmn-btn a:hover{
        background-color: #164723;
}

/*  Request Quote Form */

.request-quote-form-blk {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(25, 26, 28, 0.3);
    -moz-box-shadow: 0px 20px 30px 0px rgba(25, 26, 28, 0.3);
    box-shadow: 0px 20px 30px 0px rgba(25, 26, 28, 0.3);
    padding: 55px 40px ;
    position: relative;
    z-index: 1;
}
.request-quote-form-blk .gform_wrapper .gform_body .gform_fields .gfield input, .request-quote-form-blk .gform_wrapper .gform_body .gform_fields .gfield textarea, .request-quote-form-blk .gform_wrapper .gform_body .gform_fields .gfield select {
    height: 65px;
    line-height: 20px !important;
    outline: none;
    font-size: 20px !important;
    line-height: normal;
    font-family: "HeeboRegular" !important;
    color: #333333 !important;
    padding: 15px 19px !important;
    background-color: #f5f7fa !important;
    border: 1px solid #ebedf0 !important;
    width: 100% !important;
}
.request-quote-form-blk .gform_wrapper .gform-footer.gform_footer.top_label{
    padding: 0 !important;
    margin: 0 !important;
}
.request-quote-form-blk .gform_wrapper p.gform_required_legend{display: none;}
.request-quote-form-blk .gform_wrapper .gform_body .gform_fields .gfield textarea {
    height: 135px !important;
    resize: none;
}
.request-quote-form-blk .gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder,
.request-quote-form-blk .gform_wrapper .gform_body .gform_fields .gfield input::-webkit-input-placeholder {
    color: #333333;
}

.request-quote-form-blk .gform_wrapper .gform_body .gform_fields .gfield textarea::-moz-placeholder,
.request-quote-form-blk .gform_wrapper .gform_body .gform_fields .gfield input::-moz-placeholder {
    color: #333333;
}

.request-quote-form-blk .gform_wrapper .gform_body .gform_fields .gfield textarea:-ms-input-placeholder,
.request-quote-form-blk .gform_wrapper .gform_body .gform_fields .gfield input:-ms-input-placeholder {
    color: #333333;
}

.request-quote-form-blk .gform_wrapper .gform_body .gform_fields .gfield textarea:-moz-placeholder,
.request-quote-form-blk .gform_wrapper .gform_body .gform_fields .gfield input:-ms-input-placeholder {
    color: #333333;
}
.gform_wrapper.gravity-theme .gfield {
    position: relative;
}
.review_item:last-child {
    border-bottom: 0;
    margin: 0;
    padding-bottom: 0;
}

/*faqs*/
.faqs-pg .faq_cnt .accordion-section {
    margin: 0 0 10px 0;
    width: 100%;
}
.faqs-pg .faq_cnt .accordion-section h5 {
    font-size: 26px;
}
.page_content .faqs-pg .accordion h5 {
    margin: 0;
}
.faqs-pg .faq_cnt .accordion-section-title {
    width: 100%;
    padding: 20px 45px 20px 30px;
    display: inline-block;
    border-bottom: 3px solid #164723;
    background: #659975;
    transition: all linear 0.15s;
    color: #fff;
    position: relative;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 400;
}
.faqs-pg .faq_cnt .accordion-section-title {
    border-bottom-color: #28324d;
}
.faqs-pg .faq_cnt .accordion-section-title:hover, .faqs-pg .faq_cnt .accordion-section-title.active {
    border-bottom-color: #659975;
    background-color: #164723;
}
.faqs-pg .faq_cnt .accordion-section-title:after {
    position: absolute;
    content: "+";
    right: 20px;
    font-size: 30px;
    top: 0;
    color: #fff;
    font-family: "Outfit";
    bottom: 0;
    margin: auto;
    line-height: 0;
    width: auto;
    height: max-content;
}
.faqs-pg .faq_cnt .accordion-section-title.active:after {
    content: "-";
}
.faqs-pg .accordion-section-content {
    padding: 15px 20px 15px 30px;
    display: none;
}
.search-no-results input.search-submit {
    background: url(images/sprite_icons.png) no-repeat left top !important;
    background-position: -54px 0 !important;
}
.top_logo {
    width: 115px;
}
.rw-img {
    width: 60px;
}
.search-no-results .page-content .search-form {
    display: none;
}
/*.home .hd_mbl_nbr a, .home .topmenu ul li a {
    color: #ffffff;
}*/
.error404 .page_content p {
    margin: 0 !important;
}
.error404 .blog-cont-sec {
    justify-content: center;
}
.search-no-results .blog-cont-sec {
    justify-content: center;
}
.search-no-results .blog-cont-sec section.no-results.not-found {
    text-align: center;
}
.search-no-results .blog-cont-sec section.no-results.not-found p {
    margin: 0 !important;
}
.hm-section3 p strong a {
    color: #659975;
}
.hm-section3 p strong a:hover {
    color: #1a1a1a;
}
.prf-serv-cnt h4 a:hover:before {
    background-color: #659975;
}
.page_content.blog-pg .big-size h2:hover:before{
    background-color: #164723;
}


body .pum-container .gform_wrapper.gravity-theme .gform_fields input::-webkit-input-placeholder,
body .pum-container .gform_wrapper.gravity-theme .gform_fields select::-webkit-input-placeholder,
.ftr_forminner textarea::-webkit-input-placeholder{
opacity:1;
color: #659975;
font-weight: 400;
}
.ftr_forminner input::-moz-placeholder,
.ftr_forminner select::-moz-placeholder,
.ftr_forminner textarea::-moz-placeholder {
opacity:1;
color: #659975;
font-weight: 400;
}
.ftr_forminner input:-ms-input-placeholder,
.ftr_forminner select:-ms-input-placeholder,
.ftr_forminner textarea:-ms-input-placeholder {
opacity:1;
color: #659975;
font-weight: 400;
}

.blogrecent_post .post_cnt h2 a {
    color: #164723;
}

.blogrecent_post .post_cnt h2 a:hover {
    color: #659975;
}
.blogrecent_post .post_cnt h2:hover:before{
    background-color:#659975;
} 
.post_btn a:hover {
    color: #659975;
}
/* .page-id-252 .cont.tab-2 .gallery_itemimgslist .gallery_itemimgs,
    .page-id-252 .cont.tab-3 .gallery_itemimgslist .gallery_itemimgs,
    .page-id-252 .cont.tab-4 .gallery_itemimgslist .gallery_itemimgs {
    display: grid !important;} */
 
.footer_rt .cont-pg.footer_form .ftr-mp-sec iframe {
    width: 100%;
    height: 645px;
}
.hm-section3-img {
    height: 100%;
}
.hm-section3-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.hm-section3-vd-icn{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    z-index: 1;
}
.pum-overlay.pum-overlay-disabled.admin_debug { opacity: 1; display:block;}

.topmenu ul.primary-menu > li > ul.sub-menu {
    display: none;
}
.topmenu ul.primary-menu > li:hover > ul.sub-menu {
    display: block;
}
.topmenu ul.primary-menu > li > ul.sub-menu > li > ul.sub-menu {
    display: none;
    left: 100%;
    top: 0;
}
.topmenu ul.primary-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
    display: block;
}
.hm-section4-item:hover a {
    color: #659975;
}
.hm-section4-item:hover a:before{
    background-image: url(images/green-hm-logo-sprites-hvr1.png);
}
.inr-pg-btn.cmn-btn {
    margin-top: 54px;
    display: inline-block;
}
.page-id-300 .inr-pg-btn.cmn-btn {
    margin-top: 40px;
}
.page-id-7 .inr-pg-btn.cmn-btn {
    margin-top: 44px;
}
.inr-pg.cmn-btn {
    margin-top: 30px;
    display: inline-block;
}
/*.page-id-7 .header_top {
    background: rgb(255 255 255 / 20%);
}*/

/*search*/
.togsearch.ftm-src {
    position: relative;
    display: inline-block;
    /*float: left;*/
    width: 100%;
    margin-top: 0;
}
.togsearch.ftm-src input {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-transform: capitalize;
    line-height: normal;
       font-family: Heebo, sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #ffffff !important;
    font-size: 15px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #fff;
}

.togsearch.ftm-src input.search-submit {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    border: none;
    background: url(images/mbl-top-srch-icn.png);
    background-position: 0 0;
    padding: 0;
    cursor: pointer;
    display: block !important;
    font-size: 0;
}
.page_default .genpg-full-width .contpg-item h5 {
    margin: 0 0 10px;
    line-height: 1;
}
.contpg-list-itm {
    display: flex;
    width: 75%;
    justify-content: space-between;
}

.gallery_itemimg.div1 .hm_gal-img img, .gallery_itemimg.div2 .hm_gal-img img {
    height: 701px;
}
.gallery_itemimg.div3 .hm_gal-img img, .gallery_itemimg.div4 .hm_gal-img img, .gallery_itemimg.div5 .hm_gal-img img {
    height: 343px;
}
.gallery_itemimg.div1 .hm_gal-img img, .gallery_itemimg.div3 .hm_gal-img img {
    width: 737px;
}
.gallery_itemimg.div2 .hm_gal-img img, .gallery_itemimg.div4 .hm_gal-img img, .gallery_itemimg.div5 .hm_gal-img img{
    width: 361px;
}


.contact-pg-left h5 br ,.contact-pg-left p br{display: none;}
.page_content .our-serv-item.our-serv-lst p br { display: none; }

.page_content ul.inservice-list{column-count: 2;gap: 15px;}

.search  .post_item .blog-post-img{
    height: 480px;

}
.search  .post_item .blog-post-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.home .hd_mbl_nbr a:hover {
    color: #fff;
}*/
.hdr-btn.cmn-btn a:hover {
    background-color: #ffffff;
    color: #164723 !important;
}
.hd_mbl_nbr a:hover {
    color: #659975;
}
.hdr-btn.cmn-btn {
    text-align: center;
    margin-top: 8px;
}
.hdr-btn.cmn-btn a {
    font-size: 16px;
    padding: 20px 60px 20px 20px;
    background-color: #659975;
}
.hd_mbl_nbr p {
    margin: 0;
}
.hdr-btn.cmn-btn a::after {
    right: 20px;
    width: 30px;
    background-color: #ffffff;
}
.hdr-btn.cmn-btn a:hover::after {
    background-color: #164723;
}
.newsletter-sec {
    background-color: #164723;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}
.newsletter-sec label.gfield_label.gform-field-label {
    display: none;
}
.newsletter-cnt-list .gform-footer.gform_footer.top_label {
    margin: 30px auto 0;
    padding: 0;
    text-align: center;
    justify-content: center;
}
.newsletter-cnt-list .gform-body.gform_body .ginput_container input {
    background-color: #fff !important;
}
.newsletter-cnt-list .gform-footer.gform_footer input.gform_button.button {
    background-color: #659975;
    /* border: 1px solid transparent; */
    color: #ffffff;
}
.newsletter-cnt-list .gform-footer.gform_footer input.gform_button.button:hover {
    background-color: #ffffff;
    /* border: 1px solid #659975; */
    color: #164723;
    background-image: url(images/footer_button-hvr.jpg);
}
.newsletter-sec h2 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
.hm-section2-list.cnts {
    margin: 0;
}
.topmenu ul li a:before {
    position: absolute;
    content: "";
    margin: auto;
    top: -75px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 75px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(images/hdr-menu-abt-icn1.png);
    background-position: center;
}
.topmenu ul li.abt a::before{background-image: url(images/hdr-menu-abt-icn1.png);}
.topmenu ul li.slt a::before{background-image: url(images/hdr-menu-tile-icn1.png);}
.topmenu ul li.cpr a::before{background-image: url(images/hdr-menu-cpr-icn1.png);}
.topmenu ul li.gtrs a::before{background-image: url(images/hdr-menu-gtr-icn1.png);}
.topmenu ul li.glry a::before{background-image: url(images/hdr-menu-glry-icn1.png);}
.topmenu ul li.rvws a::before{background-image: url(images/hdr-menu-rvws-icn1.png);}
.topmenu ul li.cnct a::before{background-image: url(images/hdr-menu-cnct-icn1.png);}
.topmenu ul li.blog a::before{background-image: url(images/blog_icon_white.png);}


.topmenu ul li.abt a:hover::before{background-image: url(images/hdr-menu-abt-icn.png);}
.topmenu ul li.slt a:hover::before{background-image: url(images/hdr-menu-tile-icn.png);}
.topmenu ul li.cpr a:hover::before{background-image: url(images/hdr-menu-cpr-icn.png);}
.topmenu ul li.gtrs a:hover::before{background-image: url(images/hdr-menu-gtr-icn.png);}
.topmenu ul li.glry a:hover::before{background-image: url(images/hdr-menu-glry-icn.png);}
.topmenu ul li.rvws a:hover::before{background-image: url(images/hdr-menu-rvws-icn.png);}
.topmenu ul li.cnct a:hover::before{background-image: url(images/hdr-menu-cnct-icn.png);}
.topmenu ul li.blog a:hover::before{background-image: url(images/blog_icon_green.png);}

.mobile_src_nav .hdr-dskscr .hdr-src {
    padding: 0 !important;
}
.mobile_src_nav .hdr-dskscr .srcbox {
    top: 0 !important;
    background-color: #164723;
}



/* Map */


.page-id-982 .page_default{
    background-image: url(./images/service-areas-bg-map-image.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
}

.page_content .inn-areas-head{
    text-align: center;
}
.page_content .inn-areas-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 25px 0 40px;
}
.page_content .inn-areas-lst {
    width: 49%;
}
.page_content .inn-areas-map {
    width: 49%;
    position: relative;
    font-family: 'Work Sans', sans-serif;
}
.page_content .inn-areas-blk .inn-areas-lst ul {
    margin: 0 !important;
    padding: 0px;

}
.page_content .inn-areas-lst li.county-parent{
    margin: 15px 0;
}
.page_content .inn-areas-lst li.county-parent h6{
    margin-bottom: 0px;
    font-size: 26px;

}
.page_content .inn-areas-lst li.county {
    letter-spacing: 0;
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}
.page_content .inn-areas-lst li.county > a {
    color: #164723;
    padding-left: 21px;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}
.page_content .inn-areas-lst li.county > a:hover{
    color: #659975;
}
.page_content .inn-areas-lst li.county > a::before{
    height: 18px;
    width: 14px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(./images/map-location-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
}
.page_content .inn-areas-lst li.county > a:hover::before{
    background-image: url(./images/map-location-icon-hover.png);
}
.page_content .inn-areas-lst .cities ,.page_content .inn-areas-lst .cities-all {
    display: none;
}
.page_content .inn-areas-lst .cities ul ,.page_content .inn-areas-lst .cities-all ul {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 10px;
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.page_content .inn-areas-lst li {
    padding: 0;
    line-height: 1.6;
    font-family: 'Work Sans', sans-serif;

}
.page_content .inn-areas-lst .cities ul li , .page_content .inn-areas-lst .cities-all ul li{
    width: 49%;
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    margin-bottom: 0px;
    color: #1a1a1a;
    line-height: 1.4;

}
.page_content .inn-areas-lst li::before{
    display: none;
}
.inn-areas-lst li.county:hover .cities {
    display: block;
}
.inn-areas-lst li.county a.activeSub+.cities-all {
    display: block;
}

.imapsMapPolygon-group:hover {
    fill: #164723 !important;
}


.inn-areas-btn.cmn-btn{
    text-align: center;
}
.post_single .post_cnt .inr-pg.cmn-btn {
    margin-top: 10px;
}