@media (min-width: 992px){
	.col-md-2.box-5
	{
		width:20%;
	}
}

@media (min-width: 1200px){
	.col-lg-offset-1 {
		margin-left: 5%;
	}
}

.logo_1_m
{
	padding: 0;
    right: 15%;
    display: block;
    top: 10%;
    position: fixed;
}

.logo_2_m
{
	padding: 0;
    right: 30%;
    display: block;
    top: 10%;
    position: fixed;
}
.logo_3_m
{
	padding: 0;
    right: 0%;
    display: block;
    top: 10%;
    position: fixed;
}

.extralink
{
    display: none !important;
}

@media only screen and (max-width:991px) {
.extralink
{
    display: table !important;
}

}
.logos
{
    display: none;
}

.logo_2_span
{
    display: none;
	margin-left:5%;
	padding-left:5%;
	/*padding-top: 8%;*/
    color: white;
    /*background-color: rgb(239, 225, 35);*/
	text-shadow: 0 0 15px rgb(239, 225, 35), 0 0 20px #000000;;
   /* height: 100px;*/
}
.logo_1_span
{
    display: none;
	margin-left:5%;
	padding-left:5%;
	/*padding-top: 8%;*/
    color: white;
    /*background-color: rgb(239, 225, 35);*/
	text-shadow: 0 0 15px rgb(154, 31, 51), 0 0 20px #000000;;
   /* height: 100px;*/
}
/*
@media (max-width: 768px){
.logos 
{
	display: block;
	width: 500px;
    position: fixed;
    top: 10%;
    left: 0px;
    z-index: 200;
}
}*/

@media (min-width: 992px){
.logos 
{
	display: block;
	/*width: 240px;*/
    position: fixed;
    top: 40%;
    left: 0px;
    z-index: 200;
}

.logo_b img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    
.logo_b img:hover 
{
        opacity: 1.0;
        filter: alpha(opacity=100);
}

.logo_2:hover +.logo_2_span
{
	display:block;
		
}
.logo_1:hover +.logo_1_span
{
	display:block;
		
}

}

.owl-carousel .owl-item img {
    height: 100%;
    object-fit: cover;
}
.vertical .carousel-inner {
    height: 50%;
}


.carousel.vertical .item {
    -webkit-transition: 0.3s ease-in-out top;
    -moz-transition: 0.3s ease-in-out top;
    -ms-transition: 0.3s ease-in-out top;
    -o-transition: 0.3s ease-in-out top;
    transition: 0.3s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    left: 0;
}

.faddress {
    padding-top: 20px;
}

.fsociallink {
    padding-top: 40px;
}

.carousel .slider-control {
    /*height: 500px;*/
}

.carousel-caption {
    top: 40%;
    bottom: unset;
}
.carousel-control/*, .carousel-control:focus, .carousel-control:hover*/ {
    opacity: 0;
}
.invalid-feedback{
    color: red;
}
.team-member-row{
    display: flex; 
    flex-wrap: wrap;
}
.wt-team-six{
    display: flex;
    flex-flow: column;
    height: 100%;
}
.wt-team-info{
    flex-grow: 1;
}
.filter{
    border: 2px silver solid;
    background-color: #fafafa;
    padding: 30px 40px 15px 40px;
}
.filter .site-button{
    text-align: center;
    width: 100%;
}
.apartment {
font-family: arial, sans-serif;
font-size: 19px;
border-collapse: collapse;
width: 100%;
}
  
.apartment td, th {
text-align: left;
padding: 8px;
}
  
.apartment tr:nth-child(even) {
background-color: #dddddd;
}

.style{
    padding-top: 44px;
}

.box{
    color: white;
    border: 1px solid rgb(241, 224, 127);
    padding: 50px 0px;
    height: 100%;
    /*width: 20%;*/
    text-align: center;
    transition: transform 1.3s;
}

.box:hover{
    transform: translateY(20px)
}
.building-section{
    background-color: black;
    /*height: 270px;*/
    /*padding: 53px 21px 29px 59px;*/
}
.building-box-section {
    margin-left: 0px;
    margin-right: 0px;
}
.overlay-bx-3{
    position: absolute;
    left: 0;
    bottom:0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color:#000;
    opacity:0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    display: flex;
    justify-content: center;
}

.overlay-bx-3:hover{    opacity:0.4;    bottom:0px;}
.overlay-bx-3 span {
    align-self: center;color: #fff;z-index: 999;font-size: 22px;font-weight: normal;
}

.box-margin{
    margin-right: 80px;
}
.building-box-content{
    /* margin-top: 4px; */
    color: rgb(241, 224, 127);
}

div > .apartment-slider-content{
    text-align: center;
    /* border: black 5px solid; */
    width: 31%;
    padding: 162px 60px 133px 91px;
}
.control img {
    height: 450px !important;
    width: 850px !important;
}
.apartment-slider{
    opacity: 0.2;
}
.custom-select .bootstrap-select {
    width: 100% !important;
}
.custom-select .site-button:hover {
    background-color: #000;
    color: #fff;
}
.custom-select .site-button.button-app {
    padding: 11px 25px;
}
.site-button.black:focus {
    color: #fff;
}
.homepage .carousel-inner.vertical {
  height: 100vh;
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
  height: 100%;
}
.carousel-inner.vertical > .item img {
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.homepage .carousel-inner.vertical > .item {
    background: #000;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-control,
.carousel-control.active,
.carousel-control:hover,
.carousel-control:focus {
  background: unset !important;
}
/*.skiptranslate {
    display: none !important;
}*/
.footer-fixed {
    position: unset !important;
    min-height: unset !important;
    top: unset !important;
}
.team-content {
    display: flex; align-items: center;padding: 0 15px;justify-content: center;
}

.team-content p {
    color:white;margin-bottom:0;
}

.site-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 200;
    border-bottom: 1px solid rgba(255,255,255,.050980392156862744);
}

.color-fill .main-bar-new {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0px;
    width: 100%;
    transition: all 0.5s ease;
}

.color-fill .bg-white-new {
    background-color: #fff;
}

.main-bar-new:hover::before  {
    transform: scale(1,1);
}

.main-bar-new::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #fff;
    will-change: transform;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.contact-info pre {
    color: #fff;
    background-color: unset;
    border: unset;
}

.contact-info pre a {
    color: #fff;
}

.header-nav .nav > li > a {
    color: #fff;
    font-weight: bold;
}

.main-bar-new:hover .header-nav .nav > li > a, .color-fill .header-nav .nav > li > a {
    color: #ababab;
}

.overlay-content {
    padding: 32px;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;    
}

.carousel-inner.vertical {
  height: 75vh;
}
/*.project-gallery .owl-carousel .owl-stage-outer {
    height: 75vh;
}*/

/*.project-gallery .owl-carousel .owl-item {
    height:285px;
    width:100%;
}*/
.project-gallery .owl-carousel .owl-stage {
  display: flex;
  height: 80vh;
}

.project-gallery .owl-carousel .owl-item img, .project-gallery .owl-carousel .owl-item iframe {
  height: 100% !important;
  object-fit: cover;
}

.project-gallery .owl-carousel .item, .project-gallery .owl-carousel .aon-thum-bx, .project-gallery .owl-carousel .embed-responsive {
    height: 100%;
} 

.project-video .embed-responsive {
    position: relative;
    padding-bottom: 37.25%; /* 16:9 */
    height: 0;
}
.project-video .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.apartment-gallery .owl-carousel .owl-stage {
  display: flex;
  height: 80vh;
}

.apartment-gallery .owl-carousel .owl-item img {
  height: 100% !important;
}

.apartment-gallery .owl-carousel .item, .apartment-gallery .owl-carousel .aon-thum-bx, .apartment-gallery .owl-carousel .embed-responsive {
    height: 100%;
} 

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.home-project-content-container {
    margin: 0 auto;
}
.home-project-content {
    height: 100%; 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}
.home-project-content span::before {
    background: #777777;
    height: 30px;
    width: 3px;
    content: ' ';
    display: block;
    margin: 0 auto 8px;
	margin-top:8px;
}
/** table css **/
.apartment-table thead {
    background: #f5f5f5;
}
.apartment-table th {
    color: #000;
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    border-right: 0;
    text-align: center;
    padding: 15px !important;
}
.apartment-table td {
    border-right: 0 !important;
    text-align: center;
    padding: 15px !important;
    border: 1px solid #eaeaea;
    border-width: 0 1px 1px 0;
    vertical-align: middle !important;
    font-size: 16px;
}
.apartment-table tr {
    background-color: unset !important;
}
.apartment-table .site-button.button-app {
    padding:10px 25px;
}

.projects-section {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width:1024px) {
    /*.row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }*/
    .overlay-bx-3 {
        opacity: 0.4;
    }
}
@media only screen and (max-width:768px) {
    .project-gallery .owl-carousel .owl-stage {
        height: 50vh;
    }
    .project-video .embed-responsive {
        padding-bottom: 45.25%; /* 16:9 */
    }
    .apartment-gallery .owl-carousel .owl-stage {
        height: 50vh;
    }
    .projects-section {
        display: unset;
    }
}

@media only screen and (max-width:560px) {
    .section-table {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.text-link{
    color: rgb(239, 225, 35);
}

.y-border{
    border: rgb(239, 225, 35) 5px solid;
}

.yellow-button {
    background-color: rgb(239, 225, 35);
    color: #000;
}

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

.search-form-style input[type="checkbox"] {
    opacity: unset;
    position: unset;
    margin-right: 5px;
}
.search-form-style .checkbox-inline {
    padding: unset;
    margin-right: 5px;
}
.search-form-style .checkbox-group {
    margin-bottom: 10px;
   /* padding-left: 10px;*/
}
.sticky-element {
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  
  top: 40%;
  right: 0;
  display: flex;
  justify-content: end;
  align-items: end;
  color: #fff;
  opacity: 0;
}
.sticky-element button {
    height: 30px;  
    width: 30px;
    background:rgb(239, 225, 35);  
    border:none;   
    cursor: pointer;  
    text-align:center;  
    z-index:999;
    color: #fff;
}
.sticky-wrapper-table {
  margin: auto;
  height: 100%;
}

@media only screen and (max-width:1024px) {
    /*.row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }*/
    .overlay-bx-3 {
        opacity: 0.4;
    }
    .sticky-element {
        opacity: 1;
    }
}
@media only screen and (max-width:768px) {
    .project-gallery .owl-carousel .owl-stage {
        height: 50vh;
    }
    .project-video .embed-responsive {
        padding-bottom: 45.25%; /* 16:9 */
    }
    .apartment-gallery .owl-carousel .owl-stage {
        height: 50vh;
    }
    .projects-section {
        display: unset;
    }
}

@media only screen and (max-width:560px) {
    .section-table {
        padding-left: 0px;
        padding-right: 0px;
    } 
}

.home-content-slider {
    float: right; 
    width: 60%; 
    margin-bottom: 75px;
}
@media only screen and (max-width:991px) {
    .home-content-wrapper {
        display: flex;
        flex-direction: column;
    }
    .home-content {
        order: 1;
    }
    .home-content-slider {
        order: 2;
        float: unset; 
        width: 100%; 
        margin-bottom: unset;
        display: table-footer-group;
    }
}

.header-nav-logos-container {
    position: absolute;
    top: 10px;
    right: 260px;
    display: flex;
    align-items: center;
}
.header-nav-logo img {
    width: 80px;
}
.navbar-toggle {
    margin: unset;
    padding: unset;
    position: absolute;
    top: 20px;
    right: 60px;
}
@media only screen and (max-width:1200px) {
    .header-nav-logos-container {
        right: 84px;
        top: 5px;
    }
    .header-nav-logo img {
        width: 60px;
    }
    #google_translate_element {
        top: 70px;
    }
}
@media only screen and (max-width:991px) {
    .navbar-toggle {
        right: 15px;
        color: #fff;
    }
    .header-nav-logos-container {
        top: 10px;
        right: 50px;
    }
    #google_translate_element {
        top: 90px;
        right: 15px;
    }
    .site-header {
        position: unset;
        background: #000;
    }
    .logo-header {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}
.project-detail-bg-black {
    background: #000 !important;
    color: #fff !important;
}
.area-popup-container {
    color: #000;
}
.plan_slider .building-box-section h4 {
    color: #fff;
}
.plan_slider .owl-stage {
    padding: 50px 0;
}
.plan_slider .owl-stage .box{
    padding: 15px 0;
}
.plan_slider .owl-nav {
    margin-top: 0;
}
.plan_slider .owl-nav .owl-prev,
.plan_slider .owl-nav .owl-next {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    padding: 0px 9px;
    width: 25px;
    height: 25px;
}
.plan_slider .owl-nav .owl-prev {
    left: -50px;
}
.plan_slider .owl-nav .owl-next {
    right: -50px;
}
.plan_slider .owl-nav .disabled {
    opacity: 0;
}
@media only screen and (max-width:561px) {
    .plan_slider .owl-nav .owl-prev {
        left: -35px;
    }
    .plan_slider .owl-nav .owl-next {
        right: -35px;
    }
}