.ss-hero {
  position: relative;
  z-index: 0;
}
.ss-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.section-title h1.mid-line:before,
.section-title h2.mid-line:before {
  content: "";
  display: block;
  width: 84px;
  height: 6px;
  background-color: #D87334;
  margin-bottom: 12px;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.ss-three-col-section {
    position: relative;
    background-image: url(/images/herophoto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.ss-three-col-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.ss-three-col-section .stc-circle-photo {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    overflow: hidden;
    border: 1px solid #fff;
}

.ss-three-col-section .stc-circle-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ss-three-col-section .stc-circle-frame {
    border-radius: 50%;
    height: 232px;
    width: 232px;
    padding: 12px;
    overflow: hidden;
    border: 4px solid #fff;
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: 0.4s;
}

.ss-three-col-section .stc-each-col:hover .stc-circle-frame {
    transform: translateX(-50%)scale(0.8);
}

.ss-three-col-section .stc-each-col {
    max-width: 600px;
    margin: auto;
}

.ss-three-col-section .stc-content {
    background: rgba(216, 115, 52, 0.8);
    padding: 150px 16px 16px 16px;
    border-top-right-radius: 292px;
    border-top-left-radius: 292px;
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
    min-height: 400px;
}

.ss-three-col-section .stc-content h2 {
    overflow-wrap: break-word;
}

.ss-three-col-section .stc-content-wrapper {
    border-top-right-radius: 292px;
    border-top-left-radius: 292px;
    border: 4px solid #fff;
    padding: 12px;
    margin-top: 148px;
}

.ss-three-col-section .stc-each-col:hover .stc-content {
    background-color: #6E1110;
}

@media (min-width:768px) {
    .ss-three-col-section .stc-content {
        padding: 150px 40px 16px 40px;

    }
}

@media (min-width:992px) {
    .ss-three-col-section .stc-content {
        min-height: 600px;
    }

    .ss-three-col-section .stc-content {
        padding: 150px 16px 16px 16px;
    }
}

@media (min-width:1200px) {
    .ss-three-col-section .stc-content {
        min-height: 480px;
    }
}


.ss-thin-map {
  position: relative;
}

.ss-thin-map .stm-bg-img {
  background-image: url('/images/map.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 26% 20%;
  position: absolute;
  inset: 0;
}

@media (min-width:1600px) {
  .ss-thin-map .stm-bg-img {
    background-position: 0;
  }
}

.ss-about {
  padding: 40px 0;
}

.ss-about .ssa-wood-bg {
  position: absolute;
  top: -40px;
  left: 21%;
  z-index: 0;
  opacity: 0.8;
}

.ss-about .ssa-img-wrapper,
.ss-about .btn {
  position: relative;
  z-index: 1;
}

.ss-about .ssa-img-wrapper {
  z-index: 2;
}

.ss-about.reverse .ssa-img-wrapper img {
  transform: scaleX(-1);
  border-bottom-left-radius: 600px;
  border-top-left-radius: 600px;
  border: 4px solid #fff;
  border-right: 0px;
  box-shadow: 0px 4px 10px 0px #00000040;
  object-fit: cover;
}

.ss-about .ssa-content {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.section-title h2.left-line:before {
  content: "";
  display: block;
  width: 84px;
  height: 6px;
  background-color: #D87334;
  margin-bottom: 12px;
  border-radius: 24px;
}

@media (min-width:992px) {
  .ss-about .ss-content {
    margin-top: 0px;
  }
}



.ssa-wrapper:after {
  content: '';
  position: absolute;
  left: 50px;
  bottom: -171px;
  width: 700px;
  height: 751px;
  background: url('/images/wood-grain.svg') no-repeat;
  background-size: cover;
  z-index: 1;
}

.ss-about .ssa-img-wrapper img {
  transform: scaleX(1);
  border-bottom-left-radius: 600px;
  border-top-left-radius: 600px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border: 4px solid #fff;
  border-right: 0px;
  box-shadow: 0px 4px 10px 0px #00000040;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .ss-about {
    padding: 0;
  }

  .ss-about .ssa-img-wrapper {
    position: absolute;
    inset: 0;
    top: 80px;
    left: 50%;
    height: calc(100% - 160px);
    width: 100%;
  }

  .ss-about.reverse .ssa-img-wrapper {
    position: absolute;
    inset: 0;
    top: 80px;
    left: 0;
    right: 50%;
    height: calc(100% - 160px);
    width: calc(50% - 16px);
  }

  .ss-about .ssa-content {
    padding: 80px 0;
  }
}

.ssa-wrapper.wood-align-right::after {
  left: auto;
  right: -420px;
  bottom: -160px;
}

@media screen and (min-width: 426px) {
  .ssa-wrapper.wood-align-right::after {
    right: -200px;
    bottom: -160px;
    width: 700px;
    height: 860px;
  }
}

@media (max-width: 767px) {
  .ss-three-col-section .stc-each-col {
    padding-left: 16px;
    padding-right: 16px;
  }
}
