.hero-section {
  overflow: hidden;
}

.hero-section #slider {
  position: relative;
}

.hero-section #slider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}

.hero-section #slider .tp-parallax-wrap {
  z-index: 2 !important;
}

.hero-section #slider .tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
}

.hero-section #slider .tp-bullets .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity 0.3s ease;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  position: absolute;
}

.hero-section #slider .tp-bullets .tp-bullet:hover .tp-bullet-image, .hero-section #slider .tp-bullets .tp-bullet:hover .tp-bullet-imageoverlay, .hero-section #slider .tp-bullets .tp-bullet:hover .tp-bullet-title {
  visibility: initial;
  opacity: 1;
}

.hero-section #slider .tp-bullets .tp-bullet:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  border-radius: 50%;
  background-color: #ffffff;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease;
}

.hero-section #slider .tp-bullets .tp-bullet.selected:after {
  background: #ff0000;
  transform: scale(1.2);
}

.hero-section #slider .tp-bullets .tp-bullet .tp-bullet-image {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.hero-section #slider .tp-bullets .tp-bullet .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.hero-section #slider .tp-bullets .tp-bullet .tp-bullet-title {
  color: #ffffff;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  left: -57px;
}

.hero-section #slider .tp-bullets .tp-bullet .tp-bullet-title mark {
  background: transparent;
  color: #ff0000;
}

.hero-section #slider .subtitle h4 {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
  padding-bottom: 25px;
  margin: 0;
}

.hero-section #slider .title h2 {
  font-size: 36px;
  line-height: 40px;
  color: #ff0000;
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
  padding-bottom: 25px;
  margin: 0;
}

.hero-section #slider .title h2 mark {
  color: #ffffff;
  background: transparent;
}

.hero-section #slider .description p {
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
  max-width: 710px;
  margin: auto;
  padding-bottom: 25px;
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
}

.hero-section #slider .buttons {
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.hero-section #slider .buttons a {
  margin: 0 10px;
}

@media (max-width: 991px) {
  .about-us-section {
    padding-top: 80px;
  }
}

.about-us-section .row {
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .about-us-section .row {
    align-items: flex-start;
  }
}

.about-us-section h4 {
  font-size: 1.06em;
  margin-bottom: 20px;
}

.about-us-section h2 {
  font-size: 2em;
  margin-bottom: 30px;
}

.about-us-section p {
  margin-bottom: 15px;
}

.about-us-section .image img {
  max-width: 150%;
}

.about-us-section .counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}

.about-us-section .counter li {
  text-align: center;
}

.about-us-section .counter li p {
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
  font-size: 2.4em;
  color: #222;
  margin-bottom: 15px;
}

.about-us-section .counter li h5 {
  font-size: 0.93em;
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif !important;
}

.about-us-section hr {
  display: block;
  margin: 60px 0px;
  float: left;
  width: 100%;
  border: 0;
  border-top: 1px solid #eee;
}

.about-us-section .service {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 991px) {
  .about-us-section .service {
    align-items: center;
    justify-content: flex-start;
  }
}

.about-us-section .service img {
  max-height: 89px;
}

.about-us-section .service div {
  margin-left: 20px;
}

.about-us-section .service div h4 {
  font-size: 1.06em;
  margin-bottom: 5px;
}

.about-us-section .service div p {
  margin-bottom: 15px;
}

.projects-section .row {
  align-items: flex-start;
}

.projects-section .filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.projects-section .filters button {
  text-transform: uppercase;
  border: 0px;
  background: 0px;
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
  font-size: 1.06em;
  color: #222;
  padding: 0 6px;
  margin-right: 15px;
  outline: none;
  cursor: pointer;
}

.projects-section .filters button.checked {
  color: #ff0000;
}

.projects-section .smaller {
  margin: 30px 0px;
}

.projects-section #projects .grid-sizer {
  position: absolute;
  width: 25%;
  margin: 0px;
  float: left;
  border-radius: 0px;
  clear: none;
  overflow: hidden;
}

.projects-section #projects .item {
  padding: 5px;
  width: 25%;
  margin: 0px;
  float: left;
  border-radius: 0px;
  clear: none;
  overflow: hidden;
}

.projects-section #projects .item.w2 {
  width: 50%;
}

.projects-section #projects .item img {
  max-width: 100%;
}

.projects-section #projects .item:hover .item-content a {
  opacity: .75;
  visibility: initial;
}

.projects-section #projects .item:hover .item-content a .item-content-texts h4 {
  top: -55px;
}

.projects-section #projects .item:hover .item-content a .item-content-texts h4:after {
  opacity: 1;
}

.projects-section #projects .item:hover .item-content a .item-content-texts p {
  top: 5px;
}

.projects-section #projects .item .item-content {
  position: relative;
  overflow: hidden;
  max-height: 235px;
}

.projects-section #projects .item .item-content a {
  background: #000000;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
}

.projects-section #projects .item .item-content a .item-content-texts {
  position: absolute;
  z-index: 11;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 100%;
}

.projects-section #projects .item .item-content a .item-content-texts h4 {
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0px 20px;
  margin: 0px;
  text-transform: none;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  position: absolute;
  top: -55px;
}

.projects-section #projects .item .item-content a .item-content-texts h4:after {
  position: absolute;
  width: 100px;
  content: '';
  height: 2px;
  background: #ddd;
  bottom: -10px;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: all .75s;
}

.projects-section #projects .item .item-content a .item-content-texts p {
  font-style: italic;
  position: absolute;
  top: 25px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0px 20px;
  margin: 0px;
  font-size: 12px;
  line-height: 18px;
}

.projects-section .more-projects {
  margin-top: 60px;
}

.team-section .heading {
  margin-bottom: 60px;
}

.team-section .team-member-style-01 {
  display: block;
  text-align: center;
}

.team-section .team-member-style-01 img {
  max-width: 100%;
  opacity: .25;
  margin: 0 auto;
}

.team-section .team-member-style-01 .team-member-detail {
  opacity: .25;
  margin-top: 40px;
  pointer-events: none;
}

.team-section .team-member-style-01 .team-member-detail h4 {
  font-weight: 400;
  position: relative;
  font-size: 1.06em;
  margin-bottom: 20px;
}

.team-section .team-member-style-01 .team-member-detail h4:after {
  position: absolute;
  z-index: 10;
  width: 32px;
  content: '';
  height: 2px;
  background: #ff0000;
  bottom: -12px;
  left: 50%;
  margin-left: -16px;
}

.team-section .team-member-style-01 .team-member-detail p {
  margin: 0px;
  font-size: .93em;
}

.team-section .team-member-style-01:hover img {
  opacity: 1;
}

.team-section .team-member-style-01:hover .team-member-detail {
  opacity: 1;
}

.team-section .team-member-style-01:hover .team-member-detail p {
  color: #ff0000;
}

.services-section {
  position: relative;
  transition: all 550ms ease-in;
}

.services-section .bg-side {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  transition: all 550ms ease-out;
  background-attachment: fixed !important;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.services-section .bg-side.active {
  opacity: 1;
  visibility: initial;
}

.services-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

.services-section .heading {
  margin-bottom: 60px;
}

.services-section .heading h2 {
  color: #ffffff;
}

.services-section .custom-container {
  position: relative;
  z-index: 2;
}

.services-section .service a {
  display: block;
  position: relative;
  height: 170px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover !important;
}

.services-section .service a .service-hover {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0px;
  left: 0px;
  background: #a21e24;
  padding: 10px 0;
  transition: all 650ms ease-out;
}

.services-section .service a .service-hover .text {
  width: 100%;
  height: auto !important;
  height: 70px;
  position: absolute;
  z-index: 11;
  top: 50%;
  padding: 0 5px;
  transform: translateY(-50%) !important;
  z-index: 2;
}

.services-section .service a .service-hover .text h4 {
  font-size: 1.06em;
  color: #ffffff;
  transition: all 350ms ease-out;
}

.services-section .service a .service-hover .text p {
  margin-top: 15px;
  color: #ffffff;
  padding: 0px;
  display: none;
  font-size: 13px;
}

.services-section .service a .service-hover .icon {
  background: #ff0000;
  color: #ffffff;
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  z-index: 11;
  bottom: 0px;
  right: 0px;
  line-height: 70px;
  font-size: 2.07em;
  border-radius: 4px;
}

.services-section .service a:hover .service-hover {
  background: rgba(0, 0, 0, 0.7);
}

.services-section .service a:hover .service-hover .icon {
  background: #ffffff;
  color: #ff0000;
}

.services-section .service a:hover .service-hover .text p {
  display: block;
}

.services-section .service a:hover .service-hover .text h4 {
  color: #ff0000;
}

.video-section {
  text-align: center;
  position: relative;
}

.video-section .mbYTP_wrapper {
  position: absolute;
  z-index: -3 !important;
  min-width: 100%;
  min-height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  transition-property: opacity;
  transition-duration: 2000ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}

.video-section .mbYTP_wrapper iframe {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
  opacity: 1;
}

.video-section .video-section-back {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
}

.video-section .video-section-back.video-section-back-home01 {
  background-image: url("/img/video_back.jpg");
  background-attachment: fixed;
}

.video-section .video-section-back-overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .7;
  top: 0px;
  left: 0px;
}

.video-section h2 {
  color: #ffffff;
  margin-bottom: 20px;
}

.video-section p {
  font-style: italic;
  margin: 0px;
  color: #ffffff;
}

.video-section button {
  border: 4px solid #ff0000;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background: none;
  color: #ff0000;
  margin: 30px 0px 20px 0px;
  font-size: 2em;
  text-indent: 3px;
  cursor: pointer;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.video-section .hidden-visibility {
  opacity: 0;
  visibility: hidden;
}

.video-section .video-controls {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0px;
  margin-top: -32px;
  width: 100%;
  display: none;
}

.video-section .video-controls button {
  opacity: 0;
  visibility: hidden;
  margin: 0px;
}

.video-section .video-controls button.pause-video {
  position: absolute;
  top: -50px;
  margin-left: -106px;
}

.video-section .video-controls button.mute-video {
  position: absolute;
  top: 50px;
  margin-left: -32px;
}

.video-section .video-controls button.unmute-video {
  position: absolute;
  top: -50px;
  margin-left: 42px;
}

.video-section:hover .video-controls button {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.on-going-project-section .heading {
  margin-bottom: 60px;
}

.on-going-project-section .project-details-content {
  animation-delay: 0.2s;
  padding: 50px 25px 35px 25px;
  border: 1px solid #eaeaea;
}

.on-going-project-section .project-details-content h3 {
  text-transform: none;
  font-size: 1.33em;
  margin-bottom: 25px;
}

.on-going-project-section .project-details-content table {
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
  font-size: 0.93em;
  text-transform: uppercase;
  color: #222;
  width: 100%;
}

.on-going-project-section .project-details-content table tr td {
  padding: 12px 0px;
  width: 50%;
}

.on-going-project-section .project-details-content table tr td:last-child {
  text-align: right;
  color: #888;
}

.on-going-project-section .project-details-content table a {
  color: #ff0000;
}

.on-going-project-section .project-details-content table a:hover {
  color: #ff0000;
}

.on-going-project-section .project-details-gallery {
  animation-delay: 0.4s;
}

.on-going-project-section .project-details-gallery .big-image {
  padding: 0px 12px;
  position: relative;
  min-height: 302px;
}

.on-going-project-section .project-details-gallery .big-image img {
  display: block;
  max-width: 100%;
}

.on-going-project-section .project-details-gallery .big-image .big-image-details {
  position: absolute;
  display: block;
  top: 20px;
  right: 12px;
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
  text-align: right;
}

.on-going-project-section .project-details-gallery .big-image .big-image-details h4 {
  font-size: 1.06em;
  margin: 0px;
  color: #ffffff;
  margin-bottom: 10px;
}

.on-going-project-section .project-details-gallery .big-image .big-image-details p {
  font-size: 0.93em;
  margin: 0px;
  color: #ffffff;
}

.on-going-project-section .project-details-gallery-selection {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.on-going-project-section .project-details-gallery-selection button {
  margin: 0px 12px 12px 12px;
  width: calc(16.6% - 24px);
  background: none;
  border: 0px;
  padding: 0px;
  position: relative;
  outline: none;
  cursor: pointer;
}

.on-going-project-section .project-details-gallery-selection button:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #000000;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all .75s;
}

.on-going-project-section .project-details-gallery-selection button:hover:after {
  opacity: 0.6;
}

.on-going-project-section .project-details-gallery-selection button img {
  max-width: 100%;
}

.partners-area .partner a {
  opacity: .75;
  display: inline-block;
}

.partners-area .partner a img {
  max-width: 100%;
  max-height: 110px;
}

.partners-area .partner a:hover {
  opacity: 1;
}

.construction-process-section .heading {
  margin-bottom: 60px;
}

.construction-process-section .step-process {
  position: relative;
}

.construction-process-section .step-process .icon {
  display: block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  margin: 0 auto;
  color: #ff0000;
}

.construction-process-section .step-process .icon span:before {
  font-size: 30px;
  margin: 0px;
}

.construction-process-section .step-process .step {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #ff0000;
  font-weight: 700;
  top: -10px;
  left: 50%;
  color: #222;
  margin-left: -40px;
}

.construction-process-section .step-process .line-process {
  position: absolute;
  top: 35px;
  width: 50%;
  right: -25%;
  border-top: 2px dashed #ccc;
}

.construction-process-section .step-process .line-process:after {
  border-top: 8px solid transparent;
  border-left: 8px solid #ccc;
  border-bottom: 8px solid transparent;
  content: "";
  width: 8px;
  height: 16px;
  position: absolute;
  top: -9px;
  right: -2px;
}

.construction-process-section .step-process-title {
  font-weight: 400;
  margin-top: 10px;
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif !important;
}

.map-section #map {
  width: 100%;
  height: 400px;
}

.testimonials-area .testimonials-description-slider .item {
  padding: 10px 20px;
}

.testimonials-area .testimonials-description-slider .item p {
  font-size: 15px;
  line-height: 30px;
  color: #777;
  text-align: center;
}

.testimonials-area .testimonials-description-slider .item p span {
  font-size: 27px;
}

.testimonials-area .testimonials-info-slider .owl-item .item {
  padding: 15px;
  text-align: center;
}

.testimonials-area .testimonials-info-slider .owl-item .item img {
  border-radius: 50%;
  transition: all 300ms ease-out;
  transform: scale(0.7);
}

.testimonials-area .testimonials-info-slider .owl-item .item h2 {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif !important;
  margin-bottom: 10px;
}

.testimonials-area .testimonials-info-slider .owl-item .item h4 {
  color: #777;
  font-size: 14px;
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif !important;
}

.testimonials-area .testimonials-info-slider .current .item img {
  transform: scale(0.9);
}

.testimonials-area .testimonials-info-slider .current .item h2 {
  font-family: Montserrat-Bold, Arial, Helvetica, sans-serif !important;
}

@media (max-width: 1400px) {
  .about-us-section .image img {
    max-width: 100%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .services-section .service a {
    height: 190px;
  }
}

@media (max-width: 991px) {
  .about-us-section .service {
    margin-bottom: 20px;
  }
  .about-us-section .service:last-child {
    margin-bottom: 0;
  }
  .on-going-project-section .project-details-gallery .big-image {
    min-height: 22vw;
  }
  .on-going-project-section .project-details-gallery button {
    width: calc(33.3% - 24px);
  }
  .projects-section #projects .item {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .hero-section #slider .tp-revslider-slidesli {
    position: absolute;
  }
  .hero-section #slider .tp-revslider-slidesli.active-revslide {
    position: initial;
  }
  .about-us-section {
    padding-top: 50px;
  }
  .about-us-section hr {
    margin: 45px 0px;
  }
  .projects-section #projects .item {
    width: 50%;
  }
  .projects-section #projects .item .item-content {
    max-height: unset;
  }
  .projects-section #projects .item.w2 {
    width: 100% !important;
  }
  .projects-section .filters button {
    font-size: 13px;
  }
  .projects-section .clearfix.smaller {
    margin: 20px 0px;
  }
  .team-section .team-member-style-01 {
    margin-bottom: 20px;
  }
  .team-section .heading {
    margin-bottom: 30px;
  }
  .services-section .heading {
    margin-bottom: 20px;
  }
  .video-section .mbYTP_wrapper {
    z-index: 2 !important;
  }
  .on-going-project-section .heading {
    margin-bottom: 30px;
  }
  .on-going-project-section .project-details-content {
    border: 0px;
    padding: 0px 15px;
    margin-bottom: 20px;
  }
  .on-going-project-section .project-details-gallery .big-image {
    padding: 0;
    min-height: 100px;
  }
  .on-going-project-section .project-details-gallery .big-image .big-image-details {
    right: 0px;
    padding: 20px;
  }
  .testimonials-area .testimonials-description-slider .item {
    padding: 10px 0px;
  }
}

@media (max-width: 575px) {
  .construction-process-section .step-process .line-process {
    display: none;
  }
  .construction-process-section .step-process-title {
    margin-bottom: 25px;
  }
}

@media (max-width: 520px) {
  .about-us-section .counter {
    flex-wrap: wrap;
  }
  .about-us-section .counter li {
    width: 50%;
    margin-bottom: 25px;
  }
  .projects-section #projects .item {
    width: 100% !important;
  }
  .projects-section #projects .item.w2 {
    width: 100% !important;
  }
}

@media (max-width: 450px) {
  .about-us-section .buttons a {
    display: block;
  }
  .about-us-section .buttons a:first-child {
    margin-bottom: 10px;
  }
  .about-us-section .counter {
    margin-bottom: 20px;
  }
  .hero-section .tp-revslider-mainul li .tp-parallax-container:nth-child(4) {
    padding-top: 15px;
  }
  .hero-section .tp-revslider-mainul li .tp-parallax-container:nth-child(5) {
    padding-top: 15px;
  }
}

/*# sourceMappingURL=homepage.css.map */

/*# sourceMappingURL=homepage.css.map */
