.slider-area {
  position: Relative;
}

.slider-area .container-fluid {
  padding: 0;
}

.slider-area .big-slider .owl-item .item {
  max-height: 750px;
  padding-bottom: 40%;
  background-size: cover !important;
  position: relative;
}

.slider-area .big-slider .owl-item .item:afteR {
  content: '';
  position: absolute;
  top: 0;
  lefT: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
}

.slider-area .big-slider .owl-item .item .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.slider-area .big-slider .owl-item .item .cover h2 {
  font-size: 64px;
  position: relative;
  color: #ffffff;
  font-family: Lato-Bold, Arial, Helvetica, sans-serif;
  font-weight: 900 !important;
  text-transform: capitalize;
  max-width: 400px;
  margin-bottom: 25px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-15%);
  transition-delay: 200ms;
}

.slider-area .big-slider .owl-item .item .cover p {
  word-spacing: 3px;
  position: relative;
  color: #ffffff;
  font-size: 24px;
  line-height: 27px;
  font-family: Lato-Light, Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-15%);
  transition-delay: 700ms;
}

.slider-area .big-slider .owl-item .item .cover .buttons-container {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-15%);
  transition-delay: 1200ms;
}

.slider-area .big-slider .owl-item .item .cover .buttons-container a:first-child {
  margin-right: 20px;
}

.slider-area .big-slider .owl-item.active .item .cover h2, .slider-area .big-slider .owl-item.active .item .cover p, .slider-area .big-slider .owl-item.active .item .cover .buttons-container {
  transform: translateX(0%);
  visibility: initial;
  opacity: 1;
}

.slider-area .big-slider:hover .owl-nav {
  opacity: 1;
  visibility: initial;
}

.slider-area .big-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc( 100% - 30px);
  padding: 0 15px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.slider-area .big-slider .owl-nav button {
  pointer-events: initial;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  outline: none !important;
}

.slider-area .big-slider .owl-nav button span {
  -webkit-filter: brightness(0%) invert(1);
  filter: brightness(0%) invert(1);
}

.slider-area .big-slider .owl-nav button:hover {
  background: #d68112;
  border-color: #d68112;
}

.slider-area .big-slider .owl-nav .owl-prev {
  float: left;
}

.slider-area .big-slider .owl-nav .owl-next {
  float: right;
}

.services-area {
  position: relative;
  padding: 130px 0px 120px;
}

.services-area .description p {
  position: relative;
  color: #040404;
  max-width: 830px;
  margin: 0 auto;
  font-size: 42px;
  text-align: center;
  line-height: 1.4em;
  font-family: Lato-Light, Arial, Helvetica, sans-serif;
  padding-bottom: 70px;
}

.services-area .description p span {
  color: #d68112;
  font-family: Lato-Semibold, Arial, Helvetica, sans-serif;
}

.services-area .heading-section {
  text-align: center;
  position: relative;
}

.services-area .heading-section:after {
  position: absolute;
  content: '';
  left: 0;
  top: 32px;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.services-area .short-description {
  margin-bottom: 80px;
}

.services-area .short-description p {
  text-align: center;
  position: relative;
  font-size: 18px;
  font-family: Lato-Regular, Arial, Helvetica, sans-serif;
  line-height: 1.8em;
  color: rgba(0, 0, 0, 0.6);
}

.services-area .service {
  margin-bottom: 30px;
}

.services-area .service .image {
  position: relative;
}

.services-area .service .image img {
  max-width: 100%;
}

.services-area .service .image:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.services-area .service .image .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  text-align: center;
  z-index: 2;
}

.services-area .service .image .content a {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  font-size: 24px;
  font-family: Lato-Bold, Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  text-decoration: none;
}

.services-area .service .image:hover .content a {
  color: #d68112;
}

.services-area .load-more {
  text-align: center;
  margin-top: 60px;
}

.about-us-area {
  padding: 90px 0 150px;
}

.about-us-area .row {
  margin: 0;
}

.about-us-area .container-fluid {
  padding: 0;
}

.about-us-area .right-content {
  width: 570px;
  float: right;
}

.about-us-area .right-content .short-description {
  position: relative;
  font-size: 33px;
  font-family: Lato-Light, Arial, Helvetica, sans-serif;
  color: #151515;
  line-height: 1.2em;
  margin-bottom: 35px;
}

.about-us-area .right-content .short-description span {
  font-family: Lato-Bold, Arial, Helvetica, sans-serif;
}

.about-us-area .right-content .description {
  position: relative;
}

.about-us-area .right-content .description p {
  font-size: 16px;
  color: rgba(21, 21, 21, 0.6);
  line-height: 1.8em;
  font-family: Lato-Regular, Arial, Helvetica, sans-serif;
}

.about-us-area .right-content .learn {
  position: relative;
  font-size: 18px;
  color: #000000;
  font-family: Lato-Bold, Arial, Helvetica, sans-serif;
  margin-top: 40px;
  line-height: 1.8em;
  display: inline-block;
}

.about-us-area .right-content a {
  position: relative;
  font-size: 18px;
  color: #d68112;
  text-decoration: underline;
  font-family: Lato-Bold, Arial, Helvetica, sans-serif;
  margin-top: 40px;
  line-height: 1.8em;
  display: inline-block;
  transition: all 500ms ease-out;
}

.about-us-area .right-content a:hover {
  color: #23527c;
}

.about-us-area .video {
  padding: 0;
}

.about-us-area .video-area {
  height: 100%;
  position: relative;
  background: url("/img/image-1.jpg") no-repeat center center;
  background-size: cover;
}

.about-us-area .video-area:before {
  position: absolute;
  content: '';
  left: 40px;
  top: -30px;
  right: 0px;
  height: 30px;
  background-color: #f1f1f1;
}

.about-us-area .video-area:after {
  position: absolute;
  content: '';
  left: 80px;
  top: -60px;
  right: 0px;
  height: 30px;
  background-color: #fafafa;
}

.about-us-area .video-area a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}

.about-us-area .video-area a span {
  width: 70px;
  height: 70px;
  bordeR: 2px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  color: #ffffff;
  transition: all 500ms ease-out;
}

.about-us-area .video-area a:hover span {
  background: #d68112;
  border-color: #d68112;
}

.projects-area {
  padding-top: 100px;
  background-color: #f9f9f9;
}

.projects-area .heading {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.projects-area .project {
  padding: 0 15px;
}

.projects-area .project .content {
  position: relative;
}

.projects-area .project .content:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.projects-area .project .content img {
  max-width: 100%;
}

.projects-area .project .content .cover {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 15px 25px 15px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-decoration: none;
}

.projects-area .project .content .cover ul li {
  position: relative;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 4px;
  display: inline-block;
  text-transform: uppercase;
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
}

.projects-area .project .content .cover h2 {
  display: block;
  font-size: 22px;
  line-height: 1.4em;
  text-transform: capitalize;
  font-family: Lato-Bold, Arial, Helvetica, sans-serif;
  position: relative;
  color: #ffffff;
  transition: all 500ms ease-out;
  text-decoration: none;
}

.projects-area .project .content .cover:hover h2 {
  color: #d68112;
}

.projects-area .bottom-area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding: 60px 15px;
}

.projects-area .bottom-area p {
  position: relative;
  font-size: 28px;
  font-family: Lato-Light, Arial, Helvetica, sans-serif;
  color: #000000;
}

.projects-area .bottom-area p span {
  color: #d68112;
  font-family: Lato-Bold, Arial, Helvetica, sans-serif;
}

.projects-area .bottom-area .main-btn {
  margin-left: 20px;
}

.projects-area .bottom-area .main-btn:hover {
  color: #d68112;
}

@media (max-width: 1199px) {
  .services-area {
    padding: 60px 0;
  }
  .about-us-area .right-content {
    width: 100%;
    float: none;
  }
}

@media (max-width: 991px) {
  .slider-area .big-slider .owl-item .item .cover h2 {
    font-size: 40px;
  }
  .about-us-area {
    padding: 50px 0;
  }
  .about-us-area .video-area {
    margin-top: 100px;
    height: 350px;
  }
  .projects-area {
    padding-top: 50px;
  }
  .projects-area .bottom-area {
    flex-direction: column;
  }
  .projects-area .bottom-area p {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .slider-area .big-slider .owl-item .item {
    padding: 0;
    height: 300px;
  }
  .slider-area .big-slider .owl-item .item .cover h2 {
    max-width: 100%;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .slider-area .big-slider .owl-item .item .cover p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .slider-area .big-slider .owl-item .item .cover .buttons-container a {
    padding: 0 10px;
    font-size: 12px;
  }
  .slider-area .big-slider .owl-item .item .cover .buttons-container a:first-child {
    margin-right: 5px;
  }
  .services-area {
    padding: 50px 0;
  }
  .services-area .description p {
    font-size: 30px;
  }
  .services-area .heading-section:after {
    top: 18px;
  }
  .services-area .load-more {
    margin-top: 30px;
  }
  .services-area .short-description {
    margin-bottom: 50px;
  }
  .about-us-area {
    padding-top: 0;
  }
  .about-us-area .right-content .short-description {
    font-size: 30px;
  }
  .about-us-area .right-content .learn, .about-us-area .right-content a {
    font-size: 15px;
  }
  .projects-area .project {
    padding: 0;
  }
  .projects-area .project .content .cover a {
    font-size: 16px;
  }
  .projects-area .heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .projects-area .heading h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

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

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