.elf-main-visual-section {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.elf-main-visual-section .elf-main-visual-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.elf-main-visual-section .elf-main-visual-wrap .elf-main-contant {
  padding-top: 160px;
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .elf-main-visual-section .elf-main-visual-wrap .elf-main-contant {
    padding-top: 227px;
  }
}
@media (max-width: 991px) {
  .elf-main-visual-section .elf-main-visual-wrap .elf-main-contant {
    padding-top: 169px;
  }
}
.elf-main-visual-section .elf-main-visual-wrap .elf-main-contant .elf-banner-title {
  width: 100%;
}
.elf-main-visual-section .elf-main-visual-wrap .elf-main-contant .elf-subtitle {
  max-width: 942px;
  width: 100%;
  letter-spacing: 0.5px;
}

.elf-portfolio--section {
  position: relative;
}
@media (max-width: 991px) {
  .elf-portfolio--section {
    padding-top: 95px !important;
    padding-bottom: 68px !important;
  }
}
@media (max-width: 767px) {
  .elf-portfolio--section {
    padding-top: 42px !important;
    padding-bottom: 100px !important;
  }
}
.elf-portfolio--section .elf-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px;
}
@media (max-width: 991px) {
  .elf-portfolio--section .elf-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 67px;
    grid-column-gap: 23px;
  }
}
@media (max-width: 767px) {
  .elf-portfolio--section .elf-gallery-wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 65px;
  }
}
.elf-portfolio--section .elf-gallery-wrapper .elf-gallery-img {
  width: 100%;
  height: 100%;
}
.elf-portfolio--section .elf-gallery-wrapper .elf-gallery-img .elf-portfolio-img-box {
  overflow: hidden;
}
.elf-portfolio--section .elf-gallery-wrapper .elf-gallery-img .elf-portfolio-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elf-portfolio--section .elf-gallery-wrapper .elf-gallery-img .elf-portfolio-info {
  opacity: 0;
  visibility: hidden;
  transition: all 450ms cubic-bezier(0.7, 0.03, 0.41, 0.49);
}
@media (max-width: 991px) {
  .elf-portfolio--section .elf-gallery-wrapper .elf-gallery-img .elf-portfolio-info {
    opacity: 1;
    visibility: visible;
  }
}
.elf-portfolio--section .elf-gallery-wrapper .elf-gallery-img:hover .elf-portfolio-info {
  opacity: 1;
  visibility: visible;
}

.elf-gallery-wrapper .elf-gallery-img {
  position: relative;
}
.elf-gallery-wrapper .elf-gallery-img .elf-portfolio-info {
  position: absolute;
  background: #F7F7F7;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -20px;
  width: calc(100% - 80px);
}
.elf-gallery-wrapper .elf-gallery-img .elf-portfolio-info h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: center;
}
@media (max-width: 991px) {
  .elf-gallery-wrapper .elf-gallery-img .elf-portfolio-info h5 {
    font-weight: 400;
  }
}
.elf-gallery-wrapper .elf-gallery-img .elf-portfolio-info a {
  padding: 22px 16px 22px 17px;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .elf-gallery-wrapper .elf-gallery-img .elf-portfolio-info {
    width: calc(100% - 40px);
  }
}
.elf-gallery-wrapper .elf-gallery-img .elf-portfolio-info .link-text {
  font-family: "Cabin", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.400000006px;
  text-decoration: underline !important;
}

.elf-cta-section {
  position: relative;
}
.elf-cta-section .elf-cta-wrapper {
  background: #F6F6F6;
  padding-left: 230px;
}
@media (max-width: 991px) {
  .elf-cta-section .elf-cta-wrapper {
    padding: 97px 40px 96px 46px;
  }
}
@media (max-width: 767px) {
  .elf-cta-section .elf-cta-wrapper {
    padding: 83px 21px 100px 21px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .elf-cta-section .elf-cta-wrapper .elf-cta-contant-box .title {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .elf-cta-section .elf-cta-wrapper .elf-cta-contant-box {
    text-align: center;
  }
}
.elf-cta-section .elf-cta-wrapper .elf-cta-contant-box .desc {
  max-width: 857px;
  width: 100%;
}
.elf-cta-section .elf-cta-wrapper .elf-cta-contant-box .elf-primary-button {
  max-width: 187px;
  width: 100%;
}
@media (max-width: 767px) {
  .elf-cta-section .elf-cta-wrapper .elf-cta-contant-box .elf-primary-button {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .elf-act-modal-box {
    height: 337px !important;
    padding: 85px 120px 93px;
  }
  .elf-act-modal-box .title {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
  }
  .elf-act-modal-box .elf-contact-btn-box {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
  .elf-contact-act-section {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 767px) {
  .elf-act-modal-box {
    height: auto !important;
    padding: 80px 20px 110px;
  }
  .elf-contact-act-section {
    padding-bottom: 200px !important;
  }
}
.elf-contact-act-section {
  padding-top: 0;
  padding-bottom: 315px;
}
.elf-contact-act-section .elf-act-modal-box {
  height: 508px;
  background: #F6F6F6;
}
.elf-contact-act-section .elf-act-form-box {
  top: 67px !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}