/*your custom css goes here*/ 
.margin-top-60 {
    margin-top: 60px !important;
}
.element-icon.style2 {
    border: 1px dashed #bcbcbc;
    padding: 48px 0;
    text-align: center;
    display: table;
    width: 100%;
    text-align: center;
}
.element-icon {
    font-size: 12px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.element-icon.style2:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 9;
    border-top: 1px dashed #c99947;
    border-bottom: 1px dashed #c99947;
    transform: scale(0, 1);
}
.element-icon.style2 .icon {
    display: inline-block;
    font-size: 36px;
    float: none;
    margin: 0;
    margin-right: 20px;
}
.element-icon.style2 .content {
    display: inline-block;
    color: #222;
    margin-top: -5px;
}
.element-icon.style2:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 9;
    border-left: 1px dashed #c99947;
    border-right: 1px dashed #c99947;
    transform: scale(1, 0);
}
.element-icon.style2 .content {
    display: inline-block;
    color: #222;
    margin-top: -5px;
}
.element-icon .content {
    overflow: hidden;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.element-icon.style2 .title {
    margin: 0;
    margin-bottom: 7px;
}
.element-icon .title {
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: #222;
}