.btn-common {
    background-color: #FF6E14 !important;
    position: relative !important;
    color: #fff !important;
    z-index: 1 !important;
    border-radius: 4px !important;
    transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -webkit-transition: all .2s ease-in-out !important;
}

figure img{
    height: 360px !important;
}
.checked{
    color: orange;
}
.circle img {
    transition: 1s ease !important;;
}

.circle img:hover {
    border-radius:50% !important;;
    transition: 1s ease !important;;
}
.figureimage{
    height: 260px !important;
}

.color-base{
    color: #FF6E14 !important;
}
.search-bar .btn-common {
    background-color: #007bff !important;
}

#hero-area .overlay {
    background: #ff6e14;
}
.slicknav_btn {
    border-color: #007bff;
}
.slicknav_menu .slicknav_icon-bar {
    background: #007bff;
}