.textImg .rexa-content {
  justify-content: center;
}

.parallax-section {
  background-size: cover;
  background-position: center;
}

.textImg.kolaj-type .rexa-gorseller {
  z-index: 1;
}

#.parallax-section-3 {
  background-position: center;
}

footer {
  border: none !important;
}

.footer .footer-pages li,
.footer .product-list-footer li {
  padding: 5px 0px;
  position: relative;
  transition: all .4s;
}

.footer .footer-pages li:hover,
.footer .product-list-footer li:hover {
  transform: translateX(10px);
}

.footer .product-list-footer li {
  width: 48%;
}

.footer .product-list-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .footer-info-list,
.footer-description {
  margin-top: 10px !important;
}

.footer-title {
  font-size: 22px !important;
  font-weight: 700 !important;
}

footer .container {
  max-width: 80% !important;
}

#bottom-footer .container {
  display: flex;
  justify-content: center;
}

#bottom-footer {
  border: none !important;
}

#bottom-footer .row {
  width: 85%;
}

#bottom-footer .col-md-4 {
  margin-bottom: 15px;
}

#bottom-footer .col-md-4,
#bottom-footer .col-md-8 {
  width: 100% !important;
  text-align: center !important;
}

section#bottom-footer .copyright,
section#bottom-footer .rexa {
  font-size: 14px !important;
}

.footer-img img {
  height: 70px;
  filter: invert(1);
}

#footer-social-media li span {
  font-size: 25px !important;
}

#footer-col.col-md-12 {
  display: flex;
  align-items: center;
}

#footer-col.col-md-12:nth-child(2) {
  margin-bottom: 35px;
}

#footer-col.col-md-4 {
  margin-top: 30px;
}

.footer-img,
#footer-social-media {
  width: 50%;
}

#footer-social-media {
  justify-content: end;
}

section#bottom-footer .row {
  position: relative;
}

section#bottom-footer .row::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  bottom: auto;
  background-color: #fff;
  width: 100%;
  height: 2px;
}

footer .col-md-12:nth-child(1) .footer-title {
  display: none;
}

footer .col-md-12:nth-child(1) .footer-description {
  width: 100%;
  margin: 0px;
}

.parallax-section::before {
  opacity: 1 !important;
  background: linear-gradient(90deg, rgba(0, 134, 197, 1) 0%, rgba(242, 242, 242, 0) 100%);
  background-color: transparent !important;
}

.textImg .rexa-gorseller .rgw {
  position: relative;
}

.textImg .rexa-gorseller .rgw::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 134, 197, 1) 0%, rgba(242, 242, 242, 0) 100%);
  opacity: 1;
}

#page-detail-section-4 .rexa-gorseller .rgw::before {
  opacity: 0 !important;
}

.gallery-section .custom-col {
  margin-bottom: 8px !important;
}

@media(max-width:768px) {
  .parallax-section {
    background-attachment: local;
    background-position: initial;
    max-height: 400px !important;
    height: 400px !important;
  }

  .gallery-section-1 .col-md-3 {
    width: 100% !important;
  }
}

#contactForm-1 .rexa-content {
  display: flex;
}

#contactForm-1 .rexa-content .weta-description {
  order: 2;
  width: 100%;
}

#contactForm-1 .rexa-content .contactCenter {
  height: 250px;
  order: 1;
  margin-top: 24px;
  width: 100%;
}
#footer-social-media li a span {
  font-size: 17px !important;
}
#footer-social-media li a{
  justify-content: left;
}
#footer-social-media {
  justify-content: flex-start;
}