/* =========================================================
   GÖVDESAN PUBLIC SITE - MODÜLER CSS
   Kaynak satırlar: 1054-1128
   Ana sayfa sektörler
   NOT: İlk refactor aşamasında CSS kuralları değiştirilmemiştir.
   ========================================================= */

/* =========================================================
   INDUSTRIES
   ========================================================= */

.gv-home-industries {
    padding: 85px 0;
    background: #1a3042;
}

.gv-section-heading-light h2 {
    color: #ffffff;
}

.gv-section-heading-light > div > span {
    color: #d1696e;
}

.gv-section-link-light {
    color: #a8bac7;
}

.gv-section-link-light:hover {
    color: #ffffff;
}

.gv-industry-card {
    position: relative;
    display: block;
    min-height: 205px;
    margin-bottom: 30px;
    padding: 27px 24px;
    overflow: hidden;
    background: #21394c;
    border: 1px solid #30495c;
    color: inherit;
    text-decoration: none;
}

.gv-industry-card:hover,
.gv-industry-card:focus {
    background: #263f53;
    border-color: #496276;
    color: inherit;
    text-decoration: none;
}

.gv-industry-icon {
    margin-bottom: 24px;
    color: #d1696e;
    font-size: 25px;
}

.gv-industry-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.gv-industry-card p {
    margin: 9px 0 0 0;
    color: #9cb0bf;
    font-size: 10px;
    line-height: 17px;
}

.gv-industry-arrow {
    position: absolute;
    right: 20px;
    bottom: 16px;
    color: #678094;
    font-size: 17px;
}


