/*
 Theme Name:   capstonemarketingchild
 Theme URI:    http://example.com/
 Description:  Child theme for Boyers Mechanical Service
 Author:       Your Name
 Author URI:   http://example.com
 Template:     capstonemarketing
 Version:      1.0.0
 Text Domain:  capstonemarketing
*/

/* inter-tight-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/inter-tight-v9-latin-300.woff2') format('woff2');
}
/* inter-tight-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/inter-tight-v9-latin-regular.woff2') format('woff2');
}
/* inter-tight-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/inter-tight-v9-latin-500.woff2') format('woff2');
}
/* inter-tight-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/inter-tight-v9-latin-600.woff2') format('woff2');
}
/* inter-tight-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/inter-tight-v9-latin-700.woff2') format('woff2');
}

/* bellefair-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Bellefair';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/bellefair-v15-latin-regular.woff2') format('woff2');
}
/* parisienne-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Parisienne';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/parisienne-v14-latin-regular.woff2') format('woff2');
}
/* urbanist-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/urbanist-v18-latin-regular.woff2') format('woff2');
}
/* urbanist-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/urbanist-v18-latin-700.woff2') format('woff2');
}


:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Inter Tight';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter Tight';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Inter Tight';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {
    display: none;
}
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #8eb886;
    z-index: 9999;
    border-bottom: 2px solid #114d54;
}
.container{
    max-width: 1500px;
    width: 100%;
    margin: 0px auto;
}
.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}
.header-sticky {

    width: 100%;

    float: left;

    background: #c4c9b2;

    padding: 10px;

    display: none;

}

.header-sticky .sticky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;

}

.header-sticky .mobile_src_nav,

.header-sticky .showhide {

    display: block;

}

.header-sticky .mobile_src_nav {

    background: transparent;

}

.header-sticky .stickyshowhide .txt {

    width: 40px;

    height: 40px;

    text-align: center;

    float: none;

    padding: 0;

    position: relative;

    font-weight: normal;

}

.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Inter Tight';
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button: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 #ffffff;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}


.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 45px;
}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {

    content: "";

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: 0px 0px;

    width: 13px;

    height: 13px;

    position: absolute;

    right: 0;

    top: 9px;

}

.sticky-mobinav ul li a.drop.open:after {

    background-position: -28px 0px;

}
#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    -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: 400px;
    background: #707c3a;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

#floatingMenu.openMenu {

    display: flex;

    -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: 34px;
    line-height: 1;
    font-weight: 500;
    display: block;
    background: 0 0;
    outline: 0;
    border: 0;
    padding: 0;
    color: #fff;
    position: relative;
    z-index: 999;
    cursor: pointer;
    font-family: 'Inter Tight';
    width: auto;
    margin: 0 0 0 auto;
}

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}
.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

    font-family: 'Inter Tight';

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;
    position: absolute;

    top: 15px;

    right: 6px;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

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





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



.sicky-logo{
    max-width:350px;
    text-align: center;
}



.sticky-wrap{
    display: none;
}


header#site-header.f-nav{
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Inter Tight';
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Inter Tight';
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #707c3a;
    position: absolute;
    top: 38px;
    left: 0;
    padding: 0 10px;
}
.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprites.webp)no-repeat left top;
    background-position: 0 0;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 4px;
}

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

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: 'Inter Tight';
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Inter Tight';
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #022d0b;
}

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

.mobinav ul li ul li a {
    text-transform: capitalize;
}

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

.mobile_src_nav .container {
    position: relative;
}

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



.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.site-branding a {
    display: inline-block;
}
.site-branding a img {
    display: block;
    width: 100%;
}
.hdr-top-rgt {
    padding: 20px 20px 75px;
    position: relative;
    z-index: 0;
    text-align: center;
}
.hdr-top-rgt::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #707c3a;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 86%, 0 100%);
    z-index: -2;
}
.hdr-top-rgt::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 95%;
    background-color: #022d0b;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 86%, 0 100%);
    z-index: -1;
}

.hdr-top-rgt-btn-lst{
	display:flex;gap:10px;
}

.hdr-top-rgt-btn {
    margin: 0 0 15px;
}
.hdr-top-rgt-btn a {
    display: inline-block;
    font-family: 'Inter Tight';
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    padding: 13px 22px;
    background-color: #707c3a;
    border: 2px solid #ffffff;
    border-radius: 25px;
    margin: 0;
}
.hdr-top-rgt-btn a:hover {
    background-color: #ffffff;
    border-color: #707c3a;
    color: #000000;
}
.hdr-top-nbr {
    font-family: 'Inter Tight';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #707c3a;
    text-transform: uppercase;
    margin: 0;
}
.hdr-top-nbr a {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 0;
    display: block;
    padding: 8px 0 0 0;
    margin: 0;
}
.hdr-top-nbr a:hover {
    color: #707c3a;
}
.hdr-top-nbr a::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    bottom: 5px;
    background-image: url(images/hdr-phn-icn-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
}

#main-navigation ul {
    margin: 0;
    font-size: 0;
}
#main-navigation ul li{
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 20px;
}

#main-navigation ul li:first-child{
    margin-left:0
}
#main-navigation ul li:last-child{
    margin-right:0
}
#main-navigation ul li a {
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1;
    color: #000000;
    display: inline-block;
    margin: 0;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover {
    color: #707c3a;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#707c3a;
    padding:0px 0;
    z-index:999
}
#main-navigation ul li:hover ul.sub-menu{
    display:block
}
#main-navigation ul li:hover ul.sub-menu li{
    position:relative
}
#main-navigation ul li:hover ul.sub-menu li:hover > ul{
    display:block;
    top:0;
    left:100%
}
#main-navigation .sub-menu li.current-menu-item > a{
    background-color: #f5f1e9;
    color: #000000;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #f5f1e9;
    color: #000000;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation .sub-menu li a:after{
    display:none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:999;
}
.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
.site-header .container {
    max-width: 1600px;
}
.site-header.is-sticky .site-branding {
    width: 12%;
}
.site-header.is-sticky .hdr-top-rgt {
    display: none;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background:#ffffff;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    border-bottom: 3px solid #707c3a;
    padding: 10px 0;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.mobilenav {
    width:280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}
#mobilenav-toggle {
    display:none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width:36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size:0;
    line-height:0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width:36px;
    height: 36px;
}


@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display:block
    }
}

#mobile-navigation {
    overflow-y:scroll;
    height: 100%;
    width:100%;
    padding-top:45px;
}
#mobile-navigation ul{
    margin:0;
    padding:0
}
#mobile-navigation ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
#mobile-navigation ul li a{
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    padding:6px 10px;
    display:block;
    min-width:inherit
}
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{
    color:#fff
}
#mobile-navigation .sub-menu li a{
    width:100%;
    padding:6px;
    color:#ffffff;
    display:block;
    text-align:left
}

#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}




.text-heading{
    font-family: 'Bellefair';
    font-weight: 400;
    font-size: 90px;
    line-height:1;
    letter-spacing: 0;
    color:#000000;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px;
}

a.cmn-btn {
    font-family: 'Inter Tight';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    padding: 26px 110px 25px 60px;
    color: #ffffff;
    border: 1px solid #707c3a;
    border-radius: 12px;
    background-color: #022d0b;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    position: relative;

}
a.cmn-btn::before{
    position: absolute;
    content: " ";
    background-image: url(images/btn-arw-img.webp);
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
    background-size: contain;
    border-radius: 8px;
    right:4px;
    top: 0;
    bottom: 0;
    margin: auto;
}
a.cmn-btn:hover:before{
    background-image: url(images/btn-arw-hvr-img.webp);
}
a.cmn-btn:hover {
    background-color: #707c3a;
    border: 1px solid #022d0b;
}

/* Banner Section */
.hm-banner-sec {
    position: relative;
    padding: 310px 0 260px;
    background-image: url(images/hm-banner-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.hm-bann-blck {
    text-align: center;
}
.hm-bann-blck h1 {
    font-family: 'Bellefair';
    font-weight: 400;
    font-size: 120px;
    line-height: 0.91;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
.hm-bann-start {
    font-family: 'Parisienne';
    font-weight: 400;
    font-size: 110px;
    line-height: 0.9;
    letter-spacing: 0.33px;
    color: #ffffff;
    padding: 0 160px;
    width: 100%;
    max-width: max-content;
    margin: 0 auto 10px;
    display: inline-block;
    position: relative;
}
.hm-bann-start::before, .hm-bann-start::after {
    position: absolute;
    content: "";
    width: 138px;
    height: 21px;
    background-image: url(images/hm-bann-cnt-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-bann-start::before {
    left: 0;
}
.hm-bann-start::after {
    right: 0;
    transform: rotate(180deg);
}


.hm-rooted-sec{
    padding:30px 0 160px;
}
.hm-rooted-sec .container{
    max-width: 1680px;
}
.hm-rooted-sec .text-heading{
    font-size: 88px;
    text-align: left;
    padding: 0 0 35px;
    margin: 0 0 25px;
    position: relative;
}
.hm-rooted-sec .text-heading::before {
    position: absolute;
    content: " ";
    background-color: #707c3a;
    width: 88%;
    height: 2px;
    bottom: 0;
    right: 0;
}
.hm-rooted-sec .text-heading::after {
    position: absolute;
    content: " ";
    background-image: url(images/green-leaf-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    height: 33px;
    left: 0px;
    bottom: -12px;
}
.hm-rooted-top-cnt{
    font-family: 'Inter Tight';
    font-weight: 700;
    font-size:20px;
    line-height:1.5;
    letter-spacing: 0;
    color:#000000;
    text-align: center;
    margin: 0 0 105px;
    padding: 0 60px 35px;
    border-bottom:1px solid #707c3a;
    position: relative;
}
.hm-rooted-top-cnt::after {
    position: absolute;
    content: " ";
    background-image: url(images/green-leaf-reverse-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    height: 33px;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: -13px;
}

.hm-rooted-lst{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-rooted-lft {
    width: 33.1%;
}
.hm-rooted-lft p{
    font-family: 'Parisienne';
    font-weight:400;
    font-size:62px;
    line-height:1;
    letter-spacing: 0.18px;
    color:#707c3a;
    margin: 0;
}
.hm-rooted-mid {
    width: 30.7%;
    position: relative;
}
.hm-rooted-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.hm-rooted-img img {
    display: block;
    width: 100%;
}
.hm-rooted-rgt {
    width: 32.8%;
}
.hm-rooted-rgt-img {
    width: 37%;
    margin: 0 0 30px;
}
.hm-rooted-rgt-img img{
    width: 100%;
    display: block;
}
.hm-rooted-rgt p {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 35px;
}
.hm-rooted-rgt li {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #022d0b;
    text-transform: uppercase;
    padding: 23px 20px 23px 127px;
    position: relative;
    border-bottom: 1px solid rgb(2, 43, 12, 10%);
}
.hm-rooted-rgt li:first-child{
    border-top: 1px solid rgb(2, 43, 12, 10%);

}
.hm-rooted-rgt li::before{
    position: absolute;
    content: '';
    background-image: url(images/leaf-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 52px;
    height: 52px;
    left:30px;
    top:0;
    border-radius: 8px;
    bottom: 0;
    margin: auto;

}
.hm-rooted-rgt ul{
    list-style-type: none;
}



/* residental section */

.hm-resd-sec {
    border-radius: 40px;
    background-color: #fbf8f1;
    padding: 110px 0;
    position: relative;
    z-index: 1;
}
.hm-resd-sec::before {
    position: absolute;
    content: " ";
    background-image: url(images/rsdnt-tree-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23.5%;
    height: 22%;
    left: 50px;
    top: 13.9%;
}
.hm-resd-sec::after{
    position: absolute;
    content: " ";
    background-image: url(images/rsdnt-sec-after-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23.5%;
    height: 22%;
    right: 50px;
    top: 13.9%;
    z-index: -1;
}
.hm-resd-cnt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px 20px 30px;
}
.hm-resd-sec .text-heading{
    font-size: 88px;
    margin: 0 0 10px;
}
.hm-resd-sec p {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 30px;
    text-align: center;
}
.hm-resd-lst {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 0 40px;
}
.hm-resd-itm {
    width: 32%;
    position: relative;
    border-radius: 30px;
}
.hm-resd-itm::before {
    position: absolute;
    content: " ";
    background-image: url(images/rsdnt-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 32.4%;
    left: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
}
.hm-resd-itm:hover:before{
    background-image: url(images/rsdnt-bfr-hvr-img.webp);
}
.hm-resd-img img {
    width: 100%;
    display: block;
    border-radius: 30px;
}
.hm-resd-itm h5 {
    font-family: 'Bellefair';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hm-resd-hvr-itm a {
    position: absolute;
    font-size: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: inline-block;
}
.hm-rsdnt-btn {
    text-align: center;
}



/* whychoose section */

.hm-whychoose-sec {
    padding: 110px 0 100px;
    position: relative;
}
.hm-whychoose-sec::before {
    position: absolute;
    content: " ";
    background-color: rgb(112, 124, 58);
    width: 88.2%;
    height: 1px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.hm-whychoose-sec::after {
    position: absolute;
    content: " ";
    background-image: url(images/green-leaf-reverse-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    height: 33px;
    left: 0px;
    right: 0;
    margin: auto;
    bottom:-12px;
}
.hm-whychoose-sec .text-heading{
    margin: 0;
}
.hm-whychoose-blk {
    position: relative;
}
.hm-whychoose-lst {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 50px;
    gap: 0 120px;
    align-items: flex-start;
    position: relative;
    counter-reset: myCounter;
}
.hm-whychoose-img img{
    display: block;
    width:100%;
}
.hm-whychoose-itm {
    width: 28.4%;
    position: relative;
    padding: 55px 0px 55px 110px;
    counter-increment: myCounter;
}
.hm-whychoose-itm:nth-child(even) h3{
    text-align: right;

}
.hm-whychoose-itm:nth-child(even)::before{
    right: 0;
}
.hm-whychoose-itm:nth-child(odd)::before{
    left: 0;
}

.hm-whychoose-itm:nth-child(even){
    padding: 55px 110px 55px 0px;
}

.hm-whychoose-itm:nth-child(1), .hm-whychoose-itm:nth-child(2) {
    padding-top: 0 !important;
}
.hm-whychoose-itm:nth-child(1)::before, .hm-whychoose-itm:nth-child(2)::before {
    bottom: auto;
}
.hm-whychoose-itm::before {
    content: counter(myCounter);
    position: absolute;
    top: 0;
    font-family: 'Inter Tight';
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    color: #022d0b;
    display: flex;
    text-align: center;
    border: 3px solid #022d0b;
    border-radius: 50%;
    background-color: #707c3a;
    width: 80px;
    height: 80px;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.hm-whychoose-itm::after {
    position: absolute;
    content: "";
    width: 61px;
    height: 33px;
    left: 0;
    bottom: -12px;
    background-image: url(images/green-leaf-img.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.hm-whychoose-itm:nth-child(even):after {
    left: auto;
    right: 0;
    background-image: url(images/green-leaf-reverse-img.webp);
}

.hm-whychoose-itm h3::after {
    position: absolute;
    content: " ";
    background-color: #eeefe7;
    width: 96%;
    height: 2px;
    margin: auto;
    bottom: 0;
    left: 4px;
}
.hm-whychoose-itm:nth-child(even) h3::after {
    left: auto;
    right: 4px;
}
.hm-whychoose-itm h3 {
    font-family: 'Bellefair';
    font-weight: 400;
    font-size:32px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}
.hm-whychoose-mid {
    width: 36.05%;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-whychoose-mid h6{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 20px;
    text-align: center;

}
.hm-whychoose-img {
    margin: 0 0 20px;
    text-align: center;
}
.hm-whychs-img img {
    width: 100%;
    display: block;
}
.hm-whychoose-btn{
    text-align: center;
}
.hm-whychoose-btn a.btn{
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    background-color: #707c3a;
    padding: 15px 54px;
    border-radius: 30px;
    display: inline-block;
}
.hm-whychoose-btn a.btn:hover{
    background-color: #022d0b;
}


.hm-services-sec {
    padding: 100px 0 125px;
}
.hm-services-sec .container{
    margin: auto;
    width: 100%;
    max-width: 1680px;
}
.hm-services-sec h6{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.hm-services-list{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 50px 0 0;
}
.hm-services-itm {
    position: relative;
    width: 32.7%;
}
.hm-services-itm:hover::after{
    position: absolute;
    content: "";
    background-image: url(images/services-itm-aft-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 127px;
    height: 48px;
    top: -48px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-service-img img {
    display: block;
    width: 100%;
}
.hm-service-img {
    border-radius: 30px;
    overflow: hidden;
}
.hm-serivce-cnt {
    background-color: #022d0b;
    padding: 30px 60px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 30px;
}
.hm-services-itm h4 {
    font-family: 'Bellefair';
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    min-height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}
.hm-services-itm p{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 40px;
    display: none;
}
.hm-services-itm:hover .hm-serivce-cnt{
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #022d0bdb;
}

.hm-services-itm:hover p{
    display: block;
}
.hm-services-itm:hover h4{
    margin: 0 0 30px;
}
.hm-services-itm:hover .hm-service-btn{
    display: block;
}

.hm-service-btn{
    text-align: center;
    display: none;
}
.hm-service-btn a {
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #707c3a;
    padding: 15px 47px;
    border-radius: 30px;
    display: inline-block;
}
.hm-service-hvr-btn a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    width: 100%;
    display: block;
}


.hm-request-sec{
    position: relative;
}
.hm-request-img img{
    width: 100%;
    display: block;
}
.hm-request-img {
    border-radius: 40px;
    overflow: hidden;
}

.hm-request-cnt {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    width: 195px;
    z-index: 2;
    max-height: max-content;
}
.hm-request-text h4 {
    font-family: 'Inter Tight';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.04;
    letter-spacing: 0;
    color: #022d0b;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.hm-request-cnt::after {
    position: absolute;
    content: "";
    background-image: url(images/request-txt-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 189px;
    height: 166px;
    left: 0;
    bottom: 85px;
    right: 0;
    margin: auto;
    z-index: -1;
}
.hm-request-text {
    position: relative;
    padding: 60px 0px 10px;
}
.hm-request-cnt-img img{
    width: 100%;
    display: block;
}


.hm-bar-request-sec {
    background-color: #fbf8f1;
    border-radius: 40px;
}
.hm-bar-sec {
    padding: 55px 0 10px;
}

.hm-bar-sec h6{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.hm-bar-sec .text-heading {
    margin: 0 0 5px;
}
.hm-bar-sec p {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 25px;
    text-align: center;
}
.hm-bar-list{
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
}
.hm-bar-itm {
    background-image: url(images/fresh-seasonal-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18%;
    text-align: center;
    padding: 40px 0;
}
.hm-bar-itm h4{
    font-family: 'Bellefair';
    font-weight: 400;
    font-size: 35px;
    line-height: 1.14;
    letter-spacing: -0.7px;
    color: #002605;
    margin: 0;
}
.hm-bar-itm.custom{
    background-image: url(images/bouquets-img.webp);
}
.hm-bar-itm.pft{
    background-image: url(images/perfect-img.webp);
}
.hm-bar-itm.expe{
    background-image: url(images/memorable-img.webp);
}
.hm-bar-cnt{
    padding: 25px 0;
    border-top: 1px solid #5d7516;
    border-bottom: 1px solid #5d7516;
    position: relative;
}
.hm-bar-cnt::after {
    position: absolute;
    content: "";
    background-image: url(images/bar-itm-atr-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    height: 33px;
    left: 110px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-bar-cnt::before {
    position: absolute;
    content: "";
    background-image: url(images/bar-itm-bfr-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    height: 33px;
    right: 110px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-bar-cnt h3{
    font-family: 'Inter Tight';
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 35.5px;
    color: #5d7516;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}


.hm-tips-sec{
    padding: 60px 0 125px;
}
.hm-tips-sec .container{
    width: 100%;
    margin: 0 30px 0 auto;
    max-width: 1680px;
}
.hm-tips-sec .text-heading{
    text-align: left;
    margin: 0 0 35px;
}
.hm-tips-list {
    /* display: flex;
    justify-content: space-between;
    margin: 0 30px 0 0;
    gap: 30px; */
}
.hm-tips-itm {
    position: relative;
    width: 100%;
}
.hm-tips-list.owl-carousel .owl-dots, .hm-tips-list.owl-carousel .owl-nav {
    display: flex !important;
    position: absolute;
    top: -150px;
    right: 180px;
    justify-content: center;
    gap: 17px;
    width: 160px;
}
.hm-tips-list.owl-carousel .owl-nav button.owl-prev {
    background-image: url(images/tips-prev-img.webp) !important;
    background-position: center;
    background-repeat:no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    font-size: 0;
}
.hm-tips-list.owl-carousel .owl-nav button.owl-prev:hover{
    background-image: url(images/tips-prev-hvr-img.webp) !important;
}
.hm-tips-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/tips-next-img.webp) !important;
    background-position: center;
    background-repeat:no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    font-size: 0;
}
.hm-tips-list.owl-carousel .owl-nav button.owl-next:hover{
    background-image: url(images/tips-next-hvr-img.webp) !important;
}

.hm-tips-img img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.hm-tips-img {
    border-radius: 30px 30px 30px 0px;
    overflow: hidden;
    max-width: 540px;
    max-height: 504px;
}
.hm-tips-btn a {
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #707c3a;
    display: inline-block;
    padding: 11px 26px;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.hm-tips-cnt h5{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 26px;
    line-height: 1.26;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.hm-tips-cnt h5 a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hm-tips-cnt h5 a:hover {color: #ffffff;}
.hm-tips-cnt {
    background: #022d0b;
    padding: 50px 55px 60px 60px;
    width: 79.4%;
    border-radius: 0 30px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.hm-tips-itm:hover .hm-tips-btn a {
    background-color: #022d0b;
}
.hm-tips-itm:hover .hm-tips-cnt {
    background: #707c3a;
}


.accordion-section {
    padding: 125px 0 130px;
    background: #fbf8f1;
    position: relative;
    z-index: 1;
    border-radius: 40px;
}
.accordion-section::after {
    position: absolute;
    content: "";
    background-image: url(images/accdrn-sec-aft-img.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 23.65%;
    height: 34.4%;
    left: 62px;
    bottom: 38px;
    z-index: -1;
}
.accordion-section::before {
    position: absolute;
    content: "";
    background-image: url(images/accdrn-sec-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 23.65%;
    height: 34.4%;
    right: 62px;
    bottom: 40px;
    z-index: -1;
}
.accrdn-blck {
    display: flex;
    justify-content: space-between;
}

.accrdn-btn.mbl {
    display: none;
}
.accrdn-lft {
    width: 44%;
}
.accordion-section .text-heading {
    text-align: left;
    margin: 0 0 35px;
}
.accrdn-lft h5{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.accordion {
    counter-reset: faq-counter;
}
.accrdn-itm {
    counter-increment: faq-counter;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    border: 2px solid #707c3a;
    border-radius: 20px;
    overflow: hidden;
}
.accrdn-itm.active{
    background: #022d0b;
}
.accrdn-rit {
    width: 50.6%;
}
.accrdn-itm h3 {
    position: relative;
    padding: 36px 90px 36px 105px;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    font-family: 'Inter Tight';
    font-weight: 400;
    margin: 0;
}
.accrdn-itm.active h3{
    color: #707c3a;
    padding-bottom:15px ;
}
.accrdn-itm h3::before {
    content: counter(faq-counter, decimal-leading-zero);
    position: absolute;
    left: 39px;
    top: 50px;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #707c3a;
    font-family: 'Inter Tight';
    letter-spacing: 0;
}
.accrdn-itm h3::after {
    content: '+';
    position: absolute;
    right: 30px;
    top: 48px;
    transform: translateY(-50%);
    font-size: 32px;
    line-height: 1;
    color: #707c3a;
    font-family: 'Inter Tight';
    font-weight: 700;
}
.accrdn-itm.active h3::before {
    color: #707c3a;
}

.accrdn-itm.active h3::after {
    content: '−';
    color: #707c3a;
}
.accrdn-itm.active h3::before {
    color: #707c3a;
}
.accrdn-itm p {
    display: none;
    margin: 0;
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.accrdn-itm.active .accordion-content {
    padding: 0 90px 45px 105px;
}
.accrdn-itm.active p {
    display: block;
}


.hm-create-sec {
    background-image: url(images/create-sec-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0 270px;
}
.home .hm-create-sec {
    margin: -40px 0 0;
}

.hm-create-sec .text-heading {
    color: #ffffff;
    margin: 0 0 40px;
    position: relative;
    padding: 200px 0 0;
    font-size: 88px;
}
.hm-create-sec .text-heading::after {
    position: absolute;
    content: "";
    background-image: url(images/create-sec-atr-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 29.35%;
    height: 34.4%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.hm-create-btn{
    text-align: center;
}



.hm-property-sec{
    padding: 115px 0 60px;
}
.hm-property-sec .text-heading {
    font-size: 88px;
    color: #fff;
    text-align: left;
    margin: 0 0 10px;
}
.hm-property-sec .container{
    max-width: 1680px;
}
.hm-property-lst{
    background-image: url(images/property-services-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border:3px solid #022d0b;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    padding: 27px 90px 40px ;
}
.hm-propery-lft {
    border-radius: 30px;
    background-color: #707c3a;
    width: 49.7%;
    padding: 60px 110px 49px;
}

.hm-propery-lft p{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 20px;
}
.hm-propery-lft p:first-of-type{
    text-transform: uppercase;
    line-height: 1;
}
.hm-propery-lft ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
.hm-propery-lft ul li {
    width: 36%;
    padding: 0px 0 0 50px;
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 20px;
    position: relative;
}
.hm-property-btn a.cmn-btn:hover {
    background-color: #ffffff;
    color: #022d0b;
}

.hm-propery-lft ul li::before{
    position: absolute;
    content: " ";
    background-image: url(images/white-leaf-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width:38px;
    height:20px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;

}
.hm-propery-lft ul li:first-child{
    width: 50%;
}
.hm-propery-lft ul li:nth-child(5){
    width: 50%;
}






/* outdoor section */

.hm-outdoor-sec{
    padding: 95px 0 70px;
    position: relative;
}
.hm-about-blk {
    position: relative;
}
.hm-about-blk::before {
    position: absolute;
    content: " ";
    background-image: url(images/outdoor-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36%;
    height: 33px;
    left: 0;
    bottom: 18px;
}
.hm-about-blk::after {
    position: absolute;
    content: " ";
    background-image: url(images/outdoor-aftr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36%;
    height: 33px;
    right: 0px;
    bottom: 18px;
}
.hm-outdoor-sec .container{
    max-width: 1680px;
}
.hm-about-lst-one{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 0 30px;
}
.hm-outdoor-sec p {
    font-family: 'Parisienne';
    font-weight: 400;
    font-size: 62px;
    line-height: 1;
    letter-spacing: 0.1px;
    text-align: center;
    color: #707c3a;
    margin: 0 0 10px;
}
.hm-about-itm {
    border-radius: 20px;
    overflow: hidden;
    width: 28.6%;
}
.hm-about-itm img,.hm-outdoor-item-two img{
    display: block;
    width: 100%;
}
.hm-outdoor-lst-two {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 0 70px;
}
.hm-outdoor-item-two {
    width: 18.5%;
    border-radius: 20px;
    overflow: hidden;
}
.hm-outdoor-btn {
    text-align: center;
    margin: 0 0 -90px;
}


/* testimonials section */

.hm-testi-sec{
    padding: 90px 0;
    position: relative;
}
.hm-testi-sec::before {
    position: absolute;
    content: " ";
    background-color: rgb(112, 124, 58);
    width: 88.2%;
    height: 1px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.hm-testi-sec::after {
    position: absolute;
    content: " ";
    background-image: url(images/green-leaf-reverse-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    height: 33px;
    left: 0px;
    right: 0;
    margin: auto;
    bottom:-12px;
}
.hm-testi-sec .text-heading{
    font-size: 88px;
    text-align: left;
    position: relative;
    padding: 0 0 40px;
    margin: 0 0 25px;
}
.hm-testi-sec .text-heading::before {
    position: absolute;
    content: " ";
    background-color: #707c3a;
    width: 84%;
    height: 2px;
    bottom: 0;
    right: 22px;
}
.hm-testi-sec .text-heading::after {
    position: absolute;
    content: " ";
    background-image: url(images/green-leaf-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    height: 33px;
    left: 0px;
    bottom: -12px;
}
.hm-testi-lst{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-testi-lst h5{
    font-family: 'Parisienne';
    font-weight: 400;
    font-size: 62px;
    line-height: 1;
    letter-spacing: 0.1px;
    color: #707c3a;
    margin: 0 0 20px;

}
.hm-testi-lst p{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 20px;
}
.hm-testi-lft {
    width: 65.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-testi-cnt {
    width: 53%;
}
.hm-testi-imgblk {
    width: 44.9%;
    border-radius: 30px;
    overflow: hidden;
}
.hm-testi-img img{
    width: 100%;
    display: block;
}

.hm-testi-rgt {
    width: 29.6% !important;
}
.hm-testi-rgt p {
    font-size: 32px;
    line-height: 1.5;
    margin: 0;
}
.hm-testi-rgt h5 {
    font-size: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}
.hm-testi-item {
    padding: 70px 0 75px;
    position: relative;
}
.hm-testi-item::before {
    position: absolute;
    content: "";
    width: 59px;
    height: 45px;
    background-image: url(images/testi-logo-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
}

.hm-testi-logo-img {
    width: 13.5%;
    margin: 0 0 20px;
}
.hm-testi-logo-img img{
    display: block;
    width: 100%;
}
.hm-testi-img {
    mask-image: url(images/hm-testi-mask-img.webp);
    mask-repeat: no-repeat;
    mask-position: top center;
    mask-size: 100% 100%;
}
.hm-testi-rgt.owl-carousel .owl-nav {
    position: absolute;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    max-width: 160px;
    bottom: -60px;
    right: 0;
}

.hm-testi-rgt.owl-carousel .owl-nav button.owl-prev,
.hm-testi-rgt.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/prev-arw-img.webp) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    font-size: 0 !important;
    width: 72px;
    height:72px;
    border-radius: 8px;
	background-color:#022c0a;
}

.hm-testi-rgt.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/next-arw.webp) !important;
}
.hm-testi-rgt.owl-carousel .owl-nav button.owl-prev:hover{
    background-image: url(images/prev-arw-hvr-img.webp) !important;
	background-color:#717c3a;
}
.hm-testi-rgt.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(images/next-arw-hvr-im.webp) !important;
	background-color:#717c3a;
}



.attorney-section {
    padding: 139px 0;
    background-color: #eee;
}
.attorney-section .col-full{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.attorney-section .col-left {
    width: 50%;
    padding: 30px;
    background-color: #29d100;
    color: #fff;
    border-radius: 20px;
}
.attorney-section .col-right {
    background-color: #e4d7d7;
    width: 46%;
    color: #fff;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.caseresults-section{
    padding: 100px 0
}
.caseresults-section ul.splide__list li {
    margin: 0 10px;
}
.caseresults-section .splide__pagination__page {
    background: #000;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 12px;
    height: 12px;
    bottom: -40px;
}
.caseresults-section  .splide__pagination__page.is-active {
    background:#29d100;
    transform: scale(1.4);
    z-index: 1;
}


.hm-testimonials {
    padding: 80px 0;
    text-align: center;
}
.hm-testimonials .testi-item {
    width: 100%;
    padding: 30px 25px 50px;
    position: relative;
    background-color: #dddddd;
}
.hm-testimonials .testi-item p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 20px;
}
.hm-testimonials .testi-item h5 {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hm-testi-list .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px auto;
}
.hm-testi-list .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #000 !important;
    font-size: 30px !important;
    color: #fff !important;
    line-height: 1 !important;
}
.hm-blog-sec {
    padding: 80px 0;
    background-color: #eee;
    text-align: center;
}
.home-posts-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
.hm-blog-itm {
    width: 32%;
    position: relative;
    background-color: #911b17;
    color: #fff;
    padding: 0 0 40px;
}
.hm-blog-img img {
    display: block;
    width: 100%;
}
.hm-blog-cnt {
    padding: 20px 20px 0;
}
.hm-blog-itm .readmore-btn {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-form .gfield label {
    display: none;
}
.hm-form-sec .container{
    max-width: 1650px;
}
.bnr-rit-cnt.footer {
    text-align: left;
    position: absolute;
    transform: rotate(269deg);
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 140px;
    pointer-events: none;
    right: auto;
    letter-spacing: 2.8px;
}
.hm-form-sec {
    padding: 110px 0px 0;
    position: relative;
}
.hm-form-lst {
    display: flex;
    justify-content: flex-end;
    gap: 145px;
    padding: 90px 105px 70px 50px;
    background-color: #fbf8f1;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: relative;
    z-index: 0;
}
.hm-form-lst::before {
    position: absolute;
    content: "";
    width: 25.5%;
    height: 37%;
    background-image: url(images/form-leaf-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.hm-form-lft {
    width: 36.2%;
}
.hm-form-sec h2{
    font-family: 'Bellefair';
    font-weight: 400;
    font-size: 72px;
    line-height: 1.22;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}
.hm-form-rgt {
    width: 44.2%;
    padding: 60px 30px 55px;
    background-color: #022d0b;
    border-radius: 40px;
}
.hm-form-rgt h3 {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    margin: 0 0 10px;
}
.hm-form-rgt h5 {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: rgb(255, 255, 255, 70%);
    text-align: center;
    margin: 0 0 40px;
}
.hm-form-lft-img {
    margin: 0 0 40px;
}
.hm-form-lft-img img {
    width: 100%;
    display: block;
}

.hm-form-blck .gform_required_legend{
    display: none;
}
.ftr-form-sctn{
    text-align: center;
    background-color: #bdabab;
}

.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    width: 22%;
    border: none;
}

.hm-form-blck input::placeholder {
    color: #ffffff;
}
.hm-form-blck input:-ms-input-placeholder {
    color: #ffffff;
}
.hm-form-blck input::-ms-input-placeholder {
    color: #ffffff;
}
.hm-form-blck textarea::placeholder {
    color: #ffffff;
}
.hm-form-blck textarea:-ms-input-placeholder {
    color: #ffffff;
}
.hm-form-blck textarea::-ms-input-placeholder {
    color: #ffffff;
}
.hm-form-blck .gform_wrapper .top_label input, .hm-form-blck .gform_wrapper select, .hm-form-blck .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #ffffff;
    outline: 0px;
    position: relative;
    font-family: 'Inter Tight';
    font-weight: 300;
    background: transparent;
    border: 1px solid rgb(112, 124, 58, 70%);
    border-radius: 10px;
    line-height: 1.2 !important;
    letter-spacing: 0;
    font-size: 14px !important;
    padding: 21px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
}
.hm-form-blck .gform_wrapper .top_label input::placeholder, .hm-form-blck .gform_wrapper .top_label textarea::placeholder{
    color: #ffffff;
}
.hm-form-blck .gfield{
    position: relative !important ;
}
.hm-form-blck .gfield.gfield--type-text , .hm-form-blck .gfield.gfield--type-phone, .hm-form-blck .gfield.gfield--type-email {
    width: 46.7% !important;
}
.hm-form-blck .gfield.gfield--type-textarea{
    width: 100% !important
}
.hm-form-blck .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 30px !important;
    justify-content: space-between;
    align-items: center;
}
.hm-form-blck .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 125px !important;
    resize: none;
    margin: 0;
    padding-top: 20px !important;
    margin: 0px;
    min-block-size: 0px !important;
}
.hm-form-blck .gfield.msg {
    width: 100%;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    width: 100%;
}
.hm-form-blck .gform_wrapper .form-links a, .hm-form-blck .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 18px;
    font-family: 'Inter Tight';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px;
    margin: 0;
    text-align:left;
}
.hm-form-blck .gform_wrapper .form-links a:hover {
    color: rgb(255, 255, 255, 40%);
}
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    margin: 0 0 0px !important;
    font-size: 17px;
    font-family: 'Inter Tight';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px;
    text-align: left;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form-blck .gfield_description.instruction.validation_message {
    top: 3px;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0px 6px 0px 0 !important;
    padding: 0 !important;
    border-radius: 0;
}
.hm-form-blck .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: -62px 0 0 auto;
    position: relative;
    max-width: max-content;
}

.hm-form-blck .gform_wrapper .top_label input[type="submit"],.hm-form-blck .gform_wrapper .top_label button {
    display: inline-block !important;
    background-color: #707c3a !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 10px !important;
    font-family: 'Inter Tight' !important;
    font-weight: 600 !important;
    width: auto !important;
    color: #ffffff !important;
    font-size: 24px !important;
    padding: 19px 50px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    margin: 0;
    position: relative;
    z-index: 1;
}
.hm-form-blck .gform_wrapper .top_label input[type="submit"]:hover,.hm-form-blck .gform_wrapper .top_label button:hover {
    color: #707c3a !important;
    background-color: #ffffff !important;
}
.hm-form-blck .gform_validation_errors{
    display: none !important;
}
.popup {
    position: relative;
    display: inline-block;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    visibility: hidden;
    position: relative !important;
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Inter Tight';
    padding: 15px;
    border: 1px solid #ffffff;
    background: #707c3a;
    font-size: 14px;
    color: #ffffff;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 1.8;
    z-index: 12;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
    pointer-events: auto;
}
div#popup-container {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
    text-align: left;
}
.gform_button {
    pointer-events: none;
}
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {
    margin: 0;
}
.gfield--type-honeypot {
    display: none;
}
.hm-form-blck .gfield_description{
    margin: 0px !important
}
.hm-form-blck .gfield_description.validation_message {
    position: absolute;
    bottom: 4px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Inter Tight' !important;
    color: #a31c00;
    margin: 0;
}
.hm-form-blck .gfield--input-type-checkbox .gfield_description {
    bottom: -18px !important;
}



.ftr-sec {
    background-color: #022d0b;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.ftr-emailform-sctn {
    padding: 50px 0 85px;
}
.ftr-emailform-sctn h2 {
    font-family: 'Bellefair';
    font-weight: 400;
    font-size: 42px;
    line-height: 1.04;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}


.ftr-block-sec {
    background-color: #fbf8f1;
    padding: 25px 0 35px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.ftr-block-sec .container {
    max-width: 1400px;
}
.ftr-logo {
    position: relative;
}
.ftr-logo::before, .ftr-logo::after {
    position: absolute;
    content: "";
    width: 34.5%;
    height: 11px;
    background-image: url(images/ftr-logo-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    bottom: 10px;
}
.ftr-logo::before {
    left: 0;
}
.ftr-logo::after {
    background-image: url(images/ftr-logo-aftr-img.webp);
    right: 0;
}
.ftr-logo-img {
    width: 100%;
    max-width: max-content;
    margin: 0 auto 40px;
}
.ftr-logo-img a {
    display: inline-block;
}
.ftr-logo-img a img {
    display: block;
    width: 100%;
}

#footer-navigation ul {
    margin: 0 0 40px;
    font-size: 0;
    text-align: center;
    padding:0 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 23px;
}
#footer-navigation ul li a {
    font-size: 18px;
    letter-spacing: 0.36px;
    color: #fff;
    padding: 0;
    min-width: inherit;
    font-family: 'Instrument Sans';
    font-weight: 500;
    border: 0;
    line-height: 1;
    display: inline-block;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#a7211f;
}

.ftr-block-list {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding-bottom: 35px;
    position: relative;
    margin: 0 0 50px;
}
.ftr-block-list::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 19px;
    background-image: url(images/ftr-lst-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.ftr-blck-itm h3 {
    font-family: 'Bellefair';
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
    color: #707c3a;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.ftr-blck-itm.phn h5 {
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    padding-left: 60px;
    position: relative;
}
.ftr-blck-itm.phn h5::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    background-image: url(images/ftr-phn-icon-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ftr-blck-itm.phn h5 a {
    font-weight: 400;
    font-size: 35px;
    display: inline-block;
}
.ftr-blck-itm.phn h5 a:hover {
    color: #707c3a;
}
.ftr-blck-itm.email h4, .ftr-blck-itm.loca h4 {
    margin: 0;
    padding-left: 60px;
    position: relative;
}
.ftr-blck-itm.email h4 a, .ftr-blck-itm.loca h4 a {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    color: #000000;
    display: inline-block;
}

.ftr-blck-itm.email h4::before, .ftr-blck-itm.loca h4:before {
    position: absolute;
    content: "";
    width: 49px;
    height: 49px;
    background-image: url(images/ftr-mail-icn-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ftr-blck-itm.loca h4:before{background-image: url(images/ftr-loca-icon-img.webp);}
.ftr-blck-itm.email h4 a:hover {
    color: #707c3a;
}

.ftr-sclicons {
    display: flex ;
    justify-content: flex-start;
    gap: 5px;
}
.ftr-sclicons a {
    font-size: 0;
    width: 50px;
    height: 50px;
    background-color: #707c3a;
    border: 3px solid #022d0b;
    border-radius: 50%;
    background-image: url(images/ftr-facebook-icn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ftr-sclicons a:hover {
    background-image: url(images/ftr-facebook-hvr-icn.webp);
    background-color: #ffffff;
}
.ftr-sclicons a.instagram {
    background-image: url(images/ftr-instagram-icn.webp);
}
.ftr-sclicons a.instagram:hover {
    background-image: url(images/ftr-instagram-hvr-icn.webp);
}
.ftr-menu-lst {
    display: flex;
    justify-content: center;
}
.ftr-menu-itm {
    padding: 0 100px 0 60px;
    width: 28.6%;
    border-right: 1px solid #707c3a;
}
.ftr-menu-itm:first-child {
    padding-left: 0;
}
.ftr-menu-itm:last-child {
    padding-right: 0;
    border: 0;
}
.ftr-menu-itm.our-services {
    width: 34.3%;
}
.ftr-menu-itm h3 {
    font-family: 'Bellefair';
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
    color: #707c3a;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.ftr-menu-itm ul {
    font-size: 0;
}
.ftr-menu-itm ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 25px;
}
.ftr-menu-itm ul li::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 15px;
    background-image: url(images/ftr-menu-anchr-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: 4px;
}
.ftr-menu-itm ul li a {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    display: inline-block;
    margin: 0;
}
.ftr-menu-itm ul li.current-menu-item a, .ftr-menu-itm ul li a:hover {
    color: #707c3a;
}


.ftr-copyrights-sec {
    padding: 35px 0px;
    text-align: center;
}
.ftr-copyrights-sec p, .ftr-copyrights-sec p a{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #ffffff;
    display: inline-block;
    margin: 0;
}
.ftr-copyrights-sec p a:hover {
    color: #707c3a;
}




/* Email Form */
.ftr-emailform-sctn .container {
    max-width: 1280px;
}
.ftr-emailform-blck {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftr-emailform {
    width: 61%;
}
.ftr-emailform .gform_wrapper .top_label .subscribe-email input {
    margin: 0px;
    width: 100% !important;
    color: #fff;
    outline: 0px;
    position: relative;
    font-family: 'Inter Tight';
    font-weight: 300;
    background: transparent;
    border: 1px solid rgb(112, 124, 58, 70%);
    border-radius: 10px;
    line-height: 1.2 !important;
    letter-spacing: 0;
    font-size: 18px !important;
    padding: 23px 300px 24px 45px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
}
.ftr-emailform input::placeholder {
    color: #fff;
}
.ftr-emailform .gform_wrapper .top_label .subscribe-email input::placeholder{
    color: #fff;
    font-size:initial;
}
.ftr-emailform .gform_wrapper .top_label input[type="submit"],.ftr-emailform .gform_wrapper .top_label button {
    display: inline-block !important;
    background-color: #707c3a !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 10px !important;
    font-family: 'Inter Tight' !important;
    font-weight: 600 !important;
    width: auto !important;
    color: #ffffff !important;
    font-size: 24px !important;
    padding: 19px 85px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    margin: 0;
    position: relative;
    z-index: 1;
}
.ftr-emailform .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: -67px 6px 0 auto;
    position: relative;
    max-width: max-content;
}
.ftr-emailform .gform_wrapper .top_label input[type="submit"]:hover ,.ftr-emailform .gform_wrapper .top_label button:hover{
    color: #707c3a !important;
    background-color: #ffffff !important;
}
.ftr-emailform .gfield_description.validation_message {
    position: absolute;
    bottom: 4px;
    left: 20px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Inter Tight' !important;
    color: #a31c00;
    margin: 0;
}
.ftr-emailform .gfield {
    position: relative !important;
}
.ftr-emailform .gform-theme--framework .gform_validation_errors {
    display: none;
}