@charest "utf-8";
/* author Wathek Hafez */

@import url("alt-sayfa.css");

section .ust {
    background-image: url(../img/ust-kurumsal.jpg)
}

section .dis {
    border: 1px solid #ad7f6b;
    padding: 20px;
    margin-bottom: 20px;
    position: relative
}

section .hakkimizda div {
    height: 100%;
    background-size: 100%
}

section .hakkimizdatext p {
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 10px
}

section .sehir .photo {
    width: 310px;
    height: 207px;
    margin-right: 15px;
    float: left
}

section .sehir h2 {
    font-family: 'taviraj';
    font-size: 24px;
    color: #ad7f6b;
    text-transform: capitalize;
    float: left;
    line-height: 1;
    margin: 11px 0
}

section .sehir p {
    float: left;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    color: #6e6e6e;
    width: 370px
}

section .sehir .iconlar-sehir {
    position: absolute;
    left: 345px;
    bottom: 20px
}

section .sehir .iconlar-sehir div {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    color: #ad7f6b;
    display: inline-block;
    text-align: center;
    margin-right: 33px;
    padding-top: 40px;
    background-position: center top;
    min-width: 18px
}

section .sehir .iconlar-sehir div:hover {
    color: #333b43
}

section .sehir .iconlar-sehir .mesafe {
    background-image: url(../img/mesafe.png)
}

section .sehir .iconlar-sehir .mesafe:hover {
    background-image: url(../img/mesafe-hover.png)
}

section .sehir .iconlar-sehir .rota {
    background-image: url(../img/rota.png)
}

section .sehir .iconlar-sehir .rota:hover {
    background-image: url(../img/rota-hover.png)
}

/* ==========>>>>>>>>>>     İNSAN KAYNAKLARI     <<<<<<<<<<==========*/

section .ic h5 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #919191;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 20px 0 13px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px
}

section .ic form {
    width: 100%
}

section .ic form input,
section .ic form textarea,
section .ic form select,
section .ic form .yeni-is,
section .ic form .cv {
    width: 49%;
    height: 41px;
    border: 1px solid rgba(94, 96, 99, 0.3);
    border-radius: 0;
    margin: 0 1% 15px 0;
    padding-left: 15px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #757575;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

section .ic form > *:nth-child(2n+0) {
    margin-right: 0
}

section .ic form input:focus,
section .ic form textarea:focus,
section .ic form select:focus {
    outline: 0;
    border-color: #bcbcbc
}

::-webkit-input-placeholder {
    color: #bfbfbf
}

::-moz-input-placeholder {
    color: #bfbfbf
}

:-moz-input-placeholder {
    color: #bfbfbf
}

:-ms-input-placeholder {
    color: #bfbfbf
}

input[type="date"]:before {
    content: attr(placeholder) !important;
    margin-right: 15px;
}

input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
}

section .ic form select {
    background-image: url(../img/select-icon.html);
    background-position: right 15px center !important;
    cursor: pointer
}

section .ic form .yeni-is {
    line-height: 41px;
    text-align: center;
    background-color: #ad7f6b;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .ic form .yeni-is:hover {
    background-color: #262c31;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .ic form input.inputfile {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden
}

section .ic form label[for="file-7"] {
    border: 1px solid #ad7f6b;
    color: #ad7f6b;
    font-family: 'Roboto';
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    top: -13px;
    padding: 0 0 27px;
    line-height: 48px
}

section .ic form label[for="file-7"] span {
    width: 200px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding: 0 13px;
    position: relative;
    top: 14px
}

section .ic form label[for="file-7"] strong {
    height: 47px;
    background-color: #ad7f6b;
    color: #fff;
    display: inline-block;
    position: relative;
    right: -4px;
    top: 13px;
    padding: 0 15px
}

section .ic form label[for="file-7"] strong svg {
    fill: currentColor
}

section .ic form textarea {
    margin-right: 0;
    width: 100%;
    height: 155px;
    resize: none;
    padding-top: 10px
}

section .ic form [placeholder="Adres"] {
    height: 75px;
    width: 100%
}

section .ic form [type="submit"] {
    background-color: #262c31;
    font-weight: 500;
    border: 0;
    width: 247px;
    height: 48px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 20px;
    background-image: url(../img/submit-icon.png);
    background-position: 30% center;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

section .ic form [type="submit"]:hover {
    background-color: #bea45f;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

@media (max-width: 1170px) {
    section .sehir .photo,
    section .sehir h2,
    section .sehir p,
    section .sehir .iconlar-sehir {
        width: 100%;
        text-align: center
    }
    
    section .sehir p {
        margin-bottom: 70px
    }
    
    section .sehir .iconlar-sehir {
        left: 0
    }
    
    /* ==========>>>>>>>>>>     İNSAN KAYNAKLARI     <<<<<<<<<<==========*/
    
    section .ic form input,
    section .ic form [type="submit"],
    section .ic form select,
    section .ic form opition {
        margin-right: 0;
        width: 100%;
        background-position: 40%
    }
    
    section .ic form .yeni-is {
        width: 100%
    }
    
    section .ic form [type="submit"] {
        margin-left: 0;
        margin-top: 20px
    }
    
    section .ic form label[for="file-7"] span {
        width: 130px;
        padding: 0 5px
    }
}