.bg-overlay {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../images/digital-marketing-1725340_1280.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 8em;
    background-attachment: fixed;
}

.bg-overlay p {
    color: #ccc;
    font-size: 0.9em;
}

.bg-overlay  h1 {
    font-size: 4em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
    line-height: 1.5em;
}

.services-head {
    background: #ff6104;
    padding: 15px 15px;
}
.services-head h2 {
    font-size: 1em;
    color: #fff;
    text-align: center;
}

.mobile {
    color: #1b1b1b;
    font-size: 3em;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: .7em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    
}

.padding-0 {
  padding: 0px;
}

.img-section {
    width: 100%;
    border-bottom: 2px solid #ccc; 
    position: relative;
   
}

.img-section .img-hover-black {
    position: absolute;
    visibility: hidden;
    background: #ccc;
    width: 100%;
}

.img-section:hover .img-hover-black {
  background-color: rgba(0, 0, 0, 0.05);
  visibility: visible;

}


.mkdf-image-with-text-holder.box {
    border: 1px solid #ededed;
    position: relative;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.mkdf-image-with-text-holder .mkdf-imt-image {
    position: relative;
}


.mkdf-image-with-text-holder .mkdf-imt-overlay {
    opacity: 0;
    background-color: rgba(0,0,0,.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.mkdf-image-with-text-holder .mkdf-imt-image img {
    vertical-align: middle;
}
.wp-caption, img {
    max-width: 100%;
    height: auto;
}

.mkdf-image-with-text-holder.box .mkdf-content-holder {
    background-color: #fff;
    border-top: 4px solid #08c;
    padding: 23px 22px 33px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.mkdf-image-with-text-holder.box h4.mkdf-image-with-text-title {
    margin-bottom: 16px;
}

.mkdf-image-with-text-holder .mkdf-image-with-text {
    color: #646464;
}

.mkdf-image-with-text-holder .mkdf-imt-overlay:hover {
    opacity: 1;
}

.mkdf-image-with-text-holder.box:hover {
    -webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
    border: 1px solid #efefef;
    box-shadow: 2px 2px 5px #ccc;
}

.services {
    background: #36a9d8 url(//saletify.com/wp-content/uploads/2017/03/seo_bgr_for_dark.png?id=2779) !important;
    background-attachment: fixed;
    padding:5em 0;
}

.mobile1::before,
mobile1::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid black;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}

@media screen and (max-width: 1600px) {
    .bg-overlay{
        padding: 5em;
    } 
}
@media screen and (max-width: 991px) {
    .bg-overlay{
        padding: 4em 2em;
    } 
}
@media screen and (max-width: 600px) {
    .bg-overlay  h1{
        font-size: 2.5em;
    } 
}
@media screen and (max-width: 375px) {
    .mobile {
        font-size: 2em;
    }
}

