
.project-img{
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px 0px;
}

.project-name{
  position: absolute;
  bottom: 0px;
  background-image: linear-gradient( rgba(15, 112, 139,0.1), rgba(15, 112, 139,0.8), rgba(10, 107, 134, 0.9));
  width: 100%;
}                 

.project-name h6{
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  padding-top: 15px !important;
  font-family: 'Radio Canada', sans-serif !important;

}
 

/*Our Going Project Slider */
.ongoing-projects {
    width: 48em;
    height: 20em;
    margin: 0 auto;
    position: relative;
  }

  .web-slide {
    width: 700px;
    height: 430px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1px 5px black;
  }

  .web-slide p {
    color: white;
    font-weight: bold;
    font-size: 5em;
    text-align: center;
    margin-top: 1.175em;
  }

  .items {
    position: absolute;
    left: 0%;
  }

  .main-pos {
    margin-left: 2em !important;
    z-index: 3000;
    /*background-image: url('https://dl.dropbox.com/u/32649907/imgs/shadow.png');*/
  }

  .left-pos {
    margin-left: -29em !important;
    margin-top: -0.2em !important;
    z-index: 1000;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);

  }

  .back-pos {
    margin-left: 3em !important;
    margin-top: -0.2em !important;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
  }

  .right-pos {
    margin-top: -0.2em !important;
    margin-left: 33em !important;
    z-index: 1000;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
  }
 
  /* Slide Icon */
.architecture{
margin-top: 150px;
}
  .our-going-projects {
 display: flex;
 justify-content: space-around;
 align-items: center;
}
.slider-icon{
 /* margin-bottom: -5% !important; */
 z-index: 100000 !important;
}
.next{
  position: absolute;
  top: 55%;
  right: -48%;
}
.next img{
  width: 60px;

}
.pre{
  position: absolute;
  top: 55%;
  left: -48%;
}
.pre img{
  width: 60px;
}
.pre img:hover{
  transform: scale(1.2);
  border-radius: 50%;
  box-shadow: "1px 1px 3px 1px #3f8c9c" !important;
  transition: 0.5s;
  background-color: rgba(1, 162, 181, 0.1);
  z-index: 10000,
}
.next img:hover{
  transform: scale(1.2);
  border-radius: 50%;
  box-shadow: "1px 1px 3px 1px #3f8c9c" !important;
  transition: 0.5s;
  background-color: rgba(1, 162, 181, 0.1);
  z-index: 10000,
}
.slide-text{
  background-color: white;
  padding:5px ;
  text-align: center;
  color: #0F708B;
  font-size: 20px;
  font-weight: bold;
}
.web-slider{
  display: block;
}
 
.mbl-slider{
  display: none;
}
 

