/*Google fonts
==============================*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);


#service-provide{
    padding: 80px 0;
    
    color: #333;
}
#service-provide h2{
    color: #333;
}

.col-pic{
    position:absolute;
    top:0;
    width:100%;
    /* border-radius: 10px; */
    height:100%;
    /* margin: -6px; */
    text-align:center;
    padding-top: 6.5em;
    background: rgb(0 15 60);
}
.col-pic p{
    color:#fff;
    font-size:1.1em;
    text-transform:uppercase;
    font-family: 'Oxygen-Bold';
}
.col-pic h5{
    color:#fff;
    font-size: 20px;
    text-transform:uppercase;
     font-family: 'roboto slab', sans-serif;
    letter-spacing: 0.25px;
}
.col-pic label{
    width:100px;
    height:2px;
    display:block;
    background:#fff;
    /* border-radius:10px; */
    margin: 0.5em auto;
}

.col-3{
    width:100% !important;
    position:relative;
    margin-bottom:1.5em;
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;

}
.col-3 a img
{
    -webkit-transition: all 2.4s ease-in-out;
    -moz-transition: all 2.4s ease-in-out;
    -ms-transition: all 2.4s ease-in-out;
    -o-transition: all 2.4s ease-in-out;
    transition: all 2.4s ease-in-out;
    /* height:320px; */
    width:100%;
}

.col-3 a
{
    display: block;
   
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* border-radius: 10px; */
}

.col-3 a:hover img
{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.col-3:hover .col-pic
{
    background:rgba(0, 0, 0, 0.59);
}

.padcol {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -17px;
}
.margright
{
    margin-right: -2px;
} 
  .responsive-video {  
    position: relative;
    display: block;
    width: 100%;
    margin: 5px 0;
    height: 30vh;    
  }
  
  .responsive-video iframe, .responsive-video video {
    position: absolute;
    width: 100%;
    height: 100%;  
    margin: 5px 0;
  }