.section-background{
	background: url('../images/services.png');
}

.price-table{
	background: #ededed;
	color:#202020;
}
.price-table .col-sm-3 .col-sm-4{
	padding: 0px;
}
.price-table .col-sm-3:hover .price-title{
	color: #A00000;//#4a148c;
}
.price-table .col-sm-4:hover .price-title{
	color: #A00000;//#4a148c;
}
.price-title{
	background: #f9f9f9;
	padding: 20px;
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
    transition: all .6s ease-in-out;
}
.price-title span{
	font-size: 16px;
}
.price-list{
	list-style-type: none;
	margin-left: -40px;
}
.price-list li{
	background: #fff;
	border-left: 1px solid rgba(229, 229, 229, 0.4);
	border-right: 1px solid rgba(229, 229, 229, 0.4);
	border-bottom: 1px dashed #f1f1f1;
	padding: 10px 0px 0px 20px;
	/*padding-left: 20px;*/
	font-size: 13px;
	/*color: #969595;*/
}
.price-list li:first-child{
	border-top: 1px solid #ccc;
}
.price-list li:last-child{
	border-bottom: 1px solid #ccc;
	padding-left: 0px;
}
.price-table .col-sm-3:first-child .price-list li{
	border-left: 1px solid #ccc;
}
.price-table .col-sm-3:last-child .price-list li{
	border-right: 1px solid #ccc;
}
.price-table .col-sm-4:first-child .price-list li{
	border-left: 1px solid #ccc;
}
.price-table .col-sm-4:last-child .price-list li{
	border-right: 1px solid #ccc;
}

.custom-btn-default{
    border-radius: 30px;
    border: 2px solid #b1b1b1;
    color: #b1b1b1;
	font-weight: bold;
    text-align: center;
    padding: 10px 25px;
    margin: 10px 30px;
    transition: all .6s ease-in-out;
}
.price-table .col-sm-3:hover .custom-btn-default{
    background-color: #900000;
    border: 2px solid #900000 !important;
    color: #fff;
}
.price-table .col-sm-4:hover .custom-btn-default{
    background-color: #900000;
    border: 2px solid #900000 !important;
    color: #fff;
}

.imageWrapper {
	position: relative;
	padding-bottom: 69.8%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}

.imageWrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.imageWrapper100 {
	position: relative;
	padding-bottom: 100%; /* parasitic result */
	padding-top: 0px;
	height: 0;
}


.imageWrapper100 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.imageWrapper33 {
	position: relative;
	padding-bottom: 33%; /* parasitic result */
	padding-top: 0px;
	height: 0;
}


.imageWrapper33 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

