/*
 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
*/
@font-face {
  font-display: swap;
  font-family: "Zalando Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/zalando-sans-v3-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: "Zalando Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/zalando-sans-v3-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: "Zalando Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/zalando-sans-v3-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: "Zalando Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/zalando-sans-v3-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: "Zalando Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/zalando-sans-v3-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Big Shoulders';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/big-shoulders-v4-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Big Shoulders';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/big-shoulders-v4-latin-900.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 500;
  src: url('./fonts/cormorant-v24-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 600;
  src: url('./fonts/cormorant-v24-latin-600italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/bebas-neue-v16-latin-regular.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: "Zalando Sans", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
    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: "Bebas Neue", sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: "Zalando Sans", sans-serif;
    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 #2b2b2b;
}
.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: 'Montserrat-Regular';
    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/plus_icn.webp) no-repeat left top;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 9px;
}
.sticky-mobinav ul li a.drop.open:after {
    background-image: url(images/minus_icn.webp);
}
#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: #a9855e;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
    border-right: 1px solid #2b2b2b;
}
#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: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
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: 'Asap', sans-serif;
    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: 20px;
    line-height: 28px;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: "Zalando Sans", sans-serif;
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #a9855e;
    position: absolute;
    top: 38px;
    left: 0;
}
.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: "Zalando Sans", sans-serif;
}
.mobinav a {
    width: 100%;
    float: left;
    font-family: "Zalando Sans", sans-serif;
    font-weight: 500;
    padding: 6px 0;
    font-size: 16px;
    display: block;
    line-height: normal;
    color: #fff;
    letter-spacing: 0.5px;
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #2b2b2b;
}
.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;
    padding: 20px 92px 20px 0;
    position: relative;
    gap: 58px;
}
.header-number {
    color: #fff;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}
.header-number strong {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #2b2b2b;
    padding-right: 68px;
    position: relative;
}
.header-number strong:before{
    position: absolute;
    content: "";
    background-color: #c8c6c5;
    width: 58px;
    height: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.header-number a {
    font-family: 'Big Shoulders';
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0px;
    color: #2b2b2b;
    display: inline-block;
}
.header-number a:hover {color: #a9855e;}
.header-number a:before {
    position: absolute;
    content: "";
    background-image: url(images/top-cal-icn.webp);
    background-repeat: no-repeat;
    background-position: center top 28px;
    background-size: 35px;
    width: 63px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background-color: #a9855e;
}
#main-navigation ul{
    margin:0
}
#main-navigation ul li{
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0px;
}
#main-navigation ul li:first-child{
    padding-left:0
}
#main-navigation ul li:last-child{
    margin-right:0
}
#main-navigation ul li a{
    font-family: "Zalando Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 1;
    color: #2b2b2b;
    padding: 7px 15px;
    display: inline-block;
    border: 2px solid transparent;
    position: relative;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #a8855e;
    border-color: #a8855e;
}
#main-navigation ul li a:before {
    position: absolute;
    content: "";
    border-left: 2px solid #a9855e;
    border-right: 2px solid #a9855e;
    width: calc(100% + 14px);
    height: 22px;
    top: 0;
    left: -7px;
    bottom: 0;
    margin: auto;
    display: none;
}
#main-navigation ul > li.current-menu-item > a:before, #main-navigation ul > li > a:hover:before{
    display: block;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#2b2b2b;
    padding:0px 0;
    z-index:999
}
#main-navigation .sub-menu li a:hover:before, #main-navigation ul.sub-menu > li.current-menu-item > a:before{display: none;}
#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: #a9855e;
    color: #fff;
}
#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: 15px;
    border: 0;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #a8855e;
    color: #fff;
}
#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%;
    position: absolute;
    padding: 0 40px;
}
.site-header .container{
    max-width: 100%;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    background-image: url(images/pattern-bg.webp);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@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: 'Bebas Neue';
      font-weight: 400;
      font-size: 100px;
      line-height: 0.94;
      color: #2b2b2b;
      letter-spacing: -2px;
      margin: 0 0 30px;
      position: relative;
}
.text-heading strong{
    color: #a9855e;
    font-weight: 400;
}
 
a.cmn-btn{
    font-family: "Zalando Sans", sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    padding: 20px 25px;  
    background-color: #a9855e;
    display: inline-block;
    text-decoration: none;
}
a.cmn-btn:hover {
    background-color:#2b2b2b ;
}
/* Banner Section  */
.hm-banner-sec{
    padding: 111px 40px 0;
    background-image: url(images/pattern-bg.webp);
    background-repeat:repeat;
}
.hm-banner-sec .container{max-width: 1280px;}
.bnr-sec{
    background-image: url(images/bnr-bg-img050826.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 150px;
    position: relative;
}
.bnr-cnt {
    padding: 48px 0 60px 60px;
    position: relative;
    max-width: max-content;
    z-index: 1;
}
.bnr-cnt:before{
    position: absolute;
    content: "";
    border: 2px solid #fff;
    border-right: 0;
    height: 100%;
    width: 30%;
    top: 0;
    left: 4px;
    z-index: -1;
}
.bnr-cnt:after{
    position: absolute;
    content: "";
    background-color:#fff;
    height: 80%;
    width: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.hm-banner-sec h1 {
    font-weight: 400;
    font-size: 155px;
    line-height: 0.9;
    letter-spacing: -3.1px;
    color: #fff;
    margin: 0 0 5px;
    text-transform: uppercase;
    text-shadow: 0px 0px 16px rgba(0, 12, 52, 1);
}
.hm-banner-sec h1 strong {
    font-family: 'Cormorant';
    font-weight: 500;
    font-style: italic;
    color: #fff;
    font-size: 100px;
    line-height: 0.9;
    letter-spacing: -4px;
    text-transform: initial;
    display: block;
    margin: 0 0 30px;
}
.bnr-btm-cnt {
    font-family: 'Cormorant';
    font-weight: 600;
    font-style: italic;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-shadow: 0px 0px 19.32px rgba(0, 12, 52, 1);
    background-image: url(images/bnr-btm-cnt-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #fff;
    padding: 15px 90px ;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: max-content;
	text-align:center;
}
/*Why Choose Section*/
.hm-why-choose {
    padding: 126px 0 0;
    position: relative;
    background-image: url(images/pattern-bg.webp);
    background-repeat: repeat;
    z-index: 0;
}
.hm-why-choose:before{
    position: absolute;
    content: "";
    background: url(images/shadow-png.webp);
    background-size: 100% 100%;
    background-position: center;
    opacity: 7%;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 30%;
    margin: auto;
    z-index: -1;
}
.hm-why-choose h2{
    font-family: 'Big Shoulders';
    font-weight: 700;
    font-size: 190px;
    line-height: 1;
    letter-spacing: -3.8px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 19.32px rgba(0, 12, 52, 1);
    opacity: 25%;
    position: absolute;
    top: 31px;
    left: 0;
    right: 0;
    margin: auto;
}
.why-choose-lst {
    display: flex;
    justify-content: center;
}
.why-chse-itm {
    width: 31%;
    text-align: center;
    padding-bottom: 58px;
    position: relative;
}
.why-chse-itm:before{
    position: absolute;
    content: "";
    background-color: #e5e3e1;
    right: -10px;
    bottom: 0;
    height: 50%;
    width: 1px;
}
.why-chse-itm:last-child:before{display: none;}
.why-chse-itm h4{
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
    color: #2b2b2b;
    margin: 0;
    padding: 94px 0 10px;
    position: relative;
}
.why-chse-itm h4:before{
    position: absolute;
    content: "";
    background-image: url(images/reputation-icn.webp);
    width: 57px;
    height: 73px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.why-chse-itm.decade h4:before{
    background-image: url(images/dedicated-icn.webp);
    width: 67px;
    height: 67px;
}
.why-chse-itm.lcl-exp h4:before{
    background-image: url(images/certified-icon.webp);
    width: 60px;
    height: 62px;
}
.why-chse-itm h4:after{
    position: absolute;
    content: "";
    background-color: #a7805f;
    width: 160px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*  About Section  */
.hm-about-sec {
    padding: 90px 0 230px;
    position: relative;
}
.hm-about-sec::before {
    position: absolute;
    content: "";
    width: 345px;
    height: 306px;
    bottom: 0;
    right: 0;
    background-image: url(images/hm-trust-bfor-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 9%;
}
.hm-about-sec .text-heading {
    text-align: center;
    padding: 0 0 32px;
    margin: 0 0 -80px;
}
.hm-about-sec .text-heading::before {
    position: absolute;
    content: "";
    width: 219px;
    height: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #a9855e;
}
.hm-about-lst {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hm-about-lft {
    width: 27%;
}
.hm-about-mid {
    width: 48.3%;
    padding: 0 100px;
    position: relative;
    margin: 0 -15px;
}
.hm-about-mid::before {
    position: absolute;
    content: "";
    width: 725px;
    height: 725px;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(images/hm-trust-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
.hm-about-rit {
    width: 28.3%;
}
.hm-about-mid p{
      font-family: "Zalando Sans", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.6;
      letter-spacing: -0.4px;
      color: #2b2b2b;
      margin: 0 0 35px;
      text-align: center;
}
.hm-about-btn{
    text-align: center;
}
.hm-about-lft-img img {
    width: 100%;
    display: block;
}
.hm-about-rit-img img {
    width: 100%;
    display: block;
}
.hm-about-rit-call a {
    text-decoration: none;
    display: inline-block;
    font-family: 'Big Shoulders';
    font-weight: 700;
    font-size: 42px;
    color: #2b2b2b;
    line-height: 1;
    letter-spacing: 0;
    padding-right: 81px;
    position: relative;
    margin: 0 0 15px;
}
.hm-about-rit-call a:hover{
    color: #a9855e;
}
.hm-about-rit-call a::before {
    position: absolute;
    content: "";
    width: 63px;
    height: 72px;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    background-image: url(images/hm-trust-call-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.hm-about-rit-img {
    margin: 0 0 35px;
}
.hm-about-rit-call {
    text-align: right;
}
.hm-about-rit-call p {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.4px;
    color: #2b2b2b;
    margin: 0 0 0 -30px;
    position: relative;
    padding-right: 84px;
}
.hm-about-rit-call p::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    background-color: #cccccc;
}
.hm-about-exper-title small {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: 6.8px;
    color: #2b2b2b;
    display: block;
    margin: 0 0 0 40px;
}
.hm-about-exper-title b {
    font-family: 'Big Shoulders';
    font-weight: 900;
    font-size: 170px;
    line-height: 0.92;
    letter-spacing: -3.4px;
    color: #a9855e;
    margin: 0;
    position: relative;
}
.hm-about-exper-title b::before {
    position: absolute;
    content: "+";
    top: 10px;
    right: -17px;
    font-family: "Zalando Sans", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #2b2b2b;
    height: fit-content;
}
.hm-about-exper-title strong {
    font-family: 'Cormorant';
    font-weight: 600;
    font-style: italic;
    color: #2b2b2b;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    background-color: #fff;
    position: absolute;
    right: 44px;
    bottom: 33px;
    padding: 6px 10px;
}
.hm-about-exper-title {
    position: relative;
    padding: 20px 0 0 60px;
    margin: 0 0 -20px -10px;
}
.hm-about-exper-title::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(images/hm-truse-exper-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.hm-about-exper-title strong span {
    color: #a9855e;
}
/* hm case section */
.hm-srvcs-lft {
    width: 322px;
}
.hm-services-sec .container{
    max-width: 1715px;
    margin: 0 0 0 auto;
}
.hm-srvcs-lft .text-heading strong{
    display: block;
}
.hm-srvcs-rit {
    width: 77.6%!important;
}
.hm-srvcs-lft {
    width: 18.8%;
}
.hm-srvcs-lst {
    display: flex;
    justify-content: space-between;
}
.hm-srvcs-lft p {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.6;
    color: #2b2b2b;
    margin: 0 0 20px;
}
.hm-srvcs-lft .text-heading {
    font-size: 102px;
    letter-spacing: 0;
    margin: 0 0 10px;
}
.hm-srvcs-itm-icon img {
    width: 100%;
    display: block;
}
.hm-srvcs-itm-img img {
    width: 100%;
    display: block;
}
.hm-srvcs-itm {
    width: 100%;
    background-color: #e9e9e9;
    padding: 45px 21px 0;
    position: relative;
}
.hm-srvcs-itm-icon {
    width: 89px;
    margin: 0 auto 25px;
    display: none;
}
.hm-srvcs-itm-title {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 37px;
    line-height: 1;
    letter-spacing: 0;
    color: #2b2b2b;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px;
    min-height: 74px;
}   
.hm-srvcs-itm-cnt p {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #2b2b2b;
    margin: 0;
    text-align: center;
    padding: 0 33px;
}
.hm-srvcs-itm-cnt{
    display: none;
}
.hm-srvcs-itm:hover .hm-srvcs-itm-img{
display: none;
}
.hm-srvcs-itm:hover .hm-srvcs-itm-cnt{
display: block;
}
.hm-srvcs-itm:hover .hm-srvcs-itm-icon {
    display: block;
}
.hm-srvcs-rit.owl-carousel .owl-stage{
    display: flex;
}
.hm-srvcs-rit.owl-carousel .owl-stage .owl-item{
    display: flex;
    padding: 0 2px;
}
.hm-srvcs-itm{
    border: 2px solid transparent;
}
.hm-srvcs-itm:hover{
    background-color: #e5dacf;
    border-color: #a9855e;
}
.hm-srvcs-rit.owl-carousel .owl-nav{
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    max-width: 146px;
    margin: 30px auto 0;
}
.hm-srvcs-rit.owl-carousel .owl-nav button.owl-prev,
.hm-srvcs-rit.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/hm-case-arows.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 63px;
    height: 40px;
    font-size: 0;
}
.hm-srvcs-rit.owl-carousel .owl-nav button.owl-prev:hover,
.hm-srvcs-rit.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(images/hm-case-arows-hvr.webp);
}
.hm-srvcs-rit.owl-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
}
.hm-srvcs-itm-hvr a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    z-index: 99;
}
.hm-srvcs-itm-img {
    border: 2px solid;
    border-image: linear-gradient(to bottom, #aa865f, transparent) 1;
    margin: 0 0 -4px;
}
.hm-srvcs-btn.mbl{display: none;}
.hm-trusted-sec {
    padding: 60px 0 0;
    position: relative;
    z-index: 1;
}
.hm-trusted-sec .container{
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
.hmtrusted-lst {
    position: relative;
    padding-top: 45px;
}
.hmtrusted-lst:before{
    position: absolute;
    content: "";
    border: 2px solid #a9855e;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 20%;
    border-bottom: 0;
}
.hmtrusted-lst:before {
    position: absolute;
    content: "";
    border: 3px solid #a9855e;
    width: 100%;
    height: 78.7%;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 20%;
    border-bottom: 0;
}
.hmtrusted-lst:after{
    position: absolute;
    content: "";
    background-color:#a9855e;
    width: 80%;
    height: 3px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 20%;
}
.hm-trusted-sec h4{
    font-family: 'Cormorant';
    font-style: italic;
    font-weight: 500;
    font-size: 65px;
    line-height: 1;
    letter-spacing: 0;
    color: #2b2b2b;
    text-align: center;
    margin:0 0 20px;
}
.hm-trusted-sec .text-heading {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 150px;
    line-height: 1;
    letter-spacing: 0;
    color: #a9855e;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px;
}
.hm-trusted-sec .text-heading strong{
    font-weight: 400;  
    color: #2b2b2b;
}
.hm-trusted-btn-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.hm-trusted-btn a{
    display: inline-block;
    font-family: "Zalando Sans", sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.42px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #a9855e;
    padding: 20px 30px;
    text-decoration: none;
}
.hm-trusted-btn a:hover{
    background-color: #2b2b2b;
}
.hm-trusted-call-btn a{
    font-family: "Zalando Sans", sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.42px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #2b2b2b;
    padding: 18px 30px;
    text-decoration: none;
    display: inline-block;
}
 
.hm-trusted-call-btn a:hover{
    background-color: #a9855e;
}
 
/*  Home Meet Section  */
.hm-meet-sec {
    padding: 175px 0 20px;
    background-image: url(images/pattern-bg.webp);
    background-repeat: repeat;
    position: relative;
    margin: -100px 0 0;
}
.hm-meet-sec::before{
    position: absolute;
    content: "";
    background: url(images/shadow-png.webp);
    background-size: 100% 100%;
    background-position: center;
    opacity: 7%;
    width: 100%;
    height: 311px;
    left: 0;
    right: 0;
    top: -14%;
    margin: auto;
    z-index: -1;
}
.hm-meet-sec::after {
    position: absolute;
    content: "";
    background-color: rgb(43, 43, 43, 10%);
    width: 85.6%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-meet-sec .hm-meet-cnt h2{
    font-family: 'Big Shoulders';
    font-weight: 700;
    font-size: 170px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px;
    text-shadow: 0px 0px 19.32px rgba(0, 12, 52, 1);
    opacity: 70%;
}
.hm-meet-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 65px 0;
}
.hm-meet-list-cnt {
    margin: 0 30px 20px;
    background-image: url(images/hm-meet-list-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hm-meet-rite{display: none;}
.hm-meet-lft {
    width: 54%;
    padding: 80px 60px 80px 110px;
    position: relative;
    z-index: 1;
}
.hm-meet-lft::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(images/meet-blr-bg.webp) no-repeat center;
    background-size: cover;
    filter: blur(12px); /* Adjust blur amount */
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hm-meet-lft::before {
    position: absolute;
    content: "";
    background: url(images/hm-meet-lft-bfr-img.webp);
    background-size: 100% 100%;
    background-position: center;
    width: 24.9%;
    height: 100%;
    left: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-meet-lft h3 {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 107px;
    line-height: 1;
    letter-spacing: -2.14px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 12px rgba(0, 12, 52, 1);
    margin: 0 0 15px;
}
.hm-meet-sec h5 {
    font-family: 'Cormorant';
    font-weight: 600;
    font-style: italic;
    font-size: 43px;
    line-height: 1;
    letter-spacing: -1.72px;
    color: #001941;
    margin: 0px;
    text-align: center;
    font-variant-numeric: lining-nums;
}
.hm-meet-lft h5 {
    text-align: left;
    margin: 0 0 30px;
}
 
.hm-meet-sec h5 strong{
    font-weight: 600;
    color: #a9855e;
}
.hm-meet-lft p{
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.65;
    letter-spacing:0;
    color: #000000;
    margin: 0 0 40px;
}
.hm-meet-btn a{
    display: inline-block;
    font-family: "Zalando Sans", sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.42px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #a9855e;
    padding: 20px 30px;
    text-decoration: none;
    border: 2px solid #fff;
}
.hm-meet-btn a:hover{
    background-color: #2b2b2b;
}
/*  Testimonials Section  */
/* testimonials section */
.hm-testi-sec{
    padding: 95px 0 80px;
    position: relative;
 
}
.hm-testi-sec .text-heading{
    text-align: center;
    margin: 0 0 35px;
}
.hm-testi-sec::before {
    position: absolute;
    content: ' ';
    background-image: url(images/testi-sec-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16.7%;
    height: 31%;
    bottom: 0;
    left: 11px;
}
.hm-testi-sec::after{
    position: absolute;
    content: ' ';
    background-image: url(images/testi-sec-aftr-img.webp);
    background-repeat: no-repeat;
     background-size: contain;
    width: 16.7%;
    height: 31%;
    bottom: 0;
    right:0px;
}
.hm-testi-list.owl-carousel{
    margin: 0 0 60px;
}
.hm-testi-star-img {
    width: 43.6%;
    margin: 0 auto 25px;
}
.hm-testi-list.owl-carousel .owl-nav {
    position: absolute;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    max-width: 570px;
    bottom: -118px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.hm-testi-list.owl-carousel .owl-stage{
    display: flex;
}
.hm-testi-item {
    background-image: url(images/testi-item-bg-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 65px 60px 120px;
    text-align: center;
    height: 100%;
    position: relative;
}
.hm-testi-item:hover, .hm-testi-list.owl-carousel .center .hm-testi-item{
    background-image: url(images/testi-itm-hvr-bg-img.webp);
}
.hm-testi-item p {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #2b2b2b;
    line-height: 1.7;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
}
.hm-testi-item h5{
      font-family: 'Cormorant';
    font-weight: 600;
    font-style: italic;
    font-size: 37px;
    color: #2b2b2b;
    line-height:1;
    letter-spacing:-1.4px;
    margin: 0;
    position: relative;
    padding:18px 0 0;
}
.hm-testi-authhd {
    position: absolute;
    bottom: 53px;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
}
 
.hm-testi-item h5::before{
    content: '';
    position: absolute;
    background-color: #a9855e;
    width:70px;
    height:3px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
 
}
.hm-testi-btn {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: max-content;
    margin: auto;
}
.hm-testi-list.owl-carousel .hm-testi-itm:hover{
    background-image: url(images/testi-itm-hvr-bg-img.webp);
}
 
.hm-testi-list.owl-carousel .owl-nav button.owl-prev,
.hm-testi-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/testi-prev-arw-img.webp) !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    font-size: 0 !important;
     width: 72px;
     height: 47px;
}
 
.hm-testi-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/testi-next-arw-img.webp) !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover{
    background-image: url(images/testi-prev-arw-hve-img.webp) !important;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(images/testi-next-arw-hve-img.webp) !important;
}
 
 
 
 
 
/* experience section */
 
 
.hm-exper-sec{
    padding:90px 0 40px;
    position: relative;
    z-index: 1;
}
.hm-exper-sec::after {
    position: absolute;
    content: "";
    background: url(images/trusted-sec-bg-img.webp);
    background-size: cover;
    background-position: center;
    opacity: 7%;
    width: 100%;
    height: 30%;
    left: 0;
    right: 0;
    top: -90px;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}
.hm-exper-sec .text-heading {
    margin: 0 0 10px;
}
.hm-exper-sec .container{
    max-width: 1280px;
}
.hm-exper-lst{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin: 0 0 60px;
}
.hm-exper-lft {
    width: 51%;
}
.hm-exper-rgt {
    width: 45.35%;
    padding: 0 0 0 10px;
}
.hm-exper-blk p{
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #2b2b2b;
    line-height: 1.7;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
 
}
.hm-exper-rgt p{
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
 
}
.hm-exper-img img {
    width: 100%;
    display: block;
}
.hm-exper-def-lst{
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 0 0 30px;
}
.hm-exper-def-lst.owl-carousel .owl-stage {
    display: flex;
}
.hm-exper-def-lst.owl-carousel .owl-item {
    display: flex;
    padding: 0 2px;
}
.hm-exper-def-itm {
    width: 23.5%;
    background-color: rgb(169, 133, 94, 0.29);
    padding: 35px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hm-exper-def-itm:hover::before{
    position: absolute;
    content: '';
    background-image: url(images/def-item-bg-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 105%;
    height: 100%;
    left: -9px;
    top: 0;
}
.hm-exper-def-itm h5{
      font-family: 'Bebas Neue';
      font-weight: 400;
      font-size: 27px;
      line-height:1;
      color: #2b2b2b;
      letter-spacing: -0.5px;
      margin:0px;
      text-transform: uppercase;
}
 
.hvr a {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-block;
}
/*  Form Section  */
.ftr-form-sctn{
    padding: 0 73px;
    position: relative;
}
.ftr-form-sctn:before {
    position: absolute;
    content: "";
    background-color: #a9855e;
    width: 2px;
    height: 55%;
    left: 66px;
    bottom: 8%;
}
.ftr-form-sctn h2{
    font-family: 'Big Shoulders';
    font-weight: 700;
    font-size: 190px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px;
    text-shadow: 0px 0px 19.32px rgba(0, 12, 52, 1);
    opacity: 25%;
}
.hm-form .gfield label {
    display: none;
}
.hm-form-sec{
    background-image: url(images/ftr-frm-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.hm-form-sec:before, .hm-form-sec:after{
    position: absolute;
    content: "";
    border:3px solid #a9855e;
    width: 12%;
    height: 100%;
    bottom: 0;
    left: 0;  
}
.hm-form-sec:before{border-right: 0;}
.hm-form-sec:after{border-left:0;left:auto;right:0; }
.hmfrm-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 110px;
}
.hm-form {
    width: 53.3%;
    padding: 55px 60px 65px;
    background-color: rgb(169 133 94 / 85%);
}
/*  Blog Seection  */
.hm-blog-sec{
    padding: 50px 0;
}
.hm-blog-sec .text-heading{text-align: center;}
.hm-blog-posts{
    margin: 0 0 45px;
}
.hm-blog-item{
    position: relative;
}
.hm-blog-img{
    width: 100%;
    height: 332px;
}
.hm-blog-img img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hm-blog-cnt{
    width: 86%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(./images/blog-item-pattern.webp);
    background-repeat: repeat;
    background-position: top left;
    background-size: auto;
    min-height: 90px;
    display: flex;
    padding: 10px 16px 5px ;
}
.hm-blog-cnt h3{
    margin: 0;
    line-height: 0;
    
}
.hm-blog-cnt h3 a{
    font-family: 'Bebas Neue';
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #2b2b2b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hm-blog-item:hover .hm-blog-cnt h3 a{
    color: #a9855e;
}
.hm-blog-posts.owl-carousel .owl-nav {
    position: absolute;
    bottom: -101px;
    width: 40%;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-blog-posts.owl-carousel .owl-nav button{
    width:   72px;
    height: 47px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    position: relative;
    font-size: 0 !important;
}
.hm-blog-posts.owl-carousel .owl-nav button.owl-prev{
    background-image: url(images/hm-blog-prev-icon.webp);
}
.hm-blog-posts.owl-carousel .owl-nav button.owl-next{
    background-image: url(images/hm-blog-next-icon.webp);
}
.hm-blog-posts.owl-carousel .owl-nav button.owl-prev:hover{
    background-image: url(images/hm-blog-prev-icon-hover.webp);
}
.hm-blog-posts.owl-carousel .owl-nav button.owl-next:hover{
    background-image: url(images/hm-blog-next-icon-hover.webp);
}
.hm-blog-btn{
    text-align: center;
}
.hm-blog-btn a.cmn-btn{
    z-index: 1;
}
.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:60px 0px;
    position: relative;
}
.hmfrm-cnt {
    width: 33%;
}
.hm-form-sec .text-heading{
    color: #fff;
    margin: 0 0 3px;
    border-bottom: 5px solid #a9855e;
    font-size: 76px;
}
.hm-form-sec p {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    line-height: 1.25;
    margin: 0;
    letter-spacing: 0;
}
.hm-form .gform_required_legend {
    font-size: 16px;
    margin: 0 0 10px;
}
.hm-form .gform_wrapper .gform_required_legend{display: none;}
.gchoice.gchoice_1_9_1 label {
    display: block;
}
fieldset#field_1_9 {
    border: none;
}
.hm-form input::placeholder {
    color: #fff;
}
.hm-form input:-ms-input-placeholder {
    color: #fff;
}
.hm-form input::-ms-input-placeholder {
    color: #fff;
}
.hm-form textarea::placeholder {
    color: #fff;
}
.hm-form textarea:-ms-input-placeholder {
    color: #fff;
}
.hm-form textarea::-ms-input-placeholder {
    color: #fff;
}
.hm-form .gform_wrapper .top_label input,
.hm-form .gform_wrapper select,
.hm-form .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #fff;
    outline: 0px;
    position: relative;
    border: 2px solid rgb(255 255 255 / 50%);
    border-radius: 0;
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    background:transparent;
    line-height: 1.2 !important;
    font-size: 16px !important;
    padding: 15px 31px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
}
.hm-form .gfield{
    position: relative !important ;
    width: 48.5%!important;
}
.hm-form .gfield.gfield--type-html, .hm-form .gfield.gfield--type-checkbox.chk{
    width: 100%!important;
    padding: 0;
}
.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px !important;
    justify-content: space-between;
    align-items:center;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 110px !important;
    resize: none;
    margin: 0 0 10px !important;
    padding-top: 20px !important;
    margin: 0px;
    min-block-size: 0px !important;
}
.hm-form .gfield.msg {
    width: 100% !important;
}
.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 .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 16px;
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    letter-spacing: 0px;
    margin: 0;
    text-align:left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #000;
}
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-align: left;
    margin: 0 0 0px !important;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form .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;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: -50px auto 0;
    position: relative;
    max-width: max-content;
    float: right;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #000000 !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Zalando Sans' !important;
    font-weight: 600;
    width: auto !important;
    color: #ffffff !important;
    font-size: 21px !important;
    padding: 20px 55px !important;
    line-height: 1 !important;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 1;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{
	background-color:#fff!important;
	    color: #a9855e!important;
}
.hm-form .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 {
    top: 15px;
    visibility: hidden;
    color: #000;
    position: relative !important;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
    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.disabled {
    pointer-events: none;
}
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {
    margin: 0;
}
.gfield--type-honeypot {
    display: none;
}
.hm-form .gfield_description{
    margin: 0px !important
}
.hm-form .gfield_description.validation_message {
    position: absolute;
    bottom: 13px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    color: #932008;
    margin: 0;
}
.hm-form .chk .gfield_description.validation_message{
    bottom: -17px !important;
    left: 0;
    right: auto!important;
}
.ftr-block-sec {
    background-color: #fff;
    padding: 33px 0;
    color: #fff;
}
#footer-navigation ul {
    margin: 0 0 40px;
    font-size: 0;
    text-align: center;
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 20px;
}
#footer-navigation ul li:first-child{
    margin-left: 0;
}
#footer-navigation ul li:second-child{
    margin-right: 0;
}
#footer-navigation ul li a {
    font-family: "Zalando Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #2b2b2b;
    letter-spacing: 0px;
    line-height: 1;
    display: inline-block;
    text-shadow: 0px 0px 19.32px rgba(0, 12, 52, 0.1);
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#a9855e;
}
.ftr-block-list {
    display: flex ;
    justify-content: space-between;
}
.ftr-itm {
    width: 31.2%;
    text-align: center;
    position: relative;
}
.ftr-itm:before {
    position: absolute;
    content: "";
    background-color: #dddddd;
    right: -24px;
    bottom: 0;
    width: 2px;
    height: 80%;
}
.ftr-itm.ftr-cal:before{display: none;}
.ftr-itm h4{
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.72px;
    color: #2b2b2b;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 52px 0 5px;
    position: relative;
}
.ftr-itm h4:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 38px;
    background-image: url(images/ftr-map-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.ftr-itm.ftr-cal h4:before {background-image: url(images/ftr-cal.webp);
    width: 35px;
    height: 35px;
}
.ftr-itm h4:after{
    position: absolute;
    content: "";
    background-color: #a9855e;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    right:0;
    margin: auto;
}
.ftr-itm p{
    font-family: "Zalando Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    color:#000000 ;
    margin: 0;
}
.ftr-itm.ftr-cal a {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 53px;
    line-height: 1;
    letter-spacing: 0;
    color: #2b2b2b;
    margin: 0;
    display: inline-block;
}
.ftr-itm.ftr-cal a:hover {
    color: #a9855e;
}
.ftr-itm h5{
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.2px;
    line-height: 1;
    color: #000000;
    margin: 0 0 16px;
}
.scil-icns {
    display: flex;
    justify-content: center;
    padding: 0 80px 0;
    max-width: max-content;
    margin: auto;
    position: relative;
}
.scil-icns:before, .scil-icns:after{
    position: absolute;
    content: "";
    background-color: #e9e9e9;
    width: 66px;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.scil-icns:after{
    left: auto;
    right: 0;
}
.scil-icns a{
    font-size: 0;
    background-image: url(images/fb-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 33px;
    display: inline-block;
}
.scil-icns a:hover{background-image: url(images/fb-icn-hvr.webp);}
.ftr-logo {
    margin: 0 0 26px;
}
.ftr-itm.ftr-logo img {
    margin: 0 0 20px;
}
.ftr-copyrights-sec {
    background-color: #2b2b2b;
    padding: 20px 0px;
    text-align: center;
}
.ftr-copyrights-sec p{
    margin: 0;
    font-family: "Zalando Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -0.17px;
    color: #fff;
}
.ftr-copyrights-sec p a{
    color: #fff;
}
.ftr-copyrights-sec p a.ftr-cpmarketing-logo {
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
}
.ftr-copyrights-sec p a img{
    display: block;
    width: 100%;
}
.ftr-copyrights-sec a:hover{
    color: #a9855e;
}
