/*icon*/
.csh-icon-001 img {
    width: 150px;
    border-radius: 50%;
    background: white;
    padding: 0;
    margin-bottom: 20px;
}

.csh-icon-001 .sppb-addon-title.sppb-feature-box-title {
    color: #542f12!important;
    margin: 0px!important;
}

.csh-icon-001:hover .sppb-feature-box-title {
    color: #542f12!important;
    margin: 0px!important;
}

@media only screen and (max-width: 600px) {
.csh-icon-001 img {
    width: 95px;
}}


/*icon*/
.csh-icon-002 img {
    width: 100px;
    border-radius: 50%;
    background: white;
    padding: 10px;
    margin-bottom: 20px;
}

.csh-icon-002 .sppb-addon-title.sppb-feature-box-title {
    color: #fff!important;
    margin: 0px!important;
}

.csh-icon-002:hover .sppb-feature-box-title {
    color: #fff!important;
    margin: 0px!important;
}

@media only screen and (max-width: 992px) {
.csh-icon-002 img {
    padding: 5px;
}}


/*about*/
.timeline-panel {
   transition:0.5s ease;
}
.timeline-panel:hover {
    background: #543012;color:#fff;transition:0.5s ease;
}

.timeline-panel:hover::before {
    border-color: #543012!important;transition:0.1s ease;
}


