
 #navbar-brand-img{
   margin:-52px 0 0 0;
   width: 120px;
 }
 .text-justify{
   text-align: justify;
 }
.text-bold{font-weight: 700}

/* Scroll Top */
.btnScrollTop{
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99;
  background-color:black;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0.7;
}
.btnScrollTop:hover{
  opacity: 1;
}
.fa-scroll-top{
  margin: -7px 10px;
  font-size: 62px;
}
/* End Scroll Top */

/* House Type style for all project */
  .home-type-panel{
    background-color:#ededed;
    border:none;
    transition: 0.4s;
  }
  .home-type-panel:hover {
    /* box-shadow: rgb(255 255 255 / 41%) 0px 2px 6px 0px; */
    box-shadow: rgb(0 0 0 / 32%) 1px 2px 2px 2px;
  }
  .panel-body-units{
    padding: 0;
    transition: 0.3s;
    box-shadow: rgb(255 255 255 / 19%) 0px 1px 5px 0px;
  }
  .unit-sub-title{
    text-align: right;
    margin-top: 20px;
    font-weight: 500;
    text-transform: capitalize;
  }
  .item-amount{text-align: right}
  .panel-body-content{/* House type body content */
    padding: 0 20px 20px;
    color: #60367d !important
  }
  .con-item {/* house type content */
    margin: 0;
    margin-top: 5px;
    font-size: 16px;
  }
  .left-con,.right-con{/* House type top control */
    width:45px;
    height: 45px;
    background: white;
    text-align: center;
    border-radius: 50%;
    margin-left: 11px;
    transition: 0.3s;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
  }
 .left-con-item,.right-con-item { /*House Type top control item*/
    font-size: 35px;
    color:purple;
    margin-top: 4px;
    font-weight: bold;
  }
  
/* End House Type style for all project */

/* Gallery left right Control style */
  .mySlides { /* Hide the images by default */
    display: none;
  }
  .demo {/* Add a transparency effect for thumnbail images */
    opacity: 0.6;
  }
  .active,
  .demo:hover {
    opacity: 1;
  }
  .gal-carousel-control.left, .gal-carousel-control.right {
    background-image: none;
    height: 50px;
    background: #000000bd;
    border-radius: 50%;
  }
  .gal-carousel-control{
    width: 50px;
    top: 75px;
    left: 8px;
  }
  .gal-chevron-left, .gal-chevron-right{ /* Gallery Left right control */
    position: relative;
    top: 12px;
    right: 1px;
  }
/* End Gallery left right Control style */
.title{/* Main Title For all page */
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.title-no-center{
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
}
/* News unit */
  .news-content-nav a{
    font-size: 25px;
    margin-right: 25px;
  }
  .news-content-nav a:focus{
    background: none !important;
  }
  .news-content-nav a:hover{
    color: #e8b860;
    background: none !important;
  }
  .active a, .news-item a:focus, .news-item a:hover{
    background: none;
    color: #733C94;
    border-bottom: 1px solid #733C94;
  }
  .card-img{width: 100%;}
  .news-card{
    box-shadow: rgba(0,0,0,0.11) 0px 0px 2px 0px;
    transition: 0.3s;
    height: 389px;
  }
  .news-card:hover{box-shadow: rgba(0,0,0,0.11) 0px 0px 4px 0px;}
  .news-content{padding: 10px}
  .news-panel{
    box-shadow: rgba(0,0,0,0.11) 0px 0px 2px 0px;
    transition: 0.3s;
    height: 389px;
  }
  .news-panel:hover{
    box-shadow: rgba(0,0,0,0.11) 0px 0px 4px 0px;
  }
  .news-col{padding-left: 0}
  .news-title{
    line-height: 1.8;
    height: 58px;
    color: #212121;
    margin-bottom: 10px;
    overflow: hidden !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
  }
  .short-description{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #404040;
    height: 3em;
    overflow: hidden;
  }
/* Eng News unit */

/* House Type image pop up */
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: normal !important;
    transition: 0.3s;
    opacity: 1;
  }

  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  .houseType-modal,.houseType-sakura-modal,.floor-plan-modal{
    background: #000000c7;
  }
  .houseType-modal-content,.houseType-sakura-modal-content,.floor-plan-modal-content{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    background: none !important;
    box-shadow: none;
    border: 0;
  }
/* End House Type image pop up */

/* Display youtube video in modal */
  .fa-youtube-play{
    font-size: 50px;
    color: #c00;
    position: absolute;
    top: 37%;
    left: 43%;
    transition: 0.5s;
  }
  .fa-youtube-play:hover{color: red}
  /* .fa-youtube-banner{
    position: absolute;
    top: 88%;
    left: 49%;
    font-size: 60px;
  } */
  .fa-youtube-banner{
    position: relative;
    left: 49%;
    bottom: 149px;
    font-size: 60px;
  }
  .video-modal{
    background: #000000c7;
  }
  .video-content{
    width: 80%;
    margin: 0 auto;
    margin-top: 5em;
    height: 80%;
    background: none;
  }
/* End Display youtube video in modal */

/* Section footer */
 .orkide-logo-footer{
    width: 220px;
    position: relative;
    bottom: 38px;
    left: 44px;
  }
  /* End Section footer */
  .project-dropdown-content .project-submenu-content{
    display: none;
  }
  .project-dropdown-menu:hover  .project-dropdown-content{
    display: block;
  }
  .project-submenu:hover .project-submenu-content{
    display: block;
  }
  .col-footer-media{
    width: 13%;
  }
  #galItem .item{
    opacity: 0.5;
  }
  #galItem .synced,#galItem .item:hover {
    opacity: 1;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.clear-margin-right-left{
  margin:0;
}

.sale-gallery-video-section { 
  float: none;
  clear: both;
  width: 80%;/* default 100% */
  position: relative;
  padding-bottom: 53.25%;
  padding-top: 58px;
  height: 0;
  margin: 0 auto;
}
.sale-gallery-video-section iframe {
  position: absolute;
  top: 8%;/* default 0 */
  left: 0;
  width: 100%;
  height: 80%;/* default 100% */
}
.flex-control{
  display: inherit;
  margin-bottom: 15px;
}
.first-flex{order: 1;}
.second-flex{order: 2;}

 /* location */
.location-sale-pro .fa{
  font-size: 28px;
  margin-right: 16px;
  margin-top: 16px;
}
.location-sale-pro img{
  transition: 0.5s;
  margin-top: 22px;
}
.location-sale-pro{
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.section-address{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.section-black{
  background: #000000bd; 
  height: auto;
  margin-top: 39px;
}
.sec-add-content{padding: 5px 0 44px;}
.icon-divider-custom{
  margin-bottom: -39px;
  position: relative;
  bottom: 43px;
}
.sec-add-content a:hover,
.sec-add-content a:focus{
  color: white;
}
.location-sale-pro .flex{
  display: flex;
  align-items: baseline;
}
/* End location */
.form-control:focus{
  border-color: #7f46ad !important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(100 55 136 / 39%) !important;
}
 /* for mobile ( 375px and up) */
@media (min-width: 375px) {
  .top-header{display: none}
  #navbar-brand-img{
    width: 50px;
    margin: -14px 0 0 0px;
  }
  .navbar-default .navbar-nav>li>a{color: #733c94}
  .middle-header{background: white;}
  #border-split-banner{display: none}
  .sec-separator.default {min-height: 43px;}
  .sec-separator-white{margin-top: 2em;}
  .title,.title-no-center{font-size: 23px}
  #main-container{
    min-height: auto
  }
  /* start scroll top */
  .btnScrollTop{
    width: 45px;
    height: 45px;
    bottom: 54px;
    left: 12px;
  }
  .fa-scroll-top {
    margin: -7px 7px;
    font-size: 49px;
  }
  /* end scroll top */
  .footer-map{height: 290px;}
  .welcome-text{font-size: 26px;}
  /* start footer style */
  .footer-top-head{padding: 20px !important}
  .col-footer{padding-right: 0}
  .col-footer-pro{width: 22%}
  .col-footer-media {width: inherit;}
  .col-footer-logo{padding:0}
  .footer-title{
    font-size: 10px;
    margin: 0;
  }
  .footer-li{
    font-size: 6px;
    line-height: 12px;
  }
  .orkide-logo-footer{
    width: 95px;
    bottom: 20px;
    left: 7px;
  }
  .split-footer{
    width: 100%;
    border-width: 1px;
  }
  .footer-contact-info{font-size: 6px}
  .fa-footer{
    width: 16px;
    margin-left: 5px;
  }
  .fa-contact{
    font-size: 15px;
    margin-right: 5px;
    margin-left: -9px;
  }
  .footer-mail,.footer-mail-text{
    font-size: 9px;
    margin: 0;
  }
  .footer-end{
    font-size: 10px;
    padding: 5px !important;
  }
  .footer-tools{display: block}
  .footer-tools li{margin-top: -4px !important;}
  .footer-tools li>a{margin-right:5px !important}
  /*end footer style */
  .icon-divider{
    width: 70px;
    height: 70px;
  }
  .sec-separator {min-height: 34px !important;}
  .sm-no-br{display: none}
  .pro-info-right-side{padding-left: 26px;}
  .video-content{width: 100%}
  .iframe-video-content{height: 27vh}
  .sale-gallery-video-section{width: 100%}
  .flex-control{
    display: flex;
    flex-direction: column;
  }
  /* location */
  .icon-divider-custom{
    bottom: 34px;
  }
    .location-sale-pro .loc-sub-title, .location-sale-pro .fa{
      font-size: 20px;
    }
    .location-sale-pro .fa, .location-sale-pro img{
      margin-top: 10px;
    }
  /* end location */
}
 /* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .top-header{display: none;}
  #navbar-brand-img{
    width: 50px;
    margin: -16px 0 0 0;
  }
  .navbar-nav>li{background: white}
  .navbar-default .navbar-nav>li>a{color: #733c94}
  .navbar-default{border-color: none;}
  .middle-header{background: white;}
  .inquire-btn{border: none}
  .footer-map{height: 350px;}
  .orkide-logo-footer{
    width: 134px;
    bottom: 27px;
    left: -25px;
  }
  /* start footer style */
  .footer-title{
    font-size: 14px;
    margin: 3px 0;
  }
  .footer-li{
    font-size: 10px;
    line-height: 18px;
  }
  .orkide-logo-footer{
    width: 144px;
    bottom: 27px;
    left: 23px;
  }
  .split-footer{width: 100%;}
  .footer-contact-info{font-size: 10px}
  .fa-footer{
    width: 20px;
    margin-left: 10px;
  }
  .fa-contact{
    font-size: 17px;
    margin-right: 6px;
    margin-left: -6px;
  }
  .footer-mail,.footer-mail-text{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer-tools li{margin-left: 10px !important;}
  .footer-tools .flag{
    width: 24px;
    margin-top: 8px;
  }
  .footer-tools li>a{margin-right:8px !important}
  /*end footer style */
  .sm-no-br{display: block}
  .footer-end {
    font-size: 12px;
    padding: 6px !important;
  }
  .pro-info-right-side{padding-left: 90px;}
  .iframe-video-content{height: 62vh;}
  .sale-gallery-video-section iframe{height: 87%;top: 5%}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  #navbar-brand-img{
    width: 73px;
    margin: -48px 0 0 -30px;
  }
  .top-header{display: block;padding:3px 0;}
  .middle-header{
    height: 58px;
    background-color: rgb(0 0 0 / 50%);
  }
  .navbar-default .navbar-nav>li>a{color: white}
  .navbar-nav>li{background: none}
  .header-nav-link{
    padding: 6px 10px !important;
    font-size: 14px !important;
  }
  /* Customize submenu */
  .project-dropdown-content {
    width: 133%;
  }
  .dropdown-menu>li>a{
    padding: 5px 0px 8px 10px;
  }
  .navbar-right .dropdown-menu{
    right: -25px;
  }
  /* End customize submenu */

  /* start footer style */
  .footer-top-head{padding: 30px !important}
  .col-footer{padding-right: inherit}
  .col-footer-pro{
    width: 25%;
  }
  .col-footer-media {
    width: inherit;
  }
  .col-footer-logo{padding:inherit}
  .footer-title{
    font-size: 18px;
    margin: 15px 0;
  }
  .footer-li{
    font-size: 14px;
    line-height: 28px;
  }
  .orkide-logo-footer{
    width: 158px;
    bottom: 12px;
    left: -35px;
  }
  .split-footer{
    width: 98%;
    border-width: 2px;
  }
  .footer-contact-info{font-size: 14px}
  .fa-footer{
    width: 25px;
    margin-left: 13px;
  }
  .fa-contact{
    font-size: 20px;
    margin-right: 13px;
    margin-left: inherit;
  }
  .footer-mail,.footer-mail-text{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer-end{
    font-size: 14px;
    padding: 13px !important;
  }
  .footer-tools{display: none;}
  /*end footer style */
  .welcome-text {font-size: 35px;}
  .sec-separator-white{margin-top: 3em;}
  .pro-info-right-side{padding-left: 0;}
  .iframe-video-content{height: 58vh;}
  .sale-gallery-video-section iframe{height: 92%;top: 2%}
  .flex-control{display: inherit;}
  /* location */
  .location-sale-pro img{width: 100%}
  .location-sale-pro .second-flex{float: right;}
  .location-sale-pro .fa{
    font-size: 23px;
  }
  .location-sale-pro img{
    margin-top: 20px;
  }
  /* end location */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #navbar-brand-img{
   margin:-43px 0 0 0;
   width: 90px;
  }
  .top-header{display: block}
  .middle-header {
    height: 62px;
  }
  .header-nav-link{
    padding: 8px 15px !important;
    font-size: 15px !important;
  }
  /* Customize submenu */
  .project-dropdown-content {
    width: 117%;
  }
  .dropdown-menu>li>a{
    padding: 5px 0px 11px 10px;
  }
  .navbar-right .dropdown-menu{
    right: -14px;
  }
  /* End customize submenu */
  /* start scroll top */
  .btnScrollTop{
    width:60px;
    height:60px;
    bottom: 30px;
    left: 30px;
  }
  .fa-scroll-top {
    margin: -7px 10px;
    font-size: 62px;
  }
  /* end scroll top */
  /* start footer style */
  .col-footer{padding-right: inherit}
  .col-footer-pro{ width: inherit;}
  .col-footer-media {width: inherit;}
  .col-footer-logo{padding:inherit}
  .footer-title{
    font-size: 18px;
    margin: 15px 0;
  }
  .footer-li{
    font-size: 14px;
    line-height: 28px;
  }
  .orkide-logo-footer{
    width: 239px;
    bottom: 44px;
    left: 43px;
  }
  .split-footer{
    width: 91%;
    border-width: 2px;
  }
  .footer-contact-info{font-size: 14px}
  .fa-footer{
    width: 25px;
    margin-left: 13px;
  }
  .fa-contact{
    font-size: 20px;
    margin-right: 13px;
    margin-left: inherit;
  }
  .footer-mail,.footer-mail-text{
    font-size: 18px;
    margin-bottom: 10px;
  }
  /*end footer style */
  .icon-divider{
    width: 88px;
    height: 88px;
  }
  .sec-separator{ min-height: 60px !important;}
  .sm-no-br{display: block}
  .sec-separator-white{margin-top: 3em;}
  .iframe-video-content{height: 73vh;}
  .sale-gallery-video-section iframe {
    height: 95%;
    top: 1%;
  }
  .flex-control{display: inherit;}
  .location-sale-pro .second-flex{float: left;}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .top-header{display: block;padding: 10px 0;}
  .middle-header{background-color: rgba(0, 0, 0, 0.5);height: 68px;}
  .navbar-default .navbar-nav>li>a{color: white}
  #navbar-brand-img{
   margin:-63px 0 0 0;
   width: 120px;
  }
 .header-nav-link{
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
  /* Customize submenu */
  .project-dropdown-content {
    width: 106%;
  }
  .dropdown-menu>li>a{
    padding: 5px 0px 11px 10px;
  }
  .navbar-right .dropdown-menu{
    right: -5px;
  }
  /* End customize submenu */
  .title,.title-no-center{font-size: 36px;}
  .welcome-text {font-size: 50px;}
  .footer-map {height: 550px;}

  /* start scroll top */
  .btnScrollTop{
    width:60px;
    height:60px;
    bottom: 30px;
    left: 30px;
  }
  .fa-scroll-top {
    margin: -7px 10px;
    font-size: 62px;
  }
  /* end scroll top */

  /* start footer style */
  .footer-top-head{padding: 40px !important}
  .col-footer{padding-right: inherit}
  .col-footer-pro{ width: 16.66666667%; }
  .col-footer-media { width: 13%; }
  .col-footer-logo{padding:inherit}
  .footer-title{
    font-size: 18px;
    margin: 15px 0;
  }
  .footer-li{
    font-size: 14px;
    line-height: 28px;
  }
  .orkide-logo-footer{
    width: 220px;
    bottom: 38px;
    left: 44px;
  }
  .split-footer{
    width: 87%;
    border-width: 2px;
  }
  .footer-contact-info{font-size: 14px}
  .fa-footer{
    width: 25px;
    margin-left: 13px;
  }
  .fa-contact{
    font-size: 20px;
    margin-right: 13px;
    margin-left: inherit;
  }
  .footer-mail,.footer-mail-text{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer-tools{display: none;}
  /*end footer style */
  .icon-divider{
    width: 88px;
    height: 88px;
  }
  .sec-separator {min-height: 60px !important;}
  .sec-separator.default{min-height: 134px !important;}
  .sec-separator-white{margin-top: 4em;}
  .pro-info-right-side{padding-left: 0;}
  .video-content{
    width: 80%;
    margin-top: 44px;
    margin-bottom: 44px;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
  }
  .iframe-video-content{height: 100%;}
  .sale-gallery-video-section{width: 80%}
  .sale-gallery-video-section iframe{height: 80%;top: 8%}
  .flex-control{display: inherit;}
  /* location */
  .location-text{font-size: 23px;}
  .icon-divider-custom{bottom: 43px;}
  .location-sale-pro img{width: 100%}
  .location-sale-pro .loc-sub-title{
    font-size: 24px;
  }
  .location-sale-pro .fa{
    font-size: 28px;
    margin-top: 16px;
  }
  .location-sale-pro img{
    margin-top: 22px;
  }
  /*end location */
}