#top-navigation{
 min-height:112px;
}

/* Image */
.container-fluid .top-logo img{
 margin-right:33px;
 min-height:103px;
 max-height:0px;
 min-width:0px;
}

/* Button search button background color*/
.flex-column .flex-enabled-locate .btn{
 background-color:#7d843c;
}

/* Button success- subscribe button background color  */
.esubscription .butoon-wrap .el-button--success{
 background-color:#7d843c;
 border-color:#7d843c;
}

/* Facebook background color */
.social-list div .facebook{
 color:#cf9136;
}

/* Instagram background color */
.social-list .ml-md-3 .instagram{
 color:#cf9136;
}

/* Linkedin background color */
.social-list .ml-md-3 .linkedin{
 color:#cf9136;
}

/* Twitter background color */
.social-list .ml-md-3 .twitter{
 color:#cf9136;
}

/* Youtube background color */
.social-list .ml-md-3 .youtube{
 color:#cf9136;
}

/* Image background color */
footer .p-2 img{
 color:#000000;
}

/* search bar desktop hight resized Division */
.flex-column .search-geocomplete .p-0{
 min-height:51px;
}

