#google_translate_element select {
  display: none;
}
.lang-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.lang-dropdown .arrow {
    font-size: 12px;
    margin-left: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}
.lang-menu {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  display: none;
  z-index: 9999;
}
.lang-menu li {
  padding: 5px 15px;
}
.lang-menu li:hover {
  background: #f0f0f0;
}
.skiptranslate{
    display: none;
}
#st-2 {
   
    top: 290px !important;
}
.st-toggle{
    display:none!important;
}
.proerty-th .proerty-item {
    transition:all 0.5s ease-in-out;
}
.proerty-th .proerty-item:hover{
    background: #ddcec2 ;
    
    transform: scale(1.05);
}
.proerty-th .proerty-item:hover .item-entry a{
    color:white;
}
.proerty-th .proerty-item:hover .pull-left{
    color:white;
}
.proerty-th .proerty-item:hover .pull-right{
     color:white;
}

.other-bg{
    transition:all 0.5s ease-in-out !important;
}
.other-bg:hover{
    background: #86b4d3 !important;
    
    transform: scale(1.05) !important;
}

.other-bg:hover .item-entry a{
    color:white !important;
    
   
}

.pull-left{
     transition:all 0.5s ease-in-out!important;
}
.other-bg:hover .pull-left{
    color:white!important;
}
 .pull-right{
      transition:all 0.5s ease-in-out!important;
}

.other-bg:hover .pull-right{
     color:white!important;
}
    
.btn_box{
    transition:all 0.5s ease-in-out;
}
.btn_box:hover{
    background-color: #C7D9E5;
    color: white;
}
.welcome_text .page-title h2{
    transition:all 0.5s ease-in-out;
}
.welcome_text .page-title h2:hover{
    color: white;
    text-transform: uppercase;
    background-color: #dfdbd8;
}
.learn_btn a{
    transition:all 0.5s ease-in-out;
}
.learn_btn a:hover{
   color:white;
}

.learn_btn button{
    transition:all 0.5s ease-in-out;
}
.learn_btn a:hover button{
    background: #d9d9d9;
}
.add-review-btn{
    transition:all 0.5s ease-in-out;
}
.add-review-btn:hover{
     background:black;
     color:white;
}

.inquiry-box button {
         transition:all 0.5s ease-in-out;
}
.inquiry-box button:hover {
        background: black;
        color: white;
}
.inquiry-box i{
    transition:all 0.5s ease-in-out;
}
.inquiry-box button:hover i{
    background: green;
}

@media (max-width: 1024px) {
    #st-2 {
        left: unset !important;
        right: 0 !important;
        width: 50px !important;
    }
}