html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
* {
  padding: 0px;
  margin: 0px;
}
@font-face {
  font-family: 'Inter-Light-BETA';
  src: url('Inter/Inter-Light-BETA.otf') format('opentype');
}
@font-face {
  font-family: 'Inter-Medium';
  src: url('Inter/Inter-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Inter-Bold';
  src: url('Inter/Inter-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Cardo-Regular';
  src: url('Cardo/Cardo-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Cardo-Bold';
  src: url('Cardo/Cardo-Bold.ttf') format('truetype');
}

body {
  position: static; overflow-y:auto;
  font-family: 'Inter-Light-BETA';
  color: #565A68;
  font-size: 1.3rem;
}
a, a:hover{
  text-decoration: none;
  color: #64AC31;
}
p{
  font-size: 1rem;
  line-height: 1.4rem;
}
b, strong{
  color: #3D4552;
}

.primary-bg{
  background-color: #39A3AA;
}
.secondary-colour{
  color: #39A3AA;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.header {
  position: sticky;
  display: block;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 999;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
}
.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72%;
          flex: 0 0 72%;
}
.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 3.125rem;
  margin-left: 1.35rem;
}
.header .menu > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  border: none;
  outline: none;
  color: #121212;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 2.25rem;
  padding: 1rem 2rem;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  background: #fafafa;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}
.header .menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: #121212;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu > ul > li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem;
}
.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul{
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.48rem 0;
  border: none;
  outline: none;
  color: #FFFFFF;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header .menu > ul > li .menu-subs.menu-column-4, .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.25rem 4%;
  background-color: #3D4552;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item,  .menu > ul > li .menu-subs.menu-column-4 > .list-item{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 0 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title { 
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.75rem 0 0.3rem;
  border: none;
  outline: none;
  color: #B2D698;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title a {
  color: #B2D698;
} 
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
  text-align: center;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: #B2D698;
}
.header-item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #64AC31;
}
.menu-section{
  margin-bottom: 0.3rem;
}

/***********************/

/* Arrow pointer */
.header .menu > ul > li.menu-item-has-children:hover > .menu-mega::before {
  content: "";
  position: absolute;
  top: -8px; /* places arrow above dropdown */
  left: var(--arrow-left, 50%); /* fallback = 50% */ 
  transform: translateX(-50%); /* perfectly center */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #3a434d; /* match dropdown bg color */
  z-index: 10;
}

/***********************/

a.link-btn, .link-btn {
  background-color: #2ea69a;
  color: #fff;
  font-weight: bold;
  padding: 6px 25px;
  border-radius: 6px;
  font-size: 1.1rem;
}
a.link-btn:hover, .link-btn:hover{
  background-color: #3D4552;
  color: #fff;
}
.header .menu > ul > li > a.nav-lnk{
  color: #39A3AA;
}
.header .menu > ul > li > a.nav-lnk:hover{
  color: #3D4552;
}
.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}
.clicked .search-box{
  display: none;
}
.search-box{
  width: fit-content;
  height: fit-content;
  display: block;
}
#search-btn{
  background-image: url("../images/search-icon.png");
  display: inline-block;
  text-rendering: auto;
  height: 16px;
  width: 16px;
  background-size: cover;
}
#search-btn:hover{
  cursor: pointer;  
}
#search-overlay{
  display:none;
  height: 182px;
  z-index: 999;
  top: 100px;
}
.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom:0 ;
  left: 0;
  overflow: auto;
  text-align: center;
  background: #64AC31;
  margin: 0;
  z-index: 9999 !important;
}
.search-wrap{
  width: 77%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
  margin-top: 54px;
  margin-left: 86px;
}
#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}
#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}
#search-box input[type="text"] {
  width: 90%;
  padding: 12px 4px;
  color: #8B8F97;
  outline: none;
  font-size: 1.3rem;
  opacity: 1;
  height: 60px;
}
#search-button {
  position: absolute;
  cursor: pointer;
  width: 36px;
  height: 36px;
  right: 10px;
  background-color: #F5F5F6;
  color: #fff;
  border: 0;
  top: 11px;
}
.srch_sb_cnt{
  width: 100%;
  border-radius: 17px;
  overflow: visible;
  background-image: linear-gradient(120deg, #F5F5F6 0%, #F5F5F6 100%);
  background-color: transparent;
  position: absolute;
  top: 50%;
  /*left: 18.7%;*/
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
  z-index: 0;
}
.search-btn{
  background: url("../images/enter-icon.png") no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
}
.search-btn:hover{
  background: url("../images/enter-icon-hover.png") no-repeat;
}
#close-btn {
    background-image: url(../images/search-close.png);
    width: 30px;
    height: 30px;
    right: 0;
    transform: translate(-50%, -60%);
    position: absolute;
    z-index: 1;
    top: 17%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
}
#header-contact{
  display: block;
}
#menu-contact{
  display: none;
}
.hero {
  position: relative;     
}
.hero-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  padding: 1rem;
}
.top{
  top: 6%;
  position: relative;
}
.ratings{
  position: relative;
  bottom: 2%;
}
.content-center .top{
  top: unset;
}
.hero h1 {
  color: #6cb43f;
  font-size: 2.865rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'Inter-Bold';
  text-transform: capitalize;
}
.content-center{ 
  align-items: center;
}
.content-center .hero-content{
  top: unset;
  bottom: unset;
}
.content-center .hero-content h1{
  color: #FFFFFF;
  text-transform: capitalize;
}
/*.rating {
  font-size: 1.25rem;
  color: #fff;
}
.stars {
  color: gold;
  font-size: 1.5rem;
} */
.intro-section{
  padding: 5rem 0 4rem; 
}
#main-intro{
  position: relative;
  margin-bottom: 100px;
}
.intro p{
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin: 2rem 0 4.9rem;
}
.intro-heading {
  font-size: 1.9rem;
  color: #64b32c;
  font-family: 'Inter-Bold';
}
.lhs-img{
  padding-right: 3rem;
}
.rhs-img{
  padding-left: 3rem;
  padding-bottom: 5%;
}
.rounded-img{
  border-radius: 1rem;
}
.rounded-img-sm{
  border-radius: 0.5rem;
}
.section-title {
  font-family: 'Inter-Bold';
  font-size: 2.4rem;
  color: #64b32c;
  margin-bottom: 1.9rem;
}
.abt-lnk{
  margin-top: 2.1rem;
}
.link-blue {
  color: #00bcd4;
  text-decoration: none;
}
.link-blue:hover {
  text-decoration: underline;
}
.business-section{
  padding-top: 5.2rem;
}
.home-accordian{
  font-family: 'Inter-Bold';
  border: none;
  --bs-accordion-border-color: none;
  margin-top: 3.1rem;
}
.home-accordian .accordion-button{
  color: #3D4552; 
  font-size: 1.3rem;
  padding: 0.7rem 0.2rem 0.7rem 0;
}
.accordion-button:not(.collapsed){
  background-color: #FFFFFF;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-body{
  font-size: 1rem;
  line-height: 1.8rem;
}
.accordion-body a{
  color: #39A3AA;
}
.accordion-button::after {
  /* Example for a custom SVG icon for a "bolder" look */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5L8 11L14 5'/%3E%3C/svg%3E") !important; /* Replace with your bold arrow SVG */
  /* Adjusting rotation for up/down states */
  transform: rotate(0deg); /* Default for collapsed (down) */
  transition: transform 0.2s ease-in-out; /* Smooth transition */
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg); /* Expanded (up) */
}
.business-section, #yourBusiness, #yourBusiness .accordion-button:not(.collapsed){
  background-color: #F7FBF5;
  --bs-accordion-bg: #F7FBF5;
}
#yourBusiness .accordion-button::after{
  display: none;
}
.green-box {
  background-color: #64AC31;
  border-radius: 10px;
  padding: 1rem 0;
  font-family: 'Inter-Bold';
  text-align: center;
  margin-bottom: 4.5rem;
}
.green-box h5{ 
  font-size: 1.8rem;
  display: inline-block;
  padding-right: 10%;
}
.green-box h5 span{
  white-space: nowrap;
}
.cu-link{
  font-size: 1.2rem;
  --bs-btn-padding-x: 1.4rem;
  --bs-btn-padding-y: 0.3rem;
}
.cu-link:hover{
  color: #FFFFFF;
  background-color: #3D4552;
}
.testimonial-section {
  color: white;
  padding: 55px 0 40px;
  position: relative;
  font-family: 'Cardo-Regular';
  background-color: #3D4552;
}
.testimonial-img{
  /*background-image: url('../images/testimonial-bg.jpg'); */
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 125px 0;
}
.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 62, 80, 0.45);
}
.testimonial-content {
  position: relative;
  z-index: 2;
  padding: 2% 9%;
  display: flex;
}
.quote-icon {
  background-color: #64AC31;
  display: inline-block;
  padding: 0; 
  margin-bottom: 20px;  
  height: 90px;   
  padding-right: 35px;  
}
.quote-img{
  background: url('../images/quote-icon.png') no-repeat;
  display: inline-block;
  width: 56px;
  height: 46px;
}
.testimonial-text{
  padding-left: 5%;
}
.testimonial-text p{
  font-size: 2.3rem;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}
.testimonial-text p span{
  font-size: 1.2rem;
  font-family: 'Inter-Light-BETA';
}
.testimonial-author {
  font-weight: bold;
}
.carousel-section{
  margin-bottom: 6.5rem;
}
.owl-carousel-wrapper {
  position: relative;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 25px;
  height: 24px;
  padding: 10px 15px;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  z-index: 1000;
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Make sure the arrow images scale properly inside */
.owl-nav button.owl-prev img,
.owl-nav button.owl-next img {
  display: block;
  margin: auto;
  -webkit-transform: translateZ(0); /* Safari rendering fix */
  transform: translateZ(0);
}
.owl-carousel .owl-nav button.owl-prev {
  margin-left: -30px; /* Move left of first item */
}
.owl-carousel .owl-nav button.owl-next {
  margin-right: -30px; /* Move right of last item */
}
.owl-theme .owl-nav [class*="owl-"]:hover{
  background: transparent !important;
}
.accreditation{
  padding-top: 6.5rem;
}
.accreditation .owl-carousel .item {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #D8DADC;
  padding: 1rem;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-left: 5px;
}
.owl-carousel .owl-item img{
  width: auto !important;
}
.owl-carousel{
  width: 95% !important;
  margin-left: 2.5%;
}
.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.view-lnk{
  color: #39A3AA;
  font-family: 'Inter-Medium';
}
.view-all a:hover{
  color: #3D4552;
}
.ln-section{
  padding: 3rem 0 6rem;
  background-color: #F5F5F6;
}
#more-link-top{
  display: block;
}
#more-link-bot{
  display: none;
}
.more-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #39A3AA;
  transition: color 0.3s ease;
  font-family: 'Inter-Medium';
  font-size: 1.2rem;
}
.more-link .arrow-circle {
  background: url('../images/more-arrow.png') no-repeat;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 17px;
  margin-left: 8px;
  transition: background-color 0.3s ease;
}
.more-link:hover {
  color: #3D4552;
}
.more-link:hover .arrow-circle {
  background: url('../images/more-arrow-hover.png') no-repeat;
}
.grid-box{
  padding-bottom: 3rem;
}   
.grid-box-content{
  margin-bottom: 1.5rem;
}
.grid-box-title h2, .services h2 {
  color: #3D4552;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-family: 'Inter-Bold';
  padding-bottom: 0.7rem;
}
.underline {
  height: 1px;
  background-color: #B1B5BA;
  width: 100%;
  margin-top: 1.6rem;
}
.offices-section {
  background: url('../images/office-image.jpg') center center/cover no-repeat;
  position: relative;
  padding: 4rem 0;
  color: white;
}
.offices-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(44, 62, 80, 0.1);
  z-index: 1;
}
.offices-content {
  position: relative;
  z-index: 2;
}
.offices-section .row{
  padding-top: 5rem;
}
.offices-content h2{
  font-family: 'Inter-Bold';
  font-size: 2.3rem;
}
.office-title {
  font-family: 'Inter-Bold';
  font-size: 1.3rem;
  padding-bottom: 5px;
}
.phone, .directions{
  color: #B2D698;
  font-size: 1rem;
  font-family: 'Inter-Medium';     
}
.phone a{
  color: #B2D698;
}
.phone a:hover{
  color: #64AC31;
}
.logo-contact .phone-link{
  color: #FFFFFF;
}
.directions {      
  text-decoration: none;
}
.ques-section{
  background-color: #64AC31;
}
.ques-section h5{
  font-size: 2.4rem;
}
.ques-section .green-box{
  padding: 2.4rem 0;
  margin-bottom: 0;
}
.ques-section .green-box h5{ 
  padding-right: 4.1%;
}
footer a:hover{
  color: #7ac142 !important;
}
.footer {
  background-color: #3D4552;
  color: white;
  font-size: 0.95rem;
  padding: 3.9rem 0 2.6rem;
}
.footer-logo{
  margin-bottom: 2.5rem;
}
.logo-contact, .footer-links p{
  font-size: 1rem;
  font-family: 'Inter-Medium';
}
.logo-contact p{
  margin-bottom: .1rem !important;
}
.footer-links p{
  margin-bottom: .4rem !important;
}
.footer a.footer-link {
  color: #D8DADC;
  text-decoration: none;
  display: block;
  margin-bottom: .35rem;
  transition: 0.3s;
}
.footer-links .btn{
  background: transparent;
  border: 0;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active{
  background: transparent;
}
#accordionFlushExample .accordion-button::after {
    background-image: url('../images/dropdown-arrow.png') !important; /* Replace with your actual arrow image URL */
}
.footer .social-icons a{
  margin-right: 0.8rem;
}
.footer .social-icons i {
  font-size: 1.2rem;
  transition: color 0.3s;
}
.footer .social-icons i:hover {
  color: #7ac142;
}
.disclaimer p{
  color: #8B8F97;
  font-size: 0.7rem;
  line-height: 0.8rem;
}
.footer-end{
  background-color: #2C2C2C;
  color: #8B8F97;
  font-size: 0.7rem;
  padding: 1rem 0;
}
.footer-end a{
  color: #8B8F97;
  white-space: nowrap;
}
.footer-end .divider {
  margin: 0 5px;
  color: #8B8F97;
}
.sra-div{
   width:205px;
   height:117px;
}
/*****/
/* Apply header menu styles to footer menu */
#quick-links-menu,
#quick-links-menu ul,
#quick-links-menu li,
#quick-links-menu a {
  all: unset;
  display: revert; /* fallback */
}
/* Optional: style same as header */
#quick-links-menu {
  margin-top: 20px;
}
#quick-links-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#quick-links-menu li {
  position: relative;
}
#quick-links-menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff; /* adjust to footer theme */
}
#quick-links-menu .menu-subs {
  display: none;
  background: #444; /* adjust */
}
#quick-links-menu li.open > .menu-subs {
  display: block;
}
.reviews{
  display: none;
}
.accordion-button{
  padding-left: 0;
  padding-right: 0;
}
.content-container{
  padding-top: 4.9rem;
  padding-bottom: 3rem;
}
.content-container h1{
  font-size: 2.9rem;
  color: #64b32c;
  font-family: 'Inter-Bold';
  padding-bottom: 2rem;
}
.one-column{
  padding-bottom: 3.5rem;
}
.service-contact{
  display: flex;
}
.service-contact span{
  font-size: 1.9rem;
  color: #3D4552;
  padding-right: 3.1rem;
  line-height: 2.4rem;
  white-space: nowrap;
}
.service-contact a.link-btn{
  height: 38px;
  padding: 5px 27px;
  font-size: 1.15rem;
}
.two-column{
  padding-bottom: 2.2rem;
}
.services-reviews{
  display: flex;
  justify-content: flex-end;
}
.services-page{
  background-color: #F5F5F6;
  padding: 4.7rem 0 8.2rem;
}
.services-heading{
  font-size: 2.3rem;
  color: #64b32c;
  font-family: 'Inter-Bold';
  padding-bottom: 4.2rem;
}
.services-page .g-4{
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}
.process-section {
  background-color: #F7FBF4;
  margin-bottom: 5rem;
}
.process-section .services-heading{
  margin-bottom: 0;
}
.process-img{
  width: 100%;
  height: 740px;
  object-fit: cover;
  object-position: center;
}
.process-content{
  padding: 0 7.5rem;
}
.process-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}
.pi-wrap{
  background-color: #64b32c;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
}
.process-icon {
  width: 9px;
  height: 16px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
  margin: 16px;
}
.process-item h3{
  color: #3D4552;
  font-size: 1.4rem;
  font-family: 'Inter-Bold';
  margin-top: 8px;
  margin-bottom: 1.1rem;
}
.team-carousel{
  padding-top: 3.5rem;
}
.team .owl-carousel .item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-left: 8px;
}
.team .owl-carousel .owl-item img{
  border-radius: 1rem;
  border: 1px solid #ccc;
  height: 312px;
  margin-bottom: 0.8rem;
}
.team-member h3{
  margin-bottom: 0.3rem;
}
.team-member h3, .team-member h3 a{
  color: #39A3AA;
  font-family: 'Inter-Medium';
  font-size: 1.2rem;
  display: flex;
}
.team-member p{
  font-size: 0.9rem;
}
.content-container .heading-centered h1{
  font-size: 2.3rem;
  text-align: center;
  padding: 2.6rem 10% 5.3rem;
  line-height: 2.65rem;
}
.text-image-column{
  margin-bottom: 5rem;
}
.find-box{
  background-color: #64AC31;
  border-radius: 10px;
  padding: 1rem 0;
  font-family: 'Inter-Bold';
  text-align: center;
  margin-bottom: 7.7rem;
}
.blog-find{
  margin-top: 7.7rem;
  margin-bottom: 1rem;
}
.formModules{
  padding-top: 1.5rem;
}
.formModules h2{
  padding-bottom: 3.1rem;
}
.formModules .form-inputs {
    margin: 0 10.5% 3.9%;   
    margin-top: 2rem;
}
.ask-inputs{
  width: 75%;
  margin: unset !important;
}
option, optgroup { -webkit-appearance: none; }
.select-box{
    border-radius: 0.5rem;
    margin-bottom: 9%;
    height: 58px;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
    font-size: 1.2rem;
    color: #8B8F97 !important;
    font-weight: normal;
    background-image: url("../images/select-dropdown.png");
    background-position: right center;
    background-repeat: no-repeat;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    &::-ms-expand { display: none };
    padding: .375rem 1rem;
    font-family: 'Inter-Light-BETA';
}
.office-section{
  background-color: #3D4552;
}
.office-content{
  padding: 0 2rem 0 3.5rem;
}
.office-content .services-heading{
  padding-bottom: 6.65rem;
}
.about.content-container{
  padding-bottom: 1.8rem;
}
.sub-text{
  color: rgb(61, 69, 82);
  font-size: 1.4rem;
  font-family: Inter-Bold;
}
#thanks{
  display: none;
}
.two-column, .three-column, .image-mod, .tab-mod, .team-mod, .form-mod{
  padding-bottom: 6.8rem;
}
.sub-text {
    color: rgb(61, 69, 82);
    font-size: 2rem;
    font-family: Inter-Bold;
}
.member-details h1{
  padding-bottom: 0;
}
.member-details .sub-text{
  line-height: 40px;
}
.member-contacts{
  display: table-row;
}
.member-contacts .details{
  display: table-cell;
  line-height: 16px;
  padding-bottom: 13px;
  font-size: 1.1rem;
}
.thumb {
  display: inline-block;
  width: 240px;
  height: 180px;
  background: center;
  background-size: cover;
}
.listing-start{
  margin-top: 4rem;
}
.mod-container{
  padding-top: 1.5rem;
}
.articles-wrapper{
  margin-bottom: 2rem;
}
.article-title{
  color: #3D4552;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-family: 'Inter-Bold';
  padding-bottom: 0.7rem;
  padding-top:0.3rem;
}
.article-title a{
  color: #3D4552;
}
.article-by {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
}
.text-by a{
  color: #39A3AA;
}
.article-short-desc{
  font-size: 1rem;
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
}
.pagination-section {
  margin: 3rem 0 4rem;
  text-align: right;
}
#pagination a {
  cursor: pointer;
  padding: 0 5px;
}
.posted {
  font-size: 1.2rem;
}
#floated {
  float: right;
  max-width: 580px;
  padding: 0 0 2rem 2rem;
}
.content-container ul li{
  font-size: 1rem;
}
.articles .heading-centered h1{
  padding: 2.6rem 10% 4rem;
}
.articles{
  margin-bottom: 3rem;
}
.form-inputs .form-control{
  margin-bottom: 20px;
  height: 57px;
  -moz-box-shadow: 0 0 2px #ccc;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
  font-size: 1.2rem;
  color: #8B8F97 !important;
  font-family: 'Inter-Light-BETA';
}
.form-inputs textarea {
    height: 145px !important;
}


/******* Form error ********/
.symbol-error {
  display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  -webkit-transition: all 0.4s; -o-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s;
}
.validate-input {
  position: relative;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  border: 1px solid #c80000;
  border-radius: 0px;
  padding: 4px 25px 4px 10px;
  top: 20px;
  -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
  right: 8px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s; -o-transition: opacity 0.4s; -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "";
  background-image: url(../images/error-icon.png);
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  top: 20px;
  -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
  right: 13px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}
.form-message{
  color:#FFFFFF;  
  display:none;
  text-align: center;
  width: 100%;  
}
#thanks{
  background:#64AC31;
}
#errMsg{
  background:#C2352A;
}
.status-message{
  color: #FFFFFF;
  display: none;
  text-align: center;
}
.note-float-right{
  margin-left: 1.5rem;
}
.note-float-left{
  margin-right: 1.5rem;
}
.validate-input {
    position: relative;
}
.search-container{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.result-wrapper{
  margin-bottom: 2rem;
}
.search-heading{
  color: #3D4552;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-family: 'Inter-Bold';
}
.notfound{
  font-size: 1.4rem;
}
/*******cookie consent ******/
 #cookiePopup {
  background: white;
  width: 340px;
  position: fixed;
  left: 10px;
  bottom: 15px;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 10px;
}
  #cookiePopup p{
  text-align: left;
  font-size: 15px;
  color: #4e4e4e;
}
#cookiePopup a{
  color: #64AC31;
}
#cookiePopup a:hover{
  text-decoration: underline;
}
#cookiePopup button{
  width: 100%;
  border: navajowhite;
  background: #64AC31 ;
  padding: 5px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  font-size: 16px;
}
/*******cookie consent end ******/

.footer-news .grid-box-img{
  min-height: 397px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-news .grid-box-title{
  min-height: 95px;
}
.service-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /*height: 500px;*/ /* Equal height for all cards */
  font-size: 1rem;
}
.equal-height-card {
    max-height: 500px;      /* Limit card height */
    overflow-y: auto;       /* Add vertical scrollbar if content too long */
  }
.service-title {
  color: #64b32c;
  font-family: 'Inter-Bold';
  font-size: 1.4rem;
  margin-bottom: 12px;
  border-bottom: 2px solid #4CAF50;
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}
.stitle-no-border{
  border-bottom: none;
}
.service-sub-title{
  color: #64b32c;
  font-size: 1rem;
}
.service-location {
  color: #64b32c;
  margin-bottom: 8px;
  font-size: 1rem;
}
.service-salary {
  color: #64b32c;
  margin-bottom: 17px;
  margin-top: 7px;
  font-size: 1rem;
}
.service-content {
  overflow-y: auto;
  flex-grow: 1;
  padding-right: 6px;
}
.service-desc, .service-desc p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 14px;
}
/* Subtle green scrollbar styling */
.service-content::-webkit-scrollbar {
  width: 6px;
}
.header .menu > ul > li .menu-subs.menu-column-4::-webkit-scrollbar {
  width: 15px;
}
.service-content::-webkit-scrollbar-track, .header .menu > ul > li .menu-subs.menu-column-4::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}
.service-content::-webkit-scrollbar-thumb, .header .menu > ul > li .menu-subs.menu-column-4::-webkit-scrollbar-thumb {
  background-color: #4CAF50;
  border-radius: 10px;
}
.service-content::-webkit-scrollbar-thumb:hover, .header .menu > ul > li .menu-subs.menu-column-4::-webkit-scrollbar-thumb:hover {
  background-color: #388e3c;
}
.img-equal {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.main-bold {
  color: #64AC31;
  font-family: 'Inter-Bold';
  font-size: 1.2rem;
}
.menu > ul > li .menu-subs.menu-column-4 {
  padding: 1rem 2%;
  background-color: #FFFFFF;
}
.main-menu-links .menu-section{
  padding-left: 0;
}
.main-menu-links .menu-item-has-children{
list-style-type: none;
}
.main-menu-links ul li{
  font-family: 'Inter-Bold';
  font-size: 1.2rem;
}
.main-menu-links .list-item a{
  font-family: 'Inter-Medium';
  font-size: 1.2rem;
}
.main-menu-links .list-item ul{
  margin-bottom: 2rem;
}
.main-menu-links .list-item ul li a{
  font-family: 'Inter-Light-BETA';
  font-size: 1.1rem;
}
.mac .header .menu > ul > li .menu-subs.menu-column-4, .main-menu-links > ul > li .menu-subs.menu-column-4{
    max-height: unset;
}
.addtional-services{
  background-color: #F7FBF5;
  padding: 3rem 0;
}
.addtn-content{
  margin: 0 auto;
  width: 90%;
}
.as-wrapper{
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.addtional-services .service-col{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.services{
  background-color: #FFFFFF;
  padding: 1rem;
}
.addtn-services-link{
  background: none;
  border: none;
}
.addtn-services-link:hover{
  color: #3D4552;
  background: none;
  border: none;
}
/* Override Bootstrap modal animation */
 .modal.fade .modal-dialog {
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.3s ease;
}
.modal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
.modal-header{
  border: 0;
}
.modal-header .btn-close {
  width: 1rem !important;
  height: 1rem !important;
  background-size: 1rem !important;
}
.services .modal-title{
  padding-bottom: 0;
}
.addtional-services-sm{
 background-color: #F0F7EB;
}
.addtional-services .service-col.service-sm{
 margin-top: 4rem;
 margin-bottom: 1.4rem;
}
.service-sm .services{
  background-color: #F5F5F6;
}
#ask-a-question{
  padding-bottom: 4rem;
}
.teal-colour{
  background-color: #2ea69a;
}
/***************************************/

/*@media (min-width: 1250px and min-width: 992px) {*/
@media (min-width: 1250px) {
  .container {
    max-width: 1240px;
  }
  .mac .header .menu > ul > li .menu-subs.menu-column-4{
    padding: 1.25rem 17.5%;
  }
  .mac .office-content{
    padding: 0 7.5rem 0 20.9rem;
  }
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .header .menu > ul > li{
    margin-left: 1rem;
  }

}

@media only screen and (min-width: 1201px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 1.7rem;
    opacity: 1;
    visibility: visible;
  }
  /*.owl-carousel-pages::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px; /* adjust how much fade you want */
    /*height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  }*/
}

@media only screen and (max-width: 1200px) {
  #header-contact{
    display: none;
  }
  #menu-contact{
    display: block;
  }
  .header-item-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-item-left, .header-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 2rem;
    background: none;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    
    outline: none;
    opacity: 1;
    border-radius: 2rem;
    background: #121212;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;

  }
  .header .menu-mobile-trigger span:nth-child(1) {
    top: 0;
  }
  /*.header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
    top: 9px;
  }*/
  .header .menu-mobile-trigger span:nth-child(2){
    top: 9px;
  }

  .header .menu-mobile-trigger span:nth-child(3) {
    top: 18px;
  }
  .header .menu-mobile-trigger span:nth-child(4) {
    top: 18px;
  }
  .header .menu > ul > li > a.link-btn{
    border: 1px solid;
    color: #FFFFFF ;
    line-height: 2.5rem;
    padding-left: 1.5rem;
    height: 40px;
    width: 123px;  
    margin-top: 7%;
  }
  .header-item-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu > ul > li > a{
    color: #B2D698;
  }
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #3D4552;   
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
            transform: translate(0%);
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 0;
    font-family: 'Inter-Medium';
    font-size: 1.2rem;
  }
  .header .menu > ul > li > a i.ion {
    color: #FFFFFF;
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header .menu .menu-mobile-header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    height: 2.5rem;
    z-index: 501;
    background: #3D4552;
    padding: 2.5rem 2.2rem 2.5rem 0.2rem;
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
     background: #3D4552;
     border: 0;
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: #B2D698;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;   
    color: #FFFFFF;
    text-align: center;
    border-radius: 20px;
    border: 3px solid #fff;
    background-color: #3D4552;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 1.5rem;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 4rem 1.5rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    margin-top: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0rem;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
    line-height: 2.8rem;
        height: 2.8rem;
        padding: 0 2.8rem 0 0;       
  }
  .menu-item-has-children .sub-menu {
    display: none; /* hide by default */
  }
  .menu-item-has-children.open .sub-menu {
    display: block; /* show when .open is applied */
  }
  /*.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }*/
  .search-box, #search-btn {    
    width: 25px;
    height: 25px;
    margin-top: 0.16rem;
  }
  .thumb {
    width: 200px;
  }
}

@media only screen and (max-width: 992px) {
  .hero h1{
    font-size: 2.5rem;
  }
  .intro-heading{
    font-size: 1.8rem;
  }
  .intro p, .home-accordian .accordion-button {
    font-size: 1.2rem;
  }
  .section-title, .offices-content h2{
    font-size: 2.2rem;
  }
  .testimonial-text p {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .grid-box-title h2{
    font-size: 1.4rem;
  }
  .green-box h5{
    font-size: 1.7rem;
    padding-right: unset;
  }
  .grid-box-title h2{
    margin-bottom: 0.4rem;
  }
  .content-container h1{
    font-size: 2.7rem;
  }
  .services-heading{
    font-size: 2.1rem;
    padding-bottom: 4rem;
  }
  .service-contact span{
    font-size: 1.7rem;
  }
  .process-content h2{
    margin-top: 4rem;
  }
  .content-container .heading-centered h1{
    font-size: 2.1rem;
  }
  .office-content {
    padding: 3.5rem 2rem 4rem 3.5rem;
  }
  .office-content .services-heading{
    padding-bottom: 2.5rem;
  }
  .article-title{
    font-size: 1.4rem;
  }
  .article-link .more-link{
    font-size: 1rem;
  }
  .posted {
    font-size: 1rem;
  }
}

@media (max-width:768px){
  .hero h1{
    font-size: 2.3rem;
  }
}


@media (max-width:767px){
  .site-logo{
    height: 80px;
    width: 80px;
  }
  #search-overlay{
    top: 80px;
    height: 160px;
  }
  /*.hero-wrapper img{
    display: none;
  }*/
  /*.hero-wrapper{
    display: block;
    position: relative;
    text-align: center;
    padding: 80px 20px;
    color: #fff;
    background: url('../images/homebanner.jpg') no-repeat center center;
    background-size: cover;
    height: 450px;
  }*/
  .hero-wrapper img{
    height: 450px;
    object-fit: cover;
  }
  .centered{
    margin-top: 40px;
  }
  .intro-section{
    padding: 4rem 0 0;
  }
  .intro-heading {
    font-size: 1.4rem;
  }
  .intro p {
    font-size: 1rem;
  }
  .intro p{
    line-height: 1.4rem;
    margin: 1.5rem 0 1.9rem;
  }
  .section-title, .offices-content h2 {
    font-size: 1.8rem;
  }
  .lhs-img {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-bottom: 6.3%;
  }
  .section-title{
    margin-bottom: 1.2rem;
  }
  .home-accordian{
    margin-top: 2.2rem;
  }
  .rhs-img {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-bottom: 6.3%;
  }
  .green-box{
    padding-bottom: 1.5rem;
  }
  .green-box h5{
    font-size: 1.45rem;
    margin-bottom: 1.4rem !important;
  }
  .quote-icon{
    height: 67px;
    padding-right: 25px;
    margin-bottom: 26px;
  }
  .quote-img {
    background: url(../images/quote-sm-icon.png) no-repeat;
    width: 43px;
    height: 33px;
  }
  .testimonial-section{
    padding: 45px 0;
  }
  .testimonial-content{
    display: block;
    padding: 0;
  }
  .testimonial-text{
    padding-left: 0;
  }
  .testimonial-text p {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  .testimonial-text p span{
    font-size: 0.85rem;
    line-height: 3.2rem;
  }
  .abt-lnk{
    margin: 1.3rem 0 3.4rem;
  }
  .accreditation .owl-carousel .item{
    height: 98px;
  }
  .carousel-section{
    margin-bottom: 9%;
  }
  .accreditation{
    padding-top: 9%;
  }
  .ln-section{    
    padding: 1.1rem 0 3.6rem;
  }
  #more-link-top{
    display: none;
  }
  #more-link-bot{
    display: block;
  }
  .grid-box {
    padding-bottom: 2.1rem;
  }
  .offices-section{
    padding-bottom: 2rem;
  }
  .offices-section .row {
    padding-top: 3.8rem;
  }
  .office-title{
    font-size: 1.2rem;
    padding-bottom: 9px;
  }
  .footer{
    padding: 2.7rem 0 2.1rem;
  }
  .footer-logo {
    margin-bottom: 1.3rem;
  }
  .footer-links{
    margin-bottom: 3.2rem !important;
  }
  .footer-links.bottom{
    margin-bottom: 1.7rem !important;
  }
  .site-links{
    margin-bottom: 0.7rem;
  }
  .owl-carousel .owl-nav button.owl-prev{
    margin-left: 11px;
  }
  .owl-carousel .owl-nav button.owl-next{
    margin-right: 11px;
  }
  .reviews{
    display: block;
  }
  .services-reviews{
    justify-content: flex-start;
  }
  .service-contact{
    display: inline-block;
  }
  .service-contact a.link-btn{
    margin-top: 0.5rem;
  }
  .content-container h1{
    font-size: 2.3rem;
    padding-bottom: 1.5rem;
  }
  .services-heading{
    font-size: 1.7rem;
    padding-bottom: 3rem;
  }
  .service-contact span{
    font-size: 1.45rem;
  }
  .one-column {
    padding-bottom: 2.5rem;
  }
  .service-title, .process-item h3, .job-title{
    font-size: 1.3rem;
  }
  .process-section{
    margin-bottom: 3rem;
  }
  .team-carousel {
    padding-bottom: 4rem;
  }
  .team .owl-carousel .owl-item img{
    height: 257px;
  }
  .content-container .heading-centered h1{
    font-size: 1.8rem;
    padding: 0 10% 4rem;
    line-height: 2.2rem;
  }
  .formModules .form-inputs{
    margin: 0 5% 3.9%;
  }
  .thumb {
    width: 160px;
  }
  .article-title{
    font-size: 1.2rem;
    padding-bottom: 0;
  }
  .article-by {
    margin-bottom: 0;
  }
  .article-short-desc{
    font-size: 0.9rem;
    margin-top: 0.4rem;
    margin-bottom: 0;
  }
}

@media (max-width:640px){

}

@media (max-width:580px){
  .container{
    --bs-gutter-x: 2.5rem
  }
  .site-logo{
    height: 60px;
    width: 60px;
  }
  #search-overlay{
    top:60px;
    height: 146px;
  }
  #search-button{
    top: 5px;
  }
  #search-box input[type="text"]{
    height: 46px;
  }
  .header .menu > ul > li > a, .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title{
    font-size: 1.1rem;
  }
  /*.header .menu > ul > li > a{
    height: 2.5rem;
  }*/
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title{
    padding-bottom: 0.2rem;
  }
  .hero h1{
    font-size: 1.5rem;
  }
  .ln-section .gx-5{
    --bs-gutter-x: 0;
  }
}

@media (max-width:520px){
  .sra-div{
     width:170px;
     height:auto;
  }
  .process-content {
      padding: 0 2.5rem;
  }
  .process-item{
    margin-bottom: 1.5rem;
  }
  .process-content h2{
    margin-top: 2rem;
  }
}

@media (max-width:414px){
  .sra-div{
     width:140px;
  }
}