.maincontent{
background: url(/imageserver/UserMedia/blanchardbuilding/homebg.jpg);
background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
    max-width: 100%;
    margin: 0;
padding: 50px 20px;
}

 .carousel-fade .carousel-inner .item {
transition-property: opacity; 
object-fit: cover !important;
}

.carousel-fade .carousel-inner .item,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {	
opacity: 0;
}

.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}

.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
left: 0;	
transform: translate3d(0,0,0);
}

.carousel-fade .carousel-control {
	z-index: 2;
	font-size: 120px;
	padding-top: 8%;
}

@media (max-width:750px){
.carousel-fade .carousel-control { 
padding-top: 0% !important;    
margin-top: 20px !important;
    background: none;
font-size: 50px !important;
}
}

@media (max-width:500px){
.carousel-fade .carousel-control {
 padding-top: 0% !important; 
margin-top: 20px !important;
    background: none;
font-size: 50px !important;
}
}
.custom p{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.2px;
    line-height: 1.5;
    width: 90%;
}

.customProcess{
   text-align: center;
}

.customProcess h2{
    text-align: center;
    font-size: 45px;
    font-weight: bold;
}


.customProcess h3{
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
}
.process {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.process__item {
  user-select: none;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
}
.process__item:hover {
  background: #f2f2f2;
}
.process__item:hover .process__number {
  transform: translateY(5px);
  color: var(--accent-color);
}
.process__number {
  font-size: 90px;
  -webkit-text-stroke: 1px #4d4d4d;
  display: block;
  color: transparent;
  font-weight: 700;
  transition: 0.4s ease-in-out;
}
.process__title {
  display: block;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 30px;
  color: #26282d;
  text-transform: uppercase;
  margin-top: 30px;
    background: -webkit-linear-gradient(25deg, #ccc, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 
}
.process__subtitle {
  display: block;
 font-style: italic;
  font-size: 16px;
  color: #8c8c8c;
  margin-top: 30px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .process {
    display: inline-block;
  }
  .process__item {
    width: 49%;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .process__item {
    width: 100%;
  }
  .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
  }
}

.gallery img{
    max-width:330px;

}
.gallery{
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    flex-wrap:wrap;
    align-items:center;
    padding:3% 2%;
}
.gallery-item{
    border: 10px ridge #dadfef;
    margin-bottom:15px;
}