.section__bg {
  background: rgba(0, 0, 0, 0.5);
}

.sub-item-area {
  margin-top: -237px;
  padding-top: 0;
  height: auto;
  padding-bottom: 18px;
}
.sub-item-area .row .col-lg-3.col-md-6.col-sm-8 {
  flex: 0 0 20%;
  max-width: 20%;
}
.sub-item-area .sub-item {
  height: -webkit-fill-available;
}
.sub-item-area .sub-item .title {
  margin: 0;
  padding-bottom: 0;
}
.sub-item-area .sub-item:hover {
  height: -webkit-fill-available;
}
.sub-item-area .sub-item:hover .title {
  font-weight: 700;
}

.about-us-area {
  background: #F3F3F3;
}
.about-us-area.ceo {
  background: url(../images/slider/hero-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
}
.about-us-area.ceo .about-thumb {
  margin: 0;
}
.about-us-area.ceo .about-content {
  margin: 0;
}
.about-us-area.ceo .about-content .title {
  color: #fff;
  margin: 0;
}
.about-us-area.ceo .about-content p {
  color: #fff;
  margin-bottom: 10px;
}
.about-us-area.ceo .about-content .name-sign {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.about-us-area.ceo .about-content .name-sign span {
  color: #9A6D31;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
}
.about-us-area.ceo .container {
  z-index: 10;
  position: relative;
}
.about-us-area.ceo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.main-btn {
  color: #fff;
}
.main-btn.main-btn-2 {
  color: #000;
}

.footer-area {
  padding-top: 50px;
}

.footer-top {
  padding-bottom: 30px;
}

.footer-item {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-item .row {
  row-gap: 30px;
}
.footer-item .footer-about .title, .footer-item .footer-list .title, .footer-item .footer-info .title {
  margin-bottom: 20px;
}
.footer-item .footer-info ul li {
  padding-bottom: 15px;
}

.footer-copyright {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-copyright p {
  font-size: 14px;
}

.portfolio-area {
  padding-top: 50px;
}

.portfolio-item .portfolio-overlay .content {
  padding: 0 10px;
}
.portfolio-item .portfolio-overlay .content .title {
  font-size: 25px;
  margin-bottom: 5px;
}

.testimonial-area {
  background: #fff;
  padding: 50px 0 100px;
}

.testimonial-item {
  padding: 20px;
  background: #9A6D31;
}
.testimonial-item p {
  margin-bottom: 0;
}

.about-5-area {
  padding: 50px 0;
}

.about-5-content .title {
  font-size: 54px;
  line-height: 62px;
  padding-bottom: 4px;
  font-weight: 700;
}

.page-title-area .section__bg {
  background-image: url(../images/pages/page-bg.jpg);
}

.contact-us-area.contact-us-page {
  background: url(../images/slider/hero-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}
.contact-us-area.contact-us-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.contact-us-area.contact-us-page .container {
  z-index: 10;
  position: relative;
}

.project-5-item .project-overlay {
  right: 20px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.project-5-item .project-overlay .title {
  color: #fff;
}

.article-page-area .row {
  row-gap: 30px;
}

.gallery-item {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border: 0;
}

.contact-map {
  padding: 50px 0;
}

.single-post-area {
  padding: 50px 0;
}

.post-content ul {
  padding-top: 0;
}

.post-details-item {
  padding-top: 20px;
}

.sticky-social {
  position: fixed;
  left: 40px;
  bottom: 40px;
  width: 40px;
  height: auto;
  z-index: 99999999999;
}
.sticky-social ul {
  display: grid;
  row-gap: 10px;
  margin-bottom: 0;
}
.sticky-social ul li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border: 2px solid var(--color);
  transition: left 0.25s ease-in-out var(--delayBack), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
  position: relative;
  left: calc(-3 * 40px);
}
.sticky-social ul li a:hover {
  color: var(--color);
  background-color: #fff;
}
.sticky-social ul li a.active {
  left: 0;
  transition: left 0.25s ease-in-out var(--delay), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}

.article-area {
  padding: 50px 0;
}
.article-area .row {
  row-gap: 30px;
}

@media (max-width: 991px) {
  .sub-item-area {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .sub-item-area .row .col-lg-3.col-md-6.col-sm-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .project-5-item .project-overlay {
    opacity: 1;
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 575px) {
  .sub-item-area .row .col-lg-3.col-md-6.col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .navbar-brand {
    padding: 0;
    margin: 0;
  }
  .navbar-brand img {
    width: 150px;
  }
  .sub-item-area .sub-item {
    height: max-content;
  }
}
.home-area {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  background-image: url(../images/slider/hero-bg.jpg);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-area .hero-content {
  padding: 20px 0;
}
.home-area::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.sub-item-area {
  margin: 0;
  padding: 50px 0;
}

.home-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.home-area .home-overlay {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
}

.home-area.video-variant #wrapper_homeVideo {
  opacity: 1 !important;
}

.home-area.video-variant #wrapper_homeVideo:before {
  display: none;
}

@media (max-width: 1199px) {
  .home-area .home-name {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .home-area .fixed-wrapper {
    display: block;
  }
}
@media (max-width: 575px) {
  .home-area .home-name {
    font-size: 30px;
  }
}

/*# sourceMappingURL=style-new.css.map */
