.container-bootstrap{
	width: 100%;
	margin: 0px auto;
}
.text-center{
	text-align: center;
    font-size: 26px;
}
.e-service-bg{
	
    /*background: url(../images/e-service-bg.png) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}


.e-service-line{
    border-bottom: 2px solid #F2C94C;
    margin-bottom: 20px;
}
.e-service-heading{
    
    margin-top: 50px;

}
.e-service-groupHeader {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    font-size: 26px;
    font-weight: 300;
}
.e-service-contentBlock{
    display: flex;
    flex-wrap: wrap;
}
.e-service-zoom {
    transition: transform .2s;
}
.e-service-zoom:hover {
    transform: scale(1.15);
    z-index: 99;
}
.e-service-groupBlock {
    display: inline-block;
    width: 48%;
}
.e-service-box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.e-service-cardBlock {
    border: 0px;
    border-radius: 5px;
    margin: 6px 5px;
    padding: 15px 18px;
    background-color: #fff;
    min-height: 115px;
    position: relative;
    overflow: hidden;
}
.e-service-hoverAble:hover {
    cursor: pointer;
}
.e-service-cardContent {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.e-service-circle-icon {
    width: 75px;
    height: 75px;
    display: inline-block;
    align-self: flex-start;
    /* background-color: #ccc; */
    /* border-radius: 50%; */
    margin-right: 10px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.e-service-txt {
    font-weight: bold;
    font-size: 16px;
    width: calc(100% - 85px);
    text-align: right;
    color: #555;
}
.e-service-textHeader {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: right;
    color: #00652d;
}
.e-service-divider {
    margin: 12px 0px 8px 0px;
}
.e-service-unitName {
    font-size: 13px;
    font-weight: normal;
    text-align: right;
}
/*.e-service-waterMark {
    top: -30px;
    right: 5px;
    width: 250px;
    height: 250px;
    opacity: 0.05;
    position: absolute;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: 1;
}*/









