/** service layout four */
/* .cons_light_feature.layout_four .feature-list .bottom-content {
    position: absolute;
    width: 90%;
    border-radius: 4px;
    background-color: #ffffffde;
    transform: translate(0%, -50%);
    left: 0;
    top: 50%;
    right: 0;
    margin: 20px auto;
} */

/* .cons_light_feature.layout_four .feature-list .boxs {
    background-color: transparent;
    
} */

/* .cons_light_feature.layout_four .feature-list .boxs:hover .bottom-content {
    display: none;
} */

/* .cons_light_feature.layout_four .feature-list .boxs figure img {
    width: 100% !important;
    object-fit: cover;
    border-radius: 4px;
     
} */

/* .boxs {
  height: auto;
  overflow: hidden;
} */
/* .inner-img {
  transition: 0.3s;
} */

/* .inner-img:hover {
  transform: scale(1.1);
} */

/* .cons_light_testimonial .client-img img, .cons_light_team_layout_two .boxs figure img, .cons_light_feature .feature-list .boxs figure img {
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    width: 100%;
    height: 250px;
    object-fit: cover;
} */

/* .cons_light_feature.layout_four .feature-list .icon-box {
    position: unset;
    border: none;
    background-color: transparent;
    color: #fc5e16;
    height: unset;
    width: unset;
    line-height: unset;
    text-align: center;
} */

/* .cons_light_feature.layout_four .feature-list .icon-box+h3 {
    margin: 10px 0;
    text-align: center;
} */

/* .cons_light_feature.layout_four .feature-list .icon-box i {
    font-size: 65px;
    color: unset;
} */


.services {
  background: #030e27;
  padding: 40px;
  width: 100%;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
} 

.heading {text-align: center;} 
  
.services .line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ''; 
} 
.services .line:before, .services .line:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 4px;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
} 
.services .line:before {
    top: 0;
    right: 0; 
} 
.services .line:after {
    bottom: 0;
    left: 0;
}
.services:before, .services:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 10px;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services:before {
    top: 0;
    right: 0;
}
.services:after {
    bottom: 0;
    left: 0; 
}
 .services .icon {
    line-height: 1.3;
    position: relative;
    text-align: center;
} 
.services .icon span {
    font-size: 60px;
    color: #fff; 
} 
.services .media-body {
    color: rgba(255, 255, 255, 0.8); 
} 
.services .media-body h3 {
    font-size: 19px;
    font-weight: 700;
    color: #fff; 
}
.services:hover {
    background: #fd5d14; 
} 
.services:hover:before, .services:hover:after {
    height: 30px; 
} 
.services:hover .line:before, .services:hover .line:after {
    width: 30px; 
} 


.features-boxes {
    overflow: hidden;
    position: relative;
}

.features-boxes img {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    height: calc(100%);
    object-fit: cover;
    width: calc(100%);
    border-radius: 7px;
    transition: 0.2s;
}

.bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #ffffffd8;
    margin: 20px;
    border-radius: 7px;
    height: 100% !important;
    text-align: center;
}

.bottom-content .icon-box i {
    font-size: 60px;
    color: #fc5e16;
    margin-bottom: 20px;
    font-weight: 900;
}

.features-boxes:hover img{
    transform: scale(1.2);
}