/* h2.main-heading {
    font-weight: bold;
} */
.image-services.image-tile {
    max-height: 430px;
}
.image-services .background-image {
    background-position: center;
    min-height: 430px;
}
.hover-tile .hover-state {
    opacity: 1;
    /* text-shadow: rgb(168 168 168) 2px 1px 0px;
    text-shadow: 1px 1px 2px #fc0, 0 0 1em #1c83bb, 0 0 0.2em rgb(242 242 246); */
    text-shadow: 1px 1px 2px #1c83bb, 0 0 1em #1c83bb, 0 0 0.2em #c3d4dd;
  /* transform: translate3d(0, 0px, 0) scale(1);
  -webkit-transform: translate3d(0, 0px, 0) scale(1); */
}
.section-services {
    padding-top: 0;
    padding-bottom: 16px;
}
.text-white {
    color: #FFFFFF;
}
.text-black {
    color: #000000;
}
.text-primary {
    color: #1c83bb;
}

.text-shadow {
    text-shadow: 1px 1px 2px #1c83bb, 0 0 1em #1c83bb, 0 0 0.2em #c3d4dd;
    word-spacing: 0.2rem;
}

.mt-24 {
    margin-top: 24px;
}


.footer-1 .logo-main {
    max-height: auto !important;
}
@media (min-width:768px) {
    .footer-1 .col-sm-12 {
        text-align: center;
        margin-bottom: 32px;
    }
}
@media (max-width:1225px) {
    .image-services.image-tile {
        max-height: 300px;
    }
    .image-services .background-image {
        background-position: center;
        min-height: 310px;
    }
    .hover-tile .hover-state {
        transform: translate3d(0, -70%, 0);
        -webkit-transform: translate3d(0, -70%, 0);
    }
}
@media (max-width:768px) {
    .cover.fullscreen {
        padding: 112px 0;
    }
    .cover.fullscreen .container h1 {
        margin-top: 48px;
    }


    .logo-mobile {
        display: none;
    }
}