
.brand-name{
    position: absolute;
  left: 0px;
  top:-12px;
  height: 70px;
    width: 80px;
     z-index: 999;
     margin-top: 0px;
      border-radius: 8px;
}
.logo_img{

height:100%;
/*width: 100%;*/
 border-radius: 8px;
 object-fit: contain;
}

.about-para{
color: #000;
 font-size: 1.25rem;
 line-height: 1.56666667;
 text-rendering: optimizeLegibility;
font-family: dm sans, sans-serif;
}
.about-bg {
    width: auto;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}
.about_info h1,.heading_1 {
    font-size: 3.0rem;
    color: #30323a;
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}
.margin_top {
    margin-top: 15px;
    margin-bottom: 10px;
}
.justify-center {
    justify-content: center;
}

.justify-right {
    justify-content: flex-end;
}
.flex-justify-center {
  justify-content: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex {
    display: flex;
}

.flex-grow {
  flex-grow: 1;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    word-break: break-all;
}
.table-fit-table{
display: block !important;
    overflow-x: auto !important;
}

.about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    margin-bottom: 20px;
}
.about-col .img {
    position: relative;
}
.about-col p, .about-col div {
    font-size: 18px;
    line-height: 1.7!important;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
    font-weight: 400;
}
.about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 13px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    position: absolute;
    background-color: #d85d28;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -34px;
    transition: 0.3s;
}

.about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

.about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 31px 0 12px 0;
}
.about-col h2 a {
    color: #4f2e86;
}
.client-ratings i.ion {
    color: #FFB656;
    font-size: 25px;
    padding: 0px;
    width: auto;
    margin: 0px 0px;
}
.long-text {
    display: none;
}

.btn-default-custom {
    color: #000;
    background-color: #fff;
    border-color: #ccc;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

#InputModalLabel {
	width: 100%;
    background-color: #d85d28;
    color: #fff;
    padding: 5px;
    margin-right: 22px;
    font-size: 17px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 5%);
}

.modal-header h3 {
    text-align: center;
}

.button-submit {
    outline: none;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 5%);
    color: #fff;
    background-color: #d85d28;
    text-decoration: none;
    border: 2px solid #dddddd;
    padding: 10px 50px 10px 50px;
    font-size: 15px;
    border-radius: 8px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.button-submit:hover {
    color: #fff;
    background: #FF512F !important;
    border: 2px solid #f19b38 !important;
}


#signappointment {
    background-color: #fff6c2;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    opacity: 0.8;
    width: 100%;
}





.content-contain-property{
flex-wrap: wrap;
display: flex;
flex-grow: 1;
 justify-content: center;

}
.single-featured-property {
    width: 370px;
    transition-duration: 500ms;
    margin-bottom: 50px;
        margin-left: 8px;
}

.single-featured-property .property-thumb {
    position: relative;
    z-index: 1;
     width:100%;
      height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-featured-property .property-thumb .property-text p {
    background-color: #ffffff;
    padding: 10px 20px;
    color: #4c4c4c;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    margin-bottom: 0;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-featured-property .property-thumb .property-text p a {
    text-decoration: none;
        color: #333333;
    transition: 0.5s;
}

.single-featured-property .property-content {
    padding: 30px;
    border: 1px solid #e1dddd;
}

.single-featured-property .property-content h5, .property-content h5 {
    font-size: 18px;
    font-weight: bold;
    color: #4f2e86;
}
.single-featured-property .property-content p {
    margin-bottom: 30px;
    font-weight: 300;
    color: #333333;
    font-size: 15px;
}

.property-content .mybtn {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 22px;
    cursor: pointer;
    font-size: small;
}



.input {
    outline: none;
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cbcaca;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    outline: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/*/////////////////////contact section\\\\\\\\\\\\\\\\\\\\\\*/

.heading{
  margin-bottom: 1rem;
}
.box-area-contact .box-simple {
  margin-bottom: 40px;
  text-align: center;
}
.box-area-contact .box-simple:hover .icon-outlined {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.box-area-contact .box-simple .icon-outlined {
  color: #007aff;
  border: 1px solid #007aff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-outlined {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
.box-area-contact .box-simple .icon-outlined a ,.box-area-contact .box-simple h3 a {
  color: #30323a;
  text-decoration: none;
}

.box-area-contact .box-simple .icon-outlined a i{
font-size: 20px;
}

.box-area-contact .box-simple h3 {
  /* text-transform: uppercase; */
  letter-spacing: 0.1em;
}
.box-area-contact .box-simple p {
color: #212529;
margin: 20px 0;
font-size: 0.9rem;
}

/*/////////////////////////////////////////Map style ///////////////////*/

.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

/*//////////////////////// map /////////////////////////////*/


.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
    padding: 15px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon, .input-group-btn {
    display: table-cell;
}



.col-box:hover .servicetext .ser-para{

 visibility: visible !important;
    height: auto !important;
     transition: all linear .4s;
     overflow: auto;
   /*  background-color: rgba(255, 255, 255,0.7);*/
}

.col-box:hover{
    transform: translate(0, 0);
    opacity: 1;
    background-color: rgba(255, 255, 255,0.7);
}



.social-wrapper{
  height: 80px;
   /* width: 80px;*/
     margin-top: 0px;
      border-radius: 4px;  
}






/*/////////////////My hero area style/////////////*/
.hero_container {
  position: relative;
}

.hero_container h1, .hero_container h3 {
  margin-bottom: 1rem;
  color: #30323a;
}

.hero_container p{
overflow-wrap: break-word;
}

.hero_container .text-container {
  margin-bottom: 3rem;
}

.hero_container .hero_container-content {
  padding-top: 8.5rem;
  padding-bottom: 7rem;
  text-align: center;
}

.hero_container .p-large {
  margin-bottom: 1rem;
}
.p-hero_container {
  color: #30323a;
  /*font-size: 18px;
  letter-spacing: 1px;
    line-height: 20px;*/
}

.p-large {
  font: 400 17px/2.1rem;
}

.animator_{
  visibility: visible;
   animation-delay: 0.3s;
    animation-name: fadeInUp;
  }
  
  .hero_container .image-container .service_bg{
    width: 100%;
    height: 450px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 0px;
  }
/*/////////////////end My hero area style/////////////*/



.partner_header{
    font-size: 15px;
    font-weight: 600;
}

.partner-logo{
margin: 10px;
width: 200px;
}
.partner_logo_wrapper{
  width: 200px;
        overflow: hidden;
        border-radius: 10px;
}
.partner_logo_wrapper .partnerlogo_img{
      display: block;
    margin-left: auto;
    margin-right: auto;
        max-width: 100%;
        height: 100px;
}
.partner-logo .partner-text{
  font-size: 17px;
        font-weight: 500;
        color: #000;
}
.partner-text a{
  color: #000;
}


/* floating button*/
.float_whatsApp_btn{
  position:fixed;
  z-index: 13;
  width:50px;
  height:50px;
      bottom: 74px;
    right: 6px;
  background-color:#04aa6d;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
}

.my-float_whatsApp_btn{
  margin-top:6px;
}

a.float_whatsApp_btn:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  animation: scale-in 0.5s;  
}

.ion-social-whatsapp-outline{
    background: #04AA6D;
  color: white; 
}
.ion.ion-social-whatsapp-outline{
    padding: 5px;
    font-size: 30px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

i.my-float_whatsApp_btn ,.my-float_whatsApp_btn i.ion-social-whatsapp-outline{
background: none;
} 

.my-contact_whatsApp_btn.ion-social-whatsapp-outline{
padding: 3px;
    font-size: 20px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 0px 0px;
    background: none;
    color: #04aa6d;
}

.btn-default-custom {
    color: #000;
    background-color: #fff;
    border-color: #ccc;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

a.btn-default-custom:hover{
color: #000;
}

.h4{
    font-size: 16px;
    font-weight: 600;
}




















