body{
  background: #3299CC;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.navbar-inverse{
  padding-top: 15px;
  font-weight: 700;
  background: transparent;
  border:0;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

#nav-top.navbar-bg{
  padding-top: 0;
  background: #3299CC !important;
  box-shadow: 0 3px 4px rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-brand {
  color: #ddd;
}
.img-b{
  position: relative; top: -10px;
}
.text-b{
  position: relative; top: -8px;
}

#nav-top.navbar-bg .img-b{
  position: relative; top: -12px;
}
#nav-top.navbar-bg .text-b{
  position: relative; top: -12px;
}
.text-b span{
  color: #fff
}
.text-b small{
  font-size: 12px;
}
.navbar-inverse .navbar-nav>li>a{
  color: #fff;
}
.team > li {
margin: 0 2%;
font-size: 14px;
}

.navbar-toggle .icon-bar{
  border-radius: 0;
  height: 3px;
}

.navbar-toggle{
  border: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent !important;
}
.cls-nav{
  display: none;
}

.btn-group-home .btn{
   min-width: 180px;
   padding-top: 15px;
   padding-bottom: 15px;
  letter-spacing: 1px;
}
.btn-group-home .btn:first-child{
  border-radius: 30px 0 0 30px;
}
.btn-group-home .btn:last-child{
  border-radius:  0 30px 30px 0;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
  background-color: rgba(0,0,0,0.2);
}

.content{
  background: rgb(239, 239, 239);
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.header-page{
  padding-top: 140px;
  padding-bottom: 20px;
  background: url(../img/nyc_skyline2.jpg)  center;
  background-size: cover;
   position: relative;
   color: #fff;
}

.form-contact .form-control{
  min-height: 40px;
  border: 2px solid #ddd;
}

@media (max-width: 400px) {
  .text-b{
    font-size: 15px;
  }
  .btn-group-home .btn{
    min-width: 130px;
    font-size: 14px;
  }
  #submit-contact{
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-collapse.open{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    background: rgba(0,0,0,0.9);
    z-index: 1000;
    overflow: auto;
    display: block;;
    max-height: 100% !important;
    padding: 20px;
    margin: 0 !important;
  }

  .close-menu{
    color: #fff !important;
    background: transparent;
    margin-bottom: 10px;
  }


  .cls-nav{
    border-bottom: 1px dashed rgba(255,255,255,0.3);
    margin-bottom: 10px;
    display: block;
  }
  .cls-nav span{
    margin-top: 10px; display: inline-block; color: #ddd
  }
}


.carousel-control.right, .carousel-control.left{
  background: none !important;
}

.carousel-caption{
  background: rgba(0,0,0,0.2);
}

.main-menu ul li.active a, .main-menu ul li a:hover{
  color: #000;
}



/*Footer*/
.main-footer{
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
  letter-spacing: 3px;
  background: url(../img/cartographer.png);
  color: #fff;
  padding-bottom:20px
}
.main-footer ul{
  margin-bottom: 20px;
}
.main-footer ul a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}




/*//home*/
.home-content{
  background: url('../img/nyc.jpeg') center; background-size: cover; position: relative; height: 100vh; min-height: 450px;
}
.home-content h1{
  font-weight: 700; font-size: 40px
}
.home-content h4{
  letter-spacing: 1px; font-weight: 300
}
.home-fkbg{
  background: rgba(0,0,0,0.4); position: absolute; width: 100%; height: 100%; left:0; top:0
}
.home-inner-content{
  color: #fff; position: absolute; left: 0; top: 50%; width: 100%; text-align: center;     -webkit-transform: translate(0, -50%);     transform: translate(0, -50%);
}
.mt10{
  margin-top: 10px
}


/*testimonial*/
.testimoni{
  padding-top: 30px;
  padding-bottom: 60px;
}

.box-testi{
  max-width: 450px;
  margin: 15px auto;
}

.box-testi .boxed{
  border: 1px solid #3299CC;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}

.box-testi .boxed:after{
  content: "";
  position: absolute;
  bottom: -15px;
  right: 10px;
  border-right: 15px solid transparent;
  border-top: 15px solid #3299CC;
}

#carousel-01{
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.box-testi .name{
  padding-right: 15px;
  padding-top: 10px;
}

.ratting{
  color: #5cb85c;
}
.arr{
  position: absolute;
  z-index: 200;
  border-radius: 30px;
  background: #3299CC;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  margin-top: -30px;
}
.arr.left{
  left: 0; top: 50%
}
.arr.right{
  right: 0; top: 50%
}

@media (max-width: 560px) {
  .box-testi .boxed{
    margin-left: 40px;
    margin-right: 40px;
  }
}


/*lisiting*/

.prop-type-title{
  overflow: hidden;
  margin-bottom: 25px;
}
.prop-type-title span{
  position: relative;
  padding-right: 20px;


  display: inline-block;

}
.prop-type-title span:after{
  content: "";
  position: absolute;
  height: 1px ;
  background: red;
  border-top: 2px solid #ddd;
  left: 100%;
  width: 90000px;
  top: 50%;
}

.box-item{
  margin-bottom: 30px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.box-item a{
  text-decoration: none;
  color: #333;
}
.box-item .desc{
  padding: 15px;
  background: #fff;
}
.box-item ul{
  margin-bottom: 0;
}

.box-item ul i{
  margin-right: 3px;
}

.box-item h4{
  margin-top: 0;
}

.img-hold{
  position: relative;
}
.img-caption{
  position: absolute;
  top: 0;
  color: #fff;
  left: 0;
  right: 0;
  padding: 5px;
  z-index: 10;
}

.bg-primary{
  background: #3299CC;
}
.goto-details{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.goto-details span{
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  font-weight: 300;
  text-align: right;
  padding: 10px;
  font-size: 16px;
}
.box-item a:hover .goto-details{
  opacity: 1;
}


/*detail item*/
.prop-type-title{
  overflow: hidden;
  margin-bottom: 25px;
}
.prop-type-title span{
  position: relative;
  padding-right: 20px;
  display: inline-block;

}
.prop-type-title span:after{
  content: "";
  position: absolute;
  height: 1px ;
  background: red;
  border-top: 2px solid #ddd;
  left: 100%;
  width: 90000px;
  top: 50%;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


label.error{

  color: red;
  padding: 2px 5px;
  font-size: 12px;
  letter-spacing: 1px;

}
