.footer-ust {
    position: relative;
}

@media (min-width: 1000px) {
    .footer-ust {
        height: auto;
    }
}

.footer-ust:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("images/iletisim-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute;
    opacity: .3;
}

.iltsm {
    margin-top: 50px;
    margin-left: 50px;
}

.iltsm p {
    font-weight: 700;
    padding-top: 10px;
}

.c-icerik {
    border: 3px solid #3c638e;
    margin-right: 20px;
}

.c-icerik p {
    text-align: center;
}

.c-icerik i {
    font-size: 45px;
    padding-top: -50px !important;
    margin-top: -25px;
    display: flex;
    justify-content: center;
    background: white;
    border: 3px solid #3c638e;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: #3c638e
;
    padding-top: 7px;
}

.c-form, .footer-ust .form-group input, .footer-ust .form-group textarea {
    background-color: transparent !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-image: linear-gradient(to right, #355070, #FFCDB2) 1 !important;
    border-radius: 10px !important;
}

.footer-ust .form-group label {
    display: none;
}

.iltsm-form {
    background-color: rgb(255 255 255 / 60%) !important;
    padding: 50px;
    margin-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.iltsm-form h3 {
    font-weight: 700;
}

.iltsm-form hr {
    border: 2px solid #200707;
    width: 12%;
    float: left;
    margin-top: 0px;
}

.form-icon2 {
    list-style: none !important;
    bottom: 0px;
}

.form-icon2 li {
    display: inline-block;
    font-size: 40px;
    border: 5px solid white;
    padding: 12px;
    border-radius: 10%;
    background-color: white;
    margin-top: 120px;
    margin-right: 8px;
    /* margin-bottom: -50px; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}