body nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
body {
    padding-top: 60px;
}
body .nav-links a.active, body .nav-inner ul.nav-links > li > a.active {
    color: var(--green);
}
body .nav-links a.active::after {
    width: 100%;
}
div#error-msg {
    font-size: 13px;
    color: red;
    text-align: center;
    border: 1px solid red;
    padding: 8px 15px;
    margin-top: 15px;
    line-height: 150%;
    background: #FFF;
}
div#result {
    color: green;
    font-size: 13px;
    border: 1px solid green;
    padding: 8px 15px;
    margin-top: 15px;
    line-height: 150%;
    text-align: center;
    background: #FFF;
}
.mage-error {
    font-size: 13px;
    color: red;
    margin-top: 2px;
}
.google-submit.enquiry-button-wrapper {
    position: relative;
}
.google-submit.enquiry-button-wrapper div#ajaxLoader {
    position: absolute;
    right: 10px;
    top: 17px;
    background: #FFF;
    height: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.footer-contact p a {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    text-align: left;
    margin-bottom: 0;
    line-height: 130%;
    text-decoration: unset;
}
 .footer-contact p a:hover,
 .footer-bottom p a:hover,
 footer ul li.active a {
    color:#c9a646;
 }
 .footer-bottom p a {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.45);
   text-decoration: unset;
}
.footer-brand  a {
    text-decoration: unset;
}
.enquire-form >div:nth-child(4) {
    position: relative;
}
select#state-message {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='white' d='M5.5 7.5L10 12l4.5-4.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 20px;
    cursor: pointer;
}
@media only screen and (max-width: 960px) { 
html.show-menu {
    overflow: hidden;
}
section#services {
    padding-top: 65px;
}
.nav-inner ul.nav-links {
    background: #FFF;
    bottom: 0;
    height: 100vh;
    right:-100%;
    overflow: hidden;
    padding: 70px 0px 20px;
    position: fixed;
    left: auto;
    top: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
    transition: 0.5s all;
    display: block;
}
.show-menu .nav-inner ul.nav-links{
    right: 0;
}
.show-menu button.nav-toggle {
    z-index: 999;
}
.show-menu button.nav-toggle span:first-child {
    display: none;
}
.show-menu button.nav-toggle span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: 11px;
}
.show-menu button.nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    margin: -7px 0 0 0;
}
body .dropdown-menu {
    position: relative;
    border: 0;
    box-shadow: none;
    top: 0;
}
body .nav-dropdown:hover .dropdown-menu {
    display: none;
}
body  .nav-dropdown.open .dropdown-menu {
    display: block;
}
.nav-inner ul.nav-links > li > a {
    display: block;
    padding: 10px 18px;
    font-size: 12.5px;
    color: #333;
    border-bottom: 1px solid var(--rule);
}
body .dropdown-menu li a {
    padding: 7px 18px 7px 30px;
}
body .nav-dropdown > a::before, body .nav-dropdown > a::after {
    transform: none;
    right: 20px;
    background: #6b6b6b;
    content: "";
    width: 16px;
    height: 2px;
    left: auto;
    top: 21px;
}
body .nav-dropdown > a::after {
    width: 2px!important;
    height: 16px;
    top: 14px;
    right: 27px;
}
body .nav-dropdown.open > a::after {
    opacity: 0;
}
body .page-hero {
    padding: 52px 0 40px;
}
body .section {
    padding: 55px 0;
}
body .pillar-num {
    color: #ddd
}
body .form-row {
    gap: 0;
    display: block;
}
body .enquire-section {
    padding: 60px 0;
}
body footer {
    padding: 44px 0 22px;
}
body .hero {
    padding: 52px 0 40px;
}
body .enquire-form {
    padding: 20px;
}
}
@media only screen and (max-width:767px) {
    body .page-hero-lead {
    font-size: 13.5px;
    line-height: 160%;
} 
body .hero {
    padding: 40px 0 30px;
    
}
body .hero-lead {
    font-size: 13.5px;
    line-height: 160%;
}
body .page-hero {
    padding: 40px 0 30px;
}
body .hero-actions {
    margin-top: 20px;
}
body .section {
    padding: 40px 0;
}
body .section h2 {
    line-height: 140%;
    margin-bottom: 18px;
}
body .team-desc {
    font-size: 13.5px;
    line-height: 160%;
}
body .pillars-grid .pillar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
body .enquire-section {
    padding: 65px 0 40px;
}
body .enquire-copy h2 {
    line-height: 140%;
}
body .enquire-copy p {
    font-size: 13.5px;
    line-height: 160%;
}
body footer {
    padding: 34px 0 12px;
}
body .footer-grid {
    margin-bottom: 20px;
    gap: 20px;
}
body .footer-bottom {

    gap: 4px;
    padding-top: 15px;
}
body .page-hero h1 em,
body .hero h1 em {
    padding-top: 6px;
    display: block;
}
section.section.leadership-sectin .container>p {
    font-size: 13.5px;
    line-height: 160%;
    margin-bottom: 10px;
}
body .stats-bar {
    margin-top: 35px;
    padding-top: 30px;
}
body .section-head-center p {
    font-size: 13.5px;
   line-height: 160%;
}
body .section-head-center {
    
    margin: 0 auto 25px;
}
body .stat {
    padding: 0 10px 0 10px;
}
body .service-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 140%;
}
body .about-body p {
    font-size: 13.5px;
    line-height: 160%;
    margin-bottom: 10px;
}
body .card-body p {
    font-size: 13.5px;
    line-height:160%;
}
body .card-top, body .card-body {
    padding: 25px 15px 14px;
}
body .hero h1 {
    font-size: clamp(30px, 5vw, 52px);
}


body section#services {
    padding-top: 61px;
}

#enquire, #services {
scroll-margin-top: 65px;
}













}
