/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 17.5

All css files are placed in /css/ folder
*/


/*NEW CSS CREATED FOR THE NEW SECTION ON FRONT PAGE */

.column.mcb-column.one.column_fancy_heading.exphead {
    margin-top: 2rem;
	color:#6f6f6f;
}

.single-service {
    box-shadow: 3px 4px 30px rgba(0,0,0,.08);
    border: 1px solid #eee;
    padding: 18px 9px;
    position: relative;
    text-align: center;
    min-height: 300px;
}
.single-service i.fa {
    -webkit-transition: .4s;
    transition: .4s;
}
.single-service:hover i.fa {
    border-radius: 50%;
}
.single-service i.fa {
    -webkit-transition: .4s;
    transition: .4s;
}
.single-service i.fa {
    width: 60px;
    height: 60px;
    background-color: #ff9f43;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}
/*.fa {
    font: normal normal normal 22px/3 FontAwesome !important;
} */
