/* General */
html,
body {
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: 'Cera Pro';
}

.wrapper {
  padding-left: 10%;
  padding-right: 10%;
}

.page-image {
  position: absolute;
  right: 0;
  top: 0;
}

.page-image img {
  width: auto;
  height: 500px;
}

/* Header */
.page-header {
  position: relative;
  z-index: 101;
  padding: 60px 0;
}

.page-header .logo img {
  height: 30px;
}

.page-header .wrapper {
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-header .wrapper .actions a,
.page-header .wrapper .actions ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-header .wrapper .actions ul li {
  margin-left: 30px;
}

.page-header .wrapper .actions a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s linear;
}

.page-header .wrapper .actions a i {
  font-size: 30px;
  color: #000;
  margin-right: 7px;
}

.page-header .wrapper .actions a:hover {
  color: #000;
}

.page-header .wrapper .actions a.button {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 50px;
  color: #000;
  font-size: 16px;
  border: solid 1px #000;
  border-radius: 50px;
}

.page-header .wrapper .actions a.button:hover {
  color: #fff;
  background: #000;
}

.dropdown-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 10px 10%;
  z-index: 102;
  background: #fff;
  display: none;
}

.dropdown-nav .dropdown-menu {
  position: relative;
  flex: 0 0 80%;
  max-width: 80%;
}

.dropdown-nav .dropdown-menu>ul>li {
  margin: 35px 0;
}

.dropdown-nav .dropdown-menu>ul>li>a {
  position: relative;
  font-size: 40px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}

.dropdown-nav .dropdown-menu>ul>li>a span {
  position: relative;
  z-index: 4;
}

.dropdown-nav .dropdown-menu>ul>li>a::after {
  position: absolute;
  left: -8px;
  top: -4px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f4b705;
  border-radius: 100%;
  transition: all .3s linear;
  opacity: 0;
}

.dropdown-nav .dropdown-menu>ul>li>ul {
  display: none;
}

.dropdown-nav .dropdown-menu>ul>li:hover>a {
  font-weight: 600;
}

.dropdown-nav .dropdown-menu>ul>li:hover>a::after {
  opacity: 1;
}

.dropdown-nav .dropdown-menu>ul>li:hover ul {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 450px;
}

.dropdown-nav .dropdown-menu>ul>li ul li {
  margin-top: 20px;
}

.dropdown-nav .dropdown-menu>ul>li ul li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}

.dropdown-nav .dropdown-menu>ul>li ul li a:hover {
  font-weight: 400;
}

.dropdown-nav .dropdown-menu>ul>li i {
  display: none;
}

.dropdown-nav .dropdown-menu>ul>li:hover i {
  display: block;
  position: absolute;
  left: 320px;
  top: 50%;
  font-size: 50px;
  transform: translateY(-50%);
  opacity: .5;
}

.dropdown-nav .address {
  flex: 0 0 20%;
  max-width: 20%;
}

.dropdown-nav .address>i {
  color: #f3b707;
  font-size: 40px;
}

.dropdown-nav .address p {
  font-size: 18px;
  line-height: 26px;
  margin: 40px 0 30px;
}

.dropdown-nav .address .social-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.dropdown-nav .address .social-media li {
  margin-right: 15px;
}

.dropdown-nav .address .social-media a {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: #303030;
  font-size: 25px;
  text-decoration: none;
  line-height: 57px;
  text-align: center;
  text-decoration: none;
  border: solid 2px #303030;
  border-radius: 100%;
  transition: all .3s linear;
}

.dropdown-nav .address .social-media a:hover {
  color: #fff;
  background: #303030;
}

.backdrop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}

body.m-active .page-header {
  background: #fff;
}

body.m-active .page-header.black {
  background: #000;
}

body.m-active .dropdown-nav {
  display: flex;
}

body.m-active .backdrop {
  display: block;
}

/* Hero */
.hero-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 100px;
}

.hero-wrapper>.image {
  flex: 0 0 35%;
  max-width: 35%;
}

.hero-wrapper>.details {
  flex: 0 0 65%;
  max-width: 65%;
}

.hero-wrapper>.details .hero {
  font-size: 80px;
  line-height: 85px;
  font-weight: 700;
}

.hero-wrapper>.details .hero span {
  color: #f3b707;
}

.hero-wrapper>.details p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding-right: 50%;
}

.hero-wrapper>.image img {
  max-width: 100%;
}

/* References Area */
.references-wrapper {
  position: relative;
  margin-top: 50px;
  padding-left: 10%;
  border-top: solid 1px #f0f0f0;
}

.references-wrapper .scroll {
  position: absolute;
  left: 20px;
  top: 40px;
  color: #878786;
  font-size: 55px;
}

.references-wrapper .references {
  background: #000
}

.references-wrapper .items .item {
  position: relative;
}

.references-wrapper .big-image {
  margin-left: auto;
  display: block;
  height: 650px;
  object-fit: cover;
}

.references-wrapper .items .item .img-area {
  position: relative;
}

.references-wrapper .items .item .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.references-wrapper .items .item .img-area img {
  height: 500px;
  border-radius: 20px;
}

.references-wrapper .items .item .hero {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 85px;
  margin-left: 70px;
}

.references-wrapper .items .item .hero span {
  color: #f3b707;
}

.references-wrapper .items .item .img-area a {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  align-items: center;
  text-decoration: none;
  color: #f3b707;
  transition: all .3s linear;
}

.references-wrapper .items .item .img-area a i {
  font-size: 50px;
  margin-right: 15px;
}

.references-wrapper .items .item .img-area a:hover {
  color: #fff;
}

.references-wrapper .thumbnails {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 50px;
}

.references-wrapper .thumbnails .label {
  position: relative;
  align-self: stretch;
  flex: 0 0 250px;
  max-width: 250px;
  padding-top: 20px;
  padding-bottom: 70px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.references-wrapper .thumbnails .label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 5px;
  background-color: #f3b707;
}

.references-wrapper .thumbnails .label strong {
  font-weight: 700;
  display: block;
}

.references-wrapper .thumbnails .thumbs {
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
}

/* projects */
.projects-wrapper {
  margin-top: 100px;
}

.projects-wrapper.margin {
  margin-bottom: 100px;
  margin-top: 50px;
}

.projects-wrapper .hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}

.projects-wrapper .hero span {
  color: #f3b707
}

.projects-wrapper .hero a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #706f6f;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s linear;
}

.projects-wrapper .hero a i {
  font-size: 25px;
  margin-left: 20px;
}

.projects-wrapper .hero a:hover {
  color: #000;
}

.projects-wrapper .projects-carousel {
  position: relative;
  padding-left: 10%;
}

.projects-wrapper .projects-carousel .ar {
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 60px;
  background: #000;
  transform: translateY(-50%);
  z-index: 2;
  transition: all .3s linear;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.projects-wrapper .projects-carousel:hover .ar {
  opacity: 1;
  visibility: visible;
}

.projects-wrapper .projects-carousel .ar.prev {
  left: 15px;
}

.projects-wrapper .projects-carousel .ar.next {
  left: auto;
  right: 0;
}

.projects-wrapper .projects-carousel .ar:hover {
  background-color: #f3b707;
}

.projects-wrapper .projects-carousel .item {
  padding: 0 15px;
}

.projects-wrapper .projects-carousel .item a img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
}

.projects-wrapper .projects-carousel .item a {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.projects-wrapper .projects-carousel .item .details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 150px 20px 30px;
  background: linear-gradient(transparent, #fff);
}

.projects-wrapper .projects-carousel .item .label {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.projects-wrapper .projects-carousel .item .label span {
  color: #f3b707
}

.projects-wrapper .projects-carousel .item p {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 300;
}

/* Properties */
.properties-wrapper {
  margin-top: 250px;
  background: #000;
  padding-bottom: 150px;
}

.properties-wrapper .properties-wrap {
  position: relative;
  top: -150px;
  width: 90%;
  padding: 50px 10%;
  background: #f4f4f4;
}

.properties-wrapper .properties-wrap::after {
  position: absolute;
  right: -5px;
  top: 100px;
  content: '';
  display: block;
  width: 5px;
  height: 50px;
  background-color: #f3b707;
}

.properties-wrapper .properties-wrap .hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 35px;
  font-weight: 700;
}

.properties-wrapper .properties-wrap .hero span {
  color: #f3b707
}

.properties-wrapper .properties-wrap .hero a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #706f6f;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s linear;
}

.properties-wrapper .properties-wrap .hero a i {
  font-size: 25px;
  margin-left: 20px;
}

.properties-wrapper .properties-wrap .hero a:hover {
  color: #000;
}

.properties-wrapper .properties-wrap .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px;
}

.properties-wrapper .properties-wrap .items .item {
  flex: 0 0 31.3%;
  max-width: 31.3%;
  margin-top: 60px;
}

.properties-wrapper .properties-wrap .items .item a {
  display: block;
  padding: 20px;
  color: #000;
  text-decoration: none;
  transition: all .3s linear;
}

.properties-wrapper .properties-wrap .items .item a:hover {
  background: #fff;
}

.properties-wrapper .properties-wrap .items .item .label {
  font-size: 24px;
  font-weight: 700;
}

.properties-wrapper .properties-wrap .items .item p {
  font-size: 16px;
  line-height: 24px;
  margin: 25px 0;
}

.properties-wrapper .properties-wrap .items .item span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
}

.properties-wrapper .properties-wrap .items .item span i {
  margin-right: 10px;
  font-size: 30px;
}

/* blog wrapper */
.blog-wrapper {
  position: relative;
  margin-top: -250px;
  margin-bottom: 50px;
  z-index: 3;
}

.blog-wrapper .hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

.blog-wrapper .hero span {
  color: #f3b707
}

.blog-wrapper .hero a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s linear;
}

.blog-wrapper .hero a i {
  font-size: 25px;
  margin-left: 20px;
}

.blog-wrapper .hero p {
  color: #f4b705;
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}

.blog-wrapper .posts-carousel {
  padding-left: 10%;
}

.blog-wrapper .posts-carousel img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.blog-wrapper .posts-carousel a {
  text-decoration: none;
}

.blog-wrapper .posts-carousel {
  margin: 50px 0 0 -20px;
}

.blog-wrapper .posts-carousel .slick-slide {
  padding: 0 20px;
}

.blog-wrapper .posts-carousel .category {
  position: relative;
  color: #575756;
  font-size: 16px;
  margin-top: 15px;
}

.blog-wrapper .posts-carousel .category::after {
  position: absolute;
  left: -8px;
  bottom: -4px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f4b705;
  border-radius: 100%;
}

.blog-wrapper .posts-carousel .category span {
  position: relative;
  z-index: 3;
}

.blog-wrapper .posts-carousel .label {
  margin: 15px 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding-right: 30%;
}

.blog-wrapper .posts-carousel p {
  color: #575756;
  font-size: 14px;
}

/* newsletter wrapper */
.newsletter-wrapper {
  padding-right: 10%;
  border-top: solid 1px #f0f0f0;
}

.newsletter-wrapper .newsletter-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10%;
}

.newsletter-wrapper .newsletter-area .info {
  position: relative;
  padding-left: 60px;
}

.newsletter-wrapper .newsletter-area .info i {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
}

.newsletter-wrapper .newsletter-area .info .label {
  font-size: 20px;
  font-weight: 700;
}

.newsletter-wrapper .newsletter-area .info p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
}

.newsletter-wrapper .newsletter-area form {
  position: relative;
}

.newsletter-wrapper .newsletter-area input {
  width: 550px;
  height: 60px;
  padding-left: 20px;
  padding-right: 100px;
  background-color: #f4f4f4;
  border: unset;
  outline: none;
}

.newsletter-wrapper .newsletter-area button {
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: unset;
  outline: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.newsletter-wrapper .newsletter-area button i {
  font-size: 20px;
  margin-left: 10px;
  font-weight: 400;
}

/* breadcrumb */
.page-breadcrumb {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #f0f0f0;
}

.page-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-breadcrumb ul li {
  position: relative;
  margin-right: 30px;
}

.page-breadcrumb ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #f4b705;
  border-radius: 100%;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.page-breadcrumb ul li:first-child::before {
  display: none;
}

.page-breadcrumb ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  opacity: .5;
  transition: all .3s linear;
}

.page-breadcrumb ul li a:hover {
  opacity: 1;
}

/* content */
.content-container {
  min-height: 700px;
}

/* Services */
.page-top {
  box-shadow: rgb(14 30 37 / 0%) 0px 18px 0px -21px,
    rgb(14 30 37 / 2%) -9px 34px 27px 0px;
  padding-bottom: 170px;
}

.page-top .multi-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-top .multi-col * {
  flex: 0 0 40%;
  max-width: 40%;
}

.page-desc {
  padding-right: 65%;
}

.page-desc .hero {
  color: #1c1919;
  font-weight: 600;
  font-size: 40px;
}

.page-desc .hero span {
  color: #f3b707;
}

.page-top .multi-col p,
.page-desc p {
  margin-top: 30px;
  color: #1c1919;
  line-height: 30px;
  font-size: 20px;
}

.services-wrapper {
  margin-top: 100px;
  padding-bottom: 100px;
}

.services .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 0 0 100%;
}

.services .items .item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #d8d8d8;
}


.services .items .item .hero {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  margin-bottom: 40px;
  position: relative;
}

.services .items .item .hero:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #f4b705;
  z-index: -1;
  border-radius: 100%;
}

.services .items .item p {
  width: 70%;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

/* Contact */
.contact {
  padding-bottom: 170px;
}

.contact .maps {
  position: relative;
}

.contact .maps>iframe {
  max-width: 100%;
  filter: grayscale(100%);
}

.contact .maps .contact-info {
  background: #000000;
  display: inline-flex;
  flex: 0 0 300px;
  max-width: 300px;
  border-radius: 10px;
  position: absolute;
  padding: 60px 40px;
  bottom: -60px;
  left: 150px;
}

.contact .maps .contact-info .hero {
  color: #f4b705;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
}

.contact .maps .contact-info ul li {
  padding: 10px 0;
}

.contact .maps .contact-info ul li a {
  display: inline-block;
}

.contact .maps .contact-info ul>li>p {
  line-height: 22px;
}

.contact .maps .contact-info ul li a,
p {
  text-decoration: none;
  color: #777777;
}

.contact .maps .social-media {
  position: absolute;
  left: 500px;
  bottom: -50px;
}

.contact .maps .social-media ul {
  display: flex;
}

.contact .maps .social-media ul li {
  margin-right: 10px;
}

.contact .maps .social-media ul li a {
  text-decoration: none;
  font-size: 24px;
  color: #010002;
}

.contact-form-wrapper {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.contact-form-wrapper .wrapper {
  max-width: 100%;
}

.contact-form {
  padding-bottom: 100px;
}

.contact-form .fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-form .fields .field {
  flex: 0 0 45%;
  max-width: 45%;
}

.contact-form .fields .field-bottom {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-form form input {
  border: none;
  margin-top: 40px;
  font-weight: 300;
  padding: 10px 0px;
  font-size: 20px;
  color: #6e6e6e;
  border-bottom: 1px solid #a3a3a3;
  outline: none;
  width: 100%;
  display: block;
}

.contact-form .submit-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.contact-form .submit-btn a {
  display: block;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 30px;
  transition: all 0.3s linear;
}

.contact-form .submit-btn a:hover {
  background-color: #000;
  color: #fff;
}

/* Contact Responsive */
@media (max-width: 650px) {
  .contact .maps .social-media {
    left: 20px;
    bottom: -120px;
  }

  .contact .maps .contact-info {
    left: 30px;
  }
}

/* Career */
.career-form-wrapper {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.career-form-wrapper .wrapper {
  max-width: 100%;
}

.career-form {
  padding-bottom: 100px;
  margin-top: 50px;
}

.career-form .fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.career-form .fields .field {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
}

.career-form .fields .field-bottom {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
}

.career-form form input {
  border: none;
  margin-top: 20px;
  font-weight: 300;
  padding: 20px 0px;
  font-size: 20px;
  color: #6e6e6e;
  border-bottom: 1px solid #a3a3a3;
  outline: none;
  width: 100%;
  display: block;
}

.career-form form select {
  border: none;
  margin-top: 20px;
  font-weight: 300;
  padding: 20px 0px;
  font-size: 20px;
  color: #6e6e6e;
  border-bottom: 1px solid #a3a3a3;
  outline: none;
  width: 100%;
  display: block;
}

.career-form form input[type="file"] {
  color: white;
  display: inline-block;
  border: none;
  padding: 13px 20px;
  cursor: pointer;
}

.career-form .upload-btn {
  position: absolute;
  left: -10px;
  bottom: -4px;
  opacity: 0;
}

.career-form .field.submit-file {
  margin-top: 30px;
}

.career-form .field.submit-file label {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #6e6e6e;
  margin: 20px 0 10px 0;
}

.career-form .file-btn {
  background-color: #f4b705;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
}

.career-form .submit-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.career-form .submit-btn a {
  display: block;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 30px;
  transition: all 0.3s linear;
}

.career-form .submit-btn a:hover {
  background-color: #000;
  color: #fff;
}

/* Blog */
.blog-post-wrapper {
  background-color: #fff;
  margin-top: 100px;
  box-shadow: rgb(14 30 37 / 0%) 0px 18px 0px -21px,
    rgb(14 30 37 / 2%) -9px 34px 27px 0px;
}

.blog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 0 0 100%;
}

.blog .featured-post {
  flex: 0 0 54%;
  max-width: 54%;
}

.blog .featured-post a {
  color: #1e1e1e;
  text-decoration: none;
}

.blog .featured-post .image img {
  max-width: 100%;
  border-radius: 20px;
}

.blog .post-category {
  background: -webkit-linear-gradient(90deg,
      rgba(182, 136, 0, 1) 0%,
      rgba(182, 136, 0, 1) 35%,
      rgba(242, 181, 5, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}

.blog .blog-post .item .right .post-category {
  margin-top: 0 !important;
}

.blog .blog-post .item a {
  display: flex;
  flex-wrap: wrap;
  color: #1e1e1e;
  text-decoration: none;
}

.blog .post-hero {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
}

.blog .blog-post-desc {
  margin-top: 20px;
  line-height: 24px;
}

.blog .post-info {
  margin-top: 20px;
}

.blog .post-info .author {
  display: flex;
  align-items: center;
}

.blog .post-info .author strong {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.blog .post-info .author strong::after {
  content: "";
  display: inline-block;
  background: #f4b705;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  vertical-align: middle;
  border-radius: 100%;
}

.blog .post-info .author .author-image {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.blog .post-info .author img {
  max-width: 100%;
}

.blog .blog-post {
  flex: 0 0 42%;
  max-width: 42%;
}

.blog .blog-post .item {
  display: flex;
  flex: 0 0 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #c2c2c2;
}

.blog .blog-post .item:last-child {
  border: none;
}

.blog .blog-post .item .image {
  margin-right: 20px;
  flex: 0 0 34%;
  max-width: 34%;
}

.blog .blog-post .item .image img {
  width: 100%;
  border-radius: 20px;
}

.blog .blog-post .item .right {
  flex: 0 0 49%;
  max-width: 49%;
}

.blog .blog-post .item .right .post-hero {
  font-size: 20px;
}

/* Trending Blog */
.trend-post-wrapper {
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 100px;
  box-shadow: inset 0px 10px 10px #efefef;
}

.trend-post .hero {
  color: #1c1919;
  font-weight: 600;
  font-size: 40px;
}

.trend-post .hero span {
  color: #f3b707;
}

.trend-post .blog .items {
  display: flex;
  justify-content: space-between;
  flex: 0 0 100%;
  margin-top: 50px;
}

.trend-post .blog .item {
  flex: 0 0 22%;
  max-width: 22%;
}

.trend-post .blog .item a {
  color: #1e1e1e;
  text-decoration: none;
}

.trend-post .blog .item .image {
  height: 300px;
}

.trend-post .blog .item .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* Editors Picks */
.editors-picks-wrapper {
  background-color: #000;
  margin-top: 100px;
  padding-bottom: 100px;
}

.editors-picks .hero {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  margin-top: 100px;
  padding: 50px 0;
}

.editors-picks .hero span {
  color: #f3b707;
}

.editors-picks .blog .items {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex: 0 0 100%;
}

.editors-picks .blog .items .item {
  flex: 0 0 45%;
  max-width: 45%;
}

.editors-picks .blog .items .item a {
  text-decoration: none;
}

.editors-picks .blog .items .item .image img {
  border-radius: 20px;
  max-width: 100%;
}

.editors-picks .blog .items .item .post-hero {
  color: #8f8f8f;
}

.editors-picks .blog .items .item .blog-post-desc {
  color: #515151;
}

.editors-picks .blog .items .item .author strong {
  color: #8f8f8f;
}

.editors-picks .blog .items .item .author .date {
  color: #515151;
}

.current-projects-wrapper {
  padding-bottom: 100px;
}


/* blog post */
.page-header.black {
  background: #000
}

.page-header.black .wrapper .actions a {
  color: #fff;
}

.page-header.black .wrapper .actions a i {
  color: #fff;
}

.page-header.black .wrapper .actions a:hover {
  color: #fff;
}

.page-header.black .wrapper .actions a.button {
  color: #fff;
  border: solid 1px #fff;
}

.page-header.black .wrapper .actions a.button:hover {
  color: #000;
  background: #fff;
}

.page-breadcrumb.black {
  background: #000;
  margin-bottom: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2)
}

.page-breadcrumb.black ul li a {
  color: rgba(255, 255, 255, 0.8)
}

.blog-content .wrapper {
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
}

.blog-content .top {
  padding: 50px 0;
  color: #fff;
  background: #000;
}

.blog-content .top .category {
  color: #f3b707;
  font-size: 20px;
  font-weight: 700;
}

.blog-content .top .title {
  margin: 15px 0;
  color: #7e7e7e;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.blog-content .top .title span {
  color: #f3b707;
}

.blog-content .top p {
  margin-bottom: 30px;
  color: #575757;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.blog-content .top img {
  position: relative;
  margin-bottom: -250px;
  display: block;
  width: 100%;
  border-radius: 10px;
}

.blog-content .more {
  padding-top: 250px;
}

.blog-content .more p {
  color: #575757;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

.blog-content .more .user {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-content .more .user .avatar {
  width: 50px;
  height: 50px;
  background: #575757;
  border-radius: 100%;
}

.blog-content .more .user strong {
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 600;
}

/* project detail */
.project-details-wrapper {
  padding: 50px 0;
  background: #fff;
  box-shadow: inset 0px 10px 10px #efefef;
}

.project-details-wrapper .hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.project-details-wrapper .hero>div {
  flex: 0 0 20%;
  max-width: 20%;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.project-details-wrapper .hero>div span {
  color: #f4b705
}

.project-details-wrapper .hero>p {
  flex: 0 0 80%;
  max-width: 80%;
  font-size: 20px;
  line-height: 35px;
  color: #000;
}

.project-details-wrapper .grid {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.project-details-wrapper .grid .left {
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 16px;
}

.project-details-wrapper .grid .right {
  flex: 0 0 40%;
  max-width: 40%;
}

.project-details-wrapper .grid img {
  display: block;
  width: 100%;
  margin-top: 25px;
}

.project-details-wrapper .grid .label {
  padding: 41px;
  color: #919191;
  font-size: 55px;
  font-weight: 300;
  line-height: 65px;
}

.project-details-wrapper .grid .label span {
  color: #f4b705;
}

.project-details-wrapper .get-apply {
  margin-top: -500px;
  padding-top: 800px;
  padding-bottom: 100px;
  background: #000 url('../img/get-apply-bg.png') no-repeat center 85%;
}

.project-details-wrapper .get-apply .content {
  padding-left: 55%;
}

.project-details-wrapper .get-apply .content .hero {
  color: #919191;
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
}

.project-details-wrapper .get-apply .content .hero strong {
  color: #f4b705;
  font-weight: 700;
}

.project-details-wrapper .get-apply .content p {
  color: #919191;
  font-size: 18px;
  line-height: 25px;
  margin: 25px 0;
}

.project-details-wrapper .get-apply .content a {
  display: inline-block;
  height: 50px;
  padding-left: 35px;
  padding-right: 35px;
  border: solid 1px #fff;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all .3s linear;
}

.project-details-wrapper .get-apply .content a:hover {
  color: #000;
  background: #fff;
}

/* footer */
.page-footer {
  position: relative;
  background: #000;
  padding-right: 10%;
  padding-bottom: 0;
  margin-top: 100px;
}

.page-footer .go-up {
  position: absolute;
  right: 70px;
  top: -100px;
  font-size: 40px;
  font-weight: 400;
  color: #878786;
  cursor: pointer;
}

.page-footer .footer-info-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  top: -100px;
  padding-left: 10%;
  background: #303030;
}

.page-footer .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 10%;
  margin-top: -100px;
}

.page-footer .bottom .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 70%;
  max-width: 70%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-footer .bottom .nav li {
  position: relative;
  margin-right: 30px;
}

.page-footer .bottom .nav li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #f4b705;
  border-radius: 100%;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.page-footer .bottom .nav li:first-child::before {
  display: none;
}

.page-footer .bottom .nav li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  opacity: .5;
  transition: all .3s linear;
}

.page-footer .bottom .nav li a:hover {
  opacity: 1;
}

.page-footer .bottom .copyright {
  flex: 0 0 30%;
  max-width: 30%;
  padding-top: 50px;
  border-left: solid 1px #303030;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
}

.page-footer .footer-info-area .info-area {
  flex: 0 0 70%;
  max-width: 70%;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-right: 20%;
}

.page-footer .footer-info-area .partners {
  padding-top: 100px;
  flex: 0 0 30%;
  max-width: 30%;
  padding-bottom: 20px;
  border-left: solid 1px #000;
}

.page-footer .footer-info-area .info-area p {
  color: #9d9d9c;
  font-size: 18px;
  line-height: 28px;
}

.page-footer .footer-info-area .info-area p.v2 {
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  margin-top: 80px;
  margin-bottom: 10px;
}

.page-footer .footer-info-area .info-area .address {
  position: relative;
  margin-top: 30px;
}

.page-footer .footer-info-area .info-area .address::after {
  position: absolute;
  left: -8px;
  top: -4px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f4b705;
  border-radius: 100%;
}

.page-footer .footer-info-area .info-area .address span {
  position: relative;
  z-index: 2;
}

.page-footer .footer-info-area .info-area .social-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.page-footer .footer-info-area .info-area .social-media li {
  margin-right: 15px;
}

.page-footer .footer-info-area .info-area .social-media a {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  line-height: 57px;
  text-align: center;
  text-decoration: none;
  border: solid 2px #fff;
  border-radius: 100%;
  transition: all .3s linear;
}

.page-footer .footer-info-area .info-area .social-media a:hover {
  color: #303030;
  background: #fff;
}

.page-footer .footer-info-area .partners .label {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}

.page-footer .footer-info-area .partners .label span {
  display: block;
  color: #958f8f;
  font-size: 18px;
}

.page-footer .footer-info-area .partners .item {
  text-align: center;
  padding: 20px 0;
}

.page-footer .footer-info-area .partners .item img {
  display: inline-block
}

/* responsive */
@media(max-width: 1200px) {
  .hero-wrapper>.details .hero {
    font-size: 50px;
    line-height: 60px;
  }
  .references-wrapper .items .item .img-area img {
    height: 300px;
  }
  .references-wrapper .big-image {
    height: 450px;
  }
  .page-image img {
    height: 350px;
  }
  .trend-post .blog .items {
    flex-wrap: wrap;
  }
  .trend-post .blog .item {
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 15px;
  }
}

@media(max-width: 992px) {
  .page-header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .page-header .logo img {
    height: 20px;
  }
  .page-header .wrapper .actions ul li {
    margin-left: 15px;
  }
  .page-header .wrapper .actions a {
    font-size: 14px;
  }
  .page-header .wrapper .actions a i {
    font-size: 25px;
  }
  .page-header .wrapper .actions a.button {
    font-size: 13px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-wrapper {
    padding-bottom: 25px;
  }
  .hero-wrapper>.details p {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .hero-wrapper>.details,
  .hero-wrapper>.image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .references-wrapper {
    padding-left: 0;
  }
  .references-wrapper .items .item {
    padding: 15px;
  }
  .references-wrapper .items .item .info {
    left: 0;
    top:15px;
    transform: unset;
    width: 90%;
    left: 5%
  }
  .references-wrapper .items .item .img-area img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .references-wrapper .items .item .hero {
    margin-left: 0;
    font-size: 40px;
    line-height: 60px;
    margin-top: 15px;
  }
  .references-wrapper .items .item .img-area a {
    left: 10px;
    bottom: 10px;
  }
  .references-wrapper .thumbnails .thumbs,
  .references-wrapper .thumbnails .label {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .references-wrapper .thumbnails .label {
    padding-bottom: 15px;
  }
  .references-wrapper .thumbnails .label::before {
    display: none;
  }
  .references-wrapper .thumbnails {
    padding: 10px;
  }
  .projects-wrapper {
    margin-top: 30px;
  }
  .projects-wrapper .projects-carousel {
    padding-left: 0;
  }
  .projects-wrapper .hero a,
  .properties-wrapper .properties-wrap .hero a {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .properties-wrapper .properties-wrap {
    width: 95%;
  }
  .newsletter-wrapper .newsletter-area form,
  .properties-wrapper .properties-wrap .items .item {
    flex: 0 0 100%;
    max-width: 100%;    
    margin-top: 15px;
  }
  .blog-wrapper .hero p {
    line-height: 28px;
    margin-bottom: 10px;
  }
  .blog-wrapper .posts-carousel {
    margin: 0;
    padding: 0;
    margin-top: 15px;
  }
  .newsletter-wrapper .newsletter-area {
    padding: 15px;
  }
  .newsletter-wrapper .newsletter-area form {
    margin-top: 15px;
  }
  .newsletter-wrapper .newsletter-area input {
    width: 90%;
  }
  .page-footer {
    padding-right: 5%;
  }
  .page-footer .footer-info-area {
    padding-left: 0;
  }
  .page-footer .footer-info-area .info-area,
  .page-footer .footer-info-area .partners {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
  }
  .page-footer .footer-info-area .info-area p.v2 {
    margin-top: 60px;
  }
  .page-footer .bottom > * {
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }
  .page-footer .bottom {
    padding-left: 0;
    justify-content: center;
  }
  .page-footer .bottom .nav {
    justify-content: center;
  }
  .page-footer .bottom .nav li a {
    font-size: 12px;
  }
  .page-footer .bottom .copyright {
    padding-top: 10px;
    padding-bottom: 25px;
    border-left: unset;
  }
  .dropdown-nav {
    padding: 10px;
  }
  .dropdown-nav .address {
    display: none;
  }
  .dropdown-nav .dropdown-menu {
    flex: 0 0 100%;
    max-width: 100%;;
  }
  .dropdown-nav .dropdown-menu>ul>li>ul {
    position: static!important;
    padding-left: 0!important;
    padding-top: 0!important;
  }
  .dropdown-nav .dropdown-menu>ul>li i {
    display: none!important;
  }
  .page-image img {
    height: 120px;
  }  
  .page-desc {
    padding-right: 0;
  }
  .page-top {
    padding-bottom: 30px;
  }
  .services .items .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact .maps .contact-info {
    position: static;
    margin-top: 15px;
    margin-left: 15px;
  }
  .career-form .fields .field,
  .contact-form .fields .field {
    flex: 0 0 100%;
    max-width: 100%;;
  }
  .blog .blog-post,
  .trend-post .blog .item,
  .editors-picks .blog .items .item,
  .blog .featured-post {
    flex: 0 0 100%;
    max-width: 100%;;
  }
  .blog .blog-post {
    margin-top: 15px;
  }
  .editors-picks .blog .items {
    flex-wrap: wrap;
  }
  .editors-picks .blog .items .item {
    margin-bottom: 15px;
  }
  .editors-picks .blog .items .item img {
    max-width: 100%;
  }
  .blog-content .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-top .multi-col * {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .project-details-wrapper .hero>div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .project-details-wrapper .hero>p {
    flex: 0 0 100%;
    max-width: 100%;    
  }
  .project-details-wrapper .grid .left,
  .project-details-wrapper .grid .right {
    flex: 0 0 100%;
    max-width: 100%;        
  }
  .project-details-wrapper .grid .label {
    font-size: 30px;
    line-height: 40px;
  }
  .project-details-wrapper .get-apply {
    background: #000;
  }
  .project-details-wrapper .get-apply .content {
    padding-left: 0;
  }
  .project-details-wrapper .get-apply {
    padding-top: 550px;
  }
}