/**MY CSS**/
#price p.subtitle.width-100 {
    margin: 10px !important;
}
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
	min-height: 90%;
}

.wrap:hover {
    background: linear-gradient(135deg,#ff4a00 0%,#ca9405 100%);
    color: white;
}


.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re
}

section#why_choose i.fa {
    font-size: 70px;
    padding-right: 20px;
    color: #000;
}




#key_feature{
	background:#ff4a00;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: "";
    background: #c59617;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 40px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #c59617;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}


ul.timeline li a:hover {
    color: #ffffff;
}