/*********************************************************************************

    Template Name: Fsulting - Financial Consulting Bootstrap 4 Template
	Description: Fsulting is a beautiful and unique financial & consulting html template which comes with bootstrap 4 framework.
	Version: 1

	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/

.google-map-wrapper {
	padding-bottom: 120px;
}

.solution {
	/* display: -webkit-box; */
    /* display: -webkit-flex; */
    /* display: -moz-flex; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    margin-top: 30px;
    padding: 15px;
    padding: 25px 15px;
    border: 1px solid #eeeeee;
    background: #fafafa;
}

.solution__icon {
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	margin-right: 25px;
	color: #ffdd00;
	height: 55px;
	border: 1px solid #ffdd00;
	line-height: 53px;
	-webkit-box-flex: 55px;
	-webkit-flex: 55px;
	-moz-box-flex: 55px;
	-moz-flex: 55px;
	-ms-flex: 55px;
	flex: 55px;
	max-width: 55px;
	margin-bottom: 20px;
}

.solution__icon i {
	font-size: 24px;
	vertical-align: text-bottom;
}

.solution__icon [class^="flaticon-"]:before,
.solution__icon [class*=" flaticon-"]:before,
.solution__icon [class^="flaticon-"]:after,
.solution__icon [class*=" flaticon-"]:after {
	vertical-align: text-bottom;
}

.solution__logo {
	text-align: center;
    display: inline-block;
    border-radius: 100%;
    /* margin-right: 25px; */
    /* height: 55px; */
    line-height: 116px;
    -webkit-box-flex: 183px;
    -webkit-flex: 183px;
    -moz-box-flex: 183px;
    -moz-flex: 183px;
    -ms-flex: 183px;
    flex: 183px;
    max-width: 183px;
    margin-bottom: 20px;
}

.black-color {
	text-transform: uppercase!important;
    font-weight: 700!important;
    color: #2b2b2b!important;
}

.solution-image {
	object-fit: cover;
    /* width: 14vh; */
    margin-top: 15px;
	width: fit-content;
}

.solution hr {
	background-color:rgb(97, 96, 96);
	/* display:block; */
	height: 1px;
}

.solution a.youtube {
	color: #f00;
}

.service {
	height: 93%;
}
