.overlay-column
{   
      -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.5);
 
}
.p-pad{margin-bottom:20px !important;}
.fade-container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}
/*-----------what we do-------------*/
.fade-content-wwd {
  position: relative; 
  margin: auto;
  overflow: hidden;
  padding:0px;
}
.fade-content-wwd .item-details {
  color: #fff;
  padding: 0.5%;
  vertical-align:central;
  display:block;
}
.fade-content-wwd label {
   
  font-size:1.0em;
  display:inline-block;
  color:#1c1c1c;
  font-weight:500;
  position:absolute;
  left:0;
  top:0;
  z-index:7;
  padding:5px 25px 15px 8px;
  background:#e9c259;
   -webkit-clip-path: polygon(0 0, 100% 0, 90% 70%, 0 100%);
   clip-path: polygon(0 0, 100% 0, 90% 70%, 0 100%); 
}
.fade-content-wwd .item-details p {
  font-size: 14px;
  display:inline-block;
  color:#fff;
  padding:1%;
}
.fade-content-wwd .fade-content-wwd-overlay {
  background: rgba(0,0,0,0.8);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index:3;
}

.fade-content-wwd:hover .fade-content-wwd-overlay{
  opacity: 1;
}

.fade-content-wwd img{
    margin-top:0px;
  vertical-align:top;
   width: 100%;
   height: 30.625rem;
    object-fit: cover;
   object-position: 50% 50%;
}
.fade-content-wwd-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index:4;
}

.fade-content-wwd:hover .fade-content-wwd-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.fade-content-wwd-details a{
  color: #fff;
  font-weight: 600;
  font-size:0.90em;
  padding:5px 8px;
  /*border-radius:25px;*/
  background: linear-gradient(to left, #444444 50%, #1c1c1c 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.fade-content-wwd-details a>i{
color: #fff;
  font-weight: 700;
  font-size:0.80em;
}
.fade-content-wwd-details a:hover, .fade-content-wwd-details a:focus {
background-position: left;
}
/*-----------what we do end-------------*/
/*-----------design process-------------*/
.overlay-designprocess
{      
  border:2px ridge #dadada; 
}
.fade-designprocess {
  position: relative; 
  margin: auto;
  overflow: hidden;
  padding:0px;
}
.fade-designprocess .item-details {
  color: #fff;
  padding: 0.5%;
  vertical-align:central;
  display:block;
}
.fade-designprocess label {
   
  font-size:1.0em;
  display:inline-block;
  color:#e9c259;
  font-weight:500;
  position:absolute;
  left:0;
  bottom:-3px;
  z-index:7;
  padding:15px 5px 8px 5px;
  background:rgba(1, 1, 1, 0.9);
   -webkit-clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
   clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%); 
   width:100%;
}
.fade-designprocess .item-details p {
  font-size: 14px;
  display:inline-block;
  color:#1c1c1c;
  padding:1%;
}
.fade-designprocess .fade-designprocess-overlay {
  background: rgba(255,255,255,0.8);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index:3;
}

.fade-designprocess:hover .fade-designprocess-overlay{
  opacity: 1;
}

.fade-designprocess img{
    margin-top:0px;
  vertical-align:top;
   width: 100%;
   height: 30.625rem;
    object-fit: cover;
   object-position: 50% 50%;
}
.fade-designprocess-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index:4;
}

.fade-designprocess:hover .fade-designprocess-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.fade-designprocess-details a{
  color: #fff;
  font-weight: 600;
  font-size:0.90em;
  padding:5px 8px;
  /*border-radius:25px;*/
  background: linear-gradient(to right, #1c1c1c 50%, #444444 50%) left;
    background-size: 200%;
    transition: .5s ease-out;
    border:1px solid #1c1c1c;
}
.fade-designprocess-details a>i{
color: #fff;
  font-weight: 700;
  font-size:0.80em;
}
.fade-designprocess-details a:hover, .fade-designprocess-details a:focus {
background-position: right;
}
/*-----------design process end-------------*/

.fade-container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.fade-content {
  position: relative; 
  margin: auto;
  overflow: hidden;
  padding:0px;
}
.fade-content .item-details {
  color: #fff;
  padding: 0.5%;
  vertical-align:central;
  display:block;
}
.fade-content .item-details p {
  font-size: 14px;
  display:inline-block;
  color:#444444;
}
.fade-content .item-details h2 {
  font-size:1.0em;
  display:inline-block;
  color:#1c1c1c;
  font-weight:500;
}
.fade-content .fade-content-overlay {
  background: rgba(0,0,0,0.6);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index:3;
}

.fade-content:hover .fade-content-overlay{
  opacity: 1;
}

.fade-content img{
       overflow:hidden;
       -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: bottom;
    background-repeat: no-repeat; 
}
.prd-details{
 width:100%;
}
.prd-details img{
      margin-top:0px;
  vertical-align:top;
   width: 100%;
   height: 50.625rem;
    object-fit: cover;
   object-position: 70% 70%;
}
.prd-details .section-title {
      position: relative;
    margin: 10px 5px 10px 5px;
     border-bottom: 2px solid #DADADA;
}
 .prd-details .section-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 35%;
    background: #444444;
}
 .prd-details .section-title> h1 {
        display: inline-block;
        text-transform: capitalize;
        font-size:1.8em;
        padding:5px 0px 5px;       
    }
 .prd-details p {
    padding:5px 0px 5px;       
    }
.fade-content .main-btn {
  color: #FFF;
  background-color: #444444;  
  text-transform:uppercase;
  font-weight:600;

} 
.fade-content .main-btn:hover, .fade-content .main-btn:focus {
  color: #FFF;
  background-color: #444444;
}
.fade-content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index:4;
}

.fade-content:hover .fade-content-details{
  top: 50% !important;
  left: 50% !important;
  opacity: 1;
}

.fade-content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-top: 0.5em;
  text-transform: uppercase;
  font-size:12px;
}
.fade-content-details a{
  color: #fff;
  font-weight: 700;
  font-size:1.0em;
  padding:15px;
  border-radius:50%;
   background: linear-gradient(to left, #1c1c1c 50%, #444444 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.fade-content-details a>i{
  color: #fff;
  font-weight: 700;
  font-size:1.0em;
}
.fade-content-details a:hover, .fade-content-details a:focus {
background-position: left;
}
.fade-content-details .item-details {
  color: #fff;
  padding: 1.5% 2%;
  text-align:center;
  display:block;
}
.fade-content-details .item-details h2 {
  padding: 8PX 0 8px;
  font-size: 1.2em;  
  color: #fff !important;
  margin-top:2%;
}
.fade-content-details .item-details p {
  font-size: 14px;  
}
.fade-content-details p{
  color: #fff;
  font-size: 1.2em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}