body {
  font-family: Nexa-Book;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: NexaBold;
}
.yellow-color {
  color: #c39e1e !important;
}
.main-btn {
  background: #c39e1e;
  color: #fff;
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.main-btn:hover {
  background: #131313;
  color: #fff;
  text-decoration: none;
}
.clearfix {
  clear: both;
}
.header {
  padding: 30px 0;
  border-top: 5px solid #c39e1e;
}
.header .container {
  position: relative;
}
.header .container .logo {
  float: left;
}
.header .container .logo a {
  text-decoration: none;
}
.header .container .logo a img {
  max-width: 130px;
  margin-right: 30px;
}
.header .container .phone-cont {
  float: right;
  margin-top: 13px;
  font-size: 20px;
}
.header .container .phone-cont a {
  color: #111;
  font-family: NexaBold;
}
.header .container .phone-cont a i {
  color: #c39e1e;
}
.header .container .slogan {
  color: #111;
  position: absolute;
  top: 18px;
  left: 170px;
}
@media (max-width: 991px) {
  .header .container .slogan {
    font-size: 13px;
    position: static;
    margin-top: 15px;
    text-align: center;
  }
}
.banner {
  height: 600px;
  background: url(../images/banner-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.banner .container {
  position: relative;
  height: 100%;
}
.banner .container .custom-table {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.banner .container .custom-table .custom-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.banner .container .custom-table .custom-cell .banner-content {
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .banner .container .custom-table .custom-cell .banner-content p {
    font-size: 15px;
  }
}
.banner .container .custom-table .custom-cell .banner-content h1 {
  font-size: 30px;
}
.banner .container .custom-table .custom-cell .banner-content .main-btn {
  margin-top: 20px;
}
.exclusive-projects {
  padding: 80px 0;
}
.exclusive-projects .container .heading {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .exclusive-projects .container .heading {
    font-size: 30px;
  }
}
.exclusive-projects .container .heading span {
  display: block;
  height: 2px;
  background: #c39e1e;
  width: 100px;
  margin: 10px auto;
}
.exclusive-projects .container .project {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .exclusive-projects .container .project {
    margin-top: 30px;
  }
  .exclusive-projects .container .project:last-child .proj-content {
    padding-bottom: 0 !important;
  }
}
.exclusive-projects .container .project .row .proj-images {
  position: relative;
}
@media (max-width: 991px) {
  .exclusive-projects .container .project .row .proj-images {
    margin-bottom: 40px !important;
  }
}
.exclusive-projects .container .project .row .proj-images .dev-logo {
  position: absolute;
  top: 25px;
  right: 40px;
  z-index: 3;
}
.exclusive-projects .container .project .row .proj-images .dev-logo img {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.exclusive-projects .container .project .row .proj-images .project-carousel {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 0 !important;
}
.exclusive-projects
  .container
  .project
  .row
  .proj-images
  .project-carousel
  .item
  img {
  width: 100%;
}
.exclusive-projects
  .container
  .project
  .row
  .proj-images
  .project-carousel
  .owl-dots {
  position: absolute;
  top: 90%;
}
.exclusive-projects
  .container
  .project
  .row
  .proj-images
  .project-carousel
  .owl-dots
  .owl-dot {
  background: #fff;
}
.exclusive-projects
  .container
  .project
  .row
  .proj-images
  .project-carousel
  .owl-dots
  .owl-dot.active {
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  .exclusive-projects .container .project .row .proj-images {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.exclusive-projects .container .project .row .proj-content {
  padding: 50px;
}
@media (max-width: 991px) {
  .exclusive-projects .container .project .row .proj-content {
    padding: 20px 50px 50px;
  }
}
.exclusive-projects .container .project .row .proj-content h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.exclusive-projects .container .project .row .proj-content h2 span {
  width: 100px;
  height: 2px;
  background: #111;
  display: block;
  margin-top: 5px;
}
.exclusive-projects .container .project .row .proj-content p {
  font-family: Nexa-Book;
}
.exclusive-projects .container .project .row .proj-content .main-btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .exclusive-projects .container .project .row .proj-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .exclusive-projects .container .project.reverse-project .proj-images {
    -ms-flex-order: 1;
    order: 1;
  }
  .exclusive-projects .container .project.reverse-project .proj-content {
    -ms-flex-order: 0;
    order: 0;
  }
}
.commercial-projects {
  padding: 80px 0;
  background: #252525;
}
.commercial-projects .container .heading {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .commercial-projects .container .heading {
    font-size: 30px;
  }
}
.commercial-projects .container .heading span {
  display: block;
  height: 2px;
  background: #c39e1e;
  width: 100px;
  margin: 10px auto;
}
.commercial-projects .container .com-projects .owl-dot {
  background: #fff;
}
.commercial-projects .container .com-projects .owl-dot.owl-dot.active {
  background-color: #c39e1e;
  opacity: 1;
}
.commercial-projects .container .com-projects .item {
  position: relative;
  padding-bottom: 80px;
}
.commercial-projects .container .com-projects .item .dev-logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  z-index: 3;
}
.commercial-projects .container .com-projects .item .rest {
  border: 1px solid #393939;
  background: #292929;
  padding: 25px;
  position: relative;
  top: 40px;
}
.commercial-projects .container .com-projects .item .rest p {
  text-align: center;
  margin-top: 40px;
  line-height: 0;
}
.commercial-projects .container .com-projects .item .rest p a {
  color: #c39e1e;
}
.sep-container {
  padding: 100px 0;
  background: url(../images/separator.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.sep-container ul {
  padding: 0;
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
}
.sep-container ul li {
  color: #fff;
  text-align: center;
  float: left;
  width: 20%;
}
.sep-container ul li p {
  margin-top: 10px;
  line-height: 18px;
}
@media (max-width: 600px) {
  .sep-container ul li {
    width: 33.3%;
  }
}
.sep-container .clearfix {
  clear: both;
}
.featured-projects {
  padding: 80px 0;
}
.featured-projects .container {
  max-width: 900px;
}
.featured-projects .container .heading {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .featured-projects .container .heading {
    font-size: 30px;
  }
}
.featured-projects .container .heading span {
  display: block;
  height: 2px;
  background: #c39e1e;
  width: 100px;
  margin: 10px auto;
}
.featured-projects .container .featured-carousel .owl-dot.owl-dot.active {
  background-color: #c39e1e;
  opacity: 1;
}
.footer {
  background: #131313;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .footer .footer-address,
  .footer .footer-contact,
  .footer .newsletter {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .newsletter {
    max-width: 90%;
    margin: 20px auto 0;
  }
}
.footer .container .heading {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .footer .container .heading {
    font-size: 20px;
  }
}
.footer .container .heading span {
  display: block;
  height: 2px;
  background: #c39e1e;
  width: 60px;
  margin: 10px auto;
}
.footer .container .footer-address {
  color: #fff;
}
.footer .container .footer-address p {
  font-size: 14px;
}
.footer .container .footer-contact {
  color: #fff;
}
.footer .container .footer-contact p {
  font-size: 14px;
}
.footer .container .footer-contact p a {
  color: #fff;
}
.footer .container .newsletter {
  background: #191919;
  padding: 15px 20px;
  border: 1px solid #393939;
}
.footer .container .newsletter input {
  border-radius: 0;
  border: none;
  background: #191919;
  border: 1px solid #393939;
}
.footer .container .newsletter .btn-container {
  text-align: center;
}
.footer .container .newsletter .btn-container a {
  margin-top: 25px;
}
.footer .container .newsletter .btn-container a:hover {
  background: #fff;
  color: #191919;
}
.footer .container .lower-footer {
  text-align: center;
  margin-top: 40px;
}
.footer .container .lower-footer img {
  max-width: 100px;
}
.footer .container .lower-footer div.line {
  width: 70px;
  height: 1px;
  background: #fff;
  margin: 20px auto;
}
.footer .container .lower-footer .socials {
  padding-bottom: 40px;
}
.footer .container .lower-footer .socials a {
  text-decoration: none;
}
.footer .container .lower-footer .socials a:hover .circle-icon {
  background: #c39e1e;
  color: #fff;
}
.footer .container .lower-footer .socials a:hover .normal-icon {
  color: #c39e1e;
}
.footer .container .lower-footer .socials a .circle-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  background: #fff;
  color: #131313;
  font-size: 14px;
}
.footer .container .lower-footer .socials a .normal-icon {
  color: #fff;
  font-size: 25px;
  position: relative;
  top: 4px;
}
.footer .block-footer {
  background: #171717;
  padding: 30px 0;
  text-align: center;
  color: #ccc;
  font-size: 13px;
}
.overlay,
.thankyou-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.overlay .overlay-container,
.thankyou-overlay .overlay-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 400px;
  padding: 60px 40px 40px;
  background: #fff;
}
@media (max-width: 767px) {
  .overlay .overlay-container,
  .thankyou-overlay .overlay-container {
    max-width: 92%;
  }
}
.overlay .overlay-container .close-btn,
.thankyou-overlay .overlay-container .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.overlay .overlay-container .heading p {
  font-size: 13px;
  text-align: center;
  font-family: NexaBold;
}
.overlay .overlay-container .heading span {
  height: 1px;
  background: #c39e1e;
  width: 60px;
  display: block;
  margin: 0 auto 20px;
}
.overlay .overlay-container input {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  background: #f5f5f5;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.overlay .overlay-container .submit-container span {
  width: 50%;
  height: 1px;
  background: #191919;
  margin: 20px auto;
  display: block;
}
.overlay .overlay-container .submit-container .main-btn {
  width: 100%;
}
