/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/



.jaleshimage {
    width: 310px;
    height: 173px;
    float: left;
    background-position: 50% 50%;
    max-width: 100%;
    padding: 5px;
}

.headicon {
    color: #fdaf40;
}

.data-box {
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px 10px 5px 10px;
    box-shadow: 4px 4px 4px 0px #ccc;
    max-width: 450px;
    min-width: 450px;
}

.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.paragraf-coll {
    font-size: 23px;
    color: #575455;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    color: #337ab7;
}

.sb_link_2 {
    transition: text-indent .7s;
    position: relative;
    padding: 7px 10px 5px 22px;
    width: 100%;
    float: left;
    text-decoration: none !important;
    color: #F34747 !important;
    font-size: 13px;
    font-weight: normal;
}


.sb_link_2:before {
    content: "";
    border-left: 4px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin: 0;
    position: absolute;
    left: 10px;
    top: 40%;
}