.quote-btn {
  padding: 5px 15px;
}

.nav-brand img {
  top: -24px;
  image-rendering: auto !important;
}

.about_us_to_projects {
    height: 375px;
    width: auto;
}

@media (min-width: 1200px){
    .header .container {
        max-width: 1200px;
    }
}

.text-yellow {
  color:rgb(240,176,103);
}

.footer_social_link i{
  font-size: 35px;
  color: black;
  margin-right: 15px;
}
.footer-menu  li:last-child i{
  margin-right: 0;
}
.footer-legal {
  padding-bottom: 10px;
  text-align: center;
}

.home_video_top{
    height: 400px;
    object-fit:cover;
}
.home_after_vedio{
    /* display: flex; */
}
.home_after_vedio img, .home_after_vedio video {
  width: 100%;
}
.home_after_vedio_image{
    object-fit: contain;
    width: 80%;
}
.home_video_right{
    object-fit: cover;
    width: 80%;
}
.rendering img {
  width: 100%;
  height: 500px;
}
.about_us_video{
    width: 100%;
    height: 500px;
    object-fit:cover;
}
.about_paragraph{
    text-align: justify;
}
.about_us_image{
    width: 100%;
    height: auto;
}
.projects_hotel_image{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    background-color: #04384957;
  }
  .projects_container{
    position: relative;
  }
  .projects_container:hover .overlay {
    height: 100%;
  }
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .contact-us-number {
    display: flex;
    justify-content: flex-end;
	margin-top: 5px;
  }

  .contact-us-number .questions {
    background-color: #DBDBDB;
    border-radius: 20px 0;
    padding: 10px;
    color:black;
    font-size: 18px;
    min-width: 275px;
    text-align: center;
  }

  @media (min-width: 992px) and (max-width: 1399px){
    .contact-us-number .questions {
      min-width: 273px;
      font-size: 17px;
    }
  }

  /* .header-fixed .contact-us-number {
      display:none;
  } */

  .slick-initialized .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}

@media (min-width: 992px){
    .nav-menus-wrapper {
      display:flex;
    }
    .nav-pages {
      flex-grow: 1;
      display: flex;
      justify-content: space-around;
    }
    .nav-menu>li>a {
      color: #2E302F;
      font-weight: 100;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
    }
    .rendering img {
      width: 100%;
      height: 400px;
    }
}
@media (max-width: 992px) {
  .navigation-portrait .nav-menu.nav-menu-social {
    display: flex;
    flex-direction: column;
  }
  .home_after_vedio_image { margin-bottom: 30px; }
  .homeafternav2 {
    margin-top: 40px;
  }
}


/* Map Designs */
.map-popup-wrap {
  width: 190px;
}
.infoBox>img {
  right: -5px;
}
.listing-detail-wrapper {
  background:white;
  border-radius: 10px;
  padding: 10px 10px 5px;
}
.listing-name {
  text-decoration: underline;
}

.sign-up-widget {
  width: 80%;
  margin-left: 20%;
}

.cn-info-content {
  color: grey;
  float: left;
  width: auto;
  text-align: left !important;
}

@media only screen and (max-width: 767px)  {
  .sign-up-widget {
    width: 100%;
    margin-left: 0;
  }

  .hm-map-container .images{
    right: 20px;
    top: 50px;
  }
  .hm-map-container .images img{
    height: 70px;
  }
  .nav-brand {
	margin-right: 0;
	padding: 25px 15px;
	image-rendering: auto !important;
  }
  .nav-brand img {
	top: 0;
	max-width: 75%;
  }
  .nav-menus-wrapper {
	  overflow: none;
	  float: left;
	  width: 100%;
  }
  .menu__list, .nav-dropdown, .nav-menu, ul {
      list-style: none;
      width: 100%;
      text-align: center;
	  float: left;
  }
  .nav-menu > li {
	  float: none;
  }
  .nav-menu > li > a {
	  padding: 0 12px 20px 12px;
  }
  .sec-heading {
	  margin: 40px 0 40px 0;
  }
  .pt-0, .pt-3, .pb-3 {
	  margin: 0 !important;
	  padding: 0 !important;
  }
  .xs-view-fix-1 {
	  top: 0;
  }
  .footer-add, .footer-widget .widget-title {
      text-align: center;
  }
  .footer-legal {
	  padding: 30px 0 30px 0;
	  margin: 0 !important;
  }
  .page-title {
	  text-align: center;
  }
  .about_paragraph {
	  font-size: 16px;
  }
  .brand-image { width: 215px; height: auto; margin: 0 0 40px 0; }
  .home_after_vedio_image { margin-bottom: 30px; }
  .rendering img { width: 100%; height: 280px; }
  .adj-mt-02 { margin-top: 80px; }
  .footer-main { margin-top: 125px;	}
  .homeafternav2 {
    margin-top: 40px;
  }
}

/* Get A Quote Page */
.quote-container {
  padding: 25px;
  background: #DBDBDB;
}

.quote-container .form-control {
  background:white;
  border-color: #888888;
}
.quote-container .form-control:not(textarea) {
  height: 50px;
}
.quote-container label {
  color: #2E302F;
  font-weight: 100;
  font-size: 18px;
}
.quote-container .form-control:focus, .quote-container .form-control:hover {
  border-color: black;
  border-width: 1px !important;
}

/* Slider for homepage */
.homepage .slick-slide {
  height: 300px;
}

.homepage .slick-slide img {
  height: 300px;
  width: auto;
}

h2.brands-worked {
  font-size:28px;
}

/* Featured Slick Gallery */
.follow_us .slick-slide {
  height: 225px;
}

.follow_us .slick-slide img {
  height: 225px;
  width: auto;
}