*{margin:0;padding:0;outline:none;}

body{

  margin:0px;

  padding:0px;

  color: #3c3a4f;

  box-sizing:border-box;

  font-family: 'Open Sans', sans-serif !important;

}

html{width:100%;height:100%;}

html,

body{height:100%;}

#wrapper .ht1{font-size:36px;margin:10px 0px;}

#wrapper .ht2{font-size:30px;margin:10px 0px;}

#wrapper .ht3{font-size:24px;margin:10px 0px;}

#wrapper .ht4{font-size:20px;margin:10px 0px;}

#wrapper .ht5{font-size:17px;margin:10px 0px;}

#wrapper .ht6{font-size:14px;margin:10px 0px;}

#wrapper a:focus,

#wrapper a:hover{text-decoration:none;}

.clear{margin:0px;padding:0px;clear:both;}

#wrapper p{font-size:17px;letter-spacing:0.6px;color:#333;}

#wrapper .t10{font-size: 10px;}

#wrapper .t11{font-size: 11px;}

#wrapper .t12{font-size: 12px;}

#wrapper .t13{font-size: 13px;}

#wrapper .t14{font-size: 14px;}

#wrapper .t15{font-size: 15px;}

#wrapper .t16{font-size: 16px;}

#wrapper .t17{font-size: 17px;}

#wrapper .t18{font-size: 18px;}

#wrapper .t20{font-size: 20px;}

#wrapper .t22{font-size: 22px;}

#wrapper .t24{font-size: 24px;}

#wrapper .t28{font-size: 28px;}

#wrapper .t30{font-size: 30px;}

#wrapper .t34{font-size: 34px;}

#wrapper .t36{font-size: 36px;}

#wrapper .t40{font-size: 40px;}

#wrapper .l10{line-height: 10px;}

#wrapper .l12{line-height: 12px;}

#wrapper .l14{line-height: 14px;}

#wrapper .l16{line-height: 16px;}

#wrapper .l18{line-height: 18px;}

#wrapper .l20{line-height: 20px;}

#wrapper .l24{line-height: 24px;}

#wrapper .l28{line-height: 28px;}

#wrapper .l30{line-height: 30px;}

#wrapper .l36{line-height: 36px;}

#wrapper .l40{line-height: 40px;}

#wrapper .btn.active.focus, 

#wrapper .btn.active:focus, 

#wrapper .btn.focus, 

#wrapper .btn:active.focus, 

#wrapper .btn:active:focus, 

#wrapper .btn:focus {

    outline: 0px auto -webkit-focus-ring-color;

    outline-offset: 0px;

}

#wrapper .marg0{

  margin: 0px;

}

#wrapper .margL{

  margin-left: 0px;

}

#wrapper .margR{

  margin-right: 0px;

}

#wrapper .margT{

  margin-top: 0px;

}

#wrapper .margB{

  margin-bottom: 0px;

}

#wrapper .padd0{

	padding: 0px;

}

#wrapper .paddL{

	padding-left: 0px;

}

#wrapper .paddR{

	padding-right: 0px;

}

#wrapper .paddT{

  padding-top: 0px;

}

#wrapper .paddB{

  padding-bottom: 0px;

}

#wrapper .textUpper{

  text-transform: uppercase;

}

.light{

  font-weight: 300;

}

.normal{

  font-weight: 400;

}

.bold{

  font-weight: 600;

}

.bolder{

  font-weight: 700;

}

#wrapper .bg-grey{

  background-color: #f3f3f3;

}

#wrapper .bg-light{

  background-color: #f9f9f9;

}

#wrapper .bg-white{

  background-color: #fff;

}

#wrapper .bg-yel{

  background-color: #d4ae62;

}

#wrapper .bg-why{

  background-color: rgba(60, 58, 79, 1);

}

#wrapper .white{

  color: #fff;

}

#wrapper .yel{

  color: #d4ae62;

}

#wrapper .pink-dark{

  color: #673ab7;

}

#wrapper .pink{

  color: #9c27b0;

}

#wrapper .why{

  color: rgba(60, 58, 79, 1);

}

#wrapper .grey{

  color: #999;

}

#wrapper .grey2{

  color: #777;

}

#wrapper .grey3{

  color: #666;

}

#wrapper .grey4{

  color: #444;

}

#wrapper .black{

  color: #000;

}

#wrapper .black2{

  color: #222;

}

#wrapper .black3{

  color: #333;

}

#wrapper .green{

  color: #4CAF50;

}



#wrapper .btn-yel{

    display: block;
    border-radius: 30px;
    color: #ffffff;
    background-color: #970404;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    width: 300px;
    /*margin: 10px auto 10px auto;*/

}




#wrapper .btn-why{

    color: #fff;

    background-color: rgba(60, 58, 79, 1);

    border-color: rgba(60, 58, 79, 1);

}

#wrapper .btn-why:hover{

    color: #fff;

    background-color: rgba(60, 58, 79, 0.77);

    border-color: rgba(60, 58, 79, 0.77);

}

#wrapper .btn-yel2{

    color: #d4ae62;

    border-color: #d4ae62;

}

#wrapper .btn-yel2:hover{

    color: #fff;

    background-color: #af8738;

    border-color: #af8738;

}

#wrapper .btn-why2{

    color: rgba(60, 58, 79, 1);

    border-color: rgba(60, 58, 79, 1);

}

#wrapper .btn-why2:hover{

    color: #fff;

    background-color: rgba(60, 58, 79, 0.77);

    border-color: rgba(60, 58, 79, 0.77);

}



#wrapper .btn-green{

    padding: 7px 20px;

    color: #79b530;

    border-color: #79b530;  

    transition: all 0.4s;

}

#wrapper .btn-green:hover{

    padding: 7px 20px;

    color: #fff;

    border-color: #79b530;  

    background-color: #79b530;

}

#wrapper .btn-white{

    padding: 7px 20px;

    color: #b3b3b3;

    border-color: #b3b3b3;  

    transition: all 0.4s;

}

#wrapper .btn-white:hover{

    padding: 7px 20px;

    color: #444;

    border-color: #b3b3b3;  

    background-color: #b3b3b3;

}

#wrapper .martT51{

  margin-top: 51px;

}



#wrapper{

	margin: 0px;

	padding: 0px;

	display: block;

	position: relative;

}

#wrapper .container{

  max-width: ;

}





#header{

	display: block;

  position: relative;

  z-index: 9;

  min-height: 72px;

}

#header .logo{

  padding: 0px 15px;

  line-height: 50px;

}

#header .logo img{

  float: left;

  width: 200px;

}

#header .logo span{

  margin-left: 10px;

  color: #d3ae63;

}

#header .logo .cin{

  color: #3c3a4f;

  margin-left: 0;

}

#header .menubar{

  display: block;

  padding: 10px 0;

  margin: 0px auto 0;

  min-height: 50px;

  background-color: rgba(255, 255, 255, 0.99);

  border-color: #FFF;

  transition: all 0.4s;

  border-radius: 0px;

  box-shadow: 0px 4px 2px -2px #eee;*/

}

.elementor-size-default{text-align: center;}

.elementor-size-default h4{color:#303030 !important; font-size: 21px;font-weight: bold;}

.elementor-size-default h3{color:#f7dc10 !important; font-size: 27px;font-weight: bold;}

.elementor-size-default h1{color:#871f78 !important; font-size: 19px;font-weight: bold;}

.elementor-size-default h2{color:#871f78 !important; font-size: 27px;font-weight: bold;}

.elementor-size-default p strong{color:#303030 !important; font-size: 15px;font-weight: 700;}

.join_program h2,.heading {

    display: block;

    color: #871f78 !important;

    font-size: 40px;

    line-height: 40px;

    font-weight: bold;

    text-transform: uppercase;

    text-align: center;

}

.join_program h3 {

    display: block;

    color: #303030;

    font-size: 21px;

    line-height: 40px;

    font-weight: 600;

}

.join_program ul li {

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 5px;

    color: #222;

    margin-left: 25px;

}

#header .menubar .nav>li>a {

  position: relative;

  display: block;

  padding: 15px 20px;

  font-size: 13px;

  font-weight: 400;

  color: #871f78;

  font-weight: 700;

  transition: all 0.4s;

  text-transform: uppercase;

  letter-spacing: 1px;

}

#header .menubar .nav>li>a:hover,

#header .menubar .nav>li>a:focus{

  color: #d3ae63;

}

#header .menubar .nav .lst{

  padding: 8px 11px 0; 

}

#header .menubar .dropdown-menu{

  margin: 0px;

  padding: 0px;

}

#header .menubar .dropdown-menu>li{

  margin: 0px;

}

#header .menubar .dropdown-menu>li>a {

  padding: 11px 15px;

  font-size: 15px;

}

#header .menubar .dropdown-menu>li>a:hover{

  color: #d3ae63;

}

#header .menubar .navbar-nav>.open>a, 

#header .menubar .navbar-nav>.open>a:focus, 

#header .menubar .navbar-nav>.open>a:hover {

  color: #d3ae63;

  background-color: transparent;

}



#header .topsidnav{

  display: block;

  margin: 0px;

  background-color: rgba(247, 247, 247, 0.6);

}

#header .topsidnav .nav>li>a {

  position: relative;

  display: block;

  padding: 10px 15px;

  font-size: 13px;

  font-weight: 400;

  color: #3c3a4f;

  transition: all 0.4s;

  text-transform: uppercase;

  letter-spacing: 1px;

}

#header .topsidnav .nav>li>a:hover,

#header .topsidnav .nav>li>a:focus{

  color: #d3ae63;

}







#wrapper .sliderpanel{

  display: block;

  padding: 10px 0 20px;

  text-align: center; 

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

}

#wrapper .sliderpanel .ht1{

  font-size: 40px;

  color: #3c3a4e;

  margin-top: 50px;

  margin-bottom: 20px;

}

#wrapper .sliderpanel p{

  color: #3c3a4e;

}





.testimonial1{

    margin: 10px 10px;

    position: relative;

}



.testimonial{

    padding: 20px 20px 20px 90px;

    margin: 10px 20px 50px 55px;

    border-left: 2px solid #ae483a;

    position: relative;

}



.testimonial:after{

    content: "";

    border-bottom: 25px solid #ae483a;

    border-left: 25px solid transparent;

    border-right: 25px solid transparent;

    position: absolute;

    bottom: -24px;

    left: -26px;

}



.testimonial .pic{

    width: 100px;

    height: 100px;

    border-radius: 50%;

    border: 2px solid #ae483a;

    overflow: hidden;

    position: absolute;

    top: 0;

    left: -50px;

}



.testimonial .pic img{

    width: 100%;

    height: auto;

}



.testimonial .title{

    font-size: 22px;

    font-weight: 600;

    color: #71334a;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin: 0 0 7px 0;

}



.testimonial .post{

    display: block;

    font-size: 15px;

    color: #ae483a;

    text-transform: capitalize;

}



.testimonial .description{

    font-size: 15px;

    color: #ab9c99;

    line-height: 28px;

}



.owl-theme .owl-controls{ margin-top: 10px; }



.owl-theme .owl-controls .owl-page span{

    width: 35px;

    height: 15px;

    border-radius: 0;

    background: #71334a;

    opacity: 0.8;

    transition: all 0.3s ease 0s;

}



.owl-theme .owl-controls .owl-page.active span{

    width: 15px;

    height: 15px;

    border-radius: 50%;

    background: #ae483a;

}

.sliderpanel.sectionone{background:#0a1821;}

.sliderpanel.sectiontwo{background:#f7dc10;}

.sliderpanel.sectionthree{background:#0a1821;}



@media only screen and (max-width: 479px){

    .testimonial{

        padding: 20px 0 20px 60px;

        margin: 10px 20px 50px 50px;

    }

    .testimonial .title{ font-size: 20px; }

}

@media only screen and (max-width: 479px){

    .testimonial{

        padding: 20px 0 20px 60px;

        margin: 10px 20px 50px 50px;

    }

    .testimonial .title{ font-size: 20px; }

}

@media (min-width:0px) and (max-width:767px){

.sliderpanel.sectionone{background:transparent;}



.elementor-icon-box-content:before {

    content: "\f005";

    font-family: FontAwesome;

     color: #f7dc10;

    font-size: 35px;

    margin-right: 10px;

        display: block;

        float: left;



 }

.elementor-icon-box-title h3 {

    color: #f7dc10;

    font-size: 17px!important;

    line-height: 30px !important;

    font-weight: 700;

    text-transform: uppercase;

 }

.elementor-icon-box-title p {

    margin-left: 5px;

    color: #fff!important;

    font-size: 17px !important;

}

.join_program h2, .heading {

    display: block;

    color: #871f78 !important;

    font-size: 21px;

    line-height: 30px !important;

    font-weight: bold;

    text-transform: uppercase;

    text-align: center;

}



}

.panel{background: transparent;}
.checkout_nav img{width:200px;height:auto}
/*.checkout_nav{margin-left: 20%;}*/

.checkout_nav h1{font-size: 27px;line-height: 42px;color: #871f78;font-weight: bold;margin-top: 10px;}

.checkout_order ul{font-size: 17px;list-style: none;color: #fff;font-weight: 700; letter-spacing: 1px;}

.checkout_order ul li{margin-bottom: 10px;}

.checkout{background: #000;padding: 20px 0;}

@media (min-width:0px) and (max-width:767px){


 .checkout_order.pull-right {
    float: left !important;
}

.checkout_nav h1{font-size: 21px;font-weight: bold;}

.checkout_order ul{margin-left: 10% !important; width:100%;font-size: 15px;list-style: none;color: #fff;font-weight: 700;}

}





.thm-bg-clr, .search-box {

    background-color: #f7dc10;

}

.buttonfooter{margin-top: 50px;text-align: center;}

.footerpanel a,.footerpanel a:hover{color:#fff;}

.top-container{float:left !important;margin-top:20%;}

.top-container h2{font-size: 37px; color:#871f78;margin-bottom: 20px;font-weight: bold;}

.top-container h3{font-size: 31px; color:#f7dc10;margin-left: 0; margin-bottom: 20px;font-weight: bold;line-height:37px; }

.top-container p{font-size: 21px; color:#f7dc10; margin-bottom: 20px;font-weight: bold;line-height:27px; }



.btn-one {

    color: #ffffff !important;

    font-size: 14px;

    line-height: 14px;

    font-weight: 600;

    display: inline-block;

    padding: 20px 90px;

    text-transform: uppercase;

    font-family: 'Poppins', sans-serif;

    transition: all 500ms ease;

    position: relative;

    border-radius: 3px;

}



.buyrentform{

    width: 100%;

    margin: auto;

    padding: 10px 20px;

    box-sizing: border-box;

    border-radius: 5px;

    position: relative;

    z-index: 4;

    margin-bottom: 55px;

    padding-top: 45px;

}

.elementor-icon-box-content:before {

    content: "\f005";

    font-family: FontAwesome;

     color: #f7dc10;

    font-size: 35px;

    margin-right: 10px;

    float: left;



 }

.elementor-icon-box-title h3{

    color: #f7dc10;

    font-size: 27px;

    line-height: 40px;

    font-weight: bold;

    text-transform: uppercase;

    margin: 5px;

}

.vv{color:#f7dc10 !important;font-weight: bold!important;}

.elementor-icon-box-content{margin-bottom: 5px;}

.elementor-icon-box-title p{margin-left: 5px;color:#fff!important;font-size: 19px;}



 .card {

  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

  transition: 0.3s;

  border-radius: 5px;

  background-color: #fff !important;

  padding: 20px 0 10px;

  margin-bottom: 15px;

}

@media (min-width:0px) and (max-width:767px){

  .video-wrapper.videopanle{display: none;margin-bottom: 0;}

}



.card:hover {

  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);

}



.container1 {

  padding: 20px 16px;

}



.panel-title {

    margin-top: 12px !important;

    margin-bottom: 12px !important;

    font-size: 16px !important;

    color: #3c3a4f !important;

}

.panel-group .panel {

    margin-bottom: 10px !important;

    border-radius: 0px !important;

}

.panel-default {

    border-color: #ddd !important;

}

#wrapper .buyrentform .ht4{

  margin-top: 1px;

   margin-bottom: 40px;

  font-weight: 400;

  font-size: 32px;

  letter-spacing: 0.8px;

  text-align: center !important; 

  text-shadow: 0px 1px 1px #111;

}

.buyrentform .nav-tabs{

  margin: auto;

  border: none;

}

.buyrentform .nav-tabs>li>a {

  background: rgba(60, 58, 79, 1);

    display: inline-block;

    width: 145px;

    padding: 13px 0;

    margin-right: 5px;

    line-height: normal;

    font-size: 16px;

    text-align: center;

    border-radius: 3px 3px 0 0;

    cursor: pointer;

    letter-spacing: 0.6px;

    text-decoration: none;

    color: #fff;

    position: relative;

    border: none;

    -webkit-transition: background-color 0.3s ease;

    -moz-transition: background-color 0.3s ease;

    -o-transition: background-color 0.3s ease;

    -ms-transition: background-color 0.3s ease;

    transition: background-color 0.3s ease;

}

.buyrentform .nav-tabs>li.active>a:before {

  pointer-events: none;

  position: absolute;

  z-index: 3;

  content: '';

  border-style: solid;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-property: transform;

  transition-property: transform;

  left: calc(50% - 10px);

  bottom: 0;

  border-width: 0 10px 10px 10px;

  border-color: transparent transparent #fff transparent;

}



.buyrentform .nav-tabs>li a:hover,

.buyrentform .nav-tabs>li a:focus {

    color: #fff;

    background-color: rgba(60, 58, 79, 0.5);

    border: none;

}

.buyrentform .nav-tabs>li.active>a, 

.buyrentform .nav-tabs>li.active>a:focus, 

.buyrentform .nav-tabs>li.active>a:hover {

    color: #fff;

    background-color:#d4ae62;

    border: none;

}

.buyrentform .tab-content{

  padding: 0;

  border: none;

}

.searchpanel{

  display: block;

  position: relative;

}

.searchpanel .inputbox {

  min-width: 190px;

  height: 47px;

  font-size: 15px;

  color: #3c3a4e;

  font-weight: 600;

  padding: 5px 20px;

  border-radius: 0px;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  box-shadow: none;

  border: none;

  background-color: rgba(255,255,255, 0.87);

  border: solid 1px rgb(234, 234, 234);

  border-right: none;

}

#wrapper .searchpanel .input-group-btn:nth-child(1) .inputbox{

  border-bottom-left-radius: 3px;

}

#wrapper .searchpanel .input-group-btn:nth-last-child(1){

  border-top-right-radius: 3px;

  border-bottom-right-radius: 3px;

}

.searchpanel .input-group-btn:nth-child(4) .inputbox{

  border-right: none;

}

.searchpanel .input-group-btn{

  position: relative;

}

.searchpanel .input-group-btn .cart{

  position: absolute;

  background-image: url('../images/arrowD.png');

  background-repeat: no-repeat;

  background-size: 15px;

  width: 15px;

  height: 15px;

  z-index: 99;

  right: 15px;

  top: 21px;

  border-top-right-radius: 3px;

  border-bottom-right-radius: 3px;

}

.searchpanel .searchDiv{

  background-color: rgba(255,255,255, 0.7);

  padding: 2px;

  border: solid 1px rgb(234, 234, 234);

}

#wrapper .searchpanel .searchBtn{

  border-radius: 4px;

  padding: 9px 24px;

  font-size: 15px;

  margin: 0px;

  font-weight: 400;

  letter-spacing: 0.6px;

}

#wrapper .searchpanel .inputbox:focus {

    border-color: #f3f3f3;

    outline: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

}

#wrapper .hvr-rectangle-out {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px transparent;

  position: relative;

  background: #e1e1e1;

  -webkit-transition-property: color;

  transition-property: color;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

}

#wrapper .hvr-rectangle-out:before {

  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #ad812a;

  -webkit-transform: scale(0);

  transform: scale(0);

  -webkit-transition-property: transform;

  transition-property: transform;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;

}

#wrapper .hvr-rectangle-out:hover, 

#wrapper .hvr-rectangle-out:focus, 

#wrapper .hvr-rectangle-out:active {

  color: white;

}

#wrapper .hvr-rectangle-out:hover:before, 

#wrapper .hvr-rectangle-out:focus:before, 

#wrapper .hvr-rectangle-out:active:before {

  -webkit-transform: scale(1);

  transform: scale(1);

}

#wrapper .smbtn{

  padding: 5px 20px;

  min-width: 180px;

}





.sectionpanel{

  width: 100%;

  padding: 40px 0;

  display: block;

  position: relative;

}





.listFeature{

  display: inline-block;

  width: 100%;

  padding: 25px 0 0 !important;

}

.listFeature li{

  padding: 0 2px;

}

.listFeature .panel{

  padding: 0px;

  border: none;

    display: inline-block;

    width: 100%;

    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);

    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);  

}

.listFeature .panel-body{

  width: 100%;

  height: 260px;

  background-position: center;

  background-size: cover;

}

.listFeature .panel-footer{

  padding: 5px 15px;

  min-height: 115px;

  background-color: #fff;

}

#wrapper .listFeature .inr{

  max-width: 15px;

  display: inline-block;

}

.listFeature .htd{

  font-size: 20px;

  color: #333;

  margin: 5px 0 10px;

  padding: 0px;

}

.listFeature .smt{

  display: inline-block;

  width: 100%;

  font-size: 13px;

  color: #777;

}





#wrapper .SlideThum .owl-nav{

    display: block !important;

} 



.owl-carousel {

    margin: 0;

}



.owl-carousel .owl-nav [class*=owl-] {

  color: #ddd;

  font-size: 15px;

  width: 40px;

  height: 40px;

  background-color: #fff;

  line-height: 40px;

  top: 40%;

  border-radius: 50%;

  text-align: center;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border: solid 1px #eee;

}

.owl-carousel .owl-nav [class*=owl-]:hover {

  color: #d5ae62;

}



.owl-carousel .owl-prev,

.owl-carousel .owl-next {

    position: absolute;

    top: 10px;

    height: 30px;

    margin: auto !important;

}

#wrapper .owl-prev {

    left:-42px;

}

#wrapper .owl-next {

    right:-42px;

}



.owl-carousel .owl-dots {

    display: none !important;

}









.FeaturedProperty{

  display: block;

  padding: 45px 0;

}

.FeaturedProperty .listimgbox .imgbox{

  margin-bottom: 9px;

  position: relative;

  overflow: hidden;

  display: inline-block;

  width: 100%;

  float: left;

}

.FeaturedProperty .listimgbox .padd{

  padding: 0 5px; 

}

.FeaturedProperty .listimgbox .imgbox .imgdiv{

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

    -webkit-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out;

}

.FeaturedProperty .listimgbox .imgbox:hover .imgdiv{

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

}

.FeaturedProperty .tabBox{

  text-align: center;

  margin-bottom: 27px;

}

.FeaturedProperty .tabBox li a{

  font-size: 20px;

  color: #777;

  font-weight: 300;

}

.FeaturedProperty .tabBox .active a{

  color: #d5ae62;

}

.FeaturedProperty .tabBox li a{

  border-right: solid 2px #ddd;

  padding-right: 11px;

}

.FeaturedProperty .tabBox li:nth-child(2) a{

  border-right: none; 

}

.FeaturedProperty .listimgbox .one .imgdiv{

  display: block;

  height: 400px;

  padding-top: 30px;

}

.FeaturedProperty .listimgbox .two .imgdiv{

  display: block;

  height: 140px;

}

.FeaturedProperty .listimgbox .three .imgdiv{

  display: block;

  height: 240px;

}

.FeaturedProperty .listimgbox .four .imgdiv{

  display: block;

  height: 300px;

}

.FeaturedProperty .listimgbox .five .imgdiv{

  display: block;

  height: 300px;

}

.FeaturedProperty .listimgbox .litext{

  margin: 0px;

}

.FeaturedProperty .listimgbox .litext .li-title h3{

    color: #fff;

    font-size: 20px;

}

.FeaturedProperty .listimgbox .litext .li-title{

    color: #fff;

    position: relative;

    z-index: 1000;

    opacity: 1;

}

.FeaturedProperty .listimgbox li{

    z-index: 1;

    opacity: 0;

    -webkit-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out;

}

.FeaturedProperty .listimgbox .imgbox:hover li{

    opacity: 1;

    z-index: 998;

}

.FeaturedProperty .listimgbox .imgbox .textbox{

    z-index: 9;

}

.FeaturedProperty .listimgbox .imgbox:hover .litext{

    top: 10%;

    z-index: 9;

}

.FeaturedProperty .listimgbox .one:hover .litext{

    top: 20%;

    z-index: 9;

}

.FeaturedProperty .listimgbox .imgbox .textbox:before,

.FeaturedProperty .listimgbox .imgbox .textbox:after{

    pointer-events: none;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    content: '';

    opacity: 0;

    -webkit-transition: opacity .35s,-webkit-transform .35s;

    transition: opacity .35s,-webkit-transform .35s;

    transition: opacity .35s,transform .35s;

    transition: opacity .35s,transform .35s,-webkit-transform .35s;

    border-top: 1px solid #fff;

    border-bottom: 1px solid #fff;

    -webkit-transform: scale(0,1);

    transform: scale(0,1);  

    z-index: 99;

}

.FeaturedProperty .listimgbox .imgbox:hover .textbox:before,

.FeaturedProperty .listimgbox .imgbox:hover .textbox:after{

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

}

.FeaturedProperty .listimgbox .imgbox:hover .shadow {

    background: rgba(0,0,0,.7);

}

.FeaturedProperty .listimgbox .imgbox .shadow{

    position: absolute;

    width: 100%;

    height: 100%;

    background: 0 0;

    z-index: 9;

    left: 0;

    top: 0;

    -webkit-transition: background 1s ease-in-out;

    transition: background 1s ease-in-out;

}

.FeaturedProperty .listimgbox .litext{

    position: absolute;

    top: 40%;

    width: 100%;

    text-align: center;

    -webkit-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out;

}

.FeaturedProperty .listimgbox .litext li{

  color: #fff;

  font-weight: 300;

  font-size: 16px;

  padding: 5px 0;

}

.FeaturedProperty .listimgbox .two .litext li{

  padding: 2px 0;

}







#wrapper .heading {

  margin: 0;

  line-height: normal;

  color: #3c3a4f;

}

#wrapper .heading small,

#wrapper .heading small a{

 font-size: 13px;

 color: #d5ae62;

 display: block;

}





#wrapper .specialSection{

  display: block;

  text-align: center;

}

.specialSection .leftpanel{

  height: 400px;

  overflow: hidden;

  position: relative;

  display: block;

  background-size: cover;

  background-position: right;

  background-repeat: no-repeat;

}

.specialSection .rightpanel{

  height: 400px;

  overflow: hidden;

  position: relative;

  display: block;

  background-size: cover;

  background-position: left;

  background-repeat: no-repeat;

}

.specialSection .divbox{

  max-width: 100%;

  width: 100%;

  float: right;

  text-align: right;

  padding: 10px 60px 20px 60px;

  position: absolute;

  z-index: 2;

  left: 0;

  right: 0;

  bottom: 15px;

  background: rgba(0,0,0, 0);

  background: -webkit-linear-gradient(to right, rgba(0,0,0, 0), rgba(0,0,0, 0.5), rgba(0,0,0, 0));

  background: linear-gradient(to right, rgba(0,0,0, 0), rgba(0,0,0, 0.5), rgba(0,0,0, 0));

}

.specialSection .rightpanel .divbox{

  text-align: left;

  float: left;

}

#wrapper .specialSection .text-shadow{

  -webkit-text-shadow: 0px 2px 1px #111;

  text-shadow: 0px 2px 1px #111;

}

#wrapper .specialSection .divbox .ht4{

  color: #fff;

  font-weight: 300;

  margin-bottom: 15px;

}

#wrapper .specialSection .divbox p{

  color: #fff;

  font-weight: 300;

  letter-spacing: 0.3px;

}

#wrapper .specialSection .divbox .btninfo{

  margin-top: 0px;

  font-size: 20px;

  padding: 15px 40px;

  background-color: #fff;

  border-radius: 4px;

  font-weight: 500;

  color: #565b4e;

  display: block;

  text-align: center;

  border: none;

  color: #111;

  border: none;

  background: #fff;  /* fallback for old browsers */

  background: -webkit-linear-gradient(to right, #ccc, #fff);  /* Chrome 10-25, Safari 5.1-6 */

  background: linear-gradient(to right, #ccc, #fff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  background-size: 200% auto;

  transition: 0.4s all !important;

  -webkit-transition: 0.4s all !important;

  border: solid 4px #3c3a4e;

}

#wrapper .specialSection .divbox .btninfo:hover{

  color: #71ac41;

  background-position: right center;

}

#wrapper .specialSection .rightpanel .divbox .btninfo:hover{

  color: #1ca4e8;

}

#wrapper .specialSection .paddDive{

  padding: 15px;

  height: 100%;

  position: relative;

  background-color: #fff;

  border: solid 2px #eee;

}



.BuyRentSlid {

  z-index: 0;

  position: relative;

  display: inline-block;

  width: 100%;

  height: 100%;

  margin:auto;

  overflow: hidden;

}

.BuyRentSlid .slidimg{

  width: 100%;

  min-height: 600px;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  overflow: hidden;

}

.BuyRentSlid .slide1,

.BuyRentSlid .slide2,

.BuyRentSlid .slide3,

.BuyRentSlid .slide4,

.BuyRentSlid .slide5 {

  position: absolute;

  width: 100%;

  height: 100%;

}

.BuyRentSlid .slide1 {

      background-size: cover;

    animation:fade 10s infinite;

-webkit-animation:fade 10s infinite;

} 

.BuyRentSlid .slide2 {

      background-size: cover;

    animation:fade2 10s infinite;

-webkit-animation:fade2 10s infinite;

}

.BuyRentSlid .slide3 {

      background-size: cover;

    animation:fade3 10s infinite;

-webkit-animation:fade3 10s infinite;

}

@keyframes fade

{

  0%   {opacity:1}

  33.333% { opacity: 0}

  66.666% { opacity: 0}

  100% { opacity: 1}

}

@keyframes fade2

{

  0%   {opacity:0}

  33.333% { opacity: 1}

  66.666% { opacity: 0 }

  100% { opacity: 0}

}

@keyframes fade3

{

  0%   {opacity:0}

  33.333% { opacity: 0}

  66.666% { opacity: 1}

  100% { opacity: 0}

}

















.aspect-fx, 

.video-wrapper {

    position: relative;

    display: block;

    z-index: 1;

}

.aspect-fx > *, 

.video-wrapper > * {

    display: block;

    position: absolute;

    top: 100px;

    left: 0;

    width: 100%;

    height: 100%;

  

}



.a16-9::before, .video-wrapper::before {

    padding-top: 63.25%;

}

.aspect-fx::before, .video-wrapper::before {

    content: '';

    display: block;

}





.videopanle{

  display: block;

  position: relative;

  margin-top: 0px;

}

.videopanle #video{

  position: relative;

}

.videopanle .imgvideo{

  width: 100%;

  height: 350px;

  top: 0;

  position: absolute;

  z-index: 0;

}

#wrapper .videopanle .playIC{

  width: 150px;

  color: #fff;

  position: absolute;

  z-index: 2;

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  margin: auto;

  text-align: center;

  display: table;

  cursor: pointer;

}





#wrapper .dataInfopanel{

  display: block;

  background-color: #eee;

}

#wrapper .dataInfopanel .tabBox{

  margin: 0px;

}

#wrapper .dataInfopanel .tabBox li{

  padding: 0px;

  margin: 0px 0px 9px;

}

#wrapper .dataInfopanel .tabBox li a{

  padding: 9px 15px;

  font-size: 13px;

  background-color: #fff;

  color: #999;

  margin: 0px;

}

#wrapper .dataInfopanel .tabBox li.active a{

  background-color: #f7f7f7;

  color: #555;

}

.tabelDatapanel thead{

  background-color: #f7f7f7;

}

#wrapper .tabelDatapanel thead th{

  font-size: 13px;

  color: #535353;

  font-weight: 400;

  border-bottom: solid 1px #eee;

  vertical-align: middle;

}

.tabelDatapanel tbody {

  background-color: #fff;

}

#wrapper .tabelDatapanel tbody td{

  font-size: 13px;

  color: #666;

  vertical-align: middle;

  border-bottom: solid 1px #eee;

}

.tabelDatapanel thead th:first-child,

.tabelDatapanel tbody td:first-child{

  padding-left: 55px;

  text-align: left;

  width: 30%;

}

#wrapper .tabelDatapanel .contbtn{

  padding: 3px 15px;

  font-size: 13px;

  text-decoration: none;

  letter-spacing: 2px;

  transition: all 0.3s ease-in-out 0s;

  background-color: #e5e5e5;

  color: #777;

}

#wrapper .tabelDatapanel .contbtn:hover{

  color: #fff;

  background-color: #d1b248;

}



.RsIcon{

  background-image: url(../images/rupee.png);

  background-size: 8px;

  width: 14px;

  height: 17px;

  background-repeat: no-repeat;

  float: left;

  margin-top: 3px;

}





.moreInfoPanel{

  display: block;

  background-size: cover;

  background-repeat: no-repeat;

  background-attachment: fixed;

  background-position: center;

  position: relative;

}

#wrapper .moreInfoPanel:before{

  content: "";

  background-color: rgba(0,0,0, 0.87);

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  position: absolute;

  width: 100%;

  height: 100%;

  z-index: 0;

}

#wrapper .moreInfoPanel p{

  font-size: 13px;

  color: #fff;

  font-weight: 300;

  text-align: center;

}

.moreInfoPanel .listinfo{

  display: table;

  margin: 30px auto 20px;

}

.moreInfoPanel .listinfo li{

  text-align: center;

  padding: 7px 30px;

}

.moreInfoPanel .listinfo .count{

  display: block;

  color: #fff;

  font-size: 30px;

  font-weight: 300;

  color: #6b86cb;

}

.moreInfoPanel .listinfo li:nth-child(2n+2) .count{

  color: #36bac2;

}

.moreInfoPanel .listinfo .info{

  display: block;

  color: #fff;

  font-size: 16px;

  font-weight: 300;

}

.moreInfoPanel .contentView{

  position: relative;

  z-index: 9;

}

#wrapper .contactBtn{

  border-radius: 3px;

  min-width: 200px;

  max-width: 200px;

  font-size: 17px;

}



















.contactpanel{

  padding: 45px 0px;

  display: block;

}

.contactpanel .formbox{

  display: table;

  margin: 20px auto;

}

.contactpanel .formbox{

  display: table;

  margin: 20px auto;

}

.contactpanel .formbox .form-group{

  margin-right: 5px;

}

.contactpanel .formbox .form-control,

.contactpanel .formbox .inputSub{

  height: 45px;

}



.formbox label{

  font-weight: 600;

}

.formbox label sup{

  color: red;

}

.formbox select.form-control{

  height: 45px;

}

.formbox input.form-control{

  height: 45px;

}



.formbox .form-control{

  font-size: 17px;

  border-radius: 2px;

  box-shadow: none;

  background-color: #eee;

  border: solid 1px rgba(60, 58, 79, 0.1);

}

.formbox .inputSub{

  font-size: 17px;

  border-radius: 2px;

  min-width: 200px;

  max-width: 300px;

  line-height: normal;

  margin: auto;

}









.testimonialpanel{

  display: block;

}

.testimonialpanel .carousel {

  margin: 0 auto;

}

#wrapper .testimonialpanel .heading{

  margin-bottom: 20px;

}

.testimonialpanel #testiMonial{

  margin-top: 30px;

}

.testimonialpanel .carousel .item {

  color: #999;

  overflow: hidden;

  min-height: 120px;

  font-size: 13px;

}

.testimonialpanel .carousel .media {

  position: relative;

  padding: 0 0 0 20px;

}

.testimonialpanel .carousel .media img {

  width: 75px;

  height: 75px;

  display: block;

  border-radius: 50%;

}

.testimonialpanel .carousel .testimonial-wrapper {

  padding: 0 10px;

}

.testimonialpanel .carousel .testimonial {

    color: #808080;

    position: relative;

    padding: 15px;

    background: #f1f1f1;

    border: 1px solid #efefef;

    border-radius: 3px;

  margin-bottom: 15px;

}

.testimonialpanel .carousel .testimonial::after {

  content: "";

  width: 15px;

  height: 15px;

  display: block;

  background: #f1f1f1;

  border: 1px solid #efefef;

  border-width: 0 0 1px 1px;

  position: absolute;

  bottom: -8px;

  left: 46px;

  transform: rotateZ(-46deg);

}

.testimonialpanel .carousel .star-rating li {

  padding: 0 2px;

}

.testimonialpanel .carousel .star-rating i {

  font-size: 16px;

  color: #ffdc12;

}

.testimonialpanel .carousel .overview {

  padding: 3px 0 0 15px;

}

.testimonialpanel .carousel .overview .details {

  padding: 5px 0 8px;

}

.testimonialpanel .carousel .overview b {

  text-transform: uppercase;

  color: #1abc9c;

}

.testimonialpanel .carousel .carousel-indicators {

  bottom: -37px;

}

.testimonialpanel .carousel-indicators li, .testimonialpanel .carousel-indicators li.active {

  width: 18px;

    height: 18px;

  border-radius: 50%;

  margin: 1px 2px;

}

.testimonialpanel .carousel-indicators li { 

    background: #e2e2e2;

    border: 4px solid #fff;

}

.testimonialpanel .carousel-indicators li.active {

  color: #fff;

    background: #1abc9c;

    border: 5px double;    

}

.testimonialpanel .listtest{

  display: inline-block;

  width: 100%;

  padding: 5px;

  background-color: #fff;

}

.testimonialpanel .listtest li{

  padding: 5px;

}

.testimonialpanel .listtest .imgbox{

  margin: 0px;

}

.testimonialpanel .contBox{

  background-color: #eee;

  padding: 15px;

  height: 277px;

  text-align: center;

  overflow: auto;

}

#wrapper .testimonialpanel .contBox img{

  width: 40px;

  margin-bottom: 20px;

}

#wrapper .testimonialpanel .contBox p{

    font-size: 15px;

    line-height: 21px;

    padding: 0 20px;

    margin: 20px 0 25px;

    color: #333;

}

.testimonialpanel .carousel-control{

  color: #ddd;

  font-size: 15px;

  width: 40px;

  height: 40px;

  background-color: #fff;

  line-height: 40px;

  top: 40%;

  border-radius: 50%;

  text-align: center;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border: solid 1px #eee;

}

.testimonialpanel .carousel-control .glyphicon{

  font-size: 19px;

  margin: -15px;

  margin-top: -10px;

}

#wrapper .testimonialpanel .owl-prev{

  left: -50px;

}

#wrapper .testimonialpanel .owl-next{

  right: -50px;

}







.scrollToTop {

    width: 37px;

    height: 33px;

    line-height: 33px;

    text-align: center;

    background: rgba(0,0,0, 0.3);

    font-weight: bold;

    color: #fff;

    text-decoration: none;

    position: fixed;

    bottom: 50px;

    right: 20px;

    display: none;

    z-index: 999;

}

.scrollToTop:hover {

    background: #333;

    color: #fff;

}





.footerpanel{

  display: block;

  padding: 45px 0px 0px;

  background-color: #0a1821;

}



.socialMedia{

  display: block;

}

.socialMedia li a{

  width: 40px;

  height: 40px;

  text-align: center;

  line-height: 40px;

  border-radius: 50%;

  color: #666;

  background-color: #ddd;

  display: inline-block;

}

.continfo{

  display: block;

  margin: 20px 0 30px;

}

.continfo li{

  font-size: 15px;

  margin-top: 10px;

  color: #fff;

}

.continfo li .fa{ 

  color: #d3ae63;

}



.footerbottom{

  display: block;

  background: #0a1821;

  border-top: 1px solid #3c3e49;

  padding: 20px;

  text-align: center;

}

#wrapper .footerbottom p{

  font-size: 13px;

  margin: 0px;

  color: #ffffff;

}







/*   INNER CSS.  */







#wrapper .innersearchPanel{

  display: block;

  margin-top: 20px;

  margin-bottom: 15px;

  background-color: #eee;

  box-shadow: 0 1px 5px 0 rgba(0,0,0,.05), 0 1px 5px 0 rgba(0,0,0,.08);

}

.innersearchPanel .topDivInfo{

  background-color: #fff;

  padding: 12px 15px;

}

.innersearchPanel .mapBtn{

  border-radius: 0px;

  margin-top: -7px;

}

#wrapper .innersearchPanel .topDivInfo p{

  margin: 0px;

  color: #999;

  font-size: 15px;

  font-weight: 300;

  display: inline-block;

}

#wrapper .innersearchPanel .topDivInfo p strong{

  color: #222;

}

.innersearchPanel .searchpanel{

  margin: 0;

  padding: 10px;

}

#wrapper .innersearchPanel .searchpanel .input-group-btn:nth-child(1) .inputbox {

  border-bottom-left-radius: 0px;

}

.innersearchPanel .searchpanel .inputbox {

  min-width: 154px;

  height: 44px;

  font-size: 15px;

  color: #222;

  font-weight: 500;

}

.innersearchPanel .searchpanel .searchDiv {

  width: 173px;

  float: left;

}

#wrapper .innersearchPanel .searchpanel .searchBtn {

  border-radius: 0px;

  padding: 8px 30px; 

}

#wrapper .innersearchPanel .searchpanel .input-group-btn .cart{

  top: 17px;

}





.filterSecPanel{

  display: block;

  background-color: #f9f9f9;

}

#wrapper .filterSecPanel .fixedpanel{

  top: 51px;

}

.listViewProperty{

  display: block;

}

.listViewProperty .ViewBlock{

  width: 100%;

  background-color: #fff;

  display: inline-block;

  margin-bottom: 10px;

  border: solid 1px #ddd;

  box-shadow: 0px 0px 1px 1px #eee;

}

.listViewProperty .ViewBlock .imgbox{

  width: 100%;

  height: 240px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  overflow: hidden;

  position: relative;

}

.listViewProperty .ViewBlock .imgbox img{

  width: 100%;

  height: 240px;

  z-index: ;

  position: relative;

}

.listViewProperty .ViewBlock .imgbox ul li img{

  opacity: 0;

  position: relative;

}

.listViewProperty .proImgShadow {

  background: rgba(0,0,0,0.8);

  position: absolute;

  height: 34px;

  left: 0;

  bottom: 0;

  width: 100%;

}

.listViewProperty .proImgShadow span{

  color: #fff;

  font-weight: 300;

  font-size: 13px;

  margin: 8px 15px;

  float: left;

}

.listViewProperty .proImgShadow span .fa{

  margin-right: 5px

}

.listViewProperty .contSec{

  padding: 7px 10px;

}

.listViewProperty .contSec .infoDiv{

  float: left;

  margin-bottom: 5px;

}

#wrapper .listViewProperty .contSec .ht4{

  max-width: 360px;

  font-size: 17px;

  color: #292929;

  margin-top: 5px;

  margin-bottom: 5px;

}

#wrapper .listViewProperty .contSec .add{

  color: #777;

  font-size: 14px;

}

#wrapper .listViewProperty .contSec .price{

  float: right;

}



.listViewProperty .contSec .sectDiv{

  display: table;

  width: 100%;

  border-bottom: solid 1px #eee;

}

#wrapper .listViewProperty .sectDiv .listinfo li{

  padding: 7px 7px;

}

.listViewProperty .contSec .sectDiv .listinfo{

}

.listViewProperty .contSec .sectDiv.grey{

  background-color: #f3f3f3;

}

#wrapper .listViewProperty .contSec .Dtit{

  font-size: 16px;

  color: #292929;

  margin: 0px;

  font-weight: 500;

}

#wrapper .listViewProperty .contSec .Dsm{

  color: #999;

  font-size: 14px;

  font-weight: 300;

}

#wrapper .listViewProperty .contSec .Dtit .inr{

  width: 10px;

  margin-left: 0px;

}

#wrapper .listViewProperty .sectDiv .listinfo.sm .Dtit{

  font-size: 14px;

  color: #555;

}

#wrapper .listViewProperty .sectDiv .listinfo.sm .Dsm{

  font-size: 13px;

}

#wrapper .listViewProperty .sectDiv .listinfo .txt,

#wrapper .listViewProperty .sectDiv .listinfo p{

  color: #999;

  margin-right: 5px;

  margin: 0;

  line-height: 14px;

  font-size: 12px;

}

#wrapper .listViewProperty .contSec a{

  color: inherit;

}

#wrapper .listViewProperty .contSec a:hover{

  color: #d4ae62;

}

#wrapper .listViewProperty .contSec .feaDiv .Dtit,

#wrapper .listViewProperty .contSec .feaDiv .Dsm{

  float: left;

  margin-right: 3px;

}

#wrapper .listViewProperty .contSec .feaDiv .Dsm{

}

#wrapper .listViewProperty .contSec .feaDiv li{

  padding: 6px 7px;

  border-right: solid 1px #ddd;

}

#wrapper .listViewProperty .contSec .feaDiv li:nth-last-child(1){

  border-right: none;

}



#wrapper .inr{

  width: 12px;

  margin-top: -3px;

  margin-right: 3px;  

  margin-left: 5px;  

}

#wrapper .inDiv {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-justify-content: space-between;

    -ms-flex-pack: distribute;

    justify-content: space-between;

}

#wrapper .listViewProperty .contSec .featbox{

  display: block;

  margin-top: 7px;

}

#wrapper .listViewProperty .contSec .areaSec{

  background-color: #f3f3f3;

}

#wrapper .listViewProperty .contSec .bgW{

  background-color: #f9f9f9;

}

#wrapper .listViewProperty .contSec .areaSec .collumn{

  min-width: 180px;

  padding-right: 10px;

  display: table-cell;

  padding: 5px;

  padding-left: 17px; 

  font-size: 14px;

  border-bottom: solid 1px #eee;

}

#wrapper .listViewProperty .contSec .areaSec .collumn .inr{

  width: 10px;

}

#wrapper .listViewProperty .contSec .areaSec .collumn small{

  font-size: 12px;

  color: #999;

}

#wrapper .listViewProperty .contSec .featbox p.ht6{

  font-size: 11px;

  color: #999;

  margin: 5px 0;

}

#wrapper .listViewProperty .contSec .btn-yel{

  padding: 5px 8px;

  border-radius: 0px;

  font-size: 14px;

  float: right;

  min-width: 140px;

  color: #777;

  border-color: #ddd;

  background-color: #ddd;

  transition: all 0.4s;

  margin-left: 7px;

  font-weight: 300;

}

#wrapper .listViewProperty .contSec .btn-why{

  padding: 5px 8px;

  border-radius: 0px;

  font-size: 14px;

  float: right;

  min-width: 140px;

  color: #777;

  border-color: #ddd;

  background-color: #ddd;

  transition: all 0.4s;

  margin-left: 7px;

  font-weight: 300;

}

#wrapper .listViewProperty .ViewBlock:hover .contSec .btn-yel{

  color: #fff;

  border-color: #d4ae62;

  background-color: #d4ae62;

}

#wrapper .listViewProperty .ViewBlock:hover .contSec .btn-why{

  color: #fff;

  border-color: #3c3a50;

  background-color: #3c3a50;

}



.filterSecPanel .leftpanel{

  padding: 0 5px;

}

.filterSecPanel .rightpanel{

  padding: 0 5px;

}

.adverdPanel .listAdverd li{

  margin-bottom: 10px;

  border: solid 1px #ddd;

}

.adverdPanel .listAdverd li .imgbox{

  width: 100%;

  max-height: 175px;

  overflow: hidden;

  position: relative;

}

.adverdPanel .listAdverd li img{

  width: 100%;

  max-height: 200px;

}

.adverdPanel .listAdverd .contbox{

  background-color: #fff;

  padding: 10px; 

  text-align: center;

}

#wrapper .adverdPanel .listAdverd .contbox .ht5{

  margin-top: 0px;

  font-size: 17px;

  color: #666;

  margin-bottom: 4px;

  font-weight: 300;

}

#wrapper .adverdPanel .listAdverd .contbox small{

  font-size: 14px;

  color: #999;

  font-weight: 300;

  display: block;

}

#wrapper .adverdPanel .listAdverd .contbox .price{

  font-size: 17px;

  color: #444;

  font-weight: 300;

  display: block;

}

#wrapper .adverdPanel .listAdverd .contbox .btn{

  border-radius: 0px;

  min-width: 150px;

  font-weight: 300;

  display: block;

  opacity: 0.5;

}

#wrapper .adverdPanel .listAdverd li:hover .contbox .btn{

  opacity: 1;

}





@media (min-width: 768px){



#wrapper .fixedpanel {

    position: -webkit-sticky;

    position: sticky;

    top: 10px;

    vertical-align: top;

    z-index: 1;

}





}







.contactPopupPanel{

  border-radius: 0px;

}



.contactPopupPanel .modal-content{

  border-radius: 0px;

  background: #fff;

  max-width: 400px;

  margin: auto;

  box-shadow: none;

  border: none;

}



body .modal-backdrop.in {

  transition: all 0.4s;

    filter: alpha(opacity=1);

    opacity: 1;

    background-color: #fff;

}

.contactPopupPanel .modal-content .modal-body{

  padding: 20px 30px;

}

#wrapper .contactPopupPanel .modal-content .ht3{

  color: #333;

  text-transform: uppercase;

}

#wrapper .contactPopupPanel .modal-content .ht6{

  margin-bottom: 20px;

  color: #333;

}  

.contactPopupPanel .modal-content .modal-header .close {

    margin-top: -4px;

    font-size: 40px;

}

.contactPopupPanel .modal-content .form-group{

  margin-bottom: 20px;

}

.contactPopupPanel .modal-content label{

  font-weight: 300;

  margin: 0px;

}

.contactPopupPanel .modal-content .form-control{

  border-radius: 0px;

  height: 40px;

  box-shadow: none;

  font-weight: 600;

  border: none;

  font-size: 17px;

  border-bottom: solid 1px #eee;

}

.contactPopupPanel .modal-content .contactSub{

  margin-top: 0;

  line-height: normal;

  font-weight: 500;

  font-size: 17px;

  text-transform: uppercase;

  border:none;

  height: inherit;

}

.contactPopupPanel .modal-content .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #d3ae63;

    font-size: 14px;

    opacity: 1; /* Firefox */

    font-weight: 400;

}

.contactPopupPanel .modal-content .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */

    font-size: 14px;

    color: #d3ae63;

    font-weight: 400;

}

.contactPopupPanel .modal-content .form-control::-ms-input-placeholder { /* Microsoft Edge */

    color: #d3ae63;

    font-size: 14px;

    font-weight: 400;

}





#wrapper .prodDetailPanel{

  display: block;

  padding-top: 10px;

  padding-bottom: 10px;

}



.detailBannerSec{

  display: block;

}

.detailBannerSec .breadcrumb{

  display: block;

  margin: 10px 0;

  background-color: transparent;

}

.detailBannerSec .breadcrumb li {

  font-size: 13px;

}

.detailBannerSec .breadcrumb li a{

  color: #999;

}

.detailBannerSec .breadcrumb li a:hover{

  color: #d3ae63;

}

.innerInfoDiv{

  display: block;

}

.infoInner{

  display: block;

}

.infoInner .price-details {



}

.infoInner .price-info {

    font-size: 20px;

    font-weight: 500;

    display: block;

}

.infoInner .price-info .price-display-type {

    font-weight: 400;

    font-size: 16px;

}

.infoInner .price-info .icon {

    font-weight: 500;

}

.infoInner .price-info .price-tt-info {

    font-size: 14px;

    bottom: 2px;

}

.infoInner .rate {

    color: #7f7f7f;

    text-align: right;

    font-size: 14px;

    margin-top: 6px;

    letter-spacing: 0.7px;

}

#wrapper .infoInner .rate .inr{

  width: 8px;

  margin-right: 0px;

}

.infoInner .pp-container-area-type {

    font-size: 12px;

}

#wrapper .infoInner .contactBtn{

  margin-top: 20px;

  font-size: 15px;

}

.property-info {

  margin-top: 10px;

}

.property-info .main-text {

    font-size: 20px;

    margin: 2px 0;

    font-weight: 400;

    display: inline-block;

}

.property-info .builder-text {

    margin-top: 10px;

    text-transform: uppercase;

    letter-spacing: .5px;

    font-size: 13px;

    font-weight: 400;

}

.property-info .builder-text a{

  color: #d3ae63;

}

.property-info .location-info {

    color: #7f7f7f;

    margin-top: 10px;

    font-size: 14px;

    line-height: 24px;

}





.innerImageGallery{

  display: inline-block;

  width: 100%;

  margin-top: 15px;

}

.innerImageGallery img{

  border: solid 2px #fff;

  width: 100%;

  min-height: 100%;

  cursor: zoom-in;

}

.innerImageGallery .imgbox{

  width: 100%;

  height: 440px;

  position: relative;

  overflow: hidden;

}

.innerImageGallery .imgbox2{

  width: 100%;

  height: 220px;

  position: relative;

  overflow: hidden;

}



#wrapper .listgallerySection li{

  width: 33.33333334%;

  height: 220px;

  position: relative;

  overflow: hidden;

  display: none;

}

#wrapper .listgallerySection li:nth-child(1){

  width: 66.66666667%;

  height: 440px;

  position: relative;

  overflow: hidden;

  display: block;

}

#wrapper .listgallerySection li:nth-child(2),

#wrapper .listgallerySection li:nth-child(3){

  display: block;

}

#wrapper .listgallerySection li img{

  min-height: inherit;

}





.projectInfo{

  display: block;

  text-align: center;

  margin: 0px;

}

.projectInfo li:nth-last-child(1){

  border: none;

}

.projectInfo .info-col {

    padding: 8px 22px;

    margin: 10px 0 10px;

    border-right: 1px solid #e6e6e6;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.projectInfo .info-value {

    font-size: 16px;

    line-height: 22px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.projectInfo .info-description {

    color: #7f7f7f;

    margin-top: 5px;

}







.navShadow {

    border-bottom: 1px solid #e6e6e6;

    border-top: 1px solid #e6e6e6;

    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);

    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);

}





#wrapper .DetailSection{

  padding-top: 0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

#wrapper .detailMenubar{

  display: block;

  top: 51px;

  background-color: #f3f3f3;

  min-height: inherit;

  border-radius: 0px;

  border-bottom: none;

  margin: 0px;

}

#wrapper .detailMenubar{

    position: -webkit-sticky;

    position: sticky;

    top: 70px;

    vertical-align: top;

    z-index: 4;

}

#wrapper .detailMenubar li a {

    text-transform: uppercase;

    font-size: 13px;

    letter-spacing: 0.7px;

    padding: 15px 25px;

}

#wrapper .detailMenubar .navbar-nav>.active>a, 

#wrapper .detailMenubar .navbar-nav>.active>a:focus, 

#wrapper .detailMenubar .navbar-nav>.active>a:hover {

    color: #fff;

    background-color: #d3ae63;

}





.secPanelBox{

 display: block;

}

#wrapper .panelDivSec{

  margin: 10px 0 30px;

  border-radius: 0px;

  border: none;

  box-shadow: none;

}

#wrapper .panelDivSec .panel-body{

  padding: 0px;

}

#wrapper .panelDivSec .panel-heading {

  position: relative;

  margin-bottom: 15px;

}

#wrapper .panelDivSec .panel-heading .ht3:after{

  color: #212529!important;

  position: absolute;

  font-size: 21px;

  text-transform: uppercase;

  bottom: 0;

  left: 0;

}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

    padding: 20px 5px!important;

    line-height: 25px;
    font-weight: 700;

    vertical-align: top;
    border-top: 1px solid #e4e4e4;

    font-size: 17px;
    color:#212529;

}

#wrapper .panelDivSec .panel-heading .ht3{

  color: #212529!important;

  font-size: 21px;

  font-weight: 700;

  margin: 0;

  text-transform: uppercase;

  

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

#wrapper .panelDivSec p{

  font-size: 14px;

  color: #666;

  font-weight: 400;

}

#wrapper .hdtit{

  margin-top:20px; 

  margin-bottom: 7px;

}



.infolist{

  display: block;

}

.infolist li{

  font-size: 14px;

  position: relative;

  display: flex;

  padding: 4px 0;

  color: #666;

}

.infolist li:before {

  content: "\f192";

  color: #d1b248;

  position: relative;

  margin-right: 10px;

  font-family: 'FontAwesome';

}



.inlist{

  width: 100%;

  display: inline-block;

  margin-bottom: 10px;

}

.inlist li{

  overflow: hidden;

  font-size: 14px;

  padding: 5px 2px;

  font-weight: 500;

  text-overflow: ellipsis;

  white-space: nowrap;

  padding-right: 10px;

}

.inlist li:before {

  content: "\f058";

  color: #4CAF50;

  position: relative;

  font-size: 13px;

  margin-right: 6px;

  font-family: 'FontAwesome';

}

.amentlist{

  width: 100%;

  display: inline-block;

  margin-bottom: 10px;

}

.amentlist li{

  overflow: hidden;

  font-size: 14px;

  padding: 5px 2px;

  font-weight: 500;

  text-overflow: ellipsis;

  white-space: nowrap;

  padding-right: 10px;

}

.amentlist .imgbox{

  width: 40px;

  height: 40px;

  line-height: 34px;

  text-align: center;

  display: inline-block;

  border: solid 1px #eee;

  border-radius: 50%;

  margin-right: 5px;

}

.amentlist img{

  width: 25px;

  margin: auto;

}





#wrapper .mapTabView{

  padding: 0px;

}

.mapTabView .tablist { border-bottom: 2px solid #DDD; }

.mapTabView .tablist > li.active > a, 

.mapTabView .tablist > li.active > a:focus, 

.mapTabView .tablist > li.active > a:hover { border-width: 0; }

.mapTabView .tablist > li > a { border: none; color: #666; padding: 14px 10px; font-size: 13px;}

.mapTabView .tablist > li.active > a, 

.mapTabView .tablist > li > a:hover { border: none; color: #d3ae63 !important; background: transparent; }

.mapTabView .tablist > li > a::after { content: ""; background: #d3ae63; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }

.mapTabView .tablist > li.active > a::after, 

.mapTabView .tablist > li:hover > a::after { transform: scale(1); }

.mapTabView .tablist > li > a::after { background: #d3ae63 none repeat scroll 0% 0%; color: #fff; }

.mapTabView .tab-content{padding:0;}



#wrapper .radlist{

  float: left;

  width: 100%;

  max-width: 187px;

  display: block;

}

#wrapper .radlist label{

  width: 100%;

  border: none;

  color: #444;

  font-size: 13px;

  text-align: left;

  padding: 10px 7px;

  font-weight: normal;

  border-bottom: solid 1px #eee;

}

#wrapper .intablist li.active a{

  background-color: #eee;

  border-radius: 0px;

}





#wrapper .leftDetail {

  top: 120px;

}

.leftDetail .panelDivSec .panel-heading{

  background-color: ;

}

#wrapper .leftDetail .panelDivSec p{

  color: #d3ae63;

}



.contactForm{

  display: block;

}

.contactForm label{

  font-weight: 300;

  margin: 0px;

}

.contactForm .form-control{

  border-radius: 0px;

  height: 55px;

  box-shadow: none;

  font-weight: 400;

  border: none;

  font-size: 24px;

  border-bottom: solid 1px #eee;

}

.contactForm .form-control:focus {

    outline: none;

    -webkit-box-shadow: none;

    box-shadow: none;

    border-color: #d3ae63;

}

.contactForm .contactSub{

  margin-top: 20px;

  height: 50px;

  line-height: 50px;

  line-height: normal;

  font-weight: 400;

  font-size: 17px;

  background-color: #eee;

  text-transform: uppercase;

}

.contactForm .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #999;

    font-size: 14px;

    font-weight: 300;

    opacity: 1; /* Firefox */

}

.contactForm .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */

    font-size: 14px;

    font-weight: 300;

    color: #999;

}

.contactPopupPanel .form-control::-ms-input-placeholder { /* Microsoft Edge */

    color: #999;

    font-size: 14px;

    font-weight: 300;

}







.description_sec_left_full{ width:100%; float:left; margin-top:0px; border-top: none;

    padding: 10px 0; padding-left:5px;}

.description_sec_left{font-size:14px;

    color: #222;}

.description_sec_right{font-size:14px;

    color: #d3ae63;}





.emiCalculate{

  margin: 0;

}

.emiCalculate label{

  color: #777;

}

.emiCalculate input.form-control{

  box-shadow: none;

  border-radius: 3px;

  border: solid 1px #ddd;

}

.emiCalculate .input-group-addon{

  background-color: transparent;

  border: solid 1px #ddd;

}



.banktable td:nth-last-child(1){

  width: 120px;

}



.emiCalculate .margTop{

  margin-top: 50px;

}



#emiChart {

  height: 300px;

  max-width: 800px;

  min-width: 320px;

  margin: 0 auto;

}

#emiChart .highcharts-color-0 {

    fill: #3c3a4e;

    stroke: #3c3a4e;

}

#emiChart .highcharts-color-1 {

    fill: #FFC107;

    stroke: #FFC107;

}





#wrapper .mapingSection{

  display: block;

  width: 100%;

  padding: 0px;

}

#wrapper .mapingSection .fixedpanel{

  top: 51px;

}

.mapingSection .innersearchPanel{

  margin-bottom: 0;

}

.searchMapView {

  position: fixed;

  top: 117px;

  left: 0;

  padding-right: 33.5%;

  width: 100%;

  height: 100%;

  z-index: 0;

}

.mapViewRight{

  background-color: #eee;

  overflow: hidden;

  height: 100%;

}

.mapViewRight  .detailBannerSec{

  background-color: #fff;

  padding: 10px;

}

#wrapper .mapingSection .prodDetailPanel{

  padding-top: 10px;

}

.mapViewRight .innerImageGallery .imgbox{

  height: 330px;

}

#wrapper .mapViewRight .detailMenubar{

  top: 0;

  overflow-x: auto;

  white-space: nowrap;

}



#wrapper .mapingSection .searchpanel .inputbox{

  min-width: 147px;

  float: left;

}

#wrapper .mapingSection .searchpanel .searchDiv {

    width: 145px;

    float: left;

}



#wrapper .OurProjectPanel{

  display: block;

  padding: 45px 0 30px;

}

#wrapper .OurProjectPanel .heading{

  line-height: normal;

  margin-bottom: 20px;

}

#wrapper .OurProjectPanel .heading small{

  display: block;

}

#wrapper .projectList{

  display: block;

  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);  

  margin: 15px 0;

}

#wrapper .projectList .box-image {

    text-align: center;

}

#wrapper .projectList .box-image > a {

    height: 450px;

    overflow: hidden;

    display: block;

    text-align: center;

    position: relative;

    border-radius: 0px;

}

#wrapper .projectList .box-image img {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    -webkit-transition: all 14.5s;

    -moz-transition: all 14.5s;

    -o-transition: all 14.5s;

    transition: all 14.5s;

    width: 100%;

    max-width: 100%;

}

#wrapper .projectList .box-image:hover img {

    top: 100%;

    -webkit-transform: translateY(-100%);

    -moz-transform: translateY(-100%);

    -o-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    transform: translateY(-100%);

}

#wrapper .projectList .panel-body{

  padding: 0px;

  border: none;

}

#wrapper .projectList .panel-footer{

  background-color: #fff;

  border-top: none;

  padding: 20px 15px;

}

.projectList .h-title{

  display: block;

}

.projectList .h-title small{

}

.projectList .btn{

  margin-top: 10px;

}



.favoriteDiv{

  float: right;

}

.favoriteDiv .btn{

  padding: 7px 25px;

  font-weight: bolder;

  text-transform: uppercase;

  margin: 7px 7px 0; 

}













#wrapper .detailSection{

  display: block;

  padding: 0px;

  margin-top: 51px;

}



.breadCram{

  display: block;

  padding: 5px 0;

  background-color: #eee;

}



.listbreadcum{

  display: inline-block;

  margin: 0px;

}

#wrapper .listbreadcum li{

  padding: 6px 10px;

  font-size: 15px;

  color: #999;

  position: relative;

  -webkit-transition: all 0.4s;

  transition: all 0.4s; 

}

#wrapper .listbreadcum li a{

  color: #333;

  text-decoration: none;

}

#wrapper .listbreadcum li:hover a{

  color: #d3ae63;

}

.listbreadcum li:after {

    content: "\f105";

    font-family: FontAwesome;

    font-style: normal;

    font-weight: normal;

    text-decoration: inherit;

    color: #999;

    font-size: 18px;

    padding-right: inherit;

    position: absolute;

    right: -18px;

    margin-top: -2px;

}

.listbreadcum li:nth-last-child(1):after{

  display: none;

}











@-webkit-keyframes autofill {

    to {

        background-image:  url('../images/icon-pak.png');

    }

}

#wrapper input.icon-pak:-webkit-autofill {

    -webkit-animation-name: autofill;

    -webkit-animation-fill-mode: both;

}



#wrapper .logRegMarg{

  padding: 30px 0 100px; 

}

#wrapper .icon-pak {

  background-image: url('../images/icon-pk.png');

  background-repeat: no-repeat;

  padding-left: 40px;

}

#wrapper .icon-email {

    background-position: 12px 16px;

}

#wrapper .icon-password {

    background-position: 12px -187px;

}

#wrapper .icon-user{

    background-position: 12px -1046px;

}

#wrapper .icon-home{

    background-position: 12px -1150px;

}

#wrapper .icon-phone{

    background-position: 12px -1243px;

}

#wrapper .icon-bedroom{

    background-position: 12px -789px;

}

#wrapper .icon-bathroom{

    background-position: 12px -889px;

}

#wrapper .icon-beds{

    background-position: 12px -1321px;

}



#wrapper .logRegForm{

  margin: 0;

}

#wrapper .logRegForm .form-control {

    border: 1px solid #e0e0e0;

    padding: 14px 20px;

    height: inherit;

    background-color: #f7f7f7;

    box-shadow: none;

}

#wrapper .logRegForm .inputpadd{

    padding-left: 50px; 

}

#wrapper .logRegForm .dropInput{

    height: 50px;

    background-image: inherit;

}

#wrapper .width100{

    display: block;

    width: 100%; 

}

#wrapper .marg75{

  margin-top: 75px;

}

#wrapper .marg95{

  margin-top: 95px;

}







.listlog{

  display: block;

}

.listlog li{

  position: relative;

  margin-top: 20px;

  margin-left: 25px;

}

.listlog img{

  float: left;

  width: 24px;

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  margin: auto;

}

.listlog .contbox{

  margin-left: 50px;

  -webkit-display: flow-root;

  display: flow-root;

}











.checkbox label:after, 

.radio label:after {

    content: '';

    display: table;

    clear: both;

}



.checkbox .cr,

.radio .cr {

    position: relative;

    display: inline-block;

    border: 1px solid #a9a9a9;

    border-radius: .25em;

    width: 1.3em;

    height: 1.3em;

    float: left;

    margin-right: .5em;

}



.radio .cr {

    border-radius: 50%;

}



.checkbox .cr .cr-icon,

.radio .cr .cr-icon {

    position: absolute;

    font-size: .8em;

    line-height: 0;

    top: 50%;

    left: 20%;

}



.radio .cr .cr-icon {

    margin-left: 0.04em;

}



.checkbox label input[type="checkbox"],

.radio label input[type="radio"] {

    display: none;

}



.checkbox label input[type="checkbox"] + .cr > .cr-icon,

.radio label input[type="radio"] + .cr > .cr-icon {

    transform: scale(3) rotateZ(-20deg);

    opacity: 0;

    transition: all .3s ease-in;

}



.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,

.radio label input[type="radio"]:checked + .cr > .cr-icon {

    transform: scale(1) rotateZ(0deg);

    opacity: 1;

}



.checkbox label input[type="checkbox"]:disabled + .cr,

.radio label input[type="radio"]:disabled + .cr {

    opacity: .5;

}





#wrapper .dashboardpanel .fixedpanel{

  top: 51px;

}

#wrapper .dashboardpanel .filterSecPanel{

  min-height: 460px;

}

#wrapper .dashboardpanel .secPanelBox {

    width: 100%;

    padding: 20px 15px;

    display: inline-block;

    background-color: #f9f9f9;

    margin-top: 20px;

    border: solid 1px #eee;

}

#wrapper .dashboardpanel .heading {

    display: block;

    background-color: #fff;

    padding: 7px 20px;

    border-bottom: solid 1px #ddd;

    margin-bottom: 20px;

    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);

    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);

}

#wrapper .dashboardpanel .profielPanel label {

    font-size: 14px;

    color: #777;

    text-transform: uppercase;

    font-weight: 400;

    transition: all 0.4s;

}

#wrapper .dashboardpanel .profielPanel .form-control {

  min-height: 40px;

}





#wrapper .mapingListPanel .detailBannerSec{

  margin-bottom: 15px;

  display: inline-block;

  width: 100%;

}

#wrapper .mapingListPanel .innerImageGallery{

  margin-top: 0px;

}

#wrapper .mapingListPanel .imgbox{

  width: 100%;

  height: 200px;

  overflow: hidden;

}

#wrapper .mapingListPanel .imgbox img{

  cursor: pointer;

  min-height: 100%;

  min-width: 100%;

}

#wrapper .mapingListPanel .property-info .main-text{

  display: block;

}

#wrapper .mapingListPanel a{

  color: #d3ae63;

}

#wrapper .mapingListPanel .property-info .location-info{

  line-height: normal;

  margin-top: 5px;

}





#wrapper .List_active .detailBannerSec{

  border: solid 3px #4caf50;  

}







#wrapper .OurservicePanel{

  display: block;

  padding: 45px 0;

}

#wrapper .OurservicePanel .heading{

  line-height: normal;

  margin-bottom: 20px;

  margin-top: 0;

}

#wrapper .OurservicePanel .heading small{

  display: block;

  font-size: 17px;

  color: #fff;

}

#wrapper .OurservicePanel .listService{

}

#wrapper .OurservicePanel li{

  padding: 10px;

  overflow: hidden;

  margin-bottom: 0px;

}

#wrapper .OurservicePanel .contentDiv{

  position: relative;

  overflow: hidden;

  padding: 10px 40px 40px 10px;

  background-color: #fff;

}

#wrapper .OurservicePanel .imgbox{

  height: 300px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  position: relative;

  transition: all 0.5s;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);  

}

#wrapper .OurservicePanel li:hover .imgbox{

  -webkit-filter: grayscale(0%);

  filter: grayscale(0%);  

}

#wrapper .OurservicePanel .imgbox:before{

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  background: rgba(67, 67, 67, 0.04);  /* fallback for old browsers */

  background: -webkit-linear-gradient(to bottom, rgba(67, 67, 67, 0.0), rgba(0, 0, 0, 0.4));  /* Chrome 10-25, Safari 5.1-6 */

  background: linear-gradient(to bottom, rgba(67, 67, 67, 0.0), rgba(0, 0, 0, 0.4)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}



#wrapper .OurservicePanel .contBox{

  width: 350px;

  overflow: auto;

  padding: 20px;

  position: absolute;

  right: 0;

  bottom: 0;

  display: table;

  background: rgba(23, 22, 35, 0.7);

  margin: auto;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);  

  transition: all 0.5s;

}

#wrapper .OurservicePanel li:hover .contBox{

  -webkit-filter: grayscale(0%);

  filter: grayscale(0%);  

  background: rgba(23, 22, 35, 1);

}

#wrapper .OurservicePanel .contBox.Top{

  top: 0;

}

#wrapper .OurservicePanel .contBox.Left{

  left: 0;

}

#wrapper .OurservicePanel .contBox .ht4{

  font-size: 17px;

  font-weight: 700;

  margin: 10px 0 20px;

  letter-spacing: 1px;

  color: #fff;

  text-transform: uppercase;

  position: relative;

}

#wrapper .OurservicePanel .contBox .ht4:before{

  content: "";

  width: 50px;

  height: 3px;

  background-color: #fff;

  position: absolute;

  left: 0;

  top: -10px;

}

#wrapper .OurservicePanel .contBox .ht4 span{

  color: #d3ae63;

}

#wrapper .OurservicePanel .contBox p{

  font-size: 13px;

  letter-spacing: 1px;

  color: rgba(255,255,255, 0.7);

  text-align: justify;

}

















#wrapper .innerBreadCrumb .breadcrumb{

  margin: 5px 0;

}



.aboutimg{

  width: 100%;

  max-width: 400px;

  margin: 0 15px 5px 0;

  border: solid 4px #d3ae63;

}



.listinfoCont{

  display: block;

}

.listinfoCont li{

  margin-bottom: 20px;

  padding-bottom: 15px;

  border-bottom: solid 1px #eee;

}

.listinfoCont li label{

  font-size: 15px;

  color: #cfae62;

  font-weight: normal;

}

.listinfoCont li h4{

  font-size: 17px;

  color: #444;

  margin-top: 0;

  letter-spacing: 0.7px;

}

.listinfoCont li .fa{

  color: #333;

  width: 45px;

  height: 45px;

  font-size: 17px;

  line-height: 45px;

  border: solid 1px #eee;

  margin: auto;

}

.listinfoCont li .fa-facebook{

  border-color: #3f51b5;

  color: #3f51b5;

}

.listinfoCont li .fa-twitter{

  border-color: #2196f3;

  color: #2196f3;

}

.listinfoCont li .fa-google-plus{

  border-color: #ff5722;

  color: #ff5722;

}

.listinfoCont li .fa-youtube{

  border-color: #f44336;

  color: #f44336;

}



.listinfoCont li .fa-facebook:hover{

  color: #fff;

  background-color: #3f51b5;

}

.listinfoCont li .fa-twitter:hover{

  color: #fff;

  background-color: #2196f3;

}

.listinfoCont li .fa-google-plus:hover{

  color: #fff;

  background-color: #ff5722;

}

.listinfoCont li .fa-youtube:hover{

  color: #fff;

  background-color: #f44336;

}











.blogPost{

    display: block;

    margin: 20px 0px;

    border-bottom: dashed 1px #ddd;

}

.blogPost .imgbox{

    display: block;

    max-height: 370px;

    overflow: hidden;

}

.blogPost .imgbox img{

  width: 100%;

}

.blogPost .postHead{

}

#wrapper .blogPost .postHead a{

  font-size: 24px;

  color: #435061;

  text-transform: uppercase;

  font-weight: 300; 

  margin: 15px 0;    

}

#wrapper .blogPost .postHead a:hover{

    color: #d3ae63;

}

#wrapper .blogPost .list-inline li,

#wrapper .blogPost .list-inline li a{

    color: #d3ae63;

    font-size: 12px;

    font-style: italic;

    text-transform: uppercase;

}

#wrapper .blogPost p{

    color: #637285;

    font-size: 13px;

    text-align: justify;

}



#wrapper .blogRight{

  top: 51px;

}

#wrapper .blogweight{

    margin-bottom: 20px;

    padding: 0px;

    background-color: rgba(255,255,255, 1);

}

#wrapper .blogweight .ht3{

  font-weight: 600;

  margin-bottom: 10px;

}

#wrapper .blogweight .panel-heading {

    padding: 15px 0px;

    margin-bottom: 15px;

}

.searchPanel input{

    border-radius: 0px;

    box-shadow: none;

}

.listRecent{

  display: block;

  max-height: ;

  overflow: auto;

}

.listRecent a{

  color: inherit;

  margin: 12px 0 0;

  border-bottom: ;

  padding-bottom: 12px;

  display: inline-block;

  width: 100%;

}

.listRecent li:nth-last-child(1) a{

  border-bottom: none;

}

.listRecent .ht4{

  font-size: 17px;

    color: #435061;

}

.listRecent a:hover .ht4{

    color: #c43f4f;

}

.listRecent .date{

    color: #91a1b4;

    font-size: 12px;

    font-style: italic;

}

.listRecent .img-thum{

  float: left;

  max-width: 123px;

  margin-right: 15px;

}

.listRecent .post-cont{

  overflow: hidden;

}

#wrapper .listRecent .post-cont .ht4{

  font-size: 14px;

  font-weight: 400;

  margin: 0px;

}

#wrapper .listcate{

  display: block; 

}

#wrapper .listcate li a{

    font-size: 17px;

    font-weight: 400;

    color: #4b3b4f;

    padding: 10px 0px;

    display: block;

    border-bottom: solid 1px #ddd;

}

#wrapper .listcate li a:hover{

    color: #c43f4f;

}

#wrapper .listcate li:nth-last-child(1) a{

  border-bottom: none;

}





@media (max-width: 768px){



#wrapper .innersearchPanel .collapse.in{

    display: block;

}

#wrapper .MapListBtn{

  margin: auto;

  border-radius: 0px;

}

#wrapper .searchBtn{

  border-radius: 0px;

}

#wrapper .centerblock{

  display: table !important;

  margin: auto;

}



}

@media (min-width: 768px){

#wrapper .innersearchPanel .collapse{

    display: block;

}  



}





#wrapper .aboutOurservices{

  display: block;

  background-color: #fff;

}

#wrapper .aboutOurservices:before{

  display: none;

}

#wrapper .aboutOurservices .ourSerList li {

    padding: 2px;

    position: relative;

}

#wrapper .aboutOurservices .ourSerList .imgicon{

  width: 90px;

  height: 90px;

  line-height: 90px;

  background-color: #3c3a4e;

  margin: 0 auto 20px;

  border-radius: 50%;

  text-align: center;

  border: solid 1px rgb(221, 221, 221);

}

#wrapper .aboutOurservices .ourSerList img{

  max-height: 60px;

  margin: 0 auto;

}

#wrapper .aboutOurservices .ourSerList .contentDiv{

  width: 100%;

  height: 200px;

  padding: 15px;

  margin: auto;

  background: #eee;

  vertical-align: middle;

  position: relative;

}

#wrapper .aboutOurservices .ourSerList .contentDiv p{

  color: #666;

  font-weight: 600;

  font-size: 16px;

  text-shadow: none;

  position: relative;

  text-align: center;

}

#wrapper .aboutOurservices .ourSerList .contentDiv span{

  color: #3c3a4f;

}

#wrapper .innerBreadCrumb .breadcrumb{

  margin: 5px 0;

}

























#wrapper .fullscreenSlider {

  position: relative;

  width: 100%;

  height: 100%;

  max-height: 540px;

  overflow: hidden;

}

#wrapper .fullscreenSlider .item{

  width: 100%;

  height: 100%;

  min-height: 540px;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}

#wrapper .SlidContent{

  position: absolute;

  z-index: 1;

  top: 30%;

  left: 0;

  right: 0;

  max-width: 500px;

  width: 100%;

  margin: auto;

  padding: 20px 20px;

background: rgba(0,0,0, 0);  /* fallback for old browsers */

background: -webkit-linear-gradient(to right, rgba(0,0,0, 0), rgba(0,0,0, 0.5), rgba(0,0,0, 0));  /* Chrome 10-25, Safari 5.1-6 */

background: linear-gradient(to right, rgba(0,0,0, 0), rgba(0,0,0, 0.5), rgba(0,0,0, 0)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#wrapper .SlidContent .ht2{

  -webkit-text-shadow: 0px 1px 1px #333;

  text-shadow: 0px 1px 1px #333;

}

#wrapper .SlidContent p{

  -webkit-text-shadow: 0px 1px 1px #333;

  text-shadow: 0px 1px 1px #333;

  font-weight: 300;

  line-height: normal;

}

#wrapper .SlidContent .btn{

  min-width: 200px;

  font-size: 15px;

  font-weight: bolder;

  border-radius: 0px;

  background-color: rgba(255,255,255, 0.9);

  transition: all 0.4s;

}

#wrapper .SlidContent .btn:hover{

  border: solid 1px #d4ae62;

}

#wrapper .fullscreenSlider .carousel-control .fa-angle-left, 

#wrapper .fullscreenSlider .carousel-control .fa-angle-right, 

#wrapper .fullscreenSlider .carousel-control .icon-next, 

#wrapper .fullscreenSlider .carousel-control .icon-prev {

    position: absolute;

    top: 50%;

    z-index: 5;

    display: inline-block;

    margin-top: -10px;

}

#wrapper .fullscreenSlider .carousel-control .fa-angle-left, 

#wrapper .fullscreenSlider .carousel-control .icon-prev {

    left: 50%;

    margin-left: -10px;

}

#wrapper .fullscreenSlider .carousel-control .fa-angle-right, 

#wrapper .fullscreenSlider .carousel-control .icon-next {

    right: 50%;

    margin-right: -10px;

}





.howItWorks{

  margin: 0;

}

.howItWorks li{

  padding: 20px;

  min-height: 227px;

  transition: all 0.2s;

}

.howItWorks .borderR{

  border-right: solid 1px #eee;

}

.howItWorks .borderB{

  border-bottom: solid 1px #eee;

}

.listHowInfo li .imgbox{

  width: 70px;

  height: 70px;

  line-height: 70px;

  border: solid 1px #eee;

  text-align: center;

  position: relative;

  border-radius: 50%;

  transition: all 0.2s;

  display: inline-block;

  margin-bottom: 15px;

}



.listHowInfo li img{

  max-height: 40px;

  transition: all 0.2s;

}

.listHowInfo li:hover img{

  filter:grayscale(0%);

}

#wrapper .listHowInfo li .ht4{

  color: #f7dc10;

  margin: 10px 0;

  font-weight: 700;

  transition: all 0.2s;

  display: inline-block;

  margin-left: 30px;

}

#wrapper .listHowInfo li:hover .ht4{

  color: #d3ae63;

}

#wrapper .listHowInfo p{

  font-size: 17px;

  color: #999;

  letter-spacing: 1px;

  float: left;

 

}

.listHowInfo li .num{

  position: absolute;

  top: 0;

  right: -25px;

  color: #ddd;

  font-size: 17px;

  width: 30px;

  height: 30px;

  background-color: #fff;

  border: solid 1px #ddd; 

  line-height: 30px;

  border-radius: 50%;

  transition: all 0.2s;

}

.howItWorks .videopanle{

  margin-top: -60px;

}





.EnquirySection{

  display: block;

  min-height: 470px;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

}

.EnquirySection .consultForm {

  position: relative;

  width: 100%;

  max-width: 356px;

  padding: 20px;

  min-height: 372px;

  margin-top: 35px;

  background: rgba(255,255,255,0.91);

  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);

}

.EnquirySection .consultForm label{

  font-weight: 400;

  color: #999;

  font-size: 12px;

  padding: 0px;

  margin: 0px;

}

.EnquirySection .consultForm input.form-control{

  margin-top: 5px;

  margin-bottom: 0 !important;

  line-height: 13px;

  height: 40px;

  padding: 3px 7px;

  font-size: 15px;

  background: white;

  border-radius: 0px;

  border: 1px solid #cccccc;

  box-shadow: none;

}

#wrapper input[type="text"]:focus, 

#wrapper input[type="tel"]:focus, 

#wrapper input[type="email"]:focus, 

#wrapper input[type="password"]:focus {

    background-color: #fff;

    border: 1px solid #d3ae63;

    box-shadow: none;

}









.FullNavPop {

    height: 0;

    width: 100%;

    position: fixed;

    z-index: 99;

    top: 0;

    background-color: rgba(0,0,0, 0.95);

    overflow-x: hidden;

    transition: 0.5s;

}



.FullNavPop-content {

    position: relative;

    width: 100%;

    height:100%;

    text-align: center;

}



.FullNavPop a:hover, .FullNavPop a:focus {

    color: #f1f1f1;

}



.FullNavPop .closebtn {

    position: absolute;

    top: 20px;

    right: 45px;

    font-size: 40px;

    z-index: 9;

}



@media screen and (max-height: 450px) {

  .FullNavPop .closebtn {

    font-size: 40px;

    top: 15px;

    right: 35px;

    z-index: 9;

 }

}





#wrapper .FullNavPop-content .buyrentform{

  background: rgba(60, 58, 78, 0.54);

  max-width: 100%;

  border-radius: 0px;

  margin-top: 0px;

  padding: 50px 0;

  z-index: 2;

}

#wrapper .FullNavPop-content .buyrentform .nav-tabs{

  margin-top: 30px;

}

#wrapper .FullNavPop-content .buyrentform .ht4{

  color: #fff;

  top: 27px;

}

#wrapper .FullNavPop-content .inputbox {

    background-color: rgb(255, 255, 255);

    border: solid 1px rgb(234, 234, 234);

}



#wrapper .FullNavPop-content li .num {

    position: absolute;

    top: 0;

    right: -25px;

    color: #000;

    font-size: 17px;

    width: 30px;

    height: 30px;

    background-color: #d3ad61;

    border: solid 1px #000;

    line-height: 30px;

    border-radius: 50%;

    transition: all 0.2s;

}

#wrapper .FullNavPop-content li .ht4 {

  color: #ffffff;

}

#wrapper .FullNavPop-content li .imgbox {

    border: solid 1px #484848;

}

#wrapper .FullNavPop-content p{

  color: #ccc;

}

#wrapper .FullNavPop-content .heading{

  color: #fff;

}

#wrapper .FullNavPop-content .borderB {

    border-bottom: solid 1px rgba(238, 238, 238, 0.34);

}

#wrapper .FullNavPop-content .borderR {

    border-right: solid 1px rgba(238, 238, 238, 0.34);

}







.innerBanner{

  display: block;

  background-size: 100%;

  background-repeat: no-repeat;

  background-position: bottom;

  min-height: 300px;

  max-height: 300px;

  position: relative;

  overflow: hidden;

}

.innerBanner2{

  display: block;

  background-size: 100%;

  background-repeat: no-repeat;

  background-position: center;

  min-height: 200px;

  position: relative;

}







.contactCustomer{

  display: block;

}

.bannerContent{

    margin: 0;

    overflow: hidden;

}

.bannerContent .contentBox{

  margin-top: 40px;

  padding: 25px 20px 20px 40px;

  position: relative;

  z-index: 1;

}

.bannerContent .contentBox .btn{

  margin-top: 20px;

}

#wrapper .bannerContent img{

    min-height: 360px;

}



@media(min-width: 768px){

.sliceImg:after {

    content: '';

    display: block;

    background: #f3f3f3;

    width: 207px;

    height: 150%;

    position: absolute;

    top: -30%;

    right: -150px;

    -webkit-transform: rotate(20deg);

    -ms-transform: rotate(20deg);

    transform: rotate(20deg);

}





}









.panchlineSec{

  display: block;

  padding: 45px 0;

  position: relative;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

}

.panchlineSec .contentDiv{

  margin: 70px auto 0;

  padding: 10px;

  max-width: 700px;

  width: 100%;

  text-align: center;

  background: rgba(0,0,0, 0);

  background: -webkit-linear-gradient(to right, rgba(0,0,0, 0), rgba(96, 125, 139, 0.98), rgba(0,0,0, 0));

  background: linear-gradient(to right, rgba(0,0,0, 0), rgba(96, 125, 139, 0.98), rgba(0,0,0, 0));

}

.panchlineSec .contentDiv .ht3{

}

#wrapper .panchlineSec .text-shadow{

  -webkit-text-shadow: 0px 1px 1px #111;

  text-shadow: 0px 1px 1px #111;

}







#wrapper .text-shadow{

  -webkit-text-shadow: 0px 2px 1px #111;

  text-shadow: 0px 2px 1px #111;

}









.listBuilderFloor{

  display: block;

}

.listBuilderFloor .panel-body{

  padding: 0px;

  height: 370px;

  overflow: hidden;

  position: relative;

}

#wrapper .heartIcon{

  position: absolute;

  top: 20px;

  right: 20px;

  text-shadow: 0px 1px 1px #111;

}

#wrapper .heartIcon:hover{

  color: #fff;

}

.listBuilderFloor .panel{

  box-shadow: none;

  margin-bottom: 30px;

}

.listBuilderFloor .panel-body img{

  min-width: 100%;

  min-height: 370px;

}

.listBuilderFloor .panel-footer{

  background-color: #fff;

  border:none;

  height: 170px;

  padding: 20px 15px 15px;

  position: relative;

}

.listBuilderFloor .htd {

    font-size: 20px;

    color: #3c3a4e;

    margin: 5px 0 10px;

    padding: 0px;

}

.listBuilderFloor .htd a{

    color: #3c3a4e;

}

.listBuilderFloor .smt {

    display: inline-block;

    font-size: 14px;

    color: #777;

    margin-right: 10px;

    padding-right: 10px;

    border-right: solid 1px #ddd;

}

.listBuilderFloor .add {

    color: #777;

    font-size: 14px;

}

.listBuilderFloor .iconlogo{

  position: absolute;

  width: 70px;

  height: 70px;

  line-height: 70px;

  background: #fff;

  border-radius: 50%;

  right: -3px;

  top: -44px;

  text-align: center;

  margin: auto;  

}

.listBuilderFloor .iconlogo img{

  max-width: 50px;

  height: 50px;

}

.listBuilderFloor .btn{

  margin-top: 15px;

}





















