/* Basic Styles
================================================== */
.wrapper {
  overflow: hidden; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

html * {
  outline: 0 !important; }

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fffefa;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.088rem;
  line-height: 1.5;
  margin: 0;
  word-break: break-word;
  color: #4a4a4a; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.15;
  margin: 0 0 20px;
  color: #000; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.75rem; }

h3 {
  font-size: 1.65rem; }

h4 {
  font-size: 1.35rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

p {
  margin: 0 0 20px; }

.fa {
  margin-right: 0.5rem; }

/* Images
================================================== */
img {
  border-style: none; }

/* Link
================================================== */
a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none; }
  a:hover {
    color: #000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  a:focus {
    color: #000; }

a:hover,
a:focus {
  text-decoration: none;
  outline: none; }

.noSelect, a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.noSelect:focus, a:focus {
  outline: none !important; }

/* Input textarea select
================================================== */
input,
textarea,
select {
  font-size: 100%;
  font-family: "Inter", Arial, sans-serif;
  vertical-align: middle;
  color: #666;
  font-weight: 300; }

textarea {
  resize: vertical; }

/* Form
================================================== */
form,
fieldset {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  border-style: none; }

::-moz-selection {
  background: #968a6b;
  color: #fffefa; }

::selection {
  background: #968a6b;
  color: #fffefa; }

::-moz-selection {
  background: #968a6b;
  color: #fffefa; }

.clear:after, .clear:before {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.section {
  padding: 5.5em 0; }

.columns2 {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

.columns3 {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  gap: 40px; }

.overlay {
  background: rgba(6, 6, 6, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hide {
  display: none !important; }

.pr {
  position: relative; }

.margin-none {
  margin: 0 !important; }

.margin-top {
  margin-top: 3.5em; }

.margin-top-1 {
  margin-top: 2.3em; }

.margin-bottom {
  margin-bottom: 2.3em; }

.padding-top-none {
  padding-top: 0 !important; }

.padding-bottom-none {
  padding-bottom: 0 !important; }

.padding-none {
  padding: 0 !important; }

.highlight {
  color: #968a6b; }

.highlight2 {
  color: #000; }

.color-primary {
  color: #676767; }

img {
  width: 100%;
  height: auto; }

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.text-center {
  text-align: center; }

.text-white {
  color: #fffefa; }

.text-black {
  color: #000 !important; }

.text-capitalize {
  text-transform: capitalize; }

.text-uppercase {
  text-transform: uppercase; }

.heading {
  font-size: 2rem;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
    text-transform: uppercase;
}

.title {
  color: #000;
  margin-bottom: 1em;
  font-weight: 500;
  text-transform: uppercase;}

.list-wrap {
  margin-bottom: 20px; }
  .list-wrap li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 1em; }
    .list-wrap li:before {
      position: absolute;
      left: 0;
      top: 0px;
      content: '\e818';
      font-family: "fontello"; }

.btn {
  border-radius: 2px;
  padding: 1em 2.125em;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.35;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  color: #fffefa !important;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  min-width: 13em; }

.btn-primary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #968a6b)) no-repeat right bottom;
  background: -webkit-linear-gradient(left, #000 50%, #968a6b 50%) no-repeat right bottom;
  background: -o-linear-gradient(left, #000 50%, #968a6b 50%) no-repeat right bottom;
  background: linear-gradient(to right, #000 50%, #968a6b 50%) no-repeat right bottom;
  background-size: 210% 100%;
  -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16); }
  .btn-primary:hover {
    color: #fffefa !important;
    background-color: #892c38;
    background-position: left bottom; }

.btn-secondary {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #968a6b), color-stop(50%, #000)) no-repeat right bottom;
  background: -webkit-linear-gradient(left, #968a6b 50%, #000 50%) no-repeat right bottom;
  background: -o-linear-gradient(left, #968a6b 50%, #000 50%) no-repeat right bottom;
  background: linear-gradient(to right, #968a6b 50%, #000 50%) no-repeat right bottom;
  background-size: 210% 100%; }
  .btn-secondary:hover {
    color: #fffefa;
    background-color: #968a6b;
    background-position: left bottom; }

.btn-outlined {
  border: 2px solid #000; }
  .btn-outlined:hover {
    background-color: #000;
    color: #fffefa !important; }

.bg1 {
  background-color: #f7f6f1; }

.bg2 {
  background-color: #f1f2f2 !important; }

.bg3 {
  background-color: #968a6b;
  color: #fff; }

.bg4 {
  background-color: #efeeea; }

.object-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important; }

.last-cont-margin-none p:last-child {
  margin-bottom: 0; }

.last-cont-margin-none ul li:last-child {
  margin-bottom: 0; }

/* menu items start */
.stuck.nav-open {
  position: relative;
  overflow: hidden; }
  .stuck.nav-open .wrapper {
    height: 100%; }
  .stuck.nav-open .header {
    height: 100%;
    overflow: auto;
    background-color: #968a6b; }
  .stuck.nav-open .mobile-icon-wrap {
    display: block;
    grid-column: 12 / -1; }
  .stuck.nav-open .open-mobile-icon {
    display: block;
    position: relative;
    right: 0;
    z-index: 10;
    margin-left: auto; }
  .stuck.nav-open .close-mobile-icon {
    display: none; }
  .stuck.nav-open .nav-wrap {
    opacity: 1;
    display: block;
    margin-top: 5em; }
    .stuck.nav-open .nav-wrap li a {
      color: #fffefa; }
    .stuck.nav-open .nav-wrap .active > a {
      color: #fffefa; }

.nav-open .menu-cont-wrap {
  opacity: 1;
  display: block; }

.nav-open .mobile-icon-wrap {
  display: block;
  grid-column: 12 / -1;
  text-align: right; }

.nav-open .nav-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #968a6b;
  padding: 1em 0.5em;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  display: none;
  z-index: 3; }
  .nav-open .nav-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  .nav-open .nav-wrap li {
    margin-top: 0.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .nav-open .nav-wrap li a:hover {
      color: #fffefa; }
    .nav-open .nav-wrap li:last-child {
      border-bottom: none; }

.nav-open .navigation-ul > li {
  padding: 1.5em 0;
  margin-top: 0;
  margin-bottom: 0; }

.nav-open .header.fixed-nav .nav-wrap li a {
  color: #fffefa; }

/* menu items end */
/* header start */
.header {
  position: fixed;
  left: -1px;
  right: -1px;
  width: 100%;
  min-height: 80px;
  z-index: 2;
  visibility: visible !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
  margin: 0 auto;
  background: #2020205c; }

/* header end */
/* navigation start */
.nav-wrap {
  grid-column: 3 / -1; }
  .nav-wrap li a {
    color: #000;
    font-size: 1.2em;
    text-transform: uppercase;
    position: relative; }
    .nav-wrap li a:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background: #fffefa;
      -webkit-transition: 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
      -o-transition: 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
      transition: 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0); }
    .nav-wrap li a:hover {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      color: #fffefa; }
      .nav-wrap li a:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }

.nav-btn a {
  background: rgba(255, 255, 255, 0.4);
  padding: 0 1.25em;
  text-transform: uppercase;
  border-radius: 32px;
  position: relative; }
  .nav-btn a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #fffefa;
    border-radius: 32px;
    content: '';
    left: 0;
    top: 0; }
  .nav-btn a:after {
    display: none !important; }
  .nav-btn a:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #fffefa !important;
    opacity: 0.85; }
    .nav-btn a:hover:before {
      border-color: rgba(0, 0, 0, 0.4); }

.navigation-ul {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Inter", Arial, sans-serif;
  height: 100%;
  text-transform: uppercase;}
  .navigation-ul li {
    margin: 0 1.5em; }
  .navigation-ul > li {
    padding: 2.5em 0; }
  .navigation-ul a {
    display: block; }
    .navigation-ul a:hover {
      color: #968a6b; }

li.active > a {
  color: #968a6b; }
  li.active > a:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #fffefa; }

.header-desktop .sub-menu:hover > ul {
  display: block; }

/* .mobile-icon-wrap, */
.open-mobile-icon {
  display: none; }

/* navigation end */
/* logo start */
.logo-wrap {
  position: relative;
  z-index: 2;
  line-height: 0;
  grid-column: 1 / 3;
  width: 80%;
  padding: 5px 0 10px; }
  .logo-wrap a {
    position: relative;
    height: 100%;
    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; }
  .logo-wrap img {
    width: 100%;
    margin: 0 auto; }

/* logo end */
/* mobile header start */
.header-mobile {
  display: none; }
  .header-mobile .navigation-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-mobile .logo-wrap {
    height: auto;
    width: 100%; }

.header-mobile,
.header-mobile .container {
  height: 85px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.menu-icon {
  position: relative;
  z-index: 5; color: #000; }
  .menu-icon:focus {
    color: #000; }

.open-mobile-icon {
  color: #000; }

/* mobile header end */
/* header fixed start */
.header.fixed-nav {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25); 
  background: #fffefa;
}
  .header.fixed-nav .logo-wrap {
    grid-column: 1 / 2;
    width: 100%; }
  .header.fixed-nav .nav-wrap {
    grid-column-start: 4; }
  .header.fixed-nav .header-desktop.container {
    margin-top: 0; }
  .header.fixed-nav .navigation-ul > li {
    padding: 1.5em 0; }
  .header.fixed-nav .nav-wrap li.active > a {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    color: #968a6b; }
    .header.fixed-nav .nav-wrap li.active > a:after {
      background-color: #fffefa; }
  .header.fixed-nav .nav-btn a:before {
    border-color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .header.fixed-nav .nav-btn a:hover {
    color: #968a6b !important;
    background-color: #fffefa; }
    .header.fixed-nav .nav-btn a:hover:before {
      border-color: #968a6b; }
  .header.fixed-nav .header-mobile,
  .header.fixed-nav .header-mobile .container {
    height: 80px; }
  .header.fixed-nav .menu-icon {
    color: #000; }
   .header.fixed-nav .navigation-ul > li > a{
        color: #000;
    }

/* header fixed end */
/* mega menu start */
.mega-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 115px;
  z-index: 1;
  background-color: #fffefa;
  padding: 15px 0;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.mega-menu-holder {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 60%; }

.mega-menu-image {
  margin: 0;
  height: 335px;
  overflow: hidden; }
  .mega-menu-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.mega-menu-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px; }

.mega-menu-ul {
  -ms-flex-preferred-size: 31.5%;
  flex-basis: 31.5%; }
  .mega-menu-ul li {
    margin-top: 1.2rem;
    margin-bottom: 7px; }
  .mega-menu-ul a {
    text-transform: capitalize !important; }

.header.fixed-nav .mega-wrap {
  top: 75px; }

/* mega menu end */
ul ul li.active > a {
  padding: 0; }

.sub-menu:nth-child(-n+4) > ul {
  left: 0;
  right: auto; }

.sub-menu ul {
  min-width: 290px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 100%;
  left: auto;
  right: -30%;
  display: none;
  line-height: 2;
  z-index: 2;
  padding: 0.5em 1.5em; }
  .sub-menu ul li {
    margin: 0.5em 0;}
    .sub-menu ul .active:after {
      display: none; }
    .sub-menu ul .active a {
      color: #000; }
      .sub-menu ul .active a:after {
        bottom: -4px; }
  .sub-menu ul .submenu-title {
    font-size: 1.5rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 1; }
.sub-menu:hover > a {
  color: #000; }

.sub-menu-ul a {
  color: #fffefa; font-size: 1.05rem !important; line-height: 1.35; }
  .sub-menu-ul a:hover {
    color: #f7f6f1; }

.inner-sub-menu:before {
  position: absolute;
  top: 12px;
  right: 15px;
  content: '\e809';
  font-family: "fontello"; }

.inner-sub-menu ul {
  top: 0;
  left: auto;
  right: 220px;
  display: none; }

.inner-sub-menu:hover > ul {
  display: block; }

.inner-sub-menu:hover > a {
  color: #f7f6f1; }

.inner-sub-menu:hover:before {
  color: #f7f6f1; }

/* banner start */
.banner-wrap {
  overflow: hidden;
  background: #F5F5F5;
  margin-top: 0em; }

.banner-text-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3em;
  padding-bottom: 1em;
  margin: 0 auto; }

.banner-text {
  color: #fffefa;
  margin: 0 0 20px;
  font-size: 3.75rem;
  text-transform: uppercase;}

h2.banner-text {
  font-size: 1.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 600; }

.normal-banner-text {
  max-width: 50em;
  overflow: hidden;
  margin: 0 auto;
  text-align: center; }
  .normal-banner-text p {
    font-size: 2.35rem;
    line-height: 1.35; }

/* banner end */
/* inner banner start */
.inner-banner-wrap {
  margin: 0em 0 0;
  position: relative; }
  .inner-banner-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.25); }
    
.inner-banner-wrap1 {
  margin: 0em 0 0;
  position: relative; }
  .inner-banner-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ''; }
    
.inner-banner-hold {
  padding: 12em 0; }
  .inner-banner-hold .container {
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    min-height: 100px; }

.inner-banner-text {
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 1.35;
  font-family: "Inter", Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }

/* inner banner end */
/* common style start */
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 75%;
  margin: 0 auto; }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }

.container {
  width: 75%;
  margin: 0 auto; }

@media only screen and (max-width: 991px) {
  .container,
  .grid-container {
    width: 90%; } }

.img-fluid {
  width: 100%;
  height: auto; }

.imageHeight {
  height: 30em;
  -o-object-fit: cover;
  object-fit: cover; }

.border-all {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 1.5em;
  -webkit-box-shadow: 0 0 10px 1px #c5c5c5;
  box-shadow: 0 0 10px 1px #c5c5c5; }

.border-4 {
  border-radius: 4px;
  overflow: hidden; }

.margin {
  margin-top: 5.5em; }

.margin-top-35 {
  margin-top: 35px; }

/* common style end */
:root {
  --fheight: 448px; }

.half-width {
  max-width: 60%;
  margin: 0 auto; }

/* content style start */
.content-page-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: var(--fheight);
  background: #fffefa; }

.content-video {
  grid-column: 1 / 7; }
  .content-video .iframe-holder {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 90px; }
    .content-video .iframe-holder iframe {
      width: 100%;
      height: 425px; }

.content-cont {
  grid-column: 7 / -1;
  padding: 3em; }

.content-cont-wrap {
  margin-bottom: 5em; }
  .content-cont-wrap:last-child {
    margin-bottom: 0; }

/* content style end */
/* meet our pros start */
.carousel-wrap.bg1 {
  background: #f7f6f1; }

.staff-carousel .image-wrap {
  height: 337px; }
  .staff-carousel .image-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s; }
    .staff-carousel .image-wrap img:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

.staff-carousel .owl-prev,
.staff-carousel .owl-next {
  position: absolute;
  top: 45%; }

.staff-carousel .owl-prev {
  left: -25px; }

.staff-carousel .owl-next {
  right: -25px; }

/* meet our pros end */
/* social media cont start */
.social-media-cont {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  gap: 25px;
  position: relative;
  grid-column: 1 / -1; }

.social-media-icon {
  width: 100px;
  height: 100px; }
  .social-media-icon img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.35s;
    transition: -webkit-filter 0.35s;
    -o-transition: filter 0.35s;
    transition: filter 0.35s;
    transition: filter 0.35s, -webkit-filter 0.35s;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
    .social-media-icon img:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
  .social-media-icon > a {
    display: block;
    width: 100%;
    height: 100%; }
    .social-media-icon > a:hover + .social-content-wrap {
      opacity: 1;
      z-index: 1;
      display: block; }

.social-content-wrap {
  position: absolute;
  width: 375px;
  margin: 0 auto;
  left: -1px;
  right: -1px;
  top: -150px;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  display: none; }

/* social media cont end */
/* experience center start */
.map-wrap {
  margin: 3em 0 0; }

/* experience center end */
/* two-columns-wrap start */
.two-columns-wrap.alter .first-column {
  grid-column: 7 / -1; }

.two-columns-wrap.alter .second-column {
  grid-column: 1 / 6;
  grid-row: 1; }

.two-columns-wrap img {
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  background: #f7f6f1; }

.first-column {
  grid-column: 1 / 7; }

.second-column {
  grid-column: 8 / -1; }

.second-column-text {
  grid-column: 7 / -1; }

.iframe {
  width: 100%; }

/* two-columns-wrap end */
/* cta-wrapper start */
.cta-wrapper {
  min-height: 30em;
  padding: 4em 0; }
  .cta-wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45); }
  .cta-wrapper .container {
    min-height: 20em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    color: #fffefa;
    text-align: center; }

.cta-content-holder {
  width: 80%;
  margin: auto; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-wrapper {
    background-attachment: scroll !important;
    min-height: 20em; }
  .cta-wrapper .container {
    min-height: 10em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper {
    background-attachment: scroll !important; }
  .cta-wrapper,
  .cta-wrapper .container {
    min-height: 15em; } }

@media only screen and (max-width: 767px) {
  .cta-wrapper {
    min-height: 17em; }
  .cta-wrapper .container {
    min-height: 10em; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cta-wrapper {
    background-attachment: scroll !important; } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .cta-wrapper {
      background-attachment: scroll !important; } } }

/* cta-wrapper end */
/* footer start */
:root {
  --ColorLight: #999; }

.footer-wrapper {
  font-size: 1rem;
  color: var(--ColorLight);
  background: #f7f6f1;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: var(--fheight); }
  .footer-wrapper ul li {
    margin-bottom: 0.5em; }
  .footer-wrapper a {
    color: var(--ColorLight);
    position: relative; }
    .footer-wrapper a:hover {
      color: #000; }
  .footer-wrapper h4 {
    color: #000;
    font-family: "Inter", Arial, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: .5rem; }

.footer-top {
  padding-bottom: 4em;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  grid-template-areas: "about about about about info info info info c c c c";
  border-bottom: 1px solid #4a4a4a4a; }

.widget1 {
  grid-area: about; }

.widget2 {
  grid-area: info;
  padding-right:6em;}

.widget3 {
  grid-area: c;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.35; }
  .widget3 p {
    margin-bottom: 10px; }

.footer-para {
  font-size: 1rem;
  color: var(--ColorLight); }

.footer-phone {
  font-size: 1.3rem; }
  .footer-phone a {
    color: #000;
    font-size: 1.5rem; }
    .footer-phone a:hover {
      color: #968a6b; }

.footer-btm {
  position: relative;
  padding: 1.5em 0;
  font-size: .875rem;
  background-color: #fffefa; }

.footer-btm-holder {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px; }

/* footer end */
/* social icon start */
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem; }
  .social-icons li a {
    display: block;
    width: 45px;
    height: 45px;
    border: 2px solid #fffefa;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .2s ease-in-out , color .2s ease-in-out;
    -o-transition: background .2s ease-in-out , color .2s ease-in-out;
    transition: background .2s ease-in-out , color .2s ease-in-out; }
    .social-icons li a:before {
      display: none; }
    .social-icons li a:hover {
      color: #968a6b;
      background: #fffefa; }

/* social icon end */
/* service start */
.text-heading {
  font-size: 1.3rem;
  color: #000; }

.service-wrap .columns2,
.service-wrap .grid-text {
  gap: 5em; }

/* service end */
/* staff image start */
.staff-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 30px; }
  .staff-image-grid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s; }
    .staff-image-grid img:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }

.staff-image {
  height: 335px; }

.quotes-wrap blockquote {
  font-weight: 500;
  font-size: 1.25rem; }

.quotes-wrap cite {
  font-weight: bold;
  color: #c6aa4b; }

.meet-francois .iframe {
  margin: -50px 0 -30px; }

/* staff image end */
/* careers start */
.pos_available_wrap .holder {
  margin-bottom: 1.5em; }

.career_list {
  background: #fffefa; }

.job_dept {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 0.5em;
  color: #892c38; }

.job_description {
  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;
  font-size: 1rem;
  margin: 0.5em 0; }

.job_title {
  width: 50%;
  font-weight: bold; }

.job_status,
.job_location {
  text-align: center;
  width: 25%; }

/* careers end */
/* job detail start */
.job_detail_wrap a {
  color: #fffefa !important;
  background-color: #8CC63F;
  border-color: #8CC63F;
  padding: 0.8em 1em;
  border-radius: 6px;
  font-size: 1.125rem; }

.job_detail_wrap a > span {
  text-decoration: none !important; }

.job_detail_wrap a:hover {
  background-color: #1c699f;
  border-color: #1c699f; }

/* job detail end */
/* @import 'scss/layout/faq'; */
.pa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.contact-heading {
  font-size: 2rem; }

.second-column-conts img {
  height: 130px;
  background-color: transparent; }

.contact-address ul {
  margin-top: 1em; }
  .contact-address ul li {
    padding: 1em 0;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.25); }
    .contact-address ul li:last-child {
      padding-bottom: 0; }

.map-wrap iframe {
  width: 100%; }

.TopButton {
  background: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  bottom: 8rem;
  -webkit-box-shadow: 0 0 5px 0 rgba(48, 114, 172, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(48, 114, 172, 0.3);
  -ms-box-shadow: 0 0 5px 0 rgba(48, 114, 172, 0.3);
  -o-box-shadow: 0 0 5px 0 rgba(48, 114, 172, 0.3);
  box-shadow: 0 0 5px 0 rgba(48, 114, 172, 0.3);
  color: #fffefa;
  display: none;
  height: 45px;
  padding: 5px;
  position: fixed;
  right: 1rem;
  text-align: center;
  text-decoration: none;
  width: 45px;
  z-index: 999; }
  .TopButton:hover {
    color: #fffefa; }

.TopButton i {
  font-size: 1.8rem;
  line-height: 0.75;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
