/*  COLUMN RESPONSIVE SODE\*/
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
      width: 20%;
      float: left;
  }


}
@media (min-width: 992px) {
  .col-md-15 {
      width: 20%;
      float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
      width: 20%;
      float: left;
  }
}
/*  / COLUMN RESPONSIVE SODE\*/

@media (max-width: 768px) {
  .navbrand-inner-div{
      margin-bottom: 30px;
  }
  .slider1,.slider2,.slider3,.slider4,.slider5{
    display: block;
  }
  .social_connect{
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .social_connect ul,.social_connect ul li{
    display: inline-block;
  }

  .other-inner-div{
    margin-bottom: 30px;
  }
  .home-inner-div{
    margin-bottom: 30px;
  }
  .support-inner-div{
    margin-top: 50px;
  }
  .welcome{
    width: 100%;
    height: 350px;
  }
  .welcome{
    width: 100%;
    height: auto !important;
  }

  .slider1{
    position: relative;
    top: 50px;
  }
  .Copyright{
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .kitchen-work-desc,.other-interior-desc,.building-design-desc,.Commertial-desc,.threed-pre-vz-desc{
    /*position: relative;
    left: 25px;*/
  }
  .gallery-aside{
    /*position: relative;
    right: 19px;*/
  }
  .nav-desc{
    position: relative !important;
    left: 4px !important;
  }
  .float-right{
    float: right;
  }
  .welcome{
    overflow:visible !important;
  }
  .gallery-aside ul li{
    display: inline-block !important;
    width: auto !important;
  }
  .gallery-aside ul li{
    margin-right: 15px;
  }
  .gallery-aside ul li a{
    padding-right: 10px;
    padding-left: 10px;
  }
  .album-active{
    display: block;
  }
  .welcome-desc p{
    font-size: 17px;
  }
  .map{
    width: 100%;
    height: auto;
    position: relative;
    top: -20px;
  }
  .height-auto{
    height: auto !important;
  }
  .pull-album-block{
    margin-left: 0px !important;
    margin-right: 50px;
  }
  .gallery-aside ul li{
    width: 49% !important;
    margin: 0 !important;
    margin-top: 3px !important;
    display: inline-block !important;
  }
}

@media (max-width: 992px) {
  p{
    font-size: 12px;
  }
  .nav-desc{
    width: 100%;
    position: relative;
    left: -14px;
    font-size: 12px;
  }
  .nav-desc-top{

  }
}
