/**
 * Theme Name: Ram Rock Law
 * Template:   oceanwp
 * ...other header fields
 */
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Radley';
    --bodyFont: 'Quattrocento Sans';
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    will-change: auto;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
body.layout-full {
    background-color: #fff;
}
iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    outline: 0 !important;
}
html {
    margin-top: 0 !important;
}
a#scroll-to-top {
    display: none;
}
.widget {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
p:empty {
    display: none;
}
ul,
li {
    list-style: none;
}
a:visited {
    color: inherit;
    outline: 0 !important;
}
a:hover {
    text-decoration: none;
    outline: 0 !important;
}
a:focus {
    outline: 0 !important;
}
.w100p,
.wrapper {
    width: 100%;
}
.container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width:1700px) {
    .container {
        max-width: 1400px;
    }
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}
@font-face {
    font-display: swap;
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/quattrocento-sans-v21-latin-regular.woff2) format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/quattrocento-sans-v21-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Radley';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/radley-v22-latin-regular.woff2') format('woff2');
}
/* Common Styling */
a.cmn-btn {
    font-family: 'Quattrocento Sans';
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #2a3322;
    text-decoration: none;
    padding: 22px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    transition: none;
}
a.cmn-btn:hover {
    background-color: #555952;
    color: #fff;
}
a.cmn-btn::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(./images/cmn-btn-bfr-1.webp);
    background-repeat: no-repeat;
    width: 95px;
    height: 25px;
}
a.cmn-btn:hover::before {
    background-image: url(./images/cmn-btn-bfr-2.webp);
}
a.cmn-btn.btn-1 {
    background-color: #fff;
    color: #2a3322;
}
a.cmn-btn.btn-1:hover {
    color: #fff;
    background-color: #555952;
}
a.cmn-btn.btn-1::before {
    background-image: url(./images/cmn-btn-bfr-3.webp);
}
a.cmn-btn.btn-1:hover::before {
    background-image: url(./images/cmn-btn-bfr-2.webp);
}
.text-heading {
    font-family: 'Radley';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.12;
    margin: 0 0 40px 0;
}
/* Header Section Starts */
/*  */
.translated-ltr .logo-right {
    width: 79%;
}
.translated-ltr .top-menu {
    width: 68%;
}
.translated-ltr .top-menu ul li {
    margin: 0 17px 0 0;
}
.translated-ltr .top-menu ul li:last-child {
    margin: 0;
}
.logo-right {
    width: 75%;
}
.header-sec {
    padding: 10px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}
.lang-list img {
    display: none;
}
.header-sec .container {
    width: 100%;
    max-width: 1700px;
    margin: auto;
}
.logo-container {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.logo {
    padding-top: 0 !important;
}
.logo img {
    width: 100%;
    display: block;
    max-width: 186px;
    height: 164px;
}
header.header-sec.f-nav {
    background-color: #fff;
    border-bottom: 2px solid #2a3322;
}
.header-btn a.cmn-btn {
    padding: 19px 58px;
}
.top-menu ul {
    margin: 0 !important;
}
.top-menu ul li:last-child {
    margin: 0;
}
.top-menu ul li {
    display: inline-block;
    margin: 0 32px 0 0;
    position: relative;
}
.top-menu ul li a {
    position: relative;
    font-style: normal;
    text-transform: none;
    font-size: 21px;
    line-height: 1;
    color: #000;
    font-family: 'Quattrocento Sans';
    font-weight: 700;
    display: block;
    outline: 0;
    border: 0;
    text-transform: uppercase;
}
.top-menu ul li.current-menu-item>a,
.top-menu ul li:hover>a {
    color: #555952;
}
.top-menu ul li.current-menu-item>a, .top-menu .sub-menu li:hover>a {
    color: #555952;
}
.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #2a3322;
    padding: 0 0;
    z-index: 999;
}
.top-menu ul li:hover ul.sub-menu {
    display: block;
}
.top-menu ul li:hover ul.sub-menu ul {
    display: none;
}
.top-menu ul li:hover ul.sub-menu li {
    position: relative;
}
.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}
.top-menu .sub-menu li.current-menu-item a {
    color: #fff;
}
.top-menu .sub-menu li a:after {
    display: none;
}
.top-menu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.top-menu .sub-menu li a:hover {
    background-color: #555952;
    color: #fff;
}
.top-right {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.lang-list.mb {
    justify-content: center;
}
.lang-list {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    width: 65%;
}
.top-call {
    max-width: 405px;
    position: relative;
}
.top-hdr a {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
    font-family: 'Quattrocento Sans';
    display: inline-block;
    font-size: 46px;
    padding-left: 95px;
}
.top-hdr a:hover{
    color: #555952;
}
.top-hdr a:before {
    position: absolute;
    content: "";
    background-image: url(./images/hm-spirites.webp);
    background-position: -10px -16px;
    width: 70px;
    height: 63px;
    bottom: 0;
    margin: auto;
    top: 0;
    left: 5px;
}
.menu-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.top-menu {
    width: 65%;
}
.lang-en a,
.lang-es a {
    font-size: 24px;
    font-family: 'Quattrocento Sans';
    text-transform: uppercase;
    line-height: 1.2;
    color: #b8b8b5;
    font-weight: 700;
    padding-bottom: 6px;
    border-bottom: 2px solid #ebebe5;
    position: relative;
}
.lang-en a:hover,
.lang-es a:hover,
.lang-list a.gt-current-lang {
    color: #000;
    border-bottom-color: #c9cbbf;
}
.lang-en a:hover::before,
.lang-es a:hover::before,
.lang-list a.gt-current-lang::before {
    background-color: #000;
}
.lang-en a::before,
.lang-es a::before {
    position: absolute;
    content: "";
    bottom: -2px;
    width: 28px;
    height: 2px;
    background-color: #b1b3aa;
    margin: auto;
    left: 0;
    right: 0;
}
/* Mobile Menu Starts */
@media screen and (min-width: 992px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
}
.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .showhide {
        display: block;
    }
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #fbf9f5;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}
.menu-top-menu-container {
    display: block;
    width: 100%;
}
.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0;
    width: 100%;
}
.mobinav ul li {
    margin: 20px 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: var(--bodyFont);
}
.mobinav a {
    width: 100%;
    padding: 10px 0;
    display: block;
    line-height: 1;
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 1;
    color: #000;
    border: 0;
    margin: 0 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
.mobinav a:hover {
    color: #555952;
}
.mobinav ul li ul {
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}
.mobinav ul li .drop.open {
    width: 20px;
}
.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #2a3322;
    position: absolute;
}
.mobinav ul li .drop::before {
    width: 20px;
    height: 2px;
    top: 16px;
    right: 1px;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    right: 10px;
}
.mobile-menu-button-container {
    display: block;
}
@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
/* Mobile Menu Ends */
@media screen and (max-width: 768px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
    .mobile-menu-button-container {
        background: #2a3322;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: transparent;
    }
    .logo {
        justify-content: center !important;
    }
    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: #2a3322;
        width: 50%;
    }
    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }
    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: "Poppins", serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }
    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }
    button.showhide {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
}
/*HomePage location Starts*/
.hm-footer-main {
    /*    background-image: url(./images/footer-sec-bg.webp);*/
    background-size: cover;
    background-repeat: no-repeat;
}
.hm-location-sec {
    padding: 100px 0;
}
.hm-location-sec .container {
    width: 100%;
    max-width: 1760px;
    margin: auto;
}
.hm-location-sec h3 {
    margin-bottom: 40px;
}
.hm-location-sec span.lctn-heading {
    font-family: 'Oswald';
    text-align: center;
    display: block;
    font-size: 82px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}
.hm-location-sec .our-loc-list {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.hm-location-sec .our-loc-item {
    width: 100%;
}
.hm-location-sec span.lctn-txt {
    font-family: 'Oswald';
    text-align: center;
    display: block;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: -42px 0 0;
    position: relative;
    z-index: 99;
    pointer-events: none
}
.hm-location-sec p {
    font-family: 'inter';
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 10px;
}
.hm-location-sec .map:before {
    background-image: -webkit-linear-gradient(90deg, rgb(63, 46, 86) 0%, rgba(63, 46, 86, 0) 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.hm-location-sec .map {
    position: relative;
}
.hm-location-sec .map iframe {
    height: 205px;
}
.hm-location-sec .map:hover:after {
    background-image: -webkit-linear-gradient(90deg, rgb(226, 182, 60) 0%, rgba(226, 182, 60, 0) 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.hm-location-sec a {
    font-family: 'Oswald';
    text-align: center;
    display: block;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.hm-location-sec a:hover {
    color: #e2b63c;
}
/*HomePage location Ends*/
/* / Footer Section / */
.site-footer {
    background-image: url(./images/ftr-top-sec-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 0 85px;
}
.ftr-menu ul {
    padding: 37px 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid #8b9389;
    border-bottom: 1px solid #8b9389;
}
.ftr-menu ul li {
    margin: 0 94px 0 0;
    display: inline-block;
}
.ftr-menu ul li:last-child {
    margin: 0;
}
.ftr-menu ul li a {
    text-transform: uppercase;
    color: #000000;
    font-family: 'Quattrocento Sans';
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}
.ftr-menu ul li a:hover {
    color: #555952;
}
.ftr-main-blocks {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 160px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.ftr-main-blocks .block {
    text-align: center;
    padding: 0 40px;
}
.ftr-main-blocks .block h6 {
    font-family: 'Radley';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    padding: 88px 0 17px 0;
    margin-bottom: 18px;
    position: relative;
}
.ftr-main-blocks .block h6::before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 45px;
    height: 62px;
    background-position: -110px -385px;
    background-image: url(./images/hm-spirites.webp);
}
.ftr-main-blocks .block.contact h6::before {
    width: 58px;
    height: 59px;
    background-position: -176px -387px;
}
.ftr-main-blocks .block h6::after {
    content: "";
    background: #000;
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.ftr-main-blocks .block p {
    font-family: 'Quattrocento Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #2a3223;
    margin: 0;
}
.ftr-main-blocks .block.contact p {
    text-transform: uppercase;
}
.ftr-main-blocks .block.contact p a {
    display: block;
    font-size: 40px;
    font-weight: bold;
}
.ftr-main-blocks .block.contact p a:hover {
    color: #ffffff;
}
.ftr-logo img {
    width: 100%;
    display: block;
    max-width: 223px;
    margin: auto;
}
.ftr-logo {
    max-width: 360px;
    height: auto;
    margin: 0 auto 20px;
}
.ftr-block-location,
.ftr-block-contact {
    width: 43%;
}
.ftr-logo-main {
    padding: 0 20px;
    border: 4px solid #697166;
    border-top: none;
    border-bottom: none;
    width: 46%;
}
.page-id-12 .ftr-logo-main {
	border: none;
}
.ftr-btn {
    text-align: center;
}
.page-id-12 .footer-logo-btn {
	display: none;
}
.copyrights {
    padding: 25px 0;
    text-align: center;
    background-color: #2a3322;
    position: relative;
}
.copyrights .container {
    position: relative;
}
.copyrights::before {
    content: '';
    width: 100%;
    height: 200px;
    /* background-image: url(images/footer-hills.webp); */
    /* background-image: url(images/footer-hills-v2.webp); */
    background-image: url(images/footer-hills-v3.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -195px;
}
.copyrightmenu ul {
    margin: 0;
}
.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}
.copyrights p,
.copyrightmenu ul {
    margin: 0 0 8px 0;
}
.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Quattrocento Sans';
}
.copyrightmenu ul li a {
    line-height: 1;
    border-right: 1px solid #fff;
}
.copyrightmenu ul li a:hover {
    color: #d4d4ce;
}
.copyrightmenu ul li:last-child a {
    border: none;
}
.copyrights a {
    display: inline-block;
    padding: 0 8px;
}
.soc-icons-main a {
    display: inline-block;
    font-size: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #51594c;
    position: relative;
}
.soc-icons-main a:before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 24px;
    background-position: -284px -397px;
    background-image: url(./images/hm-spirites.webp);
}
.soc-icons-main a:hover:before {
    background-position: -284px -445px;
}
.soc-icons-main a.inst:hover:before {
    background-position: -324px -443px;
}
.soc-icons-main a:hover {
    border-color: #fff;
}
.soc-icons-main {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-top: 5px;
}
.soc-icons-main a.inst:before {
    width: 31px;
    height: 30px;
    background-position: -323px -394px;
}
.cpy-inr,
.ftrlink,
.growthalb {
    display: block;
}
.translated-ltr .top-menu ul li a {
    font-size: 17px;
}
.translated-ltr .header-btn a.cmn-btn {
    padding: 18px 46px !important;
}
a.inst {
    display: none;
}
@media screen and (max-width:1800px) {
    .header-sec .container {
        max-width: 1600px;
    }
    .lang-en a,
    .lang-es a {
        font-size: 22px;
    }
    .top-hdr a:before {
        transform: scale(0.9);
    }
    .logo img {
        max-width: 165px;
        height: 145px;
    }
    .top-menu ul li a {
        font-size: 20px;
    }
    .top-menu ul li {
        margin: 0 30px 0 0;
    }
    .top-right {
        gap: 20px;
        margin-bottom: 10px;
    }
    .translated-ltr .top-menu ul li a {
        font-size: 16px;
    }
    .translated-ltr .top-menu ul li {
        margin: 0 16px 0 0;
    }
    .ftr-main-blocks {
        padding-bottom: 140px;
    }
    .copyrights::before {
        background-position: bottom;
        background-size: 100%;
    }
}
@media screen and (max-width:1700px) {
    .header-sec .container {
        max-width: 1440px;
    }
    .lang-en a,
    .lang-es a {
        font-size: 20px;
    }
    .top-hdr a {
        font-size: 42px;
        padding-left: 87px;
    }
    .top-hdr a:before {
        transform: scale(0.8);
    }
    .logo img {
        max-width: 145px;
        height: 125px;
    }
    .top-menu ul li {
        margin: 0 27px 0 0;
    }
    .top-menu ul li a {
        font-size: 18px;
    }
    .header-btn a.cmn-btn {
        padding: 18px 49px;
    }
    .ftr-menu ul li a {
        font-size: 20px;
    }
    .ftr-menu ul {
        padding: 30px 0;
    }
    .translated-ltr .top-menu ul li a {
        font-size: 15px;
    }
    .translated-ltr .top-menu ul li {
        margin: 0 14px 0 0;
    }
    .translated-ltr .logo-right {
        width: 82%;
    }
    .ftr-main-blocks {
        padding-bottom: 120px;
    }
}
@media screen and (max-width:1500px) {
    .header-sec .container {
        max-width: 1200px;
    }
    .top-right {
        gap: 20px;
    }
    .lang-en a,
    .lang-es a {
        font-size: 19px;
    }
    .top-hdr a {
        /* font-size: 34px; */
        font-size: 32px;
        padding-left: 80px;
    }
    .top-hdr a:before {
        transform: scale(0.7);
    }
    .logo img {
        max-width: 125px;
        height: 110px;
    }
    .top-menu ul li {
        margin: 0 16px 0 0;
    }
    .top-menu ul li a {
        font-size: 16px;
    }
    .header-btn a.cmn-btn {
        padding: 16px 38px;
    }
    .ftr-menu ul li {
        margin: 0 60px 0 0;
    }
    .ftr-menu ul li a {
        font-size: 18px;
    }
    .ftr-main-blocks {
        padding: 40px 0 85px;
    }
    .ftr-logo img {
        max-width: 200px;
    }
    .ftr-main-blocks .block {
        padding: 0 10px;
    }
    .ftr-main-blocks .block.contact p a {
        font-size: 35px;
    }
    .ftr-main-blocks .block h6::before {
        transform: scale(0.9);
    }
    .ftr-main-blocks .block p {
        font-size: 18px;
        line-height: 1.4;
    }
    .ftr-logo {
        max-width: 300px;
    }
    .soc-icons-main a {
        transform: scale(0.9);
    }
    .copyrights {
        padding: 20px 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }
    .ftr-main-blocks .block h6 {
        font-size: 27px;
    }
    .translated-ltr .header-btn a.cmn-btn {
        padding: 17px 17px !important;
    }
    .translated-ltr .top-menu ul li a {
        font-size: 12px;
    }
    .translated-ltr .top-menu ul li {
        margin: 0 15px 0 0;
    }
}
@media screen and (max-width:1240px) {
    .header-sec .container {
        max-width: 990px;
        padding: 0 10px;
    }
    .logo-container {
        gap: 0;
    }
    .top-right {
        gap: 15px;
        margin: 0 0 15px 0;
    }
    .top-hdr a {
        font-size: 25px;
        padding-left: 74px;
        line-height: 1;
    }
    .top-hdr a:before {
        transform: scale(0.6);
    }
    .lang-en a,
    .lang-es a {
        font-size: 17px;
    }
    .logo img {
        max-width: 110px;
        height: 96px;
    }
    .top-menu ul li {
        margin: 0 10px 0 0;
    }
    .top-menu ul li a {
        font-size: 15px;
    }
    .top-menu {
        width: 67%;
    }
    .header-btn a.cmn-btn {
        padding: 13px 25px;
    }
    .ftr-menu ul li {
        margin: 0 50px 0 0;
    }
    .ftr-menu ul li a {
        font-size: 16px;
    }
    .ftr-main-blocks .block p {
        font-size: 17px;
        margin: 0;
    }
    .ftr-main-blocks .block.contact p a {
        font-size: 30px;
    }
    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }
    .hm-location-sec .map iframe {
        height: 165px;
    }
    .ftr-logo {
        max-width: 280px;
    }
    .copyrights p,
    .copyrightmenu ul {
        margin: 0 0 2px;
    }
    .ftr-block-location,
    .ftr-block-contact {
        width: 35%;
    }
    .ftr-main-blocks .block h6 {
        font-size: 23px;
        padding: 69px 0 17px 0;
    }
    .ftr-main-blocks .block h6::before {
        transform: scale(0.8);
    }
    .ftr-logo img {
        max-width: 164px;
    }
    .ftr-main-blocks {
        padding: 30px 0 45px;
    }
    .soc-icons-main a {
        transform: scale(0.8);
    }
    .translated-ltr .header-btn a.cmn-btn {
        text-align: center !important;
        padding: 15px 9px !important;
    }
    .translated-ltr .menu-cont {
        gap: 10px;
    }
    .translated-ltr .top-menu {
        width: 70%;
    }
    .translated-ltr .top-menu ul li a {
        font-size: 11px;
        letter-spacing: -0.1px;
    }
    .translated-ltr .hm-banner-btm-sec .scd-line {
        letter-spacing: 2px;
        font-size: 14px;
    }
    .translated-ltr .top-menu ul li {
        margin: 0 7px 0 0;
    }
    .translated-ltr .logo-right {
        width: 85%;
    }
    .logo-right {
        width: 80%;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .logo {
        padding-top: 0;
    }
    .logo-right {
        display: none;
    }
    .top-menu,
    .top-rit {
        display: none;
    }
    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }
    .tab-call span.text {
        color: #2a3322;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }
    button.showhide {
        background: #2a3322;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0 10px;
        border-radius: 5px;
    }
    span.menuBar.menuBar-3 {
        margin: 0;
    }
    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }
    .header-sec {
        position: fixed;
        background-color: #fbf9f5;
        padding: 10px;
        width: 100%;
    }
    header.header-sec.f-nav {
        background-color: #fbf9f5;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }
    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #2a3322;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
        font-family: "Radley";
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
    .top-hdr a:before {
        transform: scale(0.6);
        left: -5px;
    }
    .top-hdr a {
        font-size: 25px;
        padding-left: 64px;
        line-height: 1;
        font-weight: 700;
    }
    .top-hdr.top-call {
        margin: 11px 0;
    }
    .header-btn a.cmn-btn {
        padding: 15px 25px;
        color: #fff;
        text-align: center;
        font-weight: 700;
    }
    .site-footer {
        background-image: url(./images/ftr-top-sec-mb-bg.webp);
    }
    .ftr-main-blocks {
        flex-direction: column;
        max-width: 350px;
        width: 100%;
        margin: auto;
        gap: 20px;
    }
    .ftr-block-location,
    .ftr-block-contact,
    .ftr-logo-main {
        width: 100%;
        display: block;
        margin: 0 auto;
        border: 1px solid #697166;
        padding: 20px;
        max-width: 350px;
    }
    .ftr-logo {
        height: auto;
        width: 100%;
    }
    .ftr-menu ul {
        padding: 20px 0;
    }
    .hm-footer-main {
        background-image: none;
        background-color: #4b3566;
    }
    .ftr-menu ul li a {
        font-size: 14px;
        line-height: 1.6;
    }
    .ftr-logo {
        max-width: 250px;
    }
    .soc-icons-main a::before {
        transform: scale(0.8);
    }
    .copyrights {
        padding: 15px 0;
        border-top: 1px solid #ffffff4f;
    }
    .soc-icons-main a {
        width: 48px;
        height: 48px;
    }
    .ftr-main-blocks .block h6 {
        font-size: 21px;
        padding: 59px 0 17px 0;
    }
    .ftr-main-blocks .block.contact p a {
        font-size: 27px;
    }
    .ftr-logo img {
        margin: 0 auto 15px;
    }
    .ftr-logo img {
        max-width: 130px;
    }
    .ftr-main-blocks .block {
        padding: 0;
    }
    .ftr-main-blocks .block h6::before {
        transform: scale(0.7);
    }
    .translated-ltr .ftr-menu ul li {
        margin: 0 31px 0 0;
    }
    .copyrights::before {
        display: none;
    }
    .site-footer {
        padding: 0;
    }
	    .ftr-menu ul li {
        margin: 0 30px 0 0;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .ftr-menu ul li {
        margin: 0 40px 0 0;
    }
    .ftr-menu ul {
        padding: 10px 0;
    }
    .ftr-main-blocks {
        position: relative;
    }
    .ftr-menu {
        position: relative;
    }
    .site-footer:before {
        position: absolute;
        content: '';
        background-color: #fbf9f5;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 50%;
        z-index: 0;
    }
    .ftr-menu ul li {
        margin: 0 14px 0 0;
    }
}
.parallax-container {
    position: relative;
    overflow: hidden;
}
.parallax-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform 300ms linear;
}
.parallax-layer img {
    width: 100%;
}
#main-image {
    position: relative;
    z-index: 40;
}


