/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.1

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

.ast_service_box img {
    max-width: 100%;
    height: auto;
    border-radius: 100%;
	height: 175px !important;
	border: 5px solid #ffffff;
	    width: 96%;
    /* padding: 20px; */
}
.ast_service_box img:hover {
    
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: -1px 1px 25px 2px #dbac28;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_service_box{bolder:0px !important;}
.one-fourth .column_attr{padding: 15px;
    border: 1px solid #dbac28;}
	.ast_service_box h4{    margin-bottom: 40px;
    margin-top: 40px;
    background: #dbac28;
    padding: 12px 0px 12px;
    color: #FFF;
    font-weight: 500;}
.ast_service_box a:hover,.ast_btn:hover{    background-color: transparent;
    color: #ff6f00;
    border: 2px solid #ff6f00;
    outline: none;
    box-shadow: none;
    font-weight: 600;}
.ast_box{
    float: left;
    width: 100%;
    background-color: transparent;
    border: 10px solid white;
    text-align: center;
    margin-bottom: 30px;
	height: 360px;
    padding: 9px;}
.ast_box img{
	height: 230px !important;
	vertical-align: middle;
	}
.ast_box h4{
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 12px 0px 12px;
    font-weight: 500;}	

.mcb-wrap-inner .one-third .ast_box{    width: 100%;
    background-color: transparent;
    border: 1px solid #c9c9c999;
    text-align: center;
    margin-bottom: 0px;
    height: 465px;
    padding: 10px 0px 0px 0px;
    box-shadow: 0px 0px 13px 5px #c9c9c999;
}
.mcb-wrap-inner .one-third .ast_box img{width: 353px;}
.mcb-wrap-inner .one-third .ast_box p{    text-align: justify;
    padding: 0px 12px 0px 12px;
    height: 80px;}
	
	.mcb-wrap-inner .one-third .ast_box h4 {
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 12px 0px 12px;
    font-weight: 500;
    height: 40px;
	}