.sub-header-image {
   background-color: #fff;
   position: relative;
  padding: 155px 0;
  background-position: right;
}
.sub-header-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}
.sub-header-image h2{font-size: 40px; color: #fff; font-weight: 700;text-transform: uppercase;}
.sub-header-image .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
}

.sub-header-image .breadcrumb-item {
    float: left;
}
ol.breadcrumb li {
		font-size: 16px;
    color: #fff !important;
}
ol.breadcrumb li a {
    color: #fff;
}
ol.breadcrumb li {
    color: #fff !important;
}
.well-default {
    background-color: #fff;
    padding: 50px;
}
.col-md-4{
float: left;
width: 25%;
}
.services{

}
.service-icon-bg {
    background-color: #f8f5f2;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 5.5;

}
.service-icon-block {
    text-align: center;
}
.service-icon-bg img {
    vertical-align: middle;
}
.service-title{
	color: #594094;
}
.check-square a{
	color: #212529;
  font-size: 16px;
}
.check-square a:hover{
	color: #7d63a9;
}
.listnone {
    list-style: none;
    padding-inline-start: 0;
    margin-top: 18px;
    padding-left: 10px;
}
.check-square li, .circle-bullet li {
    position: relative;
    padding-left: 15px;
		text-align: left;
    padding-bottom: 5px;
}
.check-square li i{
    margin-right: 0px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 13px;
    font-size: 14px;
    color: #6b42bc;
}

.section-space {
    padding-top: 80px;
    padding-bottom: 80px;
		background-color: #f8f5f2;
		 font-size: 15px;
}
.well-default {
    background-color: #fff;
    padding: 20px 15px 7px 15px;
    min-height: 480px;
}
.location-block{
	margin-bottom:30px;
    min-height: 670px !important;
}
.location-pic{}
.location-info{ margin-right: -9px;min-height: 400px;}
.location-info strong{text-transform:uppercase; display: block; margin-bottom: 10px; font-weight: 600; color: #6b42bc; font-size: 12px;}
.location-info i{float:left; color:#0bcd90;}
.location-title{margin-left:25px; margin-bottom: 30px;color: #303136;text-transform: uppercase;letter-spacing: 1px;font-weight: 600;line-height: 1.1;min-height: 50px;}
.location-add, .location-phone{border-bottom:1px solid #F8F5F2; padding-bottom:19px;}
.location-add{line-height: 1.6;min-height: 125px;}
.location-phone{}
.location-info p{padding-top: 2px;line-height: 15px;font-weight: 600;}
.email{color: #77787e;}
.location-info address:last-child{margin-bottom:0;}


.main-container {
	background-color: #f8f5f2;
	 /* font-family: 'Raleway', sans-serif; */
	 padding-bottom: 40px;
}
.main-container .col-md-4{
	background-color: #fff;
}
.zoom-pic {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.zoom-pic img {
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.post-content {
		text-decoration: none;
    background-color: #fff;
    padding: 40px;
}
