.image-box-style3:hover .title-wrap h6,  .image-box-style3:hover .title-wrap i{ 
    color:#8cc4d5
}

.service .thumb-service img{
    max-width:100%
}

.image-box .title-wrap h6,.image-box .perspective-caption .perspective-title{
    font-weight:800!important;
    font-size:1.2rem!important;
    line-height:29px;
    color: #1b3647;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.image-box .title-wrap i {
    color: #1b3647;
}

.image-box .sup-title{
    position:relative;
    font-weight:700;
    font-style:normal;
    font-size:12px;
    text-transform:uppercase;
    line-height:14px;
    letter-spacing:1px;
    margin-bottom:7px;
    padding-left:0;
    display:inline-block;
    transition:all .4s cubic-bezier(0.6,0.3,0,1) 0s
}
.image-box .sup-title:after{
    display:block;
    content:"";
    position:absolute;
    top:50%;
    left:3px;
    height:1px;
    width:0;
    background-color:#fff;
    transition:all .4s cubic-bezier(0.6,0.3,0,1) 0s
}
.image-box:hover .sup-title{
    padding-left:20px
}
.image-box:hover .sup-title:after{
    width:10px
}
.image-box .content{
    margin:0;
    font-size:16px;
    line-height:1.2rem;
    text-align: center !important;
}

.image-box-style3{
    margin-bottom: 20px;
}


.image-box-style3 .thumb-service{
    position:relative;
    min-height:200px;
    overflow:hidden;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
.image-box-style3 .thumb-service img{
    display:block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
.image-box-style3 .title-wrap{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    box-sizing:border-box;
    text-align: center;
    margin-top:0px;
    margin-bottom: 20px;
    width:calc(100% - 20px);
    margin-left:10px;
    margin-right:10px;
    background-color:#fff;
    padding:30px 30px 20px;
    -webkit-transition:transform .3s cubic-bezier(0,0,0.5,0.99);
    -moz-transition:transform .3s cubic-bezier(0,0,0.5,0.99);
    transition:transform .3s cubic-bezier(0,0,0.5,0.99);
    box-shadow:0 20px 50px 0 rgba(117, 118, 118, 0.2);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px
}
.image-box-style3 .title-wrap .content{
    margin-bottom:15px
}
.image-box-style3 .title-wrap .button.btn-txt.btn-txt-arrow{
    padding-bottom:0;
    padding-top:0;
    margin-bottom:15px
}
.image-box-style3 .title-wrap:after{
    background:linear-gradient(345deg,#228fb0 0,#06242d 100%);
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    transform-origin:bottom left;
    -moz-transform:scale(0,1);
    -ms-transform:scale(0,1);
    -webkit-transform:scale(0,1);
    transform:scale(0,1);
    -webkit-transition:all 300ms linear 0ms;
    -moz-transition:all 300ms linear 0ms;
    -ms-transition:all 300ms linear 0ms;
    -o-transition:all 300ms linear 0ms;
    transition:all 300ms linear 0ms
}
.image-box-style3:hover .thumb-service img{
    transform:scale(1.1)
}
.image-box-style3:hover .title-wrap{
    -webkit-transform:translateY(-10px);
    -moz-transform:translateY(-10px);
    transform:translateY(-10px)
}
.image-box-style3:hover .title-wrap:after{
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    transform:scale(1,1)
}


.thumb-service img {
   width: 400px;
}

.thumb-service {
    height: 260px;
    overflow: hidden;
}

@media (max-width: 767.98px){
    .thumb-service img {
        width: 500px;
     }
     
     .thumb-service {
         height: 280px;
         overflow: hidden;
     }
  }

@media (min-width: 768px) and (max-width: 1199.98px){
    .image-box-style3 .title-wrap{
        padding:18px 18px 18px;
    }

    .thumb-service img {
        width: 340px;
     }
     
     .thumb-service {
         height: 220px;
         overflow: hidden;
     }

}