﻿.clientName {
  width: 346px;
  height: 48px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.9px;
  color: #00305c;
}

.section
.img-service{
    height: 360px;   
}

.padd-rt-25{
    padding-right: 25px;
}
.row .row{
    margin-top: 60px;
}
.card-link{
    margin-top: 20px;
}
.card-outer{
    padding-top: 0;
}
.card-title{
    margin-top: 0;
}
.col-lg-img{
    max-height: 420px;
    overflow: hidden;
}
.vertical{
    position: relative;
    padding-top: 75px;
}
.hero-sub .container-fluid{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 430px;
    background-color: rgba(0,0,0,0.3);
}



@media (max-width: 991px){
    .vertical{
        padding-top: 0;
    }
    .card-outer{
        padding-top: 35px;
        padding-bottom: 95px;
        
    }
    .row .row{
        margin-top: 0;
    }
    .card-outer:last-of-type{
        padding-top: 35px;
        padding-bottom: 95px !important;
    }
}

/*Projects  Hero Fix*/
.hero-sub {
  background-position: top left;      
}
@media (max-width:991px){
    .hero-sub {
        background-position: 20% 0;
    }
}
@media screen and (max-width:768px){
    .hero-sub {
        background-position: 0 0;
    }
}